/* 头部 */
.welcome {
    width: 100%;
    height: 35px;
    background: #eee;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.welcome .login {
    height: 100%;
}
.welcome .login-l {
    float: left;
    width: 50%;
    height: 100%;
}
.welcome .login-l a {
    margin-right: 29px;
}
.welcome .login-l a i {
    color: #4895d2;
    font-size: 14px;
    margin: 0 5px;
}
.welcome .login-l .blue {
    color: #25b34f;
}
.welcome .login-r{
    float: right;
    width: 200px;
    height: 100%;
}
.welcome .login-r a {
    margin-left: 38px;
}
/**/
.logo {
    height: 130px;
}
.logo h1 {
    width: 250px;
    height: 110px;
    margin: 10px 0;
    float: left;
}
.logo h1 .common {
    width: 100%;
    height: 100%;
}
/**/
.search {
    width: 635px;
    height: 100%;
    padding: 22px 38px 13px 35px;
    box-sizing: border-box;
    float: left;
}
.search .options {
    width: 100%;
    height: 24px;
    line-height: 24px;
}
.search .options i {
    float: left;
    width: 54px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}
.search .options .blue {
    background: #25b34f;
    color: #fff;
}
.search .seach {
    width: 100%;
    height: 40px;
}
.search .seach .text {
    width: 480px;
    height: 100%;
    border: 2px solid #25b34f;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    padding-left: 15px;
}
.search .seach .button {
    float: left;
    width: 82px;
    height: 100%;
    background: #25b34f;
    color: #fff;
    cursor: pointer;
}
.search .seach .button:active {
    background: #ff6600;
}
.search .hot {
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
}
.search .hot i {
    margin-right:5px; 
    color: #fd692f;
}
.search .hot a {
    margin-right: 15px;
}
.logo .adver {
    width: 315px;
    height: 70px;
    float: right;
    margin: 30px 0;
}
.logo .adver .common {
    width: 100%;
    height: 100%;
}
/**/
.topnav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #25b34f;
    overflow: hidden;
}
.topnav .home {
    height: 100%;
    display: flex;
}
.topnav .home p {
    width: 200px;
    height: 100%;
    float: left;
    margin-left: 5px;
    background: #1faa48;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.topnav .home a {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.topnav .home .home-active {
    background: #18c84c;
}
/* 底部 */
.separated {
    width: 100%;
    height: 40px;
    background: #25b34f;
}
/**/
.copyright {
    width: 100%;
    height: 100px;
    padding: 10px 0;
    box-sizing: border-box;
    background: #eee;
    text-align: center;
}
.copyright p {
    line-height: 40px;
    font-size: 14px;
}
.copyright p a {
    margin: 0 10px;
}
/**/
.four {
    width: 100%;
    height: 85px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}
.four .common {
    display: inline-block;
    width: 140px;
    height: 100%;
    margin: 0 15px;
}
/* */
.footer .gotop {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #eee;
    line-height: 40px;
    text-align: center;
    position: fixed;
    right: 220px;
    bottom: 184px;
    z-index: 500;
    font-size: 18px;
}