@charset "utf-8";

/* CSS Document */
html {
    font-size: 16px;
}
/* @font-face {
    font-family: 'Libre Baskerville';
    src: url('../fonts/Libre Baskerville.eot');
    src: url('../fonts/Libre Baskerville.eot') format('embedded-opentype'),
         url('../fonts/Libre Baskerville.woff2') format('woff2'),
         url('../fonts/Libre Baskerville.woff') format('woff'),
         url('../fonts/Libre Baskerville.ttf') format('truetype'),
         url('../fonts/Libre Baskerville.svg#Libre Baskerville') format('svg');
} */

body,
input,
select,
textarea {
    font-family: 'Libre Baskerville', Georgia, Adobe Garamond Pro, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: middle;
    letter-spacing: 0.2px;
    color: #111;
    font-weight: 700!important;
}

.holded {
    color: #aaa;
}

html,
body {
    font-family: 'Libre Baskerville', Georgia, Adobe Garamond Pro, sans-serif;
}

button {
    outline: none;
}

:focus {
    outline: none;
}

/*for IE*/
::-moz-focus-inner {
    border-color: transparent;
}

/*for mozilla*/
img {
    border: 0;
    max-width: 100%;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
a,
img,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    margin: 0;
    padding: 0;
    border: 0px;
}

ul,
li {
    list-style: none;
}

input,
select {
    outline: none;
}
video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border: none;
}
a:link,
a:visited {
    color: #fffc03;
}

a:hover {
    color: #ff1c39;
    text-decoration: underline;
}

::-moz-placeholder {
    color: #666;
}

::-webkit-input-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

/* End hide from IE Mac */
/* end of clearfix */

/*去除手机端按钮默认样式*/
input {
    -webkit-appearance: none;
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[hidden] {
    display: none !important;
}

/*去除 select 背景*/
select::-ms-expand {
    display: none;
}

select {
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input:not([type="image"i]),
textarea {
    box-sizing: border-box;
}

input[type="checkbox"i] {
    margin: 0;
}

/* common */
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.regForm-box {
    margin: auto;
    padding: 0;
    height: calc(100vh - 100px);
    background: 12%/auto 98% no-repeat url(../images/bg-lady-1.png), 88%/auto 98% no-repeat url(../images/bg-lady-2.png);
}
}


@media (max-width: 1300px) {
    .regForm-box {
        background: 5%/auto 95% no-repeat url(../images/bg-lady-1.png), 95%/auto 95% no-repeat url(../images/bg-lady-2.png);
    }
}


/* @media (min-height: 900px) and (max-width: 1200px){
    .regForm-box {
          background: -50%/auto 90% no-repeat url(../images/bg-lady-1.png),130%/auto 90% no-repeat url(../images/bg-lady-2.png);
    }
} */

@media (min-height: 900px) and (max-width: 1024px) {
    .regForm-box {
        min-height: calc(100vh - 96px);
        background: -30%/auto 88% no-repeat url(../images/bg-lady-1.png), 130%/auto 88% no-repeat url(../images/bg-lady-2.png);
    }
}

@media (max-width: 562px) {
    .regForm-box {
        background: none;
    }
}

.opacity {
    opacity: 1 !important;
    filter: alpha(opacity=100);
}

.important {
    color: #FF5A00;
}

.button {
    max-width: 440px;
    width: 90%;
    height: 55px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    border-radius: 100px;
    background: #f13235;
    text-shadow: none;
    font-size: 26px;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: normal;
    box-shadow: 0px 2px 4px 0px rgb(255 255 255 / 0.25);
    font-family: 'Libre Baskerville', Georgia, Adobe Garamond Pro, sans-serif;
    border: 0;
}

.button:hover {
    transform: scale(1.02);
    background: #e6463e;
    box-shadow: 2px 2px 20px rgb(255 255 255 / 50%);
}



body {
    background: url(../images/bgpure.jpg) no-repeat center bottom;
    background-size: cover;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}

#header {
    height: 60px;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#header_logo {
    float: left;
    width: 338px;
    margin-top: 5px;
    margin-left: 2%;
}

#header_logo img {
    width: 100%;
    max-width: 248px;
    height: auto;
}

.signin {
    font-size: 14px;
    float: right;
    margin-right: 1%;
    color: #ccc;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.signin a {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 700;
}

.main {
    padding-top: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 100%;
    position: relative;
}

.main .step {
    width: 460px;
    margin: 0 auto;
}

.main .step.step_2 h2 {
    margin-bottom: 40px;
}

.main .step.step_2 .button_box {
    padding-top: 40px;
}

.main .step.step_4 {
    width: 440px;
    margin: 0 auto;
}

.main .step.step_8 {
    max-width: 480px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5%;
}

.main .step..step_7 h2 {
    margin: 20px auto 30px;
}

