body {
    background: #fff;
}
i {
    font-style: normal;
}

#header_trade {
    height: 72px;
}

.header-trade {
    border-bottom: 1px solid #eaeaea;
    background: #FFF;
}

#header_trade #logo {
    float: left;
    margin:10px 10px 0 0;
}

#header_trade #logo a {
    display: block;
    overflow: hidden;
    width: 227px;
    height: 50px;
    line-height: 45px;
    background: url(../../images/logo_v2.png?v=20200628) no-repeat;
}

#header_trade #logo.header-logo-2x {
    float: left;
    margin:10px 10px 0 0;
}
.od-list .ptfList{
    background-color: #fff;
    /* height:320px; */
    height: auto;
    display:flex;
    width:100%;
    justify-content: space-between;
    margin-top: 10px;
    /* padding-bottom: 15px; */
}
#header_trade #logo.header-logo-2x a {
    display: block;
    overflow: hidden;
    width: 227px;
    height: 50px;
    line-height: 45px;
}

#header_trade #logo.header-logo-2x img {
    padding-top: 2px;
    width: 190px;
    height: 45px;
}

#header_trade p{
    display: block;
    float: left;
    width: 400px;
    margin-top: 25px;
    padding-left: 36px;
    height: 26px;
    line-height: 30px;
    background: url(../../images/tarde/shopping_cart.png) -32px -109px no-repeat;
    color: #4c4c4c;
    font-size: 14px;
}

#header_trade p span {
    font-size: 18px;
    font-weight: bold;
}
#header_trade p em {
    display: inline-block;
    margin-top: -6px;
    vertical-align: middle
}

.trade-procedure-cont {
    width: 450px;
    float: right;
}

.sample-procedure.trade-procedure-cont{
    width: 302px;
}

.service-order-cart .trade-procedure-cont {
    width: 302px;
}

.trade-procedure .normal {
    position: relative;
    float: left;
    width: 150px;
    border-top: 6px solid #ddd;
    text-align: center;
}
.trade-procedure .normal dt {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-image: url(../../images/tarde/shopping_cart.png);
    background-position: 0 -160px;
    color: #fff;
    margin: -13px auto 0;
}
.trade-procedure .normal dd {
    margin-top: 10px;
    line-height: 14px;
    color: #666;
}
.trade-procedure .normal em {
    position: absolute;
    top: -6px;
    width: 3px;
    height: 6px;
    background-color: #fff;
    background-image: url(../../images/tarde/shopping_cart.png);
}

.trade-procedure .normal:first-child em {
    left: 0;
    background-position: -34px -137px;
}
.trade-procedure .normal-last em {
    right: 0;
    background-position: -42px -137px;
}
.trade-procedure .trade-active {
    border-top: 6px solid #ff6d00;
}
.trade-procedure .trade-active dt {
    background-position: 0 -136px;
}
.trade-procedure .trade-active dd {
    color: #ff6d00;
}
.trade-procedure .trade-last-active em {
    right: 0;
    background-position: -34px -145px;
}

.trade-list {
    padding: 4px;
    border: 1px solid #ffb67f;
    font-size: 14px;
    color: #666;
}

/* 企业支付 */
.trade-cart .enterprise-pay-main{
    background: #FFFFFF;
    margin-top: 8px;
}
.trade-cart .enterprise-pay-main .enterprise-pay-medth #enterprisePay{
    background-image: url('../../images/tarde/enterprisePay.png');
    background-size: contain;
}
.trade-cart .enterprise-pay-main .enterprise-pay-medth{
    position: relative;
    margin: 10px 0 10px 40px;
    display: flex;
}
.trade-cart .enterprise-pay-main .enterprise-pay-medth .enterprise-pay-img{
    width: 154px;
    height: 54px;
    border: 1px solid #CCCCCC;
    position: relative;
}
.trade-cart .enterprise-pay-main .enterprise-pay-medth button{
    margin: 0px 15px 0px 0;
    background-color: #fff;
}
.trade-cart .enterprise-pay-main .enterprise-pay-medth .enterprise-pay-msg{
    width: 350px;
    height: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666;
    line-height: 20px;
    position: absolute;
    left: 0px;
    top:-37px;
}
.enterprise-pay-msg{
    width: 350px;
    height: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666;
    line-height: 20px;
    padding-left: 40px;
}
.enterprise-payOrder-title{
    font-size: 16px;
    color:#FF6D00;
    font-weight: bold;
    padding: 21px 0px 2px 26px;
}
.enterprise-payOrderInfo{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding: 10px 0px 0px 26px;
}
.enterprise-payOrderInfo-item{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    padding: 0px 0px 2px 26px;
    line-height: 20px;
}

.cart-list {
    font-size: 12px;
}

.trade-list thead tr {
    height: 50px;
    background-color: #fff8f2;
    border-bottom: 1px solid #ffdcc2;
}
.trade-list th, .trade-list td {
    text-align: center;
}
.trade-list thead tr th {
    font-size: 14px;
    font-weight: 200;
}
.trade-list tbody tr {
    border-bottom: 1px solid #eee;
}
.trade-list tbody tr td {
    padding: 10px 0;
}
.trade-list tbody tr:last-child {
    border-bottom: none;
}
.trade-list td:first-child, .trade-list th:first-child {
  padding-left: 10px;
}
.checklist-table.trade-list td:first-child, .checklist-table.trade-list th:first-child{
  padding-left: 0px!important;
}
.trade-list td:last-child, .trade-list th:last-child {
    padding-left: 10px;
}


.checklist-table.cart-list tbody td{
  padding-left:0px;
}
.checklist-table.cart-list tbody input[type=checkbox]{
  margin-left: 14px;
}
.trade-list.checklist-table .checklist-add-td {
  padding: 0;
}

.trade-list tbody input[type=text] {
    width: 128px;
    height: 20px;
    padding: 0 5px;
    border: 1px solid #ccc;
    text-align: center;
}

.trade-list tbody .trade-delete {
    cursor: pointer;
}

.checklist-table .model-on{
    word-break: break-all;
}
.trade-list .table-footer.checklist-footer {
    padding: 12px 13px;
    background-color: #f5f5f5;
    width: 1200px;
    box-sizing: border-box;
    border: 1px solid #ffb67f;
    border-top: none;
}
.trade-list .table-footer{
  padding: 22px 10px;
  background-color: #f5f5f5;
}
.trade-list .table-footer span, .trade-list .table-footer p {
    display: inline-block;
}
.trade-list .table-footer span {
    float: left;
    cursor: pointer;
}

.trade-list .table-footer p {
    float: right;
    color: #4c4c4c;
}

.trade-list .table-footer p i {
    font-size: 18px;
    color: #ff6d00;
    font-weight: bold;
}

.trade-list .table-footer p strong {
    color: #4d4d4d;
}

.trade-list .table-footer p button {
    width: 130px;
    line-height: 32px;
    margin-left: 20px;
    border: none;
    background-color: #ff6d00;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.trade-list .already-laid {
    background: url(../../images/tarde/already-laid.png) #fff left 0 top -20px no-repeat;
    background-size: 85px;
}

.trade-list .already-laid td, .trade-list .already-laid input {
    color: #b2b2b2;
}

.trade-list .already-laid .pn {
    position: relative;
}

.trade-top li {
    float: left;
    line-height: 32px;
    color: #666;
}

.trade-top li:first-child {
    font-size: 18px;
    color: #ff6d00;
}

.trade-top li i {
    color: #ff6d00;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

.trade-top .trade-shuxian {
    padding: 0 20px;
    color: #ccc;
}

.trade-cart-none {
    border: 1px solid #ffb67f;
}

.trade-cart-none .cart-none {
    margin: 216px 0 216px 400px;
    color: #4c4c4c;
    font-size: 14px;
}

.trade-cart-none .cart-none em {
    display: block;
    float: left;
    width: 72px;
    height: 65px;
    background-image: url(../../images/tarde/shopping_cart.png);
    background-position: 0 0;
}

.trade-cart-none .text-none {
    float: left;
}
.trade-cart-none .text-none p {
    height: 24px;
}

.continue-buy {
    margin: 25px 0 25px 0;
}
.continue-buy a {
    display: inline-block;
    width: 94px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #ff6d00;
    font-size: 14px;
    font-weight: normal;
    color: #ff6d00;
    text-align: center;
}

.continue-buy a:hover{
    background-color: #ff6d00;
    color: #fff;
}
.od-top-left{
    width:240px;
    border-right:1px solid #e7e7e7;
}
.od-top-left .od-btn .od-btn-paymemt {
    background-color: #ff6d00;
    color: #fff;
    margin-right: 5px;
    display:block;margin: 0 auto;
}
.od-top-left .od-btn-cancel{
    display:block;margin: 0 auto;
}
.od-top-left .od-btn .other-person-pay {
    display:block;
    margin: 5px auto 0;
}
.other-person-pay-modal .modal-body-info {
    padding: 15px 0 0;
}
.od-top-left .od-btn a {
    display: inline-block;
    width: 92px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    margin-top: 5px;
}
.order-title{
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    background-color: #fff8f2;
    font-size: 14px;
}
.order-title .invioce-tips{
    font-size: 12px;
    font-weight: normal;
}
.order-title > .add-new-invoice.disabled-default {
    color: rgb(102,102,102,0.5) !important;
    cursor: default !important;
    pointer-events: none !important;
}
.examine-footer-btn {
    width: 165px;
    height: 42px;
    border-radius: 4px;
    margin-top: 10px;
}
.join_purchaseList{
    background-color: #fff;
    color: #ff6d00;
    line-height: 42px;
    border: 1px solid #ff6d00;
}
.purchase-examine-settlement {
    color: #fff;
    border: none;
    background: #ff6d00;
    margin-left: 6px;
}
.orderDetail-order-title{
    height: 20px;
    font-size: 20px;
    padding: 26px;
    color: #666;
    font-weight: 400;
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.orderDetail-order-title .change-address{
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #3797f0;
}

.trade-list .logistics {
    margin: 45px 0 38px 45px;
}
.order-detail .orderDetail-orderCode{
    padding:20px 0 15px 44px;
    font-size:14px;
    margin-left: -44px;
}
.order-detail .orderDetail-state{
    font-size: 24px;
    color:#ff6d00;
}
.orderDetail-dd{
    position: relative;
}
.orderDetail-dd .orderDetail-dd-p{
    position: relative;left:37px;text-indent:0px !important;
}

.trade-list .logistics li {
    position: relative;
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #999;
    margin-right: 5px;
}

.trade-list .logistics em {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: none;
    background-position: 0 -24px;
}

.trade-list .logistics .logistics-active {
    border: 1px solid #ff6d00;
    color: #ff6d00;
}

.trade-list .logistics .logistics-active em {
    background-image: url(../../images/tarde/order.png);
    background-position: 0 0;
}

.trade-list .logistics-tips {
    float: left;
    width: 100%;
}

.logistics-tips .freight-collect-tips {
    display: none;
    margin-top: 13px;
    height: 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color: #666;
}

.logistics-tips .self-delivery-tips {
    display: none;
    margin-top: 13px;
}

.logistics-tips .self-delivery-tips .tips-content {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #666;
}

.logistics-tips .self-delivery-tips .address-content{
    margin-top: 2px;
}

.logistics-tips .self-delivery-tips .address-content .item-title{
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 21px;
    color: #999;
}

.logistics-tips .self-delivery-tips .address-content .item-content{
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #666;
}

.logistics-tips .self-delivery-tips .address-content-right{
    margin-left: 18px;
}

.add-address {
    height: 40px;
    line-height: 55px;
    text-align: right;
    padding-right: 18px;
}

#address-list-model .add-address{
    background: #FFF8F2;
    margin-top: 6px;
    line-height: 45px;
}

#address-list-model .add-address .addDisabeld{
    color: rgb(102,102,102,0.5);
    cursor: default;
    pointer-events: none;
}

#submit-detail-address.addDisabeld-footer{
    opacity:0.5;
    cursor: default;
    pointer-events: none;
    visibility:hidden
}

.add-address-del-modal{
    box-shadow: 0 0 10px rgb(0 0 0 / 6%)
}

#submit-detail-address {
    margin-right: 15px;
    background-color: #ff6d00;
}

#cancel-detail-address.addDisabeld-footer{
    opacity:0.5;
    cursor: default;
    pointer-events: none;
    visibility:hidden
}
.add-address span {
    cursor: pointer;
    color: #666;
}

.add-address span:hover {
    color: #ff6d00;
}

.address-none span {
    display: inline-block;
    width: 185px;
    height: 50px;
    margin: 30px 0 30px 48px;
    line-height: 50px;
    text-align: center;
    border: 1px dotted #ccc;
    background-color: #fff;
    color: #666;
    cursor: pointer;
}

#address-list-model .address-none span {
    margin: 0 0 0 0;
    width: 121px;
    height: 35px;
    line-height: 30px;
    border: none;
    color: #0085DD;
}

