/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;}

.fancybox-opened {
	z-index: 8030;}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}

.fancybox-outer, .fancybox-inner {
	position: relative;}

.fancybox-inner {
	overflow: hidden;}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.jpg);}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.jpg) center center no-repeat;}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: url(../images/closebox.jpg) center center no-repeat;}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.jpg); /* helps ie */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;}

.fancybox-prev {
	left: 0;}

.fancybox-next {
	right: 0;}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;}

.fancybox-nav:hover span {
	visibility: visible;}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;}

.fancybox-lock body {
    overflow: hidden !important;}

.fancybox-lock-test {
    overflow-y: hidden !important;}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;}

.fancybox-opened .fancybox-title {
	visibility: visible;}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* fallback for web browsers that doesn't support rgba */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;}

.fancybox-title-inside-wrap {
	padding-top: 10px;}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);}

/*add by pm*/
.reset-address-loading{
  display:none;
  background: none repeat scroll 0 0 #FFFFFF;
  height: 200%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: -50%;
  width: 100%;
  z-index:200;}
.reset-address-loading .reset-address-div {
  height: 18px;
  left: 35%;
  margin: -30px 0 0 -30px; 
  padding-top: 42px; 
  position: fixed; 
  text-align: center; 
  top: 25%;}
.reset-address-titleone{
	font-size:18px;
	color:#f5359b;
	font-weight:bold;}
.reset-address-titletwo{
	font-size:16px;}
.update-address{
	display:block;
	float:left;
	width:110px;
	height:35px;
	line-height:35px;
	color:#fff;
	background:#f5359b;
	font-size:16px;
	margin-left:20%;}
.goto-indexpage{
	display:block;
	float:left;
	width:110px;
	height:35px;
	line-height:35px;
	color:#fff;
	background:#f5359b;
	font-size:16px;
	margin-left:10%;}
.btn-div{
	margin-top:40px;}
.reset-address{
	display:none;}
#reset-address{
	width:400px;
	display:none;}
#register-form{
	width:550px;
	height:auto;
	display: none;
	overflow:hidden;}
#logins-form{
	width:550px;
	/*height:533px;*/
	display: none;
	overflow:hidden;}
#forgetpwd{
	width:500px;
	height:400px;
	display: none;
	overflow-x:hidden;}
#forgetpwd .forgotton-top{height:100px;border-bottom:3px solid #f6f6f6;}
#forgetpwd .forgotton-top img{float:left;}
#forgetpwd .forgotton-top p{clear:both;font-size:14px;color:#333;float:left;margin-top:20px;}
#forgetpwd .forgotton-content{margin-top:30px;text-align: center;}
#forgetpwd .forgotton-content p{color:#333;font-size:14px;}
#forgetpwd .buttons-set{text-align:center;}
.register-top{
	height:55px;
	width:550px;
	margin:0px auto;
	overflow:hidden;
	border-bottom:2px solid #000000;}
.register-logo{
	height:51px;
	width:94px;
	background: url(../../images/register_logo.jpg) center center no-repeat;}
.register-content{
	width:550px;
	margin:0px auto;
	margin-top:25px;}
.register-left{
	float:left;
	width:267px;
	height:330px;
	border-right:2px solid #ededed;}
.register-right{
	text-align:left;
	float:left;
	width:227px;
	height:auto;
	margin-left:43px;}
.input-line{
	margin-top:0px;
	height:30px;
	line-height:30px;
    font-family: microsoft yahei;
    font-size: 10px;
    border-radius: 0px;}
#logins-form .input-text{
    height:30px;
    line-height:30px;
    font-family: microsoft yahei;
    font-size: 10px;
    border-radius: 0px;}
#register-form .input-text{
    height:30px;
    line-height:30px;
    font-family: microsoft yahei;
    font-size: 10px;
    border-radius: 0px;}
#forgetpwd .input-text{
    height:30px;
    line-height:30px;
    font-family: microsoft yahei;
    font-size: 10px;
    border-radius: 0px;}
#email_address{
	padding-left:10px;
	width:365px;}
#phone_yzm{
	padding-left:10px;
	width:115px;}
#passwords,#confirmations,#phone,#phone_password,#phone_confirmation,#yzm{
	padding-left:10px;
	width:225px;}
#yzm{
	float:left;
	width:135px;}
#yzms{
    width:140px;
    padding-left:8px;
    float:left;}
#phone{
	margin-top:10px;}
.checkread{
	margin-right:5px;}

