* {margin: 0;padding: 0;list-style: none;text-decoration: none;outline: none!important;}
a {text-decoration: none;cursor: pointer;}
a, i, img, span {display: inline-block;}
body{margin: 0;padding: 0;background: #F7F7F7;box-sizing:border-box;}

    .web-header{
        background: #f7f9fb;
        min-width: 1200px;
    }
    .web-header .header{
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: center;
        height: 70px;
        box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.0600);
    }
    .web-header .header .header-content{
        width: 1200px;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .web-header .header .header-content .header-menu-left{
        display: flex;
        height: 70px;
        align-items: center;
        justify-content: flex-start;
    }
    .web-header .header .header-content .header-menu-left .menu-item{
        height: 100%;
        cursor: pointer;
        margin-left: 60px;
        box-sizing: border-box;
        padding-top: 26px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .web-header .header .header-content .header-menu-left .menu-item a{
        height: 22px;
        font-size: 18px;
        display: block;
        color: #212838;
        line-height: 22px;
        font-weight: bold !important;
    }
    .menu-item-active{
        font-size: 18px;
        font-weight: 400;
        color: var(--nav-color);
    }
    .menu-item-active:after{
        content: "";
        width: 80%;
        height: 4px;
        background: var(--nav-color);
        margin-top: 8px;
        border-radius: 3px;
        color: #FF6B2E;
    }
    .menu-item-active a,.menu-item a:hover {
        color: var(--nav-color) !important;
    }

    .web-header .header .header-content .header-menu-right{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .web-header .header .header-content .header-menu-right .login-no{
        width: 96px;
        height: 36px;
        background: var(--primary-color);
        border-radius: 33px !important;
        text-align: center;
        color: var(--text-color);
        font-size: 14px;
        line-height: 20px;
    }
    .web-footer{
        width: 100%;
        height: 70px !important;
        background-color:#000;
        display: table;
        margin-top: 20px!important;
    }
    .web-footer .footer{
        width: 1200px;
        margin: 0 auto;
    }
    .web-footer .footer .footer-list{
        margin-top: 40px;
        text-align: center;
        color: #464646;
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }
    .web-footer .footer .footer-list a{
        text-align: center;
        color: #fff;
    }
    .web-footer .footer .copy-right{
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
    }

.web-body{
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    min-height: 800px;
    display: table;
}

.search-hovertree-form {
    width: 371px;
    float: right;
    overflow: hidden;
}

.search-hovertree-form .search-bd {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.search-hovertree-form .search-bd li {
    font-size: 12px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    color: #666;
    display: table;
}

.search-hovertree-form .search-bd li.selected {
    color: #999999;
    font-weight: 700;
    background-color: #F7F7F7;
    font-size: 14px;

}

.search-hovertree-form .search-hd {
    width: 371px;
    height: 40px;
    background-color: #F7F7F7;
    padding: 3px;
    position: relative;
    border-radius: 33px;
    font-size: 14px;
}

.search-hovertree-form .search-hd .search-hovertree-input {
    width: 371px;
    height: 40px;
    line-height: 22px;
    padding: 6px 0;
    background: none;
    text-indent: 10px;
    border: 0;
    outline: none;
    position: relative;
    left: 3px;
    top: 0;
    z-index: 5;
    #margin-left:-10px;
}

.search-hovertree-form .search-hd .btn-search {
    width: 70px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0;
    z-index: 6;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    background: none;
    outline: none;
}

.search-hovertree-form .search-hd .pholder {
    width: 325px;
    display: inline-block;
    padding: 2px 0;
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 13px;
    top: 11px;
    z-index: 4;
    background: url(/statics/images/pc/btn_home_sousuo.png) no-repeat 0 0;
    background-position: right;
    padding-left: 25px;
    top:11px;
}

.search-hovertree-form .search-hd .s2,.search-hovertree-form .search-hd .s3, .search-hovertree-form .search-hd #s2,.search-hovertree-form .search-hd #s3 {
    display: none;
}

.search-hovertree-form .search-bg {
    width: 495px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
}
a{text-decoration: none !important;}
.login-no {
    width: 96px;
    height: 36px;
    line-height: 40px;
    background: #FEC41A;
    border-radius: 33px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    padding-top: 8px !important;
    text-decoration: none !important;
}
.navbar {
    background: #fff;
    display: flex;
    justify-content: center;
    height: 70px;
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 6%);
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
        padding: 0 !important;
        height: 70px;
    }
}
.logo {
    max-width: 130px;
    display: flex;
    max-height: 50px;
    overflow: hidden;
}
a{
    text-decoration: none;
}

.question-search-area{
    padding-top: 5px;
}
.question-search-area input{
    outline: none;
    height: 40px;
    line-height: 30px;
    padding: 7px 20px;
    color: #3c464f;
    background: #fff;
    border-radius: 30px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #dde0e5;
    margin-left: 80px;
    font-size: 12px;
}
.question-search-area span{
    position: relative;
    background-color: #0b900d;
    display: inline-block;
    padding-left: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: none;
    left: -40px;
    top:2px;
    background: url(/statics/images/pc/btn_home_sousuo.png) no-repeat;
}
.category-content {
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 40px;
    margin-left: 15px;
}
.header-logo{
    border-radius: 50%;
    margin: 10px;
}
.header-logo{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.copy-right a{
    color: #fff !important;
}
.bplayer-title{
    display: none!important;
}