.login_counttxt {
    display: inline-block;
    color: #ffff;
    font-size: 16px;
    padding-right: 10px;
}

.main p {
    font-size: 18px;
    font-size: 1.3rem;
    ;
    line-height: 1.3;
    font-weight: 400;
}

.main h2 {
    margin: 35px auto 15px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #e6463e;
}

.banner {
    margin: 20px auto;
}

.banner video {
    max-width: 100%;
    border-radius: 28px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 0 1px #fff;
    max-width: 320px;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 20px;
}

.input_desc {
    font-size: 12px;
    line-height: 1.8em;
    text-align: right;
    color: #888;
}

.button_box {
    padding-top: 30px;
}

#footer {
    width: 100%;
    padding: 13px 0;
    background-color: #222;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: block;
}

.footer_text {
    font-size: 12px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #ccc;
}

.security_mark {
    float: left;
    padding: 0;
}

.security_mark a {
    display: inline-block;
    font-size: 0;
    margin: 0 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.security_mark a img {
    height: 36px;
    border-radius: 4px;
}

.fo-text {
    line-height: 24px;
}

.text-m,
p.text-m {
    font-size: 1.375rem;
}

.main .step.step_8:before {
    position: fixed;
    z-index:0;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
    content: "";
    /* background: rgba(0, 0, 0, .45); */
    background: #000;
    filter:alpha(opacity=45); 
    -moz-opacity:0.45; 
    -khtml-opacity: 0.45;
    opacity: 0.45;
    -khtml-opacity: 0.45;                /*支持旧版本的Safari(1.*)*/
}

/* question */
.attention_title {
    font-size: 2rem;
}

.attention_title span {
    display: inline-block;
    *float: left;
    font-weight: 700;
    font-size: 1.875rem;
}

.attention_title ul {
    width: 200px;
    display: inline-block;
    height: 32px;
    text-align: center;
    position: relative;
    *float: left;
    *margin-left: 60px;
}

.attention_title ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    margin: auto 5px;
    border-radius: 48px;
    font-size: 18px;
    float: left;
    margin-top: 5px;
    opacity: 0.65;
}

.attention_title ul li.on {
    color: #f87d7d;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
}

.attention_desc {
    margin: 40px 0;

}

.attention_desc p {
    font-size: 1.375rem;
    line-height: 1.4;
}

.c_button {
    margin-top: 40px;
}

a.ques_button,
a.ques_button:link {
    max-width: 200px;
    min-width: 150px;
    width: 45%;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    border-radius: 30px;
    background: #f13235;
    text-shadow: none;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0px 2px 4px 0px rgb(255 255 255 / 0.25);
    border: 0;
    display: inline-block;
    text-decoration: none;
    margin: 10px 1%;
}

a.ques_button.button_1:link,
a.ques_button.button_1 {
    background: rgba(0, 0, 0, 0.25);
    font-size: 24px;
    color: rgba(255, 255, 255, 0.80);
}

a.ques_button:hover {
    transform: translateY(-4px);
    background-color: #e6463e;
}

.step_4 main .steps-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

.check-list h5 {
    font-size: 17px;
    color: #666;
    font-weight: 300 !important;
    margin-bottom: 15px;
    text-align: center;
}

.check-list {
    /* max-width: 350px; */
    margin: 0 auto;
    text-align: left;
}


.check_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 380px;
    margin: 16px auto 0;
    box-sizing: border-box;
}

.check_item {
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: auto;
    margin: 0px;
    padding: 14px 0;
    color: #000;
    background: 0 0;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    box-sizing: border-box;
    text-align: left;
    border-radius: 0;
    height: 50px;
    line-height: 1.2;
    cursor: pointer;


}

.check_item:before {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    border: 2px solid #000;
    border-radius: 15px;
}

.check_item:after,
.check_item:before {
    display: block;
    content: "";
    background-color: transparent;
}

.check_item.check_active {
    background: 0 0;
}

.check_item.check_active:after {
    background-color: #f13235;
}

.check_item:after {
    position: absolute;
    top: 9px;
    left: 2px;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translate(2px, 9px);
    transform: translate(2px, 9px);
    pointer-events: none;
    border-radius: 15px;
}





/*Form css*/
.sel_style {
    display: inline-block;
    border: 2px solid #37b8ed;
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: relative;
    border-radius: 24px;
}

.sel_style.gender_active {
    border-radius: 24px;
}

.sel_style.gender_active::before {
    position: absolute;
    left: 3px;
    content: "";
    top: 3px;
    background: #37b8ed;
    border-radius: 24px;
    height: 40px;
    width: 40px;
}
#female .sel_style{
    border: 2px solid #f77d7d;
}
#female .sel_style.gender_active::before{
    position: absolute;
    left: 3px;
    content: "";
    top: 3px;
    background: #f77d7d;
    border-radius: 24px;
    height: 40px;
    width: 40px;
}
.gender_box {
    margin: 0 15px;
    display: inline-block;
}

