/* 公共资源文件 */

/* 默认样式 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    min-width: 1200px;
}

input, select, textarea, button {
    font-size: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: none;
    font-size: 12px;
}
.dialog ul input:focus {
    box-shadow:0px 0px 6px 1px rgb(29, 74, 95);
}

ol, ul {
    list-style: none
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

a:active {
    text-decoration: none
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-appearance: none
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald';
    color: #010406;
    font-weight: 400;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

i.delete {
    background-position: -135px -50px;
    width: 20px;
    height: 21px;
    cursor: pointer;
}

button {
    cursor: pointer;
    border-radius: 5px;
}

.price strong {
    font-weight: 400;
}

button.hover-btn:hover {
    background: #272852;
    color: #fff;
}

button.gradient-btn:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}

@font-face {
    font-family: 'Montserrat';
    src: url("/static/font/Montserrat-Medium.ttf");
    font-display: swap
}

/*@font-face {*/
/*    font-family: 'Montserrat Bold';*/
/*    src: url("/static/font/Montserrat-Bold.ttf");*/
/*    font-display: swap*/
/*}*/
@font-face {
    font-family: 'Oswald';
    src: url("/static/font/Oswald-Medium.ttf");
    font-display: swap
}

body {
    background: #e5e8f0;
    font-family: 'Montserrat';
    color: #1d4a5f;
    font-size: 16px;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #aa2116;
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .26);
    cursor: pointer;
}

body::-webkit-scrollbar-track {
    background-color: #0a142f;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.input-box.required input {
    border: 1px solid #ff0000 !important;
    box-shadow: 0px 0px 5px 1px #ff0000;
}

.input-box .tips {
    color: #ff0000;
    margin-top: 5px;
    font-size: 12px;
}

.header .search .input-box::after, .footer .footer-content .link .select-country span, .footer-content .link .share a, .dialog .checked label:after, .dialog .shade div a, .ico, body .swiper-button-next, body .swiper-button-prev, .breadcrumb ul li.home::after, .cart-left .information .user-info .register label:after, .dialog button.error::before, .forgotPassword .input-box i, .newsletter-main .subscribers .subscribers-right .gameList ul li label:after {
    background-image: url(/static/pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    display: inline-block;
}

/* 默认样式end */

/* 头部 */

.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.header {
    background: #0c212b;
    height: 120px;
}


.bootom-box img {
    width: 100%;
    position: relative;
    top: -140px;
    z-index: -1000000;
    margin-bottom: -225px;
}
.heard-bottom {
    width: 100%;
    position: absolute;
    top:10px
}

.top-left img {
    width: 310px;
    height: 335px;
    position: absolute;
    margin-top: -645px;
    z-index: -100;
}

.top-right img {
    width: 310px;
    height: 335px;
    position: absolute;
    right: 0;
    margin-top: -645px;
    z-index: -100;
}

.centre-left img {
     width: 325px;
     height: 267px;
     position: absolute;
     margin-top: -120px;
     z-index: -100;
 }

.centre-right img {
    width: 220px;
    height: 182px;
    position: absolute;
    right: 0;
    margin-top: -120px;
    z-index: -100;
}

/**/




.header .container {
    display: flex;
    justify-content: space-between;
    padding: 18px 0 18px 0;
    font-size: 16px;
}

.header .left {
    display: flex;
    align-items: center;
}

.header .logo a {
    display: flex;
    padding-top: 2px;
}

.header .logo img {
    width: 270px;
    height: 55px;
}

.header .search {
    margin-left: 80px;
    position: relative;
    z-index: 401;
}

.header .search .search-key {
    display: none;
    position: absolute;
    top: 54px;
    background: #061837;
    width: 100%;
    border-top: none;
    overflow: hidden;
    max-height: 340px;
    overflow-y: auto;
    padding: 10px 0;
}

.header .search .search-key::-webkit-scrollbar {
    width: 8px;
}

.header .search .search-key::-webkit-scrollbar-thumb {
    background: #aa2116;
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .26);
    cursor: pointer;
}

.header .search .search-key::-webkit-scrollbar-track {
    background-color: #0a142f;
}

.header .search .search-key.display {
    display: block;
    animation: bottomin-1 .4s ease;
    -webkit-animation: bottomin-1 .4s ease;
}

.header .search .search-key>p {
    font-family: 'Montserrat SemiBold';
    font-size: 14px;
    padding: 5px 20px 15px;
    color: #aa2116;
}

@keyframes bottomin-1 {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: .2;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.header .search .search-key a {
    display: flex;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.header .search .search-key a img {
    width: 40px;
    height: 15px;
    margin-left: 5px;
    margin-top: 3px;
}

.header .search .search-key a:last-child {
    border: none;
}

.header .search .search-key a:hover {
    color: #aa2116;
}

.header .search input {
    background: none;
    border-bottom: 1px solid #aa2116;
    width: 360px;
    padding-left: 32px;
    color: #1d4a5f;
    padding: 15px 48px 10px 48px;
    font-family: 'Montserrat';
    font-size: 16px;
}

input::-webkit-input-placeholder {
    color: #1d4a5f;
}

input::-moz-input-placeholder {
    color: #1d4a5f;
}

input::-ms-input-placeholder {
    color: #1d4a5f;
}

.header .search .input-box {
    position: relative;
}

.header .search .input-box:hover i {
    box-shadow: 1px 0px 8px 4px #0c1e3b;
    display: block;
}

.header .search .input-box i {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: none;
}

.header .search .input-box i.focus {
    box-shadow: 0px 0px 9px 0px #1770b7;
    display: block;
}

.header .search .input-box::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-position: 0 -720px;
    left: 5px;
    top: 8px;
}

.header .right {
    padding: 17px 0;
}

.header .right>ul {
    display: flex;
}

.header .right ul li {
    display: flex;
    color: #1d4a5f;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.header .right ul .lang-currency .lang-title {
    display: flex;
    align-items: center;
    border: 1px solid #1d4a5f;
    height: 100%;
    border-radius: 49px;
    padding: 0 20px;
    height: 50px;
}
.header .right ul .lang-currency .lang-content p {
    width: 35px;
}

.header .right ul .lang-currency .arrow {
    display: block;
    width: 12px;
    height: 6px;
    background-position: -25px 0;
    transition: all .3s;
}

.header .right ul .lang-currency:hover .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.header .right ul .lang-currency .lang-curr-content {
    position: absolute;
    width: 200px;
    top: 93%;
    left: -20px;
    z-index: 9;
    border-radius: 10px;
    padding: 24px 10px;
    display: none;
}
.header .right ul .lang-currency .lang-curr-content.display {
    opacity: 1;
    display: block;
    animation: 0.4s ease 0s 1 normal none running currShow;
    -moz-animation: 0.4s ease 0s 1 normal none running currShow;
    -webkit-animation: 0.4s ease 0s 1 normal none running currShow;
}


@keyframes currShow {
    0% {
        opacity: 0;
        top: 110%;
    }
    100% {
        opacity: 1;
        top: 93%;
    }
}
.header .right ul .lang-currency .lang-curr-content::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 47%;
    background: #fff;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}



.header .right ul li.language .lang-title span.country {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border-radius: 50%;
}
.header .right ul li.language .lang-title .curr-code {
    font-family: 'Montserrat';
    min-width: 40px;
    text-align: center;
}
.header .right ul li.language .lang-title .curr-symbol {
    min-width: 30px;
    text-align: center;
}

.header .right ul .lang-currency .lang-curr-content>div {
    background: #fff;
    padding: 25px 10px 10px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #eee;
    position: relative;

}

.header .right ul .lang-currency .lang-curr-content>div .common-c-t {
    background: #0c212b;
    color: #1d4f67;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 18px;
}
.header .right ul .lang-currency .lang-curr-content>div.curr-c {
    padding-top: 10px;
    border-radius: 0 0 10px 10px;
    padding-bottom: 25px;
}
.header .right ul .lang-currency .lang-curr-content>div>div i.ico {
    display: block;
    width: 12px;
    height: 6px;
    background-position: -25px 0;
    margin-top: 2px;
}
.header .right ul .lang-currency .lang-curr-content>div>div p {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
}
.header .right ul .lang-currency .lang-curr-content>div.curr-c span {
    width: 27px;
}
.header .right ul .lang-currency .lang-curr-content>div .lang-c-select {
    position: absolute;
    border-radius: 10px;
    background: #fff;
    top: 60px;
    left: 10px;
    width: 160px;
    z-index: 99;
    display: none;
    overflow: hidden;

}
.header .right ul .lang-currency .lang-curr-content>div .lang-c-select a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    color: #05458f;
    justify-content: center;
}

.header .right ul .lang-currency .lang-curr-content>div.curr-c .lang-c-select a span {
    min-width:27px;
    margin-right: 20px;
}
.header .right ul .lang-currency .lang-curr-content>div .lang-c-select a:hover {
    background: #9bb5d2;
    color: #fff;
}
.header .right ul .lang-currency .lang-curr-content>div.curr-c .lang-c-select {
    top: 48px;
}

.header .right ul li.language span.country {
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
}

.header .right ul .lang-currency .lang-c .lang-c-select span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 20px;
}


.header .right ul li.language span.en {
    background-position: 0 -755px;
}

.header .right ul li.language span.de {
    background-position: 0 -510px;
}

.header .right ul li.language span.es {
    background-position: 0 -450px;
}

.header .right ul li.language span.fr {
    background-position: 0 -530px;
}

.header .right ul li.language span.ar {
    background-position: 0 -470px;
}

.header .right ul li.language span.it {
    background-position: 0 -550px;
}

.header .right ul li.language span.Dutch {
    background-position: 0 -490px;
}

.header .right ul li.language span.nl {
    background-position: -25px -510px;
}

.header .right ul li.language span.pt {
    background-position: -25px -530px;
}

.header .right ul li.language span.jp {
    background-position: 0 -585px;
}



.header .right ul .account {
    margin: 0 0 0 32px;
    position: relative;
}

