/* about */
.main .back,
.about-us .mobile_h3,
.mobile_img,
.joinVip-main .mobile_user_info {
    display: none;
}

.about-main h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.about-us .about-content>ul>li {
    background-image: url(/static/pc/image/li-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0;
}

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

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

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

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

.about-us .about-content>ul>li .item.our-products p {
    font-size: 14px;
    color: #adb0e9;
}

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

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

.about-us .about-content>ul>li .item img {
    width: 460px;
    min-width: 460px;
}

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

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

.about-us .about-content>ul>li .item.our-service ul li p {
    font-size: 24px;
    /*text-transform: uppercase;*/
    font-family: 'Oswald';
}

.about-us .about-content>ul>li .item.our-service img {
    width: 657.5px;
    height: 454px;
}

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

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

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

.contact-us>p {
    text-align: center;
    font-size: 20px;
    color: #adb0e9;
    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: #0b85ea;
    border-bottom: 1px solid #0b85ea;
}

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

.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: 48px;
    margin: 30px 0 25px;
}

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

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

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

.search-question p {
    color: #0b85ea;
    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: 16px;
    font-family: 'Oswald';
    /*text-transform: uppercase;*/
}

.faq-cate li.active {
    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);
}

.faq-content .item {
    margin-bottom: 20px;
}