.shouce{
	display:block;
	float:left;
	margin-top:12px;
	font-size:14px;}
.submitbtn{
	text-align:center;
	width:225px;
	height:40px;
	line-height:40px;
	background:#000;
	cursor:pointer;
	font-size:13px;
	margin-top:10px;
	color:#fff;
	border:none;
    font-family:"microsoft yahei";
    border-radius: 2px;}
#emailtab{
	color:#ff389b;}
.phone_username,.uesr_email,.phone_confirmation,.phone_passwords{
    height:50px;}
.phone_username{
    margin-top:10px;}

.register-right .phone_yzmbtn{
    height:50px;}
#emailtab,#phonetab{
	cursor:pointer;}
.tologin{
	font-size:14px;
	text-align:center;
	margin-top:15px;}
.leftpic{
	height:292px;
	width:209px;
	margin-left:25px;
	background: url(../../images/register_pic.jpg) center center no-repeat;}
.leftpic_login{
    height:292px;
    width:209px;
    margin-left:25px;
    background: url(../../images/login_img.jpg) center center no-repeat;}
#getyzm{
	display:block;
	width:105px;
	height:30px;
	background:#cb0000;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	float:right;
    font-family: microsoft yahei;}
#getyzm2{
	display:block;
	width:105px;
	height:30px;
	background:#cb0000;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	float:right;
    font-family: microsoft yahei;}
.title{
	font-size: 16px;}
#logins-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;}
#login-name,#login-pwd{
	width:227px;
	/*height:40px;*/
	border:none;
    height:50px;
    position: relative;}
#login-name{
	margin-top:10px;}
#login_email{
	display:inline-block;
    position: absolute;
	width:38px;
	height:18px;
	top:6px;
	left:0px;
	background: url(../../images/login.jpg) center center no-repeat;}
#login_lock{
	display:inline-block;
    position: absolute;
    width:38px;
    height:22px;
    top:5px;
    left:0px;
	background: url(../../images/login_pwd.jpg) center center no-repeat;}
#emails{
	width:227px;
	height:30px;
	background:none;
	border:1px solid #d6d6d6;
	/*margin-left:3px;*/
	/*margin-bottom:10px;*/
	padding-left:40px;}
#passs{
    width: 227px;
    height: 30px;
    background: none;
    border: 1px solid #d6d6d6;
    /* border-left: 1px solid #cccccc; */
    margin-left: 0;
    padding-left: 40px;}
#forgetpwd .validation-advice{
    text-align: left;}
.phone_yzmbtn{
    width:227px;
    height:40px;}
.telephone_yzmbtn{
    width:227px;
    height:40px;
    margin-left:100px;
    margin-top:10px;}

.telephone_yzmbtn .getmathcode{
    margin-top:0px;}

.email_yzmbtn{
    width:227px;
    height:50px;}
.remember_check{
    background:url(../../images/noselect.jpg) no-repeat;
    width:14px;
    height:14px;
    display:block;
    margin-top:3px;
    float:left;
    cursor:pointer;}
.remember_me{
    background:url(../../images/select.jpg) no-repeat;
    width:14px;
    height:14px;
    display:block;
    margin-top:3px;
    float:left;
    cursor:pointer;}

#refind{
	color:#cb0000;
	float:right;}
#loginbtn{
	width:227px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:13px;
	background:#000;
	margin-top:16px;
	cursor:pointer;
	border:none;
	color:#fff;	
	border-radius:3px;
	box-shadow:1px 1px 7px #3e3e3e inset;
    font-family:"microsoft yahei";}
.forgetbtn{
	width:175px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	font-family:microsoft yahei;
	background:#000;
    border-radius:3px;
	cursor:pointer;
	border:none;
	color:#fff;}

#resetbtn{
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	background:#ff389b;
	cursor:pointer;
	border:none;
	color:#fff;
	margin-bottom:10px;}
#toregisterbtn{
	width:227px;
	height:40px;
	text-align:center;
	font-size:13px;
	line-height:40px;
	background:#fff;
	margin-top:10px;
	cursor:pointer;
	display:block;
	border:1px solid #000;
	border-radius:3px;
    font-family:microsoft yahei;
    color:#000;}
.btntext{
	color:#fff;}
p{
	margin:0px;
	padding:0px;}
.clear{
	clear:both;}
#phone_address{
	padding-left:10px;
	width:225px;}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.jpg);
		background-size: 44px 152px;}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.jpg);
		background-size: 24px 24px;}
}