.header .right ul .login-account a {
    border-radius: 5px;
    margin: 0 0 0 32px;
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background: #aa2116;
    border-radius: 50px;
    color: #fff;
    padding: 0 10px;
}
.header .right ul .login-account a:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}
.header .right ul .account a {
    width: 120px;
    height: 100%;
    text-align: center;
    line-height: 49px;
    z-index: 9;
    color: #1d4a5f;
    font-size: 16px;
    font-family: 'Montserrat Bold';
    border-radius: 5px;
    display: block;
}
.header .right ul .account a.login-btn:hover {
    color: #ad2319;
}
.header .right ul .account .sign-btn {
    right: 0;
    background: #ad2319;
    color: #fff;
}
.header .right ul .account .sign-btn:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}


.nav ul li.cart {
    border-radius: 45px;
    background: #1f203c;
    transition: all 1s;
}
.nav ul li.cart>a:hover {
    background: #aa2116;
}
.nav ul li.cart:hover a i {
    background-position: -80px -720px;
}
.nav ul li.cart a:hover .cart_num {
    background: #fff;
    color: #000;
}
.nav ul li.cart>a {
    display: flex;
    color: #fff;
    align-items: center;
    padding: 0 15px;
}

.nav ul li.cart a i {
    background-position: -24px 0;
    display: block;
    width: 21px;
    height: 22px;
}

.nav ul li.cart a p {
    margin: 0 4px 0 7px;
    padding-top: 2px;
}

.nav ul li.cart a span {
    border-radius: 50%;
    background: #aa2116;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Arial Blod';
    font-size: 13px;
}

.nav ul li.cart .cart-link {
    position: absolute;
    min-width: 320px;
    top: 75px;
    right: 0;
    z-index: 19;
    display: none;
    padding-top: 10px;
    width: 320px;
}

.nav ul li.cart .cart-link.display {
    opacity: 1;
    display: block;
    animation: 0.4s ease 0s 1 normal none running cartShow;
    -moz-animation: 0.4s ease 0s 1 normal none running cartShow;
    -webkit-animation: 0.4s ease 0s 1 normal none running cartShow;
}

@keyframes cartShow {
    0% {
        opacity: 0;
        top: 85px;
    }
    100% {
        opacity: 1;
        top: 75px;
    }
}

.nav ul li.cart .cart-link .noCart {
    background: #fff;
    text-align: center;
    display: none;
    border-radius: 10px;
    padding: 20px;
}

.nav ul li.cart .cart-link ul {
    display: block;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 10px 10px 0 0;
}

.nav ul li.cart .cart-link ul::-webkit-scrollbar {
    width: 8px;
}

.nav ul li.cart .cart-link ul::-webkit-scrollbar-thumb {
    background: #aa2116;
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .26);
    cursor: pointer;
}

.nav ul li.cart .cart-link ul::-webkit-scrollbar-track {
    background-color: #0a142f;
}

.nav ul li.cart .cart-link li {
    border-bottom: 1px solid #eee;
    padding: 20px 20px 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.nav ul li.cart .cart-link li:hover {
    background: #ccc;
}

.nav ul li.cart .cart-link li .delete-tips {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #eee;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aa2116;
    right: -100%;
    transition: all 3s;
    top: 0;
}

.nav ul li.cart .cart-link li .delete-tips.display {
    animation: deleteTips 2s;
    -webkit-animation: deleteTips 2s;
}

@keyframes deleteTips {
    0% {
        right: -100%;
    }
    100% {
        right: 0;
    }
}

.nav ul li.cart .cart-link li i.ico {
    position: absolute;
    right: 20px;
    bottom: 40px;
}

.nav ul li.cart .cart-link li .price {
    font-size: 16px;
    font-family: 'Oswald';
    position: absolute;
    bottom: 6px;
    right: 20px;
    color: #aa2116;
}

.nav ul li.cart .cart-link .cartImages {
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav ul li.cart .cart-link img {
    max-width: 100%;
    max-height: 100%;
}

.nav ul li.cart .cart-link::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 80%;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.nav ul li.cart .cart-link p {
    font-size: 16px;
    margin-bottom: 5px;
}

.nav ul li.cart .cart-link .cart-total {
    text-align: right;
    padding: 0 10px 0 16px;
    padding-top: 20px;
    font-size: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav ul li.cart .cart-link .cart-total>div:first-child {
    white-space: nowrap;
    margin-right: 30px;
    height: 100%;
    padding-top: 8px;
    display: block;
}

.nav ul li.cart .cart-link .cart-total>div:last-child {
    white-space: nowrap;
}

.nav ul li.cart .cart-link .cart-total .item-num {
    color: #aa2116;
}

.cart-link .cart-total .price {
    color: #aa2116;
    font-size: 24px;
    font-family: 'Montserrat SemiBold';
}

.cart-button {
    text-align: right;
    padding: 0 17px;
    padding-top: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.cart-button .clear-btn {
    background: #061218;
    color: #fff;
    margin-right: 10px;
    padding: 0 20px;
    border: 1px solid rgba(170, 33, 22, .3);
    text-transform: uppercase;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    font-family: 'Oswald';

}
.cart-button .checkout-btn a {
    display: block;
    color: #fff;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 16px;
}
.cart-button .checkout-btn {
    background: #aa2116;
    padding: 0;
}
.cart-button .checkout-btn:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}

/* 头部 end */

.main {
    padding-top: 200px;
}

/* nav */

.menu{
    width: 305px;
    height: 80px;
}
.nav {
    height: 80px;
    width: 100%;
    background: #061218;
    font-family: 'Oswald';
    min-width: 1200px;
}

.nav .container {
    display: flex;
    position: relative;
}

.nav .menu .choose-game {
    background: #aa2116;
    color: #fff;
    padding: 0 39px 0 25px;
    font-size: 22px;
    margin-right: 25px;
    cursor: pointer;
    font-family: 'Oswald';
    white-space: nowrap;
    height: 80px;
    line-height: 80px;
}

.nav .menu .menu-box {
    transform: scale(0);
    opacity: 0;
    transform-origin: 0 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    display: flex;
}

.nav .menu .menu-box.display {
    opacity: 1;
    transform: scale(1);
}

.nav .menu .choose-game i {
    display: inline-block;
    width: 24px;
    height: 17px;
    background-position: -50px -20px;
    margin-right: 10px;
}
.nav .help-ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nav ul {
    display: flex;
}

.nav ul li a {
    color: #28607a;
    display: block;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    font-family: 'Oswald';
    white-space: nowrap;
}

.nav ul.ul-1 li a {
    height: 80px;
    line-height: 80px;
}
.nav ul.ul-1 li a:hover {
    color: #fff;
    background: url(/static/pc/image/nav-bj.png);
    background-size: contain;
}
.nav ul.ul-1 li.affiliate a:hover,.nav ul.ul-1 li.discount a:hover {
    background-size: cover;
}

.nav ul li.cart>a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%;
    background: #010406;
    padding: 0 42px;
    font-family: 'Montserrat';
}
.nav ul li.cart a i {
    width: 35px;
    height: 25px;
    background-position: -35px -720px;
}
.nav ul li.cart a span {
    position: absolute;
    top: 19px;
    right: 34px;
    background: #ff0000;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
}




@keyframes scale1 {
    0%, 10%, 100%, 50%, 70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    40% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    60% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.nav .menu-box {
    width: 100%;
    background: #000;
    position: absolute;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    display: none;
    z-index: 19;
}

.nav .menu-box a {
    color: #fff;
    font-size: 13px;
    height: 45px;
    width: 282px;
    background: #141c27;
    line-height: 45px;
    padding-left: 17px;
    margin: 0 5px 5px 0;
    display: flex;
    align-items: center;
}

.nav .menu-box a img {
    vertical-align: middle;
    width: 20px;
    margin-right: 12px;
}

.nav .menu-box a:hover {
    background: #192b44;
}

.nav .menu-box a:hover img {
    -webkit-animation: scale1 ease 1s 1;
    animation: scale1 ease 1s 1;
}

.nav .choose-game:hover i {
    -webkit-animation: scale1 ease 1s 1;
    animation: scale1 ease 1s 1;
}

/* nav end */

/* footer */

.footer {
    background-color: #0c212b;
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 12px;
    margin-top: 50px;
}

.footer .footer-content {
    color: #585a8a;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer .logoLink img {
    width: 235px;
}

.footer .logoLink li {
    margin-bottom: 30px;
}

.footer .logoLink p {
    color: #1d4a5f;
    font-size: 12px;
    width: 235px;
    text-align: left;
}
.footer-content .logoLink .shade {
    display: flex;
}
.footer-content .logoLink .shade a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(29, 74, 95, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 0;
}
.footer-content .logoLink a.facebook i {
    width: 15px;
    height: 19px;
    background-position: -109px -21px;
}

.footer-content .logoLink a.twitter i {
    width: 19px;
    height: 15px;
    background-position: -130px -24px;
}

.footer-content .logoLink a.skype i {
    width: 19px;
    height: 19px;
    background-position: -155px -18px;
}

.footer-content .logoLink a.youtube i {
    width: 20px;
    height: 15px;
    background-position: -180px -17px;
}

.footer-content .logoLink a.pinterest i {
    width: 19px;
    height: 19px;
    background-position: -40px -560px;
}
.footer-content .logoLink a.discord i {
    width: 18px;
    height: 13px;
    background-position: -30px -795px;
}

.footer-content .logoLink a.instagram i {
    width: 18px;
    height: 18px;
    background-position: -182px -35px;
}

.footer-content .link.help {
    margin: 0 90px 0 78px;
}

.footer-content .link .link-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Oswald';
}

.footer-content .link a {
    display: block;
    color: #1d4a5f;
    margin-bottom: 20px;
    white-space: nowrap;
}

.footer-content .link a:hover {
    color: #fff;
}

.footer-content .link.ourProducts ul {
    display: flex;
    max-width: 340px;
    flex-wrap: wrap;
}

.footer-content .link.ourProducts ul li {
    width: 50%;
}


.footer-content .shade a.facebook:hover i {
    background-position: -47px -510px;
}

.footer-content .shade a.twitter:hover i {
    background-position: -67px -510px;
}

.footer-content .shade a.skype:hover i {
    background-position: -90px -510px;
}

.footer-content .shade a.youtube:hover i {
    background-position: -115px -510px;
}

.footer-content .shade a.instagram:hover i {
    background-position: -140px -510px;
}

.footer-content .shade a.pinterest:hover i {
    background-position: -65px -560px;
}
.footer-content .logoLink a.discord:hover i {
    background-position: -30px -815px;
}

.footer-content .link.contact li {
    display: flex;
    margin-bottom: 20px;
}

.footer-content .link.contact li p {
    white-space: nowrap;
    color: #1d4a5f;
}

.footer-content .link.contact li i {
    margin-right: 10px;
}
.footer-content .link.contact li p {
    display: flex;
    align-items: center;
}
.footer-content .link.contact li.email p i {
    width: 20px;
    height: 15px;
    background-position: 0 -795px;
}
.footer-content .link.contact li.phone p i {
    width: 19px;
    height: 19px;
    background-position: 0 -815px;
}
.footer-content .link.contact li.whats p a {
    display: flex;
    align-items: center;
}
.footer-content .link.contact li.whats p i {
    width: 19px;
    height: 19px;
    background-position: 0 -840px;
}
.footer .Method-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.footer .Method-payment img {
    margin-right: 20px;
}

/* footer end */

/* sign login */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 99;
    display: none;
}

.search-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 99;
    display: none;
    z-index: 400;
}

.wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 199;
    display: none;
}

.dialog {
    position: relative;
    background: #FFF;
    width: 400px;
    margin: 200px auto 50px;
    border-radius: 10px;
    padding: 25px 32px;
}

.sign {
    display: none;
}

.dialog.display {
    display: block;
    animation: signDialog .3s;
    -webkit-animation: signDialog .3s;
}

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

.dialog .dialog-btn {
    position: relative;
}

.errorTips {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 2px #c6c7e9;
    position: absolute;
    font-size: 12px;
    right: 14px;
    top: -35px;
    padding: 10px 20px 10px 10px;
}

.errorTips::before {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    right: 11px;
    content: '';
    transform: rotate(45deg);
    background: #fff;
}

.errorTips p {
    color: #000;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat Bold';
}

.errorTips i {
    width: 15px;
    height: 13px;
    background-position: -80px -395px;
    margin-right: 5px;
}

.errorTips.successTips i {
    background-position: -125px -395px;
    height: 18px;
}

.login {
    display: none;
}

.binding {
    display: none;
}

.dialog i.close-ico {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 24px;
    background-position: -175px -120px;
    cursor: pointer;
}

.dialog h2 {
    color: #1f203c;
    font-size: 30px;
    margin-bottom: 15px;
}

.dialog .input-box {
    margin-bottom: 15px;
    position: relative;
}

.sign ul {
    margin-bottom: 20px;
}

.dialog li input {
    height: 46px;
    border-radius: 46px;
    border: 1px solid rgba(29, 74, 95, 0.6);
    width: 100%;
    font-family: 'Montserrat';
    text-align: center;
}

.dialog .input-box.required input {
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 5px 1px #ff0000;
}

.dialog li .tips {
    color: #ff0000;
    margin-top: 5px;
    font-size: 12px;
}

.dialog form .input-box i {
    position: absolute;
    top: 14px;
    left: 14px;
}

.dialog form .email i {
    width: 20px;
    height: 17px;
    background-position: -180px -57px;
}

.dialog form .pass i {
    width: 17px;
    height: 19px;
    background-position: -183px -78px;
}

.dialog .checked {
    font-size: 12px;
    position: relative;
    padding: 7px 0px 0 27px;
    margin-bottom: 3px;
}
.dialog a {
    color: #aa2116;
}
.dialog a:hover {
    text-decoration: underline;
}
.dialog .checked input {
    position: absolute;
    z-index: 99;
    left: -2px;
    top: 4px;
}

.dialog .checked label {
    width: 16px;
    height: 16px;
    border: 1px solid #c6c7e9;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 6px;
}

.dialog .checked label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 10px;
    height: 7px;
    background-position: -163px -45px;
    opacity: 0;
}

.dialog .checked input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.dialog button {
    background: #ad2319;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    margin-top: 25px;
    font-family: 'Montserrat';
}

.dialog button:disabled {
    cursor: not-allowed;
}

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

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.dialog button.error {
    background: rgb(237, 85, 101);
}

.dialog button.error::before {
    content: '';
    width: 13px;
    height: 13px;
    /* position: absolute; */
    background-position: -185px -385px;
}

.dialog .shade {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}

.dialog .shade div {
    margin: 25px 0;
}

.dialog .shade div a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.dialog .shade div a.facebook {
    background-position: -23px -74px;
}

.dialog .shade div a.google {
    background-position: -74px -74px;
}

.dialog .shade div a.twitter {
    background-position: -125px -74px;
}

.dialog .shade span {
    color: #888;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 19px;
}

}

.login form .checked {
    padding-right: 0;
}

.login form .checked a {
    float: right;
}

.site-info {
    margin-top: 75px;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.site-info h4 {
    font-size: 48px;
    margin-bottom: 40px;
    color: #010406;
    text-align: center;

}

.site-info ul {
    display: flex;
    flex-wrap: wrap;
}

.site-info ul li {
    display: flex;
    width: 29%;
    margin-right: 78px;
    margin-bottom: 40px;
}

.site-info ul li:nth-child(3n) {
    margin-right: 0;
}

.site-info ul li span {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 6px;
    display: block;
    color: #010406;
    font-family: 'Oswald';
}

.site-info ul li img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 15px;
}

.site-info ul li p {
    font-size: 14px;
}

