.delivery-info .face-to-face p::before,.delivery-info li.word-li.active p::before, .payment-method .payment-info li label:after {
    background-image: url(/static/pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    display: inline-block;
}

.shopcart {
    padding-top: 20px;
}

.shopcart .cart-left {
    width: 915px;
    float: left;
    margin-right: 25px;
}
.shopcart .cart-left .cart-list {
    border: 1px solid #c3c8ce;
    overflow: hidden;
}
.shopcart .cart-right {
    float: right;
    width: 420px;
    position: fixed;
    display: inline-block;
}

.cart-list table {
    text-align: center;
    width: 100%;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}


.shoping-list-mask {
    width: 915px;
    top: 40px;
    height: 75px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(205, 204, 231, .1);
}

.shoping-list-mask i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-left: 2px solid #000;
    margin: auto;
    animation: rotation 1s linear infinite;
}

.cart-list table tbody tr td {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    border-radius: 0;
}

.cart-list table thead {
    background: #f8f8f8;
}

.cart-list table thead tr {
    background: #f8f8f8;
    color: #000;
    font-family: 'Oswald';
    height: 40px;
}

.cart-list .shop-title {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.cart-list .shop-title .shopImage {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-list .shop-title img {
    max-width: 80px;
    max-height: 80px;
}

.cart-list .shop-title p {
    font-size: 16px;
    color: #000;
    text-align: left;
    white-space: nowrap;
}

.shop-num i {
    width: 10px;
}

.shop-num span {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3385ff;
    cursor: pointer;
}

.shop-num span:hover {
    background: #fcb100;
}

.shop-num .sub {
    border-radius: 5px 0 0 5px;
}

.shop-num .add {
    border-radius: 0 5px 5px 0;
}

.shop-num .sub i {
    height: 2px;
    background-position: -171px -105px;
}

.shop-num .add i {
    height: 10px;
    background-position: -187px -100px;
}

.shop-num div {
    height: 40px;
    color: #000;
    display: flex;
    justify-content: center;
}

.shop-num input {
    background: none;
    width: 80px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 100%;
    background: none;
    text-align: center;
    color: #000;
}

.shop-num input.isRead {
    background: #ccc;
    border: none;
}

.shop-price .price {
    color: #000;
}

.cart-left .list-buttom {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 0 0 5px 5px;
}

.cart-left .list-buttom button {
    height: 45px;
    color: #fff;
    background: #3385ff;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.cart-left .list-buttom button:hover {
    opacity: .8;
    -webkit-transition: .2s ease-in;
    -o-transition: ease-in .2s;
    transition: .2s ease-in;
}

.cart-left .list-buttom button.continue i {
    background-position: -80px -61px;
    width: 6px;
    height: 10px;
}

.cart-left .list-buttom button.continue {
    padding: 0;
}

.cart-left .list-buttom button.continue a {
    display: block;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
}

.cart-left .list-buttom button i {
    margin-right: 10px;
}

.cart-left .information {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.cart-left .information>div {
    width: 50%;
}

.cart-left .information .user-info {
    margin-right: 20px;
}

.cart-left .information .user-info .country p {
    border-radius: 5px;
    margin-right: 10px;
    height: 45px;
    color: #fff;
    background: #2d78f4;
    font-size: 12px;
    line-height: 45px;
    padding-left: 10px;
    cursor: pointer;
    white-space: nowrap;
    padding-right: 40px;
    outline: none;
}

.cart-left .information .user-info .country p.noval {
    background: #d92550;
}

.cart-left .common-info {
    padding: 18px 25px 35px;
    border-radius: 5px;
    border: 1px solid #c3c8ce;
}

.cart-left .common-info h2 {
    font-size: 16px;
    font-family: 'Oswald';
    margin-bottom: 16px;
}

.cart-left .information .common-info li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

.cart-left .information .common-info li.phone-city {
    display: flex;
}

.common-info .input-box input {
    background: none;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    padding-left: 43px;
    color: #000;
    font-family: 'Roboto';
}

.cart-left .information .user-info .phone-city .input-box {
    display: flex;
    position: relative;
}

.cart-left .information .user-info .phone-city .tel {
    width: 100%;
}

.cart-left .information .common-info li i.input-ico {
    position: absolute;
    top: 13px;
    left: 17px;
}

.cart-left .information .common-info .username i {
    width: 17px;
    height: 19px;
    background-position: -30px -170px;
}

.cart-left .information .common-info .email i {
    width: 20px;
    height: 17px;
    background-position: 0 -170px;
}

.cart-left .information .user-info .tel i {
    width: 17px;
    height: 17px;
    background-position: -55px -170px;
}

.cart-left .information .common-info li.priceIco i.input-ico {
    width: 18px;
    height: 18px;
    background-position: -55px -535px;
    top: 15px;
}

.cart-left .information .common-info li.userid i.input-ico {
    width: 19px;
    height: 15px;
    background-position: -80px -535px;
    top: 15px;
}

.cart-left .information .common-info li.auction_items i.input-ico {
    width: 18px;
    height: 18px;
    background-position: -105px -535px;
    top: 14px;
}

.cart-left .information .common-info li.quantity i.input-ico {
    width: 17px;
    height: 17px;
    background-position: -130px -535px;
    top: 15px;
}

.cart-left .information .user-info .country i {
    background-position: -115px -125px;
    width: 10px;
    height: 6px;
    right: 20px;
    top: 21px;
    position: absolute;
}

.cart-left .information .user-info .country>ul {
    position: absolute;
    background: #f8f8f8;
    max-height: 300px;
    overflow-y: scroll;
    top: 52px;
    display: none;
    z-index: 100;
}

.cart-left .information .user-info .country>ul.display {
    opacity: 1;
    display: block;
    animation: 0.4s ease 0s 1 normal none running countryShow;
}

@keyframes countryShow {
    0% {
        opacity: 0;
        top: 70px
    }
    100% {
        opacity: 1;
        top: 52px
    }
}

.cart-left .information .user-info .country ul li {
    margin-bottom: 0;
    padding: 5px;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cart-left .information .user-info .country ul .popular {
    border-bottom: 1px dashed #000;
    margin: 10px 0;
    display: block;
}

.cart-left .information .user-info .country ul li.popular:hover {
    background: none;
    color: #000;
}

.cart-left .information .user-info .country ul li img {
    margin-right: 5px;
}

.cart-left .information .user-info .country ul li:hover {
    background: #fcb100;
    color: #000;
}

.cart-left .information .user-info .register {
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 0;
}

.cart-left .information .user-info .register div {
    width: 40px;
    height: 20px;
    margin-right: 10px;
}

.cart-left .information .user-info .register input {
    position: absolute;
    z-index: 99;
}

.cart-left .information .user-info .register label {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    position: absolute;
    left: 2px;
    top: 3px;
    border: 1px solid #e9e9e9;
}

.cart-left .information .user-info .register input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.cart-left .information .user-info .register label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 10px;
    height: 7px;
    background-position: -163px -45px;
    opacity: 0;
}

.cart-left .information .user-info .pass {
    display: none;
    margin-top: 17px;
    margin-bottom: 0;
}

.cart-left .information .user-info .pass i {
    width: 17px;
    height: 19px;
    background-position: -80px -170px;
}

.delivery-info .face-to-face p {
    height: 40px;
    border: 1px solid #fcb100;
    display: inline-block;
    color: #fcb100;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 25px 0 15px;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
}
.delivery-info li.word ul{
    display: flex;
    justify-content: space-between;
}
.delivery-info li.word-li p {
    height: 40px;
    border: 1px solid rgba(205, 204, 231, .3);
    display: inline-block;
    color: #000;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 25px 0 15px;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    font-size: 14px;
    cursor: pointer;
}
.delivery-info li.word-li.active p{
    border: 1px solid #fcb100;
}

.delivery-info .face-to-face p::before,.delivery-info li.word-li.active p::before {
    content: '';
    width: 26px;
    height: 26px;
    background-position: -105px -162px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cart-left .delivery-info .delivery-select .input-box {
    position: relative;
}

.cart-left .delivery-info .delivery-select input {
    background: #000;
    border: 1px solid #39312e;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-family: 'Roboto';
    cursor: pointer;
}

.cart-left .delivery-info .delivery-select .arrow-ico {
    width: 13px;
    height: 7px;
    background-position: -145px -160px;
    position: absolute;
    right: 20px;
    top: 20px
}

.cart-left .delivery-info .delivery-select ul {
    position: absolute;
    top: 52px;
    left: 0;
    background: #000;
    z-index: 9;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.cart-left .delivery-info .delivery-select ul.display {
    opacity: 1;
    display: block;
    animation: 0.4s ease 0s 1 normal none running countryShow;
}

.cart-left .delivery-info .delivery-select ul li {
    padding: 10px 43px;
    margin: 0;
    cursor: pointer;
}

.cart-left .delivery-info .delivery-select ul li:hover {
    background: #fcb100;
    color: #000;
}

.cart-left .delivery-info .delivery-tips {
    font-size: 12px;
    margin-top: 20px;
}

.cart-left .delivery-info .delivery-tips p {
    margin: 10px 0;
}

.cart-left .delivery-info .cboxtitle {
    padding-left: 10px;
    color: #000;
background:#fcb100;
    height: 35px;
    line-height: 35px;
    border-radius: 5px 5px 0 0;
    margin-top: 15px;
}

.cart-left .delivery-info .group-select li {
    font-size: 14px;
    overflow: hidden;
    font-size: 14px;
}

.cart-left .delivery-info .cboxfile, .cart-left .delivery-info #uploadPreviewDIV20 {
    padding: 10px;
    background: #000;
    border: solid 1px #eee;
    overflow: hidden;
}

.cart-left .delivery-info #uploadPreviewDIV20 img {
    max-width: 100px;
}

.cart-left .delivery-info .cboxfile i {
    color: #e00000;
    font-size: 14px;
    font-weight: bolder;
    margin-right: 10px;
}

.cart-left .delivery-info .cboxfile li:hover {
    cursor: pointer;
}

.cart-left .information .delivery-info .simg0 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.cart-left .delivery-info .simg0 img {
    margin-right: 10px;
}

.cart-left .delivery-info .cboximg {
    position: relative
}

.cart-left .delivery-info #uploadPreviewDIV0 {
    height: 76px;
    text-align: center;
    background: #989898;
    color: white;
    line-height: 76px;
}

.cart-left .delivery-info .cboxbtn {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    background: url(/static/pc/image/guanbi.png);
    background-size: cover;
}

.cart-left .common-info.payment-method {
    padding-right: 0;
}

.payment-method h3 {
    font-family: 'Roboto';
    font-size: 14px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    white-space: nowrap;
}

.payment-method h3 span {
    height: 1px;
    background: #ccc;
    width: 100%;
    margin-left: 20px;
}

.payment-method .payment-info {
    margin-bottom: 20px;
}

.payment-method .payment-info ul {
    display: flex;
    flex-wrap: wrap;
}

.payment-method .payment-info.other-payment ul {
    height: 180px;
    transition: all .3s;
    overflow: hidden;
    padding-top: 10px;
}

.payment-method .payment-info.other-payment ul.display {
    height: auto;
}

.payment-method .payment-info .other-payment-more {
    color: #fcb100;
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
}

.payment-method .payment-info li {
    background: #f8f8f8;
    height: 75px;
    margin-right: 18px;
    display: flex;
    position: relative;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    min-width: 200px;
    display: flex;
    justify-content: center;
    border: 1px solid #dfdfdf;
}

.payment-method .payment-info li:hover {
    border: 1px solid #fcb100;
}

.payment-method .payment-info li.active {
    background: #fff;

}

.payment-method .payment-info li.active:hover {
    border: 1px solid none;
}

.payment-method .payment-info li.bitcoin {
    display: none;
}

.payment-method .payment-info li input {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #37396b;
    border-radius: 50%;
    left: 7px;
    top: 29px;
    background: none;
}

.payment-method .payment-info li label {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 7px;
    top: 29px;
    background: #fcb100;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
}

.payment-method .payment-info li.active input {
    border: none;
}

.payment-method .payment-info li label:after {
    position: absolute;
    top: 6px;
    left: 4px;
    content: '';
    width: 15px;
    height: 10px;
    background-position: -180px -405px;
    opacity: 0;
    transition: all .4s;
}

.payment-method .payment-info li input[type=radio]:checked+label, .payment-method .payment-info li input[type=radio]:checked+label:after {
    opacity: 1;
}

.payment-method .payment-info li input[type=radio]:checked {
    border-color: #fcb100;
}

.payment-method .payment-info li .hot {
    position: absolute;
    background-image: url(/static/pc/image/free-bg.png);
    background-size: cover;
    top: -7px;
    right: -4px;
    font-size: 12px;
    height: 25px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    padding: 0 18px;
    display: none;
}

.payment-method .payment-info li img {
    max-width: 160px;
}

.cart-right {
    position: relative;
}

.order-info {
    padding-bottom: 45px;
    border-radius: 5px;
    border: 1px solid #c3c8ce;
}

.cart-goods-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 10px;
    background:#f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-goods-mask .spinner {
    display: block;
    
}

.order-info .order-top {
    background: #3e3c72;
    height: 10px;
    border-radius: 5px 5px 0 0;
}

.order-info h2 {
    font-size: 20px;
    font-family: 'Oswald';
    padding-left: 25px;
    margin: 20px 0;
}

.order-info .order-coupon {
    padding: 0 35px;
}

.order-info .order-coupon .input-box {
    display: flex;
}

.order-info .order-coupon .input-box div {
    width: 100%;
    margin-right: 5px;
}

.order-info .order-coupon input {
    background: none;
    border: 1px solid #e9e9e9;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    color: #000;
}

.order-info .order-coupon input::-webkit-input-placeholder {
    color: #000;
}

.order-info .order-coupon input::-moz-input-placeholder {
    color: #000;
}

.order-info .order-coupon input::-ms-input-placeholder {
    color: #000;
}

.order-info .order-coupon button {
    color: #fff;
    background: #2d78f4;
    height: 40px;
    padding: 0 19px;
}

.order-info .order-coupon button:hover {
    background: #18ab7c;
    color: #000;
}

.order-info .order-coupon button.cancel-coupon {
    background: #ccc;
    font-size: #000;
}

.order-info .order-price {
    padding: 0 35px;
    margin-top: 25px;
}

.order-info .order-price>div {
    display: flex;
    color: #000;
    justify-content: space-between;
    margin-bottom: 14px;
    align-items: center;
}

.order-info .order-price>div.discount {
    display: none;
}

.order-info .order-price>div label {
    color: #000;
}

.order-info .order-price .payment-fee label .price {
    font-size: 14px;
}

.order-info .order-price>div .price {
    font-size: 16px;
}

.order-info .order-price>div.total {
    padding-top: 20px;
    border-top: 1px solid rgba(205, 204, 231, .1);
    margin-top: 25px;
    font-family: 'oswald';
}

.order-info .order-price>div.total label {
    font-size: 16px;
}

.order-info .order-price>div.total .price {
    font-size: 30px;
}

.order-info .checkout-btn {
    width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'Roboto';
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5cb610;
}

.order-info .checkout-btn i {
    width: 20px;
    height: 22px;
    background-position: -141px -126px;
    margin-right: 15px;
}

.input-box.required input {
    border: 1px solid #6a0816;
}

.waiting-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 999;
    background: #000;
    opacity: .5;
    display: none;
}

