html {
    height: 100%;
    width: 100%;
    background: #EEEEEE;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

.bg {
    width: 100%;
    height: 500px;
    background: url(../images/loginbg.jpg) no-repeat 100% 100%;
    background-size: cover;
}

.title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: -2px;
    color: #ffffff;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    padding-top: 9%;
}

.title1 {
    font-family: SourceHanSansCN-Normal;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 3px;
    color: #ffffff;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.12);
    opacity: 0.65;
    text-align: center;
    padding-top: 20px;
}

.login {
    width: 602px;
    height: 350px;
    background-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0px 3px 8px 0px rgba(30, 72, 111, 0.35);
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 60px;
    padding-top: 60px;
    text-align: center;
}

.in {
    width: 490px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 22px;
    cursor: pointer;
}

.mineicon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 33px;
    top: 15px;
}

.input-txt {
    width: 80%;
    height: 20px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
    border: none;
    position: absolute;
    left: 63px;
    top: 13px;
}

.login-btn {
    display: inline-block;
    width: 490px;
    height: 68px;
    background-image: linear-gradient(262deg, rgba(3, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0.64) 100%), linear-gradient( #e69122, #e69122);
    background-blend-mode: soft-light, normal;
    border-radius: 8px;
    opacity: 0.91;
    font-family: SourceHanSansCN-Regular;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 68px;
    margin: 0 auto;
    text-decoration: none;
}

input:focus {
    border: none;
    outline: medium;
}

.login-btn:hover {
    box-shadow: -3px -3px 3px 0px rgba(129, 129, 129, 0.3);
    margin-top: 3px;
}