@charset "utf-8";
/* CSS Document */
 html {
	 font-size:16px;
}
 body{
	font-family: 'Open Sans', sans-serif;
	background-color:#3c66c2;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background:#3c66c2 url(../images/bg.jpg) no-repeat top center;
	background:#3c66c2 url(../images/bg.svg) no-repeat top center;
  background-size: cover!important;
	height:100%;
	height:100vh;
}
 input,select,textarea {
	 font-family:'Open Sans', Arial, Helvetica, sans-serif;
	 vertical-align:middle;
	 padding: 0;
	margin: 0;
}
 .holded {
	 color:#777;
}
 img {
	 border:0;
	 max-width:100%;
}
 div, ul, ol, li, dl, dt, dd, a, img, form, p, h1, h2, h3, h4, h5, h6, span {
	 margin:0;
	 padding:0;
	 border:0px;
}
 input,select{
	 outline: none;
}
 ul,li{
	list-style: none;
}
 a:link,a:visited{
	 color:#fff07e;
	 text-decoration:none;
}
 a:hover{
	 color:#fff07e;
}
 ::-moz-placeholder {
	 color: #777;
}
 ::-webkit-input-placeholder {
	 color: #777;
}
 :-ms-input-placeholder {
	 color: #777;
}
/*去除手机端按钮默认样式*/
 input{
	 -webkit-appearance: none;
	 outline: none;
}
 input:-webkit-autofill {
	 -webkit-box-shadow: 0 0 0px 10 00px white inset;
}
/*去除 select 背景*/
 select::-ms-expand {
	 display: none;
}
 select {
	 border: none;
	 outline: none;
	 appearance: none;
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 -ms-appearance: none;
}
/* 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 */
 .cl{
	clear: both;
}
/* layout */
 .qs1{
	opacity:0;
	-webkit-animation:textshow 20s 0s infinite;
	animation:textshow 20s 0s infinite;
}
 .qs2{
	opacity:0;
	-webkit-animation:textshow 20s 1s infinite;
	animation:textshow 20s 1s infinite;
}
 .qs3{
	opacity:0;
	-webkit-animation:textshow 20s 2s infinite;
	animation:textshow 20s 2s infinite;
}
 #loader{
	position:relative;
}
 .loading{
	margin:20px 0;
}
 .hide{
	display:none;
}
 .verified{
	position:absolute;
	top:0;
	left:0;
  right: 0;
  margin:20px auto;
  text-align: center;
	-webkit-animation:texthide 200000s infinite 3s;
	animation:texthide 200000s infinite 3s;
	-webkit-animation-iteration-count:1;
	animation-iteration-count:1;
}
 .congratulations{
	display:none;
}
 .lady_switch{
	position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 min-height: 568;
	 height: 100vh;
	 width: 100%;
	 z-index: -1;
}
 .form-con .img-code .code{
	z-index:10;
}
/******** loader **********/
 .spinner-container {
	 position: relative;
	 margin: 0 auto 3vh auto;
	 height: 80px;
}
 .skew {
	 -webkit-animation: skew ease 5s infinite;
	 animation: skew ease 5s infinite;
}
 .spinner {
	 border-radius: 50%;
	 height: 80px;
	 width: 80px;
	 position: relative;
	 margin: 0 auto;
	 background: transparent;
	 border: 6px solid transparent;
	 border-bottom: 6px solid #52BF80;
}
 .spinner::before, .spinner::after {
	 content: "";
	 position: absolute;
	 border-radius: 50%;
	 border: 6px solid transparent;
	 margin: auto;
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
}
 .spinner::before {
	 border-bottom: 6px solid #59e29c;
	 height: 30%;
	 width: 30%;
}
 .spinner::after {
	 border-bottom: 6px solid #57db98;
	 height: 65%;
	 width: 65%;
}
 @-webkit-keyframes animateMain {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 @keyframes animateMain {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 .spiral {
	 -webkit-animation: animateMain ease 2s infinite;
	 animation: animateMain ease 2s infinite;
}
 .spiral::before {
	 -webkit-animation: animateCenter ease 2s infinite;
	 animation: animateCenter ease 2s infinite;
}
 .spiral::after {
	 -webkit-animation: animateMain ease 2s infinite;
	 animation: animateMain ease 2s infinite;
}
/******************/
 .header{
	width:100%;
	 position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 .ques-wrap{
	text-align: center;
	margin:0px auto 0;
	padding-top:5px;
	max-width: 600px;
}
.ques_item{
	padding-bottom:40px;
}
 .ques-wrap h1{
	 color: #fff;
	font-size: 28px;
	font-weight: bold;
	 text-align: center;
	line-height: 1.3;
}
 .pic {
	position: relative;
}
 .pic img{
	max-width: 420px;
	height: auto;
	border-radius:36px;
	border:8px solid rgba(255,255,255,0.1);
	margin:0 auto;
}
 .gifts{
	position: absolute;
	right:30%;
	bottom:-5px;
	z-index: 2;
}
 .gifts .flying-gift{
	 position: absolute;
	 left: 0;
	 bottom:0;
}
 .gifts .flying-gift:first-child{
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
 .gifts .flying-gift:nth-child(2){
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}
 .gifts .flying-gift:nth-child(3){
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}
 .gifts .flying-gift:nth-child(4){
	-webkit-animation-delay: 3.15s;
	animation-delay: 3.15s;
}
 .gifts .flying-gift img{
	width: 60px;
	height: 60px;
}
 .ques-wrap .question{
	margin:20px auto 15px;
	 color: #fff;
	 font-size: 28px;
	line-height: 1.4;
	 font-weight: 500;
	text-align: center;
}
 .question strong{
	color:#FFF01D;
	font-weight: 600;
}
 .question_tips{
	color:#96a1ff;
	font-size: 18px;
	font-weight: normal;
	margin-top:12px;
}
 .loading .question_tips{
	color:#96a1ff;
	font-size: 22px;
}
 .ques_btn_box{
	margin:0 auto;
}
 .ques_btn{
  transform: rotate(0deg);
  position: relative;
  overflow: hidden;
  margin-top:30px;
  box-sizing: border-box;
  display: inline-block;
  padding:18px 64px;
  font-weight: bold;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  background: #ffec00;
  background-image: linear-gradient(124deg,#ffcc00 0%,#ffdb36 70%, #fffa60 100%);
  box-shadow: 0 0 0 5px rgba(255,255,255,0.1);
  font-size:26px;
  color:#101010;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
 .ques_btn:hover {
	 box-shadow: 0 0 0 10px rgba(255,255,255,0.05);
	 transform: scale(1.05);
	 -webkit-transform: scale(1.05);
	 background-image: linear-gradient(#ffec00,#ffec00);
}
 .ques_btn:not(:hover):after{
	 content: "";
	 position: absolute;
	 top: 0;
	 left: -40px;
	 height: 80px;
	 width: 13px;
	 background: rgba(255, 255, 255, 0.35);
	 transition: all 0.5s ease;
	 -webkit-animation: 3s slideIn infinite;
	 animation: 3s slideIn infinite;
}
.ques_btn.secondary:not(:hover):after{
  display: none;
}
 .show_index{
}
 .congratulations .ques_btn{
	min-width: 320px;
}
 .ques_4 .ques_btn{
	 padding:15px 55px;
	 margin-bottom:10px;
}
 .ques_btn_wt{
	padding:18px 120px;
}
 .secondary{
	background: none;
	color:#fff;
	margin-left:25px;
}
 .secondary:hover{
	 background: rgba(255,255,255,0.25);
}
 .timer{
	 font-size: 34px;
	font-weight: 600;
	margin:0 auto 10px;
	text-align:center;
	 color: #fff;
	font-family: "Open Sans",Arial;
}
 .mask{
	position: fixed;
	 top:0%;
	 left: 0%;
	 background:#000000;
	 opacity:0.55;
	 filter:alpha(opacity=55);
	 width: 100%;
	 height: 100%;
	 z-index: -1;
}
 .signin{
	background:none;
	line-height:20px;
	padding:5px 0;
	text-align:center;
	float: right;
}
 .signin span{
	color:#eee;
	font-weight:400;
	font-size:14px;
}
 .signin a{
	background:rgba(255,255,255,0.25);
	padding:8px 18px;
	font-size:14px;
	font-weight: 600;
	 color:#fff;
	text-align: center;
	border-radius: 30px;
	transition: all 0.2s;
}
 .signin a:hover{
	background:#ffcc00;
}
 .share{
	margin-top:20px;
}
 .header .logo{
	float:left;
	padding-top: 5px;
}
 .header{
	max-width:1000px;
	 padding:0 10px;
	 height:auto;
	 margin:3px auto;
	overflow:hidden;
	 clear:both;
	 z-index: 2;
}
 .header ul{
	padding:0;
	 margin:0;
	 list-style:none;
}
 .block_register{
	position:fixed;
	left:50%;
	top:45%;
	margin:-150px 0 0 -240px;
	width:480px;
}
 .copyright{
	display:block;
	font-size:14px;
	position:fixed;
	bottom:0;
	width:100%;
	color:#8eacdc;
	padding:1vh 0;
	text-align:center;
	z-index:-1;
}
/* ladies scroll */
 .slides {
	 margin: 0px auto;
	 width: 410px;
	 height: 585px;
	 overflow: hidden;
	 position: relative;
}
 .slide-pic {
	 margin: 0px;
	 padding: 0px;
	 width: 410px;
	 overflow: hidden;
	 list-style: none;
}
 .slide-pic img {
	 width: 410px;
	 height: 585px;
}
 .reg_text{
	padding: 40px 0px;
}
/* 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: 60px;
	 height: 60px;
	 line-height: 60px;
	 text-align: center;
	 -moz-user-select: none;
	 -khtml-user-select: none;
	 cursor: default;
	 margin: -30px 4px 0px 4px;
	 font-size: 24px;
	 color: #fff;
	 background-color: #ffe4ae;
	 *float: left;
}
 .TabbedPanelsTabSelected {
	 background-color: #ffb92e;
	 color: #fff;
}
 .TabbedContent {
	 color: #333;
	 font-size: 14px;
	 background-position: center top;
	 background-repeat: no-repeat;
	 margin-top: 0px;
}
 .TabbedPanelsContent {
	 position: relative;
	 z-index: 2;
	 padding: 20px 0px 40px;
}
 .reg_area{
	position: relative;
}
 .reg_mask{
	 width: 100%;
	 height: 100%;
	 position: absolute;
	top: 0;
	left: 0;
	 z-index: 1;
}
/* form */
 .register_area{
	padding-top:40px;
	 width: 460px;
	 margin: 0 auto;
}
 .reg_word h1{
	font-size: 36px;
	font-weight: normal;
	color:#70ffdc;
	 line-height: 48px;
	 text-align: center;
}
 .reg_word h2{
	 color: #fff;
	font-size: 32px;
	font-weight: bold;
	 line-height:48px;
	 margin-top:10px;
	text-align: center;
}
 .reg_word span{
	 font-style: italic;
	font-weight: bold;
	color:#70ffdc;
	 line-height: 48px;
	 text-align: center;
}
 .reg_word2{
	font-size: 28px;
	 color: #ffffff;
	 padding-top: 30px;
}
 #regForm {
	 width: 100%;
	 margin: 0 auto;
	 border-radius: 8px;
}
 #regForm .form-item {
	 margin: 10px 0;
}
 #regForm .form-label {
	 font-size: 36px;
	 font-size: 2.375rem;
	 font-family:'Open Sans',Arial, Helvetica, sans-serif;
	width: 100%;
	 padding-bottom: 12px;
	 text-align: center;
	 color: #fff;
}
 #regForm .form-con {
	width: 100%;
	 margin-top:14px;
	 max-width: 400px;
	margin:18px auto 0;
	 position: relative;
	 position: relative;
	 border-radius: 8px;
	background:#fff;
}
 .input-group {
	 width: 100%;
	 height: 54px;
	 line-height:52px;
	 box-sizing: border-box;
	 border: 1px solid #aaa;
	 border-radius: 8px;
	 height: 100%;
	 font-size: 1.25rem;
	 background: none;
	 position: relative;
	 height: 100%;
	 overflow: hidden;
	 z-index: 2;
	 height: 54px;
}
 .input-group .input_test {
	 font-size: 14px;
	 font-size: 1.25rem;
	 height: 100%;
	 height: 54px;
	 width: 100%;
	 background: none;
	 *height: 20px;
	 *margin-top: 10px;
}
 .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: 8px;
	 line-height: 1;
}
 .select-wrapper:after {
	 display: block;
	 content: "";
	 position: absolute;
	 width: 10px;
	 height: 5px;
	 right: 4px;
	 top: 40%;
}
 .select-wrapper select {
	 font-size: 16px;
	 font-size: 1.25rem;
	 float: left;
	 width: 100%;
	 margin-top: 0px;
	 text-indent: 4px;
	 height: 54px;
	 line-height:52px;
	 padding-left: 5px;
	 border: none;
	 background: url(../images/icon_arrow.png) no-repeat 96% center;
	 *background: url(../images/icon_arrow.png) no-repeat 100% center;
	 color:#222;
}
 .select-wrapper select option {
	 font-size: 13px;
}
 .input-group .input_test, .input-group .select-wrapper {
	 float: left;
	 border: none;
	 line-height:52px;
}
 .input-group .select-wrapper {
	 width: 33%;
	 height: 54px;
	 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;
}
 .button_box {
	 padding-top:20px;
}
 #regForm .submit-button {
	position: relative;
	 overflow: hidden;
	 margin:0 auto;
	 max-width: 400px;
	 display: block;
	 width: 100%;
	 text-decoration: none;
	 height: 60px;
	 line-height:60px;
	font-size: 28px;
	 cursor: pointer;
	 border: none;
	 color: #111;
	 transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	font-weight:bold;
	 margin-top: 0 !important;
	background-color: #399a37!important;
	border-radius: 60px;
	 background: #ffec00;
	 box-shadow: 0 0 0 5px rgba(255,255,255,0.1);
	 background-image: linear-gradient(124deg,#ffcc00 0%,#ffdb36 70%, #fffa60 100%);
}
 .button_box #login{
	 background-color: #fe318d!important;
}
 #regForm .submit-button:hover {
	 box-shadow: 0 0 0 10px rgba(255,255,255,0.05);
	 transform: scale(1.03);
	 -webkit-transform: scale(1.03);
	 background-image: linear-gradient(#ffec00,#ffec00);
}
 #regForm .submit-button:not(:hover):after {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: -40px;
	 height: 64px;
	 width: 13px;
	 background: rgba(255, 255, 255, 0.35);
	 transition: all 0.5s ease;
	 -webkit-animation: 3s slideIn infinite;
	 animation: 3s slideIn infinite;
}
 .password-bg {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
	 line-height: 2.8rem;
	 padding-left: 5px;
	 z-index: 1;
	 font-weight: normal;
	 font-size: 1rem;
	 color: #ccc;
	 text-align: left;
	 z-index:1 
}
 .terms_privacy {
	 color: #ccc;
	 font-size:13px;
	 font-family:'Open Sans',Arial, Helvetica, sans-serif;
	 margin-top: 12px;
	 text-align: center;
}
 .terms_privacy a{
	 color:#fff07e;
}
 .term_privacy a:hover{
	 color:#b91860;
}
 .popup-container, .intsva{
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
}
/* 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(../images/icon_arrow.png) no-repeat 100% center;
}
/* 如果没有定义这个，有可能在加载时一瞬间显示弹层 */
 .popup-container {
	 display: none;
}
 .lady_switch {
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 min-height: 568;
	 height: 100vh;
	 width: 100%;
	 z-index: -1;
}
 .background_video {
	 position: absolute;
	 left: 0;
	 right: 0;
	 width: 100%;
}
 .background_video {
	 height: 100vh;
	 min-height: 568px;
	 -o-object-fit: cover;
	 object-fit: cover;
}
 .lady-box{
	display: flex;
	flex-wrap: nowrap;
}
 .lady-pic{
	position: relative;
	overflow: hidden;
	max-width: 269px;
	height:auto;
	border: 8px solid rgba(255,255,255,0.1);
	border-radius: 36px;
	text-align: center;
	margin:0 auto;
}
 .lady-move{
	max-width: 1200px;
	position: relative;
	border:0;
}
/* animation */
 .animated {
	 -webkit-animation-duration: .7s;
	 animation-duration: .7s;
	 -webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
}
 .animate_delay_1{
	 animation-delay:0.15s;
	 -webkit-animation-delay:0.15s;
	/* Safari \u548c Chrome */
}
 .animate_delay_2{
	 animation-delay:0.3s;
	 -webkit-animation-delay:0.3s;
	/* Safari \u548c Chrome */
}
 .animate_delay_3{
	 animation-delay:0.45s;
	 -webkit-animation-delay:0.45s;
	/* Safari \u548c Chrome */
}
 .move{
	-webkit-animation: moveScroll 20s linear infinite;
	animation: moveScroll 20s linear infinite;
}
 @-webkit-keyframes moveScroll{
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(-133.333%);
	}
}
 @keyframes moveScroll{
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(-133.333%);
	}
}
 .flying{
	-webkit-animation: flying 4s ease-in-out infinite;
	animation: flying 4s ease-in-out infinite;
}
 @-webkit-keyframes flying {
	 0% {
		 bottom:0;
		 transform: translateX(0px);
	}
	 10% {
		 transform: translateX(0px);
	}
	 35%{
		 transform: translateX(40px);
		 opacity: 1;
	}
	 75%{
		 transform: translateX(-40px);
	}
	 100% {
		 bottom:280px;
		 opacity: 0;
		 transform: translateX(0px);
	}
}
 @keyframes flying {
	 0% {
		 bottom:0;
		 transform: translateX(0px);
	}
	 10% {
		 transform: translateX(0px);
	}
	 35%{
		 transform: translateX(40px);
		 opacity: 1;
	}
	 75%{
		 transform: translateX(-40px);
	}
	 100% {
		 bottom:280px;
		 opacity: 0;
		 transform: translateX(0px);
	}
}
 .beats{
	-webkit-animation: beats 1s ease-in-out infinite;
	animation: beats 1s ease-in-out infinite;
}
 .fadeInUp {
	 -webkit-animation-name: fadeInUp;
	 animation-name: fadeInUp;
}
 @-webkit-keyframes beats {
	 0% {
		 transform: scale(1);
	}
	 25% {
		 transform: scale(1.05);
	}
	 100% {
		 transform: scale(1);
	}
}
 @keyframes beats {
	 0% {
		 transform: scale(1);
	}
	 25% {
		 transform: scale(1.05);
	}
	 100% {
		 transform: scale(1);
	}
}
 @-webkit-keyframes ladyfade {
	 17%{
		opacity:1;
	}
	 20%{
		opacity:0;
	}
	 92%{
		opacity:0;
	}
}
 @keyframes ladyfade {
	 17%{
		opacity:1;
	}
	 20%{
		opacity:0;
	}
	 92%{
		opacity:0;
	}
}
 @-webkit-keyframes slideIn {
	 0% {
		 transform: skewX(20deg) translateX(0);
	}
	 100% {
		 transform: skewX(20deg) translateX(380px);
	}
}
 @keyframes slideIn {
	 0% {
		 transform: skewX(20deg) translateX(0);
	}
	 100% {
		 transform: skewX(20deg) translateX(380px);
	}
}
 @-webkit-keyframes fadeInUp {
	 from {
		 opacity: 0;
		 transform: translate3d(0, 30%, 0);
	}
	 to {
		 opacity: 1;
		 transform: none;
	}
}
 @keyframes fadeInUp {
	 from {
		 opacity: 0;
		 transform: translate3d(0, 30%, 0);
	}
	 to {
		 opacity: 1;
		 transform: none;
	}
}
 @-webkit-keyframes fadeInDown {
	 from {
		 opacity: 0;
		 transform: translate3d(0, -8%, 0);
	}
	 to {
		 opacity: 1;
		 transform: none;
	}
}
 @keyframes fadeInDown {
	 from {
		 opacity: 0;
		 transform: translate3d(0, -8%, 0);
	}
	 to {
		 opacity: 1;
		 transform: none;
	}
}
 .fadeInDown {
	 -webkit-animation-name: fadeInDown;
	 animation-name: fadeInDown;
}
 @-webkit-keyframes bounceCenter{
	 0%{
		-webkit-transform:scale(1)
	}
	 10%{
		-webkit-transform:scale(1)
	}
	 50%{
		-webkit-transform:scale(1.2)
	}
	 100%{
		-webkit-transform:scale(1)
	}
}
 @keyframes bounceCenter{
	 0%{
		transform:scale(1)
	}
	 10%{
		transform:scale(1)
	}
	 50%{
		transform:scale(1.2)
	}
	 100%{
		transform:scale(1)
	}
}
 @-moz-document url-prefix() {
	 .select_city {
		 background: url("../images/icon_arrow.png") no-repeat 240px 8px!important;
	}
}
 @-webkit-keyframes textshow {
	 0%{
		opacity:0;
		display:block;
	}
	 1%{
		opacity:1;
		display:none;
	}
	 100%{
		opacity:1;
	}
}
 @keyframes textshow {
	 0%{
		opacity:0;
		display:block;
	}
	 1%{
		opacity:1;
		display:none;
	}
	 100%{
		opacity:1;
	}
}
 @-webkit-keyframes texthide {
	 0%{
		opacity:1;
	}
	 0.001%{
		opacity:0;
	}
	 100%{
		opacity:0;
	}
}
 @keyframes texthide {
	 0%{
		opacity:1;
	}
	 0.001%{
		opacity:0;
	}
	 100%{
		opacity:0;
	}
}
 @-webkit-keyframes margintop{
	 0%{
		margin-top:0;
	}
	 100%{
		margin-top:-120px;
	}
}
 @keyframes margintop{
	 0%{
		margin-top:0;
	}
	 100%{
		margin-top:-120px;
	}
}
 @media only screen and (max-width:900px) {
	 body{
		min-width: 0;
	}
	 .block_register{
		position:absolute;
		left:44%;
		top:20%;
		margin:0px 0 0 -40%;
		width:92%;
	}
	 .block_register{
		height: auto;
		margin-top: 60px;
	}
	 .ques-wrap{
		width: 96%;
		margin: 80px auto 0;
	}
	 .TabbedPanelsContent{
		padding:10px 15px 25px 15px;
	}
	 .ques-wrap{
		width:90%;
		margin-top:60px;
		padding-top:0px;
	}
	 .ques-wrap .question{
		 font-size: 22px;
	}
	 #login{
		 position: absolute!important;
		 min-height: 500px!important;
	}
	 #login .form-label{
		padding-top: 2px;
	}
	 .hide{
		display:block;
	}
}
 @media only screen and (max-width:1024px) {
	 .header{
		width:auto;
	}
}
 @media (max-width:414px) and (max-height:768px) {
	 body{
		min-height: 600px;
	}
	 .copyright{
		position: absolute;
		top:100vh;
		height:20px;
	}
}
 @media only screen and (max-height:480px) {
	 .ques-wrap .question{
		margin:24px auto;
	}
	 .ques-wrap{
		padding-top:0px;
	}
	 .lady_switch{
		min-height:450px;
	}
	 .block_register{
		top:15%;
		margin-top:0;
	}
}
 @media only screen and (max-height:400px) {
	 .TabbedPanelsContent{
		padding:10px 50px 20px 40px;
	}
	 .button_box{
		padding-top:10px;
	}
}
 @media only screen and (max-width:767px) {
	 .ques_1 .question_tips{
		margin-bottom:15px;
	}
	 .ques_btn{
		padding:15px 0;
		width:80%;
		margin:10px auto;
	}
	 .signin span{
		display: none;
	}
	 .ques-wrap{
		margin-top:20px;
	}
	 .copyright{
		position: absolute;
	}
}
 @media only screen and (max-width:450px) {
	.header .logo{padding-top:5px;}
	 .logo img{max-width: 200px;}
	 .ques-wrap{
		width:95%;
		margin:0 2.5%;
	}
	 .pic img{
		width:76%;
		box-sizing: border-box;
	}
	 .ques-wrap h1{
		font-size: 6.5vw;
	}
	.lady-pic{ 
		max-width: 220px;
	} 
	.lady-pic img{
		object-fit: cover;
		display: block;
	}
  .lady-move{height: 270px;}
	 .ques-wrap .ques_1 .question{
		font-size:5vw;
		margin-top:10px;
	}
	.ques_1 .question_tips {
		margin:8px 0;
	}
	 .ques-wrap .question{
		font-size: 6vw;
		 font-weight: 600;
		margin:10px auto 8px;
	}
	 .attention_con{
		box-sizing:border-box;
		 width: 90%;
		padding: 30px 20px;
	}
	 .attention_title{
		font-size: 28px;
	}
	 a.attention_btn{
		font-size:26px;
	}
	 .ques_4 .ques_btn{
		padding:15px 0;
	}
	 .TabbedPanelsTab{
		width: 42px;
		 height: 42px;
		 line-height: 42px;
		 font-size: 18px;
	}
	 .block_register .ct .register_area{
		 margin:0 auto;
		 width: 94%;
		 box-sizing:border-box;
	}
	 #login .form-label{
		line-height: 1;
	}
	 .loading .question_tips{
		font-size: 5vw;
		text-align: center;
	}
	 .signin a{
		font-weight:400;
	}
	/*手机版弹出验证信息位置调整*/
	 .TabbedContent table {
		 width: 98%;
	}
	 #pointmsg_birthday_y {
		 margin-left: 0px;
		 background-position: -50% 100%;
		 padding-bottom: 3px;
		 margin-right: 18px;
	}
	 #pointmsg_birthday_y p {
		 border-bottom: 1px solid #FF9900;
	}
	 #pointmsg_last_name {
		 margin-left: 0px;
		 background-position: -200% 100%;
		 padding-bottom: 3px;
		margin-right: 18px;
	}
	 #pointmsg_last_name p {
		 border-bottom: 1px solid #FF9900;
	}
	 #pointmsg_first_name {
		 margin-left: 0px;
		 background-position: -50% 100%;
		 padding-bottom: 3px;
		margin-right:18px;
	}
	 #pointmsg_first_name p {
		 border-bottom: 1px solid #FF9900;
	}
	 #pointmsg_passwd1{
		margin-right: 18px;
	}
	 #regForm .form-label{
		display: block;
		width: 100%;
		font-size: 6vw;
		font-weight: bold;
	}
	 #regorm .form-con{
	}
}
@media only screen and (max-width:400px) {
  .lady-move{height: 250px;}
}

 @media only screen and (max-width:320px) {
	 body{
		font-size: 14px;
	}
	 .lady-pic{
		max-width: 180px;
		border-radius: 12px;
	}
	 #pointmsg_first_name,#pointmsg_last_name,#pointmsg_passwd1{
		margin-right: 52px;
	}
	 .ques-wrap{
		width:98%;
		margin:10px 1% 10px;
	}
	 .ques-wrap .ques_1 .question{
		font-size: 5vw;
	}
	 .ques_1 .question_tips{
		padding:0 10px;
		font-size: 5vw;
		margin:5px auto 10px;
	}
	 .lady-move{
		height:200px;
	}
	 .ques-wrap .question{
		 margin: 6px auto 6px;
		padding:0 10px;
	}
	 .ques_btn{
		 border:1px solid #fff;
	}
	 .ques-wrap h1{
		font-size:32px;
		font-size: 6vw;
		 line-height: 1.2;
	}
	 .ques-wrap .question{
		 font-size: 18px;
	}
	 .select-wrapper select{
		 font-size: 14px;
	}
	 .congratulations .ques_btn{
		max-width: 90%;
		min-width: unset;
	}
	 #regForm .form-label{
		font-size:6vw;
	}
	 .header .logo{
		padding-top:10px;
	}
	 .header .logo img{
		max-width: 188px;
	}
	 #regForm .submit-button{
		font-size:24px;
	}
	 .input-group .input_test{
		font-size: 1rem;
	}
}
 @media (max-height:767px)and (orientation:landscape){
	 body{
		min-height:700px;
	}
	 .copyright{
		position: absolute;
		top:700px;
	}
}
 