html{
	height: 100%;
}
body{
	background: url(../img/login/loginback.jpg) no-repeat center;
	background-size: cover;
}
.tabItem{
	display: none;
}
.tabItem.default{
	display: block;
}
.login_inner{
	width: 1500px;
	margin: 0 auto;
}
.register_inner{
	width: 1600px;
	margin: 0 auto;
}
.logo{
	width: 390px;
	height: 90px;
	background: url(../img/login/loginlogo_03.png) no-repeat center;
	margin-top: 83px;
	margin-bottom: 91px;
}
.itemWrap{
	width: 970px;
}
.itemWrap .item{
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 16px;
	position: relative;
}



.itemWrap .item .show p{
	line-height: 31px;
	color: #fff;
	margin-top: 123px;
}
.itemWrap .square .show{
	width: 145px;
	height: 154px;
	padding: 13px 20px;
}
.itemWrap  .rectangle1 .show{
	width: 330px;
	height: 154px;
	padding: 13px 20px;
}
.itemWrap  .rectangle .show{
	width: 334px;
	height: 154px;
	padding: 13px 20px;
}
.itemWrap .one .show{
	background: url(../img/login/loginicon_09.png) no-repeat center 47px #7293ff;
}
.itemWrap .two .show{
	background: url(../img/login/loginicon_12.png) no-repeat center 43px #5da81a;
}
.itemWrap .three .show{
	background: url(../img/login/loginicon_03.png) no-repeat 225px 28px #af1b3f;
}
.itemWrap .four .show{
	background: url(../img/login/loginicon_06.png) no-repeat center 43px #5da81a;
}
.itemWrap .five .show{
	background: url(../img/login/loginicon_15.png) no-repeat 270px 29px #ff8a00;
}
.itemWrap .six .show{
	background: url(../img/login/loginicon_22.png) no-repeat center 41px #471ec2;
}
.itemWrap .seven .show{
	background: url(../img/login/loginicon_25.png) no-repeat 253px 37px #00aba2;
}
.itemWrap .eight .show{
	background: url(../img/login/loginicon_36.png) no-repeat center 41px #8f1acb;
}
.itemWrap .nine .show{
	background: url(../img/login/loginicon_10.png) no-repeat center 38px #dbd41c;
}
.itemWrap .item.couple{
	width: 370px;
	font-size: 22px;
}
.itemWrap .item.couple p{
	color: #fff;
}
.itemWrap .item.couple .ten{
	height: 85px;
	margin-bottom: 10px;
	background: url(../img/login/loginicon_31.png) no-repeat 73px center #81d904;
	padding-left: 110px;
}
.itemWrap .item.couple .eleven{
	height: 85px;
	background: url(../img/login/loginicon_39.png) no-repeat 19px center #ff8a00;
	padding-left: 55px;
}
.itemWrap .phone{
	width: 145px;
	height: 154px;
	padding: 13px 20px;
	background: url(../img/login/loginphone_07.png) no-repeat;
}
.itemWrap .item.couple p{
	margin-top: 0;
	line-height: 85px;
}

.itemWrap .mask{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	color: #fff;
}
.itemWrap .one .mask{
	background: #7293ff;
}
.itemWrap .two .mask{
	background: #5da81a;
}
.itemWrap .three .mask{
	background: #af1b3f;
}
.itemWrap .four .mask{
	background: #5da81a;
}
.itemWrap .five .mask{
	background: #ff8a00;
}
.itemWrap .six .mask{
	background: #471ec2;
}
.itemWrap .seven .mask{
	background: #00aba2;
}
.itemWrap .eight .mask{
	background: #8f1acb;
}
.itemWrap .nine .mask{
	background: #dbd41c;
}

.itemWrap .one:hover .mask{
	display: block;
	transform: scale(1.1);
}
.itemWrap .two:hover .mask{
	display: block;
	transform: scale(1.1);
}
.itemWrap .three:hover .mask{
	display: block;
	transform: scale(1.1);
}
.itemWrap .four:hover .mask{
	display: block;
	transform: scale(1.1);
}
.itemWrap .five:hover .mask{
	display: block;
	transform: scale(1.1);
}
.itemWrap .six:hover .mask{
	display: block;
	transform: scale(1.1);
}
.itemWrap .seven:hover .mask{
	display: block;
	transform: scale(1.1);
}
.itemWrap .eight:hover .mask{
	display: block;
	transform: scale(1.1);
}
.itemWrap .nine:hover .mask{
	display: block;
	transform: scale(1.1);
}

