* {
	margin: 0;
	padding: 0;
	font-family: "PingFangSC", "Microsoft Yahei";
}
html {
	width: 100%;
	height: 100%;
}
body {
	background: url(../images/login/bg.jpg) no-repeat center 0;
}
.login-container {
	position: absolute;
	top: 200px;
	left: 62%;
}
.title-container .title {
	background: url(../images/login/dl.png) no-repeat;
	width: 108px;
	height: 40px;
}
.logo {
	/*background: url(../images/login/logo.png) no-repeat center bottom;
	height: 150px;*/height: 188px;
}
.loginBox {
	width: 400px;
	margin-top: 68px;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	margin-left: -20px;
}
.loginBox h1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.loginBox .login-tab {
	/*height: 40px;*/
	font-size: 21px;
	text-align: left;
	font-weight: bold;
}
.loginBox .login-tab a {
	color: #535050;
	width: 46%;
	display: inline-block;
	cursor: pointer;
}
.loginBox .login-tab a.checked {
	color: #0b308e;
}
.loginBox .login-tab .login-tab-l {
	text-align: left;
	width: 120px;
}
.loginBox .login-tab .login-tab-r {
	text-align: left;
	width: 120px;/*border-left: 1px solid #dadada;*/
}
.loginBox ul {
	margin: 0;
	padding: 0;
}
.loginBox ul li {
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 30px;
	position: relative;
	border: 1px solid #dddbdb;
	border-radius: 3px;
	padding: 5px 16px;
}
.loginBox ul li img {
	flex-shrink: 0;
	margin-bottom: 5px;
	width: 20px;
}
.loginBox ul li input {
	height: 32px;
	border: 0;
	width: 100%;
	margin-left: 10px;
	font-size: 16px;
	padding-bottom: 3px;
}
.loginBox ul li input:focus {
	outline: none;
}
.loginBox ul li input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bababa;
}
.loginBox ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bababa;
}
.loginBox ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bababa;
}
.loginBox ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bababa;
}
.loginBox ul li #v_container {
	position: absolute;
	right: 10px;
	bottom: 3px;
}
.loginBox .login {
	background-color: #004fd7;
	border-radius: 3px;
	padding: 10px;
	color: white;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	letter-spacing: 3px;
}
#login-wx {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
}
#login-wx img {
	width: 200px;
	height: 200px;
	padding: 7px;
}
#login-wx p {
	color: #999;
	padding: 20px 0;
}
#login-wx a {
	text-decoration: none;
	color: #122178;
}
.imgbox {
	position: relative;
	border: 1px #e4e4e4 solid;
	display: inline-block;
}
.imgover {
	opacity: 0.15
}
.imgbox>div {
	position: absolute;
	top: 35px;
	left: 60px;
}
#login-wx .imgbox p {
	padding: 10px 0;
	color: #333;
}
#login-wx .imgbox a {
	color: #102bc5;
	font-weight: bold;
}
.login-ok {
	text-align: center;
	padding-top: 25px;
}
.login-ok p {
	color: #999;
}
.login-ok a {
	text-decoration: none;
	color: #0052d9;
}
.loginBox .yzm {
	background: url(../images/login/yzm.png) no-repeat center center;
	width: 84px;
	height: 35px;
	padding-left: 10px;
}
.loginBox .sjyzm {
	width: 84px;
	height: 35px;
	padding-left: 10px;
	background-color: #f1f1f1;
	line-height: 35px;
	color: #777;
}
.footer {
	text-align: center;
	color: #a8a8a8;
}
.switch-container {
	margin-top: 24px;
	text-align: center;
}
.switch-container .ewm {
	font-size: 16px;
	color: #0052d9;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	margin-right: 14px;
}
.switch-container .computer {
	font-size: 16px;
	color: #0052d9;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	margin-right: 14px;
	display: none;
}
.phone-s {
	color: #333;
	font-size: 16px;
	border-right: 1px #ddd solid;
	display: inline-block;
	padding-right: 10px;
}
.fgmi {
	margin-top: 20px;
	text-align: center;
}
.fgmi a {
	color: #0052d9;
	cursor: pointer;
}
.fgmi a:last-child {
	float: right;
}
#login-zh, #login-phone {
	height: 210px;
}
