@charset "utf-8";

html,body{height:100%;}
/*语言修饰*/
.languageName{height:1.9rem;}
.languageName a{float:right;margin:.5rem .3rem 0 0;padding:.4rem .9rem;border-radius:.25rem;color:#666;font-size:.7rem;}
.languageName a:hover{color:#1a1a1a;background:#e6e6e6;}
.languageName a.English{margin-top:.6rem;}

/*登录表单*/
.loginForm{position:relative;height:31.2rem;margin-top:2rem;background:url('../img/loginBg.png') no-repeat;background-size:100% 100%;}
.loginForm h1{position:absolute;top:.5rem;left:27%;font-size:1.1rem;font-weight:400;letter-spacing:.13rem;color:#0bb9f8;}
.loginForm form{position:absolute;top:6.4rem;right:4.1rem;width:24.3rem;padding-top:4rem;background:#35b0f8;}
.loginForm form div.loginInfor div{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:space-between;}
.loginForm form div.divSubset{position:relative;width:100%;height:2.3rem;margin-bottom:1.7rem;}
.loginForm form div span{display:inline-block;width:2.3rem;height:2.3rem;}
.loginForm form div span.companyName{background:#6ccac9 url("../img/home.png") no-repeat center;background-size:1rem 1rem;}
.loginForm form div span.userName{background:#28b779 url("../img/user.png") no-repeat center;background-size:1rem 1rem;}
.loginForm form div span.password{background:#ffb848 url("../img/password.png") no-repeat center;background-size:.8rem 1rem;}
.loginForm form div input{display:inline-block;width:80%;height:100%;padding-left:.3rem;line-height:100%;color:#999;font-size:.8rem;background:#fff;border:none;outline:none;}
.loginForm form p.checkboxselect{position:absolute;right:0;}
.loginForm form p.checkboxselect a{display:inline-block;width:1rem;height:1.2rem;background:url('../img/kuang.png') no-repeat;background-size:.8rem .8rem;vertical-align:middle;}
.loginForm form p.checkboxselect a.nowChecked{display:inline-block;background:url('../img/kuang1.png') no-repeat;background-size:.8rem .8rem;vertical-align:middle;}
.loginForm form p.checkboxselect .rememberPassword{font-size:.9rem;color:#fff;}
.loginForm form div.submit{position:relative;margin-top:4rem;}
.loginForm form div.submit p{float:right;display:inline-block;margin-bottom:1.5rem;padding:.5rem 3.1rem;text-align:center;color:#fff;font-size:1.2rem;letter-spacing:.3rem;background:#1c84c6;cursor:pointer;}

/*二维码列表*/
.downLoadUrlList{width:100%;margin-top:2rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:space-between;}
.downLoadUrlList>div{margin-right:3rem;text-align:center;}
.downLoadUrlList>div>.qrCodeList{height:5rem;}
.downLoadUrlList>div>.qrCodeList>img{display:inline-block;width:5rem;height:5rem;}
.downLoadUrlList>div>.downLoadCharacter{margin-top:2rem;}
.downLoadUrlList a{color:#000;}
#downloadRemoteCommunicationClient,#downUSBDrive{text-decoration:underline;}
.downLoadUrlList a:hover{color:#34C4F9;text-decoration:underline;}
.telephone:hover{color:#000;text-decoration:none;}

/*适配1366*768*/
/* @media screen and (min-width:1320px) and (max-width:1366px){} */

