@charset "utf-8";
/* CSS Document */
html {
	font-size: 16px;
}
@font-face{
    font-family: 'Soft Elegance';
    src : url('../font/Soft Elegance.ttf');
}
body,input,select,textarea {
	font-family: 'Soft Elegance','Roboto',Arial,Helvetica, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	vertical-align: middle;

}


.holded {
	color: #aaa;
}

html,body{
	background-color: #121212;
}

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;
}

input,select {
	outline: none;
}

a:link,a:visited {
	color: #4cd8a0;
}

a:hover {
	color: #f23b7f;
	text-decoration: underline;
}
/* 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 */

.hidden {
	display: none;
}

.show{
	display: block!important;
}
/* layout */

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 6;
	color:#fff;

}

#header {
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 20;
		position: absolute;top:0;
	left: 0;right: 0;
}

.header_wrapper {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header_logo {
	float: left;
	margin-top: 0px;
}

.signin {
	font-size: 14px;
	float: right;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.signin .login_go {
	display: none;
}


.gender_select {
	padding-top: 10px;
	text-align: center;
}

.gender_box {
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;
}

.gender_box .icon {
	height: 18px;
	width: 18px;
	display: inline-block;
	border-radius: 50%;
}

#male .icon {
	border: 2px #22b3e3 solid;
}

#male.active .icon {
	background: #22b3e3;
}

#female .icon {
	border: 2px #f55a68 solid;
}

#female.active .icon {
	background: #f55a68;
}

.gender_box span {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	padding-left: 8px;
	font-size: 24px;
	font-size: 2.25rem;
	font-weight: 800;
}

#female span {
	color: #999;
}

.terms_privacy {
	margin: 0 auto;
	width: 100%;
	max-width: 270px;
	color: #eee;
	font-size: 14px;
	text-align: center;
	padding-top: 14px;
	line-height: 1.4em;
}

#footer {
	width: 100%;
	margin: 20px auto 10px;
	position: absolute;
	bottom: 0px;
	z-index: 10;
}

.footer_text {
	max-width: 1440px;
	width: 90%;
	font-size: 12px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #ddd;
	box-sizing: border-box;
	text-transform: uppercase;
}

.fo-text {
	float: left;
	text-align: left;
	padding-left: 20px;
}

.term_policy {
	float: right;
	text-align: right;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
}

.term_policy a {
	text-decoration: underline;
	padding: 0 20px;
	color: #ddd;
}

.term_policy a:hover {
	color: #ff2745;
}

#content,#body_background_box,#wrapper,.round-line,.mask_cover{min-height: 820px;}

/* new LDP style css*/
#content{display: flex;justify-content: space-around;align-items:flex-start;width: 100%;}
#body_background_box{position: relative;flex:50%;justify-content:space-around;height: 100vh;}
 #body_background_box .bg_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	min-height: 820px;
	height: 100vh;
	background-size: cover!important;
}

#body_background_box .bg_img {
	display: none;

}

#body_background_box .img1 {
	background: url(../images/bg1.jpg) no-repeat top center;
	z-index: 3;
}

#body_background_box .img2 {
	background: url(../images/bg2.jpg) no-repeat top center;
	z-index: 3;
}

#body_background_box .img3 {
	background: url(../images/bg3.jpg) no-repeat top center;
	z-index: 3;
}

#body_background_box .img4 {
	background: url(../images/bg4.jpg) no-repeat top center;
	z-index: 3;
}

#body_background_box:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: url(../images/footer_bg.png) repeat-x bottom;
	z-index: 5;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.round-line{
 position: absolute;top:0;right: 0;display: block;background: url("../images/round_line.png") top right no-repeat;width: 270px;height: 100vh;z-index: 1;z-index: 10;

}


