@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button {
    padding: 0;
    margin: 0;
}

fieldset,
img,
button {
    border: 0;
}

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

ol,
ul,
li {
    list-style: none;
}

caption,
th,
li,
dt,
dd,
p {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    text-align: left;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}


/*a:hover{text-decoration:none;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}*/


/*a,a:hover{transition:all 0.3s ease 0s}*/

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
    outline: none;
}

input {
    outline: none;
    font-size: 14px;
    color: #333
}

em {
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

body {
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #050505;
    font-family: PingFangSC-Regular, PingFangSC, 'Open Sans', Roboto, Arial, sans-serif;
    line-height: 1.5;
    min-width: 320px;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.center {
    margin: 0 auto;
    display: block;
}

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

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


/* Hides from IE-mac \*/

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}


/* End hide from IE-mac */

img {
    max-width: 100%;
    border: 0;
    display: inline-block;
}

.dis_ibk {
    display: inline-block;
}

.dis_none {
    display: none;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.pos_relative {
    position: relative;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

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

.public_reg_btn_click {
    cursor: pointer;
}

.padding_100 {
    padding: 100px 0;
}

.btn_sty {
    border-radius: 4px;
    background-color: #64b51a;
    color: #ffffff!important;
    text-align: center;
}

.pc_hide {
    display: none!important;
}

.btn_sty:hover {
    opacity: 0.85;
}

body .layui-layer-hui {
    background-color: #fef0f0;
    color: #f56c6c;
}

.col_green {
    color: #64b51a!important;
}

.col_down {
    color: #E7182B !important;
}

.col_up {
    color: #13BC4C !important;
}

.btn_sty {
    border-radius: 4px;
    background-color: #2955A5;
    color: #ffffff!important;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.pc_hide {
    display: none;
}

.m_hide {
    display: block;
}

body {
    padding-top: 64px;
}

img {
    max-width: 100%;
}

header {
    background: #2955A5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 8888;
}

.header_div {
    height: 64px;
}

.page_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFDB7E;
    border-radius: 4px;
    color: #2955A5;
    height: 32px;
    min-width: 120px;
    padding: 0 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
}

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

.risk-warning {
    background-color: #141A22;
}

.risk-warning .risk_top {
    border-bottom: 1px solid #162c43;
    padding: 12px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.risk-warning .risk_top li {
    position: relative;
    display: flex;
    align-items: center;
    color: #fafafa;
}

.risk-warning .risk_top li a {
    font-size: 14px;
    line-height: 1.29;
    color: #fafafa;
}

.risk-warning .risk_top li a:hover {
    color: #4396ff;
}

.risk-warning .risk_top li:not(:first-of-type) {
    margin-left: 16px;
}

.risk-warning .risk_top li:not(:first-of-type)::before {
    content: "丨";
    position: absolute;
    left: -15px;
    font-size: 14px;
    line-height: 1.29;
    top: 0;
}

.risk-warning .risk_tips {
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.64;
    color: #a1a4b6;
}

.risk-warning .risk_tips .d1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.64;
    color: #ffffff;
}

.copy-right {
    background-color: #000000;
    font-size: 12px;
    line-height: 22px;
    color: #fafafa;
    padding: 12px 0;
}

.copy-right .dl {
    display: flex;
    align-items: center;
}

.copy-right .dl a {
    margin-left: 7px;
}

.copy-right .dl img {
    display: flex;
    width: 22px;
}

.copy-right .s1 {
    white-space: nowrap;
    display: inline-block;
}

.footer_lang {
    text-align: right;
    color: #FFFFFF;
}

.footer_lang a {
    color: #a1a4b6;
}

.footer_lang a:hover {
    color: #4396ff;
}

@media only screen and (max-width: 500px) {
    .wrap {
        padding: 0 16px !important;
    }
    .copy-right>div {
        display: block;
        text-align: center;
    }
    .copy-right .dl {
        justify-content: center;
        margin-bottom: 10px;
    }
    .header_div {
        height: 50px;
    }
    body {
        padding-top: 50px;
    }
}

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

.eq_code {
    position: fixed;
    right: 50px;
    bottom: 50%;
    z-index: 99;
    width: 130px;
    margin-bottom: -40px;
}

.eq_code p,
.eq_code a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 219, 126, 0.92);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    font-family: 'PingFang TC';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    /* identical to box height */
    color: #18376F;
    height: 50px;
    margin-bottom: 5px;
}

.eq_code div {
    background: rgba(255, 219, 126, 0.82);
    border: 2px solid #FFFFFF;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    display: flex;
}

.eq_code img {
    /*border-radius: 12px;*/
    box-sizing: border-box;
}

.geetest_holder {
    margin-bottom: 20px;
}

#wait {
    display: none;
    height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

#wait .loading {
    margin: auto;
    width: 70px;
    height: 20px;
}

.loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 18px 4px;
    background: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    -ms-box-shadow: 0 0 2px black;
    -o-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}

.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes loadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 450px) {
    img {
        max-width: 100%!important;
    }
    .wrap {
        padding: 0 20px;
    }
    .padding_100 {
        padding: 50px 0;
    }
    .m_hide,
    .scrollbg .img_pc_scro {
        display: none!important;
    }
    .pc_hide {
        display: block!important;
    }
    .img_m {
        display: block!important;
    }
    .logo_img {
        width: 136px;
    }
    header .page_btn {
        width: 92px;
        height: 32px;
        font-size: 14px;
        line-height: 20px;
        min-width: auto;
    }
    body .footer {
        height: 38px;
        font-size: 14px;
    }
    .Create__account .tab_type>div:nth-child(1) {
        font-size: 24px!important;
        line-height: 1.5!important;
    }
    .eq_code {
        right: 10px;
        width: 90px;
    }
    .eq_code a {
        height: 40px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .eq_code .pc_hide {
        display: flex!important;
    }
}