header{
    height:100px;
}
header .contentArea{
    width:1200px;
    height:100%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:20px;
}
header .contentArea .logos{
   display: flex;
    align-items: center;
}
header .contentArea .logos .line{
  height:20px;
    width:1px;
    background:#666;
    margin-right:10px;
}
header .contentArea .logos img{
    margin-right:5px;
}
.banner{
    height:700px;
    background:url("../images/bg.jpg") no-repeat center center/cover;

}
.banner .bannerContentArea{
    width:1200px;
    height:100%;
    position:relative;
    margin:0 auto;
}
.banner .bannerContentArea .text{
    position:absolute;
    left:10px;
    top:50%;
    transform: translate(0,-50%);
}
.banner .bannerContentArea .loginWindow{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    width: 300px;
    background: rgba(82 ,113 ,183 ,.5);
    border-radius: 8px;
    padding: 30px 30px 0px;
    box-sizing: border-box;
}
.banner .bannerContentArea .loginWindow .qr_code{
    position: absolute;
    right: 6px;
    top: 3px;
    cursor: pointer;
}
.banner .bannerContentArea .loginWindow .tit{
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom:31px;
    line-height: 30px;
}
.banner .bannerContentArea .loginWindow .inputs li{
    margin-bottom:24px;
	color: #f10b0b;
    position:relative;
}
.banner .bannerContentArea .loginWindow .inputs li .minIcon{
    position:absolute;
    left:18px;
    top:50%;
    transform: translate(0,-50%);
}
.banner .bannerContentArea .loginWindow .inputs li.checkNum input{
    width: 160px;
}
.banner .bannerContentArea .loginWindow .inputs li input{
    font-size: 14px;
    width: 100%;
    height: 46px;
    background: transparent;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-left: 38px;
    box-sizing: border-box;
    color:#000;
}
.banner .bannerContentArea .loginWindow .inputs li input::placeholder{
    color:#fff;
}
.banner .bannerContentArea .loginWindow .inputs li button{
    font-size:14px;
    width: 100%;
    height: 33px;
    background: rgba(22, 155, 213, 0.811764705882353);
    color:#fff;
    border-radius: 4px;
    cursor: pointer;
}
.banner .bannerContentArea .loginWindow .inputs li button:hover{
    background: rgba(22, 155, 213, 0.511764705882353);
}
.banner .bannerContentArea .loginWindow .checkNum>.yzm{
    width:150px;
    height:46px;
}
.banner .bannerContentArea .loginWindow .checkNum{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layui-layer-imgsee{
    display: none !important;
}
footer .contentArea{
    width:1200px;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .contentArea .function{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
footer .contentArea .function li .tit{
    font-size: 18px;
    color: #333333;
    margin-top: 8px;
}
footer .contentArea .function li .funcList{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .contentArea .function li .funcList .item{
    color: #666666;
    padding:0 10px;
    font-size: 14px;
}
footer .contentArea .function li .funcList .line{
    height:14px;
    width:1px;
    background:#999;
}
footer .contentArea .function li .funcList .item:nth-last-child(1){
    border-right:none;
}
.footText{
 display: flex;
    align-items: center;
}
.footText .imgDiv{
    margin-right:10px;
    position:relative;
}
.footText .pContainer{
    line-height:25px;
}
.footText .imgDiv .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    letter-spacing: 9px;
    box-sizing: border-box;
    padding-left: 11px;
}
.logoText{
    width:233px;
}
.bottom{
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:24px;
}
.labelClass{
    cursor: pointer;
    display: flex;
    align-items: center;
    width:100px;
    justify-content: space-between;
}
.forgetPass{
    cursor: pointer;
}
