/*登录页面*/

.w-1050 {
	margin: 0 auto;
	width: 1050px;
}

.login-header {
	position: relative;
	z-index: 9;
	height: 92px;background-color: #fff;
}

.login-header .logo {
	margin-top: 30px;
}

.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;
	width: 100%;
	min-height: 580px;
	overflow: hidden;
	background: url(../images/login/logo-content@Bg.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: 1;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.login-content video {
    object-fit: fill;
    height: 100%;
    width: 100%;
    min-height: 580px;
}

.login-content .my-video-dimensions {
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .banner-video video {
        height: auto;
    }

    .my-video-dimensions {
        width: 100% !important;
    }
}

.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: 2;
}

.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 {
	position: absolute;
	top:50%;
	right: 0;
	z-index: 3;
	width: 480px;
	height: 545px;
	margin-top: -260px;
	background-color: #fff;
}

.login-box-warp .box{
	overflow: hidden;
	padding: 40px 65px;
}

.login-box-warp .title {
	position: relative;
	height: 48px;
	line-height: 48px;
	margin-bottom: 40px;
}

.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-body .field {
	position: relative;
	width: 254px;
}

/*输入帐号*/
.login-box-warp .login-body .username-field {
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
}

.login-box-warp .login-body .username-field label{
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.login-box-warp .login-body .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-body .text {
	width: 268px;
	height: 38px;
	font-size: 14px;
    line-height: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #d5d5d5;
    outline: none;
    text-indent: 15px;
    border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px;
    background: url(../images/input-bg.png) top repeat-x #fff;
}

.login-box-warp .login-body .code-text {
	padding: 0 8px;
	width: 131px;
	height: 38px;
	outline: 0;
	border: 0;
	color: #666;
	line-height: 38px;
}
/*输入密码*/
.login-box-warp .login-body .password-label {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 38px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.login-box-warp .login-body .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-body .code-field {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 40px;
}

.login-box-warp .login-body .code-field .code-m {
	overflow: hidden;
	width: 146px;
	height: 34px;
}

.login-box-warp .login-body .code-field .code-no {
	width: 92px;
	height: 34px;
	background-color: #fff;
}

.login-box-warp .login-body .code-field .code-no img {
	max-width: 92px;
	max-height: 34px;
}

/*登录提示*/
.login-box-warp .login-body .prompt {
	height: 20px;
}

.login-box-warp .login-body .prompt span {
	position: absolute;
	top: -10px;
	left: 80px;
	z-index: 5; 
}

.login-box-warp .login-body .prompt span i {
	float: left;
	margin: 2px 3px 0 0;
	width: 14px;
	height: 14px;
	background: url(../images/th-ico.png);
}

.login-box-warp .login-body .remember {
	overflow: hidden;
	height: 50px;
	padding-left: 80px;
}

.login-box-warp .login-body .remember input {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0 0;
}

.login-box-warp .login-body .remember a:hover {
	text-decoration: underline;
}

.login-box-warp .login-body .login-but {
	width:100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f54c18;
	color: #fff;
	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-body .login-but:hover {
	background-color: #e93700;
}

.login-box-warp .login-body .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-body .no-user {
    margin-top: 50px;
    width: 335px;
    border-top: 1px #c9caca dashed;
    display: inline-block;
    font-size: 14px;
    position: relative;
}

.login-box-warp .login-body .no-user span {
    position: absolute;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    top: -8px;
    left: 100px;
    background-color: #ffffff;
    width: 157px;
}

/*注册*/
.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: 17px;
	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: 2px;
	right: 2px;
	z-index: 99;
	width: 118px;
	height: 46px;
	border: 0;
	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: #d71820;
	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:#fff;
	text-align:center;
	border-radius:50%;
}

.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:#d71820;
	text-align:center;
	border-radius:50%;
}
.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 150px 120px 195px;
}

.register-successfully-container .mod {
	position: relative;
}
.register-successfully-container .mod .item{
	margin-bottom: 50px;
	text-align: justify;
}

.register-successfully-container .mod .item .dt{
	font-size: 32px;
}

.register-successfully-container .mod .item:last-child{
	margin-bottom: 0px;
}
.register-successfully-container .mod .item .pay-info{
	padding:20px;
	background-color: #f5f5f5;
}
.register-successfully-container .mod .item .pay-info dd{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.register-successfully-container .mod .item .pay-info dd.info{
	width: 315px;
	margin-left: 10px;
}
.register-successfully-container .mod .item .pay-info dd span{
	float: right;
}

.register-successfully-container .mod .item .operation{ width: 100%;}
.register-successfully-container .mod .item .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 .mod .item .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 .mod .item .operation a.spacer{ margin-right: 15px;}

.register-successfully-container .mod .item .operation a.receive{ background-color: #f54c18; border: 1px solid #f54c18; color: #fff;}


.register-successfully-container .item .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 .item .failureIcon {
	position: absolute;
	top: -2px;
	left: -75px;
	width: 58px;
	height: 58px;
	background: url(../images/failure-icon.png) no-repeat;
}

.register-successfully-container .item .tz{
	margin-top: 35px;
}

.register-successfully-container .item .tz a {
	margin-right: 10px;
	color: #40aef2;
}

.register-successfully-container .item .tz a:hover {
	text-decoration: underline;
}

.register-successfully-container .item .tz .line {
	margin-right: 10px;
	color: #ccc;
}

.pull-left {
    float: left;
}
.register-box-warp input{
	background:#f9f8fd;	
}

/*电话输入放大*/
#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;}