.faq-content .item .item-title {
    background: #091a38;
    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: #0b6ec5;
    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 .item .help_feedback {
    margin-top: 100px;
    text-align: center;
}

.faq-content .item .help_feedback p {
    text-align: center;
    margin-bottom: 15px;
}

.faq-content .item .help_feedback p span {
    color: red;
    cursor: pointer;
}

.faq-content .item .help_feedback .btns {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.faq-content .item .help_feedback .btns span {
    background: #0b85ea;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.faq-content .item .help_feedback .btns span: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);
}

.faq-content .item .help_feedback .btns span.yes {
    margin-right: 10px;
}

.help_feedback .yes_tips {
    display: none;
    color: green;
}

.help_feedback .feedback_no_tips {
    text-align: left;
    display: none;
    background: #060d25;
    padding: 20px;
    border-radius: 10px;
}

.faq-content .item .help_feedback .feedback_no_tips p {
    text-align: left;
}

.help_feedback .feedback_no_tips ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.help_feedback .feedback_no_tips ul li:hover {
    color: #0b85ea;
}

.help_feedback .feedback_no_tips ul li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help_feedback .feedback_no_tips ul li span i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0b85ea;
    display: none;

}

.help_feedback .feedback_no_tips ul li:hover span {
    border: 1px solid #0b85ea;
}

.help_feedback .feedback_no_tips ul li.active span {
    border: 1px solid #0b85ea;
}

.help_feedback .feedback_no_tips ul li.active {
    color: #0b85ea;
}

.help_feedback .feedback_no_tips ul li.active span i {
    display: block;
}

.faq-content .help_feedback .feedback_no_tips ul li p {
    margin-bottom: 0;
}

.help_feedback .feedback_no_tips input {
    background: #151833;
    border: 1px solid #1d2142;
    height: 44px;
    color: #fff;
    width: 100%;
    margin: 20px 0;
}

.help_feedback .feedback_no_tips textarea {
    max-width: 100%;
    min-width: 100%;
    background: #151833;
    border: 1px solid #1d2142;
    color: #fff;
    resize: none;
    min-height: 200px;
}

.faq-content .item .help_feedback .feedback_no_tips .btns {
    justify-content: flex-start;
    margin-top: 20px;
}

.faq-content .item .help_feedback .feedback_no_tips .btns .send {
    margin-right: 20px;
}

.feedback_no_tips .error {
    color: red;
}

.feedback_no_tips .success {
    color: green;
}

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


/* sell */
.affiliate-network h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.affiliate-network h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.affiliate-network p {
    line-height: 20px;
}

.sell_item ul li {
    line-height: 30px;
}

.sell_item ul li img {
    width: 16px;
    min-width: 16px;
    margin-right: 9px;
}







/* newsletter */

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

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

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

.newsletter-main .subscribers .subscribers-left>p {
    font-size: 22px;
    font-family: 'Montserrat Bold';
    color: #0b85ea;
    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, #5edeab, #2059d2);
    background: -o-linear-gradient(bottom, #5edeab, #2059d2);
    background: -moz-linear-gradient(bottom, #5edeab, #2059d2);
    background: linear-gradient(to bottom, #5edeab, #2059d2);
    color: #fff;
    top: 10px;
    width: 390px;
    left: 15px;
    text-align: center;
    padding: 30px 0;
}

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

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

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

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

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

.newsletter-main .subscribers .subscribers-right {
    background: #f5ecd9;
    padding: 35px 30px 40px 40px;
    width: 600px;
    margin-left: 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: #0b85ea;
}

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

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

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

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

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

.newsletter-main .subscribers .nesletterForm button:hover {
    background: -webkit-linear-gradient(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);
}

.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 button.noval {
    background: rgb(112, 111, 163);
    cursor: not-allowed;
    text-shadow: rgba(48, 24, 113, 0.1) 0px 1px 1px;
    color: rgb(165, 164, 206);
}

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

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

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

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

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

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

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

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

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

.joinVip-main .vip-header .vip-h-bottom>p:nth-child(2n) {
    font-size: 12px;
    margin-top: 15px;
    font-family: 'Roboto';
    line-height: 25px;
}

.joinVip-main .vip-header .vip-h-top {
    display: flex;
    margin-bottom: 24px;
}

.joinVip-main .vip-header .vip-h-top .userInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 65px;
}

.joinVip-main .vip-header .vip-h-top .userInfo img.avtor {
    width: 100px;
    border-radius: 50%;
}

.joinVip-main .vip-header .vip-h-top .userInfo img.grade {
    width: 29px;
    position: absolute;
    top: 84px;
    left: 42px;
}

.joinVip-main .vip-header .vip-h-top .userInfo p {
    color: #fff;
    font-size: 12px;
    margin-top: 28px;
}

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

.joinVip-main .vip-header .vip-h-top .vip-progress ul {
    display: flex;
    position: relative;
}

.joinVip-main .vip-header .vip-h-top .vip-progress ul li:nth-child(1) {
    width: 100px;
}

.joinVip-main .vip-header .vip-h-top .vip-progress ul li:nth-child(2) {
    width: 150px;
}

.joinVip-main .vip-header .vip-h-top .vip-progress ul li:nth-child(3) {
    width: 160px;
}

.joinVip-main .vip-header .vip-h-top .vip-progress ul li:nth-child(4) {
    width: 160px;
    border: none;
}

.joinVip-main .vip-header .vip-h-top .vip-progress li {
    height: 100%;
    position: relative;
    z-index: 9;
    box-sizing: content-box;
}

.joinVip-main .vip-header .vip-h-top .vip-progress li.vip1 span {
    left: -2px
}

.joinVip-main .vip-header .vip-h-top .vip-progress li .vip5 span {
    right: -4px;
    text-align: right;
}

.joinVip-main .vip-header .vip-h-top .vip-progress li .vip5 p {
    left: 130px
}

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

}

.joinVip-main .vip-header .vip-h-top .vip-progress p {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -55px;
    left: -3px;
    font-size: 14px;
    color: #fff;
    font-family: 'Oswald';
}

.joinVip-main .vip-header .vip-h-top .vip-progress img {
    width: 29px;
}

.joinVip-main .vip-header .vip-h-top .vip-progress .vip-help {
    position: absolute;
    right: -50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    top: -5px;
    cursor: pointer;
}

.joinVip-main .vip-header .vip-h-top .vip-progress .vip-help a {
    color: #fff;
}

.joinVip-main .vip-header .vip-h-top .vip-progress .vip-help:hover {
    border-color: #18f6d9;
}

.joinVip-main .vip-header .vip-h-top .vip-progress .vip-help:hover a {
    color: #18f6d9;
}

.joinVip-main .vip-header .vip-h-top .vip-progress .progress-num {
    width: 50px;
    height: 22px;
    position: absolute;
    border-radius: 22px;
    border: 1px solid #fff;
    top: -5px;
    left: -20px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto';
    z-index: 9;
}

.joinVip-main .vip-header .vip-h-top .vip-progress ul>div {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}

.joinVip-main .vip-header .vip-h-top .vip-progress .progress-bar {
    position: absolute;
    left: 3px;
    top: 3px;
    background: -webkit-linear-gradient(left, #6ed9ab, #fff773);
    background: -o-linear-gradient(right, #6ed9ab, #fff773);
    background: -moz-linear-gradient(right, #6ed9ab, #fff773);
    background: linear-gradient(to right, #6ed9ab, #fff773);
    height: 86%;
    border-radius: 40px;
    width: 0%;
}

.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 {
    height: 44px;
    border-radius: 44px;
    font-size: 16px;
    color: #fff;
    background: #238be4;
    white-space: nowrap;
    padding: 0 20px;
}

.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: #6f79c1;
    margin-top: 10px;
}

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

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

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

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

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




/* allgame */
.allgame h2 {
    font-size: 48px;
    color: #e5e8f1;
    margin: 20px 0;
}

.allgame .gameListTitle {
    margin-top: 20px;
}

.allgame .gameListTitle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.allgame .gameListTitle ul li {
   padding: 20px 25px;
    background-color: #1f203c;
    border-radius: 5px;
    color: #D8D9F5;
    cursor: pointer;
    font-family: 'Oswald';
    /*text-transform: uppercase;*/
    margin-right: 10px;
    font-size: 16px;
}

.allgame .gameListTitle ul li img {
    height: 24px;
    width: 24px;
    margin-right: 16px;
}

.allgame .gameListTitle ul li:hover {
    color: #1989e7;
}

.allgame .gameListTitle ul li.active {
    color: #1989e7;
}

.allgame .gameList_first {
    display: none;
    margin-top: 39px;
    margin-bottom: 20px;
}

.allgame .gameList_first.active {
    display: block;
}

.allgame .gameList_first ul li {
    width: 40px;
    height: 40px;
    background-color: #1f203c;
    border-radius: 3px;
    color: #ffffff;
    margin-right: 18px;
    cursor: pointer;
}

.allgame .gameList_first ul li:hover {
    color: #1989e7;
}

.allgame .gameList_first ul li.active {
    background-image: linear-gradient(-20deg,
            #1f65d4 0%,
            #76e1b5 100%),
        linear-gradient(#1f203c,
            #1f203c);
    background-blend-mode: normal,
        normal;
    color: #ffffff;
}

.allgame .gamelist {
    display: none;
}

.allgame .gamelist.active {
    display: block;
}

.allgame .gamelist .games-list-item {
    color: #fff;
    padding: 25px 0;
    border-top: 1px solid #171f4e;
    font-family: 'montserrat bold';
}

.allgame .gamelist .games-list-item div {
    flex-wrap: wrap;
}

.allgame .gamelist .games-list-item .first_text {
    font-size: 24px;
    color: #ffffff;
    min-width: 150px;
    padding-top: 5px;
}

.allgame .gamelist .games-list-item a {
    min-width: 250px;
    height: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    white-space: break-spaces;
    width: 250px;

}

.allgame .gamelist .games-list-item a.edring {
    display: none;
}

.allgame .gamelist .games-list-item a:hover {
    color: #1989e7;
}

/* 忘记密码 */

.forgotPassword,
.backToSite {
    background: #1f203c;
    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;
    color: #9093be;
}

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

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



















.flexBetween {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.flex {
    display: flex;
}

.sell_to_us .pc_img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.sell_to_us h2 {
    font-size: 48px;
    margin: 15px 0;
}

.sell_to_us .mobile_img {
    display: none;
}



.sell_to_us .your_info {
    background: #060c1d;
    border-radius: 10px;
    padding: 31px 31px 30px;
    color: #fff;
}

.sell_to_us .your_info h3 {
    font-size: 30px;
    /*text-transform: uppercase;*/
}

.sell_to_us .your_info p {
    margin-bottom: 30px;
}

.sell_to_us .your_info h4 {
    margin-bottom: 10px;
    color: #0b85ea;
    font-size: 20px;
}

.sell_to_us .your_info ul {
    padding-left: 40px;
}

.sell_to_us .your_info ul li {
    margin-bottom: 20px;
    list-style: disc;
}

.sell_to_us .your_info p.buitext {
    border: 1px solid #0b85ea;
    border-radius: 4px;
    padding: 25px;
    margin-top: 40px;
}

.sell_to_us .your_info .commonTitle {
    font-size: 18px;
    font-family: 'Oswald';
    color: #fff;
}

.sell_to_us .your_info .infoForm {
    align-items: flex-start;
}

.sell_to_us .your_info .infoForm .tips {
    color: red;
    font-size: 12px;
}

.sell_to_us .your_info .infoForm .input_box {
    width: 49.1%;
    position: relative;
    margin-top: 20px;
    margin: 20px 0 0;

}

.sell_to_us .your_info .infoForm .input_box input {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    border: solid 1px #383f6b;
    background: none;
    color: #fff;
}

.sell_to_us .your_info .infoForm .input_box input:focus {
    border: solid 1px #238be4;
}

.sell_to_us .your_info .infoForm .input_box i.ico {
    position: absolute;
    top: 48px;
    right: 18px;
    width: 13px;
    height: 7px;
    background-position: 0 -19px;
}

.sell_to_us .your_info .infoForm .input_box .input_title {
    margin-bottom: 8px;
    font-size: 14px;
}

.sell_to_us .your_info .infoForm .input_box .input_title i {
    color: red;
    margin-right: 5px;
}

.sell_to_us .contact_means .contact_select {
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.sell_to_us .contact_means .contact_select .selltous_down_select {
    top: 50px;
}

.sell_to_us .contact_means .select_title {
    width: 122px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
    border: solid 1px #383f6b;
    height: 100%;
    color: #fff;
}

.sell_to_us .your_info .infoForm .contact_means .select_title i {
    top: 20px;
}

.sell_to_us .your_info .selltous_down_select {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: none;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
}

.sell_to_us .your_info .selltous_down_select li {
    color: #000;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
}

.sell_to_us .your_info .selltous_down_select li:hover,
.sell_to_us .your_info .selltous_down_select li.active {
    background: #238be4;
    color: #fff;
}

.sell_to_us .your_info .submit {
    margin-top: 38px;
}

.sell_to_us .your_info .submit button {
    height: 46px;
    background-color: #238be4;
    border-radius: 23px;
    font-size: 16px;
    color: #faf9f8;
    cursor: pointer;
    min-width: 120px;
}

.sell_to_us .your_info .submit button: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);
}

.sell_to_us .your_info .infoForm .input_box.sell_platForm,
.sell_to_us .your_info .infoForm .input_box.sell_server,
.sell_to_us .your_info .infoForm .input_box.sell_product,
.sell_to_us .your_info .infoForm .input_box.sell_coins {
    display: none;
}

.sell_to_us .your_info .infoForm .input_box.sell_platForm.display,
.sell_to_us .your_info .infoForm .input_box.sell_server.display,
.sell_to_us .your_info .infoForm .input_box.sell_product.display,
.sell_to_us .your_info .infoForm .input_box.sell_coins.display {
    display: block;
}

.sell_to_us .sell-tips {
    background-color: #fff;
    position: fixed;
    top: 35%;
    left: 50%;
    margin: 0 0 0 -130px;
    z-index: 100000;
    padding-bottom: 20px;
    display: none;
}

.sell_to_us .sell-tips h4 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 20px;
    color: #000;
}

.sell_to_us .sell-tips h4 i {
    color: #000;
    cursor: pointer;
}

.sell_to_us .sell-tips p {
    padding: 20px;
    text-align: center;
    color: #000;
}

.sell_to_us .sell-tips a.btn {
    margin-left: auto;
    margin-right: 20px;
    height: 40px;
    background-color: #238be4;
    font-size: 14px;
    color: #faf9f8;
    cursor: pointer;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sell_to_us .sell_top {
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
}

.sell_to_us .share {
    margin-right: 20px;
    background-color: #060c1d;
    width: 340px;
    min-width: 340px;
    padding: 20px;
}

.sell_to_us .share a {
    color: #fff;
    font-size: 14px;
    color: #0b85ea;
    margin-bottom: 20px;
    display: block;
}

.sell_to_us .share a img {
    width: 100%;
    border-radius: 5px;
}

.sell_to_us .share .buitext {
    color: red;
    border: 1px solid #31375b;
    padding: 10px 5px;
    border-radius: 5px;
}













/* affiliate */
.affiliateMain h1 {
    font-size: 48px;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box input:focus {
    border: solid 1px #238be4;
}

.affiliateMain .affiliate-content {
    margin-top: 10px;
    background-color: #060c1d;
    border-radius: 10px;
}

.affiliateMain .affiliate-content>img {
    margin-top: 0;
    display: block;
    border-radius: 10px;
}

.affiliateMain .affiliate-content .mobile_img {
    display: none;
}

.affiliateMain .affiliate-content .affiliate-contact {
    width: 100%;
    border-radius: 10px;
    background-color: #011023;
    position: relative;
    padding: 20px 30px;
    overflow: hidden;
}

.affiliateMain .affiliate-content .affiliate-contact h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.affiliateMain .affiliate-content .affiliate-contact ul {
    display: flex;
}

.affiliateMain .affiliate-content .affiliate-contact ul li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #238be4;
    margin-right: 135px;
}

.affiliateMain .affiliate-content .affiliate-contact ul li img {
    width: 20px;
    margin-top: 0;
    margin-right: 10px;
}

.affiliateMain .affiliate-home-index {
    width: 100%;
    border-radius: 10px;
    background-color: #060c1d;
    margin-top: 20px;
    padding: 20px;
}

.affiliateMain .affiliate-home-index .a-left {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.affiliateMain .affiliate-home-index .a-left ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.affiliateMain .affiliate-home-index .a-left li {
    margin-bottom: 10px;
    position: relative;
}

.affiliateMain .affiliate-home-index .a-left li.active a {
    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);
    color: #fff;
}

.affiliateMain .affiliate-home-index .a-left li a:hover {
    color: #fff;
}

.affiliateMain .affiliate-home-index .a-left li a {
    width: 100%;
    height: 60px;
    background-color: #0a162c;
    border-radius: 60px;
    color: #6f79c1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Oswald';
}

.affiliateMain .affiliate-home-index .a-right {
    padding: 30px;
    font-size: 14px;
    color: #585a8a;
    width: 100%;
    background-color: #0a162c;
    border-radius: 10px;
}

.affiliateMain .affiliate-home-index .a-right h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'montserrat bold';

}

.affiliateMain .affiliate-home-index .a-right.login_aff_right h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'montserrat bold';
    margin-bottom: 10px;
    margin-top: 10px;


}

.affiliateMain .affiliate-home-index .a-right.login_aff_right>div.line {
    border-bottom: 1px solid #ccc;

}

.affiliateMain .affiliate-home-index .a-right.login_aff_right ul,
.affiliateMain .affiliate-home-index .a-right.login_aff_right ol {
    margin-bottom: 10px;
}

.affiliateMain .affiliate-home-index .a-right.login_aff_right ul li {
    list-style-type: disc;
    margin-left: 25px;
}

.affiliateMain .affiliate-home-index .a-right.login_aff_right ol li {
    line-height: 24px;
    color: rgb(163 163 181);

}

.affiliateMain .affiliate-home-index .a-right.login_aff_right p {
    margin-bottom: 15px;
}

.affiliateMain .affiliate-home-index .a-right p {
    margin-bottom: 20px;
    line-height: 24px;
    color: rgb(163 163 181);
}

.affiliateMain .affiliate-home-index .a-right ul {
    margin-bottom: 20px;
    line-height: 24px;
    width: 100%;
    color: rgb(163 163 181);
}

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

.affiliateMain .affiliate-home-index .logSin-right .input-box {
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box {
    flex-wrap: wrap;
    flex-direction: column;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box p {
    min-width: 120px;
    color: #585a8a;
    font-size: 14px;
    margin-bottom: 0;
}

.affiliateMain .affiliate-home-index .logSin-right.sign-right .input-box p {
    min-width: 140px;
}

.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: 6px;
    border: 1px solid #383f6b;
    background: none;
    color: #fff;
    padding-left: 20px;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box.email {
    position: relative;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code {
    height: 36px;
    min-width: 70px;
    background: #0b85ea;
    left: 264px;
    top: 29px;
    padding: 0 15px;
    cursor: pointer;
    position: absolute;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code:hover {
    background: linear-gradient(to right, #63e9a8, #1a4ed5);
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code .loading,
.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code .time {
    display: none;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code .loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code.disabled .send {
    display: none;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code.disabled .time {
    display: block;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code.disabled {
    background: #ccc;
    color: #1d1d1d;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code.load .loading {
    display: block;
}

.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code.load .send,
.affiliateMain .affiliate-home-index .logSin-right .input-box .send_code.load .time {
    display: none;
}

.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: #238be4;
    color: #fff;
    border-radius: 46px;
    font-size: 16px;
    font-family: 'Oswald';
}

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

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

.affiliateMain .affiliate-home-index .a-right .tips {
    color: red;
    padding-left: 120px;
    padding-top: 10px;
}

.affiliateMain .affiliate-home-index .a-right.login-right .tips {
    padding-left: 0px;
}

.affiliateMain .affiliate-home-index .a-right.sign-right .tips {
    padding-left: 0;
}

.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;
    color: #585a8a;
}

.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;
    width: 100%;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li.grid_li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li.grid_li .country_phone {
    display: flex;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .input-box {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .input-box input {
    width: 100%;
}

.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 .a-profile .changeAccount ul li .commonRadio input {
    width: 20px;
    height: 20px;
    appearance: auto;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .commonRadio div {
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #383f6b;
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .commonRadio span {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .commonRadio span i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #0b85ea;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li .commonRadio span.checked i::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0b85ea;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input:nth-child(2) {
    margin-left: 0;
}


.affiliateMain .affiliate-home-index .a-profile .social_media .select_input.required input {
    border: 1px solid #ff0000 !important;
    box-shadow: 0px 0px 5px 1px #ff0000;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .select_title {
    height: 46px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #383f6b;
    margin-right: 10px;
    justify-content: space-between;
    padding: 0 10px;
    width: 175px;
    cursor: pointer;
    min-width: 175px;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .select_title i {
    width: 13px;
    height: 7px;
    background-position: 0 -19px;
    background-image: url(/static/pc/image/public_ico.png);
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .select_title.required {
    border: 1px solid #ff0000 !important;
    box-shadow: 0px 0px 5px 1px #ff0000;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .add_delete p {
    background-color: #238be4;
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
    padding: 0 20px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    min-width: auto;
    border-radius: 5px;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .add_delete p:hover {
    background: #0b85ea;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .select_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 140px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
    color: #000;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .select_list p {
    height: 30px;
    padding-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-width: auto;
}

.affiliateMain .affiliate-home-index .a-profile .social_media .select_input .select_list p:hover {
    color: #238be4;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li.grid_li .select-games {
    width: 100%;
    position: relative;
}

.affiliateMain .affiliate-home-index .a-profile .changeAccount ul li.grid_li .aff_game_tips {
    margin: 0;
    padding-top: 20px;
    color: red;
}

.affiliateMain .affiliate-home-index .a-profile .select-games .game_value {
    position: relative;
}

.affiliateMain .affiliate-home-index .a-profile .select-games .game_value input {
    cursor: pointer;
}

.affiliateMain .affiliate-home-index .a-profile .select-games .game_value i {
    position: absolute;
    right: 13px;
    top: 20px;
    width: 13px;
    height: 7px;
    background-position: 0 -19px;
    background-image: url(/static/pc/image/public_ico.png);
}

.affiliateMain .affiliate-home-index .a-profile .select-games .aff_game_list {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.affiliateMain .affiliate-home-index .a-profile .select-games .aff_game_list .search_game {
    padding: 5px 10px;
}

.affiliateMain .affiliate-home-index .a-profile .select-games .aff_game_list .search_game input {
    color: #000;
}

.affiliateMain .affiliate-home-index .a-profile .select-games .aff_game_list .game_list p {
    padding: 5px 10px;
    cursor: pointer;
}

.affiliateMain .affiliate-home-index .a-profile .select-games .aff_game_list .game_list p:hover {
    color: #238be4;
}

.affiliateMain .affiliate-home-index .a-profile .select-games .aff_game_list .game_list p.active {
    background: #238be4;
    color: #fff;
}

.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 .a-right .success_copy {
    position: fixed;
    top: 30%;
    left: 50%;
    background-color: #f0f9eb;
    color: #67c23a;
    width: 200px;
    height: 40px;
    font-size: 14px;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    border-radius: 10px;
}

.affiliateMain .affiliate-home-index.isLogin .a-right .success_copy.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.affiliateMain .affiliate-home-index.isLogin .a-right .userInfo p i {
    font-size: 16px;
    cursor: pointer;
}

.affiliateMain .affiliate-home-index.isLogin .a-right .userInfo p i:hover {
    text-decoration: underline;
}

.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country {
    position: relative;
    width: 95%;
}

.affiliateMain .affiliate-home-index.isLogin .changeAccount .country .select-country>p {
    height: 46px;
    line-height: 46px;
    width: 100%;
    border: 1px solid #383f6b;
    color: #fff;
    border-radius: 6px;
    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: 13px;
    height: 7px;
    background-position: 0 -19px;
}

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

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

.affiliateMain .affiliate-home-index.isLogin .a-order-title .dateTime i {
    margin: 0 10px;
}

.affiliateMain .affiliate-home-index.isLogin .a-order-title .dateTime .timeInput {
    background: #2c2d49;
    border-radius: 5px;
    border: 1px solid #444570;
    color: #fff;
    height: 45px;
    font-family: montserrat;
    position: relative;
    width: 200px;
}

.affiliateMain .affiliate-home-index.isLogin .a-order-title .dateTime .timeInput::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.affiliateMain .affiliate-home-index.isLogin .a-order-title .dateTime .search {
    background: #0b85ea;
    color: #fff;
    height: 45px;
    padding: 0 19px;
    margin-left: 10px;
}

.affiliateMain .affiliate-home-index.isLogin .a-order-title .dateTime .search:hover {
    background: linear-gradient(to bottom, #775cdc, #2d78e6);
}

.affiliateMain .affiliate-home-index.isLogin .order-list .loading_svg {
    margin: 40px auto;
    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 2px;
    /*text-transform: uppercase;*/
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: -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);
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.affiliateMain .affiliate-home-index.isLogin .a-withdrawal .order-list table tbody tr,
.affiliateMain .affiliate-home-index.isLogin .a-withdrawal .order-list table thead tr.bg-gradient {
    grid-template-columns: repeat(5, 1fr);
}

.affiliateMain .affiliate-home-index.isLogin .order-list table tbody tr {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.affiliateMain .affiliate-home-index.isLogin .order-list table tbody td {
    font-size: 12px;
    padding: 30px 0;
    border-bottom: 1px solid #04458e;
    color: #e0e1ff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;

}

.affiliateMain .affiliate-home-index.isLogin .order-list table tbody td.game_title {
    word-break: break-all;
}

.affiliateMain .affiliate-home-index.isLogin .a-withdrawal .order-list table tbody td {
    white-space: normal;
    word-break: break-all;
}

.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: -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-cash button:hover {
    background: #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 {
    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;
    cursor: pointer;
    padding: 0;
}

.affiliateMain .affiliate-home-index.isLogin .exchangeCash .payment span i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #a9aeb3;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.affiliateMain .affiliate-home-index.isLogin .exchangeCash .payment span.active i::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0b85ea;
}

.affiliateMain .affiliate-home-index.isLogin .exchangeCash .payment input {
    width: 20px;
    height: 20px;
    appearance: auto;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}

.affiliateMain .mobile_order {
    display: none;
}

.audit_wait {
    text-align: center;
    font-size: 16px;
}

.audit_wait img {
    width: 150px;
    margin-bottom: 20px;
    margin-top: 0;
}

.exchangeCash-warpper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 200;
    text-align: center;
    margin: 0;
    background-color: #faf9f8;
    width: 480px;
    padding: 25px 30px 25px;
    color: #000;
    border-radius: 5px;
}

.exchangeCash-warpper button {
    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);
    cursor: pointer;
    /* width: 160px; */
    padding: 0 25px;
    height: 46px;
    font-size: 16px;
    border-radius: 2px;
    margin: 20px auto 0;
    border-radius: 5px;
}

.dmca .about-content h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.dmca .about-content p {
    margin-bottom: 10px;
    color: #adb0e9;
}

.dmca .about-content .item ul li {
    margin-bottom: 10px;
    color: #adb0e9;
    list-style: disc;
    margin-left: 20px;
}

.dmca .about-content .item {
    margin-top: 20px;
    padding: 20px 30px;
    background: #07254c;
    display: flex;
    justify-content: start;
}

.dmca .about-content .item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}


.affiliateMain .affiliate-home-index.isLogin .withdrawal-warpper .warpper-dialog {
    background: #FFF;
    width: 480px;
    border-radius: 10px;
    padding: 25px 32px;
    color: #9093be;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.affiliateMain .affiliate-home-index.isLogin .withdrawal-warpper .warpper-dialog h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.withdrawal-warpper .warpper-dialog i.close-ico {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 24px;
    background-image: url(/static/pc/image/public_ico.png);
    background-position: -175px -120px;
    cursor: pointer;
}
.withdrawal-warpper .warpper-dialog .input-box {
    margin-bottom: 15px;
    position: relative;
}
.withdrawal-warpper .warpper-dialog li input {
    height: 46px;
    border: 1px solid #c6c7e9;
    width: 100%;
    border-radius: 5px;
    padding-left: 44px;
    font-family: 'Montserrat';
}

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

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

.withdrawal-warpper .warpper-dialog button:hover {
    background: #0b85ea;
}
.aff_video {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.aff-video-watch {
    display: block;
    width: 400px;
    min-width: 400px;
    margin-left: 20px;
    height: 250px;
}