
/*购物车*/
.w1200 {
	width: 1200px;
    margin: 0 auto;
}
.cart-warp {
    position: relative;
    z-index: 9;
    padding-bottom:80px;
}
.cart-filter {
    width: 100%;
    height: 36px;
    position: relative;
}
.cart-filter .cart-stepflex {
    float: left;
}
.cart-stepflex {
    overflow: hidden;
    height: 36px;
}
.cart-step-item {
    float: left;
}
.cart-step-item.curr span {
    background-color: #ff8f23;
    border-color: #ff8f23;
    color: #fff;
}
.cart-step-item span {
    display: inline-block;
    float: left;
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #8c8c8c;
    font-size: 14px;
    border: 1px solid #f8f8f8;
    border-radius: 18px;
}
.cart-step-item.curr .iconfont, .cart-step-item.cur .iconfont {
    color: #ff8f23;
}
.cart-step-item .iconfont {
    width: 13px;
    margin: 7px 12px 0;
    display: inline-block;
    vertical-align: middle;
    color: #d2d2d2;
}
.sp-area {
    float: right;
    color: #8c8c8c;
    position: relative;
    margin-top: 3px;
}
.cart-filter .sp-area .txt {
    height: 25px;
    line-height: 25px;
}
.sp-area .txt {
    float: left;
    font-size: 14px;
    margin-right: 15px;
}
.sp-area .selector {
    float: left;
    position: relative;
    margin-bottom: 0;
}
.text-select .tit {
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    width:auto!important;
    position: relative;
    z-index: 99;
}
.text-select .tit .iconfont {
    font-size: 12px;
}
.text-select .tab-content li a:hover {
    background-color: #f42424;
    color: #fff;
}
.cart-filter .store-selector .area-warp {
    right: 0;
    left: inherit;
}
.text-select .area-warp {
    position: absolute;
    border: 1px solid #d2d2d2;
    width: 290px;
    padding: 10px 23px 15px 18px;
    top: 24px;
    left: 0;
    z-index: 10;
    display: none;
    background: #fff;
}
.text-select.hover .tit {
    border-bottom-color: #fff;
    position: relative;
    z-index: 11;
}
.text-select .tab {
    border-bottom: 1px solid #d2d2d2;
    float: left;
    width: 100%;
    padding-left: 1px;
    height: 24px;
}
.text-select .tab li.curr {
    border-bottom: 1px solid #fff;
    border-top: 2px solid #f42424;
    height: 22px;
    color: #f42424;
}
.text-select .tab li a{
	color: #8c8c8c;
}
.text-select .tab li.curr a{
	 color: #f42424;
}
.text-select .tab li {
    min-width: 36px;
    float: left;
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
    margin-left: -1px;
    text-align: center;
    cursor: pointer;
}
.text-select .tab-content {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.text-select .tab-content ul {
    width: 300px;
}
.text-select .tab-content li {
    float: left;
    width: 70px;
    line-height: 18px;
    margin: 0 5px 5px 0;
}
.text-select .tab-content li a {
    display: inline-block;
    padding: 0 4px;
    color: #333;
}
.cart-table {
    position: relative;
    margin-top: 16px;
}
.cart-head {
    background-color: #fff;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.cart-head .c-checkbox {
    width: 95px;
}
.cart-head .column {
    float: left;
    height: 50px;
    font-size: 14px;
    color: #8c8c8c;
}
.cart-checkbox {
    padding-left: 20px;
    float: left;
}
.ui-checkbox, .ui-radio, .ui-all-checkbox, .ui-solid-checkbox {
    display: none;
}
.cart-all-checkbox .ui-label-14, .cart-all-checkbox .ui-checkbox:checked +label {
    cursor: pointer;
    padding-left: 25px;
}
.ui-label-14 {
    padding-left: 18px;
    background: url(../images/checkbox.png) left center no-repeat;
    cursor: pointer;
	background-size: 16px;
}
label.ui-label-14.mark {
    background: url(../images/checked_solid.png)  left center no-repeat;
    color: #f42424;
    padding-left: 25px;
	background-size: 16px;
}
.ck-step-cont .cs-selected {
    border-color: #f42424;
}
.cart-head .c-id {
    width: 100px;
}
.cart-head .c-goods {
    width: 230px;
}
.cart-head .c-props {
    width: 416px;
}
.cart-head .c-price {
    width: 80px;
}
.cart-head .c-quantity {
    width: 90px;
}
.cart-head .c-sum {
    width: 109px;
}
.cart-head .c-action {
    width: 80px;
}
.cart-tbody {
    margin-top: 10px;
}
.cart-item .shop {
    height: 50px;
    line-height: 50px;
}
.cart-checkbox {
    padding-left: 20px;
    float: left;
}
.cart-item .shop-txt {
    float: left;
}
.cart-item .shop-txt .self-shop-name {
    min-width: 62px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #f42424;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin: 15px 0 0 5px;
    cursor: default;
}
.cart-item .shop-txt .shop-name {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
}
.p-kefu.p-c-violet {
    color: #7b75f3;
}
.p-kefu .iconfont, .p-kefu.p-c-violet .iconfont {
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px;
}
.cart-item .item-list {
    position: relative;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}
.cart-item .item-list .item-single {
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.cart-item .item-list .item-single:last-child {
    border-bottom: 0;
}
.cart-item .item-list .item-item {
    padding: 15px 0 15px 75px;
    position: relative;
    overflow: hidden;
}
.item-form {
    position: relative;
    display: flex;
    align-items: center;
}
.item-form .s-checkbox {
    position: absolute;
    left: -75px;
    z-index: 2;
}
.item-form .cell {
    float: left;
}
.cart-checkbox {
    padding-left: 20px;
    float: left;
}
.item-form .s-id {
    width: 100px;
}
.item-form .s-goods {
    width: 230px;
}
.item-form .goods-item {
    display: block;
    margin-right: 75px;
    display: flex;
    align-items: center;
}
.item-form .goods-item .p-img {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #d2d2d2;
}
.p-img img {
    width: 100%;
    height: 100%;
}
.item-form .goods-item .item-msg {

}
.gds-types {
    position: absolute;
    bottom: 0px;
    left: 92px;
}
.item-form .s-props {
    width: 416px;
    padding: 0px 35px 0 0;
	word-break: break-word;
}
.item-form .s-price {
    width: 80px;
    padding: 0px 28px 0 0;
    font-size: 0;
}
#goods_subtotal_8473{
	font-size: 0;
}
.subtotal{
	font-size:16px;
}
.item-form .s-price strong {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.item-form .s-quantity {
    width: 90px;
    padding: 0px 68px 0 0;
}
.item-form .s-quantity .amount-warp {
    overflow: hidden;
    float: none;
    margin-bottom: 2px;
}
.item-form .s-quantity .buy-num {
    width: 24px;
    padding: 0 2px;
}
.ftx-03 {
    color: #8c8c8c;
    text-align: center;
}
.item-form .s-sum {
    width: 109px;
    padding: 0px 10px 0 0;
}
.item-form .s-sum strong {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.hide {
    display: none !important;
}
.item-form .s-action a {
    display: block;
    font-size: 12px;
    color: #438cde;
    margin-top: 5px;
}
.item-form .s-action a:first-child {
    margin-top: 0;
}
.cart-tfoot {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    font-size: 14px;
    color: #8c8c8c;
}
.cart-tfoot .cart-toolbar {
    height: 50px;
}
.cart-all-checkbox .ui-label-14, .cart-all-checkbox .ui-checkbox:checked +label {
    cursor: pointer;
    padding-left: 25px;
}
.cart-tfoot .operation {
    float: left;
}
.cart-tfoot .operation a {
    margin-left: 20px;
    color: #8c8c8c;
}
.cart-tfoot .toolbar-right, .cart-tfoot .toolbar-right .comm-right, .cart-tfoot .btn-area {
    float: right;
}
.cart-tfoot .btn-area form {
    float: left;
    height: 50px;
}
.submit-btn {
    width: 160px;
    height: 50px;
    border: 0;
    background-color: #B0B0B0;
    color: #fff;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    cursor: not-allowed;
    float: left;
}
.submit-btn.btn_sty {
    background-color: #f42424;
    cursor: pointer;
}
.cart-tfoot .price-sum {
    float: right;
    margin-right: 25px;
}
.cart-tfoot .price-sum * {
    float: left;
}
.sumPrice {
    font-size: 24px;
    font-weight: 700;
    color: #f42424;
}
.cart-tfoot .reduce-sum {
    float: right;
    margin-right: 25px;
}
.totalRePrice {
    color: #333;
}
.cart-tfoot .amount-sum {
    float: right;
    margin-right: 25px;
}
.cart-tfoot .amount-sum .cart_check_num {
    color: #f42424;
    margin: 0 5px;
}
/*dingdan*/
.checkout-warp {
    background-color: #fff;
    margin: 15px 0 0;
}
.ck-step-tit {
    padding: 20px 0 10px;
    height: 20px;
    line-height: 20px;

}
.p-radio-item.item-selected {
    border-color: #f42424;
}
.ck-step-tit h3 {
    font-size: 18px;
    color: #000;
    float: left;
    font-weight: bold;
}
.cart-item .item-list .item-single {
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.cart-item .item-list .item-single:last-child {
    border-bottom: 0;
}
.ck-step-tit .extra-r {
    float: right;
    color: #438cde;
}
.ck-step-cont {
    margin: 20px 0;
    padding-bottom: 30px;
    display: block;
    position: relative;
}
.ck-step-cont .consignee-warp {
    position: relative;
}
.ck-step-cont .cs-w-item {
    float: left;
    width: 288px;
    height: 118px;
    padding: 20px 18px 18px 22px;
    border: 1px dashed #d2d2d2;
    margin: 10px 18px 0 0;
    color: #8c8c8c;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.add-new-address {
    display: block;
    text-align: center;
    color: #8c8c8c;
    padding: 30px 0;
}
.add-new-address .iconfont {
    font-size: 32px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: #d2d2d2;
}
.add-new-address span {
    display: block;
}
.ck-step-cont {
    padding: 20px 0;
    display: block;
    position: relative;
     
    width: 94%;
    margin: 0 auto 20px;
}
.payment-warp{padding:0 20px;}
.p-radio-item {
    display: inline-block;
    width: auto;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    margin-right: 20px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}
.payment-warp .payment-item {
    padding: 0 25px;
}
.p-radio-item b {
    position: absolute;
    background: url(../images/dsc-icon.png) 0 -50px no-repeat;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: none;
}
.ck-goods-list .ck-goods-item {
    display: block;
    margin-bottom: 10px;
}
.ck-goods-list .ck-goods-item:last-child {
    margin-bottom: 0;
}
.ck-goods-tit {
    height: 30px;
    padding: 5px 0;
}
.ck-goods-tit .ck-store {
    float: left;
    line-height: 30px;
}
.ck-goods-tit .ck-store .shop-name {
    font-size: 14px;
    font-weight: bold;
}
.p-kefu {
    color: #fcc217;
    margin-left: 5px;
}
.p-kefu.p-c-violet {
    color: #7b75f3;
}
.p-kefu .iconfont, .p-kefu.p-c-violet .iconfont {
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px;
}
.ck-goods-tit .ck-dis-modes {
    float: right;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}
.ck-goods-tit .ck-dis-modes .ck-dis-tit {
    float: left;
    color: #8c8c8c;
    line-height: 30px;
}
.text {
    height: 28px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    outline: 0;
    width: 300px;
}
.qt_item .qt_text {
    height: 38px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    width: 260px;
    outline: 0;
    float: left;
}
.ftx-01 {
    color: #f42424 !important;
}
.ck-goods-cont {
    overflow: hidden;
    padding: 10px 0;
}
.ck-goods-cont .cg-item {
    display: block;
    position: relative;
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px dashed #d2d2d2;
    overflow:hidden;
}
.ck-goods-cont .cg-item:nth-child(1){background: #f2f7ff;}
.p-name {
    font-size: 12px;
}
.radio-item {
    float: left;
}
.checkout-foot .d-address {
    float: right;
}
.ck-goods-cont .cg-item .c-col {
    float: left;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-right: 14px;
}
.ck-goods-cont .cg-item .cg-name {
    width: 670px;
    margin-right: 20px;
    text-align: left;
}
.ck-goods-cont .cg-item .cg-name a {
    display: block;
    font-size: 0;
}
.ck-goods-cont .cg-item .cg-name .p-img {
    width: 48px;
    height: 48px;
    float: left;
    border: 1px solid #d2d2d2;
}
.ck-goods-cont .cg-item .cg-name .p-info {
    float: left;
    margin-left: 15px;
    width: calc(100% - 65px);
}
.ck-goods-cont .cg-item .cg-name .p-name {
    line-height: 25px;
    height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.ck-goods-cont .cg-item .cg-name .p-attr {
    line-height: 20px;
    color: #8c8c8c;
    font-size: 14px;
    margin-top: 5px;
}
.ck-goods-cont .cg-item .c-col {
    float: left;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-right: 14px;
        line-height: 25px;
}
.ck-goods-cont .cg-item .cg-price {
    width: 120px;
}
.fr {
    float: right !important;
}
.ck-goods-cont .cg-item .cg-number {
    width: 55px;
}
.ck-goods-cont .cg-item .cg-state {
    width: 50px;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
}
.ck-goods-cont .cg-item .cg-sum {
    width: 120px;
    font-weight: bold;
    color: #f42424;
    margin-right: 0;
    text-align: right;
}
#ECS_ORDERTOTAL{
	margin-bottom: 80px;
}
.ck-goods-cont .cg-item.last {
    border-bottom: 0;
}
.ck-order-remark {
    margin-bottom: 45px;
    overflow: hidden;
}
.ck-order-remark .text {
    height: 80px;
    line-height: 38px;
    padding: 0 2%;
    border-color: #d2d2d2;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    display: block;
    background: #fbfcff;
}
.ck-order-remark .prompt {
    line-height: 40px;
    color: #8c8c8c;
    margin-left: 18px;
}
.tips-new-white {
    position: relative;
    margin-left: 15px;
    float: left;
    top: -12px;
}
.tips-new-white b {
    position: absolute;
    top: 12px;
    left: -8px;
    width: 9px;
    height: 17px;
    vertical-align: middle;
    background: url(../images/arrow-left.png) 0 0 no-repeat;
}
.tips-new-white span {
    float: left;
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 20px;
    margin-top: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    border: 1px solid #ddd;
}
.tips-new-white span i {
    width: 12px;
    height: 16px;
    background: url(../images/light-icon.png) 0 0 no-repeat;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-right: 5px;
}
.invoice-part span {
    font-size: 14px;
    float: left;
}
.invoice-part .i-edit {
    font-size: 14px;
    color: #f42424;
    margin-left: 10px;
}
.qt_item {
    margin-bottom: 15px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.qt_item:last-child {
    margin-bottom: 0;
}
.qt_item .item_label {
    float: left;
    color: #8c8c8c;
    font-size: 14px;
}
.qt_item .item_value {
    float: left;
}
.qt_item .sp {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #8c8c8c;
}
.qt_item .radio-item {
    margin-top: 10px;
}
.ui-radio-label {
    padding-left: 20px;
    background: url(../images/radio2.png) 2px 2px no-repeat;
}
.radio-item .ui-radio-label {
    padding-left: 28px;
    background: url(../images/radio.png) 0 0px no-repeat;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    display: block;
    margin-right: 20px;
    cursor: pointer;
    color: #8c8c8c;
}

.radio-item .ui-radio:checked + label {
    background: url(../images/radio_checked.png) 0 0px no-repeat;
}
.order-summary {
    overflow: hidden;
    padding: 20px 30px 60px;
    background-color: #fff;
}
.order-summary .statistic {
    width: 340px;
    float: right;
}
.order-summary .statistic .list {
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    zoom: 1;
}
.order-summary .statistic span {
    width: 200px;
    margin-right: 10px;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #8c8c8c;
}
.order-summary .statistic .price {
    color: #333;
    float: left;
    width: 130px;
    text-align: right;
    font-size: 14px;
}
.order-summary .statistic .price-total {
    width: 130px;
    font-size: 20px;
    font-weight: bold;
    color: #f42424;
    float: left;
    text-align: right;
}
.checkout-foot {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #8c8c8c;
    background: #fff;
    overflow: hidden;
    margin: 10px 0 0;
}
.checkout-foot .btn-area {
    float: right;
}
.submit-btn {
    width: 160px;
    height: 50px;
    border: 0;
    background-color: #B0B0B0;
    color: #fff;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    cursor: not-allowed;
    float: left;
}
.checkout-foot .btn-area .submit-btn {
    height: 50px;
    line-height: 50px;
    background-color: #f42424;
    cursor: pointer;
}
.checkout-foot .d-address span {
    margin-right: 20px;
}
.pb {
    background-color: rgba(0,0,0,.1);
    padding: 8px;
    position: fixed;
    background-color: #ccc\9;
}
.pb .cboxContent {
    background: #fff;
}
.pb-hd {
    position: relative;
    padding: 0 16px;
    height: 31px;
    line-height: 31px;
    background: #f3f3f3;
}
.pb-hd .pb-x {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100000;
    top: 10px;
    right: 16px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background: url(../images/dialog.png) no-repeat;
    font-size: 0;
    text-indent: -99999px;
}
.pb-hd .pb-title {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
}
.pb-bd {
    padding: 10px;
    overflow: auto;
    background: #fff;
    position: relative;
}
.icon-box {
    position: relative;
    _height: 48px;
    _overflow: visible;
}
.tip-box {
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
}
.icon-box .warn-icon {
    background-position: -94px 2px;
}
.icon-box .m-icon {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/icon48.png) no-repeat;
}
.icon-box .item-fore {
    margin-left: 58px;
}
.tip-box .item-fore {
    overflow: hidden;
}
.tip-box h3 {
    font-family: 'microsoft yahei';
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    font-weight: normal;
}
.item-fore .ftx-03 {
    color: #8c8c8c;
    text-align: left;
}
#cart_remove,#pb-mask{
	display: none;
}
.ftx-04 {
    color: #f68a00;
}
.pb-ft .pb-ok {
    background-color: #f43434;
    color: #fff;
    border-color: #f43434;
}
.pb-ok {
    border:1px solid #f43434;
    background-color: #f43434;
    color: #fff;
    border-radius: 5px;
    padding:5px;
    display: table;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 118px;
}

.pb-ft a {
    font-family: arial,"microsoft yahei";
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #323333;
    font-size: 12px;
    font-weight: 400;
    padding: 0 14px;
    cursor: pointer;
    float: none;
    border: 1px solid #ddd;
    margin-right: 10px;
    display: inline-block;
}
.pb-ft a {
    height: 24px;
    line-height: 26px;
}
.pb-ft {
    text-align: left;
    margin: 20px 0 20px 20px;
    padding-left: 38px;
}
/*pay*/
.payOrder-warp {
    overflow: hidden;
    margin-bottom: 50px;
}
.payOrder-warp .payOrder-desc {
    background: url(../images/payorder.png) #fff 66px 51px no-repeat;
    padding: 0 60px 45px 300px;
    min-height: 170px;
}
.payOrder-desc .pay-top {
    padding-top: 25px;
    overflow: hidden;
}
.pay-top h3 {
    font-size: 24px;
    font-weight: bold;
    color: #555;
    float: left;
}
.pay-top .pay-total {
    float: right;
    line-height: 36px;
}
.pay-top .pay-total span {
    float: left;
    font-size: 14px;
    color: #8c8c8c;
}
.pay-top .pay-total .pay-price {
    font-size: 24px;
    float: left;
    text-align: right;
    min-width: 120px;
    color: #f42424;
}
.payOrder-desc .pay-txt {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0 5px;
}
.payOrder-desc .pay-txt em {
    color: #ff8f23;
}
.payOrder-desc .o-list {
    margin-top: 10px;
}
.payOrder-desc .o-list .o-list-info {
    font-size: 14px;
    overflow: hidden;
    line-height: 23px;
}
.payOrder-desc .o-list .o-list-info span {
    margin-right: 8px;
}
.payOrder-desc .orderPrint {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.ftx-05 {
    color: #438cde;
}
.payOrder-mode {
    margin-top: 10px;
    background-color: #fff;
    padding: 30px;
}
.payOrder-mode .payOrder-list {
    margin-bottom: 30px;
}
.payOrder-mode .payOrder-list:last-child {
    margin-bottom: 0;
}
.payOrder-mode .p-mode-tit {
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}
.payOrder-mode .p-mode-tit h3 {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 10px;
    border-left: 4px solid #f42424;
}
.payOrder-mode .p-mode-list {
    margin-top: 20px;
    width: calc(100% + 12px);
    overflow: hidden;
}
.payOrder-mode .p-mode-item {
    float: left;
    width: 178px;
    height: 60px;
    border: 1px solid #d2d2d2;
    text-align: center;
    position: relative;
    margin: 0 12px 12px 0;
}
.p-mode-list .wxpay input.weizf {
    background: url(../images/wxpay-icon.png) center center no-repeat;
    height: 60px;
    font-size: 0;
    display: block;
}
.modal-box .modal-left {
    float: left;
    width: 250px;
    padding: 20px 50px 25px 45px;
}
.modal-box .modal-left p {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 16px;
}
.modal-box .modal-left span {
    vertical-align: middle;
}
.modal-box .modal-left .orange {
    color: #f80;
}
.modal-box .modal-left .icon-qrcode {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.modal-box .modal-left .orange {
    color: #f80;
}
.modal-box .modal-left span {
    vertical-align: middle;
}
.orange {
    color: #f13d20;
}
.modal-box .modal-left .modal-qr {
    padding-top: 20px;
    border: 1px solid #ddd;
}
.modal-box .modal-left .modal-qrcode {
    width: 222px;
    height: 222px;
    display: block;
    margin: 0 auto 20px;
}
.modal-box .modal-left .modal-qrcode img {
    width: 100%;
    height: 100%;
}
.modal-box .modal-left .model-info {
    height: 14px;
    color: #f80;
    font-size: 12px;
    line-height: 1;
    padding: 13px 0;
    text-align: center;
    background-color: #f7f7f7;
}
.icon-clock {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.modal-box .modal-right {
    float: left;
}
.payOrder-mode .p-mode-item {
    float: left;
    width: 178px;
    height: 60px;
    border: 1px solid #d2d2d2;
    text-align: center;
    position: relative;
    margin: 0 12px 12px 0;
}
.p-mode-list .alipay input[type="submit"] {
    background: url(../images/alipay-icon.png) center center no-repeat;
    display: block;
}
.p-mode-list .p-mode-item input[type="button"], .p-mode-list .p-mode-item input[type="submit"] {
    border: 0;
    width: 178px;
    height: 60px;
    display: block;
    font-size: 0;
    outline: 0;
    cursor: pointer;
}

.p-mode-list .visa input[type="submit"] {
    background: url(../images/visa.png) center center no-repeat;
    display: block;
    background-size: 33%;
}

.user-form {
    font-size: 14px;
    padding: 1px 0;
    background: #f2f7ff;
    width: 94%;
    margin: 0 auto;
}
.foreg-form .form-row {
    margin: 10px 0;
    overflow: hidden;
}
.user-form .form-label {
    float: left;
    width: 90px;
    height: 22px;
    line-height: 22px;
    padding: 9px;
}
.foreg-form .form-label {
    padding: 6px 9px;
    width: 100px;
    text-align: right;
}
.user-form .form-label .red {
    margin-top: 5px;
    margin-right: 3px;
}
.red {
    color: #f42828;
}
.foreg-form .form-value {
    line-height: 34px;
}
.user-form .form-input {
    border: 1px solid #d2d2d2;
    height: 38px;
    background: #fff;
    outline: none;
    padding: 0 10px;
    width: 178px;
    line-height: 38px;
    margin-right: 10px;
    float: left;
}
.foreg-form .form-input {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.form_prompt {
    float: left;
    color: #f42424;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.mod-select {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
    height: 28px;
    -webkit-user-select: none;
    cursor: default;
    position: relative;
    width: 118px;
    background: #fff;
    font-size: 12px;
}
.user-form .mod-select {
    height: 38px;
    width: 198px;
    margin-right: 10px;
}
.user-form .mod-select-small, .user-form .mod-select-small dd {
    width: 118px;
}
.mod-select dt {
    height: 28px;
    line-height: 28px;
    position: relative;
}
.user-form .mod-select dt {
    height: 38px;
    line-height: 38px;
    padding: 0;
}
.user-form .form-value .form_prompt {
    height: auto;
    line-height: 34px;
}
.mod-select dt .txt {
    display: block;
    padding: 0 10px;
    cursor: pointer;
}
.user-form .mod-select dt span {
    display: block;
    cursor: pointer;
    padding: 0 10px;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-form .mod-select dt:after {
    top: 17px;
}
.mod-select dt:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 11px;
    height: 7px;
    background: url(../images/arrow.png) no-repeat 0 -7px;
}
.user-form .mod-select dd {
    top: 38px;
    width: 198px;
}
.foreg-form .mod-select dd {
    max-height: 250px;
}
.mod-select dd {
    background: #fff;
    position: absolute;
    top: 28px;
    left: -1px;
    width: 118px;
    border: 1px solid #d3d3d3;
    border-top-width: 0;
    display: none;
    max-height: 280px;
    overflow: hidden;
    z-index: 99;
}
.mod-select dd .option {
    display: block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#edit_address .tip-box, #new_address .tip-box, #gift_gard_content .tip-box {
    width: auto;
    float: left;
}
#edit_address .pb-ft, #new_address .pb-ft, #gift_gard_content .pb-ft {
    padding: 0;
    margin-left: 118px;
}
#edit_address .pb-ft .pb-btn, #new_address .pb-ft .pb-btn, #gift_gard_content .pb-ft .pb-btn {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 100px;
    text-align: center;
}
#edit_address .pb-ft .pb-cl, #new_address .pb-ft .pb-cl {
    width: 60px;
}
.ck-step-cont .cs-w-item .username {
    font-size: 18px;
    float: left;
    color: #555;
}
.ck-step-cont .cs-w-item .remark {
    float: left;
    margin-left: 25px;
}
.ck-step-cont .cs-w-item .item-tit {
    display: block;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.ck-step-cont .cs-selected {
    border-color: #f42424;
}
.ck-step-cont .cs-w-item .remark {
    float: left;
    margin-left: 25px;
}
.ck-step-cont .cs-w-item .item-tel {
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}
.ck-step-cont .cs-w-item .item-address {
    margin-top: 5px;
}
.ck-step-cont .cs-w-item .icon {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: none;
    background: url(../images/dsc-icon.png) no-repeat 0 -50px;
}
.ck-step-cont .cs-w-item .edit, .ck-step-cont .cs-w-item .delete {
    position: absolute;
    color: #f42424;
    top: 20px;
    right: 18px;
    display: none;
    z-index: 99;
}
.ck-step-cont .cs-w-item .edit {
    right: 55px;
}
.ck-step-cont .cs-w-item .edit:hover, .ck-step-cont .cs-w-item .delete:hover {
    text-decoration: underline;
}
.ck-step-cont .cs-selected .icon {
    display: block;
}
.ck-dis-info .ck-sp-type li.item-selected {
    border-color: #f42424;
    color: #f42424;
}
.ck-dis-info .ck-sp-type li {
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    padding: 0 15px;
    min-width: 68px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}
.ck-dis-info .ck-sp-type li span {
    display: block;
}
.mwapper {
    position: absolute;
    width: 308px;
    border: 1px solid #b5c0c6;
    top: 29px;
    right: 0;
    box-shadow: 0px 0px 6px 0 rgba(174,198,211,.7);
    z-index: 999;
    display: none;
}
.ck-dis-warp .i-box, .mwapper .i-box {
    width: 7px;
    height: 7px;
    background-color: #f1faff;
    border-left: 1px solid #b5c0c6;
    border-top: 1px solid #b5c0c6;
    display: block;
    box-shadow: 0px 0px 6px 0 rgba(174,198,211,.7);
    top: -4px;
    right: 40px;
    position: absolute;
    transform: rotate(45deg);
    z-index: 8;
}
.mwapper-content {
    padding: 18px 24px;
    overflow: hidden;
    font-size: 12px;
    background-color: #f1faff;
    position: relative;
    z-index: 9;
}
.mwapper-content li {
    width: 120px;
    float: left;
    cursor: pointer;
}
.mwapper-content li.item-selected {
    color: #f42424;
}
.mwapper-content li em {
    color: #8c8c8c;
}
.ck-dis-info .ck-sp-type li:last-child {
    margin-right: 0;
}
.ck-dis-info ul {
    float: left;
}
.ck-dis-info {
    float: left;
    height: 30px;
    position: relative;
}
/*proshow*/
.pro{
	width: 1400px;
	height: 482px;
	border: solid 1px #e4e3e3;
	margin: 0 auto;
}

.preview {
    float: left;
    margin:6px 0 6px 6px;
    width: 702px;
    height: auto;
}
.preview img{
	width: 702px;
	height: 469px;
	object-fit: contain;
}
.product-wrap {
    margin: 15px 0;
}
.product-wrap .name {
    font-size: 18px;
    color: #555;
    font-weight: 700;
    margin-bottom: 10px;
}
.s-p-w-wrap {
    
    display: inline-block;
}
.product-wrap .si-tit {
	vertical-align: middle;
	display: inline-block;
    letter-spacing: 1px;
	color: #555555;
    width: 70px;
}
.s-p-w-wrap .shop-price{
    font-size: 24px;
	vertical-align: middle;
	font-weight: bold;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #f42424;
}
.amount-warp{vertical-align: middle;}
.amount-warp:after{content:'';display:block;clear:both;}
.summary-basic-info {
    display: inline-block;
}
.si-warp {
	display: inline-block;
    vertical-align: middle;
    width: 520px;
    color:#555;
}
.pb {
    background-color: rgba(0,0,0,.1);
    padding: 8px;
    position: fixed;
    background-color: #ccc\9;
}
.pb .cboxContent {
    background: #fff;
}
.pb-hd {
    position: relative;
    padding: 0 16px;
    height: 31px;
    line-height: 31px;
    background: #f3f3f3;
}
.pb-hd .pb-x {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100000;
    top: 10px;
    right: 16px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background: url(../images/dialog.png) no-repeat;
    font-size: 0;
    text-indent: -99999px;
}
.pb-hd .pb-title {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
}
.pb-bd {
    padding: 10px;
    overflow: auto;
    background: #fff;
    position: relative;
}
#pbDialog .pb-ct {
    position: relative;
}
#pbDialog .tip-box {
    width: auto;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.ecsc-cart-popup {
    display: none;
    position: relative;
    z-index: 100003;
}
.ecsc-cart-popup .loading-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.2;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}
.ecsc-cart-popup .loading1 {
    background-color: #fff;
    border: 8px solid #bcbcbc;
    position: fixed;
    width: 455px;
}
.loading1 .title {
    position: relative;
    padding: 0 16px;
    height: 31px;
    line-height: 31px;
    background: #f3f3f3;
}
.loading1 .title h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
    float: left;
}
.loading1 .title .loading-x {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 1000000;
    top: 10px;
    right: 16px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background: url(../images/dialog.png) no-repeat;
    font-size: 0;
    text-indent: -99999px;
    float: right;
}
.center_pop_p {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    font-family: "Microsoft YaHei";
}
.center_pop_p .ts {
    font-size: 18px;
    color: #ec5051;
    font-weight: 700;
}
.center_pop_p .desc {
    color: #777;
    line-height: 20px;
    margin-top: 8px;
}
.center_pop_p .desc strong {
    font-weight: normal;
}
.center_pop_p .desc .saleP {
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.loading1 .btns {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.loading1 .btns .ecsc-btn-mini {
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    width: 88px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    color: #333;
    font-family: "Microsoft YaHei";
}
.loading1 .btns .ecsc-btn-orange {
    border-color: #f99c00;
    background-color: #f99c00;
    color: #fff;
    margin-right: 15px;
}
.icon-box .m-icon {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/icon48.png) no-repeat;
    background-position: -94px 2px;
}
.icon-box .item-fore {
    margin-left: 58px;
    overflow: hidden;
}
.tip-box h3 {
    font-family: 'microsoft yahei';
    font-size: 16px;
    color: #f68a00;
    padding: 0;
}
.amount-warp .buy-num {
    float: left;
    border: 1px solid #d2d2d2;
    width: 28px;
    height: 26px;
    outline: 0;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.amount-warp .a-btn {
    height: 28px;
    border-left: 0;
    display: inline-block;
    vertical-align: middle;
}
em, i, u {
    font-style: normal;
}
.amount-warp .a-btn a {
	float: left;
    vertical-align: middle;
    width: 24px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
}
.amount-warp .a-btn a.btn-add{color:red;}
.amount-warp .sp {
    vertical-align: middle;
    margin-left: 14px;
    font-size: 14px;
    color:#555;
}
.amount-warp a .iconfont {
    font-size: 12px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.amount-warp .a-btn .btn-disabled {
    color: #e0e0e0;
}

.choose-btns {
    margin-top: 0;
    padding-left: 20px;
}
.choose-btns a, .choose-btns .button {
    height: 40px;
    line-height: 40px;
    display: table;
    font-size: 18px;
    color: #fff;
    padding: 0 25px;
    cursor: pointer;
    border: 0;
    margin:30px auto 10px;
    border-radius: 10px;
}
.a-btn a:not(.btn-disabled):hover i{
	color: #f42424;
}

.choose-btns .btn-append {
    padding: 0 32px;
}
.btn-buynow {
    background-color: #ff8f22;
}
.btn-append {
    background-color: #f42424;
}
.choose-btns .iconfont {
    font-size: 18px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.pro-con{
	width: 1398px;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	margin: 0 auto;
	margin-top: 24px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.gm-tab {
	width: 1398px;
    background-color: #f6f6f6;
	border: solid 1px #f5f5f5;
    height: 45px;
    line-height: 45px;
    margin-bottom: 50px;
}
.gm-tab li {
    float: left;
    border: 1px solid #fff;
    margin-left: -1px;
    border-bottom: 0;
    padding: 0 36px;
    font-weight: bold;
    cursor: pointer;
}
.gm-tab li.curr {
    border-top: 2px solid #f42424;
    height: 45px;
    background-color: #fff;
    color: #f42424;
}