.shopcart input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 50000s ease-in-out 0s !important;
    caret-color:#fff;
}

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

.shopcart input::placeholder {
    color: #9395CD !important;
}

.mobile_title,
.mobile_fixed_cart {
    display: none;
}

.shopcart .mobile_cart_list {
    display: none !important;
}

.shopcart {
    padding-top: 20px;
}

.shopcart .cart-left {
    width: 850px;
    float: left;
    margin-right: 25px;
}

.shopcart .cart-right {
    float: right;
    width: 325px;
    position: fixed;
    display: inline-block;
    top: auto ;
}

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

.cart-list table tbody tr {
    background: #060d25;
}

.shoping-list-mask {
    width: 100%;
    top: 40px;
    height: 100px;
    background: #060d25;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #07254c;
}

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

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

.cart-list table thead {
    background: -webkit-linear-gradient(left, #00BAD3, #133eda);
    background: -o-linear-gradient(right, #00BAD3, #133eda);
    background: -moz-linear-gradient(right, #00BAD3, #133eda);
    background: linear-gradient(to right, #00BAD3, #133eda);
}

.cart-list table thead tr {
    background: -webkit-linear-gradient(left, #00BAD3, #133eda);
    background: -o-linear-gradient(right, #00BAD3, #133eda);
    background: -moz-linear-gradient(right, #00BAD3, #133eda);
    background: linear-gradient(to right, #00BAD3, #133eda);
    color: #fff;
    font-family: 'Oswald';
    height: 40px;
    overflow: hidden;
}

.cart-list table thead tr td:first-child {
    border-radius: 5px 0 0 0;
}

.cart-list table thead tr td:last-child {
    border-radius: 0 5px 0 0;
}

.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: 12px;
    color: #fff;
    text-align: left;
    white-space: normal;
    width: 260px;
}
.cart-list .shop-title .cart_label {
    display: block;
    text-align: left;
    color: rgb(192, 192, 214);
    font-size: 12px;
    margin-top: 6px;
}
.shopcart .goods_li .diy_more {
    display: block;
    text-align: left;
    margin-top: 5px;
    color: #01a276;
    cursor: pointer;
}


.shopcart .goods_li .diyDetailInfo {
    position: absolute;
    top: 110%;
    background: #fff;
    z-index: 9;
    border-radius: 5px;
    padding: 10px;
    display: none;
}

.shopcart .goods_li .diyDetailInfo::after {
    content: '';
    background: #fff;
    position: absolute;
    top: -5px;
    left: 30px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.shopcart .goods_li .diyDetailInfo.display {
    display: block;
}

.shopcart .goods_li .diyDetailInfo p {
    color: #000;
    white-space: nowrap;
    width: auto;
}


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

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

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

.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: #fff;
    display: flex;
    justify-content: center;
}

.shop-num input {
    background: none;
    width: 80px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 100%;
    background: #07254c;
    text-align: center;
    color: #fff;
}

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

.shop-price .price {
    color: #0b85ea;
    font-family: 'Montserrat SemiBold';
}


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

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

.cart-left .list-buttom button:hover {
    background: #272852;
    -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: #a4a7ef;
}

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

.cart-left .information {
    margin: 20px 0;
}

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


.cart-left .information .user-info .country p {
    border-radius: 5px;
    margin-right: 10px;
    height: 45px;
    color: #fff;
    background: #2C2D49;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #444570;
    font-size: 12px;
    line-height: 45px;
    padding-left: 12px;
    cursor: pointer;
    white-space: nowrap;
    padding-right: 42px;
    outline: none;
    width: 100%;
    display: flex;
    align-items: center;
    min-width: 106px;
}

.cart-left .information .user-info .country p img {
    margin-right: 5px;
    width: 20px;
    display: none;
}

.cart-left .information .user-info .country p:hover {
    background: #0b85ea;
    border: 1px solid #0b85ea;
}

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

.cart-left .common-info {
    padding: 18px 25px 35px;
    background: #060d25;
    border-radius: 5px;
}

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

.cart-left .information .common-info li {
    margin-bottom: 14px;
    list-style: none;
    position: relative;
}
.cart-left .information .common-info li .input-box a img.help_ico{
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 20px;
    height: 20px;
}
.cart-left .information .common-info .grid_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
}

.cart-left .information .common-info li.phone-city {
    display: flex;
}
.common-info .input-box input {
    background: #2C2D49;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #444570;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    padding-left: 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
}

.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: 10px;
}

.cart-left .information .common-info .username i,
.cart-left .information .common-info .first_name i,
.cart-left .information .common-info .last_name i {
    width: 20px;
    height: 20px;
    background: url('../image/delivery/icon_name.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.cart-left .information .delivery-info .pass i {
    width: 20px;
    height: 20px;
    background-image: url('../image/delivery/icon_pwd.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.cart-left .information .common-info li.registration-period i{
    width: 20px;
    height: 20px;
    background-image: url('../image/delivery/icon_time.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.cart-left .information .common-info li.auction_items i{
    width: 20px;
    height: 20px;
    background-image: url('../image/delivery/icon_item.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.cart-left .information .common-info .email i {
    width: 20px;
    height: 20px;
    background-image: url('../image/delivery/icon_email.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.cart-left .information .user-info .tel i {
    width: 20px;
    height: 20px;
    background-image: url('../image/delivery/icon_phone.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.cart-left .information .common-info li.priceIco i.input-ico {
    width: 20px;
    height: 20px;
    background: url('../image/delivery/icon_price.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.cart-left .information .common-info li.userid i.input-ico {
    width: 20px;
    height: 20px;
    background: url('../image/delivery/icon_name.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.cart-left .information .common-info li.auction_items i.input-ico {
    width: 20px;
    height: 20px;
    background: url('../image/delivery/icon_auction.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.cart-left .information .common-info li.buy_now_price i.input-ico {
    width: 20px;
    height: 20px;
    background: url('../image/delivery/icon_price.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.cart-left .information .common-info li.registration-period i.input-ico {
    width: 20px;
    height: 20px;
    background: url('../image/delivery/icon_time.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.cart-left .information .common-info li.starting_bid i.input-ico {
    width: 20px;
    height: 20px;
    background: url('../image/delivery/icon_price.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.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 .country_select--down {
    position: absolute;
    background: #fff;
    top: 52px;
    display: none;
    z-index: 98;
    min-width: 200px;
}

.cart-left .information .user-info .country .country_select--down ul {
    max-height: 400px;
    overflow-y: auto;
}

.cart-left .information .user-info .country .country_select--down.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 .country_select--down .country_search {
    padding: 5px 10px;
    border-bottom: 1px solid #dbdbdb;
}

.cart-left .information .user-info .country .country_select--down .country_search input {
    background: none;
    color: #000;
    padding-left: 10px;
    border: 1px solid #dbdbdb;
}

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

.cart-left .information .user-info .country ul li.hide {
    display: none;
}

.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: #fff;
}

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

.cart-left .information .user-info .country ul li:hover .country_item--left {
    color: #0b85ea;
}

.cart-left .information .user-info .country ul li .country_item--right {
    color: #0b85ea;
    font-family: 'Oswald';
    margin-left: 10px;
}

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

.cart-left .information .user-info .register a:hover {
    text-decoration: underline;
}

.cart-left .information .user-info .register div {
    width: 16px;
    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: 1px solid #0B85EA;
    border-radius: 3px;
    position: absolute;
    left: 2px;
    top: 3px;
    background: #151833;
}

.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: 20px;
    height: 20px;
    background-image: url('../image/delivery/icon_pwd.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.delivery-info .face-to-face p {
    height: 40px;
    border: 1px solid #0b85ea;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 25px 0 15px;
    background: #2A2B4C;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
}

.delivery-info li.word ul {
    display: flex;
}

.delivery-info li.word-li p {
    height: 40px;
    border: 1px solid #151833;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background: #2A2B4C;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    font-size: 12px;
    cursor: pointer;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.delivery-info.en li.word-li p {
    padding: 0 15px;
    white-space: pre;
}


.cart-left .information .common-info li.word-li {
    margin-right: 14px;
    margin-bottom: 0;
}

.delivery-info li.word-li.active p {
    border: 1px solid #0b85ea;
}

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

.delivery-info .face-to-face 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: #2C2D49;
    border: 1px solid #444570;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-family: 'Montserrat';
    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: #fff;
    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: #0b85ea;
    color: #fff;
}

.cart-left .delivery-info .delivery-tips {
    font-size: 14px;
    color: #9395CD;
}

.cart-left .delivery-info .delivery-tips p {
    margin:0 0 6px 0;
    color: #9395CD;
    line-height: 24px;
}
.cart-left .delivery-info .delivery-tips .font_bold {
    font-family: 'Oswald';
}
.cart-left .delivery-info .delivery-tips .color_red {
    color: red;
}
.cart-left .delivery-info .delivery-tips p.grid_img {
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
}

.cart-left .delivery-info .delivery-tips p.grid_img img {
    max-width: 50%;
}
.cart-left .delivery-info .delivery-tips img {
    max-width: 600px;
    margin:20px auto 0;
    display: block;
}
.cart-left .delivery-info .anch .delivery-tips>img {
    width: 49%;
}
.cart-left .delivery-info .input-information-box{
    border: 1px solid #444570;
    border-radius: 5px;
    overflow: hidden;
}
.cart-left .delivery-info .cboxtitle {
    padding-left: 10px;
    color: #fff;
    background: #2C2D49;
    height: 45px;
    display: flex;
    align-items: center;
    border-bottom: none;
    border-bottom: 1px solid #444570;
}
.cart-left .delivery-info .cboxtitle em {
    margin-right: 3px;
}
.cart-left .delivery-info .cboxtitle::before {
    content:'';
    width: 20px;
    height: 20px;
    background: url('../image/delivery/icon_pic.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.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:18px 0 18px 30px;
    background: #2C2D49;
    overflow: hidden;
    color: #fff;
}

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

.cart-left .delivery-info .cboxfile i {
    color: #FCB500;
    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;
    width: 88px;
}

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

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

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

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

.payment-method h3 {
    font-family: 'Montserrat';
    font-size: 12px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    white-space: nowrap;
    color: #0082FB;
}

.payment-method h3 span {
    height: 1px;
    background: #07254c;
    width: 100%;
    margin-left: 20px;
}
.payment-method .payment-info.other-payment {
    margin-top: 30px;
}

.payment-method .payment-info ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 17px;
    padding-right: 10px;

}

.payment-method .payment-info .iframeParents {
    margin: 20px 0 30px;
    display: none;
    position: relative;
}

.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: #0082FB;
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
}

.payment-method .payment-info li {
    background: #fff;
    height: 75px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    width: 188px;
    display: flex;
    justify-content: flex-end;
    border: 1px solid #222644;
    align-items: flex-end;
}

.payment-method .payment-info li.active .iframeParents {
    display: block;
}

.payment-method .payment-info li .payment_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}

.payment-method .payment-info li .left {
    background: #fff;
    min-width: 188px;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 0 5px 20px;
}

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

.payment-method .payment-info li.active {
    background: #fff;
    border: 1px solid #fff;
}

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


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

.payment-method .payment-info li.usdt {
    background: #01a276;
}

.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;
    opacity: 0;
    display: none;
}

.payment-method .payment-info li label {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 7px;
    top: 25px;
    border: 1px solid #37396b;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    transition: all .3s;
}

.payment-method .payment-info li.usdt label {
    border: 1px solid #fff;
}

.payment-method .payment-info li.active label {
    background: #0b85ea;
    border: none;
}

.payment-method .payment-info li.active,
.payment-method .payment-info li.active:hover {
    border: 1px solid #01a276;
}

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

.payment-method .payment-info li.active label::after {
    opacity: 1;
}

.payment-method .payment-info li .hot {
    position: absolute;
    background-image: url(../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 5px;
    display: none;
}

.payment-method .payment-info li img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}

.payment-method .payment-info li .stripe_ico {
    position: absolute;
    right: -1px;
    bottom: -5px;
}

.payment-method .payment-info li .stripe_ico img {
    width: 65px;
    height: 14px;
}

.cart-right {
    position: relative;
}

.order-info {
    padding-bottom: 45px;
    border-radius: 5px;
    background: #0F1F43;
}

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

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

.order-info .order-top {
    background: -webkit-linear-gradient(left, #69f6a4, #133eda);
    background: -o-linear-gradient(right, #69f6a4, #133eda);
    background: -moz-linear-gradient(right, #69f6a4, #133eda);
    background: linear-gradient(to right, #69f6a4, #133eda);
    height: 10px;
    border-radius: 5px 5px 0 0;
}

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

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

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


.order-info .order-coupon .input-box div {
    width: 100%;
    margin-right: 5px;
    position: relative;
}
.order-info .order-coupon img {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 12px;
    left: 11px;
}
.order-info .order-coupon input {
    background: #093469;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #163974;
    color: #0b85ea;
    padding-left: 37px;
}

.order-info .order-coupon input::-webkit-input-placeholder {
    color: #0b85ea !important;
}

.order-info .order-coupon input::-moz-input-placeholder {
    color: #0b85ea !important;
}

.order-info .order-coupon input::-ms-input-placeholder {
    color: #0b85ea !important;
}


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

.order-info .order-coupon button:hover {
    background: -webkit-linear-gradient(top, #775cdc, #2d78e6);
    background: -o-linear-gradient(bottom, #775cdc, #2d78e6);
    background: -moz-linear-gradient(bottom, #775cdc, #2d78e6);
    background: linear-gradient(to bottom, #775cdc, #2d78e6);
}

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

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

.order-info .order-price>div {
    display: flex;
    color: #fff;
    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: #e0e1ff;
}

.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 #07254c;
    margin-top: 25px;
    font-family: 'oswald';
}

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

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

.order-info .checkout-btn {
    width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'Montserrat SemiBold';
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(top, #69f6a4, #133eda);
    background: -o-linear-gradient(bottom, #69f6a4, #133eda);
    background: -moz-linear-gradient(bottom, #69f6a4, #133eda);
    background: linear-gradient(to bottom, #69f6a4, #133eda);
}

.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: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin: auto;
    text-align: center;
    padding: 40px 20px 20px;
    border-radius: 10px;
    display: none;
    transform: translate(-50%, -50%);
}

.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: 50%;
    left: 50%;
    z-index: 1000;
    margin: auto;
    text-align: center;
    padding: 50px 40px;
    display: none;
    transform: translate(-50%, -50%);
}

.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 #0b85ea;
    color: #0b85ea;
    background: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.delete-modal-box button.yes {
    background: #0b85ea;
    color: #fff;
}

.delete-modal-box button:hover {
    border: none;
    background: #0b85ea;
    color: #fff;
}

.delete-modal-box button.yes:hover {
    background: -webkit-linear-gradient(left top, #63e9a8, #1a4ed5);
    background: -o-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: linear-gradient(to bottom right, #63e9a8, #1a4ed5);
}

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



.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: #fff;
    font-size: 40px;
    line-height: 75px;
    font-family: 'oswald';
    margin: 30px 0;
}

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

/* 订单成功页面 */
.failed_success.payment-success {
    text-align: left;
    padding: 50px;
    background: #020f25;
}

.failed_success.payment-success h3 {
    color: #ff5959;
    margin-top: 0;
    margin-left: -40px;
    margin-bottom: 40px;
    background: -webkit-linear-gradient(left, #0e0f24, #340e20);
    background: -o-linear-gradient(right, #0e0f24, #340e20);
    background: -moz-linear-gradient(right, #0e0f24, #340e20);
    background: linear-gradient(to right, #0e0f24, #340e20);
}

.failed_success.payment-success h3 img {
    width: 80px;
    margin-right: 10px;
}

.failed_success.payment-success ul {
    width: 100%;
    margin-top: 20px;
    background: #061a35;
}

.failed_success p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.failed_success p span {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.failed_success .payAgain {
    height: 48px;
    background-image: linear-gradient(-21deg,
            #133eda 0%,
            #69f6a4 100%),
        linear-gradient(#ff4a40,
            #ff4a40);
    background-blend-mode: normal,
        normal;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 150px;
}

.failed_success ul li .orderTitle {
    flex: 1;
}

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

.payment-success img.success {
    display: none;
}

.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: #0b85ea;
    border-bottom: 1px solid #0b85ea;
}

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

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

.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: 'Montserrat Bold';
}

.hasCartData {
    display: none;
}

.noCartDiv {
    text-align: center;
    padding: 50px 0;
    display: none;
}

.noCartDiv.display,
.hasCartData.display {
    display: block;
}

.noCartDiv i {
    background-image: url(../pc/image/public_ico.png) !important;
    width: 100px;
    height: 100px;
    background-position: 0 -617px;
}

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

.noCartDiv a {
    background: #0b85ea;
    color: #fff;
    font-family: 'Montserrat SemiBold';
    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);
    z-index: 50;
}

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

.anchTips {
    position: absolute;
    background: #fff;
    top: -90px;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    z-index: 1;
    white-space: nowrap;
}

.anchTips::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.anchTips img {
    width: 30px;
    margin-right: 10px;
}

.countryTips {
    width: 240px;
    left: -18px;
}

.countryTips::before {
    left: 33%;
}

.orderRePay .goods-info {
    display: none;
}

.orderRePay .common-info li {
    color: #fff;
    display: flex;
}

.orderRePay .common-info li .anchTips {
    color: #000;
}

.orderRePay .payment-method .payment-info li {
    display: flex;
}

.orderRePay .information li label {
    margin-right: 10px;
    min-width: 100px;
    display: block;
}

.orderRePay .time_title {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.orderRePay .times {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    margin: 20px 0;
}

.orderRePay .times span {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b85ea;
    margin: 0 5px;
}

.orderRePay .repay-waiting a {
    background: #0b85ea;
    color: #fff;
    height: 50px;
    padding: 0 20px;
    display: inline-block;
    line-height: 50px;
    border-radius: 20px;
    cursor: pointer;
}




.cart-left .common-info.delivery-info {
    padding: 18px 30px 35px;
    margin-top: 20px;
}

.delivery-info .playerName .input-box {
    background: #2C2D49;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #444570;
    width: 100%;
    height: 45px;
    font-family: 'Montserrat';
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 4px;
}

.delivery-info .playerName .input-box input {
    border: none;
    background: none;
}

.delivery-info .playerName .input-box.requireds {
    border: 1px solid red;
    box-shadow: 0px 0px 5px 1px #ff0000;
}

.delivery-info .playerName.delivery-select input {
    border: none;
}

.cart-left .delivery-info .delivery-select.playerName ul li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 12px;
}

.cart-left .delivery-info .delivery-select.playerName ul li:hover {
    background: none;
    color: #1d4a5f;
}

.cart-left .delivery-info .delivery-select.playerName ul li img {
    margin-right: 10px;
}

.cart-left .delivery-info .delivery-select.playerName span.stars {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-shadow: 1px 1px #6a6a6a;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
    background-image: linear-gradient(to bottom right, #fa7e7e, #a50707);
    line-height: 30px;
    margin-right: 10px;
}

.cart-left .delivery-info .delivery-select.playerName span.stars-yell {
    background-image: linear-gradient(to bottom right, #ffe766, #998100);
}

.cart-left .delivery-info .delivery-select.playerName span.stars-no {
    background: linear-gradient(#bfbfbf, #989898);
}

.cart-left .delivery-info .delivery-select.playerName .selected-player {
    display: flex;
    font-size: 12px;
    align-items: center;
    padding-left: 10px;
}

.delivery-info .delivery-select.playerName .selected-player p.name {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    color: #fff;
}

.cart-left .delivery-info .delivery-select.playerName .selected-player .team-logo-box {
    border-radius: 18px 0 0 18px;
}

.cart-left .delivery-info .delivery-select.playerName .selected-player img {
    margin-right: 10px;
}

.delivery-info li.playerBox ul {
    display: flex;
    justify-content: space-between;
}

.delivery-info li.playerBox label {
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 5px;
    display: block;
}

.delivery-info li.playerBox ul>li {
    width: 32%;
}

.delivery-info li.playerBox ul>li .input-box .anchTips {
    top: -54px;
    left: -60px;
}

.delivery-info li.playerBox ul>li input {
    padding-left: 10px;
}

.delivery-info li.playerBox ul>li.delivery-select ul li {
    padding: 10px 0 10px 10px;
    font-size: 12px;
    white-space: nowrap;
    width: 100%;
}

.cart-left .delivery-info .delivery-select ul p.add-palyer {
    font-size: 14px
}

.cart-left .delivery-info .delivery-select ul p.add-palyer i {
    color: #aa2116;
}

.team-logo-box {
    width: 60px;
    height: 40px;
    border-radius: 3px;
    background-image: url(../pc/image/team-logo.png);
    margin-right: 10px;
}

.team-logo-box--ari {
    background-position: 0 -50px
}

.team-logo-box--atl {
    background-position: 0 -100px
}

.team-logo-box--bal {
    background-position: 0 -150px
}

.team-logo-box--buf {
    background-position: 0 -200px
}

.team-logo-box--car {
    background-position: 0 -250px
}

.team-logo-box--chi {
    background-position: 0 -300px
}

.team-logo-box--cin {
    background-position: 0 -350px
}

.team-logo-box--cle {
    background-position: 0 -400px
}

.team-logo-box--dal {
    background-position: 0 -450px
}

.team-logo-box--den {
    background-position: 0 -500px
}

.team-logo-box--det {
    background-position: 0 -550px
}

.team-logo-box--gb {
    background-position: 0 -600px
}

.team-logo-box--hou {
    background-position: 0 -650px
}

.team-logo-box--ind {
    background-position: 0 -700px
}

.team-logo-box--jax {
    background-position: 0 -750px
}

.team-logo-box--kc {
    background-position: 0 -800px
}

.team-logo-box--mia {
    background-position: 0 -850px
}

.team-logo-box--min {
    background-position: 0 -900px
}

.team-logo-box--ne {
    background-position: 0 -950px
}

.team-logo-box--no {
    background-position: 0 -1000px
}

.team-logo-box--nyg {
    background-position: 0 -1050px
}

.team-logo-box--nyj {
    background-position: 0 -1100px
}

.team-logo-box--oak {
    background-position: 0 -1150px
}

.team-logo-box--phi {
    background-position: 0 -1200px
}

.team-logo-box--pit {
    background-position: 0 -1250px
}

.team-logo-box--lac {
    background-position: 0 -1300px
}

.team-logo-box--sea {
    background-position: 0 -1350px
}

.team-logo-box--sf {
    background-position: 0 -1400px
}

.team-logo-box--lar {
    background-position: 0 -1450px
}

.team-logo-box--tb {
    background-position: 0 -1500px
}

.team-logo-box--ten {
    background-position: 0 -1550px
}

.team-logo-box--was {
    background-position: 0 -1600px
}




/* 支付宝 */


.alipaycn_payment {
    background: #fff;
    margin-top: 20px;
    padding: 30px 100px;
}

.alipaycn_payment .orderDetails {
    display: flex;
    justify-content: space-between;
}

.alipaycn_payment .orderDetails>div {
    width: 48%;
}

.alipaycn_payment h2 {
    background: -webkit-linear-gradient(left, #5edeab, #2059d2);
    background: -o-linear-gradient(right, #5edeab, #2059d2);
    background: -moz-linear-gradient(right, #5edeab, #2059d2);
    background: linear-gradient(to right, #5edeab, #2059d2);
    color: #fff;
    padding: 5px 0 10px 20px;
    border-radius: 5px 5px 0px 0px;
}

.alipaycn_payment .orderDetails>div ul {
    border: 1px solid #ddd;
    padding: 20px;
}

.alipaycn_payment .orderDetails>div ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.alipaycn_payment .orderDetails>div ul li label {
    font-family: 'Montserrat Bold';
    min-width: 200px;
}

.alipaycn_payment .orderDetails>div ul.order_price li label,
.alipaycn_payment .orderDetails>div ul.order_price li span {
    color: #0b85ea;
}

.alipaycn_payment .alipaycn_payment_instruction {
    margin-top: 20px;
}

.alipaycn_payment .alipaycn_payment_instruction ul {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    border: 1px solid #ddd;
}

.alipaycn_payment .alipaycn_payment_instruction ul li {
    text-align: center;
}

.alipaycn_payment .alipaycn_payment_instruction div {
    text-align: center;
}

.alipaycn_payment .alipaycn_payment_instruction p {
    text-align: center;
    margin: 20px 0;
}

.alipaycn_payment .alipaycn_payment_instruction div button {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Montserrat Bold';
    background: #0b85ea;
    color: #fff;
}

.alipaycn_payment .alipaycn_payment_instruction div button:hover {
    background: -webkit-linear-gradient(top, #775cdc, #2d78e6);
    background: -o-linear-gradient(bottom, #775cdc, #2d78e6);
    background: -moz-linear-gradient(bottom, #775cdc, #2d78e6);
    background: linear-gradient(to bottom, #775cdc, #2d78e6);
}




/* googleapple */
.google_apple--warpper {
    background: #fff;
    margin: 0 auto;
    padding: 50px 50px 200px;
    color: #000;
    display: flex;
    justify-content: space-between;
    min-height: 500px;
}

.google_apple--warpper .title {
    font-size: 24px;
    font-family: 'Oswald';
    margin-bottom: 40px;
}

.google_apple--warpper .google_apple_left {
    width: 450px;
    min-width: 450px;
    margin-right: 80px;
}

.google_apple--warpper .google_apple_left ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.google_apple--warpper .google_apple_left ul li {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.google_apple--warpper .google_apple_left ul li span {
    display: flex;
    margin-left: 20px;
    white-space: nowrap;
}

.google_apple--warpper .google_apple_left .subtotal,
.google_apple--warpper .google_apple_left .total_to_pay {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.google_apple--warpper .google_apple_left .total_to_pay span {
    font-size: 18px;
    font-family: 'Oswald';
}

.google_apple--warpper .google_apple_left .game_shopping {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.google_apple--warpper .google_apple_left .game_shopping span {
    font-family: 'Oswald';
}

.google_apple--warpper .google_apple_right {
    width: 100%;
}

.google_apple--warpper .google_apple_right .google_right_payment {
    border: 1px solid rgb(235, 236, 240);
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 16px 0px;
    border-radius: 6px;
    background-color: #fff;
    padding: 30px;
}



/* BT */
.usdt_payment {
    display: flex;
    background: #fff;
    padding: 40px 200px 100px;
}

.usdt_payment .usdt_pay_left {
    margin-right: 60px;
}

.usdt_payment .usdt_pay_left img {
    width: 180px;
}

.usdt_payment .usdt_pay_left p {
    text-align: center;
}

.usdt_payment .usdt_pay_left .timer {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.usdt_payment .usdt_pay_right {
    width: 100%;
}

.usdt_payment .usdt_pay_right ul li {
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.usdt_payment .usdt_pay_right ul li p {
    display: flex;
    align-items: center;
}

.usdt_payment .usdt_pay_right ul li p img {
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
    opacity: .8;
}

.usdt_payment .usdt_pay_right ul li p img:hover {
    opacity: 1;
}

.usdt_payment .usdt_pay_right .pay-note-block {
    color: #000;
    margin-top: 20px;
    line-height: 25px;
}

.success_copy {
    position: fixed;
    top: 30%;
    left: 50%;
    background-color: #f0f9eb;
    color: #67c23a;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    border-radius: 10px;
    text-align: center;
}

.usdt_payment button {
    background: #0b85ea;
    color: #fff;
    height: 45px;
    font-size: 16px;
    padding: 0 40px;
    margin-top: 40px;
}


.usdt_payment button i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    animation: rotation 1s linear infinite;
    margin: auto;
    display: none;
}

.usdt_payment .error_dialog {
    position: fixed;
    z-index: 100;
    padding: 40px 50px;
    background: #fff;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: none;
}

.usdt_payment .error_dialog i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 24px;
    background-position: -175px -120px;
    cursor: pointer;
}

.emailErrorTips {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin: auto;
    text-align: center;
    padding: 50px 40px;
    font-size: 20px;
    transform: translate(-50%, -50%);
    display: none;
}

.emailErrorTips i {
    width: 13px;
    height: 13px;
    background-position: -185px -365px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-image: url(../pc/image/public_ico.png);
}

/* 球员 */
.player__warp .playerContent .playerBox {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #07254c;
}
.player__warp .playerContent .playerBox:last-child {
    border: none;
}
.player__warp .playerContent .playerBox>li {
    margin-bottom: 0;
}
.player__warp .playerContent .playerBox label {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}
.player__warp .playerContent .playerBox .duration_select {
    width: 15%;
}
.player__warp .playerContent .playerBox .duration_select input {
    padding-left: 10px;
}
.player__warp .playerContent .playerBox .duration_select li {
    padding: 10px 5px;
}

.player__warp .playerContent .playerBox .player_name {
    width: 70%;
}
.player__warp .playerContent .playerBox .player_name input {
    padding-right: 28px;
    padding-left: 10px;
}
.player__warp .playerContent .playerBox .player_name li {
    padding-left: 20px;
}
.player__warp .playerContent .playerBox .player_price input {
    padding-left: 10px;
}

.player__warp .playerContent .playerBox .delivery-select ul {
    width: max-content;
    min-width: 100%;
}

.player__warp .playerContent .playerBox .delivery-select .arrow-ico {
    right: 10px;
}

.player__warp .playerButton {
    display: flex;
    align-items: center;
    padding-top: 21px;
    grid-gap: 10px;
}

.player__warp .playerButton span {
    background: #2C2D49;
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #a4a7ef;
    font-size: 30px;
    cursor: pointer;
}

.player__warp .playerButton span i {
    background-position: -161px -56px;
    width: 12px;
    height: 13px;
    cursor: pointer;
}

.player__warp .playerButton span:hover {
    background: #272852;
}

.cart-left .delivery-info .player__warp .player-ul .delivery-select ul {
    width: max-content;
    min-width: 100%;
}

/* 支付选项样式 */
.payment-options {
    padding: 20px;
}

.payment-list {
    margin: 20px 0;
}

.payment-option {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-option:hover {
    border-color: #1890ff;
    background-color: #f0f7ff;
}

.payment-option.selected {
    border: 1px solid #1890ff;
    background-color: #f0f7ff;
    box-shadow: 0 0 5px rgba(24, 144, 255, 0.3);
}

.payment-option img {
    width: 100px;
    height: 20px;
    margin-left: 30px;
    transform: scale(1.7);
    object-fit: contain;
}

.payment-action {
    margin-top: 20px;
    text-align: center;
}

.pay-button {
    background-color: #1890ff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pay-button:hover {
    background-color: #40a9ff;
}

.payment-back {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.back-button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.back-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* 订单成功页面样式 */
.order-success {
    text-align: center;
    padding: 30px 20px;
}

.success-icon {
    margin-bottom: 20px;
}

.success-text h2 {
    color: #52c41a;
    margin-bottom: 15px;
    font-size: 24px;
}

.order-number {
    font-weight: bold;
    color: #333;
}

.timestamp {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.order-details {
    margin: 30px auto;
    max-width: 320px;
    text-align: left;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.detail-row .label {
    color: #666;
}

.detail-row .value {
    font-weight: bold;
}

.next-steps {
    margin-top: 30px;
}

.next-steps .layui-btn {
    margin: 0 10px;
}

/* 付款提示样式 */
.payment-notice {
    margin: 20px 0;
    padding: 15px;
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 4px;
    color: #5c3c00;
    font-size: 14px;
    line-height: 1.5;
}

.payment-notice h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #664c00;
    display: flex;
    align-items: center;
}

.payment-notice h4 i {
    margin-right: 5px;
    color: #faad14;
}

.payment-notice p {
    margin: 5px 0;
}

.payment-notice .highlight {
    font-weight: bold;
    color: #fa8c16;
}

.coinpal-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

.coinpal-btn {
    background-color: #1890ff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0;
}

.coinpal-btn:hover {
    background-color: #40a9ff;
    box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
    transform: translateY(-2px);
}