@charset "utf-8";
body, h1, h2, h3, h4, h5, h6 hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, div, pre, img, select {
    margin: 0;
    padding: 0;
}
em, i {
    font-style: none;
}

/* 正文颜色*/
body {
    font-size: 14px;
    color: #444;
    font-family: "Microsoft YaHei"," Simsun";
    line-height: 30px;
    background: #fff;
}
.container {
    margin: 0 auto;
    width: 1200px;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #fff;
   
    cursor: pointer;
}
a:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
ol, ul, li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle
}
textarea {
    resize: none
}
input {
    border: none;
    width: 222px;
    height: 28px;
    line-height: 28px;
    border:1px solid #c4c7cc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input:focus {
    color: #333;
    background-color: #fff;
}
address, cite, dfn, em, var {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/*禁用了文本的拖拉，尤其在谷歌下*/
p {
    text-align: justify;
    text-justify: distribute;
} /*为了使文本段落左右两边对齐*/
select, input, img {
    vertical-align: middle;
}
/*连续英文、数字换行*/
.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
    clear: both;
}
/*ie防抖动*/
*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}
.header {
    height: 100px;
    color: #444;
    line-height: 100px;
   overflow: hidden;
}
h1 {
    float: left;
    text-indent: -999999px;
    background: url(logo-8.png) no-repeat center left;
    width: 300px;
}

.banner {
    width:100%;
    background: #dedede; 
    
    
}
.banner .banner-container{
    position: relative;
    width: 100vw;
    height: calc(100vh - 225px);
}
.banner .container-box{
    background: url(banner-6.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.login{
    display: flex;
    background: #f8f8f8;
    border:1px solid #dedede;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px 0 0;
    align-items: center;
}
.abso{
     position: absolute;
     left: 60vw;
     bottom: calc(50% - 100px);
}
.list-info{
    height:190px;
    width: 100%;
}
.list-info ul li{
    float: left;
    width: 33%;
    
}
.list-info ul li p{
    text-align: center;
    color: #808080;
    letter-spacing: 1px;
}
.footer{
    height: 65px;
    background: #363636;
    position: relative;
    bottom: 0;
    width: 100%;
}

/*样式*/
.fs18{
    font-size: 18px;
}
.fw{
    font-weight: bold;
}
.text-certen{
    text-align: center;
}
.fc555{
    color: #555;
}
.mgt11{
}
.btn{
    line-height: 35px;
    height: 35px;
    background: #236EEE;
    border-radius: 3px;
}
.fs18{
    font-size: 18px;
}
.fc-fff{
    color: #fff;
}
.fc-80{
    color: #808080;
}
.input-auto{
    width: auto!important;
    height: auto!important;
}
.text-line{
    text-decoration: underline;
}
.dis-inblck{
    display: inline-block;
}
.flo-rig{
    float: right;
}
.fc888{
    color: #888;
}
a.fc888:hover{
    color: #888;
} 

.pdt5{
     padding-top: 5px;
}
.pdl15{
    padding-left: 35px;
}
.pdt90{
    padding-top: 90px;
}
.pdt120{
    padding-top: 120px;
}
.mgt15{
    margin-top: 15px;
}
.pdt30{
    padding-top: 30px;
}
.pdt50{
    padding-top: 50px;
}
.pdb30{
	padding-bottom:30px;
}
.fc999{
    color: #999;
}
.login-a{
	display: block;
	height:35px;
}
.w85{
	width:85px;
}
.login-group span.userIcon{
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    position: absolute;
    left: 0px;
}
.login-group span.userIcon i{
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(login-step-bg.png);
    margin: 8px 0 0 6px;
    background-position: 0 0;
    background-size: 16px 34px;
}
.passCrodBtn{
    width:90px;
    display: inline-block;
    line-height: 28px;
    background-color: #236EEE;
    color: #fff;
    border-radius: 3px;
    margin-left: 32px;
    text-align: center;
    cursor: pointer;
    border:none;
    outline: 0;
}
.passCrodBtn[disabled="disabled"]{
    background-color: #dedede;
    cursor: not-allowed;
}
.qr-code{
    height: 350px;
}
.qr-code img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
.qr-code span{
    font-size: 12px;
}
.login-min-box{
    border-left: 1px solid #ddd;
    height: 100%;
    padding-left: 20px;
}
.login-min-box h2{
    margin-bottom: 10px;
}
.login-group li{
    overflow: hidden;
    position: relative;
}

/*error*/
.text-error{
    color: #ff0000;
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
/* 去掉登录页黄色背景 */
 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}


.reminder-text{
    font-size:12px;
    color:#999;
    width:250px;
    line-height:16px;
    /*visibility: hidden;*/
}
.icon-info{
    line-height: 17px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    position: relative;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 10px;
}
.icon-info::before {
    content: "\20";
    border-radius: 100%;
    background-color: #dedede;
}
.icon-info::after {
    content: "i";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.icon-info::before, .icon-info::after {
    display: block;
    width: 100%;
    height: 100%;
}