﻿/* start trade */
.test-title {
}
.iteminfo-check {
	float: left;
	padding-top: 15px;
	margin-right: 5px;
}
.iteminfo-pic {
	float:left;
	margin-right: 10px;
	text-align: left;
	width: 52px;
}
.iteminfo-pic .img {
	border: 1px solid #ededed;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: auto;
}
.iteminfo-pic .img img{
	margin: 0px;
	width: 100%;
	height: 100%;
}
.iteminfo-info {
	float:left;
	position: relative;
	text-align: left;
	min-height: 60px;
}
.iteminfo-info .title{
	width: 300px;
	height: 36px;
}
.iteminfo-info .price{
	position: absolute;
	top: 18px;
	right: 0px;
}
.iteminfo-info .price2{
	position: absolute;
	bottom: 4px;
	right: 0px;
}
.iteminfo-info .status{
	position: absolute;
	bottom: 4px;
	right: 0px;
	background-color: #ff6600;
	padding: 0px 8px;
}
.iteminfo-info .status2{
	position: absolute;
	bottom: 4px;
	right: 0px;
}
.iteminfo-info .status3{
	position: absolute;
	bottom: 21px;
	right: 0px;
}
i.memo-flag {
	margin: 0 2px;
	display: inline-block;
	color: #aaa
}

i.memo-flag:before {
	font-family: sui-icon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e680"
}

i.memo-flag.grey {
	color: #aaa
}

i.memo-flag.black {
	color: #999
}

i.memo-flag.red {
	color: #fd0000
}

i.memo-flag.yellow {
	color: #fddf00
}

i.memo-flag.green {
	color: #09a322
}

i.memo-flag.blue {
	color: #0051fd
}

i.memo-flag.pink {
	color: #e108fc
}
.memo-dialog .flag-radio .ui-radio {
	margin-right: 10px;
	font-size: 14px
}
.ui-radio {
	position: relative;
	display: inline-block;
	cursor: pointer
}

.ui-radio input[type=radio] {
	position: absolute;
	top: 3apx;
	opacity: 0
}

.ui-radio .text {
	position: relative;
	padding-left: 20px
}

.ui-radio .text:before {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #888;
	border-radius: 100%;
	background: #fff;
	content: ""
}

.ui-radio .text:hover:before {
	border-color: #2b81ec
}

.ui-radio input[type=radio]:checked+.text:before {
	border-color: #5694e1
}

.ui-radio input[type=radio]:checked+.text:after {
	position: absolute;
	top: 5px;
	left: 4px;
	z-index: 2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #5694e1;
	content: ""
}

.ui-radio input[type=radio]:checked+.text:hover:before {
	border-color: #2b81ec
}

.ui-radio input[type=radio]:checked+.text:hover:after {
	background: #2b81ec
}

.ui-radio input[type=radio]:disabled+.text:before {
	border-color: #dcdcdc;
	background: #e6e6e6
}

.ui-radio input[type=radio]:checked:disabled+.text:before {
	border-color: #dcdcdc;
	background: #fff
}

.ui-radio input[type=radio]:checked:disabled+.text:after {
	background: #b4b4b4
}
.ui-checkbox {
	position: relative;
	display: inline-block;
	color: #666;
	cursor: pointer
}

.ui-checkbox input[type=checkbox] {
	position: absolute;
	top: 1px;
	opacity: 0
}

.ui-checkbox .text {
	position: relative;
	padding-left: 17px
}

.ui-checkbox .text:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #666;
	background: #fff
}

.ui-checkbox .text:hover:before,.ui-checkbox input[type=checkbox]:checked+.text:before
	{
	border-color: #76b8ea
}

.ui-checkbox input[type=checkbox]:checked+.text:after {
	font-family: icon-tb;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e645";
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 2;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 12px;
	color: #76b8ea
}

.ui-checkbox.btn-checkbox .text {
	padding: 0 5px 0 22px;
	display: inline-block;
	height: 20px;
	border: 1px solid #dcdcdc;
	background: #fff;
	line-height: 20px
}

.ui-checkbox.btn-checkbox .text:before {
	top: 4px;
	left: 5px
}

.ui-checkbox.btn-checkbox .text:hover {
	border-color: #a1d6ff
}

.ui-checkbox.btn-checkbox .text:hover:before {
	border-color: #76b8ea
}

.ui-checkbox.btn-checkbox input[type=checkbox]:checked+.text {
	border-color: #a1d6ff;
	background: #dbefff;
	color: #0079d5
}

.ui-checkbox.btn-checkbox input[type=checkbox]:checked+.text:before {
	border-color: #76b8ea
}

.ui-checkbox.btn-checkbox input[type=checkbox]:checked+.text:after {
	font-family: icon-tb;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e645";
	position: absolute;
	top: 4px;
	left: 5px;
	z-index: 2;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 12px;
	color: #76b8ea
}
.close-dialog .tips dt {
	margin-bottom: 8px;
	color: #ff7300
}
.close-dialog .tips dd {
	color: #999;
}

.logistics-list {
	padding: 0px 10px;
	margin-bottom: 18px;
}
.logistics-list .info {
	padding: 4px 4px 0px 4px;
	background-color: #f9f9f9;
	font-size: 14px;
}
.logistics-list .info-content {
	margin: 0px;
	padding: 4px;
}
.logistics-list .info-line {
	border-top: 1px dashed #e6e6e6;
}
.logistics-list .info-end {
	padding-bottom: 4px;
}

.detail-info {
	width: 750px;
}
.detail-info-line {
	border-top: 1px dashed #e6e6e6;
}
.detail-info td{
	padding: 4px 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}
