/* 公共资源文件 */

/* 默认样式 */
a,
a:visited,
a:focus,
a:active,
a:hover {
    color: #fff;
    /* 继承父元素颜色 */
    text-decoration: none;
    /* 可选：移除下划线 */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main {
    /*display: none;*/
}
.loading-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 49%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #3498db;
    animation: spin 1s ease-in-out infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
input,
select,
textarea,
button {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;

    appearance: none;
    padding: 10px;
    border: none;
    font-size: 12px;
}

input,
textarea {
    font-family: 'Montserrat';
}


ul {
    list-style: none
}

ol {
    margin-left: 20px;
}

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: #e0e1ff;
    font-weight: 400;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

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

i.delete:hover {
    opacity: .8;
}

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, #775cdc, #2d78e6);
    background: -o-linear-gradient(bottom, #775cdc, #2d78e6);
    background: -moz-linear-gradient(bottom, #775cdc, #2d78e6);
    background: linear-gradient(to bottom, #775cdc, #2d78e6);
}

.flex {
    display: flex;
}

.flexItemCenter {
    display: flex;
    align-items: center;
}

.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexBetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
}


body {
    background: #0a142f ;
    font-family: 'Montserrat';
    color: #585a8a;
    font-size: 14px;
}

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

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

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



.scrollBar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

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

.scrollBar::-webkit-scrollbar-track {
    background-color: #0a142f;
}
.flex {
    display: flex;
}

.flexItemCenter {
    display: flex;
    align-items: center;
}

.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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(../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: #0a142f;
    height: 110px;
}

.header .container {
    display: flex;
    justify-content: space-between;
    padding: 22px 0 15px 0;
    font-size: 12px;
}

.header .left {
    display: flex;
}

.header .logo a {
    /* padding-left: 10px; */
}

.header .logo img.pc_img {
    width: 146px;
   

}



.header .logo img.mobile_img,
.mobile_menu {
    display: none;
}

.header .search {
    margin-left: 89px;
    padding-top: 10px;
    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: #0b85ea;
    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: #0b85ea;
}

@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: #0b85ea;
}

.header .search input {
    background: none;
    border-bottom: 1px solid #31375b;
    width: 300px;
    padding-left: 32px;
    color: #fff;
    padding: 15px 32px;
}
.header .search input::-webkit-input-placeholder{
    color: #fff;
}
input::-webkit-input-placeholder {
    color: #585a8a;
}

input::-moz-input-placeholder {
    color: #585a8a;
}

input::-ms-input-placeholder {
    color: #585a8a;
}

.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: 16px;
    height: 15px;
    background-position: 0 0;
    left: 5px;
    top: 13px;
}

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

}

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

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

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

.header .right ul .lang-currency .lang-currency-title {
    display: flex;
    align-items: center;
}

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

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

.header .right ul .lang-currency:hover .lang-currency-title .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;
}

.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 {
    min-width: 25px;
}

.header .right ul .lang-currency .curr-content .lang-box-t p {
    width: 75px;
    font-size: 12px;
}

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

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

.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;
    border-bottom: 1px solid #31375b;
    font-size: 16px;
}

.header .right ul li.language .lang-currency-title .curr-name {
    width: auto;
    margin: 0 10px;
}

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

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

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

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

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

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

.header .right ul .account {
    width: 190px;
    height: 45px;
    border-radius: 45px;
    background: #1f203c;
    margin: 0 13px 0 32px;
    position: relative;
}

