.wrap {
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 500px;
	background-image: url(../img/login-bg.png);
	background-repeat: no-repeat;
	-moz-background-size: cover;
	     background-size: cover;
}

.login-wrap {
	width: 384px;
	height: 468px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-moz-border-radius: 4px;
	     border-radius: 4px;
	overflow: hidden;
}

.login-wrap.weixin-wrap {
	width: 768px;
}

.login-half {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.login-wrap.weixin-wrap .login-half {
	width: 50%;
}

.login-half.slogan {
	display: none;
}

.login-half.slogan ,
.login-half.weixin {
	/*background-color: rgba(0, 0, 0, 0.7);*/
	background: url(../img/login-half-bg.png) no-repeat;
	background-size: cover;
}

.login-half.message ,
.login-half.erweima {
	background-color: #ffffff;
}

.slogan-logo-big {
	width: 270px;
	margin-top: 15px;
	margin-left: 22px;
	display: none;
}

.slogan-logo-big img {
	width: 100%;
	opacity: 0.15;
}

.slogan-slogan {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.30rem;
	padding-top: 90px;
}

.slogan-slogan p:first-of-type {
	margin-top: 60px;
	margin-left: 55px;
}

.slogan-slogan p:last-of-type {
	margin-top: 30px;
	margin-right: 60px;
	text-align: right;
}

.slogan-logo-small {
	height: 18px;
	line-height: 18px;
	font-size: 0.14rem;
	color: #ffffff;
	font-weight: bold;
	opacity: 0.7;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: none;
}

.slogan-logo-small img {
	width: 18px;
	margin-right: 3px;
}

.weixin {
	/*background: #f2f2f2;*/
}

.weixin-user {
	padding-top: 120px;
	text-align: center;
}

.weixin-user img {
	width: 150px;
	height: 150px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
}

.weixin-user p {
	color: rgba(255, 255, 255, 0.85);
	/*color: #868686;*/
	font-size: .16rem;
	margin-bottom: 25px;
}

.weixin .slogan-logo-small {
	color: rgba(0,0,0,.1);
}

.login-half .tab-box {
	width: 100%;
	height: 380px;
	padding: 45px 60px 0;
}

.register .tab-box {
	padding-top: 40px;
}

.login-half .tab-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.login-half .tab-head li {
	float: left;
	width: 50%;
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: 30px; 
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.login-half .tab-head li a {
	font-size: 0.16rem;
	color: #b3b3b3;	
}

.login-half .tab-head li.active {
	border-bottom: 1px solid #FFD615;
}

.login-half .tab-head li.active a {
	color: #FF9900;
}

.login-half .tab-content {
	clear: both;
	padding-top: 20px;
}

.register .tab-content {
	padding-top: 8px;
}

.login-half .tab-content .input {
	width: 260px;
	height: 34px;
	margin-top: 20px;
	position: relative;
}

.login-half .tab-content .input.submit {
	margin-top: 30px;
}

.login-half .privacy-btn button,
.login-half .tab-content .input input,
.login-half .tab-content .input button {
	width: 260px;
	height: 34px;
	background-color: #f5f5f5;
	-moz-border-radius: 8px;
	     border-radius: 8px;
	border: none;
	padding-left: 24px;
	font-size: 16px;
	color: #595959;
	outline: none;
	letter-spacing: 1px;
}

.login-half .privacy-btn button,
.login-half .tab-content .input button {
	padding-left: 0;
	background: #FFD615;
	color: #262626;
}

.login-half .tab-content .verify {
	position: absolute;
	width: 94px;
	height: 34px;
	top: 0;
	right: 0;
	background-color: #76cbae;
	-moz-border-radius: 0px 8px 8px 0px;
	     border-radius: 0px 8px 8px 0px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	overflow: hidden;
}

.login-half .tab-content .verify.img {
	line-height: 1;
	background: none;
}

.login-half .tab-content .verify img {
	width: 100%;
	height: 100%;
}

@media (min-width: 1600px) {
	.login-half .tab-content .input input {
		padding-left: 24px;
		font-size: 16px;
	}
	.login-half .tab-content .verify {
		font-size: 16px;
	}
}

.login-half .tab-content .link-to {
	height: 12px;
	line-height: 12px;
	width: 100%;
	margin-top: 15px;
	text-align: right;
	font-size: 0.12rem;
	color: #b3b3b3;
}

.login-half .tab-content .link-to a {
	font-size: 0.12rem;
	color: #b3b3b3;
	margin: 0 6px;
}

.login-half .tab-content .link-to a:hover {
	color: #FF9900;
}

.third-box {
	margin-top: -5px;
	padding: 0 15px;
}

.third-title {
	text-align: center;
	font-size: 0.12rem;
	height: 12px;
	line-height: 1;
	color: #808080;
	position: relative;
}

.third-title::before,
.third-title::after {
	content: "";
	display: block;
	width: 130px;
	height: 1px;
	background-color: #e6e6e6; 
	position: absolute;
	top: 5px;
	left: 0;
}

.third-title::after {
	left: auto;
	right: 0;
}

.third-logo {
	margin-top: 15px;
	height: 30px;
	line-height: 1;
	text-align: center;
}

.third-logo a {
	font-size: 0.30rem;
	color: rgba(118,203,174,1);
}

.third-logo a:hover {
	color: rgba(118,203,174,.8);
}

.tip {
	font-size: 12px;
	color: red;
}

.tip .iconfont {
	font-size: 12px;
	margin: 0 5px;
}

.switch {
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 60px;
	padding: 5px;
	text-align: right;
}

.switch .tab-bg {
	position: absolute;
	top: 0;
	left: 0;
}

.erweima {
	display: none;
}

.erweima-box {
	width: 100%;
	height: 226px;
	padding: 6px;
	text-align: center;
	position: relative;
}

.login-erweima {
	width: 100%;
	text-align: center;
}

.login-erweima img {
	width: 214px;
	margin: 0 auto;
}

.invalid-box {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	overflow: hidden;
}

.invalid .invalid-box {
	display: block;
}

.invalid-box p {
	font-size: 18px;
	color: #000000;
	margin-top: 75px;
	font-weight: bold;
	letter-spacing: 1px;
}

.erweima-box button {
	width: 120px;
	height: 32px;
	margin-top: 10px;
	background: #FFD615;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
	border: none;
	outline: none;
}

.success {
	display: none;
}

.success img {
	padding-top: 25px;
}

.success p:first-of-type {
	margin-top: 20px;
	font-size: 12px;
	color: #000000;
}

.success p:last-of-type {
	margin-top: 10px;
	font-size: 14px;
	color: #000000;
}

/*.erweima-box {
	display: none;
}*/

.again {
	display: none;
}

.again .erweima-portrait {
	width: 140px;
	margin-bottom: 15px;
	border-radius: 50%;
}

.again p {
	position: relative;
}

.again button {
	margin-top: 0;
}

.again .switch-account {
	position: absolute;
	bottom: 0;
	left: 195px;
	text-decoration: underline;
	/*color: #b3b3b3;*/
}

.again .switch-account:hover {
	color: #FF9900;
}

.popup-login {
	z-index: 1000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	background: rgba(0,0,0,.6);
}

.popup-login .login-half {
	width: 384px;
	height: 468px;
	float: none;
	margin: 80px auto 20px;
}

.popup-login-close {
	position: absolute;
	top: 568px;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
	color: #fff;
}

.popup-login-close:hover {
	color: #ddd;
}

.popup-login-close .icon-cuowu {
	font-size: 40px;
}

.login-privacy {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

.go-privacy {
	color: #299BFF;
	cursor: pointer;
}

.privacy {
	display: none;
}

.privacy-wrap {
	padding: 25px;
	width: 750px !important;
	background: #ffffff;
}

.privacy-text {
	width: 100%;
	height: 375px;
	font-size: 13px;
	color: #999999;
	overflow: auto;
}

.privacy-text::-webkit-scrollbar {
    width: 10px;
}
.privacy-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #f5f5f5;
}
.privacy-text::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    border-radius: 0;
    background: rgba(0,0,0,0);
}

.login-half .privacy-btn {
	padding-top: 15px;
	text-align: center;
}

.privacy .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 8px;
}
.privacy .head {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}
.privacy p {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.privacy li {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}