/*登录css*/

div, form, img, ul, ol, li, dl, dt, dd, table, td, tr, th, p, span {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}
.p-0{
    padding: 0!important;
}
.p-r-0{
    padding-right: 0!important;
}

.p-l-0{
    padding-left: 0!important;
}
.p-l-25{
    padding-left: 25px;
}
body {
    margin: 0;
}
.login-form a:hover,
login-form a:focus{
    color: #fff;
}
.logo{
    max-width: 100%;
   position: absolute;
	top:20px;
	left:50px;
    /*background-color: #274BA8;*/
    text-align: center;
    padding: 20px 0;
	z-index:999;
}
.logo img{
 /*   display: block;
    max-height: 70px;
    max-width: 100%;*/
max-height:67px;
}
.login-page{
    background-size: cover;
    position: relative;
    right: 0;
    left: 0;
    top:0;
    bottom:0;
    overflow: hidden;
    min-height: 100vh;
  /*height: 650px;*/
  z-index:9;
}
/*old===
.login-container{
	width: 360px;
  height: 400px;
  padding: 20px 26px;
  border-radius: 4px;
  color: #ffffff;
  background: rgba(255, 255, 255, 1);
  opacity: 0.84;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10%;
  z-index: 666;
}*/

.login-container{
    max-width: 350px;
	padding:0 10px;
    background:#fff;
	opacity:0.9;
	height:380px;
    display: block;
	border-radius:8px;
    position: absolute;
    z-index:9;
  margin: auto;
  left: auto;
  right: 10%;
  z-index: 666;
}

.login-passtitle label{
    color: #225997;
    font-size: 24px;
    line-height: 60px;
    font-weight:bold;
    margin: 0;
}

.login-form-wrap{
    position: relative;
}
.login-ul{
    position: absolute;
    top: -60px;
    right: -17px;
}
.login-ul li{
    display: none;
}
.login-ul li a{
    display: block;
}
.login-ul li a img{
    width: 80%;
}
.login-ul li.active{
    display: inherit;
}
/*.login-middle{*/
    /*margin-top: 25px;*/
/*}*/
.login-info{
    overflow: hidden;
}
.login-middle .input-group-addon{
    background: transparent;
    border: none;
}
.login-middle .form-control{
    background: transparent;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    box-shadow: none;
    color: #8b8785;
    border-radius: 0;
}
.login-middle h3{
    font-size: 18px;
    color: #8b8785;
}
.forget-pwd {
    text-align: right;
    color: #9aa0a4 !important;
    line-height: 30px;
    padding-right: 5px;
}

.pwd-input {
    max-width: 100%;
}

.jzma{position:relative;width:308px;margin:0 auto;height:30px;line-height:30px;}
.jzma .login-button label{padding-left:25px;}
.jzma .forget-me {text-align:right;position:absolute;right:0px;top:0px;height:30px; }
.jzma .forget-me a{color:#337ab7!important;}

.yzm {
  width: 120px;
  height:35px;
  line-height:35px;
  margin-bottom: 16px;
  position: relative;
  border: 1px solid #D5D5D5;
}
.code{height:40px;
    width: 100%;
    overflow: hidden;
}

.code-text{
    padding-right: 0;
    line-height: 34px;
}
.code-text span{
    color: #fff;
}
.code-img{float:right;}
.code-img img{
    max-width: 70%;
}
.code-img a{
    line-height:34px;
	color:#337ab7!important;
}
.login-btn{
   background-color: #0483D4;
  border-color: #0483D4;
  color:#fff;
}
.login-btn:hover,.login-btn:focus{
    background: #186cf7;
}
.login-middle .error{
    color: #f56060;
    padding: 3px 15px;
    margin-top: 10px;
}
.login-page .login-form .login-way{}
.login-page .login-form .login-way .fa {
    font-size: 20px;
    color: #fff;
    margin: 0px 5px;
    background: #797979;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
}

.login-page .login-form .login-way .fa.fa-weixin {
    background: #797979;
}
.login-page .login-form .login-way .fa.fa-weixin:hover{
    background: #4aec65;
}
.login-page .login-form .login-way .fa.fa-qq:hover{
    background: #59a1e2;
}

.login-page .login-form .login-way .fa:hover {
    cursor: pointer;
}
/*滚播图*/
.swiper-container {
  height: 100%;
}
.swiper-slide {
  width: 100% !important;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#qrcode-img {
    width: 270px;
    height: 270px;
    background: #fff;
    margin: 0px auto;
    padding-top: 2px;
    padding: 9px 2px;
}

#qrcode-img img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#qcodepc span{
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}
#qcodepc span a{
    color: #4385fb;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #ddd; }
}
.default-checkbox {
    position: absolute;
    opacity: 0;
}
.default-checkbox[disabled] {
    cursor: not-allowed;
}
.default-checkbox + label {
    position: relative;
    display: block;
    cursor: pointer;
    vertical-align: middle;
	padding-left:20px;
	padding-top:9px;
	color:#9aa0a4;
	font-weight:normal;
}
.default-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}
.default-checkbox + label:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #c0c0c0;
}
.default-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}
.default-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}
.default-checkbox[disabled] + label:hover,.default-checkbox[disabled] + label:before,.default-checkbox[disabled] + label:after {
    cursor: not-allowed;
}
.default-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}
.default-checkbox[disabled] + label:before {
    border-color: #e4e4e4;
}
.default-checkbox:checked + label:before {
    animation-name: none;
}
.default-checkbox:checked + label:after {
    display: block;
}

.default-checkbox + label:before {
    border-radius: 3px;
}
.default-checkbox + label:after {
    top: 8px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}
.default-checkbox:checked + label:before {
    border: #3e97eb;
    background: #3e97eb;
}
.default-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9; }

