/* 公共资源文件 */

/* 默认样式 */

* {
    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;
}

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: 'Helve';
    color: #fff;
    font-weight: 400;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

i.delete {
    width: 24px;
    height: 24px;
    background-position: -95px -765px;
    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: #0a86dd;
}

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

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

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

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

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

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

body {
    background: #012330;
    font-family: 'Montserrat';
    color: #4f7697;
    font-size: 14px;
}

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

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

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

.container {
    max-width: 1160px;
    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,
 .payment-method .payment-info li label:after {
    background-image: url(/static/pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    display: inline-block;
}

/* 默认样式end */

/* 头部 */

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

.header {
    background: #01151e;
    height: 100px;
}

.header .container {
    display: flex;
    justify-content: space-between;
    padding: 17px 70px;
    font-size: 12px;
    background: url(/static/pc/image/header-bj.png);
    background-size: cover;
    min-width: 1160px;
}

.header .left {
    display: flex;
}

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

.header .logo a {
    display: flex;
}

.header .logo img {
    width: 182px;
    display: block;
    height: 55px;
}

.header .search {
    margin-left: 110px;
    padding-top: 14px;
    position: relative;
    z-index: 401;
}

.header .search .search-key {
    display: none;
    position: absolute;
    top: 60px;
    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: #00aeff;
    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: #00aeff;
}

@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: #00aeff;
}

.header .search input {
    background: none;
    width: 380px;
    padding-left: 32px;
    color: #3f5b73;
    padding: 15px 32px;
    background: #000;
    border-radius: 44px;
}

input::-webkit-input-placeholder {
    color: #3f5b73;
}

input::-moz-input-placeholder {
    color: #3f5b73;
}

input::-ms-input-placeholder {
    color: #3f5b73;
}

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

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

.header .search .input-box::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background-position: 0 -725px;
    right: 30px;
    top: 8px;
}

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

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

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

.header .right ul .lang-currency>span {
    font-size: 14px;
    width: 30px;
}

.header .right ul .lang-currency>p {
    width: 35px;
}

