* {
    font-family: "微软雅黑";
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bgone {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.pic {
    width: 310px;
    height: auto;
    position: absolute;
    top: 99px;
    right: 453px;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.table {
    background-color:rgba(255,255,255,.95);
    width: 870px;
    height: 445px;
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}

.password {
    position: absolute;
    top: 11.8rem;
    right: 4rem;
    display: flex;
}

.btn {
    position: absolute;
    top: 18.5rem;
    right: 3.9rem;
    border: none;
    color: #fff;
    width: 373px;
    text-align: center;
    background-image: linear-gradient(to left, #2AB81A, #2AB81A);
    text-indent: 0rem;
    border-radius: 8px;
    font-size: 20px;
    height: 50px;
    cursor: pointer;
}

.wel {
    width: 960px;
    height: 35px;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: -7rem;
    text-align: center;


}

.wel1 {
    width: 960px;
    height: 35px;
    color: #fff;
    font-size: 12.38px;
    position: absolute;
    top: -4rem;
    text-align: center;

}

input {
    height: 55px;
    width: 373px;
    text-indent: 55px;
    outline: none;
    background: #EEF9ED;
    border-radius: 8px;
    border:solid 1px #7FB57D;
}

.password input {
    border:solid 1px #7FB57D;
}

.user {
    position: absolute;
    top: 6.8rem;
    right: 4rem;
    display: flex;
}

#yonghu img {
    height: 26px;
    position: absolute;
    left: 10px;
    top: 13px;
}
#yonghu2 img {
    height: 26px;
    position: absolute;
    left: 10px;
    top: 13px;
}