.gender_box p {
    font-size: 24px;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    margin: 0px auto;
}

/* TabbedPanels */
.TabbedPanels {
    margin: 0px;
    padding: 0;
}

.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 3;
    *padding-left: 60px;
    *display: block;
    *width: 100%;
    *height: auto;
}

.TabbedPanelsTab {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
    margin: 0px 5px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 24px;
    font-size: 1.375rem;
    color: #999;
    border: 1px solid #ccc;
    *float: left;
}

.TabbedPanelsTabSelected {
    height: 42px;
    width: 42px;
    line-height: 42px;
    background-color: #f87d7d;
    color: #fff;
    border: 1px solid #f87d7d;
}

.TabbedContent {
    color: #333;
    font-size: 14px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.TabbedPanelsContent {
    position: relative;
    z-index: 2;
    padding: 50px 0 20px 0;
}

.register_area {
    background: #fff;
    padding: 30px 80px;
    z-index: 99;
    position: relative;
}

.reg_area {
    position: relative;
    margin-top: -30px;
}

.reg_word {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.reg_word2 {
    font-size: 18px;
    font-size: 1.125rem;
}

.reg_mask {}

#terms .popup-content,
#privacy .popup-content {
    font-size: 14px !important;
}

/* form */
#login .form-con .img-code .code {
    z-index: 3;
}

#regForm .form-label {
    display: none;
}

#regForm {
    width: 100%;
    margin: 0 auto;
    width: 320px;
}

.form-item {
    margin: 10px 0;
}

.form-label {
    font-size: 14px;
    font-size: 1rem;
    float: left;
    width: 22%;
    padding-top: 12px;
    text-align: left;
    color: #ffffff;
}

.form-con {
    float: left;
    width: 100%;
    position: relative;
    position: relative;
    border-radius: 4px;
}

.input-group {
    width: 100%;
    height: 36px;
    line-height: 48px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 100%;
    font-size: 1rem;
    background: none;
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    background-color: #ffffff;
    height: 48px;
}

.input-group .input_test {
    font-size: 14px;
    font-size: 1rem;
    height: 100%;
    height: 48px;
    width: 100%;
    background: none;
    *height: 20px;
    *margin-top: 10px;
    font-weight: 700;
}

.input_test {
    padding-left: 5px;
    border: 0;
    position: relative;
    z-index: 2;
}

#passwd1 {
    z-index: 3;
    position: relative;
}

.select-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    line-height: 1;
}

.select-wrapper:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    right: 4px;
    top: 40%;
}

.select-wrapper select {
    font-size: 14px;
    font-size: 1rem;
    float: left;
    font-weight: 700;
    width: 100%;
    margin-top: 0px;
    text-indent: 4px;
    height: 48px;
    line-height: 48px;
    padding-left: 5px;
    border: none;
    background: url(../images/icon_arrow.png) no-repeat 96% center;
    *background: url(../img/icon_arrow.png) no-repeat 100% center;
}

.select-wrapper select option {
    font-size: 13px;
}

.input-group .input_test,
.input-group .select-wrapper {
    float: left;
    border: none;
    line-height: 48px;
}

.input-group .select-wrapper {
    width: 33%;
    height: 34px;
    height: 100%;
}

.input-group .select-wrapper select {
    width: 100%;
}

.input_desc {
    font-size: 12px;
    line-height: 1.8em;
    text-align: right;
    color: #888;
    display: none;
}

.submit-button {
    border-radius: 6px;
    display: block;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.password-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line- padding-left: 5px;
    z-index: 1;
    font-weight: normal;
    font-size: 1rem;
    color: #999999;
    text-align: left;
    *line-height: 48px;
    z-index: 1
}

.terms_privacy {
    color: #333;
    display: none;
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 320px;
}

.terms_privacy a {
    color: #ec1818;
}

/* intsva */
.intsva {
    position: absolute;
    z-index: 98;
    line-height: 1em;
    height: auto;
    font-size: 11px;
    /*font-size:0.7rem;*/
    margin-top: -29px;
    padding: 4px 6px;
    padding: 0.25rem 6px;
    color: #fff;
    background-color: #f25c5c;
    border: 1px solid #f25c5c;
    border-radius: 0.2rem;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    /*white-space: nowrap;*/
}

.intsva .arrow {
    display: block;
    content: "";
    position: absolute;
    margin-left: 10px;
    bottom: -6px;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-top-color: #f25c5c;
    left: 0;
    /* use for arrow bgColor */
}

