:root {
    --backgroud: #212536;
    --link: #CFCDE4;
}

.darking:root {
    --backgroud: #0c0f14;
    --link: #fff;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar:vertical {
    width: 8px; /* 设置垂直滚动条的宽度 */
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, .4);
    background-color: #c7c7c7;
}

body {
    line-height: 1;
    /*-webkit-user-select: none;*/
    /*user-select: none;*/
    background: var(--backgroud);
    font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: 0;
    border-top: 1px solid #a0a0a0;
    margin: 10px 0;
}

b,
strong {
    font-weight: 400;
}

em,
i {
    font-style: italic;
}

del,
s {
    text-decoration: line-through;
}

.small,
small {
    font-size: 0.625rem;
}

sup {
    display: inline-block;
    font-size: 0.625rem;
    vertical-align: top;
    margin-top: -3px;
    color: inherit;
    line-height: 1;
}

ul {
    display: block;
}

ul li {
    display: block;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input {
    outline: none;
}

.clear {
    clear: both;
    height: 0;
}

.hide {
    display: none !important;
}

.head_box {
    padding: 0.8rem 0 0 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--backgroud);
    border-bottom: #2A2E42 solid 1px;
}

.head_box .toggle_menu_box {
    display: none;
}

.head_box .content_box .search_box {
    position: relative;
    display: flex;
    color: #ababab;
    font-size: 14px;
    width: 460px;
    background: #f0f0f0 url(../image/search_icon.svg) no-repeat 38px 10px;
    background-size: 1rem 1rem;
    padding: 0;
    border-radius: 12px;
    height: 2.2rem;
    line-height: 2.2rem;
}

.head_box .content_box .search_box .search_type {
    width: 36px;
    margin-left: 0.5rem;
    cursor: pointer;
    color: #333;
}

.head_box .content_box .search_box .search_icon {
    display: none;
}

.head_box .content_box .member_box {
    display: flex;
    align-items: center;
}

.head_box .content_box .member_box .mail_box .mail_count {
    position: absolute;
    font-size: 11px;
    background: #f55;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-left: 1rem;
    margin-top: -.4rem;
}

.rotate {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .head_box {
        padding: 0.8rem 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        left: 0;
        /*background: -webkit-linear-gradient(top, #212536, #2F3349);*/
        border-bottom: none;
    }

    .head_box .toggle_menu_box {
        display: block;
    }

    .head_box .content_box .search_box {
        position: relative;
        display: flex;
        color: #ababab;
        font-size: 14px;
        width: 100%;
        background: none;
        background-size: 0;
        padding: 0;
        border-radius: 0;
        height: auto;
        line-height: normal;
    }

    .head_box .content_box .show {
        background: #f0f0f0 url(../image/search_icon.svg) no-repeat 38px 10px;
        background-size: 1rem 1rem;
        padding: 0;
        border-radius: 12px;
        height: 2.2rem;
        line-height: 2.2rem;
        margin: 0 0.8rem;
    }

    .head_box .content_box .search_box .search_icon {
        display: block;
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 1rem 0 auto;
    }

}

@media (min-width: 768px) and (max-width: 1160px) {
    .head_box .content_box .search_box {
        position: relative;
        display: flex;
        color: #ababab;
        font-size: 14px;
        width: 360px;
        background: #f0f0f0 url(../image/search_icon.svg) no-repeat 38px 10px;
        background-size: 1rem 1rem;
        padding: 0;
        border-radius: 12px;
        height: 2.2rem;
        line-height: 2.2rem;
    }
}

.head_box .content_box .search_box .close {
    display: none;
    position: absolute;
    right: 0.4rem;
    top: 0.2rem;
}

.head_box .content_box .search_box .close img {
    max-width: 1rem;
}

.head_box .content_box .search_box input {
    border: none;
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    background: #f0f0f0;
    margin: 0 2rem 0 1.5rem;
    width: calc(100% - 4rem);
}