#address-list-model .address-none .empty-cart-img{
    margin: 35px auto 35px;
    display: block;
    background: url(../../images/tarde/checkList_cart_empty.png) no-repeat;
    height: 115px;
    width: 115px;
    border: none;
}

.address-none span:hover {
    color: #ff6d00;
}

.payment-method {
    padding: 10px 0 10px 48px;
}
.payment-method .payment-method-type{
    line-height: 34px;
}
.payment-method .payment-method-type span {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    margin-left: 29px;
}

.order-list-spec {
    padding: 0 20px;
}

.order-list table {
    width: 100%;
}

.order-list thead tr {
    height: 46px;
    background-color: #f5f5f5;
}

.order-list thead tr th, .order-list td {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.od-list-wrap .order-list td:first-child, .od-list-wrap .order-list th:first-child,
.trade-list-wrap .order-list td:first-child, .trade-list-wrap .order-list th:first-child {
    padding-left: 26px;
}

.od-list-wrap .order-list td:last-child, .od-list-wrap .order-list th:last-child,
.trade-list-wrap .order-list td:last-child, .trade-list-wrap .order-list th:last-child {
    padding-left: 10px;
}

.prog-order-detail .order-list thead tr th, .order-list td {
    vertical-align: top;
}

.prog-order-detail .supply-desc .programmable-on-info {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #4c4c4c;
    display: inline-block;
}

.prog-order-detail .supply-desc .programmable-on-info .line{
    display: block;
    height: 1px;
    background: #f3f3f3;
    margin-top: 7px;
    margin-bottom: 7px;
}

.leave-message{
    margin-top: 24px;
}
.company-info{
    margin: 24px 20px;
    position: relative;
}
.leave-message, .company-info .item{
    float: left;
    font-size: 14px;
    color: #4c4c4c;
}

.company-info .common-tips{
    position: absolute;
    left: 103px;
    top: -18px;
    line-height: 1;
    color: #ff6d00;
}

.leave-message label,
.company-info .item label {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.leave-message input[type='text'],
.company-info .item input[type='text']{
    width: 521px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding-left: 10px;
    padding-right: 10px;
    color: #4c4c4c;
}

.simple-order-info .leave-message label,
.simple-order-info .company-info .item label{
    display: inline-block;
    width: 90px;
    text-align: right;
}

.simple-order-info .leave-message input[type='text'],
.simple-order-info .company-info .item input[type='text']{
    width: 421px;
}

.total-money {
    float: right;
    margin-top: 9px;
    font-size: 14px;
    color: #4c4c4c;
    /* margin:  16px 25px 30px 0; */
}
.total-money p {
    line-height: 28px;
    text-align: right;
}
.total-money p span, .total-money p em {
    display: inline-block;
}
.total-money p em {
    width: 360px;
    float: left;
    text-align: right;
    margin-right: 5px;
}

.total-money p em .pn-count{
    color: #ff6d00;
}

.total-money p span {
    float: right;
}

.od-list-wrap .total-money .total-amount,
.trade-list-wrap .total-money .total-amount {
    color: #ff6d00;
}

.od-list-wrap .total-money .total-amount .total-amount-content,
.trade-list-wrap .total-money .total-amount .total-amount-content {
    font-weight: bold;
    font-size: 18px;
}

.od-list-wrap .total-money {
    margin-bottom: 30px;
    margin-right: 25px;
}

.user-submit {
    margin: 20px 0 30px 0;
    color: #333;
    font-size: 12px;
}
.od-top-left .webuploader-pick{
    width: 72px;
    height: 11px;
    /* text-align: center; */
    line-height: 11px;
    background-color: #ff6d00;
}

.user-submit .order-provision {
    display: inline-block;
    float: left;
    width: 420px;
    height: 44px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 44px;
}

.user-submit p {
    display: inline-block;
    float: right;
}

.trade-list-wrap .user-submit .order-provision {
    display: block;
    float: none;
    width: 310px;
    height: 12px;
    border: 0 solid #ccc;
    text-align: center;
    line-height: 12px;
    margin-top: 12px;
    margin-right: -5px;
}

.trade-list-wrap .user-submit .order-provision input[type='checkbox']{
    margin-right: 4px;
}

.trade-list-wrap .user-submit p {
    display: block;
    float: none;
    text-align: right;
}

.user-submit p em {
    font-size: 12px;
}

.prog-trade-cart .user-submit p em {
    color: #ff6d00;
}

.user-submit p span {
    font-size: 18px;
}

.user-submit p i {
    color: #ff6d00;
    font-weight: bold;
}

.user-submit p .submitOrder {
    display: inline-block;
    width: 168px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: #ff6d00;
    text-align: center;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.user-submit p .submitOrder:disabled {
    background: #ff9342;
}
.user-submit p #goToPurchase:disabled{
    background: #ccc;
    cursor: not-allowed !important;

}

.trade-succ {
    position: relative;
    padding: 52px 0 30px 308px;
}
.trade-succ .first-pay {
    display: inline-block;
    position: absolute;
    top: 44px;
    left: 224px;
    width: 65px;
    height: 89px;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-image: url(../../images/tarde/order_success3.png);
}
.trade-succ .un-first-pay {
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 265px;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-image: url(../../images/tarde/order_pay_wait.png);
}

.trade-succ .countdown{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.matters-needing-attention {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 36px;
    color: #999;
}

.matters-needing-attention .order-review-mechanism {
    width: 1185px;
}

.trade-succ li:first-child h2 {
    height: 40px;
    font-size: 22px;
}

.order-member {
    height: 20px;
}

.check-order {
    height: 22px;
}
.check-order a {
    font-size: 12px;
}

.order-money {
    margin-top: 10px;
    height: 30px;
}

.order-money span {
    font-size: 22px;
    color: #ff6d00;
    font-weight: bold;
}

.order-txt {
    font-size: 12px;
    color: #999;
}

.payment-content {
    background-color: #fff;
}

.bank-transfer, .order-payment, .select-payment {
    padding-left: 0px;
    margin-left: 20px;
}
.bank-transfer .bank-transfer-left{
    width:580px;
    display: inline-block;
    /* float: left; */
}
.bank-transfer .bank-transfer-right{
    width:487px;
    display: inline-block;
    /* float: left; */
    height:100px;
    font-size: 12px;
    color:#999;
    position: absolute;
    top: 132px;
}
.bank-transfer .bank-transfer-right p{
    margin:0px 0 0 10px
}
.select-payment .paymentMethod{
    margin: 0px 0 10px 20px;
    display: flex;
}
.select-payment .paymentMethod button{
    margin: 0px 15px 0px 0;
    background-color: #fff;
}
.select-payment .paymentMethod #zfb{
    background-image: url('../../images/tarde/zfb.png');
    background-size: contain;
}
.select-payment .paymentMethod #weixin{
    background-image: url('../../images/tarde/weixin.png');
    background-size: contain;
}
.select-payment .paymentMethod #bank{
    background-image: url('../../images/tarde/yinghan.png');
    background-size: contain;
}
.select-payment .paymentMethod #creditPay{
    background-image: url('../../images/tarde/zhangqi.png');
    background-size: contain;
}
.trade-cart .checkoutCounter{
    width:1190px;
    height:100px;
    margin-top: 35px;
}
.trade-cart .checkoutCounter .checkoutCounter-title{
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-top:15px
}
.trade-cart .checkoutCounter .checkoutCounter-msg{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-top: 12px;
}
.trade-cart .checkoutCounter-orderCode{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    position: relative;
}
.trade-cart .checkoutCounter-orderCode .checkoutCounter-orderCode-play{
    position: absolute;
    right: 0px;
}
.trade-cart .checkoutCounter-dealAmount{
    font-size: 22px;
    color: #ff6d00;
    font-weight: bold;
}
.paymentMethod-pay{
    width: 154px;
    height: 54px;
    border: 1px solid #CCCCCC;
    position: relative;
}
.paymentMethod_pay_checked::after{
    content: "";
    /* display: block; */
    width: 13px;
    height: 13px;
    background: url('../../images/triangle_corner_yes.png') no-repeat;
    position: absolute;
    top: 40px;
    right: 0px;
}
.creditPayDisabled{
    opacity: 0.5;
}
.paymentMethod_pay_checked{
    border: 1px solid #FF6D00;
}
.credit-pay{
    margin-top: 0px;
}
.credit-pay .credit-pay-msg{
    margin: 22px 0 0 40px;

}
.credit-pay .credit-pay-table{
    margin-left:40px;
    width: 554px;
}
.credit-pay-table .credit-pay-table-account{
    color: #4c4c4c;
    border-bottom: 1px solid #eee;
    width: 668px;
    padding-bottom: 12px;
}
.credit-pay .credit-pay-table table tr td{
    border:1px solid #eee;
    text-align: left;
}
.credit-pay .credit-pay-table .credit-pay-select{
    width:460px;
    border-color:#eee;
    height: 24px;
    border-radius: 4px;
    color:#4c4c4c;
    font-size:14px
}
.credit-pay .credit-pay-code{
    position: relative;
    margin: 10px  0 0 40px;
}
.credit-pay .credit-pay-code .form-container-item{
    padding: 3px 5px 3px 10px;
    width: 348px;
    height: 30px;
    background: #fff;
    border: none;
    font-size: 16px;
}
.credit-pay .credit-pay-code .form-container-inner{
    position: relative;
    padding: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 447px;
    margin-top: 10px;
}
.credit-pay-operate{
    position: absolute;
    top: 12px;
    right: 15px;
    color: #ff6d00;
    font-size: 16px;
}
.credit-pay-code .information-tips-wrap .credit-pay-code-icon{
    color: #0085dd;
    width: 100px;
    float: none;
    font-weight: normal;
    margin: 0;
    background: #fff;
}
.credit-pay-code .credit-pay-code-btn{
    display: block;
    border: none;
    line-height: 32px;
    text-align: center;
    font-family: Microsoft Yahei, Arial;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    width: 112px;
    height: 32px;
    background: #FF6D00;
    border-radius: 4px;
    margin-top: 15px;
}

.select-payment li {
    padding-top: 6px;
}

.select-payment li:first-child {
    height: 40px;
    line-height: 40px;
    padding-top: 19px;
}

.bank-transfer .union-pay a,
.select-payment li:first-child a {
    font-size: 14px;
    font-weight: normal;
    color: #0085dd;
    margin-left: 152px;
}

.select-payment li:last-child {
    border: none;
}