.waiting-box {
    width: 600px;
    background: #000;
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 1000;
    margin: auto;
    text-align: center;
    padding: 40px 20px 20px;
    border-radius: 10px;
    display: none;
}

.waiting-box img {
    width: 100px;
    display: none;
}

.waiting-box.display {
    display: block;
    animation: waitBox .3s;
    -webkit-animation: waitBox .3s;
}

.delete-modal-box {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 1000;
    margin: auto;
    text-align: center;
    padding: 50px 40px;
    display: none;
}

.delete-modal-box p {
    color: #272852;
    font-size: 14px;
    margin-bottom: 30px;
}

.delete-modal-box i {
    width: 13px;
    height: 13px;
    background-position: -185px -365px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.delete-modal-box button {
    width: 100px;
    height: 40px;
    border: 1px solid #fcb100;
    color: #fcb100;
    font-size: 14px;
    margin-right: 10px;
}

.delete-modal-box button.yes {
    background: #fcb100;
    color: #000;
}

.delete-modal-box.display {
    display: block;
    animation: waitBox .3s;
    -webkit-animation: waitBox .3s;
}

@keyframes waitBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.waiting-box h2 {
    font-size: 30px;
    color: #272852;
}

.waiting-box .wait-time span {
    display: inline-block;
    width: 100px;
    height: 75px;
    border-radius: 75px;
    background: #a0a0b4;
    color: #000;
    font-size: 40px;
    line-height: 75px;
    font-family: 'oswald';
    margin: 30px 0;
}

.waiting-box p {
    color: #0a142e;
    font-size: 12px;
    margin-bottom: 30px;
}

/* 订单成功页面 */

.payment-success {
    background: #000;
    text-align: center;
    margin-top: 20px;
    padding: 125px 0;
}

.payment-success i {
    width: 70px;
    height: 70px;
    background-position: 0 -200px;
}

.payment-success h3 {
    color: #393c59;
    font-size: 30px;
    margin-top: 25px;
}

.payment-success .order-no {
    font-size: 20px;
    color: #393c59;
    font-family: 'Oswald';
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.payment-success .order-no p {
    height: 10px;
    background: #e2e3f4;
    margin-top: -10px;
    margin: -10px -10px 0;
}

.payment-success a {
    color: #fcb100;
    border-bottom: 1px solid #fcb100;
}

.payment-success ul {
    width: 500px;
    margin: auto;
    background: #061837;
    padding: 20px 0;
    margin-bottom: 30px;
    padding-left: 20px;
    border-radius: 10px;
}

.payment-success ul li {
    display: flex;
    align-items: center;
    color: #000;
}

.payment-success ul li .orderImg {
    width: 100px;
    height: 100px;
    min-width: 100px;
}

.payment-success ul li .orderImg img {
    max-width: 100%;
    max-height: 100%;
}
.payment-success ul li .orderTitle {
    width: 50%;
    margin:0 20px;
}
.payment-success ul li>div {
    text-align: left;
}

.tips {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Oswald';
}

.noCartDiv {
    text-align: center;
    padding: 120px 0 0;
}

.noCartDiv i {
    width: 100px;
    height: 100px;
    background-position: 0 -617px;
}

.noCartDiv h3 {
    font-size: 30px;
    margin: 20px;
}

.noCartDiv a {
    background: #fcb100;
    color: #000;
    font-family: 'Roboto';
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 50px;
}

.delivery-tips .bigImage {
    position: absolute;
    top: -120px;
    left: -50%;
    opacity: 0;
    transition: all .5s;
    transform: scale(0);
}

.delivery-tips .bigImage.display {
    opacity: 1;
    transform: scale(1);
}