.itemWrap .mask h4{
	line-height: 36px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.itemWrap .mask p{
	padding: 0 10px;
	line-height: 27px;
	font-size: 15px;
}
.formWrap{
	width: 500px;
	min-height: 560px;
	background: rgba(255,255,255,.4);
	border-radius: 10px;
}
.formWrap .means{
	margin: 30px 70px;
}
.formWrap .means li{
	float: left;
	font-size: 18px;
	color: #fff;
	height: 48px;
	line-height: 48px;
	margin-left: 70px;
	position: relative;
	cursor: pointer;
}
.formWrap .means li.active:before{
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	background: #077afb;
	bottom: 0;
}
.formWrap form{
	margin-left: 70px;
}
.formWrap form input[type=text]{
	height: 40px;
	line-height: 40px;
	padding: 0 19px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}
.formWrap form .phone{
	margin-bottom: 25px;
	position: relative;
}
.formWrap .mobileLogin form .phone{
	margin-bottom: 40px;
}
.formWrap form .phone input{
	width: 322px;
}
.formWrap form .phone span,.formWrap form .code span{
	position: absolute;
	color: #41fdff;
	font-size: 12px;
	left: 19px;
	bottom: -20px;
}
.formWrap .mobileLogin form .phone span,.formWrap .mobileLogin form .code span{
	bottom: -25px;
}
.formWrap form .code{
	margin-bottom: 21px;
	position: relative;
}
.formWrap form .code input{
	width: 212px;
}
.formWrap form .code img{
	margin-left: 28px;
	width: 82px;
	height: 40px;
}
.formWrap form .verification p{
	float: left;
	width: 100px;
	height: 40px;
	border-radius: 4px;
	background: #bababa;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
}
.formWrap form .deal{
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 12px;
}
.formWrap form .deal .vip{
	margin-left: 66px;
}
.formWrap form .deal .pick{
	position: relative;
	padding-left: 24px;
}
.formWrap form .deal .pick span{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/login/loginpick_45.png) no-repeat;
	left: 0;
	top: 3px;
	cursor: pointer;
}
.formWrap form .deal .pick.agree span{
	background: url(../img/login/loginpick_46.png) no-repeat;
}
.formWrap form .deal a:hover{
	color: #1b65fb;
}
.formWrap .mobileLogin form .deal{
	margin-top: 50px;
	margin-bottom: 15px;
}
.formWrap form button{
	width: 360px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #077afb;
	border-radius: 5px;
	outline: none;
	border: none;
	margin-top: 10px;
}
.formWrap form .sign{
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
}
.formWrap form .sign p.forgetPassword{
	float: left;
}
.formWrap form .sign p.goRegister{
	float: right;
	margin-right: 72px;
	font-size: #e6e6e6;
}
.formWrap form .sign a{
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.theThird{
	margin-top: 35px;
	text-align: center;
}
.theThird p{
	text-align: center;
	color: #fff;
	position: relative;
}
.theThird p:before{
	content: "";
	position: absolute;
	width: 133px;
	height: 1px;
	background: #cdcdcd;
	left: 70px;
	top: 10px;
}
.theThird p:after{
	content: "";
	position: absolute;
	width: 133px;
	height: 1px;
	background: #cdcdcd;
	right: 70px;
	top: 10px;
}
.theThird ul{
	display: inline-block;
	margin-top: 25px;
}
.theThird ul li{
	float: left;
	cursor: pointer;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-left: 28px;
}
.theThird ul li.QQ{
	background: url(../img/login/theThird_03.png) no-repeat center;
}
.theThird ul li.weChat{
	background: url(../img/login/theThird_06.png) no-repeat center;
}

/*旧版注册页面样式*/
.register_inner .logo{
	margin-left: 50px;
}
.registerForm.formWrap{
	width: 600px;
	margin-top: -110px;
}
.registerForm.formWrap input[type=text]{
	width: 420px;
	padding: 0 20px;
}
.registerForm.formWrap .radio span{
	display: inline-block;
	width: 14px;
	height: 14px;
	border: solid 1px #fff;
	border-radius: 50%;
	position: relative;
}
.registerForm.formWrap .radio .active span i{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	top: 3px;
	left: 3px;
}
.registerForm.formWrap .radio{
	height: 40px;
	margin-left: 70px;
	margin-top: 35px;
}
.formWrap.registerForm form{
	margin-top: 0;
}
.registerForm.formWrap .radio>div{
	float: left;
	cursor: pointer;
}
.registerForm.formWrap .radio>div#mid{
	margin: 0 110px;
}
.registerForm.formWrap .radio>div span{
	float: left;
}
.registerForm.formWrap .radio>div p{
	float: left;
	color: #fff;
	margin-left: 10px;
	font-size: 16px;
	line-height: 16px;
}
.registerForm form .company,.registerForm form .code{
	position: relative;
	margin-bottom: 20px;
}
.registerForm form .company span,.registerForm form .code span,.registerForm form .upload span{
	position: absolute;
    color: #41fdff;
    font-size: 12px;
    left: 19px;
    bottom: -17px;
}
.registerForm form .upload{
	margin-bottom: 20px;
	position: relative;
}
.registerForm form .upload .imgWrap{
	width: 130px;
	height: 130px;
	background: url(../img/login/uploadback_03.jpg) no-repeat;
}
.registerForm form .upload .fbtn{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	background: #ebeaea;
	border-radius: 5px;
	margin: 100px 0 0 20px;
	cursor: pointer;
}
.formWrap.registerForm form .phone span,.formWrap form .code span{
	position: absolute;
	color: #41fdff;
	font-size: 12px;
	left: 19px;
	bottom: -20px;
}
.formWrap.registerForm form .code{
	margin-bottom: 21px;
	position: relative;
}
.formWrap.registerForm form .code input{
	width: 310px;
}
.formWrap.registerForm form .code img{
	margin-left: 28px;
	width: 82px;
	height: 40px;
}
.formWrap.registerForm form button{
	width: 250px;
	margin-left: 105px;
	margin-top: 40px;
}
.formWrap.registerForm form .sign{
	margin-left: 361px;
	padding-bottom: 30px;
}
.formWrap.registerForm form .deal .vip {
    margin-left: 165px;
}
.success{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}
.success .cont{
	width: 920px;
	padding: 55px 0;
	padding-left: 80px;
	margin: 140px auto;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.success .cont h3{
	text-align: center;
	font-weight: normal;
	color: #000;
	font-size: 28px;
	line-height: 46px;
}
.success .cont .tip{
	line-height: 46px;
	font-size: 16px;
	color: #666;
	margin-top: 22px;
}
.success .cont ul{
	width: 1000px;
}
.success .cont ul li{
	float: left;
	width: 120px;
	height: 150px;
	margin-right: 60px;
	text-align: center;
	cursor: pointer;
}
.success .cont ul li div{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: url(../img/login/registersuccess_03.png) no-repeat 0 0;
	margin: 10px 0;
	display: inline-block;
	position: relative;
}
.success .cont ul li div span{
	display: none;
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: url(../img/login/registersuccess_03.png) no-repeat -360px -180px;
	z-index: 3;
	left: 0px;
}
.success .cont ul li div span.choice{
	display: block;
}
.success .cont ul li p{
	line-height: 26px;
	font-size: 16px;
	color: #666;
}
.success .cont ul li.two div{
	background-position: -90px 0;
}
.success .cont ul li.three div{
	background-position: -180px 0;
}
.success .cont ul li.four div{
	background-position: -270px 0;
}
.success .cont ul li.five div{
	background-position: -360px 0;
}
.success .cont ul li.six div{
	background-position: 0 -90px;
}
.success .cont ul li.seven div{
	background-position: -90px -90px;
}
.success .cont ul li.eight div{
	background-position: -180px -90px;
}
.success .cont ul li.nine div{
	background-position: -270px -90px;
}
.success .cont ul li.ten div{
	background-position: -360px -90px;
}
.success .cont ul li.eleven div{
	background-position: 0 -180px;
}
.success .cont ul li.twelve div{
	background-position: -90px -180px;
}
.success .cont ul li.thirteen div{
	background-position: -180px -180px;
}
.success .cont ul li.fourteen div{
	background-position: -270px -180px;
}
.success .cont .enter{
	width: 246px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 22px;
	color: #077afb;
	border-radius: 4px;
	border: solid 2px #077afb;
	margin-left: 296px;
	margin-top: 50px;
}
.success .cont .direct{
	color: #077afb;
	position: absolute;
	bottom: 66px;
	right: 80px;
}
