﻿@charset "utf-8";
/* CSS Document */
.content {
	background: url(../img/bg.png) no-repeat center;
}
.content-login {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.content-left {
	width: 50%;
	float: left;
	margin-left: 30px;
}

.content-right {
	float: right;
	width: 400px;
	height: 400px;
	padding: 8px 24px 20px 24px;
	background: white;
	border:2px solid #00b8ff;
	position: relative;
	margin-top:16px;
}


.tab-option {
	margin: 35px 0px 20px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.login-int {
	width: 100%;
}

.login-int li {
	height: 42px;
	padding: 0;
	border: 1px solid #999;
	margin-top: 15px;
	outline: #66e4ff;
	border-radius: 4px;
}

.login-icon {
	float: left;
	width: 50px;
	height: 42px;
}

.login-icon-1 {
	background: url(../img/yhm.png) no-repeat center;
}

.login-icon-2 {
	background: url(../img/mm.png) no-repeat center;
}

.login-icon-3 {
	background: url("../img/yzm.png") no-repeat center;
}

.login-icon-4 {
	background: url("../img/sjh.png") no-repeat center;
}

.login-znyz {
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	text-align: center;
	cursor: pointer;
}
.login-znyz:hover{
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	text-align: center;
	cursor: pointer;
}
.login-int input[type="text"], .login-int input[type="password"] {
	float: left;
	padding-left: 0 10px;
	height: 38px;
	line-height: 38px;
	border-color:#fff;
	border: 0;
	border: none;
	webkit-box-shadow:none;
    box-shadow:none;
	outline: none;
	width: 290px;
	font-size:16px;
}
.login-int li:hover{
	border:1px solid #70e6ff;
}
.login-int input[type="text"].int-min {
	width: 150px;
}

#mobileCode {
	width: 150px;
	display: inline-block;
}

.login-btn {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #3ca1ec;
	color: white;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	border-radius: 4px;
}
.login-btn:hover, .login-btn:visited , .login-btn:focus {
	background: #4fabef;
	color: white;
}

#denglu {
	color: white;
}

.fsyzm {
	float: right;
	width: 130px;
	height: 36px;
	line-height: 36px;
	background: #3ca1ec;
	color: white;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	margin-top:2px;
	margin-right:2px;
}
.fsyzm:hover, .fsyzm:visited, .fsyzm:active, .fsyzm:focus {
	background: #3ca1ec;
	color: white;
}
.content-register1 {
	width: 100%;
	height: 40px;
}
.wjmm{
	float: left;
}
.ljzc{
	float: right;
}
.wjmm a {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 14px;
	color: #3ca1ec;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.wjmm a:hover {
	font-weight: 600;
}
.ljzc a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	float: right;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}



.option-part {
	float: left;
}

.option-part a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.option-active a {
	color: #3ca1ec;
	border-bottom: 2px solid #3ca1ec;
}

/*	下面的样式是一定要加的*/
.tab-con-item {
	display: none;
}
.code-menu{
	display: none;
	width:405px;
	height: 400px;
	line-height: 400px;
	background:#fff;
	text-align: center;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 998;
}
.code-menu>img{
	vertical-align: middle;
}
.app-tips{
	position: absolute;
	top:10px;
	right:80px;
	z-index: 99;
}
.tips-icon-1{
	position: absolute;
	top:5px;
	right:5px;
	display: block;
	width:60px;
	height:60px;
	background: url(../img/ewm.png) no-repeat;
	cursor: pointer;
	z-index: 999;
}
.tips-icon-2{
	width:64px !important;
	background: url(../img/dm.png) no-repeat !important;
}
.qrcodeTip {
	position: absolute;
	top: 142px;
	left: 0px;
	width: 400px;
	height: 40px;
	text-align: center;
	color: #878787;
	font-size: 14px;
}
.downLoadTip {
    position: absolute;
    top: 172px;
    left: 0px;
    width: 400px;
    height: 40px;
    text-align: center;
    color: #878787;
    font-size: 14px;
}
.downLoadTip a{
    color: #24bdff;
}