.intsva .arrow:after {
    display: block;
    content: "";
    position: absolute;
    margin-top: -5px;
    margin-left: -6px;
    width: 0px;
    height: 0px;
    z-index: -1;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-top-color: #f25c5c;
    /* use for arrow border */
}

.error-tips {
    line-height: 2em;
    color: #CE4844;
}

.error-tips.block {
    margin: 6px 0 10px;
    padding: 5px 10px;
    margin: 0.375rem 0 0.625rem;
    padding: 0.375rem 0.625rem;
    border: 1px solid #f3c6cc;
    background: #ffedef;
    border-radius: 0.2rem;
}

.error-tips.block h1 {
    font-size: 14px;
    margin-bottom: 0.2em;
}

.error-tips.block p {
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

/*for ie*/
.ie9 .select-wrapper select {
    margin-top: 10px;
    height: 1.5rem;
    width: 98%;
}

.ie8 .select-wrapper select {
    margin-top: 10px;
    height: 20px;
    width: 98%;
    border: none;
    background: url(../img/icon_arrow.png) no-repeat 100% center;
}

/* 如果没有定义这个，有可能在加载时一瞬间显示弹层 */
.popup-container {
    display: none;
}
.popup-content ol ul li{font-weight: 700!important;}
@media only screen and (max-height:380px) {
    #login {
        height: 94% !important;
        overflow-y: scroll;
    }
}

@media only screen and (max-width:450px) {
    .form-label {
        display: none;
    }

    .form-con {
        width: 100%;
        float: none;
    }
}

/*End Form css*/
/* Responsive */
@media (max-width: 1200px) {
    .main .step.step_8{
        max-width: 100%;
        width: 100%;

     }

}  
    
@media (max-height:750px) {
    #footer {
        position: relative;
        margin-top: 50px;
    }

    .button-next-step {
        bottom: 60px;
    }
}

@media (max-width: 750px) {
    html {
        font-size: 16px;
    }

    #login {
        max-height: 500px;
        position: absolute !important;
    }

    #header_logo {
        margin-left: 10px;
        max-width: 240px;
    }

    .signin {
        text-align: right;
        margin-right: 10px;
    }

    #regForm {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .login_counttxt {
        display: none;
    }
}

@media (max-width:450px) {
    #header {
        height: 60px;
    }

    .main .step {
        width: 94% !important;
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    html {
        font-size: 14px !important;
    }

    .banner img {
        max-height: 220px;
    }

    #header_logo img {
        max-width: 220px;
    }

    .main {
        padding-top: 15px;
    }

    .main h2 {
        margin: 20px auto 10px;
    }

    .button_box {
        padding-top: 20px;
    }

    .register_area {
        padding: 30px 0;
        width: 100%;
        opacity: 0.90;
    }

    .TabbedPanelsTab {
        margin: 0 2px;
    }


    #header_logo {
        width: auto;
    }

    .regForm-box {
        height: calc(100vh - 10px);
    }

}

@media (min-width:350px) and (max-width:375px) {
    html {
        font-size: 15px;
    }

}

@media (max-width:350px) {
    html {
        font-size: 12px !important;
    }

    .signin {
        font-size: 12px;
    }

    .attention_con {
        margin-top: 10px;
    }

    #header {
        height: 50px;
    }

    .sel-wrap {
        margin: 10px auto;
    }

    .form-item {
        margin: 10px auto;
    }

    #container {
        height: calc(98vh);
    }

    #header_logo {
        margin-top: 12px;
        margin-left: 0;
    }

    .banner img {
        max-height: 180px;
    }

    #header_logo img {
        max-width: 180px;
    }

    .attention_title ul {
        width: auto;
        margin: 0;
    }

    a.ques_button,
    a.ques_button:link {
        max-width: 240px;
        width: 80%;
    }

    .c_button {
        margin-top: 30px;
    }

    #regForm {
        width: 90%;
    }

    .input-group .input_test,
    .select-wrapper select,
    .password-bg {
        font-size: 1.25rem;
    }
}

@media (max-width:330px) {
    #footer {
        position: relative;
        margin-top: 90px;
    }
}

@media (min-width:450px) and (max-width:900px) and (orientation:landscape) {
    #footer {
        position: relative;
        margin-top: 90px;
    }

}

@media (max-height: 450px) {
    #wrapper {
        min-height: 600px;
    }
}


/* animations */
@-webkit-keyframes shining {
    0% {
        box-shadow: 0 0 4px rgba(239, 157, 15, 0.4);
    }

    100% {
        box-shadow: 0 0 8px rgba(239, 157, 15, 0.7);
    }
}

@keyframes shining {
    0% {
        box-shadow: 0 0 4px rgba(239, 157, 15, 0.4);
    }

    100% {
        box-shadow: 0 0 8px rgba(239, 157, 15, 0.7);
    }
}