#main{ flex: auto;position: relative;justify-content: space-around; align-items: center;height: 100vh;padding-left: 50px;}
.title{padding-top:130px; font-size: 36px;color:#aaa;line-height: 1.4;font-weight:normal;text-align: left;display: block;justify-content: flex-end;max-width: 640px;  }
.title strong{font-weight: 600;color:#f13b7f; font-size: 50px; text-transform: uppercase;}
.title p{ font-size: 20px;margin-top: 15px; }


.question_wrapper{margin:80px 0 0 40px; text-align: left;justify-content: flex-start;
max-width: 640px;}
.ques_item{   animation-duration: 0.4s;}
.ques_item .sort{font-size: 22px;font-weight: normal;color:#f23b7f;line-height: 1.3;margin-bottom: 10px;}
.ques_item .strong{font-size: 36px;color:#fff; line-height: 1.3;}
.ques_item p{ font-size: 24px;color:#fff; line-height: 1.3; }
#q4 .ques_item p{ font-weight: normal; }
.reply_button{margin-top:50px;justify-content: space-around; align-items: center; }
.reply_button a.no {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #bbb;
	background-repeat: no-repeat;
	background-position: 50%;
	color: #fff;
	text-decoration: none;
	position: relative;
	line-height: 80px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.2s ease-in;

}

.reply_button a.yes {
	display: inline-block;
	position: relative;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #42d7a0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50%;
	color: #fff;
	text-decoration: none;
	margin-left: 50px;
	line-height: 110px;
	font-size: 34px;
	text-align: center;
	text-transform: uppercase;transition: 0.2s ease-in;
	box-shadow: 0px 0px 60px 0px rgba(77, 245, 183, .85);
}

.reply_button a:hover {
/*	opacity: 0.85;
	filter: alpha(opacity=85);*/
	transform: scale(1.12);

}
a.ordinary {
	background-color: #42d7a0;
	display: block;
	height: 60px;
	line-height: 60px;
	width: 260px;
	border-radius: 28px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	transition: 0.2s ease-in;
	font-size: 24px;
	font-weight: normal;
}



.red {
	color: #ef334d;
}

.mask_cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #000;
	background: url(../images/mask_bg.png) repeat left top;
	opacity: 0.30;
	filter: alpha(opacity=30);
}

#header_logo img {
	max-height: 64px;
	padding-top: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}





@-webkit-keyframes spread {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}

	40% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: .05
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .1
	}

	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .3
	}

	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .1
	}

	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes spread {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}

	40% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: .05
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .1
	}

	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .3
	}

	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .1
	}

	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}




/* TabbedPanels */
.TabbedPanels {
	margin: 0;
	padding: 0;
	padding: 15px 75px 0;
}

.TabbedPanelsTabGroup {
	margin: 0 0 30px;
	padding: 0;
	height: 40px;
	text-align: center;
}

.TabbedPanelsTab {
	font-family: Verdana, Geneva, sans-serif;
	display: inline-block;
	width:36px;
	height: 8px;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
	margin: 0 3px;
	border-radius: 20px;
	font-size: 0px;
	color: #fff;
	background: #555;
	box-sizing: border-box;
	font-weight: 300;
}

.TabbedPanelsTabSelected {
	background: #fb609a;
}

.TabbedContent {
}
/*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 */
.holded {
	color: #999;
}

.input_holder {
	position: relative;
}

.input_holder .holder {
	position: absolute;
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 8px;
	line-height: 40px;
	line-height: 2.5rem;
	color: #999;
	width: 100%;
	cursor: text;
}

#regForm {
	margin: 0;
}

.reg_area {
	width: 520px;
	padding: 0px 0px 44px;
	padding: 0rem 0 3rem;
	box-sizing: border-box;
}

.form-item {
}

.form-label {
	font-size: 30px;
	font-size: 1.875rem;
	text-align: center;
	float: none;
	width: 100%;
	padding: 0 0 20px;
}

.form-con {
	float: none;
	width: 100%;
}

.input_test, .input-group {
	width: 100%;
	height: 44px;
	height: 2.75rem;
	line-height: 40px;
	line-height: 2.5rem;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	text-indent: 4px;
}

.input-group .input_test {
	font-size: 14px;
	font-size: 0.875rem;
	height: 40px;
	height: 2.55rem;
}

.select-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
	height: 44px;
	height: 2.75rem;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 4px;
}

.select-wrapper:after {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 5px;
	right: 4px;
	top: 40%;
	background: url(../images/down_arrow.png) no-repeat right center;
}

.select-wrapper select {
	font-size: 14px;
	font-size: 1rem;
	float: left;
	width: 109%;
	text-indent: 4px;
	height: 40px;
	height: 2.5rem;
/* inputbox height */
	border: none;
	background: #fff;
}

.input-group .input_test, .input-group .select-wrapper {
	float: left;
	border: none;
}

.input-group .select-wrapper {
	width: 33%;
	height: 40px;
	height: 2.5rem;
}

.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: 30px;
}

.submit-button {
	display: block;
	width: 100%;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 26px;
	height: 3.125rem;
	line-height: 3.125rem;
	font-size: 1.625rem;
	cursor: pointer;
	background-color: #42d7a0!important;
	border: none;
	color: #fff;
	border-radius: 6px;
	margin-top: 0 !important;
	font-weight: 500;
	transition: all 0.6s;
}

.submit-button:hover {
	color: #fff;
	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.15);
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* 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: #f23b7f;
	border: 1px solid #f23b7f;
	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: #f23b7f;
/* 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: #f23b7f;
/* use for arrow border */
}

#pointmsg_birthday_y {
	margin-left: -70px;
}

#pointmsg_birthday_y .arrow {
	margin-left: 70px;
}



@media (max-width:1366px) {
/* 宽屏布局 */
#body_background_box{    flex: 64%; }
#main{ padding: 0 20px;}
}
@media (min-height:1170px) {
.round-line{display: none;}
}

