body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
}

body {
    background-color: #F0F0F0;
    background-image: url('/images/login-d9f41254b1d97bd2fb7446a1a33ca2c7.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-box {
    height: 128px;
}

.head-box-inner {
    height: 128px;
    vertical-align: middle;
}

.head-portrait {
    padding-left: 20px;
    padding-top: 30px;
    float: left;
}

.no-login {
    float: right;
    width: 160px;
    text-align: center;
    height: 130px;
    padding-top: 50px;
}

.no-login-btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #8bc517;
    border-radius: 15px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.no-login p:first-child {
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
}

.no-login {
    float: right;
    width: 150px;
    text-align: left;
    height: 30px;
    padding-top: 50px;
}

.login-in {
    padding-left: 110px;
    padding-top: 40px;
}

.login-in p:first-child {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.login-in p {
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    line-height: 24px;
}

.login-in p span {
    color: #e1c5c5;
    font-size: 12px;
}

.st-title {
    padding-top: 80px;
    font-size: 32px;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    line-height: 1.078;
    text-align: center;
    text-shadow: 0px 2px 8px rgba(48, 140, 125, 0.33);

}

.login-in a {
    margin-left: 5px;
}

.news-box {
    cursor: pointer;
    background-color: #304605;
    padding: 10px;
    margin-top: 5px;
    font-size: 38px;
    height: 130px;
    padding: 20px 0;
    text-align: center;
    color: white;
}

.news-box a {
    color: white;
}

.foot-box {
    padding: 20px 0px;
    margin-top: 20px;
    background-color: #308c7d;
    width: 100%;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
}