.header .right ul .login-account a {
    width: 130px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    margin: 0 13px 0 32px;
    position: relative;
    text-align: center;
    background: -webkit-linear-gradient(left top, #63e9a8, #1a4ed5);
    background: -o-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: linear-gradient(to bottom right, #63e9a8, #1a4ed5);
    color: #fff;
}

.header .right ul .account .account-bg {
    background: -webkit-linear-gradient(left top, #63e9a8, #1a4ed5);
    background: -o-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: linear-gradient(to bottom right, #63e9a8, #1a4ed5);
    position: absolute;
    width: 50%;
    border-radius: 45px;
    top: 0;
    left: 50%;
    height: 100%;
    transition: all .3s;
}

.header .right ul li.login-account a:hover {
    background: #0b85ea;
}

.header .right ul .account a {
    color: #fff;
    height: 100%;
    width: 50%;
    border-radius: 45px;
    text-align: center;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .right ul .account .sign-btn {
    right: 0;
}

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

.header .right ul .cart:hover {
    background: -webkit-linear-gradient(left top, #63e9a8, #1a4ed5);
    background: -o-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: linear-gradient(to bottom right, #63e9a8, #1a4ed5);
}

.header .right ul .cart:hover a i {
    background-position: -24px -25px;
}

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

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

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

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

.header .right ul .cart .cart-link .mobile__cart--title {
    display: none;
}

.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: #000;
    text-align: center;
    padding: 20px;
    display: none;
}

.header .right ul .cart .cart-link ul {
    display: block;
    background: #000;
    max-height: 300px;
    overflow-y: auto;
}

.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(top, #63e9a8, #1a4ed5);
    background: -o-linear-gradient(bottom, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(bottom, #63e9a8, #1a4ed5);
    background: linear-gradient(to bottom, #63e9a8, #1a4ed5);
    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: #0a142f;
}

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

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

.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: #0b85ea;
    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.delete {
    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 li .shop-num {
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 5px;
}

.header .right ul .cart .cart-link li .shop-num span {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #07254c;
    cursor: pointer;
    height: 30px;
}

.header .right ul .cart .cart-link li .shop-num input {
    width: 60px;
    text-align: center;
    background: #07254c;
    color: #fff;
    height: 30px;
    margin: 0 1px;
}

.header .right ul .cart .cart-link li .shop-num span:hover {
    background: #0b85ea;
}

.header .right ul .cart .cart-link li .shop-num span.sub {
    border-radius: 5px 0 0 5px;
}

.header .right ul .cart .cart-link li .shop-num span.add {
    border-radius: 0 5px 5px 0;
}

.header .right ul .cart .cart-link li .shop-num span i {
    width: 10px;
}

.header .right ul .cart .cart-link li .shop-num span.sub i {
    height: 2px;
    background-position: -171px -105px;
}

.header .right ul .cart .cart-link li .shop-num span.add i {
    height: 10px;
    background-position: -187px -100px;
}

.header .right ul .cart .cart-link::before {
    position: absolute;
    top: 8px;
    width: 100%;
    content: '';
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: -webkit-linear-gradient(left, #69f6a4, #133eda);
    background: -o-linear-gradient(right, #69f6a4, #133eda);
    background: -moz-linear-gradient(right, #69f6a4, #133eda);
    background: linear-gradient(to right, #69f6a4, #133eda);
}

.header .right ul .cart .cart-link .cart_title span {
    font-size: 12px;
    color: #e0e1ff;
    margin-bottom: 5px;
    display: block;
}
.header .right ul .cart .cart-link .cart_title .cart_label {
    font-size: 12px;
    color: rgb(192, 192, 214);
    margin: 5px 0;
}
.header .right ul .cart .cart-link .cart-total {
    text-align: right;
    padding: 0 10px 0 16px;
    padding-top: 20px;
    font-size: 14px;
    background: #000;
    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;
}

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

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

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

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

.cart-button .clear-btn {
    background: #1f203c;
    color: #7073c9;
    margin-right: 10px;
    padding: 15px 25px;
    /*text-transform: uppercase;*/
}

.cart-button .checkout-btn {
    background: #0b85ea;
    padding: 0;
    border-radius: 5px;
}

.cart-button .checkout-btn:hover {
    background: -webkit-linear-gradient(left top, #69f6a4, #133eda);
    background: -o-linear-gradient(bottom right, #69f6a4, #133eda);
    background: -moz-linear-gradient(bottom right, #69f6a4, #133eda);
    background: linear-gradient(to bottom right, #69f6a4, #133eda);
}

.cart-button .checkout-btn {
    display: block;
    color: #fff;
    padding: 15px 25px;
}
.ig_header .mobile_search,
.ig_header .mobile_account,
.ig_header .mobile_cart {
    display: none !important;
}

/* 头部 end */

.main {
    padding-top: 170px;
}

/* nav */

.nav {
    height: 60px;
    width: 100%;
    background: linear-gradient(to right, #11122b 0%, #191c61 22%, #11122b 100%);
    line-height: 60px;
    font-family: 'Oswald';
    min-width: 1200px;
}

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



.nav .menu .choose-game {
    background: #0b85ea;
    color: #fff;
    padding: 0 29px 0 25px;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
}

.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: 16px;
    height: 13px;
    background-position: -54px -22px;
    margin-right: 10px;
}

.nav ul {
    display: flex;
}

.nav ul li {
    border-right: 1px solid #212468;
    height: 55px;
}

.nav ul li a {
    color: #3b93c1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

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

ul li.help-center a:hover i {
    background-image: url('../image/head_icon/icon_help2.svg')
}

ul li.sell-to-us a:hover i {
    background-image: url('../image/head_icon/icon_sell2.svg')
}

ul li.affiliate a:hover i {
    background-image: url('../image/head_icon/icon_affiliate2.svg')
}

ul li.discount a:hover i {
    background-image: url('../image/head_icon/icon_vip2.svg')
}

ul li.contact-us a:hover i {
    background-image: url('../image/head_icon/icon_us2.svg')
}

ul li.news-guide a:hover i {
    background-image: url('../image/head_icon/icon_us2.svg')
}

.nav ul li a:hover i {
    -webkit-animation: scale1 ease 1.3s 1;
    animation: scale1 ease 1.3s 1;
}

@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 ul li i {
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

ul li.help-center i {
    background-image: url('../image/head_icon/icon_help.svg');
    background-size: cover;
    background-position: center;
}

ul li.sell-to-us i {
    background-image: url('../image/head_icon/icon_sell.svg');
    background-size: cover;
    background-position: center;
}

ul li.affiliate i {
    background-image: url('../image/head_icon/icon_affiliate.svg');
    background-size: cover;
    background-position: center;
}

ul li.discount i {
    background-image: url('../image/head_icon/icon_vip.svg');
    background-size: cover;
    background-position: center;
}

ul li.news-guide i {
    background-image: url('../image/head_icon/icon_help.svg');
    background-size: cover;
    background-position: center;
}

ul li.contact-us i {
    background-image: url('../image/head_icon/icon_us.svg');
    background-size: cover;
    background-position: center;
}

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

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

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

.nav .menu-box a:nth-child(4n) {
    margin-right: 0;
}

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

.nav .menu-box a.allgames {
    position: absolute;
    right: 23px;
    bottom: 5px;
    width: auto;
    padding: 0 20px;
    height: 40px;
    line-height: 45px;
}

.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: rgba(6, 12, 34, 0.5);
    /*background-image: url("../pc/image/contont-bg-4.png");*/
    ackground-position-x: center;
    background-position-y: top;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;


    box-shadow: 1px -1px 6px 1px #101c36;
    margin-top: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 12px;
    font-family: 'Montserrat SemiBold';
}

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

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

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

.footer .logoLink p {
    color: #7073c9;
    font-size: 12px;
    width: 160px;
}

.footer-content .join-us a.facebook i {
    width: 19px;
    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.twitch i {
    width: 25px;
    height: 20px;
    background-size: 22px;
    background-image: url('../image/twitch.png')
}
.footer-content .join-us a.twitch:hover i {
    width: 25px;
    height: 20px;
    background-size: 22px;
    background-image: url('../image/twitch1.png')
}

.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: 12px;
    background-position: 0px -755px;
}

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

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

.footer-content .link .link-title {
    font-size: 16px;
    color: #393b6e;
    font-family: 'Montserrat Bold';
    margin-bottom: 20px;
}

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

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

.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: 40px;
    margin-left: 50px;
}

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

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

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

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

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

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

.footer-content .link.join-us ul li a.pinterest:hover i {
    background-position: -65px -560px;
}

.footer-content .link.join-us ul li a.discord:hover i {
    background-position: -25px -755px;
}

.footer-content .link.join-us ul li a i {
    margin-right: 15px;
    font-size: 20px;
}

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

.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.email i {
    width: 20px;
    height: 15px;
    background-position: 0 -725px;
}

.footer-content .link.contact li.phone i {
    width: 19px;
    height: 19px;
    background-position: -25px -725px;
}

.footer-content .link.contact li.whats i {
    width: 19px;
    height: 19px;
    background-position: -50px -725px;
}

.footer-content .link.contact li.whats a:hover i {
    background-position: -75px -725px;
}

.footer .Method-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

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

.footer .mobile_footer_content {
    display: none !important;
}

/* footer end */

/* sign login */

.modal,
.shadow {
    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;
    /*overflow: hidden;*/
}

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

.wrapper .dialog iframe {
    width: 100% !important;
}

.dialog.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;
    display: inline-block;
    box-shadow: 0px 0px 7px 2px #c6c7e9;
    position: fixed;
    /* 改为fixed定位 */
    font-size: 12px;
    padding: 10px 20px 10px 10px;
    z-index: 9999;
    max-width: 90vw;
    /* 防止过宽 */
    visibility: hidden;
    /* 初始隐藏避免闪烁 */
    /* 三角指示器（默认在上方） */
}

.errorTips::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

/* 当提示框在下方时的三角样式 */
.errorTips.bottom-tip::before {
    top: -5px;
    bottom: auto;
}

.errorTips p {
    color: #000 !important;
    margin-bottom: 5px !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    background: none !important;
    border: none !important;
    height: auto !important;
    font-family: 'Montserrat Bold' !important;
    margin: auto !important;
    padding: 0 !important;
    font-size: 12px !important;
}

.errorTips i {
    width: 15px!important;
    height: 13px!important;
    background-position: -80px -395px!important;
    background-image: url(../pc/image/public_ico.png) !important;
    margin-right: 5px!important;
}

.errorTips.successTips i {
    background-position: -125px -395px!important;
    background-image: url(../pc/image/public_ico.png) !important;
    height: 18px!important;
}

.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 .dlalog_title,
.dialog h2 {
    color: #1f203c;
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'Oswald';
}

.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: 44px;
    font-family: 'Montserrat';
}

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

.dialog .tips {
    color: #ff0000;
    margin-top: 5px;
    font-size: 12px;
}
.dialog .tips.tip_success {
	color: #00a800;
}
.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 .email p.send_code {
    height: 36px;
    background: #0b85ea;
    right: 4px;
    top: 5px;
    padding: 0 15px;
    cursor: pointer;
    position: absolute;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog form .email p.send_code:hover {
    background: linear-gradient(to right, #63e9a8, #1a4ed5);
}
.dialog form .email p.send_code .loading,
.dialog form .email p.send_code .time {
    display: none;
}
.dialog form .email p.send_code .loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
}
.dialog form .email p.send_code.disabled .send {
    display: none;
}

.dialog form .email p.send_code.disabled .time {
    display: block;
}

.dialog form .email p.send_code.disabled {
    background: #ccc;
    color: #1d1d1d;
}

.dialog form .email p.send_code.load .loading {
    display: block;
}
.dialog form .email p.send_code.load .send,
.dialog form .email p.send_code.load .time {
    display: none;
}

.dialog form .ver_code img {
    width: 20px;
    position: absolute;
    top: 14px;
    left: 14px;
}

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

.dialog form input::-webkit-input-placeholder {
    color: #9093be;
}

.dialog form input::-moz-input-placeholder {
    color: #9093be;
}

.dialog form input::-ms-input-placeholder {
    color: #9093be;
}

.dialog .checked {
    font-size: 12px;
    position: relative;
    padding: 7px 0px 0 27px;
    margin-bottom: 3px;
}

.dialog a {
    color: #0b85ea;
}

.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: -webkit-linear-gradient(left, #5edeab, #1e55d3);
    background: -o-linear-gradient(right, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(right, #63e9a8, #1a4ed5);
    background: linear-gradient(to right, #63e9a8, #1a4ed5);
    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 .shade_list {
    margin: 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shade .shade_list span {
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 30px;
    border-radius: 50%;
    background: #10161a;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shade .shade_list span:last-child {
    margin-right: 0;
}

.shade .shade_list span img {
    width: 40px;
    height: 40px;
}

.dialog .shade .shade_list span.facebook {
    background: #217ce4;
}

.dialog .shade .shade_list span.facebook:hover {
    background: #0d73e7;
}

.dialog .shade .shade_list span.google {
    background: #4f92ef;
}

.dialog .shade .shade_list span.google:hover {
    background: #3f87eb;
}

.dialog .shade .shade_list span.reddit {
    background: #e14c36;
}

.dialog .shade .shade_list span.discord {
    background: #788bd2;
}

.dialog .shade .shade_list span.reddit:hover {
    background: #e93116;
}

.dialog .shade .shade_list span.steam {
    background: #2e7fa6;
}

.dialog .shade .shade_list span.steam:hover {
    background: #3291bf;
}

.dialog .shade .shade_list span.twitch {
    background: #4a358a;
}

.dialog .shade .shade_list span.twitch:hover {
    background: #6546c5;
}

.dialog .shade .shade_list span.twitter {
    background: #329be3;
}

.dialog .shade .shade_list span.twitter:hover {
    background: #1a91e3;
}

.dialog .shade .shade_list span.youtube {
    background: #ed1e26;
}

.dialog .shade .shade_list span.youtube:hover {
    background: #b7171d;
}

.dialog .shade .shade_list span.discord:hover {
    background: #5879f3;
}

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

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

.dialog a:hover {
    text-decoration: underline;
}

.site-info {
    margin-top: 75px;
}

.site-info h4 {
    font-size: 48px;
    margin-bottom: 40px;
}

.site-info h3 {
    font-size: 48px;
    margin-bottom: 40px;
}


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

.site-info ul li {
    display: flex;
    width: 30%;
    margin-right: 60px;
    height: 75px;
    margin-bottom: 55px;
}

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

.site-info ul li div>span {
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: 6px;
    color: #e0e1ff;
    font-family: 'Oswald';
}

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

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

/* news video*/

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

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

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

.home-news .video span {
    width: 100%;
    height: 100%;
    display: block;
}


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

.home-news .news .news-header a {
    display: none;
}

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

.home-news .reviews {
    width: 300px;
    background: #060d25;
    border-radius: 13px;
    /*padding: 20px 29px 0;*/
    padding-left: 15px;
    padding-top: 20px;
}



.home-news .reviews a.reviews-rated {
    opacity: .8;
}

.home-news .reviews a.reviews-rated:hover {
    opacity: 1;
}

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

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

.home-news .newsWrap {
    width: 300px;
    flex-wrap: wrap;
}

.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 .title {
    font-weight: 700;
    font-size: 14px;
    /* 只显示三行，多了省略 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 47px;
    line-height: 16px;
    margin-bottom: 10px;


}

@-moz-document url-prefix() {
    .home-news .news .news-content a .title {
        font-size: 13px;
    }
}

.home-news .news .news-content a:hover {
    color: #0b85ea;
}

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

.news .news-content p span {
    display: inline-block;
    margin: 0;
}

.home-news .news .news-content div {
    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: 47px;
    line-height: 16px;
}

.news .more {
    color: #fff;
    display: inline-block;
    font-family: 'Oswald';
    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;
    margin-top: 32px;
    position: relative;
    font-size: 12px;
}

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

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

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

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

.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 .mobile_img {
    display: none;
}

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


/* 回到顶部 */

.footer-common-button {
    border-radius: 50%;
    position: fixed;
    bottom: 120px;
    right: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    z-index: 99;
}
.lottery {
    /* 设置旋转的中心点（可选） */
    transform-origin: center;

    /* 应用旋转动画 */
    animation: rotate 2s linear infinite;
}

/* 定义旋转动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.back-top-button.footer-common-button {
    display: none;
    bottom: 190px;
}

.footer-common-button img {
    width: 60px;
    height: 60px;
}

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

.footer-common-button .mobile_img {
    display: none;
}

.feedback-button.footer-common-button {
    bottom: 120px;
}


.feedback_dialog {
    position: fixed;
    right: 0;
    bottom: 25px;
    width: 480px;
    background-color: #faf9f8;
    padding: 30px 30px 30px;
    color: #0e1319;
    transition: 0.3s;
    transform: scale(0);
    transform-origin: bottom right;
    opacity: 0;
    line-height: 20px;
    border-radius: 16px;
    text-align: left;
}

.feedback_dialog.display {
    transform: scale(1);
    opacity: 1;
}

.feedback_dialog i.closeIco {
    width: 25px;
    height: 24px;
    background-position: -175px -120px;
    background-image: url(../pc/image/public_ico.png);
    position: absolute;
    right: 30px;
    top: 30px;
}

.feedback_dialog h2 {
    font-size: 23px;
    color: #1f203c;
    margin-bottom: 20px;
}

.feedback_dialog .feedback_text {
    line-height: 20px;
    font-size: 12px;
    color: #9093be;
}

.feedback_dialog .feedback_select {
    margin-top: 15px;
    position: relative;
}

.feedback_dialog .feedback_select.required .select_title {
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 5px 1px #ff0000;
}

.feedback_dialog .input-box {
    margin-bottom: 10px;
}

.feedback_dialog .input-box .select_title i {
    height: 10px;
    width: 10px;
    border-bottom: 2px solid #1f203c;
    border-left: 2px solid #1f203c;
    transform: rotate(-45deg);
}

.feedback_dialog .input-box .select_down {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
    display: none;

}

.feedback_dialog .input-box .select_down.display {
    display: block;
}

.feedback_dialog .input-box .select_down p {
    padding: 10px 20px;
}

.feedback_dialog .input-box .select_down p:hover,
.feedback_dialog .input-box .select_down p.active {
    background-color: #0b85ea;
    color: #fff;
}

.feedback_dialog .input-box .select_title,
.feedback_dialog .input-box input {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: solid 1px #c6c7e9;
    color: #1f203c;
    padding: 0 15px;
    background: #fff;
}

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

.feedback_dialog .input-box textarea {
    width: 100%;
    min-height: 120px;
    border-radius: 5px;
    border: solid 1px #c6c7e9;
    resize: none;
    color: #1f203c;
}

.feedback_dialog .feedback_upload input {
    display: none;
}

.feedback_dialog .feedback_upload .uploadBox {
    position: relative;
    width: 70px;
}

.feedback_dialog .feedback_upload .upload_btn {
    width: 70px;
    border-radius: 5px;
    border: solid 1px #c6c7e9;
    justify-content: center;
    padding: 5px 0;
}

.feedback_dialog .feedback_upload .upload_btn:hover p {
    text-decoration: underline;
}

.feedback_dialog .feedback_upload .upload_btn img {
    width: 35px;
    height: 35px;
}

.feedback_dialog .feedback_upload .upload_btn p {
    font-size: 12px;
    color: #9093be;
    margin-top: 8px;
    text-align: center;
}

.feedback_dialog .feedback_upload .upload_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
    border-radius: 5px;
}

.feedback_dialog .feedback_upload .upload_mask .round_wait {
    display: block;
    width: 30px;
    height: 30px;
}

.feedback_dialog .feedback_upload .upload_list {
    flex-wrap: wrap;
}

.feedback_dialog .feedback_upload .img_item {
    width: 70px;
    height: 70px;
    border: solid 1px #c6c7e9;
    position: relative;
    padding: 2px;
    margin-left: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.feedback_dialog .feedback_upload .img_item:nth-child(6n) {
    margin-left: 0;
}

.feedback_dialog .feedback_upload .img_item img {
    width: 100%;
    height: 100%;
}

.feedback_dialog .feedback_upload .img_item i {
    background-position: -180px -360px;
    position: absolute;
    right: -11px;
    top: -11px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.feedback_dialog .feedback_submit {
    background-image: url('../image/feedback_1.webp');
    background-size: 100%;
    width: 94px;
    height: 94px;
    margin: 20px auto 0;
}

.feedback_dialog .feedback_submit:hover {
    animation: scaleRound 1s linear infinite;
}

@keyframes scaleRound {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.feedback_dialog .tips {
    color: red;
}

.feedback_dialog .dialog_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.feedback_dialog .dialog_success {
    margin-top: 10px;
    font-size: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    display: none;
}

.feedback_dialog .dialog_success h3 {
    font-size: 20px;
    color: #1f203c;
    padding: 10px 20px;
    border-bottom: 1px solid #9093be;
}

.feedback_dialog .dialog_success p {
    padding: 20px;
}

.feedback_dialog .dialog_success i.ico {
    width: 13px;
    height: 13px;
    background-position: -185px -365px;
    position: initial;
}



.contact-main .about-content {
    margin-top: 10px;
}

.contact-main .about-content>h2 {
    font-family: 'Oswald';
    font-size: 48px;
    margin-bottom: 10px;
}

.contact-main .about-content>img {
    width: 100%;
    margin-bottom: 20px;
}

.contact-main .about-content>p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #6f79c1;
    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: #1f203c;
    padding: 22px 23px 32px 21px;
    margin-bottom: 35px;
}

.contact-main .about-content ul li>p {
    font-size: 16px;
    color: #ffffff;
    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 .shade img {
    width: 100px;
    height: 40px;
    border-radius: 3px;
}

.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: #238be4;
    font-size: 14px;
}

.contact-main .about-content ul li .contactus-li-div div p img {
    width: 16px;
    min-width: 16px;
    margin-right: 9px;
}



.upload-image-box {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
    
}
.upload-image-box .img-box {
    padding: 0px 0px 0px 0 !important;
    height: 80px!important;
    width: 80px!important;
    text-align: center!important;
    cursor: pointer!important;
    color: #999!important;
}
.upload-image-box .img-box:not(.layui-layer-content .img-box) {
    border: 1px dashed #444570;
    background-color: #2C2D49;
}


.upload-image-box .img-box:hover {
    border: 1px dashed #238be4 !important;
}
.upload-image-box .img-box  img{
    width: 98%;
    height: 98%;
}
.upload-image-box .img-box i {
    color: #999;
}
.upload-image-box .img-box i:hover {
    color: #eb101b;
}
.upload-image {
    position: relative;
    display: inline-block;
    padding: 10px 0px 0px 0;
    text-align: center;
    cursor: pointer;
    color: #999;
    height: 80px;
    width: 80px;
}
.upload-image:not(.layui-layer-content .layui-upload-drag) {
    border: 1px dashed #444570;
    background-color: #2C2D49;
}
        

.upload-image:hover  {
    border: 1px dashed #238be4 !important;
}
.upload-image .layui-icon{
    font-size: 35px;
    color: #999;
}
.upload-image:hover .layui-icon {
    color: #238be4;
}

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


@media only screen and (max-width: 1310px) {
    .site-info ul li {
        margin-right: 50px;
    }
}

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

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

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

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

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

.nav .container .menu .choose-game .title,
.nav .container .menu .choose-game h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: inline-block;
    color: #ffffff;
}

.header .right ul .cart a .text,
.header .right ul .cart a h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: inline-block;
    color: #ffffff;
    margin: 0 4px 0 7px;
    padding-top: 2px;
}

.header .right ul .account .text,
.header .right ul .account h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: inline-block;
    color: #ffffff;
}

/* 无库存提示 */
.goods__nostock {
    position: fixed;
    top: 300px;
    left: 50%;
    align-items: center;
    color: #f56c6c;
    background-color: #fef0f0;
    border-color: #fde2e2;
    border-radius: 10px;
    height: 50px;
    justify-content: center;
    display: none;
    padding: 0 40px;
    z-index: 200;
    transform: translateX(-50%);
    white-space: nowrap;
}

.goods__nostock.show {
    display: flex;
}

.goods__nostock i {
    font-size: 18px;
    margin-left: 5px;
}

@media (min-width: 1024px) {

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

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

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

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

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

/* 阿拉伯语页面统一样式 */
.ar .nav .menu-box a:nth-child(4n+1),
.ar .level-last-menu ul li:nth-child(3n+1) {
    margin-right: 0;
}

.ar .nav .menu-box a:nth-child(4n) {
    margin-right: 6px;
}

.ar .nav .menu-box a img,
.ar .device i {
    margin-left: 10px;
}

.ar .level-last-menu ul li:nth-child(3n) {
    margin-right: 21px;
}

.ar .home-vip .vip-coupon {
    margin-left: 34px;
}

.ar .home-vip .vip-discount a {
    margin-right: 230px;
}

.ar .home-vip .vip-discount P {
    padding-right: 220px;
}

.ar .home-news .reviews {
    padding-right: 15px;
}

.ar .site-info ul li img {
    margin-left: 15px;
}

.ar .site-info ul li {

    margin-right: 0;
}

.ar .footer-content .link.contact li i,
.ar .server.device-server ul li img,
.ar .quick-search span,
.ar .cart-left .list-buttom button i,
.ar .edit-like li img {
    margin-left: 10px;
    margin-right: 0;
}

.ar .footer-content .link.join-us ul li a i,
.ar .order-info .checkout-btn i {
    margin-left: 15px;
    margin-right: 0;
}

.ar .goods .goods-list li.item:nth-child(5n) {
    margin-right: 12px;
}

.ar .goods .goods-list li.item:nth-child(5n+1) {
    margin-right: 0;
}

.ar .header .right ul .cart .cart-link li .shop-num span.sub {
    border-radius: 0 5px 5px 0;
}

.ar .header .right ul .cart .cart-link li .shop-num span.add {
    border-radius: 5px 0 0 5px;
}

.ar .header .search .search-key a {
    padding-right: 20px;
}

.ar .goods .goods-list li .item-num i:last-child,
.ar .wishlist-box .wishList li .item-num i:last-child {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #000;

}

.ar .goods .goods-list li .item-num i:first-child,
.ar .wishlist-box .wishList li .item-num i:first-child {

    border-radius: 0 5px 5px 0;
    border-left: 1px solid #000;
}

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

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

}

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

.ar .shop-num .add,
.d4gold__main .ar .golds__price_btn p {

    border-radius: 5px 0 0 5px;
}

.ar .shop-num .sub,
.d4gold__main .ar .golds__price_btn button {
    border-radius: 0 5px 5px 0;

}

.ar .search-question i,
.ar .dialog i.close-ico,
.ar .profile-modal i.close-ico {
    position: absolute;
    left: 26px;
    right: inherit;
}

.ar .account .account-left {
    margin-right: 0;
    margin-left: 38px;
}

.ar .account .account-left i,
.ar .d4__attr .d4__attr__submit button {
    margin-left: 20px;
}

.ar .basic-info ul li>div>img {
    margin-left: 15px;
}

.ar .edit-like li:nth-child(3n) {
    margin-right: 10px;
}

.ar .edit-like li:nth-child(3n+1) {
    margin-right: 0px;
}

.d4gold__main .ar .d4gold__info .list-desc {
    margin-right: 23px;
    margin-left: 0;
}

.ar .device ul li:last-child {
    border-right: 1px solid #27284a;
}

.d4gold__main .ar .golds__price_btn button {
    margin-left: 0;
    margin-right: 19px;
}

.ar .common-box-select ul li label {
    margin-left: 12px;
    margin-right: 0;
}

.ar .list-news .news {
    margin: 0 0px 0 18px;
}

.boosting_main.falloutBoosting .ar .orb_content .orb_content_right .chaosorbGoods .itemBox {
    justify-content: flex-start;
}

.falloutBoosting.boosting_main .ar .itemBox .item-amount {
    padding-right: 0;
    padding-left: 50px;
}

.boosting_main .ar .itemBox .item-level {
    flex-direction: row-reverse;

}

.Path_of_exile_c_orb .ar .orb_content .orb_content_left {
    margin-left: 50px;
    margin-right: 0;
}

.boosting_main .ar .item-time p {
    margin-right: 5px;
}

.ar .d4__attr .d4__attr--item .item__maxNum input {
    margin-left: 5px;
}

.ar .dark__attr .class_select .select__value i {
    left: 13px;
    right: inherit;
}

.d4gold__main .ar .golds__price_btn .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.ar.allgame .gameListTitle ul li img {
    margin-left: 10px;
}

.ar .orb_content .orb_content_right .platform_type .server_c ul li:nth-child(3),
.ar .orb_content .orb_content_right .platform_type .server_c ul li:nth-child(5) {
    border-radius: 5px 0 0 5px;

}

.ar .orb_content .orb_content_right .platform_type .server_c ul li:nth-child(2),
.ar .orb_content .orb_content_right .platform_type .server_c ul li:nth-child(4) {

    border-radius: 0 5px 5px 0;
    border-right: 0;
}

.boosting_main .ar .item-option li div:first-child label,
.boosting_main .ar .item-choose label {
    margin-left: 12px;
    margin-right: 0;
}

.ar .goods__sort .sort__item span {
    margin-left: 10px;
}

.ar .cart-link .cart-total .price {
    display: flex;
    flex-direction: row-reverse;
}

.ar .header .right ul .cart .cart-link li i.delete {
    right: inherit;
    left: 10px;
}

.ar .header .right ul .cart .cart-link .cartImages {
    margin-right: 0;
    margin-left: 20px;
}

.ar .header .right ul li.language span.country {
    margin-left: 6px;
    margin-right: 0;
}

.ar.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country .country-ul p,
.ar.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .select_list p {
    padding-right: 10px;
}

.ar.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .commonRadio input {
    margin-left: 5px;
}

.ar.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .select_list {
    left: inherit;
    right: 0;
}

.ar .order-list table thead td:last-child,
.ar .order-list table thead td:first-child {
    border-radius: 0;
}

.ar .cart-left .delivery-info .delivery-select .arrow-ico {
    right: inherit;
    left: 20px;
}

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

.ar .order-info .order-price>.vip-discount .price,
.ar .order-info .order-price>div.total .price {
    display: flex;
    flex-direction: row-reverse;
}

.ar .order-info .order-price>div label {}

.ar .shopcart .cart-left {
    margin-right: 0;
}

.ar.joinVip-main .vip-header .vip-h-top {
    justify-content: space-between;
}

.ar.joinVip-main .vip-header .vip-h-top .vip-progress li.vip1 span,
.ar.joinVip-main .vip-header .vip-h-top .vip-progress p {
    right: -3px;
    left: inherit;
}

.ar.joinVip-main .vip-header .vip-h-top .vip-progress li span {
    right: -6px;
    left: inherit;
}

.ar.joinVip-main .vip-header .vip-h-top .vip-progress li .vip5 p,
.ar.joinVip-main .vip-header .vip-h-top .vip-progress li .vip5 span {
    right: 130px;
    left: inherit;
}

.ar.joinVip-main .vip-header .vip-h-bottom {
    padding-right: 5%;
}

.ar .cart-left .information .user-info .register label {
    left: inherit;
    right: 2px;
}

.ar .cart-left .information .user-info .country p {
    margin-right: 0;
    margin-left: 10px;
}

.ar .nav ul li:last-child {
    border-right: 1px solid #212468;
}

.ar .account-header .vip-progress li.vip1 span {
    left: inherit;
    right: -5px;
}

.ar .account-header .vip-progress {
    display: none;
}

.ar .faq-content .item .item-text,
.ar .faq-content .item .item-text p {
    text-align: right;
}



/* d4 弹框 */
.goods_dia4_tips {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: 480px;
    border-radius: 10px;
    padding: 25px 32px;
    color: #000;
    display: none;
    z-index: 100;
}

.goods_dia4_tips .tips_title {
    justify-content: flex-end;
    font-family: 'Oswald';
    font-size: 24px;
}

.goods_dia4_tips i.cancel {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 24px;
    background-image: url(../pc/image/public_ico.png) !important;
    background-position: -175px -120px;
    cursor: pointer;
}

.goods_dia4_tips .tips_btn {
    display: flex;
    justify-content: center;
}

.goods_dia4_tips .content {
    padding: 10px 0px 30px;
    font-size: 18px;
}

.goods_dia4_tips .tips_btn button {
    background: #1f203c;
    color: #fff;
    margin-right: 10px;
    padding: 15px 25px;
    font-size: 16px;
}

.goods_dia4_tips .tips_btn button.checkout {
    display: block;
    color: #fff;
    padding: 15px 25px;
    background: #0b85ea;
}

.goods_dia4_tips .tips_btn button:hover {
    opacity: .8;
}


/* cookie */
.accept_cookie {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, #11122b 0%, #191c61 22%, #11122b 100%);
    z-index: 90;
    padding: 20px 0;
    color: #e0e1ff;
    display: none;
    padding-right: 30px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.accept_cookie .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accept_cookie .accept_cookie_r {
    margin-left: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.accept_cookie p {
    font-family: 'Oswald';
    font-size: 16px;
    margin-bottom: 6px;
}

.accept_cookie.display {
    display: flex;
    animation: slide-up 1s forwards;
}

@keyframes slide-up {
    0% {
        transform: translateY(110vh);
    }

    100% {
        transform: translateY(0vh);
    }
}


.accept_cookie .accept_cookie_r span {
    color: #0b85ea;
    white-space: nowrap;
    cursor: pointer;
}

.accept_cookie button {
    background: linear-gradient(148deg, #86DEAB 0%, #2A4FCE 100%);
    border-radius: 40px;
    color: #fff;
    padding: 15px 20px;
    margin-left: 30px;
    font-size: 14px;
    white-space: nowrap;
}

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


/* luck_pop */
.luck_pop {
    position: fixed;
    left: 40px;
    bottom: 80px;
    display: none;
    justify-content: center;
    z-index: 9;
}

.luck_pop.show {
    display: flex;
}

.luck_pop img {
    /* 禁止文本选择 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* 禁止拖拽 */
    -webkit-user-drag: none;
    user-drag: none;
}

.luck_pop a {
    display: block;
    width: 183px;
    height: 183px;
    position: relative;
    background: url("../image/luck_draw/pop_round.png") no-repeat center;
    background-size: 100% 100%;

}

.luck_pop .rotate_pop {
    position: absolute;
    top: 50%;
    left: 50%;

}

.luck_pop .rotate_pop img {
    width: 152px;
    animation: luckspin 3s linear infinite;
}

.pop_mask {
    width: 230px;
    position: absolute;
    left: -20px;
    bottom: -36px;
}

.pop_mask img {
    width: 100%;
}

.luck_pop .close {
    position: absolute;
    bottom: -60px;
    left: 74px;
    cursor: pointer;
}

.luck_pop .close img {
    width: 30px;
    height: 30px;
}

.pop_mask .mobileimg {
    display: none;
}

.default_search {
    display: none !important;
}
/* 分页样式 */
.custom-layui-laypage {
    text-align: center !important;

}

.custom-layui-laypage .layui-laypage a,
.custom-layui-laypage .layui-laypage span {
    background-color: #1a2342 !important;
    border: 1px solid rgba(70, 88, 130, 0.5) !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: linear-gradient(90deg, #0b85ea 0%, #0b85ea 51%, #0b85ea 100%);
}

@keyframes luckspin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    /* 默认隐藏 */
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.overlay.active {
    display: flex;
    /* 显示时使用flex布局 */
}

/* 彩花样式 */
.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f00;
    opacity: 0;
}

/* 彩花动画 */
@keyframes confettiFall {
    0% {
        transform: translateY(-100px) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

/* 闪光效果 */
.sparkle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sparkle span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    filter: blur(5px);
    animation: sparkle 2s linear infinite;
    opacity: 0;
}

@keyframes sparkle {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 1001;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* 中奖信息样式 */
.prize-message {
    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    transform: scale(0);
    animation: btnReveal 0.8s forwards 1.6s;
    transition: all 0.3s ease;
}

/* 兑奖按钮样式 */
.claim-btn {
    background: linear-gradient(45deg, #FF512F 0%, #DD2476 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(221, 36, 118, 0.4);

}

.prize-info {
    text-align: left;
    line-height: 20px;
    color: #e1e1e1;
    font-size: 14px;
    margin: 8px;
}

.claim-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 7px 20px rgba(221, 36, 118, 0.6);
}
.menu_css {
    background-color: #0a142f;
}

.menu_css ul>li>div {
    color: #fff;
}

.menu_css ul>li>div:hover {
    color: #0a142f;
}
.shadows {
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.menu_css ul {
    background-color: #0a142f;
}
@keyframes btnReveal {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.active--desc {
    margin-top: 40px;
    color: rgb(163 163 181);
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}


.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pager {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pager a {
    cursor: pointer;
}

.pager a,
.pager span {
    /* 按钮内数字 */
    width: 40px;
    height: 40px;
    border: 1px solid #07254c;
    margin-left: -1px;
    color: #0b85ea;
    display: inline-block;
    line-height: 40px;
    float: left;
    font-size: 15px;
    text-decoration: none;
    margin: 0 5px;
    border-radius: 6px;
}

.pager a:hover {
    border-color: #0b85ea;
    color: #0b85ea;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 6px 1px #0b85ea;
}

.pager span.active {
    background-color: #0b85ea;
    color: #fff;
    border-color: #0b85ea;
    position: relative;
    z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
    background: transparent url(/static/pc/image/page_bg.png) 8px 7px no-repeat;
}


.pager .pg-prev,
.pager .pg-prev:hover {
    background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
    background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
    background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
    cursor: default;
    background-image: url(/static/pc/image/page_bg_true.png);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
    cursor: default;
    background-image: url(/static/pc/image/page_bg_true.png);
}

.pager .pg-prev[disabled='true']:hover,
.pager .pg-next[disabled='true']:hover {
    box-shadow: none;
    border: 1px solid #07254c;
}



.pager span.els {
    border-color: transparent;
}

.pagerHtmlWrap {
    width: 800px;
    margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0;
}


@media (max-width: 768px) {

    .pager a,
    .pager span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 4px;
    }
}