<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html { font-size:16px; }
body,input,select,textarea{ font-family: Verdana,Geneva,sans-serif; font-size:14px; font-size:0.875rem; vertical-align:middle;}
.holded { color:#aaa; }
html{}
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; }
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; }

/*去除 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 */
#regForm .form-con input,#regForm .form-con select{background: none;border-bottom: 2px solid rgba(0,0,0,.2);} 
.fl_r{ float: right;}
.fl_l{ float: left;}
.inline-block{display: inline-block;}
.sel_style{margin:10px 10px 6px; opacity: .5;filter: alpha(opacity=50); cursor: pointer;transition: .4s;display: inline-block;}
.sel_style img{width: 72px;height:72px;}
.sel-wrap{width: 100%;text-align: center;    margin: 20px auto;}
#p4 .sel-wrap,#p5 .sel-wrap{text-align: center;}
#email,#passwd1{padding-top: 15px;}
.main .sel-wrap p{ font-size: 12px;font-weight: 600;text-align: center;line-height: 1em;margin:0 auto 10px;}
.opacity{ opacity: 1!important;
filter: alpha(opacity=100);}
.important{color:#FF5A00;}
/* layout */
body{background-color: #fffc03;}
#wrapper { width:100%; margin:0 auto; position:relative; z-index:6; }
#header { height:70px; padding:0;background: #222; }
#header_logo { float:left; width:338px;margin-top:14px;margin-left: 2%; }
#header_logo img{width: auto; max-height: 40px;}
.signin { font-size:14px; float:right; padding-top:25px; 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{ width: 348px;margin:0 auto;display: block;    text-align: center;}
#p6.main{width: 600px;}
.login_counttxt{display: inline-block;color: #ffff;font-size: 16px;padding-right: 10px;}

#read_new_policy{    
position: relative;
top: 5px;
left: 5px;
display: block;
margin-bottom: 4px;
cursor: pointer;
font-size: 16px;
-webkit-tap-highlight-color: transparent;
}
#read_new_policy::before{
    position: absolute;
top: 0;
left: 0;
width: 28px;
height: 28px;
content: " ";
border: 2px solid #ccc;
border-radius: 4px;
background: #fff;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
#read_new_policy::after{
    position: absolute;
top: 4px;
left: 9px;
content: "✔";
-webkit-transition: all .2s;
transition: all .2s;
color: #0330dc;
font-size: 19px;
line-height: 1.2;
}
.main [type="checkbox"]:not(:checked)::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.TabMathGroup{
    position: relative;
    margin: 0 auto;
    padding: 10px 20px 0 0;
    text-align: right;
    color: rgba(0,0,0,.4);
    font-size: 25px;
    font-weight: 500;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.TabbedPanelsTabGroup {
position: fixed;
top: 40%;
right: 0;
margin-right: 20px;
}
.TabbedPanelsTab {
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	width:16px;
	height: 16px;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
	margin: 15px 3px;
	border-radius: 20px;
	font-size: 0px;
	color: #fff;
	background: rgba(0,0,0,.15);
	box-sizing: border-box;
    font-weight: 300;

}
.TabbedPanelsTabSelected {
	background: #ed145b;
}
.Tabs {
	background: rgba(0,0,0,.15) !important;
}
.fadeInUp {
    display: block !important;
  }
  .hidden {
	display: none !important;
}

.error_tips{display: none;}
.error_tips_over {display: block !important;text-align:left;padding-top:20px;max-width:200px;margin:0 auto;line-height: 18px;color:#ff0000;font-weight: 700;    padding-left: 15px;}
.error_tips_check{display: none !important;}

#male,#female{display: inline-block;cursor: pointer;}
#male .sel_style,#female .sel_style{display: inline-block; }
#male .sel_style:hover ,#female .sel_style:hover{ opacity: 100;
filter: alpha(opacity=1);}
.main p{ font-size: 18px; font-size:1.125rem; ;line-height: 22px; font-weight: 400;letter-spacing: -.4px;}
.gender_box p{font-size: 12px;font-weight: 700;}
.main h2{ margin:0;font-size: 25px;font-weight: 600;letter-spacing: -1px;}
.banner{margin:20px auto;}
.banner img{max-width: 100%;border: 1px solid; border-radius: 28px;    display: block; margin: 0 auto;box-shadow: 0 0 0 3px #000;}
/* main_6 */

.attention_btn{ background-color:rgb(50, 187, 255); height: 70px; display: block;border:0;
    margin: 0 auto; text-align: center;color: #fff!important;font-size: 28px;font: 1.75rem; font-weight: bold; line-height: 70px; text-decoration: none;width: 80%; border-radius: 50px; display: block;margin:20px auto 0;cursor: pointer;}
 .attention_btn:hover{transition: all 0.4s;transform: scale(1.03); -moz-transform: scale(1.03); -webkit-transform: scale(1.03); -ms-transform: scale(1.03); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.35);text-decoration: none; }   
.attention_result{ width: 100%;margin: 0 auto;display: block;text-align: left;margin-top: 0px;}
.attention_result li{ 
    font-size: 16px;
    font-weight: bold;
    white-space: pre-line;
    line-height: normal;
}
.result_list{ 
    line-height: 24px;
    min-height: 30px;
    padding-top: 20px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
}
.result_list li span{
    display: block;
    margin-left: 36px;
    text-align: left;
    font-size: 14px;
    white-space: pre-line;
    line-height: normal;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: 700;
}
.result_list .sel_dot_on{width: 12px;height: 12px;display: block;border-radius: 2px;float: left;cursor: pointer;margin-right: 10px; margin-top: 4px;}
.result_txt{ margin-top: 20px;margin-left: 20px; }
.result_txt li{
    padding-left: 20px;
    letter-spacing: .05px;
    font-size: 12px;
}
.result_tip{
    font-family: Verdana,Geneva,sans-serif;
    display: inline-block;
    max-width: 200px;
    color: rgba(0,0,0,.7);
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
}
.result_tip_last{
    margin: 10px 0;
padding: 0;
text-align: center;
color: #222;
font-family: Open Sans,sans-serif;
font-size: 10px;
font-weight: 400;
line-height: normal;
max-width: 100%;
display: block;
}
.result_tip a:link,.result_tip a:visited{ color: #060988;}
.result_tip a:hover{ color:#0330dc; }
.login{ font-size: 14px;text-align: right;color:#fff;margin-top:10px;}
.login a{ color:#ec3889;}
.login a:hover{ color: #ff2788;}
.last-in{ margin-top: 0px;}
.attention_txt .max-width{max-width: 550px; text-align: center;margin:0 auto;}

.check {
    background-color: #c5ffda;
}
.check_list{margin-top: 10px;}
.check_list ul {
    margin: 0 auto;
}
.check-list ul li{ }
.check_list label {display: inline-block;background: #ebebeb;padding: 20px; margin: 3px 0;width: 350px; font-size: 16px;font-size: 1rem; text-align: left;border-radius: 6px; cursor: pointer;}
.check_list label input{-webkit-appearance: checkbox;}
.check_list .check{background-color: #b3ebc0;}
.reg_title{  margin:60px auto;}

.loading{text-align: center;margin:0 auto;    margin: 20px auto;}


.button-next-step{
    background-color: #ed145b;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #232529;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 33px;
    z-index: 1000;
    background-image: url(../images/next.png);
    background-size: contain;
    background-position: center;
    cursor: pointer;
    bottom: 20%;
    right: calc(50% - 160px);

}
.button-next-step:hover{transition: all 0.6s;
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.35);}

.float{ float: left;}

.gender{margin:10px 0 0;}
.gender_box span{display: block;float: right;line-height: 22px;padding-left: 10px;}
.sel-male{height: 72px;width: 72px;border: 2px #22b3e3 solid; background-color: #22b3e3; }
.sel-female{height: 72px;width: 72px;border: 2px #e95265 solid; background-color: #e95265; }

.terms_privacy { display:none; margin: 0 auto;width: 100%;max-width: 270px; color:#000; font-size:12px; text-align:center; padding-top:14px; line-height:1.4em;  }
#footer {width: 100%;padding:15px 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;}



/*facebook*/
.fb_box { margin-bottom:20px; padding:0; text-align:center; font-size:12px; color:#666; }
#login .fb_box { margin-bottom:0; }
.btn_fb{ width:225px; margin:0 auto 6px; text-indent:24px; background:#536daf url(../images/btn_fb_b01.jpg) no-repeat left; border-radius:4px; color:#fff; }
.btn_fb a { font-size:14px; display:block; height:35px; line-height:34px; text-decoration:none; text-align:center; color:#fff; }
.fb_or { font-size:12px; margin:14px 0; text-align:center; background:url(../images/fb_or.png) no-repeat center center; }

/* form */
#regForm {margin:auto; height: calc(100vh - 120px);    padding:0; }
.reg_area{ padding: 28px 0px 44px;padding:1.75rem 0 2.75rem;  box-sizing:border-box; }
.form-item {margin: 0 0 20px 0;}
.form-label { font-size:14px; font-size:0.875rem; float:left; width:22%; padding-top:10px; }
.form-con { text-align: center; width:100%;position: relative; }
.input_test, .input-group { width:100%; height:48px; height:3rem; line-height:48px; line-height:3rem; box-sizing:border-box; border: none; border-radius:4px; font-size: 26px;    font-size: 1.625rem; text-indent: 4px; font-weight: 400;}
.input-group .input_test { font-size:14px; font-size:0.875rem; height:48px; height:3rem; }
.select-wrapper { width:100%; position:relative; overflow:hidden; z-index:0; height:48px; height:3rem; box-sizing:border-box;  border-bottom:1px solid #999; border-radius:4px; }
.select-wrapper:after { display:block; content:""; position:absolute; width:11px; height:6px; right:4px; top:40%; background:url(../images/down_arrow.png) no-repeat right center; }
.select-wrapper select { font-size:22px; font-size:1.375rem; float:left; width:109%;text-indent:4px; height:48px; height:3rem;/* inputbox height */ padding:3px; border:none; font-weight: 600;}

#birthday_y,#birthday_d,#birthday_m{ font-weight: 500;color:#000000;font-family: Verdana,Geneva,sans-serif;font-size: 16px;border-bottom: 2px solid rgba(0,0,0,.2);}
.input-group .input_test, .input-group .select-wrapper { float:left; border:none; }
.input-group .select-wrapper { width:33%; height:48px; height:3rem; }
.input-group .select-wrapper select { width:130%; }
.input_desc { font-size:12px; line-height:1.8em; text-align:right; color:#888; }
.button_box { padding-top:40px; }
.submit-button { display:block; width:100%; text-decoration:none;  line-height:64px;font-family:'Open Sans',Arial,Helvetica,sans-serif; font-size:26px; line-height:3.125rem; font-size:1.625rem; cursor:pointer; background-color:#ed145b!important; border:none; color:#fff; border-radius:6px;  margin-top:0 !important;font-weight: 500;transition: all 0.6s; width: 64px;height: 64px;border-radius: 50%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35); background: url(../images/btn.png) center center no-repeat;background-size:70%; border:2px solid #000;}
.submit-button:hover. {transition: all 0.6s;
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.35);opacity: 0.9;
  filter: alpha(opacity=90);}

 #login .submit-button  {background: none;}
 #login .input_test{ font-size: 1rem;  text-indent: 0px;}

/* for ie8 */
.ie.ie8 select { height:22px !important; }

/* 如果没有定义这个，有可能在加载时一瞬间显示弹层 */
.popup-container { display:none; }

/* intsva */
.intsva { position:absolute; z-index:98; line-height:1em; font-size:11px; /*font-size:0.7rem;*/ margin-top:-29px; padding:4px 6px; padding:0.25rem 6px; color:#fff; background-color:#222; border:1px solid #222; 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:#222;/* 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:#222;/* use for arrow border */ }
#pointmsg_birthday_y { margin-left:-70px; }
#pointmsg_birthday_y .arrow { margin-left:70px; }




/* Responsive */

@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 screen and (max-width: 650px) {   
 .button-next-step {
        position: absolute;
        display: block;
        bottom: 70px;
        right: 10%;
    }
}
@media (max-width:600px) {
#p6.main{ width: 90%;}
.result_list li{ margin:2px 0;}
.last-in{ margin-top: 10px;}
.reg_area{ padding-top: 10px;}
.login_counttxt{display: none;}
.TabbedPanelsTabGroup{margin-right: 0;}
#read_new_policy{top: 19px;}

}
@media (max-height: 450px){
    .button-next-step {
        position: fixed !important;
        right: 20px;
        bottom: 20px;
    }
    

}

@media (max-width:420px) {
    .TabbedPanelsTab{width: 10px;height: 10px;}
    #p2 .input-group{border:none;height: auto;padding-bottom: 25px;}
    #p2 .select-wrapper{float:none;width: 90%;border-bottom: 2px solid #c4c213;margin: 0 auto;}
    #regForm .form-con input, #regForm .form-con select{text-align: center;}
    .banner img{max-width: 230px;}
    .main h2{font-size: 1.25rem;}
    #header_logo{ max-width:220px;margin-top: 20px;}
    .button_box{ padding-top: 20px;    padding-right: 30px;}
    .signin{padding-top: 17px;}
    #header{height: 60px;}
    #header_logo{ margin-top:10px;}
    .attention_result li{     margin: 3px 0;}
    .result_txt li{     font-weight: normal;line-height: 18px;margin: 0;padding-left:0 ;}
    #v5 {font-size: 16px; font-weight: bold;}
    .result_txt{ margin-top: 10px;}
    .attention_result li{ font-weight: 400;}
    .last-in h3{font-size: 16px;}
    .attention_btn{width: 90%;margin:10px auto 0 auto;height: 64px;line-height: 64px;}
    .button-next-step{ top: 75%;right: 8%;}
    .form-item{     margin: 10px 0;}
    .sel-wrap{ margin: 10px auto;}
     #regForm{ padding: 5px 0 0;}
     #container{ height:calc(90vh);}
     #login .input_test{ font-size: 14px;  text-indent: 0px;}
     #p5 .sel-wrap{ margin: 10px auto;}
     .input_desc{ text-align: left;}
     #birthday_y, #birthday_d, #birthday_m{    
         -moz-text-align-last: center;
        text-align-last: center;
        width: 90%;
        font-size: 24px;
        height: 5rem;
    }
    .result_tip{font-weight: 400;}
    #p2 .select-wrapper{height: 5rem;}
    .result_list{padding-top: 0;margin-bottom: 0;}
    .TabMathGroup{padding: 0 20px 0 0;}
    .attention_con{margin-top: 0;}
    .attention_result li{margin: 0;}
    #header_logo img {width: auto;  max-height: 36px; margin-top: 2px;}
}


@media (min-width:350px) and (max-width:375px) {
	html { font-size:15px; }

}

@media (max-width:350px) {
     html { font-size:14px; }
.signin{ font-size: 12px;}
.main{ width: 90%;}
#p1.main{width: 300px;}
#p1 p{ padding:0 10px;}
.attention_con{margin-top: 10px;}
#header{height: 50px;}
.sel-wrap{margin:10px auto; }
.form-item{margin:10px auto;}
#container{    height: calc(98vh);}
#header_logo img {width: auto;  max-height: 30px; margin-top: 2px;}
}

@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;}
        #wrapper{ height:calc(90vh);}
          #wrapper{min-height: 600px;}
}
@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); }
}</pre></body></html>