* {
    margin: 0;
    padding: 0;
}
.load {
    width: 100%;
    height: 936px;
}
.yijijuhe {
    width: 100%;
    height: 152px;
    padding-top: 20px;
    padding-left: 15.1%;
    box-sizing: border-box;
}
.yijijuhe img {
    width: 568px;
    height: 100px;
}
.login {
    width: 100%;
    height: 580px;
    background: url('/Public/images/user/bg_user.png');
    background-size: 100% 580px;
    box-sizing: border-box;
    padding-left: 49.7%;
    padding-top: 74px;
}
.login-box {
    width: 460px;
    height: 330px;
    background: #fff;
    border: 4px solid #3f3f3c;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 30px;
    border-radius: 8px;
}
.user-input {
    width: 380px;
    height: 45px;
    border: 1px solid #3e3e3e;
    border-radius: 8px;
    padding-left: 68px;
    box-sizing: border-box;
    font-size: 20px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.login-box .input-box {
    width: 100%;
    position: relative;
    margin-bottom: 26px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.user-name {
    position: absolute;
    left: 0;
    top: 0;
    background: #3f3f3c;
    padding-top: 5px;
    padding-left: 8px;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    border-radius: 8px 0 0 8px;
}
.user-name img {
    width: 30px;
    height: 35px;
}
.user-input1 {
    display: inline-block;
    width: 200px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #3e3e3e;
    padding-left: 68px;
    box-sizing: border-box;
    font-size: 20px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.login-box .input-code {
    position: relative;
    margin-bottom: 26px;
}
.user-input2 {
    position: absolute;
    left: 240px;
    top: -1px;
    border: 1px solid #3e3e3e;
    border-radius: 8px;
    width: 136px;
    height: 45px;
}
.user-input2 img {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}
.login-box .input-btn {
    display: block;
    clear: both;
    width: 380px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    background: #00510a;
    border-radius: 8px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.company {
    clear: both;
    width: 100%;
    height: 204px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    line-height: 180px;
    font-size: 30px;
    font-weight: 600;
}