/*登录页面*/

.w-1050 {
	margin: 0 auto;
	width: 1050px;
}

.login-header {
	position: relative;
	z-index: 9;
	height: 85px;background-color: #fff;
}

.login-header .logo {
	margin-top: 24px;
}

.login-header .logo a {
	float: left;
	width: 245px;
	height: 49px;
	background: url(../images/login-logo.png);
}

.login-header .logo .title {
	display: inline-block;
	height: 32px;
	margin: 6px 0 0 12px;
	padding-left: 12px;
	line-height: 30px;
	border-left: 1px solid #ddd;
	font-size: 26px;
	color: #636363;
}

.login-header .about {
	margin: 55px 0 0 0;
}

.login-header .about a {
	float: left;
	padding: 0 10px;
}

.login-header .about .line {
	margin-top: 2px;
	width: 1px;
	height: 13px;
	background-color: #d5d5d5;
}

/*横幅*/
.login-content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0; 
	z-index: 2;
	min-width: 1200px;
	width: 100%;
	min-height: 800px;
	overflow: hidden;
	background: url(../images/logo-content%40Bg.jpg) top center no-repeat #000;
}


.login-content .login-mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #000;
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter: alpha(opacity=55);
}

.login-content video {
    object-fit: fill;
    height: 100%;
    width: 100%;
    min-height: 580px;
}

.login-content .my-video-dimensions {
    width: 100%;
    position: relative;
    z-index: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .banner-video video {
        height: auto;
    }

    .my-video-dimensions {
        width: 100% !important;
    }
}

@media screen and (max-width:1000px){
	.my-video-dimensions { display:none; }
}

.login-content .my-video-dimensions {
    width: 100% !important;
    height: 100% !important;
}

.login-content .login-content-body{ 
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	width: 1190px;
	min-height: 580px;
	margin: auto;
	margin-left: -595px;
	z-index: 5;
}

