@charset "utf-8";
/* CSS Document */
html { font-size:16px; }
body { margin:0; padding:0; }
body,input,select,textarea { font-family:Arial,Helvetica,sans-serif; font-size:12px; font-size:0.75rem; vertical-align:middle; }
.holded { color:#aaa; }
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; }
a:link,a:visited{ color:#e47630;  }
a:hover{ color:#ff8208; 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 */

/* layout */
.show_mobile { display:none; }
#body_background_box, #body_background_box .bg_img { position:fixed; left:0; top:0; right:0; bottom:0; z-index:-1; }
#body_background_box .bg_img { display:none; }
#body_background_box .img1 { background:url(../images/bg1.jpg) no-repeat center center; z-index:3; }
#body_background_box .img2 { background:url(../images/bg2.jpg) no-repeat center center; z-index:2; }
#body_background_box .img3 { background:url(../images/bg3.jpg) no-repeat center center; z-index:1; }
#body_background_box .img4 { background:url(../images/bg4.jpg) no-repeat center center; z-index:0; }
#body_background_box:after { display:block; content:""; position:absolute; bottom:0; left:0; right:0; height:316px; background:url(../images/footer_bg.png) repeat-x bottom; z-index:5; }
#wrapper { width:1000px; margin:0 auto; position:relative; z-index:6; }
#header { height:80px; padding:0 12px; }
#header_logo { float:left; width:240px; }
.signin { font-size:14px; float:right; padding-top:20px; color:#aaa; }
.terms_privacy { color:#333; font-size:12px; text-align:center; padding-top:10px; line-height:1.4em; }
#footer { width:1000px; font-size:14px; position:absolute; bottom:8px; left:50%; margin-left:-500px; text-align:center; color:#999; text-shadow:0 2px 2px rgba(0,0,0,0.4); }
#ladies_box { width:91%; margin:0 auto 20px; height:120px; text-align:left; white-space:nowrap; overflow:hidden; }
#ladies_box img { width:2182px; max-width:none; }
#ladies_box .ladies_wrapper { margin-left:0; width:4364px; }

/* TabbedPanels */
.TabbedPanels { margin:10px 0 0; padding:0; }
.TabbedPanelsTabGroup { margin:0 0 -18px; padding:0; height:38px; text-align:center; }
.TabbedPanelsTab { font-family:Verdana, Geneva, sans-serif; display:inline-block; width:38px; height:38px; line-height:38px; text-align:center; -moz-user-select:none; -khtml-user-select:none; cursor:default; margin-right:5px; border-radius:40px; font-size:20px; color:#999; background:#fff; border:1px solid #bbb; }
.TabbedPanelsTabSelected { background:#333; color:#fff; border-color:#333; -webkit-animation:bounceCenter 0.6s; animation:bounceCenter 0.6s; }
.TabbedContent{ padding:40px 40px 40px; color:#333; font-size:14px; background-image:url(../images/regForm_border.png); background-position:center top; background-repeat:no-repeat; }

/* form */
.holded { color:#999; }
.input_holder { position:relative; }
.input_holder .holder { position:absolute; font-size:12px; padding-left:5px; line-height:36px; color:#999; }
#regForm { width:430px; margin:30px 0 0 25px; }
.gender_select { text-align:center; font-size:16px; height:120px; color:#555; }
.gender_select .gender_box { font-size:14px; display:inline-block; margin:12px 6px 0; cursor:pointer; color:#999; transition:0.3s; -webkit-transition:0.3s; }
.gender_select .gender_box .icon { width:60px; height:60px; margin-bottom:6px; background:#f5f5f5; border:1px solid #ccc; border-radius:100px; background-image:url(../images/gender.png); }
.gender_select #male:hover .icon { border-color:#00a1e5; }
.gender_select #female:hover .icon { border-color:#f73784; }
.gender_select .gender_box.active { font-weight:bold; color:#333; transform:scale(1.05); -webkit-transform:scale(1.05); }
.gender_select #male .icon { background-position:0 0; }
.gender_select #male.active .icon { margin-bottom:5px; background-color:#00a1e5; border-color:#00a1e5; background-position:0 -60px; }
.gender_select #female .icon { background-position:-60px 0; }
.gender_select #female.active .icon { margin-bottom:5px; background-color:#f73784; border-color:#f73784; background-position:-60px -60px; }
.form-item { margin:10px 0; }
.form-label { font-size:14px; font-size:0.875rem; float:left; width:22%; padding-top:10px; }
.form-con { float:left; width:78%; }
.input_test, .input-group { width:100%; height:38px; height:2.375rem; line-height:32px; line-height:2rem; text-indent:6px; box-sizing:border-box; background-color:#fff; border:1px solid #aaa; border-radius:4px; }
.input-group .input_test { font-size:12px; font-size:0.75rem; height:36px; height:2.25rem; }
.select-wrapper { width:100%; position:relative; overflow:hidden; z-index:0; height:38px; height:2.375rem; box-sizing:border-box; background-color:#fff; border:1px solid #aaa; 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:12px; font-size:0.75rem; float:left; width:109%; margin-top:3px; text-indent:4px; height:30px; height:1.875rem;/* inputbox height */ padding:3px; border:none; }
.input-group .input_test, .input-group .select-wrapper { float:left; border:none; }
.input-group .select-wrapper { width:33%; height:36px; height:2.25rem; }
.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:16px; }
.submit-button { display:block; width:100%; text-decoration:none; height:42px; line-height:38px; font-size:22px; height:2.625rem; line-height:2.375rem; font-size:1.375rem; cursor:pointer; background-color:#e47630 !important; border:none; color:#fff; border-radius:5px; transition:all 0.3s; -webkit-transition:all 0.3s; margin-top:0 !important;}
.submit-button:hover { background-color:#ee8324 !important; color:#fff; transform:scale(1.03); -webkit-transform:scale(1.03); }
.login_go { display:none; }
/* for ie8 */
.ie.ie8 select { height:22px !important; }
.ie.ie8 .TabbedContent { border:1px solid #ccc; }

/* 如果没有定义这个，有可能在加载时一瞬间显示弹层 */
.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:#fc4402; border:1px solid #fc4402; 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); }
.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:#fc4402;/* 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:#fc4402;/* use for arrow border */ }
#pointmsg_birthday_y { margin-left:-70px; }
#pointmsg_birthday_y .arrow { margin-left:70px; }

/* animation */
@-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)}
}

/* Responsive */
@media (min-width:1025px) {/* 宽屏布局 */
	#wrapper { width:1250px; }
	#header_logo { width:auto; }
	#regForm { margin-top:110px; }
	#footer{ width:1250px; margin-left:-625px; }
	.TabbedContent { padding:50px 40px 40px }
	.button_box { padding-top:26px; }
	#ladies_box { width:100%; }
}
@media (min-width:750px) and (max-width:1024px) { /* 为ipad竖屏等微调*/
	#body_background_box .bg_img { background-size:cover; }
	#wrapper { width:auto; }
	#footer { width:auto; left:8px; right:8px; margin-left:0; }
}
@media (min-width:1024px) and (max-height:730px) { /* 为宽矮屏微调*/
	#body_background_box .bg_img { background-size:cover; }
	#regForm { margin-top:30px; }
	.TabbedPanels { margin-top:0; }
	.popup-container { top:51% !important; }
	#login { top:59% !important; }
	#ladies_box img { width:1900px; }
	#ladies_box .ladies_wrapper { width:3800px; }
}
@media (max-width:750px) {
	.show_mobile { display:block; }
	.show_pc { display:none; }
	html { font-size:18px; }
	#wrapper { width:auto; }
	#header { padding:0 8px 0 0; background: rgb(255, 255, 255);
background: -moz-linear-gradient(90deg, rgba(255, 255, 255,0.9) 0%, rgba(255, 255, 255,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(255, 255, 255,0.9) 0%, rgba(255, 255, 255,0) 100%);
background: -o-linear-gradient(90deg, rgba(255, 255, 255,0.9) 0%, rgba(255, 255, 255,0) 100%);
background: -ms-linear-gradient(90deg, rgba(255, 255, 255,0.9) 0%, rgba(255, 255, 255,0) 100%);
background: linear-gradient(180deg, rgba(255, 255, 255,0.9) 0%, rgba(255, 255, 255,0) 100%);
 }
	#header_logo { width:11rem; }
	.signin{ padding-top:14px; font-size:12px; text-align:right; color:#555; }
	#body_background_box .bg_img { background-size:cover !important; }
	#body_background_box .img1 { background:url(../images/m_bg1.jpg) no-repeat top center; }
	#body_background_box .img2 { background:url(../images/m_bg2.jpg) no-repeat top center; }
	#body_background_box .img3 { background:url(../images/m_bg3.jpg) no-repeat top center; }
	#body_background_box .img4 { background:url(../images/m_bg4.jpg) no-repeat top center; }
	#regForm { width:auto; margin:16rem 10px 10px; }
	.reg_text { max-width:365px; margin:0 auto; }
	.TabbedPanels { max-width:320px; margin:0 auto; }
	.TabbedContent{ padding:40px 20px 20px; background-color:rgba(255,255,255,0.85); }
	#footer{ position:static; font-size:12px; padding:25px 14px 14px; width:auto; margin-left:0; }
	.form-label { float:none; width:auto; padding:0 0 8px; }
	.form-con { float:none; width:auto; }
	.terms_privacy { color:#999; }
	.terms_privacy a { color:#e47630; }
	#ladies_box { height:60px; }
	#ladies_box img { width:1091px; }
	#ladies_box .ladies_wrapper { width:2182px; }
	#pointmsg_last_name { margin-left:-100px; background-position:100px 100%; background-repeat:repeat-x; }
	#pointmsg_birthday_y { margin-left:-75px; background-position:75px 100%; background-repeat:repeat-x; }
}
@media (min-width:375px) and (max-width:750px) {

}
@media (min-width:350px) and (max-width:375px) {
	html { font-size:17px; }
	#ladies_box img { width:960px; }
	#ladies_box .ladies_wrapper { width:1920px; }
}
@media (max-width:350px) {
	html { font-size:16px; }
}
@media (min-width:450px) and (max-width:750px) and (orientation:landscape){
	#body_background_box .img1 { background:url(../images/bg1.jpg) no-repeat center center; }
	#body_background_box .img2 { background:url(../images/bg2.jpg) no-repeat center center; }
	#body_background_box .img3 { background:url(../images/bg3.jpg) no-repeat center center; }
	#body_background_box .img4 { background:url(../images/bg4.jpg) no-repeat center center; }
	#body_background_box:after { opacity:0.5; bottom:-200px; }
	#regForm { margin-top:7rem; }
	#ladies_box { width:454px; }
}