.select-payment .select-pay {
    width: 335px;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.select-payment .zifubao {
    border-bottom: 1px solid #e6e6e6;
}

.select-payment .select-pay em {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 32px;
    margin-left: 16px;
    background-image: url(../../images/tarde/paymeny_logo.png);
}

.order-payment button {
    margin: 22px 0 38px 0;
    width: 90px;
    height: 32px;
    line-height: 32px;
    background-color: #ff6d00;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: none;
    font-size: 14px;
}

.select-payment .zifubao em {
    background-position: 0 0;
    margin-left: 25px;
}
.select-payment .bank em {
    background-position: -2px -32px;
}
.select-payment .weixin em {
    background-position: 0 -100px;
}

.bank-transfer .union-pay {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding-top: 19px;
}
.bank-transfer .union-pay em {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 23px;
    margin-left: 16px;
    background-image: url(../../images/tarde/paymeny_logo_up.png);
}

.bank-transfer .descriptive-text {
    /*height: 13px;*/
    line-height: 16px;
    margin-top: 0px;
    font-size: 13px;
    font-weight: normal;
    color: #999;
}

.bank-transfer .descriptive-text .copy-text {
    cursor: pointer;
    color: #D9001B;
}

.bank-transfer .descriptive-text .copy-text:hover {
    color: #ff6d00;
}

.bank-transfer .descriptive-text .copy-text-img {
    cursor: pointer;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 4px;
    background: url(../../images/copy-icon.png) no-repeat;
    background-size: 100%;
    margin-bottom: -1px;
}

.bank-transfer .descriptive-text .copy-text:hover .copy-text-img {
    background: url(../../images/copy_icon_light.png) no-repeat;
    background-size: 100%;
}

.online-payment .paymentMethod .creditPay_msg{
    position: absolute;
    top:16px;
    left:670px;
    color:#ff6d00;
}
.bank-transfer .sekorm-account {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #4c4c4c;
    width: 565px;
    height: 102px;
    border: 1px solid #FF6D00;
    background: #f5f5f5;
    padding: 15px 0 15px 0;
}
.bank-transfer .sekorm-account span{
    display:block;
    padding-left:16px;
}

.order-detail {
    color: #666;
    border:5px solid #e7e7e7
}
.orderDetail-contenter{
    background-color: #eee;
    /* margin-top: -32px; */
    margin-bottom: -18px;
    padding-bottom: 40px;
    min-height: 100vh;
}
.orderDetail-logistics-list{
    height:200px;background-color:#fff;margin:10px 0 0 0;display:flex;
}
.orderDetail-contenter .orderDetail-contenter-title{
    font-size: 14px;
    font-weight: 400px;
}

.od-list .od-title {
    /* background-color: #f5f5f5; */
}
.receive-prize-show{
    background-color: #fff;
}

.od-list-outer {
    padding-left: 26px;
    width: 799px;
}
.od-list-outer p {
    line-height: 26px;
}

.o-detail-list {
    background-color: #fff;
    margin-top: 10px;
}

.od-mes {
    display: block;
    width: 50px;
    float: left;
}

.od-top {
    height: 200px;
    background-color: #fff;
}

.od-top h3 {
    height: 24px;
}

.od-top .od-process span {
    margin-right: 20px;
}

.od-top .od-process span:first-child {
    margin-right: 30px;
    font-size: 14px;
}

.od-cont-outer {
    text-align: center;
}

.od-cont-cancel {
    text-align: left;
}

.od-cont {
    display: inline-block;
    position: relative;
    padding: 80px 0px
}

.od-cont-cancel .od-cont {
    margin-left: 190px;
}

.od-cont dl.normal {
    float: left;
    width: 228px;
    border-top: 4px solid #ccc;
    text-align: center;
}
.od-cont dl.normal dt {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin: -8px auto 0;
}

.od-cont dl.normal dd {
    padding-top: 7px;
}

.od-cont dl.normal dd p {
    line-height: 16px;
}

.od-cont dl.normal .od-time span {
    margin-right: 4px;
}

.od-cont dl:first-child {
    width: 114px;
    text-align: left;
}
.od-cont dl:first-child dt {
    margin: -8px 0 0;
}
.od-cont dl:first-child dd p {
    text-indent: -18px;
}
.orderDetail-logistics{
    width:400px;
    height:200px;
    border-right:1px solid #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.od-cont dl .od-time-center {
    text-indent: 73px;
}
.restrict-tips-skin .orderDetail-model-tips{
    font-size:14px;
    line-height:25px;
    padding:6px 22px 9px 15px;
    color: #4c4c4c;
}
.restrict-tips-skin .orderDetail-model-tips .orderDetail-model-tips-title{
    font-weight: bold;
    color: #4c4c4c;
}

.od-cont dl.normal-last {
    width: 114px;
    text-align: right;
}
.od-cont dl.normal-last dt {
    float: right;
    margin: -8px 0 0;
}
.od-cont dl.normal-last dd {
    padding-top: 9px;
}
.od-cont dl.normal-last dd p {
    white-space: nowrap;
    text-indent: 95px;
}

.od-cont dl.od-active {
    border-top: 4px solid #ff6d00;
    color: #ff6d00;
}

.od-cont dl.od-active dt {
    background-color: #ff6d00;
}



.od-cont .od-time.delivery-time{
    text-indent: 0;
}
.od-cont .od-time.delivery-time + .delivery-time{
    padding-top: 5px;
}

.od-cont .od-btn {
    text-align: left;
    float: left;
}

.od-cont .od-btn a {
    display: inline-block;
    width: 92px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
}

.od-cont .od-btn .od-btn-paymemt {
    background-color: #ff6d00;
    color: #fff;
    margin-right: 5px;
}

.od-cont .od-btn .od-btn-cancel {
    border: 1px solid #ff6d00;
    color: #ff6d00;
}

.pcb-od-cont dl.normal-last dd p {
    text-indent: 74px;
}

.logistics-msg {
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 336px;
    height: 18px;
    color: #ff6d00;
}

.pay-weixin-modal h2 {
    margin-top: 34px;
    height: 44px;
    text-align: center;
    font-size: 22px;
    font-weight: 200;
    color: #666;
}

.pay-weixin-modal .pay-outer {
    background-color: #eee;
    padding: 18px;
}

.pay-weixin-modal .pay-ewm {
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.pay-weixin-modal .pay-ewm img {
    width: 274px;
}

.pay-weixin-modal .pay-footer {
    margin-top: 20px;
    margin-bottom: 22px;
    font-size: 18px;
}
.pay-weixin-modal .pay-footer p {
    height: 28px;
    text-align: center;
}
.pay-weixin-modal .pay-footer span {
    color: #f21c40;
}

.pay-modal {
    padding-left: 173px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.pay-modal .pay-modal-tips {
    height: 32px;
}

.pay-modal .pay-order-number {
    height: 50px;
}
.pay-modal .pay-order-number span {
    font-size: 18px;
    color: #ff6d00;
}

.pay-modal .pay-handle a {
    display: inline-block;
    width: 196px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    border: 1px solid #ff6d00;
    text-align: center;
}

.pay-modal .pay-handle .pay-success {
    background-color: #ff6d00;
    color: #fff;
}

.pay-modal .pay-handle .pay-fail {
    background-color: #fff;
    color: #ff6d00;
}

.pay-state-outer {
    padding: 60px 0 20px 100px;
}

.pay-state {
    width: 1000px;
    border: 1px solid #ff6d00;
}

.pay-state .title {
    height: 38px;
    line-height: 38px;
    padding-left: 22px;
    background-color: #ff6d00;
    font-size: 14px;
    color: #fff;
}

.pay-state .success-tips p {
    height: 164px;
    line-height: 164px;
    background-color: #f5f5f5;
    font-size: 22px;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.pay-state .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: -9px;
    background-image: url(../../images/tarde/pay-state.png);
    background-repeat: no-repeat;
}

.pay-state .success-icon {
    background-position: 0 0;
}

.pay-state .fail-icon {
    background-position: 0 -46px;
}

.pay-state .money {
    color: #ff6d00;
}

.pay-state .pay-handle {
    margin: 32px 0;
    text-align: center;
}
.pay-state .pay-handle a {
    display: inline-block;
    width: 198px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #ff6d00;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

.bank-transfer .upload-payment-voucher {
    display: inline-block;
    padding: 10px 0 40px 0;
    height: 32px;
    line-height: 32px;
}
.bank-transfer .upload-payment-voucher a {
    font-size: 14px;
    font-weight: normal;
    color: #ff6d00;
}

.payment-voucher-img-queue li {
    float: left;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.payment-voucher-img-queue li p {
    font-size: 12px;
    height: 32px;
    line-height: 29px;
}
.bank-transfer .payment-voucher-img-queue li a,
.bank-transfer .payment-voucher-img-queue li a img,
.od-cont .od-btn .payment-voucher-img-queue li a,
.od-cont .od-btn .payment-voucher-img-queue li a img {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 32px;
}
.od-cont .od-btn .payment-voucher-img-queue li a img{
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}

.od-cont .od-btn .upload-payment-voucher {
    margin-left: 21px;
}

.bank-transfer .btn-upload-payment-voucher,
.bank-transfer .btn-upload-payment-voucher .webuploader-pick,
.od-cont .od-btn .btn-upload-payment-voucher .webuploader-pick,
.od-cont .od-btn .btn-upload-payment-voucher {
    font-size: 14px;
    font-weight: normal;
    color: #ff6d00;
    position: relative;
    background: transparent;
    padding: 0;
    text-align: center;
    border-radius: 0;
    overflow: visible;
}
.bank-transfer .btn-upload-payment-voucher-tips {
    margin-left: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.bank-transfer .payment-voucher-img,
.od-cont .od-btn .payment-voucher-img {
    display: inline-block;
    vertical-align: middle;
}

.bank-transfer .show,
.od-cont .od-btn .show {
    display: inline-block;
}

.bank-transfer .hide,
.od-cont .od-btn .hide {
    display: none;
}

.bank-transfer .upload-payment-voucher-tips,
.od-cont .od-btn .upload-payment-voucher-tips {
    margin-left: 21px;
    font-size: 12px;
    font-weight: normal;
    color: #e85a65;
}

.logistics-information p {
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;
    color: #666;
}

.logistics-information .logistics-single-number {
    font-weight: bold;
}

.logistics-information .display-scroll {
    margin-top: 10.5px;
    height: 93px;
    overflow: auto;
}

.logistics-information .display-scroll .logistics-information-list {
    overflow: hidden;
}

.logistics-information .display-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.logistics-information .display-scroll::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}

.logistics-information .display-scroll::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: 3px;
}

.logistics-information .display-scroll::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

.logistics-information .display-scroll::-webkit-scrollbar-corner {
    background: #f5f5f5;
}

/* 滚动条颜色 */
.logistics-information .display-scroll scrollbar {
    -moz-appearance: none !important;
    background: rgb(0, 255, 0) !important;
}

/* 滚动条按钮颜色 */
.logistics-information .display-scroll thumb, scrollbarbutton {
    -moz-appearance: none !important;
    background-color: rgb(0, 0, 255) !important;
}

/* 鼠标悬停时按钮颜色 */
.logistics-information .display-scroll thumb:hover, scrollbarbutton:hover {
    -moz-appearance: none !important;
    background-color: rgb(255, 0, 0) !important;
}

/* 隐藏上下箭头 */
.logistics-information .display-scroll scrollbarbutton {
    display: none !important;
}

/* 纵向滚动条宽度 */
.logistics-information .display-scroll scrollbar[orient="vertical"] {
    min-width: 15px !important;
}

.logistics-information-list td {
    font-size: 12px;
    font-weight: normal;
    line-height: 31px;
    color: #4c4c4c;
}

.logistics-information-list .status {
    width: 14px;
    height: 14px;
}
.logistics-information-list .status dt {
    width: 6px;
    height: 6px;
    background-color: #b8b8b8;
    border-radius: 50%;
    margin: -27px auto 0;
    margin-bottom: 4px
}
.orderDetail-logistics .orderDetail-logistics-wordLing{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 217px;
    display: inline-block;
}
.orderDetail-logistics  .orderDetail-logistics-content{
    margin:-24px 0px 0px 25px;
    max-height:100px;
    overflow-y: auto;
    margin-right: 10px;
}
.orderDetail-logistics  .orderDetail-logistics-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.orderDetail-logistics  .orderDetail-logistics-content::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
  }
  
.orderDetail-logistics  .orderDetail-logistics-content::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: 3px;
  }
  
.orderDetail-logistics  .orderDetail-logistics-content::-webkit-scrollbar-thumb:hover {
    background: #747474;
  }
  
.orderDetail-logistics  .orderDetail-logistics-content::-webkit-scrollbar-corner {
    background: #f5f5f5;
  }

.logistics-information-list .status-check {
    background: url(../../images/tarde/order_success.png) 0 no-repeat;
}

.logistics-information-list .status-wait dt {
    background-color: #ff6d00;
}

.logistics-information-list .status .col2 {
    position: relative;
    z-index: 1;
}

.logistics-information-list .status .line1 {
    position: absolute;
    left: 4px;
    width: 2px;
    height: 48px;
    border-right: 2px solid #e6e6e6;
    z-index: -1;
}
.logistics-information-list .status .line2 {
    position: absolute;
    left: 4px;
    width: 2px;
    height: 65px;
    border-right: 2px solid #e6e6e6;
    top: -7px;
    z-index: -1;
}

.logistics-information-list .week {
    margin-left: 2px;
}
.logistics-information-list .time {
    float: right;
    color: #999;
}
.logistics-information-list .row1 {
    width: 149px;
    padding-left: 6px;
    padding-right: 22px;
    color: #4c4c4c;
}
.logistics-information-list .context {
    color: #4c4c4c;
}
.order-msg-modal{
    padding: 25px 10px 10px;
    display:table;
    overflow:hidden;
    word-break: break-all;
}
.order-msg-modal .pn-msg{
    width: 280px;
    color: #4c4c4c;
    vertical-align:middle;
    display:table-cell;
}
.order-msg-modal .pn-msg .on{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.order-msg-modal .pn-msg .brand{
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}
.order-msg-modal .pn-msg .brand font{
    color:#4c4c4c
}

.order-msg-modal .pn-msg .goods{
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}
.order-msg-modal .pn-msg .goods font{
    color:#4c4c4c
}
.order-msg-modal .pn-msg .pn{
    line-height: 16px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.order-msg-modal .pn-msg .pn font{
    color:#4c4c4c;
}

.order-msg-modal .pn-msg .desc{
    line-height: 16px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-word;
}
.order-msg-modal .pn-msg .desc font{
    color:#4c4c4c;
}

.order-msg-modal .pn-msg .package{
    line-height: 16px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}
.order-msg-modal .pn-msg .extraDesc{
    line-height: 16px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.order-msg-modal .pn-msg .desc-fmtMinPackAmount{
    line-height: 16px;
    margin-top: 6px;
    word-break: break-all;
}
.order-msg-modal .pn-msg .price{
    line-height: 16px;
    margin-top: 6px;
    word-break: break-all;
}
.order-msg-modal .pn-msg .join-cart{
    line-height: 26px;
}
.order-msg-modal .order-msg{
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #eee;
}
.order-msg-modal .order-msg .number-msg{
    color: #999;
}
.order-msg-modal .order-msg .number-msg p{
    line-height: 20px;
}
.order-msg-modal .order-msg .number-msg input{
    width: 86px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #ccc;
}
.order-msg-modal .order-msg .number-msg .min-sall{
    display: inline-block;
    width: 54px;
    text-align: right;
    line-height: 12px;
    vertical-align: middle;
}

.order-msg-modal .order-msg .error-tips{
    height: 20px;
}
.order-msg-modal .order-msg .error-tips .vformMsnReg{
    margin: auto 0;
    line-height: 20px;
    font-size: 12px;
    color: #f90c1e;
}
.sample-trade-modal .order-msg .error-tips .vformMsnReg{
    margin: auto 0;
    line-height: 16px;
    font-size: 12px;
    color: #f90c1e;
    background: url(../../images/member/ico_tips.png) 0 0 no-repeat;
}
.sample-trade-modal .order-msg .error-tips{
     height: unset;
}
.order-msg-modal .order-msg .price{
    width: 235px;
    color: #333;
}
.order-msg-modal .order-msg .price span{
    font-size: 20px;
    font-weight: bold;
    vertical-align: -2px;
}
.order-msg-modal .order-msg .handle-btn button{
    width: 100px;
    border-radius: 2px;
    padding: 5px 0;
}
.order-msg-modal .succ-tips{
    display: none;
    position: absolute;
    top: -40px;
    left: -15px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    text-align: center;
    color: #4c4c4c;
}
.order-msg-modal .succ-tips em{
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-image: url(../../images/information/succ-tips.png);
}

.order-msg-modal .restrict-type,
.order-msg-modal .product-status{
    margin-top: 5px;
    color: #999;
}

.order-msg-modal .restrict-type .restrict-type-content,
.order-msg-modal .product-status .status{
    padding: 2px 4px;
    font-size: 12px;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    border-radius: 3px;
    margin-right: 4px;
}

.supply-ask-modal{
    padding: 12px 8px 5px;
    color: #4c4c4c;
    word-break: break-all;
}
.supply-ask-modal .pn {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.supply-ask-modal .pn,.supply-ask-modal .brand{
    line-height: 16px;
}
.supply-ask-modal .desc{
    line-height: 16px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.supply-ask-modal .package{
    line-height: 16px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.supply-ask-modal .form-msg li{
    width: 258px;
    float: left;
    margin-bottom: 8px;
    text-align: right;
}
.supply-ask-modal .form-msg span{
    color: #999;
}
.supply-ask-modal input,.supply-ask-modal textarea{
    border: 1px solid #ccc;
    outline: none;
}
.supply-ask-modal textarea{
    resize: none;
}
.supply-ask-modal .form-msg .remark-wrap{
    width: 100%;
    margin-bottom: 0;
}
.supply-ask-modal .form-msg .remark-wrap span{
    vertical-align: top;
}
.supply-ask-modal .remark{
    width: 421px;
    height: 40px;
    padding: 8px;
}
.supply-ask-modal .project-name{
    width: 498px;
    height: 40px;
    padding: 8px;
}
.supply-ask-modal input{
    width: 164px;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
}
.project-title{
    line-height: 28px;
}
.supply-ask-modal .msg-title{
    color: #333;
    line-height: 34px;
}
.supply-ask-modal .btn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    padding: 0;
    font-size: 16px;
}
.supply-ask-modal .tips{
    text-align: center;
    font-size: 14px;
}
.supply-ask-modal .tips img{
    vertical-align: -3px;
}
.supply-ask-modal .error-tips{
    color: red;
}
.supply-ask-modal .page-tips{
    color: #999;
}
.supply-ask-modal .error{
    border: 1px solid red;
}
.supply-ask-modal .request,.order-msg-modal .request{
    color: red;
    font-weight: 200;
}
.order-supplement .txt-search{
    width:500px;
    border: 1px solid #eee;
    padding-left: 10px;
}

.receive-prize-hide{
    display: none;
}
.trade_purchase_msg{
    color: #999;
    display: none;
    padding-top: 10px;
}
.order-purchaseMsg{
    width: 100%;
}
.order-purchaseMsg .purchaseMsg{
    width: 1172px;
    display: flex;
}
.purchase-list .error-tips{
    margin: auto 0;
    line-height: 16px;
    font-size: 12px;
    color: #f90c1e;
    margin-top: 4px;
    display: none;
}
.purchase-list .error-tips img {
    width: 12px;
    height: 12px;
}
.purchase-list .order-msg .error-tips .vformMsnReg{
    margin: auto 0;
    line-height: 20px;
    font-size: 12px;
    color: #f90c1e;
}
.order-purchaseMsg .purchaseMsg .purchaseMsg-item{
    display: inline-block;
    line-height: 1.5;
    padding-right: 15px;
    word-break: break-all;
    flex: 1;
}
.purchase-order-success{
    padding: 4px;
    font-size: 14px;
    color: #666;
    height: 450px;
}
.purchase-order-success .purchase-order-state{
    height: 50px;
}
.purchaseOrderMsg-list{
    width: 600px;
}
.purchaseOrderMsg-list .orderDetail-order-title{
  padding: 20px 26px 3px 26px;
}
.purchaseOrderMsg-list .purchaseOrderMsg-list-item{
    padding: 0 26px;
    line-height: 26px;
    display: flex;
}
.purchaseOrderMsg-list .msg-list-item-title {
    display: inline-block;
    text-align: left;
}
.purchaseOrderMsg-list .msg-list-item-value {
    flex: 1;
}
.purchaseOrderMsg-list .purchaseOrderMsg-list-item span {
    word-break: break-all;
}
.purchase-order-success .purchase-order-orderMsg{
    height: 200px;
    display: flex;
    justify-content: center;
    border: 1px solid #ffb67f;
    margin-top: 20px;
    height: 297px;
    position: relative;
    padding-left: 64px;
}
.od-top .purchaser-od-top-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.od-cont-outer .corporate-purchaser-replay {
    width: 690px;
    color: #666;
    text-align: left;
    display: block;
    margin-left: 74px;
    margin-top: 20px;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}
.purchase-order-success .purchase-order-orderMsg .purchase-success{
    width: 330px;
    height: 22px;
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    margin-top: 53px;
}
.purchase-order-success .purchase-order-orderMsg .purchase-success.purchase-success-tip{
  margin-top: 10px;
  width: 650px;
}
.purchase-order-success .purchase-order-orderMsg .purchase-msg{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.purchase-order-success .purchase-order-orderMsg .purchase-img{
    display: inline-block;
    position: absolute;
    top: 46px;
    left: 210px;
    width: 65px;
    height: 89px;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-image: url(../../images/tarde/order_success3.png);

}
.purchase-order-success .purchase-order-orderMsg .seeMyPurchase{
    width: 136px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #FF6D00;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
    color: #FF6D00;
    font-size: 14px;
    margin-top: 19px;
}
.purchase-order-success .purchase-order-orderMsg .purchase-code{
  margin-top: 23px;
}
.purchase-style .order-purchaseMsg{
    padding: 14px 18px 14px 18px;
}
.purchase-style .purchaseOrder-item p{
    margin: 5px 0px;
}
.order-purchaseMsg-item{
    font-size:14px; 
    padding-left:18px
}
.order-purchaseMsg-content{
    display: flex;
    justify-content: flex-start;
}
.order-supplement ul li{
    display: flex;
    padding-left: 18px;
}
.receive-prize dl.normal {
    width: 228px;
}

.receive-prize dl:first-child,
.receive-prize dl.normal-last {
    width: 114px;
}

.order-title .pcb-order-tips{
    color: #ff6d00;
    font-weight: normal;
}

.order-title .pcb-order-tips-bold{
    font-weight: bold;
}

.pcb-order table {
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-collapse: collapse;
}
.pcb-order td {
    width: 309px;
    /* border-bottom: 1px solid #b5b5b5; */
    border-right: 1px solid #b5b5b5;
}

.pcb-order .order-item {
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    color: #333;
    text-align: center;
}

.pcb-order .audit-results {
    line-height: 78px;
}

.pcb-order .item-title {
    width: 178px;
    background: #f5f5f5;
}

.pcb-order .item-vaule {
    width: 185px;
    line-height: 18px;
    padding: 5px;
    word-break: break-all;
}

.pcb-order .item-vaule-active {
    color: #ff6d00;
}

.audit-results-content {
    padding: 10px 15px 38px 15px;
}

.audit-results-content .od-title {
    background: #fff;
}

.pcb-trade-cart .order-txt {
    margin-top: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
}

.pcb-trade-cart .order-txt a{
    color: #ff6d00;
}

.order-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.address-info-values .info-value{
    margin-left: 45px;
    margin-right: 18px;
    margin-top: 6px;
    /*height: 30px;*/
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

#address-list-model .address-info-values .info-value {
    margin-left: 0px;
}

#address-list-model .address-tag {
    position: absolute;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 18px;
    top: 58px;
    margin-left: 14px;
}

.address-info-values .info-value .address-labels {
    float: left;
    position: relative;
    min-width: 84px;
    max-width: 84px;
    padding: 0 7px 0 7px;
    height: 28px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    color: #333;
    margin-right: 9px;
}
.address-info-values .info-value .address-labels em {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    width: 13px;
    height: 13px;
    background-image: url(../../images/triangle_corner_yes.png);
    background-position: 0 -24px;
    font-style: normal;
}

.address-info-values .info-value-active .address-labels {
    border: 1px solid #ff6d00;
}

.address-info-values .info-value-active .address-labels em {
    display: inline-block;
    background-position: 0 0;
}

.address-info-values .user-msg {
    float: left;
    max-width: 785px;
}
.address-info-values .user-msg .user-name{
    margin-right: 5px;
}
.address-info-values .user-msg .user-mobile{
    margin-right: 5px;
}

.address-info-values .default-address {
    float: left;
    width: 64px;
    height: 27px;
    background-color: #ffb076;
    font-size: 12px;
    font-weight: normal;
    line-height: 27px;
    color: #fff;
    text-align: center;
    margin-left: 12px;
    margin-top: 2px;
}

.address-info-values .action-buttons {
    float: right;
}
.address-info-values .action-buttons .set-as-default {
    color: #318ecc;
    background-color: transparent;
    text-align: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}
.address-info-values .action-buttons .edit-addr {
    margin-left: 15px;
    color: #666;
    background-color: transparent;
    text-align: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}
.address-info-values .action-buttons .del-addr {
    margin-left: 15px;
    color: #666;
    background-color: transparent;
    text-align: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.restrict-tips-skin .modal-body-info {
    font-size: 16px;
    color: #666;
    text-align: left;
}
.restrict-tips-skin .modal-btn {
    width: 148px;
    height: 48px;
    border-radius: 4px;
}

.trade-modal {
    overflow: visible !important;
}

.trade-modal .modal-boundingBox{
    overflow: visible !important;
}

.trade-modal .order-msg-modal{
    overflow: visible !important;
}

.sample-trade-modal .order-msg .number-msg,
.sample-trade-modal  .pn-msg .on {
    margin-top: -6px;
}
.sample-trade-modal .sample-trade-tips-wrap {
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    word-break: break-all;
}

.sample-trade-modal .sample-trade-tips-wrap .sample-apply-tips {
    display: none;
}
.sample-trade-modal .sample-trade-tips-wrap .sample-send-tips {
    display: none;
}

.sample-trade-cart .trade-top li:first-child {
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.sample-trade-cart .trade-list {
    padding: 0;
    border: solid 1px #e6e9ee;
}

.sample-trade-cart .trade-list thead tr {
    background-color: #f5f5f5;
    border-bottom: solid 1px #e6e9ee;
}

.sample-trade-cart .sk-checkbox-list label.checkbox {
    color: #4c4c4c;
    font-weight: bold;
}

.sample-trade-cart .trade-list tbody tr:last-child {
    border-bottom: 1px solid #eee;
}

.sample-trade-cart .trade-list .table-footer {
    padding: 26px 10px 17px 10px;
    background-color: unset;
    font-size: 12px;
    line-height: 20px;
}

.sample-trade-cart .trade-list .table-footer-to-settle .to-settle {
    float: right;
    width: 130px;
    line-height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: #ff6d00;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    outline:none;
}

.sample-trade-cart .trade-list .table-footer p {
    color: #333;
}
.sample-trade-cart .trade-list .table-footer p strong {
    color: #ff6d00;
}

.sample-trade-cart .trade-list .table-footer-tips {
    margin-bottom: 26px;
    margin-right: 10px;
}

.sample-trade-cart .trade-list .table-footer-tips .sample-send-tips,
.sample-trade-cart .trade-list .table-footer-tips .sample-apply-tips {
    text-align: right;
}

.sample-trade-cart .trade-list .table-footer-tips .tips-content{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #999;
}
.sample-trade-cart .trade-list .table-footer-tips .tips-content i {
    color: #f90c1e;
}

.sample-trade-cart .supply-sales-information .sample-tips {
    margin-right: -80px;
    margin-left: -80px;
    font-size: 12px;
    line-height: 18px;
    color: #f90c1e;
    padding-top: 4px;
}

.sample-trade-cart .cart-supply .available-sale,
.sample-trade-cart .cart-supply .least-number {
    margin-top: 4px;
}

.sample-trade-cart-none {
    border: 1px solid #e6e9ee;
}

.sample-trade-cart-none .cart-none em {
    width: 165px;
    height: 124px;
    float: none;
    vertical-align: middle;
    background-image: url(../../images/tarde/shopping_cart2.png);
    background-repeat: no-repeat;
    margin-left: 100px;
    margin-bottom: 15px;
}

.sample-trade-cart-none .cart-none p {
    padding: 0 17px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}

.sample-trade-cart-none .continue-buy {
    margin: 0;
}

.sample-trade-cart-none .continue-buy a {
    font-size: 16px;
    font-weight: normal;
    color: #0085dd;
    border: none;
    width: unset;
}

.sample-trade-cart-none .continue-buy a:hover{
    background-color: transparent;
    color: #ff6d00;
}

.add-service-ep-succ-wrap .trade-succ,
.sample-trade-succ-wrap .trade-succ {
    padding: 52px 0 30px 328px;
}

.add-service-ep-succ-wrap .trade-list,
.sample-trade-succ-wrap .trade-list {
    border: solid 1px #e6e9ee;
    padding: 0;
}

.sample-trade-succ-wrap .check-order,
.sample-trade-succ-wrap .order-member {
    height: 25px;
}

.add-service-ep-succ-wrap .trade-succ .first-pay,
.sample-trade-succ-wrap .trade-succ .first-pay {
    background-image: url(../../images/tarde/order_success3.png);
    width: 64px;
    height: 82px;
    background-size: 64px;
    left: 243px;
}

.sample-trade-succ-wrap .add-service-ep-info,
.add-service-ep-succ-wrap .add-service-ep-info {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 5px;
}

.add-service-ep-succ-wrap .check-order {
    margin-top: 20px;
}

.add-service-ep-succ-wrap .add-service-ep-tips {
    word-break: break-all;
    margin-right: 20px;
    line-height: 1.2;
    color: #666;
    font-size: 14px;
}

.sample-trade-succ-wrap .add-service-ep-info {
    margin-top: 18px;
    margin-bottom: 25px;
}

.sample-trade-succ-wrap .add-service-ep-info .email,
.add-service-ep-succ-wrap .add-service-ep-info .email {
    color: #ff6d00;
}

.sample-trade-succ-wrap .matters-needing-attention {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
}

.sample-order-detail-wrap .order-title {
    line-height: 40px;
}

.sample-order-detail-wrap .trade-top li:first-child {
    color: #333;
}

.sample-order-detail-wrap .sample-info-table {
    margin-top: 10px;
    margin-bottom: 20px;
    border:solid 1px #eee;
}
.sample-order-detail-wrap .sample-info-table td {
    border:solid 1px #eee;
    height: 30px;
}

.sample-order-detail-wrap .sample-info-table .sample-info-title-td {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-align: center;
    line-height: 18px;
}

.sample-order-detail-wrap .sample-info-table .sample-info-content-td {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: left;
    line-height: 18px;
}

.sample-order-detail-wrap .required {
    color: #ff0000;
}

.sample-order-detail-wrap .sk-step-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right {
    padding-bottom: 27px;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right .step-bar {
    margin-left: 2px;
    background: #e6e6e6;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right .step-bar .step-bar-active {
    background: #62c323;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right .icon-step-content .icon-step {
    color: #999;
    width: 6px;
    height: 6px;
    line-height: 6px;
    background: #b8b8b8;
    border: none;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right .step-content {
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right-last {
    padding-bottom: 0;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right-last2 .step-bar {
    padding-bottom: 0;
    height: 0;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right .step-content .step-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #4c4c4c;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right-last2 .icon-step-content .icon-step {
    background: #d8d8d8;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right-last2 .step-content .step-name {
    color: #d8d8d8;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li .step-item-right .step-content .step-desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #666;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li.step-unactive .step-content .step-name {
    color: #d8d8d8;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li.step-active .step-item-right .icon-step {
    background: #ff6d00;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li.step-active-1 .step-item-right .icon-step {
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-left: -4px;
    background: url(../../images/tarde/order_success.png) no-repeat;
}
.sample-order-detail-wrap .sk-step-wrap .sk-step-vertical > ul > li.step-active-1 .step-item-right .step-content {
    margin-top: 2px;
}

.sample-order-detail-wrap table {
    border: solid 1px #eee;
}
.sample-order-detail-wrap table th,
.sample-order-detail-wrap table td {
    border: solid 1px #eee;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 5px 30px;
    word-break: break-all;
}

.sample-order-detail-wrap table th {
    color: #666;
}
.sample-order-detail-wrap table td {
    color: #333;
}

.sample-order-detail-wrap .info-table {
    margin-top: 12px;
}

.sample-order-detail-wrap .info-content-tips {
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.sample-order-detail-wrap .sample-order-status-wrap .status-wrap .info-content .info-content-item {
    margin-top: 30px;
}
.sample-order-detail-wrap .sample-order-status-wrap .status-wrap .info-content .info-content-item-first {
    margin-top: 0;
}
.sample-order-detail-wrap .sample-order-status-wrap .info-content .time {
    float: left;
    width: 167px;
}
.sample-order-detail-wrap .sample-order-status-wrap .info-content .order-number {
    float: left;
    width: 970px;
}
.sample-order-detail-wrap .sample-order-status-wrap .info-content .status {
    float: left;
    width: 80px;
}
.sample-order-detail-wrap .sample-order-status-wrap .info-content .status-active {
    color: #ff6c00;
}
.sample-order-detail-wrap .sample-order-status-wrap .info-content .customer-service {
    float: left;
    width: 890px;
}
.sample-order-detail-wrap .sample-order-status-wrap .info-content .customer-service .customer-service-reply {
    display: block;
    margin-top: 5px;
    word-break: break-all;
}
.sample-order-detail-wrap .sample-order-status-wrap .submit-btn-wrap {
    margin-top: 28px;
}
.sample-order-detail-wrap .sample-order-status-wrap .submit-btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ff6d00;
    text-align: center;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.sample-receive-wrap .receive-prize {
    margin-top: 26px;
    border-top: solid 1px #e6e9ee;
}
.sample-receive-wrap .user-submit p {
     display: block;
     float: unset;
    margin-right: 20px;
}
.sample-receive-wrap .user-submit p span {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.sample-receive-wrap .user-submit p i {
    font-size: 20px;
}
.sample-receive-wrap .user-submit p .submitOrder {
    margin-top: 14px;
    color: #fff;
}
.sample-receive-wrap .trade-list td:first-child,
.sample-receive-wrap .trade-list th:first-child {
    padding-left: 20px;
}
.sample-receive-wrap .sample-order-checkbox {
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 8px;
}

.sample-receive-wrap .sk-checkbox-list label.checkbox {
    font-size: 12px;
    color: #333;
}

.sample-receive-wrap .sample-order-tips {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.sample-receive-wrap .sample-order-tips .tips-content {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #999;
}

.sample-receive-wrap .sample-order-tips .tips-content i {
    color: #f90c1e;
}

.sample-receive-wrap .company-info {
    margin-left: -14px;
    margin-top: 40px;
}
.sample-receive-wrap .simple-ordre-busMsg .businessMsg-form-info {
    margin-left: 8px;
}
.sample-receive-wrap .address-info-values .info-value {
    margin-left: 20px;
}
.sample-receive-wrap .address-info-values .user-info {
    width: 1049px;
}
.sample-trade-modal .order-msg-modal {
    padding: 25px 5px 10px;
}
.sample-trade-modal .order-msg-modal .order-msg {
    padding-left: 15px;
    margin-left: 15px;
}
.sample-trade-modal .order-msg-modal .pn-msg{
    vertical-align:top;
}
.sample-trade-modal .order-msg-modal .btn-primary-radius-white-bg,
.sample-trade-modal .order-msg-modal .order-msg .handle-btn button {
    padding: 5px 0;
    width: 114px;
    outline: none;
}

.sample-trade-modal .order-msg-modal .order-msg .price {
    width: 244px;
}
.sample-trade-modal .order-msg-modal .order-msg .price .color-sekorm {
    max-width: 205px;
}
.has-address .show-more{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
    margin-top: 10px;
}
.has-address .show-more.hide-btn{
    display: none;
}
.has-address .show-more .more-arrow{
    display: inline-block;
    line-height: 24px;
    height: 24px;
    transform-origin: center;
    transform: rotate(90deg) scaleY(1.2);
    -ms-transform:rotate(90deg) scaleY(1.2);
    -moz-transform:rotate(90deg) scaleY(1.2);
    -webkit-transform:rotate(90deg) scaleY(1.2);
    -o-transform:rotate(90deg) scaleY(1.2);
}
.has-address .show-more.hide-address .more-arrow{
    transform: rotate(270deg) scaleY(1.2);
    -ms-transform:rotate(270deg) scaleY(1.2);
    -moz-transform:rotate(270deg) scaleY(1.2);
    -webkit-transform:rotate(270deg) scaleY(1.2);
    -o-transform:rotate(270deg) scaleY(1.2);
}
.has-address .show-more:hover {
    color: #ff6d00;
}
.has-address .address-info-values.clearfix.max-info-values {
    height: 36px;
    overflow: hidden;
}

#address-list-model .has-address .address-info-values.clearfix.max-info-values{
    height: auto;
    overflow: auto;
}

.has-address .address-info-values.clearfix.addr-tips-max-info-values {
    height: 53px;
    overflow: hidden;
}

.logistics-information{
    padding-bottom: 0;
}

.logistics-information .item-title{
    font-weight: bold;
}

.logistics-commodity-information{
    width: 100%;
    margin: 8px 0 0;
}

.logistics-commodity-information > tbody > tr > td{
    /* border: 1px solid #eee; */
    padding: 7px 10px;
    color: #666;
    font-size: 12px;
    line-height: 1.2;
}

.logistics-commodity-information .logistics-order{
    line-height: 1.2;
    color: #333;
    font-size: 14px;
}
.logistics-commodity-information .logistics-detail-info{
    padding: 16px 10px;
}
.logistics-information .logistics-commodity-information .display-scroll{
    margin-top: 2px;
}
.logistics-information  .empty-logistics {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
.service-order-cart .order-ads .address-none{
    margin-left: 10px;
}
.service-order-cart .order-ads .address-none span{
    width: 118px;
    height: 32px;
    line-height: 32px;
    border: 1px dashed #999;
    color: #999;
    margin: 16px 0 10px 0;
    font-size: 14px;
}
.service-order-cart .order-ads .address-none span:hover{
    border-color: #ff6d00;
    color: #ff6d00;
}
.service-order-cart .form-group-enroll .add-address span{
    color: #ff6d00;
    font-size: 14px;
}
.service-order-cart .form-group-enroll .add-address{
    height: 54px;
    line-height: 54px;
    padding-right: 18px;
    margin-top: -46px;
}
.service-order-cart .form-group-enroll .add-address .addNewAddress.addDisabeld {
    color: #666;
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}
.service-order-cart .form-group-enroll .order-wrap{
    margin-left: 32px;
    margin-bottom: 0;
    margin-right: 18px;
}
.service-order-cart .form-group-enroll .address-info-values .info-value{
    margin-left: 0;
    margin-right: 6px;
}
.service-order-cart .form-group-enroll .address-info-values .user-info{
    width: 1024px;
}
.service-order-cart .form-group-enroll .address-info-values .user-msg{
    max-width: 858px;
}
.service-order-cart .has-address .show-more{
    margin-left: 32px;
}
.service-order-cart .order-ads .vformMsnReg{
    margin-left: 10px;
}

.material-custom-detail .material-custom-title{
    font-size:18px;
    color:#333;
}

.material-custom-detail .order-detail .progress-list{
    padding:20px 23px 0 23px;
    font-size:14px;
    color:#666;
}
.material-custom-detail .order-detail .progress-list .progress-item{
    position:relative;
    padding: 0 0 20px 17px;
}
.material-custom-detail .order-detail .progress-list .progress-item:not(:last-child):before{
    position:absolute;
    content:'';
    left:0;
    width:1px;
    top:20px;
    bottom:-5px;
    background: #e6e6e6;
}
.material-custom-detail .order-detail .progress-list .progress-item:after{
    position:absolute;
    content:'';
    left:-3px;
    top:9px;
    width:6px;
    height:6px;
    background:#b8b8b8;
    border-radius:50%;
}
.material-custom-detail .order-detail .progress-list .progress-item:first-child:after{
    background:#ff6d00;
}
.material-custom-detail .order-detail .progress-list .progress-item:first-child>.status{
    color:#333;
    font-weight:bold;
}
.material-custom-detail .order-detail .progress-list .progress-item>.status{
    margin-bottom:5px;
}
.material-custom-detail .order-detail .progress-list .progress-item>.time{
    margin-bottom:13px;
}
.material-custom-detail .order-detail .progress-list .progress-item>.reply{
    display:flex;
    margin-bottom:5px;
}
.material-custom-detail .order-detail .progress-list .progress-item>.reply:last-child{
    margin-bottom: 0;
}
.material-custom-detail .order-detail .progress-list .progress-item>.reply>p{
    margin-right:30px;
}
.material-custom-detail .order-detail .progress-list .progress-item>.table-title{
    margin-bottom:5px;
}
.material-custom-detail .order-detail .progress-list .progress-item>.table table{
    max-width:100%;
}
.material-custom-detail .order-detail .progress-list .progress-item>.table table tr td{
    padding:5px 25px;
    color:#666;
    min-width: 80px;
    word-break: break-all;
}
.material-custom-detail .order-detail .progress-list .progress-item>.table table tr td .total-amount{
    color: #ff6d00;
}
.material-custom-detail .order-detail .progress-list .progress-item>.operation{
    margin-top:10px;
}
.material-custom-detail .order-detail .progress-list .progress-item>.operation .confirm-button{
    border:none;
    display:inline-block;
    text-align:center;
    width:84px;
    height:32px;
    line-height:32px;
    color:#fff;
    background:#ff6d00;
    border-radius:4px;
    font-size:14px;
}

.label-color{
    color:#999;
}

.progress-content {
    margin-top: -25px;
    width:374px;
    height: 4px;
    line-height: 4px;
}
.progress-content .progress-bar{
    margin-top: 2px;
    width:374px;
    height: 2px;
    background-color: #f5f5f5;
    border-radius: 2px;
}
.progress-content .progress{
    width: 100%;
    height: 2px;
    background-color:#ff6d00;
    border-radius: 10px;
}
.progress-content .text{
    height: 3px;
    line-height: 4px;
    color: #5f5f5f;
    font-size: 4px;
}
.pay-message{
    display: flex;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    min-width: 100px;
}
.upload-gif{
    display: inline-block;
    height:12px;
    width: 12px;
    position: absolute;
    background-size:12px;
    background-repeat: no-repeat;
    background-image: url(../../images/tarde/upload.gif);;
}
.order-ads .address-none{
  margin-left: 10px;
}
.order-ads .address-none span{
  width: 118px;
  height: 32px;
  line-height: 32px;
  border: 1px dashed #999;
  color: #999;
  margin: 16px 0 10px 0;
  font-size: 14px;
}
.order-ads .address-none span:hover{
  border-color: #ff6d00;
  color: #ff6d00;
}
.order-ads .add-address span{
  color: #ff6d00;
  font-size: 14px;
}
.order-ads .add-address{
  height: 54px;
  line-height: 54px;
  padding-right: 18px;
  margin-top: -46px;
}
.order-ads .add-address .addNewAddress.addDisabeld {
  color: rgb(102,102,102,0.5);
  cursor: default;
  pointer-events: none;
}
.order-ads .order-wrap{
  margin-left: 32px;
  margin-bottom: 0;
  margin-right: 18px;
}
.order-ads .address-info-values .info-value{
  margin-left: 0;
  margin-right: 6px;
}
.order-wrap .address-info-values .addr-tips{
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #F5222D;
    line-height: 1;
}
.order-ads .address-info-values .user-info{
  width: 1024px;
}
.order-ads .address-info-values .user-msg{
  max-width: 858px;
}
.order-ads .has-address .show-more{
  margin-left: 32px;
}
.cancel-dialog{
  position: relative;
  text-align: left;
}
.cancel-dialog .cancel-title{
  text-align: left;
  margin-bottom: 4px;
}
.cancel-dialog .cancel-title{
  font-size: 14px;
  color: #999;
}
.cancel-dialog .cancel-title:before{
  content: '*';
  color: #f20a0a;
  display: inline-block;
  width: 7px;
  padding-right: 2px;
  vertical-align: -2px;
}
.cancel-dialog .cancel-input{
  width: 280px;
  height: 26px;
  border:1px solid #e0e0e0;
  padding: 5px 10px;
  font-size: 14px;
}
.cancel-dialog .cancel-input.cancel-input-error{
  border-color: #f90c1e;
}
.cancel-dialog-skin .modal-body-info{
  padding: 22px 0;
}
.cancel-dialog-skin .modal-footer{
  margin-top:6px;
}
.cancel-dialog-skin .modal-footer .modal-btn{
  font-size: 14px;
  min-width: 70px;
  height: 32px;
  line-height: 12px;
  padding: 10px 8px;
}
.cancel-dialog-skin .modal-footer .modal-confirmBtn{
  border: 1px solid transparent;
}
.input-error-msg{
  font-size: 14px;
  color: #f90c1e;
  position: absolute;
  bottom: 7px;
  left: 9px;
}
.input-error-msg.hide-input{
  display: none;
}
.upload-gifed{
    display: inline-block;
    height:12px;
    width: 12px;
    position: absolute;
    background-size:12px;
    background-repeat: no-repeat;
    background-image: url(../../images/tarde/order_success.png);;
}

/*发票信息*/
.invoice {
    padding: 10px 0 10px 26px;
}

.invoice .invoice-title {
    float: left;
    width: 58px;
    line-height: 34px;
    font-size: 12px;
}
.invoice .invoice-content {
    float: left;
    width: 1164px;
    margin-left: 6px;
}

.invoice .invoice-list-wrap,
.invoice .invoice-type-wrap {
    margin-top: 12px;
}

.invoice .work-email-wrap .invoice-content input[type='text'] {
    width: 239px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding-left: 10px;
    padding-right: 10px;
    color: #4c4c4c;
}

.invoice .work-email-wrap .invoice-content .tips {
    width: 180px;
    height: 11px;
    margin-left: 6px;
    font-size: 12px;
    font-weight: normal;
    line-height: 34px;
    color: #999;
}

.invoice .invoice-type-wrap .invoice-title {
    line-height: 42px;
}
.invoice .invoice-type-wrap .invoice-type {
    float: left;
}
.invoice .invoice-type-wrap .invoice-type li {
    position: relative;
    float: left;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #999;
    margin-right: 5px;
}

.invoice .invoice-type-wrap .invoice-type em {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: none;
    background-position: 0 -24px;
}

.invoice .invoice-type-wrap .invoice-type .invoice-active {
    border: 1px solid #ff6d00;
    color: #ff6d00;
}

.invoice .invoice-type-wrap .invoice-type .invoice-active em {
    background-image: url(../../images/tarde/order.png);
    background-position: 0 0;
}

.invoice .invoice-list-wrap .add-new-invoice-wrap .add-new-invoice {
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #ff6d00;
    cursor: pointer;
}

.invoice .invoice-list-wrap .add-new-invoice-wrap .add-new-invoice.disabled-default,
.invoice .invoice-list-wrap .add-new-invoice-wrap .add-new-invoice.disabled-default:hover {
    cursor: default;
    pointer-events: none;
    color: #ffbfa3;
}
.invoice .invoice-list-wrap .add-new-invoice-wrap .add-new-invoice-tips {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #999;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-info-radio .invoice-radio {
    float: left;
    height: 34px;
    line-height: 34px;
    margin-top: 1px;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-info-radio .invoice-companyName {
    float: left;
    margin-left: 5px;
    /* min-width: 236px; */
    max-width: 494px;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-info-radio .invoice-dutyNum-title {
    float: left;
    margin-left: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #666;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-info-radio .invoice-dutyNum {
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #666;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap > .invoice-info-item {
    position: relative;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-info-radio .invoice-fold {
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #0085dd;
    cursor: pointer;
    margin-left: 24px;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-info-radio .invoice-edit {
    margin-right: 43px;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-info-radio .invoice-edit,
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-info-radio .invoice-del  {
    position: absolute;
    right: 32px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #666;
    cursor: pointer;
}

.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val {
    background-color: #f5f5f5;
    padding: 12px 12px 12px 12px;
    width: 1000px;
}

.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt ul {
    float: left;
    width: 498px;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt ul.invoice-address,
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt ul.invoice-bank {
    margin-right: 24px;
}

.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt li {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    color: #666;
    display: flex;
}

.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt li label {
    float: left;
    white-space: nowrap;
}
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt li span {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt .invoice-address li span {
    width: 430px;
}

.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt .invoice-bankAccount li span,
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt .invoice-bank li span,
.invoice .invoice-list-wrap .invoice-info-list-wrap .invoice-val .invoice-txt .invoice-phone li span {
    width: 312px;
}

.addInvoice-box .form-content {
    height: 48px;
    font-size: 14px;
}

.addInvoice-box {
    padding: 10px 20px;
    background: #f7f7f7;
    border: 6px solid #e0e0e0;
}

.addInvoice-box .form-info .form-group label {
    width: 105px;
    height: 34px;
    line-height: 34px;
}

.addInvoice-box .form-info .form-group .invoice-required::before {
    content: '*';
    color: red;
}

.addInvoice-box .form-group-address textarea {
    width: 350px;
    height: 46px;
}

.addInvoice-box .form-info .form-group-address {
    height: 79px;
}

.addInvoice-box .form-group-companyName input[type='text'],
.addInvoice-box .form-group-dutyNum input[type='text'],
.addInvoice-box .form-group-phone input[type='text'],
.addInvoice-box .form-group-bank input[type='text'],
.addInvoice-box .form-group-bankAccount input[type='text'],
.addInvoice-box .form-group-workEmail input[type='text'] {
    width: 350px;
    padding: 7px 10px;
}

.modal-invoice-box {
    width: 500px;
    margin: 15px auto 0;
    border: none;
    background-color: #fff;
}

.modal-invoice-box .invoice-submit .form-group .form-content {
    text-align: center;
    height: auto;
}

.modal-invoice-box .modalInvoice-btn {
    width: 70px;
    height: 32px;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    background-color: #58aafe;
    text-align: center;
    color: #fff;
}

.modal-invoice-box .addInvoice {
    margin-right: 15px;
    background-color: #ff6d00;
}

.modal-invoice-box .cancel-btn {
    display: inline-block;
    background-color: #e6e6e6;
    color: #666;
}

.modal-invoice-box p.vformMsn,
.modal-invoice-box p.vformMsnInd {
    position: relative;
    top: 0;
    line-height: 14px;
    font-size: 12px;
    padding-left: 18px;
    background: url(../../images/member/ico_tips_small.png) 0 1px no-repeat;
    margin-left: 100px;
}

.invoice .invoice-type-wrap .invoice-tips-wrap {
    float: left;
    position: relative;
    display: block;
    height: 42px;
    line-height: 42px;
    margin-right: 14px;
}
.invoice .invoice-type-wrap .invoice-tips-wrap .invoice-tips-title {
    float: left;
    margin-left: 5px;
    font-size: 12px;
    color: #999;
}

.invoice .invoice-type-wrap .invoice-tips-wrap .invoice-tips-icon {
    float: right;
    width: 16px;
    height: 16px;
    font-size: 8.4px;
    font-weight: bold;
    color: #666;
    background: #eee;
    min-width: 16px;
    margin-left: 3px;
    margin-right: 16px;
    border-radius: 50%;
    text-align: center;
    margin-top: 13px;
    line-height: 16px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.7);
}
.invoice .invoice-type-wrap .invoice-tips-wrap .invoice-tips {
    display: none;
    vertical-align: top;
    padding: 13px 10px 13px 10px;
    background-color: #fff0e5;
    border: solid 1px #ffc498;
    position: absolute;
    width: 490px;
    bottom: 38px;
    z-index: 10;
    right: -468px;
}
.invoice .invoice-type-wrap .invoice-tips-wrap .invoice-tips .invoice-tips-content {
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.invoice .invoice-type-wrap .invoice-tips-wrap .invoice-tips .invoice-tips-content .invoice-tips-content-title{
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #ff6d00;
    text-align: left;
}
.invoice .invoice-type-wrap .invoice-tips-wrap .invoice-tips .invoice-tips-arrow-bottom {
    position: absolute;
    left: 10px;
    bottom: -5px;
}
.invoice .invoice-type-wrap .invoice-tips-wrap .invoice-tips .invoice-tips-arrow-bottom .invoice-tips-arrow-border {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid #ffc498;
    border-right: 6px solid transparent;
    border-top-color: #ffc498;
}
.invoice .invoice-type-wrap .invoice-tips-wrap .invoice-tips .invoice-tips-arrow-bottom .invoice-tips-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid maroon;
    border-right: 6px solid transparent;
    border-top-color: #fff0e5;
    margin-top: -7px;
    margin-left: 0px;
}

.invoice-modal-tips .modal-multiBtnTwo {
    background: #fff;
    color: #666; border: 1px solid #ccc;
}
.invoice-modal-tips .modal-multiBtnTwo:hover {
    background: #f9f9f9;
    color: #666;
    border: 1px solid #ccc;
}
/*小量快购*/
.order-item{
    border: 1px solid #eee;
}
.order-item>td{
    border-left:1px solid #eee;
    border-right: 1px solid #eee;
}
.order-item table{
    border-collapse: separate;
}

.order-item-last-row td{
    border-bottom: none;
}
.order-item-title{
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.order-item-title td{
    padding: 8px 10px !important;
    border: 1px solid #eee;
}
.order-item tr:nth-last-child(2){
    border-bottom: none !important;
}
.order-total-money{
    float: right;
    font-size: 14px;
    color: #333;
    padding: 20px 15px 20px 0;
}
.order-total-money p{
    line-height: 14px;
    text-align: right;
}
.order-total-money p em{
    width: 180px;
    float: left;
    text-align: right;
    margin-right: 5px;
    display: inline-block;
}
.order-total-money p span{
    float: right;
    display: inline-block;
}
.commodity-message td{
    padding: 0 10px !important;
    border-bottom: none;
}
.commodity-message .message{
    float: left;
    font-size: 14px;
    color: #666;
    margin: 16px 0 20px 0;
}
.commodity-message .message input[type="text"]{
    width: 400px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.commodity-message .logistics-method {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin: 20px 0 0 0;
}

.order-total-money p em .pn-count{
    color: #FF6D00;
}
.small-amounts-table{
    color: #4c4c4c;
    border-collapse: separate;
}
.small-amounts-table .supply-desc,.small-amounts-table .supply-model{
    margin-top: 0;
}
.small-amounts-table thead tr,.small-amounts-table tr th{
    border: none !important;
}
.small-amounts-table thead tr{
    height: 48px;
}
.small-amounts-list .supply-model{
    margin-top: 3.5px !important;
}
.small-amounts-list .supply-desc{
    margin-top: 5.5px !important;
}
.small-amounts-list .user-submit{
    margin-top: 12px;
}
.small-amounts-list .total-money{
    margin-top:20px;
}

.cancellation-state .succeed{
    margin-left: 240px;
    width: 65px;
    height: 84px;
    float: left;
    line-height: 16px;
    color: #f90c1e;
    font-size: 14px;
    background: #fff url(../../images/member/cancellation-succeed.png) 0 2px no-repeat;
}
.cancellation-state .error{
    margin-left: 240px;
    width: 65px;
    height: 84px;
    float: left;
    line-height: 16px;
    color: #f90c1e;
    font-size: 14px;
    background: #fff url(../../images/member/cancellation_err.png) 0 2px no-repeat;
}
.cancellation-state .title >p{
    font-size: 22px;
    font-weight: bold;
    color: #666;
}
.cancellation-state-outer{
    border: 1px solid #e7e7e7;
    margin-top: 20px;
    height: 220px;
}
.cancellation-state{
    margin-top: 36px;
}
.cancellation-fail-tips{
    margin-top: 11px;
}
.cancellation-fail-tips >span{
    display: block;
    font-size: 12px;
    color: #999;
}
.cancellation-fail-tips >p{
    margin-bottom: 8px;
}
.cancellation-fail-tips >a{
    margin-top: 6px;
    display: block;
    font-size: 12px;
    color: #0085dd;
}
 .cancellation-success-tips{
     margin-top: 11px;
 }
.cancellation-success-tips >span{
    display: block;
    font-size: 12px;
    color: #999;
}
.cancellation-success-tips >p{
    margin-bottom: 8px;
}
.cancellation-success-tips >a{
    margin-top: 6px;
    display: block;
    font-size: 12px;
    color: #0085dd;
}
.cancellation-state .content{
    float: left;
    margin-left: 15px;
}

.order-ads {
    position: relative;
}

.credit-business-address-page {
    position: absolute;
    top: 5px;
    right: 140px;
}

.credit-business-address-page.address-empty-page {
    position: absolute;
    top: 5px;
    right: 19px;
}

.credit-business-address-wrap {
    position: relative;
    line-height: normal;
    margin-top: 6px;
}

.credit-business-address-wrap .webui-popover {
    border: 1px solid #d8d8d8;
}

/* 自定义滚动条样式 */
.credit-business-address-wrap .webui-popover-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px; /*定义纵向滚动条宽度*/
    height: 8px; /*定义横向滚动条高度*/
}
.credit-business-address-wrap .webui-popover-content::-webkit-scrollbar-thumb {
    /*滚动条内部滑块*/
    border-radius: 8px;
    background-color: hsla(220, 4%, 58%, 0.3);
    transition: background-color 0.3s;
}
.credit-business-address-wrap .webui-popover-content::-webkit-scrollbar-thumb:hover {
    /*鼠标悬停滚动条内部滑块*/
    background: #bbb;
}
.credit-business-address-wrap .webui-popover-content::-webkit-scrollbar-track {
    /*滚动条内部轨道*/
    background: #ededed;
}

.credit-business-address-wrap .credit-business-address-popover-btn {
    /*margin-right: 30px;*/
    font-size: 14px;
    color: #0085DD;
}

.credit-business-address-wrap .credit-business-address-tips {
    margin: 8px 0px 8px 0px;
    height: 14px;
    line-height: 1;
    font-size: 14px;
    color: #333333;
}

.credit-business-address-wrap .handle-btn {
    position: absolute;
    background: white;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    padding: 6px 0px 6px 0px;
}

.credit-business-address-wrap .bottom-select {
    float: left;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    margin-left: 15px;
}

.credit-business-address-wrap .bottom-select span {
    color: #666666;
}

.credit-business-address-wrap .credit-business-address-btn {
    float: right;
    cursor: pointer;
    width: 54px;
    height: 28px;
    line-height: 28px;
    border: none;
    outline: none;
    background-color: #ff6d00;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    margin-right: 15px;
}

.credit-business-address-wrap .credit-business-address-list-wrap {
    overflow: auto;
    padding-bottom: 41px;
}

.credit-business-address-wrap .address-info-values .info-value {
    margin-right: 0px;
    word-break: break-all;
    height: auto;
    line-height: 1.5;
    margin-top: 8px;
}

.credit-business-address-wrap .address-info-values .info-value .user-info {
    width: 100%;
}

.credit-business-address-wrap .address-info-values .info-value .checkbox-wrap {
    float: left;
}

.credit-business-address-wrap .address-info-values .info-value .user-info:hover {
    background-color: unset;
}

.credit-business-address-wrap .address-info-values .info-value .user-msg {
    float: left;
    margin-left: 2px;
    max-width: 240px;
    font-size: 12px;
}

.credit-business-address-wrap .address-info-values .info-value .user-msg span {
    color: #666666;
}


.doc-detail .cd-content table,.news-detail .cd-content table{
    display: table-cell;
}

.fold-img-rotate{
  background: url(../../images/checklist-fold.png) no-repeat 0 0!important;
  background-size: 12px!important;
}
.check-modal-form .input-border{
  padding: 4px 15px;
  height: 26px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  border-radius: 4px;
}
.check-modal-form .form-item input[type=checkbox]::after {
  background: #DBDBDB;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  background-color: #DBDBDB;
  color: #DBDBDB;
}
.move-modal-form{
  overflow-y: auto;
  max-height: 280px;
}
.move-modal-form .form-item span{
  width: 518px;
  overflow: hidden;
  word-break: break-all;
  text-overflow:ellipsis;
  height: 28px;
  line-height: 28px;
  text-align: left;
  white-space: nowrap;
}
.move-modal-form .form-item{
  height: 26px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding:0 8px;
  margin-bottom: 16px;
}
.move-modal-form .form-item:last-child{
  margin-bottom:5px;
}
.move-modal-form .form-item a{
  color: #1890FF;
  padding: 9px 17px ;
  border: solid 1px #1890FF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
} 
.checklist-header{
  margin-bottom: 5px;
}
.checklist-header .checklist-title{
  
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF6D00;
  line-height: 20px;
}

.checklist-header #newCheckList,.checklist-header #reUpload,.checklist-header #reSelectCol{
  float: right;
  height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0085DD;
  line-height: 20px;
}
.trade-cart .checklist-table{
  padding: 0px!important;
}
.trade-cart .move-button{
  margin-left: 15px;
}
.checklist-table .empty-checklist{
  padding : 150px 0;
}
.empty-checklist .empty-cart-img{
  margin: auto ;
  display: block;
  background: url(../../images/tarde/checkList_cart_empty.png) no-repeat;
  height: 115px;
  width: 115px;
}
.empty-sub-checklist{
  padding : 50px 0;
}
.empty-sub-checklist .empty-cart-img{
    margin: auto ;
    display: block;
    background: url(../../images/tarde/checkList_cart_empty.png) no-repeat;
    height: 115px;
    width: 115px;
}

.empty-checklist p{
  color:#AAAAAA;
}
.checklist-page{
  /* padding-bottom: 60px; */
  margin-top: 72px;
}
.checklist-add-td .checklist-item{
  border-bottom: 1px dashed  #EEEEEE!important;
}
.checklist-add-td .inventoryName{
  cursor: pointer;
}

.checklist-add-td .see-more{
  height: 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  cursor: pointer;
}
.trade-list  .checklist-footer-padding{
  
  background-color: #fff;
  /* position: fixed; */
  width: 1200px;
  box-sizing: border-box;
  /* bottom: 0px; */
}
.check-modal-form .add-checkModal-button{
    display: block;
    margin: 16px auto 0;
    width: 92px;
    border: none;
    line-height: 32px;
    text-align: center;
    font-family: Microsoft Yahei, Arial;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    background: #f87409;
    padding: 5px 0;
    border-radius: 5px;
}
.check-modal-form .add-checkModal-button:hover{
  color: #FFF;
  text-decoration: none;
  background: #ec6a00;
}
.check-modal-form .checkModal-tip{
  display: none;
  margin:0 0 -16px 10px;
  text-align: left;
}
.checklist-add-td .checklist-foldData-img{
  margin-right: 5px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../../images/checklist-open.png) no-repeat 0 2px;
  background-size: 12px;
}
.checklist-add-td .add-block-table-td{
  padding: 0 !important;
}
.checklist-service-button{
  margin-left: 10px;
  padding: 6px 12px;
  display: inline-block;
  border: 1px solid #ff6d00;
  color: #ff6d00;
  background: #FFEADA;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.checklist-service-button:hover{
  color: #fff;
  background-color: #ff6d00;
}
.check-list-title .button-list{
  float: right;
  margin-right:28px;
}
.checklist-add-td .cant-buy-tip,.cant-buy-pcs-tip,.settle-cant-buy-tip{
  display: none;
    background: url(../../images/member/ico_tips_two.png) 0 no-repeat !important;
    background-size: 12px !important;
}
.checklist-add-td .cant-buy-tip,.settle-cant-buy-tip{
    margin-bottom: 0 !important;
}
.vformMsnReg.cant-buy-pcs-tip{
  padding: 0;
}
.checklist-item.offShelf{
  background: url(../../images/tarde/checklist_invalid.png) #fff left 60px top 32px no-repeat;
  background-size: 81px;
}
.cart-supply.checklist-table{
  border-bottom: none;
}
.checklist-add-block .offShelf .model-on{
  pointer-events:none;
}
.checklist-add-block .offShelf .model-brand{
  pointer-events:none;
}
.checklist-add-block .fold-sign td{
  padding: 4px 0;
}

.fixed-tools.checklist-to-top .gotop{
  background: url(../../images/sprite_chart_icon.png) -551px -311px no-repeat;
  background-size: 750px;
  vertical-align: middle;
  width: 32px;
  height: 44px;
  padding: 0 6px;
  color: #666;
  text-align: center;
  background-color: #fff !important;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 12%);
}
.fixed-tools.checklist-to-top .gotop:hover{
  background: url(../../images/sprite_chart_icon.png) -551px -311px no-repeat;
  background-size: 750px;
  color: #666;
}
.checklist-table th .information-tips-wrap{
  margin-right: 0px!important;
}
.checklist-add-block .information-tips-wrap .information-tips{
  top: 20px!important;
}
.offShelf.checklist-item .supply-model a,.offShelf.checklist-item span:not(.handle-type),.offShelf.checklist-item p{
  color:#999!important;
  pointer-events:none;
} 
.move-modal-form .move-checklist-button{
  cursor: pointer;
}
.move-modal-form .form-item:hover{
  background-color: #FFE7D3 ;
}
.move-modal-form .form-item:hover .move-checklist-button{
  /* color: #1890ff; */
}
/* .checklist-page{
  min-height: calc(100vh - 122px);
} */
.checklist-footer-padding{
  background-color: #fff;
  /* position: fixed; */
  box-sizing: border-box;
  width: 100%;
  z-index: 3;
}
.checklist-footer-padding .checklist-footer {
  padding: 15px 30px 14px 14px;
  background-color: #FFF8F2;
  width: 1200px;
  box-sizing: border-box;
  border: 1px solid #ffb67f;
  border-top: none;
}
.checklist-footer #totalInfo{
  float: right;
}
.checklist-footer #totalInfo i{
  color: #FF6D00 ;
}
.checklist-add-td .handle-type:hover{
  color: #0085dd!important; ;
}
.purchase-email-a {
    color: #0085dd;
    text-decoration: underline;
}
.purchase-email-a:hover {
    color: #0085dd;
    text-decoration: underline;
}

.purchaseOrder-row {
    width: 100%;
    float: left;
}
.purchaseOrder-row .purchaseOrder-col-12 {
    display: inline-block;
    width: 40%;
}

.commodity-od-cont-detail .no-pass {
    position: relative;
    width: 230px;
    display: inline-block;
    top: -20px;
    text-align: center;
}
.commodity-order-detail td {
    /* border-bottom-width:0 ; */
    padding-top: 6px;
}
.commodity-order-detail td:first-child , .commodity-order-detail td:last-child {
    border-bottom-width:0 ;
}

.no-last-line-tr .commodity-detail-tr:last-child td {
    border-bottom-width:0
}
/* .commodity-order-detail .commodity-detail-td::after{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 52px);
    background: #eee;
    height: 1px;
    top: 78px;
    left: 26px;
} */
/* 批量分享 */
.checklist-share-footer{
  text-align: right;
}
.checklist-share-footer span:first-child{
  line-height: 28px;
}
.share-con{
  position: relative;
  margin-top: 8px;
  display: inline-block;
}
.primary-blue-btn{
  display: inline-block;
  color: #0085DD;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 19px;
  position: relative;
  padding-left: 20px;
}
.primary-blue-btn:hover{
  color: #175199;
}
.share-box{
  position: absolute;
  bottom: 32px;
  left: -28px;
  border-radius: 4px;
  color: #333;
  width: 160px;
  font-size: 14px;
  z-index: 1;
}
.modal-sub-text span{
  vertical-align: middle;
}
.modal-sub-text .email_text{
  display: inline-block;
  max-width: 430px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.checklist-header.checklist-header-share{
  margin-bottom: 8px;
}
.checklist-header-share .checklist-title{
  vertical-align: middle;
}
.checklist-header-share .checklist-title-pn{
  display: inline-block;
  max-width: 430px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checklist-header-share+.trade-cart .trade-list td:last-child{
  padding-left: 10px;
}
.total_num{
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.popover-arrow{
  position: absolute;
  display: block;
  width: 6.48528137px;
  height: 6.48528137px;
  background: 0 0;
  border-style: solid;
  border-width: 4.24264069px;
  left: 70px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  bottom: -3px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-left-color: #333;
  border-left-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -3px 3px 7px rgba(0,0,0,.07);
  box-shadow: -3px 3px 7px rgba(0,0,0,.07);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.popover-content{
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #333;
  border-color: rgba(0, 0, 0, 0.8);
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  padding: 15px 16px 8px 16px;
}
.popover-content .share-icon{
  width: 20px;
  height: 20px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.share_browser .share-icon{
  background: url(../../images/brower_share.png) no-repeat center;
  background-size: 100%;
}
.share_wx .share-icon{
  background: url(../../images/wx_share.png) no-repeat center;
  background-size: 100%;
}
.copy_link .share-icon{
  background: url(../../images/link_share.png) no-repeat center;
  background-size: 100%;
}
.share_email .share-icon{
  background: url(../../images/email_share.png) no-repeat center;
  background-size: 100%;
}
.popover-content div {
  cursor: pointer;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 14px;
}
.commodity-od-cont-detail {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.commodity-od-content dl:first-child dd p {
    text-indent: unset;
}

.commodity-od-content dl.normal {
    width:19%;
}
.commodity-od-content dl.normal:first-child,
.commodity-od-content dl.normal:last-child {
    width:10%;
}

.commodity-od-content dl.normal dd {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
}

.commodity-od-content dl dd p:first-child {
    /* width: 100%; */
    width: calc(100% - 33px);
    text-align: center;
}

.commodity-od-content dl dd p.od-time {
    width: calc(50% + 7px);
    text-align: left;
}

.commodity-od-content dl:first-child dd p:first-child {
    text-align: left;
    width: 100%;
}


.commodity-od-content dl:first-child dd p.od-time {
       width: unset;
}

.commodity-od-content dl.normal:last-child dd {
    width: 100%;
    padding-top: 7px;
    margin-left: 24px;
}

.commodity-od-content dl.normal:last-child dd p:first-child {
    text-align: right;
}

.commodity-od-content dl.normal:last-child dd p.od-time span{
    margin-left: calc(100% - 36px);
}
.modal-bround-btn .modal-btn{
  border-radius: 4px;
  min-width: 92px;
  height: 32px;
  background: #FF6D00;
  font-size: 14px;
  line-height: 32px;
}

.commodity-order-detail .commodity-order-detail-thead th {
    font-weight: normal;
    padding:12px 0;
}
.commodity-order-detail .join_cart {
    margin-top: 3px;
    width: 85px;
}

.commodity-order-detail .commodity-price-number {
    margin-top: 3px;
}

.commodity-order-detail .information-tips-wrap .information-tips-icon {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
}
.empty-allTable-lsit div{
    height:60px;line-height: 60px;position: relative;
}
.empty-allTable-lsit p{
    position: absolute;color:#999;font-weight: bold;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 20px;
}
.empty-allTable-lsit a{
    position: absolute;
    color: #1890FF;
    font-weight: 400;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40px;
}
.order_Info_down{
    background-image: url('../../images/tarde/inviceDown.png');
    height: 22px;
    background-repeat: no-repeat;
    background-position: 30px 7px;
    display: inline-block;
    width: 48px;
    color: #0085DD;
}
.order_Info_view{
    background-image: url('../../images/tarde/viewInvoice.png');
    height: 22px;
    background-repeat: no-repeat;
    background-position: 30px 7px;
    display: inline-block;
    width: 48px;
    color: #0085DD;
    margin-right: 5px;
}
.order_Info_down:hover{
    background-image: url('../../images/tarde/invoiceDown_hover.png');
    height: 22px;
    background-repeat: no-repeat;
    background-position: 30px 7px;
    display: inline-block;
    width: 48px;
    color: #FF6D00;
}
.order_Info_view:hover{
    background-image: url('../../images/tarde/viewInvoice_hover.png');
    height: 22px;
    background-repeat: no-repeat;
    background-position: 30px 7px;
    display: inline-block;
    width: 48px;
    color: #FF6D00;
}

.contact-info-container .businessMsg-form-info {
 margin-left: 32px;
}
.contact-info-container .split-line {
    display: none;
}
/* 上传文件 start */
.upload-file-container .form-group-enroll {
    display: inline-block;
    margin-left: 28px;
    text-align: left;
}
.upload-file-container .form-group-enroll .control-label {
    position: relative;
    text-align: left;
    padding-right: 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 0px;
    color: #333333;
}
.upload-file-container .label-describe {
    color: #999999;
    font-size: 12px;
}
.upload-file-container .select-file {
    margin-top: 8px;
}

.upload-file-container .select-file .select-file-btn {
    float: left;
    width: 64px;
}

.upload-file-container .select-file .re-select-file-btn {
    display: none;
}

.upload-file-container .select-file .custom-upload-name {
    position: absolute;
    font-size: 12px;
    bottom: 0px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    color: #333333;
    word-break: break-all;
    padding: 0 0 0 30px;
    background: url(../../images/uploadFile.png) 5px 5px no-repeat;
}

.upload-file-container .deleteIconShow {
    cursor: pointer;
    width: 30px;
    height: 36px;
    position: absolute;
    right: 0px;
    bottom: -6px;
    display: none;
    background: url(../../images/deleteFile.png) 5px 5px no-repeat;
}

.upload-file-container .icon_show {
    position: absolute;
    left: 80px;
    bottom: -6px;
    width: 325px;
    height: 12px;
    padding: 10px;
    background: #fdfdfd;
}

/*.upload-file-container .icon_show:hover {*/
/*    background: #fdfdfd;*/
/*}*/

.upload-file-container .icon_show:hover .deleteIconShow {
    display: inline-block;
}

.upload-file-container .select-file-tips {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    color: #999999;
}

.upload-file-container .submit-small-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    background: #ff6d00;
    border-radius: 3px;
    border: 1px solid #ff6d00;
    margin-right: 4px;
    outline: none;
}

.upload-file-container .submit-btn:disabled,
.upload-file-container .submit-small-btn:disabled {
    background: #ff9342;
    border: 1px solid #ff9342;
}

.upload-file-container .progress-content {
    margin-top: 34px;
    width: 308px;
    height: 14px;
    line-height: 14px;
}
.upload-file-container .progress-content .text {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
}

.upload-file-container .progress-content .progress-bar {
    margin-top: 2px;
    /* 进度条的槽 */
    width: 250px;
    /* 设置进度条的高度 */
    height: 10px;
    /*进度条外层div的背景色，进度未达到的地方的颜色 */
    background-color: #fff9f4;
    border-radius: 10px;
}

.upload-file-container .progress-content .progress {
    /* 进度部分 */
    /* 利用继承父元素宽度的百分比控制进度 */
    width: 60%;
    height: 100%;
    /* 内层背景色即进度达到的颜色 */
    background-color: #ff6d00;
    border-radius: 10px;
}

.upload-file-container .progress-content .upload-progress-value {
    height: 14px;
    line-height: 14px;
    color: #ff6d00;
    font-size: 14px;
}

.upload-file-container .custom-upload-error {
    padding-top: 2px;
    color: #ff0000;
}

.upload-file-container .webuploader-pick {
    padding: 2px 7px;
    background: #ff6d00;
    height: 24px;
    line-height: 24px;
}

.upload-file-container .webuploader-pick {
    padding: 2px 0px !important;
    background-color: #ff6d00 !important;
    line-height: 26px !important;
}

.upload-file-container .webuploader-pick-hover {
    padding: 2px 0px !important;
    background-color: #ff6d00 !important;
    line-height: 26px !important;
}
/* 上传文件 end */

.delivery-tracking-card {
    padding: 24px 10px 0 24px;
    background: #fff;
    margin: 10px 0;
}
.delivery-tracking-card .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #666;
}
.delivery-tracking-card .reply-wrapper {
    width: 100%;
    max-height: 174px;
    overflow: auto;
    margin-top: 14px;
}
.delivery-tracking-card .reply-wrapper > li {
    height: auto;
    width: 100%;
}
.delivery-tracking-card .reply-wrapper > li > .content-wrapper {
    word-break: break-all;
    margin: -8px 0 0 7px;
    padding: 0 10px;
}
.delivery-tracking-card .reply-wrapper > li:not(:last-of-type) > .content-wrapper {
    border-left: 2px solid #e6e6e6;
}
.delivery-tracking-card .reply-wrapper > li > .content-wrapper > .content {
    position: relative;
    top: -17px;
}
.pcb_goods_title{
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    width: 15%;
    height: 30px;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(230, 230, 230);
    padding: 0px 10px !important;
    word-break: break-all;
    vertical-align: middle !important;
}
.pcb_goods_value{
    width: 20%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    padding: 0px 10px !important;
    word-break: break-all;
    vertical-align: middle !important;
}
.ladderPriceList-js-item{
    display: flex;
    justify-content: center;
  }
  .ladderPriceList-js-item .ladderPriceList-js-item-minQuantity{
    color: #999;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    margin-right: 7px;
    width: 60px;
  }
  .ladderPriceList-js-item .ladderPriceList-js-item-price{
    color: #333;
  }

.expected-delivery-tips-wrap {
    margin-top: -20px;
    margin-bottom: 30px;
}
.expected-delivery-tips-wrap .expected-delivery-tips-content{
    margin-top: 8px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
}

.material-code-container .material-code-input-content .material-code-input {
    width: 160px;
    padding: 7px 10px;
    border: 1px solid #d9d9d9;
}
.material-code-container .material-code-input-content {
    position: relative;
    display: none;
}
.material-code-container .material-code-list {
    width: 180px;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px #d9d9d9 solid;
    border-top: 0;
    display: none;
}
.material-code-container .material-code-list .material-code-li {
    padding: 7px 10px;
    color: #8b8b8b;
    line-height: 18px;
    word-break: break-all;
}
.material-code-container .material-code-list .material-code-li:hover {
    cursor: pointer;
    background: #eee
}

.material-code-container .material-code .material-code-value {
    word-break: break-all;
}