/* news video*/
.news-feedback {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.news-feedback>div {
    width: 48%;
}
.news-feedback>div .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-feedback>div .title h3 {
    font-size: 48px;
    color: #010406;
    font-family: 'Oswald';
}
.news-feedback>div .title a {
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #6b7c93;
    background: #fff;
    padding: 0 30px;
}
.news-feedback>div .title a:hover {
    background: #ad2319;
    color: #fff;
}
.news-feedback .news-box ul li{
    background: #fff;
    border-radius: 10px;
    width: 100%;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;

}
.news-feedback .news-box ul li:hover {
    box-shadow: 0px 0px 6px 4px #ccc;
}
.news-feedback .news-box ul li:last-child {
    margin: 0;
}
.news-feedback .news-box ul li img {
    width: 160px;
    max-height: 160px;
    margin-right: 20px;
}
.news-feedback .news-box ul li p.title {
    color: #010406;
    font-size: 16px;
    font-family: 'Oswald';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;

}

.news-feedback .news-box ul li p.times  {
    color: #1f2a30;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
}
.news-feedback .news-box ul li section {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 14px;
    margin-top: 14px;
    height: 60px;
    color: #1d4a5f !important;
}

.news-feedback .feedback-box {
    background: #fff;
    padding: 44px 20px 42px;
    border-radius: 10px;
}
.news-feedback .feedback-box>img {
    width: 210px;
    opacity: .8;
    cursor: pointer;
}
.news-feedback .feedback-box>img:hover {
    opacity: 1;
}
.news-feedback .feedback-box ul  {
    display: flex;
    margin-top: 50px;
}
.news-feedback .feedback-box ul li {
    background: #0c212b;
    padding: 27px 20px 20px;
    margin-right: 20px;
    border-radius: 10px;
    width: 50%;
}
.news-feedback .feedback-box ul li:last-child {
    margin: 0;
}
.news-feedback .feedback-box ul li img{
    width: 156px;
}
.news-feedback .feedback-box ul li section {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 30px 0;
    height: 54px;
}

.news-feedback .feedback-box ul li .avtor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-feedback .feedback-box ul li .avtor span:first-child {
    color: #fff;
    font-size: 16px;
}
.news-feedback .feedback-box ul li .avtor span:last-child {
    font-size: 14px;
}

/* 404 */

.error-page {
    position: relative;
}

.error-page img {
    width: 100%;
    border-radius: 5px;
    padding-top: 70px;
}

.error-page a {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat SemiBold';
    background: #1f203c;
    height: 70px;
    border-radius: 70px;
    bottom: 224px;
    right: 180px;
    display: flex;
    align-items: center;
    padding: 0 25px;
}

.error-page a i {
    width: 20px;
    height: 18px;
    background-position: -87px -119px;
    margin-right: 5px;
}

/* 面包屑导航 */

.breadcrumb {
    padding-top: 18px;
}

.breadcrumb ul {
    display: flex;
}

.breadcrumb ul li a {
    color: #010406;
    font-size: 12px;
    font-family: 'Montserrat';
}

.breadcrumb ul li.home::after {
    content: '';
    width: 5px;
    height: 8px;
    background-position: -68px -63px;
    display: inline-block;
    margin: 0 6px;
}

.breadcrumb ul li.home:hover a {
    color: #aa2116;
}

/* news guide */

.news-guide h2 {
    font-size: 48px;
}

.news-guide .news-list li {
    background: #fff;
    display: flex;
    padding: 12px 60px 12px 12px;
    font-family: 'Arial';
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-guide .news-list li:hover {
    box-shadow: 0px 0px 6px 4px #ccc;
}
.news-guide .news-list li a>img {
    width: 415px;
    margin-right: 24px;
}

.news-guide .news-list li .title {
    color: #aa2116;
    font-size: 16px;
    margin-top: 5px;
}

.news-guide .news-list li a {
    color: #fff;
}

.news-guide .news-list li .times {
    color: #393c59;
    font-size: 12px;
    margin: 12px 0 25px;
}

.news-guide .news-list li .content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 120px;
    line-height: 24px;
}

.news-guide .news-list li .content img {
    max-width: 300px;
}

.news-guide .news-list li .share {
    display: flex;
    align-items: center;
    color: #393c59;
    position: absolute;
    bottom: 14px;
    right: 60px;
}

.news-guide .news-list li .share span {
    white-space: nowrap;
}

.news-guide .news-list li .share a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.news-guide .news-list li .share a.facebook {
    background-position: -23px -74px;
}

.news-guide .news-list li .share a.google {
    background-position: -74px -74px;
}

.news-guide .news-list li .share a.twitter {
    background-position: -125px -74px;
}

.news-guide button {
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    background: #aa2116;
}

.news-guide button.noval {
    background: rgb(112, 111, 163);
    cursor: not-allowed;
    text-shadow: rgba(48, 24, 113, 0.1) 0px 1px 1px;
    color: rgb(165, 164, 206);
}

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

.vipSilde {
    position: fixed;
    display: flex;
    align-items: center;
    top: 450px;
    z-index: 10;
    transform: translateY(-50%);
    transition: all .3s;
    right: -360px;
    transition: all .3s;
    border-radius: 10px 0 0 10px;
}
.vipSilde:hover {
    right: 0;
}

.vipSilde .silder-l {
    background: #aa2116;
    width: 40px;
    height: 180px;
    border-radius: 12px 0 0 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.vipSilde .silder-l span {
    transform: rotate(-90deg);
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.vipSilde .silder-l span i {
    width: 7px;
    height: 13px;
    background-position: -42px 0px;
    transform: rotate(90deg);
    margin-left: 10px;
}

.vipSilde .silder-r {
    background: url(/static/pc/image/coupon-bj.png) #e8cdab;
    background-size: cover;
    height: 180px;
    width: 360px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    font-size: 14px;
}

.vipSilde .silder-r>p {
    color: #733a14;
}
.vipSilde .silder-r .coupon-discount {
    display: flex;
    align-items: center;
    width: 250px;
}
.vipSilde .silder-r .coupon-discount .dis-num {
    display: flex;
    font-family: 'Oswald';
    width: 170px;
    padding-top: 38px;
    padding-left: 10px;
}
.vipSilde .silder-r .coupon-discount .dis-num p {
    font-size: 60px;
    color: #d5111e;
}
.vipSilde .silder-r .coupon-discount .dis-num span {
    font-size: 30px;
    color: #743a14;
    padding-top: 10px;
}

.vipSilde .silder-r .coupon-discount a {
    background: #d5111e;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    padding: 0 10px;
    line-height: 34px;
    margin-top: 44px;
    margin-left: 16px;
    min-width: 49px;
}
.vipSilde .silder-r .coupon-discount a i {
    display: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
    margin-top: 9px;
}
.vipSilde .silder-r .errorTips {
    right: 27px;
    top: 36px;
}
.vipSilde .silder-r .errorTips span {
    color: #000;
}
.vipSilde .silder-r .errorTips::before {
    right: 60px;
}
/* about */
.about-main h2 {
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.about-main .about-content {
    padding-bottom: 100px;
}
.about-us .about-content>ul>li {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0;
}

.about-us .about-content>ul>li h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.about-us .about-content>ul>li .item {
    display: flex;
    font-size: 14px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding-right: 40px;
    overflow: hidden;
}

.about-us .about-content>ul>li .item>div {
    margin-right: 35px;
}

.about-us .about-content>ul>li .item>div>p {
    margin-bottom: 22px;
}

.about-us .about-content>ul>li .item p:last-child {
    margin: 0;
}

.about-us .about-content>ul>li .item img {
    width: 580px;
    margin-right: 40px;
}
.about-us .about-content>ul>li .item.our-service {
    padding-right: 0;
    padding-left: 40px;
}
.about-us .about-content>ul>li .item.our-service ul {
    display: flex;
    flex-wrap: wrap;
}
.about-us .about-content>ul>li .item.our-service img {
    margin-left: 40px;
    margin-right: 0;
}
.about-us .about-content>ul>li .item.our-service>div {
    margin-right: 0;
}

.about-us .about-content>ul>li .item.our-service ul li {
    width: 49%;
    margin-right: 10px;
    margin-bottom: 26px;
}

.about-us .about-content>ul>li .item.our-service ul li:nth-child(2n) {
    margin-right: 0;
}

.about-us .about-content>ul>li .item.our-service ul li p {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald';
    margin-bottom: 10px;
}

.about-us .about-content>ul>li .item.our-service ul li span {
    font-size: 14px;
    display: block;
    padding-right: 30px;
}

.about-us .about-content>ul>li .item.our-contact-us a {
    color: #aa2116;
    border-bottom: 1px solid #aa2116;
}

.about-us .about-content>ul>li .item.our-contact-us img {
    margin-right: 60px;
}
.about-us .about-content>ul>li.our-contact-us .item p {
    display: flex;
    align-items: center;
}
.about-us .about-content>ul>li.our-contact-us .item p img {
    width: 28px;
    margin-right:10px;
}
.about-us .about-content>ul>li.our-contact-us .item p a {
    color: #1d4a5f;
    border-bottom: 1px solid #1d4a5f;
}

.contact-us>p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.contact-us .contact-us-box {
    display: flex;
    background: url(/static/pc/image/contact-us-bg.png);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 40px;
}

.contact-us .contact-us-box img {
    width: 460px;
    margin-right: 40px;
}

.contact-us .contact-us-box p {
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 100px;
}

.contact-us .contact-us-box p a {
    color: #aa2116;
    border-bottom: 1px solid #aa2116;
}

.contact-us .contact-us-box p span {
    color: #aa2116;
}

.contact-us .contact-us-box .additionally div {
    margin-top: 40px;
}

/* help center */

.help-center {
    text-align: center;
    padding-bottom: 50px;
}

.help-center h2 {
    font-size: 30px;
    font-family: 'Montserrat SemiBold';
    margin: 30px 0 25px;
}

.search-question .input-box {
    width: 680px;
    position: relative;
    margin: auto;
}

.search-question input {
    height: 60px;
    border-radius: 60px;
    background: none;
    border: 1px solid #252a53;
    width: 100%;
    padding-left: 32px;
    color: #7073c9;
}

.search-question i {
    position: absolute;
    top: 19px;
    right: 26px;
    width: 24px;
    height: 23px;
    background-position: -90px -246px;
    cursor: pointer;
}

.search-question p {
    color: #aa2116;
    font-size: 12px;
    margin-top: 15px;
}

.faq-cate {
    margin-top: 90px;
    margin-bottom: 30px;
}

.faq-cate ul {
    display: flex;
    justify-content: center;
}

.faq-cate li {
    background: #0c212b;
    border-radius: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
    padding: 0 22px;
    font-size: 16px;
    font-family: 'Oswald';
    text-transform: uppercase;
}
.faq-cate li:hover {
    color: #ad2319;
}
.faq-cate li.active {
    background: #ad2319;
}
.faq-cate li.active:hover {
    color: #fff;
}
.faq-content .item {
    margin-bottom: 20px;
}

.faq-content .item .item-title {
    background: #0c212b;
    height: 65px;
    line-height: 65px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat SemiBold';
}
.faq-content .item .item-title:hover {
    color: #ad2319;
}
.faq-content .item .item-title i {
    background-position: -132px -255px;
    width: 18px;
    height: 11px;
}

.faq-content .item .item-title.up {
    background: #ad2319;
    color: #fff;
}

.faq-content .item .item-title.up i {
    background-position: -160px -255px;
}

.faq-content .item .item-text {
    padding: 35px 30px 70px;
    background: #000;
    color: #fff;
    display: none;
    text-align: left;
}

.faq-content .item .item-text p {
    margin-bottom: 10px;
    text-align: left;
}

.news-detail {
    margin-top: 20px;
    border: 1px solid #ccc;
}

.news-detail h2 {
    color: #fff;
    background: #0c212b;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 20px;
}
.news-detail .times-tag a {
    color: rgb(230, 0, 0);
}

.news-detail .times-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-detail .times {
    padding-left: 10px;
}
.news-detail .times span {
    margin-right: 20px;
}
.news-detail .news-detail-content {
    padding: 20px 10px;
    border-radius: 0 0 5px 5px;
}

.news-detail .news-detail-content p {
    margin-bottom: 20px;
}

.news-detail .news-detail-content p.ql-align-center {
    text-align: center;
}

.news-detail .news-tags {
    padding: 20px 10px;
}

.news-detail .news-tags p {
    margin-bottom: 10px;
    color: #aa2116;
}

.news-detail .news-tags ul {
    display: flex;
    align-items: center;
}
.news-detail .news-tags ul img {
    width: 25px;
    height: 20px;
}
.news-detail .news-tags ul li a {
    color: #1d4a5f;
    font-size: 12px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 40px;
}

.news-detail .news-tags ul li a:hover {
    color: #aa2116;
}


.news-previous {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;

}
.news-previous a {
    color:#0c212b;
}
.news-previous a:hover {
    color: #aa2116;
}
.news-recommended h4 {
    padding: 50px 0 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
}
.news-recommended {
    padding: 0 20px;
}
.news-recommended ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.news-recommended ul li {
    width: 50%;
    margin-bottom: 20px;
}

.news-recommended ul li a {
    color: #0c212b;
}
.news-recommended ul li a:hover {
    color: #aa2116;
}
/* 回到顶部 */

.footer-common-button {
    border-radius: 50%;
    position: fixed;
    bottom: 120px;
    right: 0px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    z-index: 99;
    display: flex;
}
.back-top-button.footer-common-button {
    display: none;
}
.footer-common-button img {
    width: 60px;
    height: 60px;
    border-radius: 6px 0 0 6px;
}

.live-chat-button.footer-common-button {
    bottom: 70px;
    right: -146px;
    transition:  all .3s;
}
.live-chat-button p {
    background: #fff;
    color: #010406;
    font-size: 14px;
    line-height: 40px;
    padding:0 10px;
}
/* 忘记密码 */

.forgotPassword, .backToSite {
    background: #fff;
    margin: auto;
    width: 500px;
    border-radius: 5px;
    padding: 20px 30px 30px;
    margin-top: 150px;
}

.backToSite {
    display: none;
}

.forgotPassword h2, .backToSite h2 {
    font-size: 36px;
}

.forgotPassword>p, .backToSite>p {
    font-size: 12px;
    margin: 10px 0 20px;
}

.forgotPassword .input-box {
    position: relative;
}

.forgotPassword .input-box i {
    width: 20px;
    height: 17px;
    background-position: -180px -57px;
    position: absolute;
    top: 14px;
    left: 14px;
}

.forgotPassword .repass.input-box i, .forgotPassword .pass.input-box i {
    width: 17px;
    height: 19px;
    background-position: -183px -78px;
}

.forgotPassword .resetCode.input-box i {
    width: 17px;
    height: 19px;
    background-position: -155px -170px;
}

.forgotPassword input {
    height: 46px;
    border: 1px solid rgba(29, 74, 95, 0.6);
    width: 100%;
    border-radius: 46px;
    padding-left: 20px;
    font-family: 'Montserrat';
}

.forgotPassword .reset-btn {
    position: relative;
}
.forgotPassword button.noval {
    background: rgb(112, 111, 163);
    cursor: not-allowed;
}

.forgotPassword button, .backToSite button {
    color: #fff;
    font-family: 'Montserrat Bold';
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border-radius: 50px;
}

.backToSite button {
    margin-top: 0;
}

.forgotPassword .gradient-btn, .backToSite .gradient-btn {
    background: #aa2116;
}

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

/* newsletter */

.newsletter-main .subscribers {
    background: #0f0f0f;
    display: flex;
    justify-content: flex-end;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}

.newsletter-main .subscribers .subscribers-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -170px;
}

.newsletter-main .subscribers .subscribers-left h2 {
    color: #fff4dc;
    font-size: 36px;
    font-family: 'Montserrat Black';
}

.newsletter-main .subscribers .subscribers-left>p {
    font-size: 22px;
    font-family: 'Montserrat Bold';
    color: #fff;
    margin: 40px 0;
}

.newsletter-main .subscribers .subscribers-left .coupon {
    position: relative;
}

.newsletter-main .subscribers .subscribers-left .coupon>p {
    height: 34px;
    border-radius: 34px;
    border: 2px solid #00ffff;
    background: #1a1a56;
    display: inline-block;
    width: 421px;
}

.newsletter-main .subscribers .subscribers-left .coupon>div {
    position: absolute;
    background: #aa2116;
    color: #fff;
    top: 10px;
    width: 390px;
    left: 15px;
    text-align: center;
    padding: 30px 0;
}

.newsletter-main .subscribers .subscribers-left .coupon>div::after, .newsletter-main .subscribers .subscribers-left .coupon>div::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #0f0f0f;
    border-radius: 50%;
    position: absolute;
    top: 44%;
}

.newsletter-main .subscribers .subscribers-left .coupon>div::after {
    left: -10px;
}

.newsletter-main .subscribers .subscribers-left .coupon>div::before {
    right: -10px;
}

.newsletter-main .subscribers .subscribers-left .coupon>div>p {
    font-size: 70px;
    font-family: 'Montserrat Black';
}

.newsletter-main .subscribers .subscribers-left .coupon>div span {
    font-size: 20px;
}

.newsletter-main .subscribers .subscribers-right {
    background: #f5ecd9;
    padding: 35px 30px 40px 40px;
    width: 600px;
    margin-left: 160px;
}

.newsletter-main .subscribers .subscribers-right h2 {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat Bold';
    margin-bottom: 30px;
}

.newsletter-main .subscribers .subscribers-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsletter-main .subscribers .subscribers-right ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    width: 50%;
    cursor: pointer;
}

.newsletter-main .subscribers .subscribers-right ul li:hover p {
    color: #aa2116;
}

.newsletter-main .subscribers .subscribers-right ul li:hover label {
    border: 1px solid #aa2116;
}

.newsletter-main .subscribers .subscribers-right ul li:nth-child(2n) {
    margin-right: 0;
}

.newsletter-main .subscribers .subscribers-right ul li input {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    background: none;
}

.newsletter-main .subscribers .subscribers-right ul li input[type=checkbox]:checked+label {
    background: #aa2116;
    border-color: #aa2116;
}

.newsletter-main .subscribers .subscribers-right ul li label {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #bdb199;
    border-radius: 3px;
    margin-right: 12px;
    position: relative;
}

.newsletter-main .subscribers .subscribers-right ul li input[type=checkbox]:checked+label:after, .newsletter-main .subscribers .subscribers-right ul li input[type=radio]:checked+label:after {
    opacity: 1;
}

.newsletter-main .subscribers .subscribers-right ul li input[type=checkbox]:checked+label+p, .newsletter-main .subscribers .subscribers-right ul li input[type=radio]:checked+label+p {
    color: #aa2116;
}

.newsletter-main .subscribers .subscribers-right .gameList ul li label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 12px;
    height: 8px;
    background-position: -100px -145px;
    opacity: 0;
}