.detail-info .td-1{
	width: 30%;
}
.detail-info .td-2{
	width: 30%;
}
.detail-info .td-3{
	width: 40%;
}

.detail-items .th-1{
	width: 50%;
}
.detail-items .th-2{
	width: 10%;
}
.detail-items .th-3{
	width: 10%;
}
.detail-items .th-4{
	width: 20%;
}
.detail-items .th-5{
	width: 10%;
}
.no-top-line td{
	border-top: 0px; 
}

.package {
	background-color: #f1f1f1;
	color: #ff6600;
	padding: 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
.package-item {
	width: 718px;
	border-top: 1px dashed #e6e6e6;
	padding-top: 10px;
	margin-left: 32px;
}

.edit-prop {
	width: 415px;
}
.edit-prop-pic {
	float:left;
	margin-right: 10px;
	text-align: left;
}
.edit-prop-pic .img{
	border: 1px solid #ededed;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: auto;
}
.edit-prop-pic .img img{
	margin: 0px;
}
.edit-prop-info {
	float: left;
	width: 350px;
}
.edit-prop-info li{
	margin-bottom: 6px;
}
.edit-prop-list {
	border-top: 1px dashed #e6e6e6;
	padding-top: 8px;
}
.edit-prop-list .prop-box{
	-webkit-border-radius: 5px;
	padding: 5px;
	border: 1px #e6e6e6 solid;
	margin-right: 8px;
	margin-bottom: 8px;
	min-height: 20px;
	min-width: 20px;
	text-align: center;
	cursor: pointer;
	float: left;
}
.edit-prop-list .prop-box-select{
	border: 1px #ff6600 solid;
}
.edit-prop-list .prop-box-dis{
	border: 1px #e6e6e6 dashed;
	color: #999;
	cursor: default;
}
.deliver-trade-address {
	padding: 5px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 95px;
	z-index: 100;
	background-color: #fff;
}
.deliver-trade-address-select {
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #fff solid;
}
.deliver-trade-addresss {
	position: absolute;
	top: 29px;
	right: -25px;
	width: 350px;
	border: 1px #ccc solid;
	padding: 10px;
	z-index: 99;
	background-color: #fff;
	box-shadow:0 0 2px 2px #ddd;
	display: none;
}
.intelligent-trade-num {
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	display: none;
}
.intelligent-trade-num a{
	margin-left: 5px;
}
.deliver-trades-outer {
	background-color: #f9f9f9;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	height: 270px;
}
.deliver-trades {
	padding: 10px;
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0px;
}
.deliver-trades .input {
	font-size: 14px;
	color: #ff6600;
}
.deliver-trades .warn {
	background-color: #ff6600;
	padding: 4px 8px;
	color: #fff;
	margin-left: 5px;
	border-radius:1px;
	font-size: 12px;
	cursor: default;
}
.deliver-trades .info {
	margin-top: 8px;
	margin-bottom: 0px;
}
.deliver-trades table {
	background-color: #fff;
}
.deliver-trades .hr {
	height: 1px;
	border-top: 1px dashed #999;
	margin: 20px 0px;
}

.refund-info {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #e2ddb7;
	background: #fefae2;
}
.refund-opt {
	float: right;
	margin-right: 10px;
}
.refund-opt .desc{
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 6px;
	color: #993300;
}
.refund-opt .desc span{
	margin-left: 10px;
	font-size: 14px;
}
.refund-opt .exc{
}
.rate-trade-info {
	margin-bottom: 15px;
	line-height: 20px;
}
.rate-trade-info span{
	float: left;
}
.rate-trade-info a{
	float: right;
}
.rate-trade-info .status{
	background-color: #ff6600;
	padding: 4px 8px;
	color: #fff;
	margin-right: 15px;
	height: 12px;
	line-height: 12px;
}
.rate-result-good {
	background: url("//qimg2.xyy001.com/qnjy/images/icon-rate-sprite.png") no-repeat;
	width: 20px;
	height: 16px;
}
.rate-result-neutral {
	background: url("//qimg2.xyy001.com/qnjy/images/icon-rate-sprite.png") -54px 0 no-repeat;
	width: 20px;
	height: 16px;
}
.rate-result-bad {
	background: url("//qimg2.xyy001.com/qnjy/images/icon-rate-sprite.png") -109px 0 no-repeat;
	width: 20px;
	height: 16px;
}
.rate-trade-order {
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.rate-trade-order .rate-content {
	float: left;
}
.rate-trade-order .rate-content .radios{
	height: 20px;
	margin-bottom: 5px;
}
.rate-trade-order .rate-content .radios div{
	margin-right: 40px;
	cursor: pointer;
}
.rate-trade-order .rate-content .rate-info{
	padding: 10px;
}
.close-trade-items{
	margin-bottom: 20px;
	max-height: 180px;
	overflow-y: auto;
	overflow-x: hidden; 
}
.set-info {
	margin: 20px 10px 20px 10px;
}
.set-info-top {
	margin-top: 10px;
}
.set-info .detail{
	margin: 10px 20px 0px 20px;
}
.set-logi-comp-select {
	margin: 10px 0px;
}
.set-logi-comp-select span{
	font-size: 14px;
	color: #ff6600;
}
.set-logi-company {
	float: left;
	width: 120px;
	margin-bottom: 5px;
}
.refund-user-info {
	margin: 5px 0px 5px 5px;
}
.refund-content-info {
	margin: 0px 0px 5px 5px;
}
.refund-pic-list li{
	float: left;
	margin: 5px;
	border: 1px solid #e6e6e6;
}
.refund-pic-list li img{
	margin: 0px;
}
/* end trade */