/*101=xs lightgreen*/


/*common.css*/
.nav-section {
  background: #a5c530; 
}


/*public.css这个logo需要配置深色点#859b35*/
#headerPop {
  background: #859b35; 
}

/*main.css*/
.login-box button[type=submit] {
    background-image: linear-gradient(to right, #f1c100, #a1c98b);
    border-radius: 50px;
    color: #fff;
    padding: 0;
    width: 100%;
    height: 48px; 
}
.login {
    background: url(/img/login-bg.jpg?v=20250801) center no-repeat;
    background-size: cover;
}
.login-box .box-top {
    background: url(/img/login-box-bg.png?v=20250801) center no-repeat;
    background-size: cover;
}
.login-box .box-top img {
    vertical-align: middle;
    margin-right: 14px;
    margin-top: -3px; 
}