.header .right ul .lang-currency .arrow {
    display: block;
    width: 13px;
    height: 7px;
    background-position: -33px -725px;
    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 .curr-content {
    position: absolute;
    width: 180px;
    top: 103%;
    left: -70%;
    z-index: 20;
    border-radius: 10px;
    padding-top: 14px;
    display: none;
}

.header .right ul .lang-currency .curr-content.display {
    opacity: 1;
    display: block;
    animation: 0.4s ease 0s 1 normal none running langShow;
    -moz-animation: 0.4s ease 0s 1 normal none running langShow;
    -webkit-animation: 0.4s ease 0s 1 normal none running langShow;
}

@keyframes langShow {
    0% {
        opacity: 0;
        top: 110%;
    }
    100% {
        opacity: 1;
        top: 103%;
    }
}

.header .right ul .lang-currency .curr-content>div {
    padding: 25px 10px;
    background: #fff;
}

.header .right ul .lang-currency .curr-content>div.lang-box {
    padding-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.header .right ul .lang-currency .curr-content>div.currency-box {
    padding-top: 15px;
    border-radius: 0 0 10px 10px;
}

.header .right ul .lang-currency .curr-content>div.currency-box .lang-box-t span {
    margin-right: 5px;
}

.header .right ul .lang-currency .curr-content .lang-box-t {
    background: #1a76c2;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 16px 0 25px;
    color: #fff;
}

.header .right ul .lang-currency .curr-content .lang-box-t i.arrow {
    background-position: -34px -733px;
}

.header .right ul .lang-currency .curr-content .lang-box-t i.arrow.show {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.header .right ul .lang-currency .curr-content .lang-box-t span {
    width: 25px;
}

.header .right ul .lang-currency .curr-content .lang-box-t p {
    width: 75px;
    color: #fff;
}

.lang-currency .curr-content .lang-box-c {
    display: none;
}

.lang-currency .curr-content .lang-box-c a {
    height: 33px;
    line-height: 33px;
    color: #3f5b73;
    display: flex;
    align-items: center;
    padding: 0 20px 0 25px;
    justify-content: space-between;
    font-family: 'Montserrat Bold';
    border-bottom: 1px solid #f5f6f6;
}

.lang-currency .curr-content .lang-box-c a:hover {
    color: #fff;
    background: #238de5;
}

.lang-currency .curr-content .lang-box .lang-box-c a span {
    width: 25px;
    height: 16px;
}

.header .right ul .lang-currency .curr-content::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.header .right ul li.language {
    margin-right: 20px;
}

.header .right ul li.language>.curr-name {
    width: auto;
    margin: 0 8px;
}

.header .right ul li.language span.country {
    width: 25px;
    height: 16px;
    margin-right: 6px;
}

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

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

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

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

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

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

.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 li.account {
    height: 44px;
    margin: 0 20px;
}

.header .right ul li.account i.userAccount {
    width: 25px;
    height: 27px;
    background-position: -50px -725px;
}

.header .right ul .cart {
    border-radius: 45px;
    transition: all 1s;
}

.header .right ul .cart>a {
    display: flex;
    color: #00aeff;
    align-items: center;
    padding: 0 15px;
}

.header .right ul .cart a i {
    background-position: -80px -725px;
    display: block;
    width: 27px;
    height: 25px;
}

.header .right ul .cart a p {
    margin-left: 10px;
    padding-top: 2px;
}

.header .right ul .cart a span {
    border-radius: 50%;
    background: #ff1616;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Arial Blod';
    font-size: 13px;
    position: absolute;
    top: 4px;
    left: 32px;
}

/* .header .right ul .cart:hover .cart_num {
    color: #000;
    background: #fff;
} */

.header .right ul .cart .cart-link {
    position: absolute;
    min-width: 320px;
    top: 44px;
    right: 0;
    z-index: 20;
    display: none;
    padding-top: 10px;
}

.header .right ul .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: 55px;
    }
    100% {
        opacity: 1;
        top: 44px;
    }
}

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

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

.header .right ul .cart .cart-link ul::-webkit-scrollbar {
    width: 8px;
}

.header .right ul .cart .cart-link ul::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(left, #0a86dd, #00aeff);
    background: -o-linear-gradient(right, #0a86dd, #00aeff);
    background: -moz-linear-gradient(right, #0a86dd, #00aeff);
    background: linear-gradient(to right, #0a86dd, #00aeff);
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .26);
    cursor: pointer;
}

.header .right ul .cart .cart-link ul::-webkit-scrollbar-track {
    background-color: #00aeff;
}

.header .right ul .cart .cart-link li {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    overflow: hidden;
}

.header .right ul .cart .cart-link li:hover {
    background: #eee;
}

.header .right ul .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: #00aeff;
    right: -100%;
    transition: all 3s;
}

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

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

.header .right ul .cart .cart-link li i.ico {
    position: absolute;
    right: 10px;
    bottom: 25px;
}

.header .right ul .cart .cart-link li .price {
    font-size: 16px;
}

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

.header .right ul .cart .cart-link img {
    max-width: 100%;
    max-height: 100%;
}

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

.header .right ul .cart .cart-link p {
    font-size: 12px;
    color: #213849;
    margin-bottom: 5px;
}

.header .right ul .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;
}

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

.header .right ul .cart .cart-link .cart-total>div:last-child {
    white-space: nowrap;
    color: #213849;
}

.header .right ul .cart .cart-link .cart-total .item-num {
    color: #00aeff;
}

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

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

.cart-button .clear-btn {
    background: #011824;
    color: #00aeff;
    margin-right: 10px;
    padding: 15px 25px;
    text-transform: uppercase;
    border-radius: 45px;
    white-space: nowrap;
}
.cart-button .checkout-btn {
    background: -webkit-linear-gradient(top, #0a86dd, #00aeff);
    background: -o-linear-gradient(bottom, #0a86dd, #00aeff);
    background: -moz-linear-gradient(bottom, #0a86dd, #00aeff);
    background: linear-gradient(to bottom, #0a86dd, #00aeff);
    padding: 0;
    border-radius: 45px;
}

.cart-button .checkout-btn:hover {
    background: -webkit-linear-gradient(left, #2ddc72, #50ec7b);
    background: -o-linear-gradient(right, #2ddc72, #50ec7b);
    background: -moz-linear-gradient(right, #2ddc72, #50ec7b);
    background: linear-gradient(to right, #2ddc72, #50ec7b);
}

.cart-button .checkout-btn a {
    display: block;
    color: #fff;
    padding: 15px 25px;
    white-space: nowrap;
}

/* 头部 end */

.main {
    padding-top: 150px;
}

/* nav */

.nav {
    height: 50px;
    width: 100%;
    background: #183757;
    line-height: 50px;
    font-family: 'Helve';
    min-width: 1200px;
}

.nav .container {
    display: flex;
    position: relative;
    justify-content: center;
    height: 50px;
}

.nav ul {
    display: flex;
}

.nav ul li a {
    color: #00aeff;
    display: block;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.nav ul li.active {
    background: -webkit-linear-gradient(left top, #0a86dd, #00aeff);
    background: -o-linear-gradient(bottom right, #0a86dd, #00aeff);
    background: -moz-linear-gradient(bottom right, #0a86dd, #00aeff);
    background: linear-gradient(to bottom right, #0a86dd, #00aeff);
}

.nav ul li.active a, .nav ul li a:hover {
    color: #fff;
}

.nav ul li i {
    vertical-align: middle;
    margin-right: 5px;
}

.nav ul li:last-child {
    border: none;
}

.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: #3b93c1;
    font-size: 13px;
    height: 45px;
    width: 300px;
    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: #000f15;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat SemiBold';
    margin-top: 70px;
}

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

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

.footer .logoLink p {
    color: #213849;
    font-size: 12px;
    width: 200px;
}

.footer .logoLink .join-us {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.footer .logoLink .join-us a {
    background: rgba(29, 74, 95, .3);
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 0;
}

.footer-content .join-us a.facebook i {
    width: 15px;
    height: 19px;
    background-position: -109px -21px;
}

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

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

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

.footer-content .join-us a.pinterest i {
    width: 19px;
    height: 19px;
    background-position: -40px -560px;
}

.footer-content .join-us a.discord i {
    width: 18px;
    height: 13px;
    background-position: -25px -820px;
}

.footer-content .join-us 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;
    font-family: 'Helve';
    margin-bottom: 20px;
}

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

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

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

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

.footer-content .link.join-us {
    margin-right: 100px;
    margin-left: 50px;
}

.footer-content .link.join-us ul li a {
    display: flex;
    align-items: center;
}

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

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

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

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

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

.footer-content .join-us a.pinterest:hover i {
    background-position: -65px -560px;
}
.footer-content .join-us a.discord:hover i {
    background-position: 0 -820px;
}
.footer-content .link.join-us ul li a i {
    margin-right: 15px;
}

.footer-content .link.join-us ul li a span {
    display: block;
}

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

.footer-content .link.contact li p {
    white-space: nowrap;
    color: #213849;
}
.footer-content .link.contact li p {
    display: flex;
    align-items: center;
}
.footer-content .link.contact li.whats a {
    display: flex;
    align-items: center;
}
.footer-content .link.contact li i {
    margin-right: 10px;
}
.footer-content .link.contact li.whats a {
    display: flex;
    align-items: center;
}
.footer-content .link.contact li i {
    margin-right: 10px;
}
.footer-content .link.contact li.email i {
    width: 20px;
    height: 15px;
    background-position:0 -795px;
}
.footer-content .link.contact li.phone i {
    width: 19px;
    height: 19px;
    background-position:-30px -795px;
}
.footer-content .link.contact li.whats i {
    width: 19px;
    height: 19px;
    background-position:-60px -795px;
}
.footer-content .link.contact li.whats a:hover i {
    background-position:-90px -795px;
}
.footer .paymeng-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #08181f;
}

.footer .paymeng-img img {
    margin-right: 20px;
    width: 730px;
}

/* 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: 1px solid #c6c7e9;
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
}

.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: #00aeff;
}
.dialog a:hover {
    text-decoration: underline;
}
.dialog .checked input {
    position: absolute;
    z-index: 99;
    left: -2px;
    top: 4px;
}

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

.dialog .checked label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 1px;
    width: 15px;
    height: 12px;
    background-position: -165px -725px;
    opacity: 0;
}

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

.dialog button {
    background: -webkit-linear-gradient(left, #0a86dd, #00aeff);
    background: -o-linear-gradient(right, #0a86dd, #00aeff);
    background: -moz-linear-gradient(right, #0a86dd, #00aeff);
    background: linear-gradient(to right, #0a86dd, #00aeff);
    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;
    white-space: nowrap;
}

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

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

.site-info {
    background-image: url(/static/pc/image/body-bj-4.jpg);
    height: 476px;
    background-size: cover;
    padding-top: 65px;
}

.site-info ul {
    display: flex;
    margin-top: 70px;
}

.site-info ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 35px;
    border-right: 1px solid #043146;
}

.site-info ul li:first-child {
    padding-left: 0;
}

.site-info ul li:last-child {
    border: none;
    padding-right: 0;
}

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

.site-info ul li div>span {
    font-size: 16px;
    color: #fff;
    font-family: 'Helve';
    margin: 25px 0 20px;
    display: block;
}

.site-info ul li img {
    width: 90px;
    min-width: 90px;
}

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

/* news video*/

.home-news {
    margin-top: 60px;
    display: flex;
    min-width: 1250px;
}

.home-news .video {
    position: relative;
    width: 590px;
    background: #060d25;
    border-radius: 13px;
    height: 440px;
}

.home-news .video img {
    border-radius: 13px;
    width: 590px;
}

.home-news .video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-news .video span img {
    width: 82px;
}

.home-news .news {
    margin: 0 18px;
}

.home-news .news, .home-news .reviews {
    width: 338px;
    background: #060d25;
    border-radius: 13px;
    padding: 20px 29px 0;
}

.home-news h2 {
    font-size: 30px;
    margin-bottom: 20px;
    width: 50%;
    line-height: 35px;
}

.home-news .news .news-content {
    height: 145px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Arial';
    color: #000;
    margin-bottom: 12px;
    padding: 10px 15px;
}

.home-news .news .news-content a {
    display: block;
    color: #000;
}

.home-news .news .news-content a:hover {
    color: #3b93c1;
}

.news .news-content .title {
    font-weight: 700;
    /* font-family: 'Arial Bold'; */
}

.news .news-content span {
    color: #aaa;
    margin: 12px 0;
    display: block;
}

.home-news .news .news-content section {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 49px;
    line-height: 16px;
}

.news .more {
    color: #fff;
    display: inline-block;
    font-family: 'Helve';
    float: right;
}

.news .more:hover {
    border-bottom: 1px solid #e0e1ff;
}

.reviews-rated span {
    color: #e0e1ff;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.reviews-swiper {
    height: 198px;
    max-height: 198px;
    padding: 0 10px;
    margin-top: 32px;
    position: relative;
    font-size: 12px;
}

.reviews-swiper .swiper-slide {
    background: #fff;
    border-radius: 5px;
    padding: 15px 12px;
    max-height: 198px;
}

.reviews-swiper .swiper-button-next, .reviews-swiper .swiper-button-prev {
    width: 24px;
    height: 24px;
    outline: none;
}

.reviews-swiper .swiper-button-prev {
    left: -20px;
    background-position: -104px -44px;
}

.reviews-swiper .swiper-button-next {
    background-position: -132px -44px;
    right: -20px;
}

.reviews-swiper .swiper-slide div img {
    vertical-align: middle;
    max-width: 100px;
}

.reviews-swiper .swiper-slide div span {
    float: right;
    font-family: 'Arial';
}

.reviews-swiper .swiper-slide p {
    color: #000;
    font-family: 'Arial';
}

.reviews-swiper .swiper-slide p.title {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700;
    margin: 13px 0;
}

.reviews-swiper .swiper-slide p.context {
    max-height: 95px;
    height: 95px;
}

.swiper-slide span {
    color: #888
}

/* 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: #fff;
    font-size: 12px;
    font-family: 'Montserrat Regular';
}

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

/* news guide */

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

.news-guide .news-list li {
    background: #183757;
    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 1px #ccc;
}
.news-guide .news-list li a>img {
    width: 415px;
    margin-right: 24px;
}

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

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

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

.news-guide .news-list li .content {
    color: #fff;
    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: -webkit-linear-gradient(left, #0a86dd, #00aeff);
    background: -o-linear-gradient(right, #0a86dd, #00aeff);
    background: -moz-linear-gradient(right, #0a86dd, #00aeff);
    background: linear-gradient(to right, #0a86dd, #00aeff);
}

.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;
}

/* about */

.about-main .about-content {
    padding-top: 50px;
}

.about-main h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.about-us .about-content>ul>li {
    padding: 60px 0;
    position: relative;
}

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

.about-us .about-content>ul>li .item {
    display: flex;
    font-size: 14px;
    color: #2e6dae;
    align-items: center;
}

.about-us .about-content>ul>li:first-child .item>div {
    padding-left: 600px;
    padding-top: 60px;
    padding-right: 64px;
}

.about-us .about-content>ul>li:first-child img {
    left: 40px;
}

.about-us .about-content>ul>li .item.our-service img {
    right: 40px;
    width: 490px;
}

.about-us .about-content>ul>li .item.our-service>div {
    padding-right: 520px;
    padding-left: 40px;
    padding-top: 20px;
}

.about-us .about-content>ul>li .item>div {
    background: #132d48;
    height: 360px;
    border-radius: 10px;
    width: 100%;
}

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

.about-us .about-content>ul>li .item img {
    width: 490px;
    position: absolute;
}

.about-us .about-content>ul>li .item.our-service ul {
    display: flex;
    flex-wrap: wrap;
}

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

.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: 'Helve';
    color: #fff;
    margin-bottom: 10px;
}

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

.about-us .about-content>ul>li .item.our-contact-us>img {
    width: 490px;
    left: 40px;
}

.about-us .about-content>ul>li .item.our-contact-us>div {
    padding-left: 600px;
    padding-top: 80px;
}

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

.about-us .about-content>ul>li .item.our-contact-us img {
    margin-right: 60px;
}

.about-us .about-content>ul>li .item.our-contact-us>div p {
    display: flex;
    align-items: center;
}

.about-us .about-content>ul>li .item.our-contact-us>div p img {
    width: 28px;
    position: static;
    margin-right: 10px;
    margin-bottom: 0;
}

.contact-us>p {
    text-align: center;
    font-size: 14px;
    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;
    color: #adb0e9;
    margin-bottom: 20px;
    padding-right: 100px;
}

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

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

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

/* help center */

.help-center {
    text-align: center;
}

.help-center h2 {
    color: #fff;
    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: #000;
    width: 100%;
    padding-left: 32px;
    color: #fff;
}

.search-question i {
    position: absolute;
    top: 16px;
    right: 26px;
    width: 28px;
    height: 28px;
    background-position: 0 -725px;
    cursor: pointer;
}

.search-question p {
    color: #00aeff;
    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: #07254c;
    border-radius: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
    padding: 0 22px;
    font-size: 14px;
    font-family: 'Helve';
    text-transform: uppercase;
    white-space: nowrap;
}
.faq-cate li:hover {
    color: #00aeff;
}
.faq-cate li.active {
    background: -webkit-linear-gradient(top, #0a86dd, #00aeff);
    background: -o-linear-gradient(bottom, #0a86dd, #00aeff);
    background: -moz-linear-gradient(bottom, #0a86dd, #00aeff);
    background: linear-gradient(to bottom, #0a86dd, #00aeff);
}
.faq-cate li.active:hover {
    color: #fff;
}
.faq-content .item {
    margin-bottom: 20px;
}

.faq-content .item .item-title {
    background: #183757;
    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 i {
    background-position: -132px -255px;
    width: 18px;
    height: 11px;
}

.faq-content .item .item-title.up {
    background: #00aeff;
    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;
}

.faq-content .faq-tips {
    color: #fff;
}

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

.news-detail h2 {
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 20px;
}
.news-detail .times-tag a {
    color: #00acfb;
}
.news-detail .times-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-detail .times {
    color: #fff;
    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;
    color: #fff;
}

.news-detail .news-detail-content p.ql-align-center {
    text-align: center;
}
.news-detail .news-detail-content p img{
    max-width: 100%;
}
.news-detail .news-tags {
    padding: 20px 10px;
}

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

.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: #fff;
    font-size: 12px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
}

.news-detail .news-tags ul li a:hover {
    color: #00aeff;
}
.news-detail .new-previous {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.news-detail .new-previous a {
    color:#fff;
}
.news-detail .new-previous a:hover {
    color: #00aeff;
}

.news-detail .new-recommended h3 {
    padding: 50px 0 10px;
    border-bottom: 1px dashed #ccc;
}
.news-detail .new-recommended ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.news-detail .new-recommended ul li {
    width: 50%;
    margin-bottom: 20px;
}

.news-detail .new-recommended ul li a {
    color: #fff;
}
.news-detail .new-recommended ul li a:hover {
    color: #00aeff;
}
/* 回到顶部 */

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

.live-chat-button.footer-common-button {
    bottom: 70px;
}

/* 忘记密码 */

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

.backToSite {
    display: none;
}

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

.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 #c6c7e9;
    width: 100%;
    border-radius: 5px;
    padding-left: 44px;
    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;
}

.backToSite button {
    margin-top: 0;
}

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

.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: #183757;
    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: -148px;
}

.newsletter-main .subscribers .subscribers-left h2 {
    color: #fff;
    font-size: 36px;
}

.newsletter-main .subscribers .subscribers-left>p {
    font-size: 22px;
    font-family: 'Montserrat Bold';
    color: #00aeff;
    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: -webkit-linear-gradient(top, #0a86dd, #00aeff);
    background: -o-linear-gradient(bottom, #0a86dd, #00aeff);
    background: -moz-linear-gradient(bottom, #0a86dd, #00aeff);
    background: linear-gradient(to bottom, #0a86dd, #00aeff);
    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: 60px 30px 60px 40px;
    width: 600px;
    margin-left: 92px;
}

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

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

.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: #00aeff;
    border-color: #00aeff;
}

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

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

.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: #00aeff;
    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: #00aeff;
    color: #fff;
    font-family: 'Montserrat Bold';
    font-size: 14px;
    height: 50px;
    padding: 10px 18px;
    min-width: 121px;
}

.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: #183757;
    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: #00aeff;
}

.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;
}

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

.joinVip-main .vip-header .vip-h-bottom>p:nth-child(2n) {
    font-size: 12px;
    margin-top: 15px;
    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: #0c1c2b;
    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: -3px;

}
.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, #169953, #4cfb9e);
    background: -o-linear-gradient(right, #169953, #4cfb9e);
    background: -moz-linear-gradient(right, #169953, #4cfb9e);
    background: linear-gradient(to right, #169953, #4cfb9e);
    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: 44px;
    font-size: 16px;
    color: #fff;
    background: #238be4;
}
.joinVip-main .vip-header .vip-h-top .vip-login button:hover {
    background: #00aeff;
}


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

.joinVip-main .vip-membership p {
    font-size: 14px;
    color: #4f7697;
    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;
    line-height: 45px;
    margin-bottom: 50px;
    color: #fff;
}

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

.joinVip-main .vip-how ul li span {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 2px solid #4f7697;
    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 #4f7697;
    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;
}

/* 支付宝支付 */

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

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

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

.alipaycn_payment h2 {
    background: -webkit-linear-gradient(left, #0a86dd, #00aeff);
    background: -o-linear-gradient(right, #0a86dd, #00aeff);
    background: -moz-linear-gradient(right, #0a86dd, #00aeff);
    background: linear-gradient(to right, #0a86dd, #00aeff);
    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: #00aeff;
}

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

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

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

.affiliate-main .affiliate-network p {
    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: #fff;
}

.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 .affiliate-network .sell_item ul {
    display: flex;
    margin-top: 20px;
}

.affiliate-main .affiliate-network .sell_item li {
    color: #2e6dae;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.affiliate-main .affiliate-network .sell_item li span {
    border-bottom: 1px solid #2e6dae;
}

.affiliate-main .affiliate-network .sell_item img {
    width: 28px;
    margin: 0 10px 0 0;
}

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

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

.spinner>div {
    background-color: #fff;
    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);
    }
}
.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 #00aeff;
    color: #00aeff;
    background: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.delete-public-box button.yes {
    background: #00aeff;
    color: #fff;
}
.delete-public-box button.yes:hover {
    background: -webkit-linear-gradient(left, #2ddc72, #50ec7b);
    background: -o-linear-gradient(right, #2ddc72, #50ec7b);
    background: -moz-linear-gradient(right, #2ddc72, #50ec7b);
    background: linear-gradient(to right, #2ddc72, #50ec7b);
    border: none;
}
.delete-public-box button.no:hover {
    border-color: #2ddc72;
    color: #000;
}
.delete-public-box.display {
    display: block;
    animation: waitBox .3s;
    -webkit-animation: waitBox .3s;
}

.public-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.public-title h2 {
    font-size: 48px;
    margin: 0 17px;
}

.public-title i.right {
    width: 43px;
    height: 15px;
    background-position: -115px -725px;
}

.public-title i.left {
    width: 43px;
    height: 15px;
    background-position: -115px -745px;
}



/* REVIEWS */
.reviews-main .reviewsBox h2 {
    text-align: center;
    font-size: 35px;
    text-align: left;
    margin-bottom: 60px;
}

.reviewsBox .reviews-t {
    background: #183757;
    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, #020f25);
    background: -o-linear-gradient(right, #ccc, #020f25);
    background: -moz-linear-gradient(right, #ccc, #020f25);
    background: linear-gradient(to right, #ccc, #020f25);
    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 {
    color: #f4f7f9;
    font-size: 16px;
    font-family: 'Oswald';
    min-width: 150px;
}

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

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

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

.reviewsBox .reviews-t button {
    height: 50px;
    border-radius: 50px;
    background: #02a7f9;
    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: #183757;
    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, #020f25);
    background: -o-linear-gradient(right, #ccc, #020f25);
    background: -moz-linear-gradient(right, #ccc, #020f25);
    background: linear-gradient(to right, #ccc, #020f25);
    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{
    color: #f4f7f9;
    font-size: 22px;
    margin-bottom: 5px;
}
.reviewsBox .reviews-b ul li .reviews-userInfo span.time {
    color: #00aeff;
}
.reviewsBox .reviews-b ul li .reviews-content {
    background: #0d1a36;
    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 #0d1a36;
}
.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: #00aeff;
}
.reviewsBox .reviews-b ul li .reviews-content>p {
    color: #fff;
}

.reviewsBox .pager a, .reviewsBox .pager span {
    border-radius: 50%;
    border: 1px solid #00aeff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}

.reviewsBox .pager span.active {
    background: #00aeff;
    color: #fff;
}


@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: 155px;
    width: 300px;
    z-index: 100;
    border-radius: 10px 10px 0 0;
    padding: 30px 20px 0;
    font-size: 16px;
    color: #000;
    display: none;
}
.liveLoad.display {
    display: flex;
}
.liveLoad p {
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
}









.contact-main .about-content {
    margin-top: 20px;
}
.contact-main .about-content>h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
.contact-main .about-content>img {
    width: 100%;
    margin-bottom: 20px;
}

.contact-main .about-content>p {
	font-size: 14px;
	letter-spacing: 0px;
	color: #4f7697;
    line-height: 25px;
}
.contact-main .about-content ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.contact-main .about-content ul li {
    width: 48.7%;
	height: 260px;
	border-radius: 10px;
	background: #183757;
    padding: 22px 23px 32px 21px;
    margin-bottom: 35px;
}
.contact-main .about-content ul li>p {
	font-size: 16px;
	color: #ffffff;
    font-family: 'Helve';
}
.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: #2fabf3;
    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: #01121a;
    margin-top: 20px;
    position: relative;
    padding: 10px 0 0 28px;
    overflow: hidden;
}
.affiliateMain .affiliate-content .affiliate-contact h3 {
    color: #fff;
    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: #00aeff;
    margin-right: 135px;
}
.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: #fff;
    position: absolute;
    top: 0;
    left: 0;
    top: 26px;
    left: -11px;
    transform: rotate(45deg);
}
.affiliateMain .affiliate-home-index {
    width: 100%;
    border-radius: 10px;
    background-color: #01121a;
    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.active a{
    background:#00aeff;
    color: #fff;
}
.affiliateMain .affiliate-home-index .a-left li a:hover {
    color: #fff;
}
.affiliateMain .affiliate-home-index .a-left li a {
    width: 270px;
	height: 60px;
    background-color: #183757;
	border-radius: 60px;
    color: #00aeff;
    display: block;
    text-align: center;
    line-height: 60px;
}

.affiliateMain .affiliate-home-index .a-left::after {
    content:'';
    width: 1px;
	height: 200px;
	background-color: #183757;
    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: #183757;
    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: #4f7697;
    width: 100%;
}
.affiliateMain .affiliate-home-index .a-right h4 {
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Roboto';
}
.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: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: 'Helve';
}

.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: #4f7697;
    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 #183757;
    background: none;
    color: #fff;
    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: #00aeff;
    color: #fff;
    border-radius: 46px;
    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, #00aeff, #2d78e6);
    background: -o-linear-gradient(bottom, #00aeff, #2d78e6);
    background: -moz-linear-gradient(bottom, #00aeff, #2d78e6);
    background: linear-gradient(to bottom, #00aeff, #2d78e6);
}

.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: #183757;
    color: #00aeff;
    display: block;
    text-align: center;
    line-height: 46px;
    margin-top: 40px;
}
.affiliateMain .affiliate-home-index .logSin-right .new-account .logToSign:hover {
    background: -webkit-linear-gradient(left, #0a86dd, #00aeff);
    background: -o-linear-gradient(right, #0a86dd, #00aeff);
    background: -moz-linear-gradient(right, #0a86dd, #00aeff);
    background: linear-gradient(to right, #0a86dd, #00aeff);
    color: #fff;
}

.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: #fff;
    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: #00aeff;
    margin-right: 50px;
    margin-bottom: 20px;
}
.affiliateMain .affiliate-home-index.isLogin .a-right .userInfo p span {
    color: #fff;
}
.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 #303561;
    color: #fff;
    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: 14px;
    height: 10px;
    background-position: -14px -752px;
}

.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country .country-ul {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #1f203c;
    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: #00aeff;
}
 

.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: #00aeff;
    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: #00aeff;
}
.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: #00aeff;
}
.affiliateMain .affiliate-home-index.isLogin .order-cash button:hover {
    background: -webkit-linear-gradient(left, #0a86dd, #00aeff);
    background: -o-linear-gradient(right, #0a86dd, #00aeff);
    background: -moz-linear-gradient(right, #0a86dd, #00aeff);
    background: linear-gradient(to right, #0a86dd, #00aeff);
}

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