/* html,body{
    width: 100%;
    min-width: 1280px;
    height: 100%;
    overflow-y: hidden;
} */
/* .login-bg{
    width: 100%;
    height: 100%;
    background:#368ae2 ;
}
.logo{
    float: left;
    font-size: 36px;
    font-family: Microsoft YaHei, serif;
    color: #ffffff;
    margin-top: 80px;
    margin-left: 140px;
}
.pattern{
    float: left;
    margin-top: 210px;
    margin-left: -100px;
}
.login-box{
    position: relative;
    float: right;
    width: 334px;
    height: 350px;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 170px;
    margin-right: 140px;
    text-align: center;
}
.login-box h4{
    font-size: 22px;
    color: #368ae3;
    margin-top: 35px;
    margin-bottom: 50px;
}
.error-tips{
    position: absolute;
    color: #ff3300;
    font-size: 14px;
    top: 80px;
    left: 90px;
}
.username-box{
    width: 250px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.username-box input{
    width: 200px;
    color: #333333;
}
.username-box img{
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}
.password-box{
    width: 250px;
    height: 36px;
    line-height: 36px;
    margin: 25px auto;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.password-box input{
    width: 200px;
    color: #333333;
}
.password-box img{
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}
.login-btn{
    cursor: pointer;
    width: 250px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #4890ea;
    border-radius: 4px;
}
.versions-number{
    font-size: 12px;
    color: #999999;
    float: left;
    margin-top: 20px;
    margin-left: 42px;
} */

/* login-new */
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

html,body {
	width: 100%;
	height: 100%;
}

.wrap{
	width: 100%;
	height: 100vh;
	background: url(../images/login_bg_new.jpg) center no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.login_box {
	width: 770px;
	height: 500px;
	overflow: hidden;
	position: fixed;
	left: 50%;
/* 	top:25%; */
/* 	left:25%; */
	bottom: 50%;
	margin-left: -385px;
	margin-bottom: -250px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 12px;
}

.target{
	position: absolute;
	width: 163px;
	height: 17px;
	left:50%;
	margin-left:-81.5px;
	top:20px;
	background:url(../images/bar.png) center no-repeat;
}

.login_logo {
	
/* 	display: block; */
/* 	margin:   40px auto 0; */
	margin:20px;
	margin-top:30px;
	position: relative;
    left: -80px;
}

.tab_list {
	box-sizing: border-box;
	width: 400px;
	height: 36px;
	margin: 15px auto 0;
	border-bottom: 1px solid #afb0b3;
}

.tab_list li {
	box-sizing: border-box;
	float: left;
	width: 200px;
	height: 36px;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	cursor: pointer;
	text-align: center;
}

.tab_list li.active {
	font-weight: bold;
	border-bottom: 4px solid #afb0b3;
}

.input_box {
	width: 100%;
	height: 310px;
	padding: 25px 185px 0;
	box-sizing: border-box;
}

.input_box .input_list {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #afb0b3;
	border-radius: 4px;
	margin-bottom: 25px;
	position: relative;
}

.input_box .input_list .icon {
	float: left;
	width: 50px;
	height: 100%;
}

.input_box .input_list .icon.icon_user {
	background: url(../images/user-icon2.png) center no-repeat;
	background-size: 50%;
}

.input_box .input_list .icon.icon_password {
	background: url(../images/password-icon2.png) center no-repeat;
	background-size: 50%;
}

.input_box .input_list .icon.icon_validata {
	background: url(../images/yzm-icon.png) center no-repeat;
	background-size: 50%;
}

.input_box .input_list input {
	border: 0;
	background: none;
	width: calc(100% - 60px);
	height: 100%;
	outline: none;
}

.input_box .input_list a.btn-send-sms {
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	line-height: 38px;
	color: #21B351;
	cursor: pointer;
}

.input_box .input_list.validata_box {
	// border: none;
}

.input_box .input_list.validata_box .validata {
	width: 200px;
	height: 100%;
	border: 1px solid #afb0b3;
	border-radius: 4px;
	padding-left: 50px;
	float: left;
}
#verifycode{
	width: calc(100% - 170px);
}
.input_box .input_list.validata_box .icon_validata {
	/* position: absolute;
	left: 0;
	top: 0; */
}

.input_box .input_list p.error_tip {
	position: absolute;
	bottom:-24px;
	left:38px;
	color:red;
}

.valimg {
	float: left;
	height: 100%;
	margin-left: 10px;
}

.loginBtn {
	width: 400px;
	height: 48px;
	color: #ffffff;
	border: 0;
	outline: none;
	background: #014b83;
	border-radius: 4px;
	margin-top:10px;
}

.erweima_box {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
}

.angel {
	width: 100%;
	height: 100%;
	background: url(../images/erweima_2.png) left bottom no-repeat;
	display: block;
}

.computer {
	width: 100%;
	height: 100%;
	background: url(../images/computer.png) left bottom no-repeat;
	display: none;
}

.scanner_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:50px auto;
	display: none;
}
.scanner_box .title{
	font-size: 24px;
	font-weight:bold;
	line-height:34px;
	color: #000000;
	text-align: center;
}

.scanner_box ul{
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.scanner_box ul li.ewm{
	width: 130px;
	height: 100%;
	position: absolute;
}
.scanner_box ul li.scanner{
	left:50%;
	top:0;
	margin-left:-65px;
}
.scanner_box ul li.down_app{
	display: none;
	right: 40%;
	top:0;
	margin-right:-65px;
}
.scanner_box .scanner a{
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	font-size:14px;
	text-align:center;
	margin-top:10px;
	cursor:pointer;
}
.scanner_box img{
	width: 130px;
	display: block;
	margin:30px auto 15px;
}
.scanner_box p{
	text-align: center;
	font-size: 14px;
}
.scanner_box div.ewm_mask{
	width:130px;
	height:130px;
	background:rgba(0,0,0,0.8);
	color:#ffffff;
	line-height:130px;
	position:absolute;
	left:0;
	top:30px;
	text-align:center;
	display:none;
}

.scanner_box p a{
	color:#2A9CD5;
	margin:0 2px;
	cursor: pointer;
}