@media (max-height:800px) {
.title{padding-top: 60px;}
.question_wrapper{margin-top:60px;}

}

@media (max-width:1024px) {
.title{font-size: 26px;}
.title strong{font-size: 40px;}
.title p{font-size: 18px;}
#body_background_box{flex: 70%;}
}
@media (max-width:820px) {
.title{padding-top: 80px; text-align: center; margin: 0 auto;color:#ddd;}
.question_wrapper{margin:40px auto 0;text-align: center;}
.round-line{display: none;}
#body_background_box{position: absolute;left: 0;right: 0;top: 0;bottom:0;z-index: -1;flex:100%;}
.mask_cover { position: fixed;opacity:0.55;
filter: alpha(opacity=55);}
.term_policy,.fo-text{float: none;text-align: center;margin:0 auto;padding-bottom: 5px;}
.reg_area{width: 90%;max-width: 520px;    margin: 0 auto;padding:15px 0 0 0;margin:0 auto;}
.TabbedPanels{ padding:0;}
.TabbedPanelsTab{background: #999;}
.TabbedPanelsTabSelected{    background: #fb609a!important;  }
#regForm{margin:0 auto;}
#body_background_box .img1 {
	background: url(../images/mbg1.jpg) no-repeat top center;
}
#body_background_box .img2 {
	background: url(../images/mbg2.jpg) no-repeat top center;
}

}

@media (max-width:480px) {
html{font-size: 16px;}
.title{font-size: 1.25rem;}
.title strong{font-size: 1.825rem;}
.ques_item p{font-size: 1.375rem;}
.reply_button{margin-top: 40px;}
.title p{display: none;}
#male{margin-right: 20px;}
.gender_box{margin:0 auto;}
#login .form-label{text-align: left; padding:0 0 8px;}
#login.popup-container .popup-content{     top: 60px; }
}

/* Responsive */



@media (min-width:750px) and (max-width:1024px) {
 /* 为ipad竖屏等微调*/
	.reply_button a.yes {
		width: 140px;
		height: 140px;
		line-height: 140px;

	}

	.reply_button a.no {
		width: 100px;
		height: 100px;
		    line-height: 100px;
	}

	.reply_button a.yes::before {
		content: '';
		display: block;
		position: absolute;
		width: 170px;
		height: 170px;

		margin: auto;
	}
}


@media (max-width:500px) {

	#header_logo img {
		max-height: 48px;
	}

	.signin .login_go {
		display: block;
	}

	.login_pop {
		display: none;
	}

	.signin {
		line-height: 1.2;
		padding-top: 5px;
		text-align: right;
		font-weight: 400;
		font-size: 12px;
	}

	#footer {
		position: relative;
	}
}

@media (max-width:350px) {
	html {
		font-size: 14px;
	}

	#header_logo img {
		max-height: 48px;
	}

	.reply_button a.yes {
		width: 100px;
		height: 100px;
	}

	.reply_button a.no {
		width: 80px;
		height: 80px;
	}
.title strong{font-size: 1.75rem;}
.ques_item .strong{font-size:1.85rem; }
.reply_button,.question_wrapper{margin-top: 20px;}
.gender_box { margin-right:14px;}
.gender_box span{font-size: 20px;    padding-left: 4px;}

}

@media  (max-height:750px) {
	#wrapper {
		min-height: 720px;
	}

	#footer {
		position: relative;
	}
}



@media (min-width:350px) and (max-width:375px) {
	html {
		font-size: 15px;
	}
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 35%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 35%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 35%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}


.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.light_eff{
  -webkit-animation: light linear  2.4s infinite;
  -moz-animation: light linear 2.4s  infinite;
  animation: light linear 2.4s  infinite;


}

@keyframes light {
  0% {
   box-shadow:0px 0px 0px 0px rgba(77, 245, 183, .85);
  }

  50%{
    box-shadow:0px 0px 60px 0px rgba(77, 245, 183, .85);
  }

  100%{
box-shadow:0px 0px 0px 0px rgba(77, 245, 183, .85);
  }
}


@-webkit-keyframes light {
  0% {
   box-shadow:0px 0px 0px 0px rgba(77, 245, 183, .85);
  }

  50%{
    box-shadow:0px 0px 60px 0px rgba(77, 245, 183, .85);
  }

  100%{
box-shadow:0px 0px 0px 0px rgba(77, 245, 183, .85);
  }
}

@-moz-keyframes light {
  0% {
   box-shadow:0px 0px 0px 0px rgba(77, 245, 183, .85);
  }

  50%{
    box-shadow:0px 0px 60px 0px rgba(77, 245, 183, .85);
  }

  100%{
box-shadow:0px 0px 0px 0px rgba(77, 245, 183, .85);
  }
}
