*{
    font-family: Microsoft YaHei UI;
}
.loginbody{
    height: 100vh;
    margin: 0;
    background: url(../images/logo/logopic.png) center center no-repeat;
background-size: 100% 100%;

}
.logincont{
    text-align: center;
    background-color: #fff;
    width: 36%;
    height: 74vh;
    position: absolute;
    left: 30%;
    top: 50%;
    margin-top: -37vh;
    border-radius: 8px;
    box-shadow: 2px 0px 6px rgb(0 0 0 / 30%);
    min-width: 500px;
    min-height: 500px;
}
.logocontainer{
    width: 62.5%;
    margin: 0 auto;
}
.logocontainer input{
    width: 100%;
    height: 6.5vh;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 2.2vh;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5vh;
    padding-left: 3.7vw;
    outline: none;
    font-size: 1.1rem;
    color: #333333;
}
.logocontainer input::-webkit-input-placeholder {
    color: #999999;
  }
  
  .logocontainer input::-moz-placeholder {
    color: #999999;
  }
  
  .logocontainer input:-ms-input-placeholder { 
    color: #999999;
  }
.company,.name,.password,.personnum{
    position: relative;
}
.company span,.name span,.password span,.personnum span{
    position: absolute;
    left: 1.5vw;
    top: 2.1vh;
    background: url(../images/icon/icon01.png) center center no-repeat;
    background-size: 100% 100%;
    width: 1.2vw;
    height: 1.2vw;
    z-index: 1;
}
.name span{
    background: url(../images/icon/icon02.png) center center no-repeat;
    background-size: 100% 100%;
}
.password span{
    background: url(../images/icon/icon03.png) center center no-repeat;
    background-size: 100% 100%;
}
.personnum span{
    background: url(../images/icon/icon04.png) center center no-repeat;
    background-size: 100% 100%;
}
.company.sel span{
    background: url(../images/icon/icon01_pre.png) center center no-repeat;
    background-size: 100% 100%;
}
.name.sel span{
    background: url(../images/icon/icon02_pre.png) center center no-repeat;
    background-size: 100% 100%;
}
.password.sel span{
    background: url(../images/icon/icon03_pre.png) center center no-repeat;
    background-size: 100% 100%;
}
.personnum.sel span{
    background: url(../images/icon/icon04_pre.png) center center no-repeat;
    background-size: 100% 100%;
}
.company.sel input,.name.sel input,.password.sel input,.personnum.sel input{
border: 1px solid #1A51C0;
}
.auxiliary{
    overflow: hidden;
    height: 3vh;
    margin: 0 1.5vw 2vh 1.5vw;
}
.remind{
    float: left;
    font-size: 1.05rem;
    color:#333333;
}
.maticlogo{
    float: right;
    font-size: 1.05rem;
    color:#333333;
}
.check{
    display: inline-block;
    width: 1vw;
    height: 1vw;
    background: url(../images/icon/check.png) center center no-repeat;
    margin-right: 1rem;
    position: relative;
    top: 0.22vw;
    cursor: pointer;
    background-size: 100% 100%;
}
.checksel{
    background: url(../images/icon/check_pre.png) center center no-repeat;
    background-size: 100% 100%;
}
.submit{
    height: 6.5vh;
    line-height: 6.5vh;
    color: #fff;
    font-size: 1.1rem; 
background: #2762D9;
box-shadow: 0px 4px 12px 0px rgba(39, 98, 217, 0.4);
    border-radius: 34px;
    cursor: pointer;
}
.submit:hover{
    background-color:#1A51C0
}
.firstway,.secondway{
    height: 49vh;
}
.friendship{
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.friendship li{
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 1rem;
    color: #333333;
    margin-bottom: 1.5vh;
    position: relative;
    cursor: pointer;
}
.friendship a{
    color: #333;
    text-decoration: none;
}
.friendship li:hover a{
    color: #2762D9;
}
.friendship li::after{
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 18px;
    background-color: #333;
}
.friendship li:nth-of-type(4n)::after{
background-color: #fff;
}
.logopic{
    padding-top: 6vh;
    padding-bottom: 3vh;
    height: 6vh;
}
.qrcode{
    height: 34.2vh;
}
.tablogin,.pclogin{
    position: absolute;
    right: 1.1vh;
    top: 1.1vh;
    cursor: pointer;
    height: 7vh;
}
.secondway h1{
    font-size: 1.3rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 2.2vh 0;
}
.secondway h2{
    font-size: 1.1rem;
    color: #2762d9;
    text-align: center;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}
.language{
    position: absolute;
    right: 40px;
    top:40px;
    cursor: pointer;
    color: #fff;
}
.languagepic{
    display: inline;
    width: 18px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.languageul{
    position: absolute;
    background-color: #fff;
    margin: 0;
    border-radius: 4px;
    top: 35px;
    padding: 0.8vh 0;
    left: 10px;
    width: 107px;
    display: none;
    z-index: 10;
}
.languageul li{
    color: #333333;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 4vh;
    text-align: center;
}
.languageul li:hover{
    background-color: #d7e8ff;
    color: #2762d9;
}
.logintip{
    position: fixed;
    z-index: 10;
    left: 0;
    top:28px;
    width: 266px;
    height: 80px;
    background-color: #fadfdf;
    position: relative;
    padding-left: 74px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.logintip img{
    position: absolute;
    left: 20px;
    top:20px
}
.logintip h1{
    font-size: 18px;
    color: #fa2929;
    font-weight: normal;
    margin: 0;
    padding-top: 17px;
    margin-bottom: 6px;
}
.logintip p{
    font-size: 16px;
    color: #333;
    margin: 0;
}
.logintip .del{
    position: absolute;
    right: 0;
    top:0;
    padding: 12px;
    left: auto;
    cursor: pointer;
}
@media screen and  (max-width:1600px){
    .company span, .name span, .password span, .personnum span{
        top:1.7vh
    }
    .logocontainer {
        width: 58.5%;
    }
    .remind,.maticlogo{
        font-size: 0.9rem;
    }
    .submit {
        height: 6.5vh;
        line-height: 6.5vh;
        font-size: 1rem;
    }
    .friendship li{
        font-size: 0.9rem;
    }
    .secondway h1{
        font-size: 1.2rem;
    }
    .secondway h2{
        font-size: 1.1rem;
    }
    .qrcode {
        height: 32.2vh;
    }
    .logopic {
        padding-top: 7vh;
        padding-bottom: 3.5vh;
        height: 6vh;
    }
}
.footer{
    position: fixed;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
}