
.header{
    position: sticky;
    top: 0;
    z-index: 5;
}
.toast-line{
    display: flex;
    height: 28px;
    background: #000000;
    align-items: center;
    padding: 0 24px 0 30px;
    position: sticky;
    top: 0;
    z-index: 1;
}
.toast-line img{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.toast-line .name{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
}
.toast-line .info{
    flex: 1;
    margin: 0 50px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    color: #FFFFFF;
}
.toast-line .el-icon-guanbi{
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #000;
    font-size: 10px;
}
.logo-line{
    display: flex;
    height: 68px;
    background: #fff;
    padding: 0 26px;
    justify-content: space-between;
    align-items: center;
}
.logo-line .logo{
    width: 200px;
    object-fit: contain;
    margin-right: 4px;
}
.logo-line-right{
    display: flex;
    align-items: center;
}
.logo-line-right .search-box{
    display: flex;
    height: 38px;
    /*padding: 0 15px;*/
    align-items: center;
    /*border-bottom: 1px solid #000000;*/
    position: relative;
}
.logo-line-right .search-box .el-icon-sousuo{
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    /*margin-right: 16px;*/
    flex-shrink: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
}
.logo-line-right .search-box input{
    font-size: 14px;
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    transition: all .5s;
    width: 20px;
    cursor: pointer;
    opacity: 0;
}
.logo-line-right .search-box input:focus{
    width: 200px;
    margin-left: 32px;
    border-bottom: 1px solid #000000;
    opacity: 1;
}
.search-result{
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    z-index: 2;
    width: 100%;
    display: none;
}
.search-result a{
    padding: 8px 20px;
    font-size: 14px;
    color: #333;
    display: block;
}
.search-result a:hover{
    color: #F26417;
    background: rgba(242, 100, 23, 0.2);
}
.logo-box{
    display: flex;
    padding: 0 28px;
    align-items: center;
}
.logo-box .el-iconfont{
    font-size: 20px;
    margin: 0 12px;
}
.lang-box{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.lang-box img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.lang-box .val{
    font-size: 14px;
    color: #000000;
}
.lang-box .el-iconfont{
    font-size: 20px;
    color: #1A1311;
    margin-right: 10px;
}
.lang-box-option{
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22px;
    background: #fff;
}
.lang-box:hover .lang-box-option{
    display: block;
}
.lang-box-option div{
    font-size: 14px;
    color: #000000;
    padding: 10px 0;
    cursor: pointer;
}
.lang-box-option div:hover{
    color: #F26417;
}

.menu-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 26px;
    background: #F5F5F5;
}
.menu-line-btn{
    display: flex;
}
.menu-line-btn .page-btn{
    margin-left: 24px;
}
.header-user{
    cursor: pointer;
    margin-left: 24px;
    font-size: 18px !important;
    color: #121212;
}
.header-user span{
    font-size: 14px;
    font-weight: bold;
}
.menu-line-cont{
    display: flex;
    flex-wrap: wrap;
}
.menu-item{
    margin-right: 40px;
    position: relative;
    cursor: pointer;
    padding: 12px 0;
}
.menu-item-name{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    text-decoration: none;
    transition: all .3s;
}
.menu-item-name.on{
    color: #F26417;
}
.menu-item:hover .menu-item-name,.menu-item:hover .menu-item-name i{
    color: #F26417;
}
.menu-item:hover .menu-item-name{
    transform: translateY(-10px);
}
.menu-item-name i{
    margin-left: 4px;
    color: #1A1311;
    font-size: 12px;
}
.menu-item-cont{
    position: absolute;
    background: #fff;
    display: none;
    z-index: 2;
    opacity: 0;
    transition: all .4s;
}
.menu-item:hover .menu-item-cont{
    display: block;
    opacity: 1;
}
.menu-item-cont a{
    padding: 10px 30px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    display: block;
}
.menu-item-cont a:hover{
    color: #F26417;
}
.menu-item-cont .on{
    color: #F26417;
}

.accordion-button:not(.collapsed){
    color: #F26417;
}


.footer{
}
.footer-part1{
    display: flex;
    justify-content: center;
    background: #1C1C1C;
    padding-top: 87px;
    padding-bottom: 40px;
}
.footer-item{
    margin-bottom: 40px;
}
.footer-title{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    display: block;
    margin-bottom: 24px;
}
.footer-text{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 12px;
    max-width: 471px;
    display: block;
}
.footer-img-line{
    display: flex;
}
.footer-img-line .el-iconfont{
    color: #fff;
    font-size: 26px;
    margin-right: 44px;
    cursor: pointer;
}
.footer-part2{
    display: flex;
    justify-content: center;
    background: #161616;
}
.footer-copyright{
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
    flex-wrap: wrap;
    border-top: 1px solid #333333;
}
.footer-copyright *{
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-decoration: none;
}
.footer-img-adv{
    text-align: center;
    height: 95px;
}
.footer-img-adv img{
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.top-sticky{
    position: sticky;
    top: 0;
    z-index: 3;
}
.wap-header{
    padding: 15px 0;
    align-items: center;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0 3px 30px -1px rgba(0, 0, 0, .12);
    z-index: 5;
}
.wap-header-line{
    padding: 0 26px;
    width: 100%;
    align-items: center;
}
.wap-header .logo{
    height: 100px;
}
.wap-header-menu{
    font-size: 24px;
    color: #121212;
    cursor: pointer;
}
.wap-header-menu .el-iconfont{
    margin-left: 16px;
    font-size: 30px;
    cursor: pointer;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
.left-wap-menu .accordion-item{
    border: none;
}
.left-wap-menu-label{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    text-decoration: none;
    transition: var(--bs-accordion-transition);
}
.left-wap-menu-item{
    display: block;
    font-size: 16px;
    color: #202229;
    text-decoration: none;
    padding: 10px 0;
}
.left-wap-menu-item:hover{
    color: #F26417;
    transform: scale(1.1);
    transform-origin: left;
    font-weight: bold;
}
.left-wap-menu-item .on{
    color: #F26417;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
}
.accordion-button:focus{
    box-shadow: none;
}
.wechat-close{
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #fff;
    z-index: 13;
    cursor: pointer;
    opacity: 1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
@media (max-width: 1024px) {
    .pc-header{
        display: none;
    }
    .wap-header{
        display: flex;
    }
}

@media (max-width: 608px) {
    .wap-header .logo{
        height: 60px;
    }
    .wap-header-menu{
        font-size: 16px;
    }
    .wap-header-menu .el-iconfont{
        font-size: 20px;
    }
}