.newsletter-main .subscribers .subscribers-right .language ul li label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #aa2116;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
}

.newsletter-main .subscribers .subscribers-right ul li input[type=radio]:checked+label {
    border-color: #aa2116;
}

.newsletter-main .subscribers .subscribers-right ul li p {
    color: #000;
}

.newsletter-main .subscribers .subscribers-right .language {
    margin-top: 30px;
}

.newsletter-main .subscribers .subscribers-right .language ul li label {
    border-radius: 50%;
}

.newsletter-main .subscribers .nesletterForm {
    margin-top: 40px;
}

.newsletter-main .subscribers .nesletterForm>p {
    font-size: 16px;
    color: #aa2116;
    font-family: 'Montserrat Bold';
}

.newsletter-main .subscribers .nesletterForm .input-box {
    display: flex;
    padding-right: 80px;
    margin-top: 10px;
}

.newsletter-main .subscribers .nesletterForm input {
    background: #fff;
    font-size: 12px;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    margin-right: 10px;
}

.newsletter-main .subscribers .nesletterForm button {
    background: #aa2116;
    color: #fff;
    font-family: 'Montserrat Bold';
    font-size: 14px;
    height: 50px;
    padding: 10px 18px;
    min-width: 121px;
}
.newsletter-main .subscribers .nesletterForm button:hover{
        background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
        background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
        background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
        background: linear-gradient(to bottom, #aa2116, #ff4b69);
}

.newsletter-main .subscribers .nesletterForm .submit {
    position: relative;
}

.newsletter-main .subscribers .nesletterForm .submit .errorTips {
    top: -72px;
    right: -70px;
}

.newsletter-main .subscribers .nesletterForm .submit .errorTips::before {
    right: 120px;
}

.newsletter-main .subscribers .nesletterForm .submit .errorTips span {
    white-space: nowrap;
}

/* .newsletter-main .subscribers .nesletterForm .submit .successTips i {
    background-position: -125px -395px;
    height: 18px;
} */

.newsletter-main .subscribers .nesletterForm button.noval {
    background: rgb(112, 111, 163);
    cursor: not-allowed;
    text-shadow: rgba(48, 24, 113, 0.1) 0px 1px 1px;
    color: rgb(165, 164, 206);
}

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

.newsletter-main .why-us {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 50px;
    background: #060d25;
    margin-top: 40px;
    border-radius: 10px;
}

.newsletter-main .why-us ul {
    display: flex;
    justify-content: center;
}

.newsletter-main .why-us ul li img {
    width: 210px;
}

.newsletter-main .why-us ul li {
    color: #fff4dc;
    text-align: center;
    width: 30%;
}

.newsletter-main .why-us ul li h2 {
    font-size: 20px;
    font-family: 'Montserrat Bold';
    color: #fff4dc;
    margin-bottom: 15px;
}

.newsletter-main .why-us ul li p {
    padding: 0 60px;
}

.newsletter-main .why-us ul li p i {
    color: #aa2116;
}

.newsletter-main .why-us>h3 {
    color: #fff4dc;
    font-size: 36px;
    margin-bottom: 80px;
}

.newsletter-main .lucky {
    background-image: url(/static/pc/image/newslatter-lucky.jpg);
    background-size: cover;
    height: 600px;
    text-align: center;
    padding-top: 55px;
}

.newsletter-main .lucky h3 {
    color: #000;
    font-size: 36px;
    margin-bottom: 30px;
}

.newsletter-main .lucky>div {
    position: relative;
    display: inline-block;
}

.newsletter-main .lucky p {
    width: 450px;
    background: #655a45;
    border-radius: 30px;
    height: 30px;
    border: 4px solid #ebd5a8;
    display: inline-block;
}

.newsletter-main .lucky>div ul {
    position: absolute;
    top: 12px;
    left: 20px;
    background: #f5ecd9;
    width: 90%;
    padding: 16px 0 20px;
    box-shadow: 6px 9px 8px -1px #e0bea6;
    border-radius: 5px;
}

.newsletter-main .lucky>div ul li {
    height: 33px;
    line-height: 33px;
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
}

.newsletter-main .lucky>div ul li:nth-child(2n) {
    background: #f0e2c5;
}

.newsletter-main .lucky>div ul li span:nth-child(2) {
    margin: 0 10px;
}

.joinVip-main .vip-system-privileges.container {
    max-width: 1920px;
}
.joinVip-main .vip-system-privileges {
    background: url(/static/pc/image/vip-system-bj.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
    width: 1920px;
    margin-bottom: 30px;
    padding-top: 31px;
}

.joinVip-main .vip-system-privileges .v-s-p-title {
    width: 500px;
    background-size: contain;
    text-align: center;
    line-height: 130px;
    font-size: 30px;
    font-family: 'Baloo Bold';
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -20px;
}
.joinVip-main .vip-system-privileges .v-s-p-title img {
    width: 53px;
}
.joinVip-main .vip-system-privileges .v-s-p-title span {
    color: #fff;
    margin-top: -40px;
}
.joinVip-main .vip-system-privileges .v-system>h2 {
    color: #fff;
    font-size: 60px;
    background: rgba(255, 255, 255,.1);
    display: inline-block;
    border-radius: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
}
.joinVip-main .vip-system-privileges .v-system>h2 i {
    width: 23px;
    height: 22px;
    background-position: -80px -80px;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -10px;
}
.joinVip-main .vip-system-privileges .v-system>img {
    width: 859px;
}

.joinVip-main .vip-system-privileges .v-system {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinVip-main .vip-except {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 10px 55px;
    font-family: 'Baloo Bold';
    margin-bottom: 80px;
    background-image:url(/static/pc/image/vip-except-bj.png);
    background-size:cover;
    height: 265px;
    color: #fff;
}

.joinVip-main .vip-except p {
    line-height: 35px;
    width: 63%;
    border: 1px solid #ffb9b4;
    border-radius: 18px;
    padding: 10px 20px;
}

.joinVip-main .vip-system-privileges .v-s-p-grade {
    position: relative;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li {
    position: absolute;
    width: 121px;
    height: 140px;
    cursor: pointer;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li:first-child {
    top: 295px;
    left: 142px;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li:nth-child(2) {
    top: 100px;
    left: 303px;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li:nth-child(3) {
    top: 35px;
    left: 555px;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li:nth-child(4) {
    top: 100px;
    left: 812px;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li:nth-child(5) {
    top: 295px;
    left: 971px;
}


.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li:hover p{
    display: block;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li p {
    position: absolute;
    background: #fff;
    top: -113px;
    left: -77px;
    border-radius: 10px;
    width: 250px;
    height: 100px;
    display: none;
    font-size: 14px;
    padding: 15px 10px 0;
    text-align: center;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li p span {
    color: #ff8034;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .grade-tips li p::before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 46%;
    background: #fff;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.joinVip-main .vip-system-privileges .v-s-p-grade>img {
    width: 1200px;
}
.joinVip-main .vip-system-privileges .v-s-p-grade .sign-vip {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    color: #fff;
}
.vip-system-privileges .v-s-p-grade .sign-vip button {
    background: #ad2319;
    color: #fff;
    margin-top: 20px;
    height: 40px;
    padding: 0 20px;
    border-radius: 40px;
}
.vip-system-privileges .v-s-p-grade .sign-vip button:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}
.vip-system-privileges .v-s-p-grade .userInfo{
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    color: #363537;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Baloo Bold';
    font-size: 18px;
}

.vip-system-privileges .v-s-p-grade .userInfo p.userimages {
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 90px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.vip-system-privileges .v-s-p-grade .userInfo p.userimages img.avtor {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.vip-system-privileges .v-s-p-grade .userInfo p.userimages img.grade {
    bottom: -10px;
    position: absolute;
    left: 50%;
    width: 40px;
    transform: translateX(-50%);
}

.joinVip-main .vip-discount-order {
    padding: 60px 0;
    text-align: center;
}
.joinVip-main .vip-discount-order h2 {
    text-transform: uppercase;
    margin-bottom: 70px;
}
.joinVip-main .vip-discount-order ul {
    display: flex;
    justify-content: space-between;
}
.joinVip-main .vip-discount-order ul li {
    width: 330px;
    position: relative;
}
.joinVip-main .vip-discount-order ul li .top {
    height: 50px;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.joinVip-main .vip-discount-order ul li .top img {
    position: absolute;
    width: 76px;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}
.joinVip-main .vip-discount-order ul li .bottom {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding:0 35px;
    font-size: 14px;
    min-height: 150px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);    

}

.joinVip-main .vip-discount-order ul li::after {
    content:'';
    background-image: url(/static/pc/image/vip-jiantou.png);
    width: 50px;
    height: 18px;
    background-size: 50px;
    position: absolute;
    right: -80px;
    top: 50%;
}
.joinVip-main .vip-discount-order ul li:last-child::after {
    display: none;
} 
/* 支付宝支付 */

.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: #0c212b;
    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: #aa2116;
}

.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: #aa2116;
    color: #fff;
}
.alipaycn_payment .alipaycn_payment_instruction div button:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}
/* affiliate */

.affiliate-main .affiliate-network {
    margin-top: 40px;
}

.affiliate-main .affiliate-network h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.affiliate-main .affiliate-network p {
    color: #1d4a5f;
    line-height: 25px;
}

.affiliate-main .affiliate-network ul {
    margin-bottom: 40px;
}

.affiliate-main .affiliate-network ul li {
    margin-bottom: 10px;
}

.affiliate-main .affiliate-network ul li a {
    color: #3b93c1;
}

.affiliate-main .affiliate-network .aff_item {
    margin-top: 40px;
}

.affiliate-main .affiliate-network .aff_item h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.affiliate-main img {
    margin-top: 40px;
}

.spinner {
    text-align: center;
    display: none;
    margin-top: -1px;
}

.spinner>div {
    background-color: #0c212b;
    height: 15px;
    width: 15px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay .7s infinite ease-in-out;
    animation: stretchdelay .7s infinite ease-in-out;
}

.spinner .circ2 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.spinner .circ3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.spinner .circ4 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

@media only screen and (max-width: 1310px) {
    .site-info ul li {
        width: 29%;
    }
}
/* REVIEWS */
.reviews-main .reviewsBox h2 {
    text-align: center;
    font-size: 35px;
    text-align: left;
    margin-bottom: 60px;
}

.reviewsBox .reviews-t {
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px 20px;
    margin-top: 30px;
    position: relative;
}
.reviewsBox .reviews-t::before {
    content: '';
    width: 300px;
    height: 80px;
    background: -webkit-linear-gradient(left, #ccc, #fff);
    background: -o-linear-gradient(right, #ccc, #fff);
    background: -moz-linear-gradient(right, #ccc, #fff);
    background: linear-gradient(to right, #ccc, #fff);
    position: absolute;
    opacity: .1;
    left: 0;
    top: 18px;
}
.reviewsBox .reviews-t li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reviewsBox .reviews-t li:last-child {
    align-items: flex-start;
}

.reviewsBox .reviews-t li>div {
    width: 100%;
    position: relative;
}

.reviewsBox .reviews-t li:first-child div {
    display: flex;
}

.reviewsBox .reviews-t li div img {
    width: 28px;
}

.reviewsBox .reviews-t li label {
    font-size: 16px;
    font-family: 'Oswald';
    min-width: 150px;
}

.reviewsBox .reviews-t li input {
    background: #e5e8f0;
    height: 40px;
    border-radius: 5px;
    width: 400px;
    border: 1px solid #e5e8f0;
    color: #000;
}

.reviewsBox .reviews-t li input:focus {
    border: 1px solid #04458e;
}

.reviewsBox .reviews-t li textarea {
    background: #e5e8f0;
    border-radius: 5px;
    width: 100%;
    min-height: 150px;
    color: #000;
    font-size: 16px;
    resize: none;
}

.reviewsBox .reviews-t button {
    height: 50px;
    border-radius: 50px;
    background: #ad2319;
    color: #ffffff;
    font-size: 16px;
    width: 140px;
    text-align: center;
}

.reviewsBox .reviews-t li>div.submit {
    width: auto;
}

.reviewsBox .reviews-t li>div.submit .errorTips {
    top: -66px;
    width: 200px;
    right: -50px;
}

.reviewsBox .reviews-t li>div.submit .errorTips span {
    white-space: nowrap;
}

.reviewsBox .reviews-t li>div.submit .errorTips::before {
    right: 110px;
}

.reviewsBox .reviews-t button i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
    display: none;
}
.reviewsBox .reviews-b {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px 50px 50px;
    position: relative;
}
.reviewsBox .reviews-b::before {
    content: '';
    width: 300px;
    height: 80px;
    background: -webkit-linear-gradient(left, #ccc, #fff);
    background: -o-linear-gradient(right, #ccc, #fff);
    background: -moz-linear-gradient(right, #ccc, #fff);
    background: linear-gradient(to right, #ccc, #fff);
    position: absolute;
    opacity: .1;
    left: 0;
    top: 18px;
}
.reviewsBox .reviews-b ul li {
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
}
.reviewsBox .reviews-b ul li .reviews-userInfo {
    display: flex;
    align-items: center;
    margin-right: 100px;
    min-width: 200px;
}
.reviewsBox .reviews-b ul li .reviews-userInfo div {
    position: relative;
    margin-right: 10px;
}
.reviewsBox .reviews-b ul li .reviews-userInfo .userImg {
    width: 48px;
}
.reviewsBox .reviews-b ul li .reviews-userInfo .userCountry {
    position: absolute;
    top: 38px;
    right: 0;
}
.reviewsBox .reviews-b ul li .reviews-userInfo span {
    display: block;
}
.reviewsBox .reviews-b ul li .reviews-userInfo span.avtor{
    font-size: 22px;
    margin-bottom: 5px;
}
.reviewsBox .reviews-b ul li .reviews-userInfo span.time {
    color: #1d4a5f;
}
.reviewsBox .reviews-b ul li .reviews-content {
    background: #e5e8f0;
    width: 600px;
    border-radius: 10px;
    max-width: 600px;
    padding:30px 20px;
    position: relative;
}
.reviewsBox .reviews-b ul li .reviews-content::before {
    content: '';
    position: absolute;
    top: 24px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e5e8f0;
}
.reviewsBox .reviews-b ul li .reviews-content div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    
}
.reviewsBox .reviews-b ul li .reviews-content div img {
    width: 156px;
}
.reviewsBox .reviews-b ul li .reviews-content div p {
    color: #aa2116;
}

.reviewsBox .pager a, .reviewsBox .pager span {
    border-radius: 50%;
    border: 1px solid #aa2116;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 20px;
}
.reviewsBox .pager span.active {
    background: #aa2116;
    color: #fff;
    border: none;
}




.delete-public-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-public-box p {
    color: #272852;
    font-size: 14px;
    margin-bottom: 30px;
}

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

.delete-public-box button {
    width: 100px;
    height: 40px;
    border: 1px solid #aa2116;
    color: #aa2116;
    background: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.delete-public-box button:hover {
    border: none;
    background: #aa2116;
    color: #fff;
}
.delete-public-box button.yes {
    background: #aa2116;
    color: #fff;
}
.delete-public-box button.yes:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}
.delete-public-box.display {
    display: block;
    animation: waitBox .3s;
    -webkit-animation: waitBox .3s;
}



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




.liveLoad {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 142px;
    width: 300px;
    z-index: 100;
    border-radius: 10px 10px 0 0;
    padding: 30px 20px 0;
    font-size: 16px;
    color: #000;
    display: none;
    box-shadow: 0px 0px 6px 1px #ccc;
}
.liveLoad.display {
    display: flex;
}
.liveLoad p {
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
}

.contact-main .about-content>img {
    width: 100%;
    margin-bottom: 21px;
}
.contact-main .about-content>h2 {
    font-size: 48px;
}
.contact-main .about-content>p {
	font-size: 14px;
	letter-spacing: 0px;
	color: #000;
    line-height: 25px;
}
.contact-main .about-content ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.contact-main .about-content ul li {
    width: 48.7%;
	height: 260px;
	border-radius: 10px;
	background: #fff;
    padding: 22px 23px 32px 21px;
    margin-bottom: 35px;
}
.contact-main .about-content ul li>p {
	font-size: 16px;
	color: #000;
    font-family: 'Oswald';
}
.contact-main .about-content ul li .contactus-li-div {
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.contact-main .about-content ul li .contactus-li-div>img {
    width: 143px;
    margin-right: 57px;
}

.contact-main .about-content ul li .contactus-li-div div p {
    display: flex;
    margin-bottom: 17px;
    align-items: center;
}
.contact-main .about-content ul li .contactus-li-div div p:last-child {
    margin-bottom: 0;
}
.contact-main .about-content ul li .contactus-li-div div p span {
    color: #52a940;
    font-size: 14px;
}
.contact-main .about-content ul li .contactus-li-div div p img {
    width: 16px;
    min-width: 16px;
    margin-right: 9px;
}


/* affiliate */
.affiliateMain .affiliate-content{
    margin-top: 30px;
}
.affiliateMain .affiliate-content>img {
    margin-top: 0;
    display: block;
}

.affiliateMain .affiliate-content .affiliate-contact {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
    position: relative;
    padding: 10px 0 0 28px;
    overflow: hidden;
}
.affiliateMain .affiliate-content .affiliate-contact h3 {
    color: #a42721;
    font-size: 35px;
    margin-bottom: 17px;
}
.affiliateMain .affiliate-content .affiliate-contact ul {
    display: flex;
}
.affiliateMain .affiliate-content .affiliate-contact ul li {
    display: flex;
    align-items: center;
	font-size: 18px;
	color: #000407;
    margin-right: 135px;
    font-family: 'Oswald';
}
.affiliateMain .affiliate-content .affiliate-contact ul li img {
    width: 20px;
    margin-top: 0;
    margin-right: 10px;
}

.affiliateMain .affiliate-content .affiliate-contact::before {
    content:'';
    max-width: 23px;
	max-height: 23px;
    width: 23px;
    height: 23px;
	background-color: #a42721;
    position: absolute;
    top: 0;
    left: 0;
    top: 26px;
    left: -11px;
    transform: rotate(45deg);
}
.affiliateMain .affiliate-home-index {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
    padding: 30px 53px 52px 30px;
    display: flex;
}
.affiliateMain .affiliate-home-index .a-left {
    width: 300px;
    min-width: 300px;
    position: relative;
    overflow: hidden;
}
.affiliateMain .affiliate-home-index .a-left li {
    margin-bottom: 10px;
    position: relative;
}
.affiliateMain .affiliate-home-index .a-left li a:hover {
    color: #a62925;
}
.affiliateMain .affiliate-home-index .a-left li.active a{
    background: #a62925;
    color: #fff;
}

.affiliateMain .affiliate-home-index .a-left li a {
    width: 270px;
	height: 60px;
    background-color: #0e202a;
	border-radius: 10px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
}

.affiliateMain .affiliate-home-index .a-left::after {
    content:'';
    width: 1px;
	height: 200px;
	background-color: #0e202a;
    position: absolute;
    right: 0;
    top: 0;
}
.affiliateMain .affiliate-home-index.isLogin .a-left::after {
    height: 270px;
}
.affiliateMain .affiliate-home-index .a-left li.active::before {
    content:'';
    width: 23px;
	height: 23px;
	background-color: #0e202a;
    position: absolute;
    right: -11px;
    top: 18px;
    transform: rotate(45deg);
}

.affiliateMain .affiliate-home-index .a-right {
    padding-left: 30px;
    padding-top: 22px;
    font-size: 14px;
    color: #000407;
    width: 100%;
}
.affiliateMain .affiliate-home-index .a-right h4 {
    color: #a62925;
    margin-bottom: 5px;
}
.affiliateMain .affiliate-home-index .a-right p{
    margin-bottom: 20px;
    line-height: 20px;
}
.affiliateMain .affiliate-home-index .a-right ul {
    margin-bottom: 20px;
}

.affiliateMain .affiliate-home-index .logSin-right p.title {
    color: #000407;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: 'Oswald';
}

.affiliateMain .affiliate-home-index .logSin-right .input-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.affiliateMain .affiliate-home-index .logSin-right .input-box p {
    min-width: 120px;
    color: #000407;
    font-size: 14px;
    margin-bottom: 0;
}
.affiliateMain .affiliate-home-index .logSin-right.sign-right .input-box p {
    min-width: 137px;
}
.affiliateMain .affiliate-home-index .logSin-right .input-box p em {
    color: red;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box input {
    width: 340px;
    height: 46px;
    border-radius: 46px;
    border: 1px solid #ccc;
    background: none;
    color: #000407;
    padding-left: 20px;
}
.affiliateMain .affiliate-home-index .logSin-right .affiliate-btn {
    margin-top: 33px;
    position: relative;
}
.affiliateMain .affiliate-home-index .logSin-right .logSinBtn {
    width: 120px;
    height: 46px;
    background: #a62925;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}
.affiliateMain .affiliate-home-index .logSin-right button i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
    display: none;
}
.affiliateMain .affiliate-home-index .logSin-right .logSinBtn:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}

.affiliateMain .affiliate-home-index .logSin-right.sign-right {
    padding-bottom: 160px;
}

.affiliateMain .affiliate-home-index .logSin-right .new-account{
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #1f203c;
}

.affiliateMain .affiliate-home-index .logSin-right .new-account p.title {
    margin-bottom: 25px;
}

.affiliateMain .affiliate-home-index .logSin-right .new-account .logToSign {
    background: #363537;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 46px;
    margin-top: 40px;
}
.affiliateMain .affiliate-home-index .logSin-right .new-account .logToSign:hover {
    background: #a62925;
}

.affiliateMain .affiliate-home-index .a-right .tips {
    color: red;
    padding-left: 120px;
    padding-top: 10px;
}
.affiliateMain .affiliate-home-index .a-right.sign-right .tips {
    padding-left: 137px;
}
.affiliateMain .affiliate-home-index .logSin-right .affiliate-btn .errorTips {
    right: 88%;
    white-space: nowrap;
    top: -75px;
}
.affiliateMain .affiliate-home-index .logSin-right .affiliate-btn .errorTips p{
    margin-bottom: 10px;
}


.affiliateMain .affiliate-home-index .a-profile.a-right .input-box p {
    min-width: 150px;
}
.affiliateMain .affiliate-home-index .a-profile .changePassword .tips {
    padding-left: 150px;
}
.affiliateMain .affiliate-home-index .a-profile .changeAccount {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #1f203c;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .input-box {
    margin-top: 0;
}
.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .input-box p {
    min-width: 120px;
}
.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .input-box input {
    width: 250px;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .payment input {
    width: 20px;
    height: 20px;
    appearance:auto;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}
.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .payment div {
    display: flex;
    align-items: center;
    min-width: 250px;
}
.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .payment span {
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 40px;
}

.affiliateMain .affiliate-home-index.isLogin .a-right .userInfo {
    display: flex;
    border-bottom: 1px solid #1f203c;
    margin-bottom: 20px;
}
.affiliateMain .affiliate-home-index.isLogin .a-right .userInfo p {
    color: #a62925;
    margin-right: 50px;
    margin-bottom: 20px;
}
.affiliateMain .affiliate-home-index.isLogin .a-right .userInfo p span {
    color: #000;
}
.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country {
    position: relative;
}
.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country>p{
    height: 46px;
    line-height: 46px;
    width: 250px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 46px;
    padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 12px;
}
.affiliateMain .affiliate-home-index.isLogin .changeAccount .required.country .select-country>p {
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 5px 1px #ff0000;
}
.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country i {
    width: 12px;
    height: 6px;
    background-position: -25px 0;
}

.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country .country-ul {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #ccc;
    border-radius: 6px;
    z-index: 9;
    overflow-y: auto;
    max-height: 300px;
    display: none;
}
.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country .country-ul.display {
    display: block;
}
.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country .country-ul p{
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
}
.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country .country-ul p:hover,
.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country .country-ul p.active {
    color: #a62925;
}
 

.affiliateMain .affiliate-home-index.isLogin .a-order-title {
    color: #fff;
    font-size: 16px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .spinner {
    margin-top: 40px;
    display: block;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .noOrder {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list table{
    width: 100%;
    text-align: center;
}

.affiliateMain .affiliate-home-index.isLogin .order-list .order-info-box {
    color: #e0e1ff;
}
.order-info-box .goods-list {
    display: none;
    background: rgb(2, 15, 37);
}
.affiliateMain .affiliate-home-index.isLogin .order-list table thead td {
    color: #fff;
    font-family: 'Oswald';
    padding: 9px 0;
    text-transform: uppercase;
    font-size: 16px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list table thead td:last-child {
    border-radius: 0 5px 5px 0;
}
.affiliateMain .affiliate-home-index.isLogin .order-list table thead td:first-child {
    border-radius: 5px 0 0 5px;
}

.affiliateMain .affiliate-home-index.isLogin .order-list table thead tr.bg-gradient {
    background: #0e202a;
    border-radius: 5px;
}

.affiliateMain .affiliate-home-index.isLogin .order-list table tbody td{
    font-size: 12px;
    padding: 30px 0;
    border-bottom: 1px solid #04458e;
    color: #e0e1ff;
}
.affiliateMain .affiliate-home-index.isLogin .order-list table tbody td .price {
    font-size: 16px;
    color: #00aeff;
    -webkit-background-clip: text;
}
.affiliateMain .affiliate-home-index.isLogin .order-list table tbody td.btn span {
    height: 40px;
    display: inline-block;
    border-radius: 5px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 10px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list td.btn span.hide {
    background: #072750;
    margin-right: 5px;
    color:#00aeff;
}
.affiliateMain .affiliate-home-index.isLogin .order-list td.btn span.hide:hover {
    background: #272852;
    color: #fff;
}
.affiliateMain .affiliate-home-index.isLogin .order-list td.btn span.live-chat {
    color: #fff;
        background: -webkit-linear-gradient(top, #18f6d9, #0ca1ec);
    background: -o-linear-gradient(bottom, #18f6d9, #0ca1ec);
    background: -moz-linear-gradient(bottom, #18f6d9, #0ca1ec);
    background: linear-gradient(to bottom, #18f6d9, #0ca1ec);
}
.affiliateMain .affiliate-home-index.isLogin .order-list td.btn span.live-chat: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);
}
.affiliateMain .affiliate-home-index.isLogin .order-list .goods-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px 20px 20px;
    border-bottom: 1px solid #07254c;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .goods-info .price {
    font-size: 16px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .goods-info .qty {
    color: #fff;
    margin-right: 100px;
    font-size: 12px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .goods-info .goods-title {
    display: flex;
    align-items: center;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .goods-info .goods-title div {
    font-size: 12px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .goods-info .goods-title .goodsImage {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-right: 16px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .goods-info .goods-title img {
    max-width: 100%;
    max-height: 100%;
}

.affiliateMain .affiliate-home-index.isLogin .order-list .payment {
    display: flex;
    justify-content: space-between;
    padding: 20px 35px 20px 20px;
    border-bottom: 1px solid #07254c;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .method p{
    margin-bottom: 16px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .payment .pay-price div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .payment .pay-price div label {
    display: inline-block;
    margin-right: 65px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .payment .pay-price div .price {
    font-size: 16px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .payment .pay-price div.subtotal {
    font-size: 14px;
    border-top: 1px solid #07254c;
    padding-top: 15px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .payment .pay-price div.subtotal .price {
    color: #00aeff;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc {
    padding: 0 35px 20px 20px;
    border-bottom: 1px solid #07254c;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc>p {
    margin-bottom: 20px;
    margin-top: 30px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li {
    color: #0b85ea;
    margin-bottom: 20px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li.player {
    font-size: 12px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li.other {
    width: 49%;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li.other:nth-child(2n) {
    text-align: right;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li span {
    color: #7073c9;
    margin-right: 20px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .table-bottom tbody td {
    border-bottom: none;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li.upimg {
    display: flex;
    justify-content: flex-end;
}

.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li.upimg img {
    max-width: 100px;
    cursor: pointer;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li.upimg .bigImg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li.upimg .bigImg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1000px;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .desc ul li.upimg .bigImg i {
    background: url(/static/pc/image/swipebox-icons.svg);
    width: 20px;
    height: 24px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.affiliateMain .affiliate-home-index.isLogin .order-list .table-bottom tbody td {
    border-bottom: none;
}

.affiliateMain .affiliate-home-index.isLogin .settlement {
    background: #1f203c;
    margin-top: 10px;
    height: 40px;
    text-align: right;
    line-height: 40px;
    color: #fff;
    padding-right: 10px;
    border-radius: 5px;
}
.affiliateMain .affiliate-home-index.isLogin .settlement i {
    color: #aa2116;
}
.affiliateMain .affiliate-home-index.isLogin .order-cash {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.affiliateMain .affiliate-home-index.isLogin .order-cash button {
    display: flex;
    align-items: center;
    color: #fff;
    background:#a62925;
}
.affiliateMain .affiliate-home-index.isLogin .order-cash button:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}

.affiliateMain .affiliate-home-index.isLogin .exchangeCash {
    display: none;
}
.affiliateMain .affiliate-home-index.isLogin .exchangeCash.display {
    display: block;
}
.affiliateMain .affiliate-home-index.isLogin .exchangeCash input {
    padding-left: 20px;
}
.affiliateMain .affiliate-home-index.isLogin .no-withdrawal .exchangeCash{
    color: #000;
    font-size: 14px;
}
.affiliateMain .affiliate-home-index.isLogin .exchangeCash .payment {
    display: flex;
}
.affiliateMain .affiliate-home-index.isLogin .exchangeCash .payment span {
    display: flex;
    margin-right: 20px;
}
.affiliateMain .affiliate-home-index.isLogin .exchangeCash .payment input {
    width: 20px;
    height: 20px;
    appearance: auto;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}


.joinVip-main .vip-header {
    background-image: url(/static/pc/image/vip-exclusive-discount.jpg);
    background-size: cover;
    height: 410px;
    border-radius: 10px;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-left: 40px;
    padding-top: 39px;
}
.joinVip-main .vip-header .vip-h-bottom {
    font-size: 30px;
    color: #fff;
    width: 68%;
    font-family: 'Oswald';
}
.joinVip-main .vip-header .vip-h-bottom>p:nth-child(2n) {
    font-size: 12px;
    margin-top: 15px;
    font-family: 'Roboto';
    line-height: 25px;
}
.joinVip-main .vip-header .vip-h-top {
    display: flex;
    margin-bottom: 50px;
}
.joinVip-main .vip-header .vip-h-top .userInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 65px;
}
.joinVip-main .vip-header .vip-h-top .userInfo img.avtor {
    width: 100px;
    border-radius: 50%;
}

.joinVip-main .vip-header .vip-h-top .userInfo img.grade {
    width:29px;
    position: absolute;
    top: 84px;
    left: 42px;
}
.joinVip-main .vip-header .vip-h-top .userInfo p {
    color: #fff;
    font-size: 12px;
    margin-top: 28px;
}

.joinVip-main .vip-header .vip-h-top .vip-progress {
    display: flex;
    background: #0e202a;
    height: 40px;
    border-radius: 40px;
    margin-top: 45px;
}
.joinVip-main .vip-header .vip-h-top .vip-progress ul {
    display: flex;
    position: relative;
}

.joinVip-main .vip-header .vip-h-top .vip-progress ul li:nth-child(1) {
    width: 100px;
}
.joinVip-main .vip-header .vip-h-top .vip-progress ul li:nth-child(2) {
    width: 150px;
}
.joinVip-main .vip-header .vip-h-top .vip-progress ul li:nth-child(3) {
    width: 160px;
}
.joinVip-main .vip-header .vip-h-top .vip-progress ul li:nth-child(4) {
    width: 160px;
    border: none;
}
.joinVip-main .vip-header .vip-h-top .vip-progress li{
    height: 100%;
    position: relative;
    z-index: 9;
    box-sizing: content-box;
}
.joinVip-main .vip-header .vip-h-top .vip-progress li.vip1 span {
    left:-2px
}
.joinVip-main .vip-header .vip-h-top .vip-progress li .vip5 span {
    right: -4px;
    text-align: right;
}
.joinVip-main .vip-header .vip-h-top .vip-progress li .vip5 p {
    left:130px
}

.joinVip-main .vip-header .vip-h-top .vip-progress li span {
    position: absolute;
    color: #fff;
    top: 48px;
    left: -6px;

}
.joinVip-main .vip-header .vip-h-top .vip-progress p {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -55px;
    left: -3px;
    font-size: 14px;
    color: #fff;
    font-family: 'Oswald';
}
.joinVip-main .vip-header .vip-h-top .vip-progress img {
    width: 29px;
}
.joinVip-main .vip-header .vip-h-top .vip-progress .vip-help {
    position: absolute;
    right: -50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    top: -5px;
    cursor: pointer;
}
.joinVip-main .vip-header .vip-h-top .vip-progress .vip-help a {
    color: #fff;
}
.joinVip-main .vip-header .vip-h-top .vip-progress .vip-help:hover {
    border-color: #18f6d9;
}
.joinVip-main .vip-header .vip-h-top .vip-progress .vip-help:hover a {
    color: #18f6d9;
}
.joinVip-main .vip-header .vip-h-top .vip-progress .progress-num {
    width: 50px;
    height: 22px;
    position: absolute;
    border-radius: 22px;
    border: 1px solid #fff;
    top: -5px;
    left: -20px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto';
    z-index: 9;
}
.joinVip-main .vip-header .vip-h-top .vip-progress ul>div {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}

.joinVip-main .vip-header .vip-h-top .vip-progress .progress-bar {
    position: absolute;
    left: 3px;
    top: 3px;
    background: -webkit-linear-gradient(left, #a62925, #fff773);
    background: -o-linear-gradient(right, #a62925, #fff773);
    background: -moz-linear-gradient(right, #a62925, #fff773);
    background: linear-gradient(to right, #a62925, #fff773);
    height: 86%;
    border-radius: 40px;
    width: 10%;
}
.joinVip-main .vip-header .vip-h-top .vip-login {
    color: #fff;
    margin-left: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
.joinVip-main .vip-header .vip-h-top .vip-login p {
    font-size: 14px;
    margin-bottom: 15px;
}
.joinVip-main .vip-header .vip-h-top .vip-login button {
    width: 130px;
    height: 44px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    background: #a62925;
}
.joinVip-main .vip-header .vip-h-top .vip-login button:hover {
    background: -webkit-linear-gradient(top, #aa2116, #ff4b69);
    background: -o-linear-gradient(bottom, #aa2116, #ff4b69);
    background: -moz-linear-gradient(bottom, #aa2116, #ff4b69);
    background: linear-gradient(to bottom, #aa2116, #ff4b69);
}

.joinVip-main .vip-membership h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    color: #363537;
}

.joinVip-main .vip-membership p {
    font-size: 14px;
    color: #363537;
    margin-top: 10px;
}

.joinVip-main .vip-how {
    display: flex;
    margin-top: 120px;
}

.joinVip-main .vip-how img {
    width: 580px;
    height: 332px;
    margin-right: 40px;
}

.joinVip-main .vip-how h3 {
    font-size: 30px;
    text-transform: uppercase;
    width: 80%;
    line-height: 45px;
    margin-bottom: 50px;
    color: #363537;
}

.joinVip-main .vip-how ul li {
    display: flex;
    font-size: 16px;
    color: #363537;
}

.joinVip-main .vip-how ul li span {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 2px solid #363537;
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 42px;
    position: relative;
}

.joinVip-main .vip-how ul li span::before {
    content: '';
    height: 40px;
    border: 1px dashed #363537;
    position: absolute;
    top: 17px;
    left: 6px;
}

.joinVip-main .vip-how ul li:last-child span::before {
    display: none;
}

.joinVip-main .vip-new-order img {
    margin-left: 40px;
    margin-right: 0;
}