.login-content .login-content-body .login-add{ position: absolute; left: 0; top: 50%; z-index: 2; width: 710px; height: 545px; margin-top: -260px; background-color: #fff;}
.login-content .login-content-body .login-add .inner{ padding: 20px;}
.login-copyright{ position: fixed; bottom: 0; left: 0; right: 0; z-index: 2; width: 100%; height: 55px; background-color: #fff;}


/*登录*/
.login-box-warp {
	width: 370px;
	height: 498px;
	padding: 0 48px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -225px;
	left: 50%;
	margin-left: -228px;
}

	.login-box-warp h2 {
		font-size: 30px;
		margin-top: 45px;
		margin-bottom: 15px;
	}

.login-box-warp .box{
	height:410px;
	overflow: hidden;
}

.login-box-warp .title {
	position: relative;
	height: 60px;
	line-height: 60px;
}

.login-box-warp .title .login-tabs{
	overflow: hidden;
	border-bottom:1px solid #f4f4f4 ;
}
.login-box-warp .title .login-tabs a{
	position: relative;
	float: left;
	display: block;
	width: 50%;
	height: 60px;
	text-align: center;
	background-color: #f4f4f4;
}


.login-box-warp .title .login-tabs a:hover{
	color: #666;
}

.login-box-warp .title .login-tabs a i{
	display: inline-block;
	vertical-align:middle;
	width: 22px;
	height: 22px;
	margin: -2px 6px 0 0;
}


.login-box-warp .title .login-tabs a.active{
	color: #f54c18;
	font-weight: bold;
	background-color: #fff;

}

.login-box-warp .title .login-tabs a .userLogin i{
	background:url(../images/login-grounp%40icon.png) -24px 0 no-repeat;
}

.login-box-warp .title .login-tabs a.active .userLogin i{
	background:url(../images/login-grounp%40icon.png) 0 0 no-repeat;
}

.login-box-warp .title .login-tabs a .wxLogin i{
	background:url(../images/login-grounp%40icon.png) -84px 0 no-repeat;
}

.login-box-warp .title .login-tabs a.active .wxLogin i{
	background:url(../images/login-grounp%40icon.png) -60px 0 no-repeat;
}

.login-box-warp .title .login-tabs a .smsLogin i{
	background:url(../images/login-grounp%40icon.png) -129px 0 no-repeat;
}

.login-box-warp .title .login-tabs a.active .smsLogin i{
	background:url(../images/login-grounp%40icon.png) -107px 0 no-repeat;
}


.login-box-warp .title .login-tabs a .spacer{
	display: none;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 2;
	width: 1px;
	height: 30px;
	background-color: #f4f4f4;
}


.login-box-warp .title .spacer-l{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	height: 1px;
	margin-top: -1px;
	width: 108px;
	background-color: #ebecec;
}
.login-box-warp .title .spacer-r{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 2;
	height: 1px;
	margin-top: -1px;
	width: 108px;
	background-color: #ebecec;
}

.login-box-warp .title h3{
	text-align: center;
	font-size: 24px;
}

.login-box-warp .login-grounp1{
	/*padding: 65px 65px 0;*/
}

.login-box-warp .login-grounp1 .field {
	position: relative;
	width: 254px;
}

/*输入帐号*/
.login-box-warp .login-grounp1 .username-field {
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
}

.login-box-warp .login-grounp1 .username-field label{
	float: left;
	width: 73px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.login-box-warp .login-grounp1 .username-field .name-ico {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 40px;
	height: 40px;
	background: url(../images/account-ico.png) center #ddd;
}

.login-box-warp .login-grounp1 .field .iphone-validation {
	position: absolute;
    top: 0;
    right: 4px;
    z-index: 99;
    width: 110px;
    height: 38px;
    border: 0;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    color: #333;
}
.login-box-warp .login-grounp1 .field .iphone-validation:hover{
	background-color: #e5e5e5;
}

.login-box-warp .login-grounp1 .text {
	width: 275px;
	height: 36px;
	font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #c5c5c5;
    outline: none;
    text-indent: 12px;
    border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px;
}
.login-box-warp .login-grounp1 .text:focus{
	box-shadow: 0 0 0 #fff;
	background-color: #fff !important;
}

.login-box-warp .login-grounp1 .code-text {
	padding: 0 8px;
	width: 131px;
	height: 38px;
	outline: 0;
	border: 0;
	color: #666;
	line-height: 38px;
}

/*输入密码*/
.login-box-warp .login-grounp1 .password-label {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 38px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.login-box-warp .login-grounp1 .password-label .password-ico {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 40px;
	height: 40px;
	background: url(../images/password-ico.png) center #ccc;
}
/*验证码*/
.login-box-warp .login-grounp1 .code-field {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 40px;
}

.login-box-warp .login-grounp1 .code-field .code-m {
	overflow: hidden;
	width: 146px;
	height: 34px;
}

.login-box-warp .login-grounp1 .code-field .code-no {
	width: 92px;
	height: 34px;
	background-color: #fff;
}

.login-box-warp .login-grounp1 .code-field .code-no img {
	max-width: 92px;
	max-height: 34px;
}

/*登录提示*/
.login-box-warp .login-grounp1 .prompt {
	height: 20px;
}

.login-box-warp .login-grounp1 .prompt span {
	position: absolute;
	top: -10px;
	left: 73px;
	z-index: 5; 
}

.login-box-warp .login-grounp1 .prompt span i {
	float: left;
	margin: 2px 3px 0 0;
	width: 14px;
	height: 14px;
	background: url(../images/th-ico.png);
}

.login-box-warp .login-grounp1 .remember {
	overflow: hidden;
	padding-left: 73px;
}

.login-box-warp .login-grounp1 .remember label{
	cursor: pointer;
}

.login-box-warp .login-grounp1 .remember input {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0 0;
}

.login-box-warp .login-grounp1 .remember a:hover {
	text-decoration: underline;
}

.login-box-warp .login-grounp1 .login-but {
	width:100%;
	height: 42px;
	margin-top: 30px;
	line-height: 42px;
	font-size: 20px;
	border: 0;
	background-color: #f54c18;
	color: #fff;
	line-height: 42px;
	cursor: pointer;
	transition: 0.5s;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    zoom: 1;
}

.login-box-warp .login-grounp1 .login-but:hover {
	background-color: #e93700;
}

.login-box-warp .login-grounp1 .registered-but {
	width:100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 0;
	margin-top: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	border: 1px solid #238d32;
	color: #238d32;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    zoom: 1;
}

.login-box-warp .login-grounp2{
	padding: 50px 80px;
	text-align: center;
}

.login-box-warp .login-grounp2 .p-img{
	overflow: hidden;
	width: 220px;
	height:220px;
	margin:0 auto;
}

.login-box-warp .login-grounp2 .p-img img{
	width: 100%;
	height: 100%;
}

.login-box-warp .login-grounp2 .p-time{
	text-align: center;
	margin-top: 15px;
}

.login-box-warp .loginItem{
	height: 75px;
	background-color: #f4f4f4;
	line-height: 75px;
	font-size: 14px;
}

.login-box-warp .loginItem .userPhone{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	color: #666;
}

.login-box-warp .loginItem .userPhone:hover{
	background-color: #e7e7e7;
	color: #333;
}

.login-box-warp .loginItem .userPhone .spacer{
	position: absolute;
	right: 0;
	top: 20px;
	width: 1px;
	height: 28px;
	background-color: #e7e7e7;
}


.login-box-warp .loginItem .userPhone i{
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	margin: 0 5px 0 0;
	text-align: center;
	background: url(../images/login-grounp%40icon.png) 0 -33px no-repeat;
}

.login-box-warp .loginItem .noUser{
	text-align: center;
}

.login-box-warp .loginItem .noUser a{
	color: #f54c18;
	font-weight: bold;
}

.login-box-warp .loginItem .noUser a:hover{
	text-decoration: underline;
}

/*帐号绑定多个微信*/
.login-box-warp .weChatUser{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-color: #fff; }
.login-box-warp .weChatUser .title{
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}
.login-box-warp .weChatUser .title h4{
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    padding: 0 20px;
}

.login-box-warp .weChatUser .title a.return{
	float: right;
	width: 80px;
	line-height: 60px;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #888;
}
.login-box-warp .weChatUser .title a.return span{ display: inline-block; vertical-align: middle; font-weight: bold; font-family:宋体; margin: 0 0 0 0; font-size: 15px;}
.login-box-warp .weChatUser .title a.return:hover{ background-color: #ddd; color: #333;}
.login-box-warp .weChatUser .weChatUser-box{ padding: 50px 80px;}
.login-box-warp .weChatUser .weChatUser-box .UserList{ padding: 0 0;}
.login-box-warp .weChatUser .weChatUser-box .UserList li{ border: 1px solid #ddd; padding: 10px 12px; font-size: 14px; margin-bottom: 15px; cursor: pointer; box-shadow: 0px 2px 2px #f5f5f5;}
.login-box-warp .weChatUser .weChatUser-box .UserList li span{ margin-left: 20px; color: #999;}
.login-box-warp .weChatUser .weChatUser-box .UserList li:hover{ border: 1px solid #f54c18;}
.login-box-warp .weChatUser .weChatUser-box .UserList li.active{ border: 2px solid #f54c18; background: url(../images/choose-ico.png) right bottom no-repeat;}
.login-box-warp .weChatUser .weChatUser-box .login-but{ 
	width: 100%;
    height: 42px;
    margin-top: 30px;
    line-height: 42px;
    font-size: 20px;
    border: 0;
    background-color: #f54c18;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    transition: 0.5s;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    zoom: 1;
}


/*注册*/
.register-box-warp {
	background: url(../images/registe-header-bg.png) repeat-x;
}

.register-box-warp .register-body {
	padding: 60px 0 60px 120px;
}

.register-box-warp .register-body .user-info {
	padding-right: 75px;
	width: 400px;
	border-right: 1px solid #e5e5e5;
}

.register-box-warp .register-body .user-info .sr-line li {
	position: relative;
	margin-bottom: 32px;
	height: 50px;
	border: 1px solid #ddd;
}

.register-box-warp .register-body .user-info .sr-line li .name {
	float: left;
	padding-left: 18px;
	width: 82px;
	line-height: 50px;
}

.register-box-warp .register-body .user-info .sr-line li .txt{
	float: left;
	width: 278px;
	height: 50px;
	padding: 0 10px;
	border: 0;
	line-height: 50px;
}

.register-box-warp .register-body .user-info .sr-line li .txt:-webkit-autofill{ -webkit-box-shadow: 0 0 0px 1000px white inset;}

.register-box-warp .register-body .user-info .sr-line li .iphone-validation {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 99;
	width: 110px;
	height: 42px;
	border: 0;
	border-radius: 3px;
	border:1px solid #999;
	background-color: #f9f9f9;
	color: #333;
}

.register-box-warp .register-body .user-info .sr-line li .iphone-validation:hover{
	background-color: #e5e5e5;
}

.register-box-warp .register-body .user-info .sr-line li .img-validation {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 99;
	width: 118px;
	height: 46px;
	border: 0;
	background-color: #f2f2f2;
}

.register-box-warp .register-body .user-info .sr-line li .img-validation img {
	width: 100%;
	height: 100%;
}

.register-box-warp .register-body .user-info .sr-line li .prompt {
	position: absolute;
	top: 55px;
	left: 0;
}

.register-box-warp .register-body .user-info .sr-line li .prompt i {
	margin: 2px 5px 0 0;
	width: 14px;
	height: 14px;
	background: url(../images/th-ico.png);
}

.register-box-warp .register-body .user-info .remember {
	overflow: hidden;
	overflow: hidden;
	margin-bottom: 10px;
}

.register-box-warp .register-body .user-info .remember input {
	float: left;
	margin: 2px 4px 0 0;
	height: 15px;
}

.register-box-warp .register-body .user-info .remember a:hover {
	text-decoration: underline;
}

.register-box-warp .register-body .register-btn {
	width: 100%;
	height: 50px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f54a16;
	color: #fff;
	line-height: 30px;
}

.register-box-warp .register-body .register-btn:hover {
	background-color: #ec1600;
}

.register-box-warp .register-body .contact {
	margin-left: 56px;
	width: 390px;
}

.register-box-warp .register-body .contact .login {
	margin-bottom: 20px;
	line-height: 36px;
}

.register-box-warp .register-body .contact .login i {
	float: left;
	margin: 0 10px 0 0;
	width: 38px;
	height: 38px;
	background: url(../images/rw-ico.png) no-repeat;
}

.register-box-warp .register-body .contact .login a {
	margin-left: 10px;
}

.register-box-warp .register-body .contact .login a:hover {
	text-decoration: underline;
}

.register-box-warp .register-body .contact .tel {
	line-height: 20px;
}

.register-box-warp .register-body .contact .tel i {
	float: left;
	margin: 1px 10px 0 0;
	width: 38px;
	height: 38px;
	background: url(../images/iphone-ico2.png) no-repeat;
}
.register-box-warp .register-body .contact .prompt{
	margin-top: 20px;
	background-color: #f5f5f5;
	padding: 18px;
}
.register-box-warp .register-body .contact .prompt p{
	margin-bottom: 10px;
}

/*注册成功*/
.register-successfully-container{
	min-height: 300px;
	background-color: #fff;
    -webkit-box-shadow: 0 6px 28px rgba(0,0,0,.09);
    -moz-box-shadow: 0 6px 28px rgba(0,0,0,.09);
    box-shadow: 0 6px 28px rgba(0,0,0,.09);
    margin-top: 10px;
    margin-bottom: 35px;
    padding: 70px 100px 120px 155px;
}

.register-successfully-container .register-successfully-body {
	position: relative;
}
.register-successfully-container .register-successfully-body .box{
	margin-bottom: 50px;
	text-align: justify;
}

.register-successfully-container .register-successfully-body .box .coupons{
	overflow: hidden;
}
.register-successfully-container .register-successfully-body .box .coupons .item{
	float: left;
	width: 334px;
	margin-right: 20px;
}
.register-successfully-container .register-successfully-body .box .coupons .item a{
	display: block;
	margin-top: 8px;
}

.register-successfully-container .register-successfully-body .box .dt{
	font-size: 32px;
}

.register-successfully-container .register-successfully-body .box:last-child{
	margin-bottom: 0px;
}
.register-successfully-container .register-successfully-body .box .pay-info{
	padding:20px;
	background-color: #f5f5f5;
}

.register-successfully-container .register-successfully-body .box .pay-info dd{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.register-successfully-container .register-successfully-body .box .pay-info dd.info{
	width: 315px;
	margin-left: 10px;
}
.register-successfully-container .register-successfully-body .box .pay-info dd span{
	float: right;
}

.register-successfully-container .register-successfully-body .operation{ width: 100%;}
.register-successfully-container .register-successfully-body .operation a{
	float: left;
	display: block;
	width: 125px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #575757;
	text-align: center;
	font-size: 14px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.register-successfully-container .register-successfully-body .operation a:hover{
	border: 1px solid #e83e00;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.register-successfully-container .register-successfully-body .operation a.spacer{ margin-right: 15px;}
.register-successfully-container .register-successfully-body .operation a.receive{ background-color: #f54c18; border: 1px solid #f54c18; color: #fff;}


.register-successfully-container .register-successfully-body .forIcon,.order-successfully .item .failureIcon {
	position: absolute;
	top: -2px;
	left: -75px;
	width: 58px;
	height: 58px;
	background: url(../images/for-icon.png) no-repeat;
}

.register-successfully-container .register-successfully-body .failureIcon {
	position: absolute;
	top: -2px;
	left: -75px;
	width: 58px;
	height: 58px;
	background: url(../images/failure-icon.png) no-repeat;
}


/*微信绑定*/
.login-content .login-weChat-body{
	position: absolute;
    top: 90px;
    left: 50%;
    right: 0;
    bottom: 54px;
    width: 1200px;
    min-height: 580px;
    margin: auto;
    margin-left: -600px;
    z-index: 2;
}


/*微信绑定*/
.login-content .login-weChat-body .login-weChat-warp{
	position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 1200px;
    margin: auto;
    margin-top: -310px;
    margin-left: -600px;
    z-index: 2;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem{
	overflow: hidden;
	height: 58px;
	border-radius: 3px;
	background-color: #fff;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li{
	position: relative;
	width: 32.33%;
	float: left;
	line-height: 58px;
	text-align: center;
	font-size: 14px;
	padding-right: 1%;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li .item{
	width: 100%;
	background-color: #fff;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li.step3{
	background-color: #eee;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li.step3 .item{
	background-color: #eee;
	opacity: 0.6;
}


.login-content .login-weChat-body .login-weChat-warp .stepItem .list li .spacer{
	position: absolute;
	right: -30px;
	z-index: 3;
	width: 42px;
	height: 58px;
	background: url(../images/login-grounp%40icon.png) 0 -391px ;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li i{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin: -2px 0 0 0;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li i.evm{
	background: url(../images/login-grounp%40icon.png) 0 -81px no-repeat;
}


.login-content .login-weChat-body .login-weChat-warp .stepItem .list li i.bind{
	background: url(../images/login-grounp%40icon.png) -21px -81px no-repeat;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li i.success{
	background: url(../images/login-grounp%40icon.png) -45px -81px no-repeat;
}


.login-content .login-weChat-body .login-weChat-warp .stepItem .list li span.number{
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 43px;
	margin: -8px 12px 0  0;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li span.number1{
	background: url(../images/login-grounp%40icon.png) 0 -126px;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li span.number2{
	background: url(../images/login-grounp%40icon.png) -50px -126px;
}

.login-content .login-weChat-body .login-weChat-warp .stepItem .list li span.number3{
	background: url(../images/login-grounp%40icon.png) -102px -126px;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box{ width: 1200px; background-color: #fff; margin-top: 10px; border-radius: 3px; padding-bottom: 70px;}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .hd{ height: 62px; border-bottom: 1px solid #f5f5f5;}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .hd a{ float: left; width: 50%; height: 62px; line-height: 62px; font-size: 20px; display: block; text-align: center; background-color: #f5f5f5;}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .hd a.active{ font-weight: bold; color: #f54c18; background-color: #fff;}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box{
	width: 450px;
	margin:0 auto;
	margin-top: 50px;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .field {
	position: relative;
	border: 1px solid #d5d5d5;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .field .iphone-validation {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 99;
	width: 110px;
	height: 42px;
	border: 0;
	border-radius: 3px;
	border:1px solid #aaa;
	background-color: #f9f9f9;
	color: #333;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .field .iphone-validation:hover{
	background-color: #e5e5e5;
}

/*输入帐号*/
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .username-field {
	width: 100%;
	margin-bottom: 20px;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .username-field label{
	float: left;
	height: 50px;
	width: 78px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .username-field .name-ico {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 40px;
	height: 40px;
	background: url(../images/account-ico.png) center #ddd;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .text {
	width: 372px;
	height: 50px;
	font-size: 14px;
    line-height: 50px;
    padding: 0;
    outline: none;
    border: 0;
    text-indent: 15px;
    border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .text:focus{
	box-shadow: 0 0 0 #fff;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-text {
	padding: 0 8px;
	width: 131px;
	height: 38px;
	outline: 0;
	border: 0;
	color: #666;
	line-height: 38px;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .noUser{
	width: 450px;
	margin:0 auto;
	text-align: center;
	margin-top: 35px;
	font-size: 14px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .noUser a{
	color: #f54c18;
	text-decoration: underline;
}


/*输入密码*/
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .password-label {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 38px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .password-label .password-ico {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 40px;
	height: 40px;
	background: url(../images/password-ico.png) center #ccc;
}
/*验证码*/
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-field {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 40px;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-field .code-m {
	overflow: hidden;
	width: 146px;
	height: 34px;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-field .code-no {
	width: 92px;
	height: 34px;
	background-color: #fff;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-field .code-no img {
	max-width: 92px;
	max-height: 34px;
}

/*登录提示*/
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .prompt {
	height: 20px;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .prompt span {
	position: absolute;
	top: -10px;
	left: 80px;
	z-index: 5; 
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .prompt span i {
	float: left;
	margin: 2px 3px 0 0;
	width: 14px;
	height: 14px;
	background: url(../images/th-ico.png);
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .remember {
	overflow: hidden;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .remember label{
	cursor: pointer;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .remember input {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0 0;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .remember a:hover {
	text-decoration: underline;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .login-but {
	width:100%;
	height: 52px;
	margin-top: 25px;
	font-size: 20px;
	border: 0;
	background-color: #f54c18;
	color: #fff;
	line-height: 54px;
	cursor: pointer;
	transition: 0.5s;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    zoom: 1;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .login-but:hover {
	background-color: #e93700;
}

.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .registered-but {
	width:100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 0;
	margin-top: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	border: 1px solid #238d32;
	color: #238d32;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    zoom: 1;
}

/*自定义微信登录扫码样式*/
.impowerBox .title{ display: none;}
.impowerBox .qrcode{ width: 220px !important; margin-top: 0 !important;}
.impowerBox .status p{ font-size: 15px !important;}


/*注册手机号码输入放大*/
#bigGlass{
	height:45px;
	position:absolute; 
	top: -46px !important; 
	left: 100px !important; 
	border-radius: 3px; 
	z-index:999; 
	background-color:#eee; 
	color:#333; 
	display:none;
	line-height:45px;
	font-size:30px;
	font-weight:bold;
	padding:0 10px;
}
#bigGlass span{margin-left:8px;}
#bigGlass span:first-child{ margin-left:0;}


.login-type.pwd {
	margin: 42px 0;
	text-align: center;
}
.login-type a, .login-type span {
	margin: 0 12px;
	color: #0075FF;
	cursor: pointer;
	font-size: 14px;
}