@media (max-width: 768px) {
    .head_box .content_box .search_box input {
        display: none;
        height: 1.6rem;
    }

    .head_box .content_box .search_box .search_type {
        display: none;
    }
}

.head_box .content_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 0.8rem;
}

.head_box .content_box .logo_box {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.head_box .content_box .logo_box .toggle_menu_box {
    /*    background: #e2e5ea;*/
    padding: 0 0.8rem;
    /*    margin-top: -0.8rem;*/
}

.head_box .content_box .logo_box .toggle_menu_box img {
    width: 20px;
    height: 20px;
}

.head_box .content_box .logo_box a {
    color: var(--link);
    font-weight: 700;
    font-size: 15px;
}

.head_box .content_box span {
    color: #F55;
    font-weight: 700;
    font-size: 24px;
    padding-right: 0.2rem;
}

.head_box .content_box .logo_box img {
    width: 3.5rem;
    height: auto;
}

.head_box .content_box .center_box {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #CFCDE4;
}

.head_box .content_box .search_icon {
    width: 23px;
    height: 23px;
    background-image: url(../image/head_icons.svg);
    background-repeat: no-repeat;
    background-position: -20px 0px;
    background-size: 62px 22px;
    margin-right: 0.8rem;
}

.head_box .content_box .center_box img {
    width: 22px;
    height: 22px;
    margin: 0 0.6rem;
    border-radius: 50%;
}

.head_box .content_box .center_box b {
    margin: 0 0.8rem;
}

.head_box .content_box .user_box {
    display: none;
}

@media (max-width: 768px) {
    .head_box .content_box .center_box img {
        width: 22px;
        height: 22px;
        margin: 0 0.4rem;
    }

    .head_box .content_box .enroll_box {
        display: none;
    }

    .head_box .content_box .user_box {
        display: block;
    }
}

.head_box .content_box .mail_count {
    position: absolute;
    font-size: 11px;
    background: #f55;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-left: .8rem;
    margin-top: -.3rem;
    padding: 0 !important;
}


.head_box .head_menu_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    padding: 2rem 0.8rem 1rem 0.8rem;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.head_box .head_menu_box .item {
    min-width: 60px;
    text-align: center;
}

.head_box .head_menu_box .item img {
    width: 1rem;
    margin-left: .3rem;
    vertical-align: text-bottom;
}

.head_box .head_menu_box .item div {
    cursor: pointer;
    color: #CFCDE4;
}

.head_box .head_menu_box .active img {
    width: 1rem;
    margin-left: .3rem;
    vertical-align: text-bottom;
}

.head_box .head_menu_box .active div {
    cursor: pointer;
}

.head_box .head_menu_box .item_menu_box {
    line-height: 2.5rem;
    margin-top: 1rem;
    border-left: #e8e8e8 solid 1px;
    border-right: #e8e8e8 solid 1px;
    position: absolute;
    width: 150px;
    margin-left: -3rem;
    background: -webkit-linear-gradient(top, #fff, #F7F8FA);
}

.head_box .head_menu_box .item_menu_box .item_link {
    padding: .5rem 0;
    display: block;
    border-bottom: #e8e8e8 solid 1px;
    font-weight: 700;
    color: #333 !important;
    text-align: center;
}

.head_box .head_menu_box .item_menu_box .item_link:hover {
    color: #078AFE !important;
}

@media (max-width: 768px) {
    .head_box .head_menu_box {
        display: none;
    }
}

.head_box .head_menu_box a {
    font-size: 15px;
    font-weight: 700;
    color: #CFCDE4;
}

.head_box .head_menu_box .active {
    color: #078AFE !important;
}

.head_box .head_menu_box .active a {
    color: #078AFE !important;

}

.head_box .head_menu_box .expand_box {
    display: flex;
    align-items: center;
}

.head_box .head_menu_box .expand_box img {
    width: 1rem;
    padding-left: .3rem;
}

.head_box .head_menu_box .sub_menu_box {
    line-height: 2.5rem;
    margin-top: 1rem;
    border-left: #e8e8e8 solid 1px;
    border-right: #e8e8e8 solid 1px;
    position: absolute;
    width: 150px;
    margin-left: -3rem;
    background: -webkit-linear-gradient(top, #fff, #F7F8FA);
    text-align: center;
}

.head_box .head_menu_box .sub_menu_box li {
    padding: .5rem 0;
    display: block;
    border-bottom: #e8e8e8 solid 1px;
    font-weight: 700;
    color: #333;
}


.head_box .menu_box {
    position: fixed;
    padding: 0 0.8rem;
    margin-top: 0.8rem;
    z-index: 999;
    background: -webkit-linear-gradient(top, #2F3349, #212536);
    /*opacity: 0.98;*/
    max-width: 430px;
    height: 100vh;
    overflow: scroll;
}

.head_box .menu_box .menu_item {
    padding: 0.8rem 0;
}

.head_box .menu_box .menu_item .caption_box {
    display: flex;
    align-items: center;
    color: #CFCDE4;
}

.head_box .menu_box .menu_item .caption_box img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.2rem;
}

.head_box .menu_box .menu_item .caption_box span {
    font-size: 16px;
    font-weight: 700;
}

.head_box .menu_box .menu_item .caption_box a {
    font-size: 16px;
    font-weight: 700;
    color: #CFCDE4;
}

.head_box .menu_box .menu_item .links_box {
    padding: 0.4rem 0 1rem 0;
    /*    border-bottom: #b2b2b2 solid 1px;*/
}

.head_box .menu_box .menu_item .links_box .highlight{
    color: #078AFE;
}

.head_box .menu_box .menu_item .links_box a {
    color: #CFCDE4;
    font-size: 14px;
    white-space: nowrap;
    line-height: 2rem;
    margin-right: 0.8rem;
}


/*.head_box .menu_box .menu_grid {*/
/*    color: #CFCDE4;*/
/*    min-width: calc(100vw - 1.6rem);*/
/*    margin-top: 0.8rem;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*}*/

/*.head_box .menu_box .menu_grid .menu_item {*/
/*    padding: 0.8rem 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    font-size: 14px;*/
/*    color: #CFCDE4;*/
/*}*/


/*.head_box .menu_box .menu_grid .menu_item img {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    margin-bottom: 0.8rem;*/

/*}*/

/*.head_box .menu_box .menu_item .links_box {*/
/*    padding: 0.4rem 0 1rem 0;*/
/*    !*    border-bottom: #b2b2b2 solid 1px;*!*/
/*}*/

/*.head_box .menu_box .menu_item .links_box .highlight {*/
/*    color: #078AFE;*/
/*}*/

/*.head_box .menu_box .menu_item .links_box a {*/
/*    color: #333;*/
/*    font-size: 14px;*/
/*    white-space: nowrap;*/
/*    line-height: 2rem;*/
/*    margin-right: 0.8rem;*/
/*}*/

.banner_box {
    margin-top: 7.6rem;
    position: relative;
    width: 100%;
    max-width: 1960px;
    margin-left: auto;
    margin-right: auto;
}

.banner_box a {
    color: #fff;
}

.banner_box .swiper-slide {
    width: 60%;
    height: 100%;
    margin: 0 6px;
    background: #212536;

}

.banner_box .banner_item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}


@media (max-width: 768px) {
    .banner_box {
        margin-top: 4.6rem;
        position: relative;
        width: 100%;
    }

    .banner_box .swiper-slide {
        width: calc(100% - 1.6rem);
        height: 100%;
        margin: 0 0.8rem;
        background: #212536;
    }

    .banner_box .banner_item img {
        border-radius: 6px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.banner_box .swiper-pagination {
    width: 100%;
}


.banner_box .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: unset;
}

.banner_box .swiper-pagination-bullets {
    margin-top: -20px;
}

.banner_box .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    border: none;
    width: 9pt;
    height: 3pt;
    border-radius: 6px;
    margin: 0 1.5%;
    opacity: 0.5;
}

.banner_box .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #078AFE;
    border: none;
    width: 18pt;
    height: 3pt;
    border-radius: 6px;
    margin: 0 1.5%;
    opacity: 1;
}


.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.banner_box .swiper-button-prev {
    margin-left: 3%;
    width: 36px;
    background: url("../image/banner_icon_arrow_prev.svg");
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_box .swiper-button-next {
    margin-right: 3%;
    width: 36px;
    background: url("../image/banner_icon_arrow_next.svg");
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
}

.main_box {
    max-width: 1050px;
    margin: 0 auto;
}

.main_box .crumbs_box {
    display: flex;
    align-items: center;
    margin: 0 0.8rem;
    /*padding-top: 0.8rem;*/
}

.main_box .crumbs_box a {
    color: #CFCDE4;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
}

.main_box .crumbs_box a.current {
    color: #9191A8;
    font-weight: 400;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .main_box .crumbs_box a.current {
        max-width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1160px) {
    .main_box .crumbs_box a.current {
        max-width: 120px;
    }
}

.main_box .crumbs_box img {
    width: 1rem;
    height: 1rem;
    margin: 0 0.1rem;
}

.main_box .notice_box {
    color: #fff;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    margin: 1.2rem 0.9rem 0.6rem 0.9rem;
    border-radius: 20px;
    height: 2rem;
    line-height: 2rem;
    font-size: 13px;
    text-align: left;
}

.main_box .notice_box .content_box {
    display: flex;
    align-items: center;
}

.main_box .notice_box .content_box .icon {
    width: 1rem;
    padding-left: 1rem;
    padding-right: 0.3rem;
}

.main_box .notice_box .content_box .show {
    display: inline-block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0.2rem;
}

.main_box .notice_box .content_box .hide {
    display: none;
}


.main_box .place_holder_box {
    margin: 0.8rem 0.8rem 0 0.8rem;
    position: relative;
}

.main_box .place_holder_box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.main_box .place_holder_box div {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: 666;
    padding: 0.2rem 0.4rem;
    border-radius: 0.5rem;
    background: #2A2E42;
    opacity: 0.6;
    font-size: 12px;
    color: #9191A8;
}

/*::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/


.dialog_mask {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0.68;
    position: fixed;
    z-index: 1000;
    display: none;
}

.regist_box {
    width: 87%;
    max-width: 340px;
    height: 38.5rem;
    /*background: -webkit-linear-gradient(top, #fff, #fff);*/
    background: #212536;
    z-index: 9999;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 2px 18px #0c0b19;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.regist_box .main_box {
    margin-top: 2rem;
    padding: 0;
    line-height: 1.2rem;
    display: block;
}

.regist_box .main_box .close_box {
    margin-top: -1.7rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.regist_box .main_box .close_box img {
    width: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.regist_box .main_box .logo_box img {
    width: 3.5rem;
    height: auto;
}

.regist_box .main_box .form_box .captcha_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.regist_box .main_box .form_box .captcha_box span {
    margin-left: 1rem;
    cursor: pointer;
}

.regist_box .main_box .form_box .captcha_box input{
    width: 26%;
    outline: none;
    font-size: 13px;
    background: #212536;
    color: #CFCDE4;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    border: 1px solid #078AFE;
    border-radius: 5px;
    height: 45px;
}

.regist_box .main_box .form_box .captcha_box .refresh{
    width: 1.5rem;
    margin-left: 0.5rem;
}

.regist_box .main_box .form_box {
line-height: 2.8rem;
padding: 0 1.2rem 1.2rem 1.2rem;
font-size: 9pt;
}

.regist_box .main_box .form_box .form_title {
text-align: center;
color: #CFCDE4;
font-size: 14px;
font-weight: 700;
}

.regist_box .main_box .form_box .form_item {
border: 1px solid #078AFE;
border-radius: 5px;
height: 45px;
display: flex;
margin-bottom: 1rem;
}

.regist_box .main_box .form_box .form_item .icon {
width: 1.1rem;
padding-left: 0.5rem;
}

.regist_box .main_box .form_box .form_item .option {
width: 1.1rem;
padding-left: 0.5rem;
vertical-align: text-bottom;
padding-right: 0.5rem;
cursor: pointer;
}

.regist_box .main_box .form_box .form_item span {
white-space: nowrap;
margin-right: 0.5rem;
color: #c3c3c3;
font-size: 13px;
}

.regist_box .main_box .form_box .form_item input {
width: 92%;
outline: none;
font-size: 13px;
background: #212536;
color: #CFCDE4;
padding-left: 0.5rem;
border: none;
}

.regist_box .main_box .form_box .note_box {
color: #CFCDE4;
line-height: 24px;
text-align: center;
margin: 1rem 0;
}

.regist_box .main_box .form_box .note_box a {
color: #078AFE;
font-weight: 700;
font-size: 13px;
}

.regist_box .main_box .form_box .option_box .txt {
color: #000;
font-weight: 700;
font-size: 13px;
}

.regist_box .main_box .form_box .option_box .txt img {
max-width: 1rem;
vertical-align: middle;
}

.regist_box .main_box .form_box .button_box {
color: #CFCDE4;
}

.regist_box .main_box .form_box .button_box span {
color: #008EFE;
font-size: 13px;
}

.regist_box .main_box .form_box .button_box .regist_btn {
cursor: pointer;
line-height: 3rem;
font-weight: 700;
color: #fff;
background: -webkit-linear-gradient(left, #8533ED, #008EFE);
border-radius: 20px;
display: block;
width: 100%;
font-size: 15px;
text-align: center;
margin-top: 0.5rem;
margin-right: 0.4rem;
margin-bottom: 0.5rem;
border: none;
}

.login_box {
width: 80%;
max-width: 320px;
height: 28rem;
/*background: -webkit-linear-gradient(top, #fff, #fff);*/
    background: #212536;
    color: #878787;
    z-index: 9999;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 2px 18px #0c0b19;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login_box .main_box {
    margin-top: 2rem;
    padding: 0;
    line-height: 1.2rem;
    display: block;
}

.login_box .main_box .close_box {
    margin-top: -1.7rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.login_box .main_box .close_box img {
    width: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.login_box .main_box .logo_box img {
    width: 5rem;
}

.login_box .main_box .form_box {
    line-height: 2.8rem;
    padding: 0 1.2rem 1.2rem;
}

.login_box .main_box .form_box .form_title {
    text-align: center;
    color: #CFCDE4;
    font-size: 14px;
    font-weight: 700;
}

.login_box .main_box .form_box .form_item {
    border: 1px solid #078AFE;
    border-radius: 5px;
    height: 45px;
    display: flex;
    margin-bottom: 1rem;
}

.login_box .main_box .form_box .form_item .icon {
    width: 1.1rem;
    padding-left: 0.5rem;
}

.login_box .main_box .form_box .form_item input {
    width: 92%;
    outline: none;
    font-size: 13px;
    background: #212536;
    color: #CFCDE4;
    padding-left: 0.5rem;
    border: none;
}

.login_box .main_box .form_box .form_item .option {
    width: 1.1rem;
    padding-left: 0.5rem;
    vertical-align: text-bottom;
    padding-right: 0.5rem;
    cursor: pointer;
}

.login_box .main_box .form_box .option_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #CFCDE4;
}

.login_box .main_box .form_box .option_box .txt {
    color: #CFCDE4;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    display: flex;
}

.login_box .main_box .form_box .option_box .txt img {
    max-width: 1rem;
    vertical-align: middle;
}

.login_box .main_box .form_box .login_btn {
    cursor: pointer;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    border-radius: 20px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
    border: none;
}

.login_box .main_box .form_box .captcha_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.login_box .main_box .form_box .captcha_box span {
    margin-left: 1rem;
    cursor: pointer;
}

.login_box .main_box .form_box .captcha_box input{
    width: 26%;
    outline: none;
    font-size: 13px;
    background: #212536;
    color: #CFCDE4;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    border: 1px solid #078AFE;
    border-radius: 5px;
    height: 45px;
}

.login_box .main_box .form_box .captcha_box .refresh{
    width: 1.5rem;
    margin-left: 0.5rem;
}

.forget_box {
    width: 87%;
    max-width: 340px;
    height: 34rem;
    /*background: -webkit-linear-gradient(top, #fff, #fff);*/
    background: #212536;
    z-index: 9999;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 2px 18px #0c0b19;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.forget_box .main_box {
    margin-top: 2rem;
    line-height: 1.2rem;
}

.forget_box .main_box .close_box {
    margin-top: -1.7rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
}

.forget_box .main_box .close_box img {
    width: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.forget_box .main_box .logo_box img {
    width: 3.5rem;
    height: auto;
}

.forget_box .main_box .form_box {
    line-height: 2.8rem;
    padding: 0 1.2rem 1.2rem 1.2rem;
    font-size: 9pt;
}

.forget_box .main_box .form_box .form_title {
    text-align: center;
    color: #CFCDE4;
    font-size: 14px;
    font-weight: 700;
}

.forget_box .main_box .form_box .captcha_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}


.forget_box .main_box .form_box .captcha_box .refresh{
    width: 1.5rem;
    margin-left: 0.5rem;
}

.forget_box .main_box .form_box .captcha_box span {
    margin-left: 1rem;
    cursor: pointer;
}

.forget_box .main_box .form_box .captcha_box input{
    width: 26%;
    outline: none;
    font-size: 13px;
    background: #212536;
    color: #CFCDE4;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    border: 1px solid #078AFE;
    border-radius: 5px;
    height: 45px;
}

.forget_box .main_box .form_box .form_item {
    border: 1px solid #078AFE;
    border-radius: 5px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.forget_box .main_box .form_box .form_item .icon {
    width: 1.1rem;
    padding-left: 0.5rem;
}

.forget_box .main_box .form_box .form_item .option {
    width: 1.1rem;
    padding-left: 0.5rem;
    vertical-align: text-bottom;
    padding-right: 0.5rem;
    cursor: pointer;
}

.forget_box .main_box .form_box .form_item span {
    white-space: nowrap;
    margin-right: 0.5rem;
    color: #c3c3c3;
    font-size: 13px;
}

.forget_box .main_box .form_box .form_item input {
    width: 17rem;
    outline: none;
    font-size: 13px;
    background: #212536;
    color: #CFCDE4;
    padding-left: 0.5rem;
    border: none;
}


.forget_box .main_box .form_box .option_box .txt {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.forget_box .main_box .form_box .option_box .txt img {
    max-width: 1rem;
    vertical-align: middle;
}

.forget_box .main_box .form_box .button_box {
    color: #9191A8;
}

.forget_box .main_box .form_box .button_box span {
    color: #078AFE;
    font-size: 13px;
}

.forget_box .main_box .form_box .button_box .forget_btn {
    cursor: pointer;
    line-height: 3rem;
    font-weight: 700;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    border-radius: 20px;
    color: #fff;
    border-radius: 6px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
    border: none;
}

.comfirm_dialog_box {
    width: 68%;
    max-width: 296px;
    height: auto;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 700;
    padding: 0.8rem;
    z-index: 9999;
    background: #2A2E42;
    border-radius: 6px;
    color: #CFCDE4;
}

.comfirm_dialog_box .content_box {
    line-height: 1.8rem;
}

.comfirm_dialog_box .content_box .title {
    font-size: 15px;
    margin-top: 0.5rem;
}

.comfirm_dialog_box .content_box .sub_title {
    font-size: 12px;
    color: #CFCDE4;
    font-weight: normal;
}

.comfirm_dialog_box .operate_box {
    color: #333;
    text-align: center;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-evenly;
}

.comfirm_dialog_box .operate_box .cancle_btn {
    padding: 0.1rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
    background: #dedede;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    width: 32%;
}

.comfirm_dialog_box .operate_box .ensure_btn {
    padding: 0.1rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    width: 32%;
}



.search_comfirm_dialog_box {
    width: 68%;
    max-width: 296px;
    height: auto;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 700;
    padding: 0.8rem;
    z-index: 9999;
    background: #2A2E42;
    border-radius: 6px;
    color: #CFCDE4;
}

.search_comfirm_dialog_box .content_box {
    line-height: 1.8rem;
}

.search_comfirm_dialog_box .content_box .title {
    font-size: 15px;
    margin-top: 0.5rem;
}

.search_comfirm_dialog_box .content_box .sub_title {
    font-size: 12px;
    color: #CFCDE4;
    font-weight: normal;
}

.search_comfirm_dialog_box .operate_box {
    color: #333;
    text-align: center;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-evenly;
}

.search_comfirm_dialog_box .operate_box .cancle_btn {
    padding: 0.1rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
    background: #dedede;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    width: 32%;
}

.search_comfirm_dialog_box .operate_box .ensure_btn {
    padding: 0.1rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    width: 32%;
}

.reward_dialog_box {
    width: 90%;
    max-width: 520px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2A2E42;
    z-index: 9999;
    border-radius: 6px;
    color: #CFCDE4;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.reward_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.reward_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.reward_dialog_box .reward_form_box {
    padding: 1.2rem;
}

.reward_dialog_box .reward_form_box ul {
    line-height: 2.5rem;
}

.reward_dialog_box .reward_form_box ul li {
    width: 100%;
}

.reward_dialog_box .reward_form_box ul .title {
    line-height: 1.5rem;
}

.reward_dialog_box .reward_form_box ul .title span {
    color: #CFCDE4;
    font-size: 14px;
    font-weight: bold;
}

.reward_dialog_box .reward_form_box ul .reward_product_box {
    margin-top: 1rem;
    border: none;
    cursor: pointer;
}

.reward_dialog_box .reward_form_box ul .reward_product_box .reword_product_item {
    float: left;
    text-align: center;
    width: 33%;
    line-height: 1rem;
    margin-bottom: 1rem;
}

.reward_dialog_box .reward_form_box ul .reward_product_box .reword_product_item label img {
    width: 36px;
}

.reward_dialog_box .reward_form_box ul .reward_product_box .reword_product_item label span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.reward_dialog_box .reward_form_box ul li textarea {
    width: -webkit-fill-available;
    height: 80px;
    border: #d8d8d8 solid 1px;
    resize: none;
    color: #777;
    padding: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
    outline: none;
}

.reward_dialog_box .reward_form_box ul li .word_count {
    width: 93%;
    margin-top: -3.6rem;
    text-align: right;
    padding: 0.5rem;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.reward_dialog_box .reward_form_box ul .note_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reward_dialog_box .reward_form_box ul li .send_btn {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    border-radius: 20px;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    width: 100%;
}


.report_dialog_box {
    width: 84%;
    max-width: 520px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2A2E42;
    z-index: 9999;
    border-radius: 6px;
    color: #CFCDE4;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.report_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.report_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.report_dialog_box .report_form_box {
    padding: 1.2rem;
}

.report_dialog_box .report_form_box ul {
    line-height: 2.5rem;
}

.report_dialog_box .report_form_box ul li {
    width: 100%;
}

.report_dialog_box .report_form_box ul .title {
    color: #CFCDE4;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2rem;
}

.report_dialog_box .report_form_box ul .dotted {
    border-bottom: dotted #e5e5e5 1px;
    cursor: pointer;
}

.report_dialog_box .report_form_box ul label {
    display: flex;
    align-items: center;
}

.report_dialog_box .report_form_box ul .reward_product_box {
    margin-top: 1rem;
    border: none;
    cursor: pointer;
}

.report_dialog_box .report_form_box ul .reward_product_box .reword_product_item {
    float: left;
    text-align: center;
    width: 33%;
    line-height: 1rem;
    margin-bottom: 1rem;
}

.report_dialog_box .report_form_box ul .reward_product_box .reword_product_item label img {
    width: 36px;
}

.report_dialog_box .report_form_box ul .reward_product_box .reword_product_item label span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.report_dialog_box .report_form_box ul li textarea {
    width: -webkit-fill-available;
    height: 80px;
    border: #078AFE solid 1px;
    resize: none;
    color: #CFCDE4;
    padding: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
    outline: none;
    background: #2A2E42;
}

.report_dialog_box .report_form_box ul li .word_count {
    width: 93%;
    margin-top: -3.6rem;
    text-align: right;
    padding: 0.5rem;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.report_dialog_box .report_form_box ul li .send_btn {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    width: 100%;
}

.up_bottom_box {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
}

.up_bottom_box .up_box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff5555;
    opacity: 0.76;
    text-align: center;
    margin-bottom: 1rem;
}

.up_bottom_box img {
    width: 28px;
    height: 28px;
    margin-top: 8px;
}

.up_bottom_box .bottom_box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff5555;
    opacity: 0.76;
    text-align: center;
}

.up_bottom_box .bottom_box img {
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.no_data_box {
    text-align: center;
    color: #9191A8;
    font-size: 14px;
    margin-top: 4.6rem;
}

.no_data_box img {
    width: 13.5rem;
}

/*iframe{*/
/*    display: block !important;*/
/*    margin: 0 auto !important;*/
/*}*/


.cantplay_dialog_box {
    width: 76%;
    max-width: 320px;
    height: auto;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 700;
    color: #333;
    border-radius: 12px;
    background: #fff;
    padding: 0.8rem;
    z-index: 9999;
}

.cantplay_dialog_box .content_box {
    line-height: 1.5rem;
}

.cantplay_dialog_box .content_box .title {
    font-size: 14px;
    margin-top: 0.5rem;
}

.cantplay_dialog_box .content_box .sub_title {
    font-size: 12px;
    color: #444;
    font-weight: normal;
    text-align: left;
    max-height: 48vh;
    overflow: scroll;
}

.cantplay_dialog_box .content_box .sub_title .icons_box {
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    /*margin: 0.8rem 0;*/
}

.cantplay_dialog_box .content_box .sub_title .icons_box img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.cantplay_dialog_box .content_box .sub_title p {
    text-align: justify;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}

.cantplay_dialog_box .content_box .sub_title a {
    color: #444;
    cursor: pointer;
    text-decoration: underline;
    white-space: pre-line;
}

.cantplay_dialog_box .operate_box {
    color: #333;
    text-align: center;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-evenly;
}

.cantplay_dialog_box .operate_box .ensure_btn {
    padding: 0.1rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
    background: #ff5555;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    width: 32%;
}

.popup_dialog_box {
    width: 84%;
    max-width: 520px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    color: #878787;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.popup_dialog_box .close {
    float: right;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;;
}

.popup_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.popup_dialog_box .popup_content_box {
    padding: 1.2rem;
}

.popup_dialog_box .popup_content_box img{
    width: 100%;
}

.popup_dialog_box .notice_box {
    /*margin-top: 6rem;*/
    line-height: 1.5rem;
}

.popup_dialog_box .vip_btn {
    margin-top: 0.8rem;
    border-radius: 12px;
    background: #ff5555;
    line-height: 2.5rem;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.popup_dialog_box .vip_btn a {
    color: #fff;
}


.waiting_box{
    width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(top, #8533ED, #212536);
    display: flex;
    align-items: center;
    margin-top: -3rem;
}

.waiting_box .desc_box{
    margin: 0 auto;
    text-align: center;
    width: 100vw;
}

.waiting_box .desc_box img{
    width: 60%;
}

.waiting_box .desc_box p{
    color: #CFCDE4;
    font-size: 14px;
    text-align: left;
    line-height: 1.5rem;
    margin: 1rem 0.8rem 0 0.8rem;
}

.waiting_box .desc_box div{
    margin-top: 2rem;
}

.waiting_box .desc_box .contact_us{
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    background: #8533ED;
}


.waiting_box .desc_box .gb{
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    background: #6e6e6e;
}

.banner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}