.login-page #qcodepc .refresh-text {
    position: absolute;
    line-height: 250px;
    top: 60px;
    left: 43%;
    z-index: 9;
}
.login-page #qcodepc .refresh-text .fa{
    font-size:20px;
    color:#fff;
    vertical-align: middle;
}
.login-page #qcodepc .refresh-text a {
    color: #fff;
    vertical-align: middle;
    font-size:16px;
}

.login-page #qcodepc .qrcode-bg {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 290px;
    height: 270px;
    background-color: #000;
    opacity: 0.95;
}
.login-page #sendsms{
    background: #4588f8;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 5px 12px;
    position: absolute;
    z-index:100;
    right: 0;
    top: 0;
}
.login-page #sendsms:focus,.login-page #sendsms:hover{
    background: #186cf7;
}

span .blue {
    color : #337ab7;
}

.footer {
  width:100%;margin:0 auto;
  margin-top: 30px;
  position:fixed;
  bottom:0px;
  height:40px;
  background:#a49fa5;
  opacity:0.9;
  left:0px;
}
.footer p {color:#fff;text-align:center;
  line-height: 40px;margin:0!important;font-size:14px;
}
.footer p span{color:#fff;}

input::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 14px;
}

/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
  font-size: 14px;
}

/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
  font-size: 14px;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 14px;
}

/*英文版样式调整*/
.en .notice{
    line-height: 30px;
}
.en .default-checkbox + label{
    padding-left: 20px;
}

.en .login-page #qcodepc .qrcode-bg {
    left: 75px;
}
.en .login-button{
    width: 68%;
}
.en .remember-me{
    width: 32%;
    padding-left: 0;
}
.en .login-container{
    min-height: 420px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.footer{}
	}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.footer{}
	}
@media (max-width: 768px) {
    .login-container{
        max-width: 95%;
        margin: 5% auto;
		top: 10%;
		left: 0!important;
		right: 0!important;
    }
	.logo{left:auto;}
	
	.logo img{
     width: 90%;
     height: auto;
     margin: 0 auto;
    }
	.swiper-container {height:450px;}
	.swiper-slide img {
	width: auto!important;
	}


.login-page{ background-size: cover;
    /*min-height: 100vh;*/
  height: 450px;
}
  .footer {
  }
  .footer p {
    margin: 0 auto!important;
font-size:0.5em;
  }
  .footer p span{display:none!important;}
}

@media screen and (min-width: 1921px) and (max-width:2200px) {
.login-page{
  /*height: 800px!important;*/
}
/*滚播图*/
.swiper-container {
  /*height: 800px!important;*/
}

.swiper-slide img {
  /*height: 800px!important;*/
}
}

@media screen and (min-width: 2201px) and (max-width:2580px) {
.login-page{
  /*height: 1000px!important;*/
}
/*滚播图*/
.swiper-container {
  /*height: 1000px!important;*/
}

.swiper-slide img {
  /*height: 1000px!important;*/
}
}


/*补充 2018-01-23 CT*/

.login-img{
    float: left;
    margin: 33px 0 0 10px;
}
.login-img img{
    max-height: 45px;
    background: #ddd;
    padding: 5px;
}
.login-img img:hover{
    background: #fff;
}

.wechat-login-wrap{
    max-width: 600px;
    background: rgba(51,51,51,.75);
    max-height: 400px;
    min-height: 300px;
    display: block;
    position: absolute;
}
.wechat-login-wrap h4{
    color: #fff;
    margin-bottom: 30px;
}
.wechat-login-wrap .wechat-login .form-items{
    margin-bottom: 10px;
}
.wechat-login-wrap .binding-account .title{
    font-size: 15px;
    color: #fff;
}
.wechat-login-wrap .wechat-back{
    margin-top: 10px;
}
.wechat-login-wrap .wechat-back a{
    font-size: 14px;
    color: transparent;
    padding: 0 15px;
}
.wechat-login-wrap .wechat-back i{
    color: #fff;
}

.wecht-info {
    color: red;
    font-size: 14px;
}
/*===============*/
.yiban{
    background: url(../images/yibanh.png) no-repeat left center;
    display: inline-block;
    height: 35px;
    width: 35px;
    position: relative;
   /* top: 11px;
    left: 5px;*/
}
.yiban:hover {
    background: url(../images/yiban.png) no-repeat left center;

}
/*---手机邮箱切换--*/
.login-form .comtitle{
	clear:both;
width:100%;margin:0 auto;
height:35px;
line-height:35px;
margin-bottom:25px;
}
.login-form .comtitle ul{
width:90%;
margin:0 auto;
}
.login-form .comtitle li{
float:left;
text-align:center;
line-height:33px;
cursor:pointer;
width:33%;
}
.login-form .comtitle span{
padding:1px 8px 0 4px;
cursor:hand;
color:#7C7C7C;
font-size:14px;
}
.login-form .comtitle li a:hover{
color:#024D12;
text-decoration:none;
}
.login-form .comtitle li.current span{
	display:inline-block!important;
border-bottom:2px solid #3F7FF7;
padding:0px 4px 0 4px;
}
.login-form .comtitle li.current span{
font-weight:bold;
}
.form-group:after{
content:".";
display:block;
clear:both;
visibility:hidden;
height:0;	
	}
.login-way ol{width:80%;margin:50px auto 0;}
.login-way ol li{display:inline-block;width:30%;text-align:center; }
.login-way ol li a{display:block;height:40px;width:40px;margin:0 auto;}
.login-way ol li p{padding:10px 0;text-align:center;}
button.code-btn {
	height: 32px;
	line-height: 32px;
	border: none;
	background: #255B99;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	padding: 0 15px;
	float: right;
	cursor: pointer;
}