﻿@charset "utf-8";
/* CSS Document by nownow update:20191118*/


/*登录页*/
.login_bg{ 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0; 
	left:0; 
	right: 0; 
	bottom: 0; 
	z-index: -1; 
}
.login_bg img{ 
	width: 100%; 
	height: 100%;
}
.logo-content{
	margin-top: 50px;
}
.logo{
	width: 230px;
	height: 70px;
	margin-left: 3%;
}
.logo img{
	width: 100%;
}
.foot{
	width: 100%;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 15px;
	padding-left: 3%;
	padding-bottom: 40px;
	text-shadow: 2px 2px 6px #666;
	/*background: url(../images/bg-shawdow.png) no-repeat bottom center;
	background-size: cover;*/
}
.foot h3{
	font-size: 28px;
}
.foot .info{
	margin-top: 10px;
	font-size: 16px;
}
.foot .info span{
	
}
.foot .info a{
	color: #FFFFFF;
	margin-left: 54px;
}
.info .ico-zan{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/ico-zan.png) no-repeat;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 10px;
}

.login_box{
	 position: absolute;
	 top:0;
	 right: 0;
	 bottom: 0;
	 background: rgba(0,25,72,0.8);
	 /*opacity: 0.9;*/
     width: 460px;
	 min-height: 740px;
}
.login_box .login-tl h5{
	position: relative;
    color: #FFFFFF;
    font-size: 12px;
    width: 192px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    padding: 0 10px 0 28px;
    margin-right: 30px;
    margin-top: 55px;
    margin-bottom: 40px;
    font-weight: normal;
    background: rgba(0,0,0,0.2);
}
.login_box .login-tl h5 img{
    position: absolute;
    top: 6px;
    left: 8px;
}
.login-welcome{
	margin-top: 30%;
}
.login-welcome h2.tl{
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 3px;
}
.login-con .content{
	margin-top: 10px;
}
.forget-password .content label{
	color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top:15px;
}
.login-con .user label{
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
	margin-top: 25px;
}
.forget-pass-text{
	float: right;
	color: #C5D7F1;
	font-size: 14px;
	cursor: pointer;
}
.forget-pass-text:hover{
	color: #FFFFFF;
}
.login-input{
	border-radius: 0;
	background: rgba(0,0,0,0.2);
	border: none;
	color: #FFFFFF;
	height: 44px;
	line-height: 44px;
	padding: 0 12px;
	font-size: 14px;
}
.login-input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.4;
}
.login-input:-ms-input-placeholder{
  color: #FFFFFF;
  opacity: 0.4;
}
.login-input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.4;
}
.btn-default{
	margin-top: 42px;
	border-radius: 0;
	padding: 12px 12px;
	border: none;
	font-size: 16px;
	color: #373737;
}

.check-code-con{
	display:none;
	margin-top: 47px;
}
.check-code-con p.message{
	margin-bottom: 42px;
    color: #fff;
}

input.code-input{
	width: 168px;
    display: inline-block;
}
button.send-code-btn{
	margin-top:-2px;
	color: #1794FF;
    border-radius: 0;
    padding: 12px;
    background: rgba(0,0,0,0.2);
    border: 1px solid #1794ff;
    font-size: 12px;
    width:100px;
}

.erma-box{
	margin-top: 40px;
	color: #FFFFFF;
}
.erma-box .img{
	width: 60%;
    margin: 0 auto;
}
.erma-box .img img{
	width: 100%;
}
.erma-box .text{
	width: 65%;
	margin: 0 auto;
	/*padding-left: 5%;*/
}
.erma-box h4{
	font-size: 18px;
	font-weight: bold;
	margin-top: 9%;
}
.erma-box .text .scan{
	margin-top: 9%;
	width: 100%;
}
.erma-box .text .scan .scan-ico{
	width: 37px;
	height: 40px;
}
.scan img{ 
	width: 100%;
}
.scan .txt{
	padding-left: 10px;
	font-size: 14px;
	width: 110px;
}
.scan .txt span{
	color: #1794FF;
}
.saosao-box{
    position: absolute;
    bottom: 0;
	right:0;
	text-align: center;
	width: 100%;
}
.saosao-box .saosao-con{
   padding-bottom: 20px;
}
.saosao-box .saosao-con img{
	width: 100px;
	height: 100px;
}
.saosao-box .saosao-con p{
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
}


@media (max-width: 1440px) {
	.erma-box .text{
		padding-left: 3%;
	}
    .erma-box h4{
		font-size: 17px;
		font-weight: bold;
		margin-top: 5%;
	}
    .erma-box .text .scan{
		margin-top: 7%;
		width: 100%;
	}
	
}


@media(max-width:1920px) {
	.logo{
		width: 204px;
		height: 62px;
	}
}

@media(max-width:1600px) {
	.logo{
		width: 200px;
		height: 60px;
	}
	.login-welcome{
		margin-top: 5%;
	}
}

@media(max-width:1400px) {
	.logo{
		width: 150px;
		height: 46px;
	}
}

@media(max-width:1366px) {
	.logo{
		width: 150px;
		height: 46px;
	}
}
