html{
    font-size: 1px;
}
.wap-header{
    display: none;
    align-items: flex-end;
    padding: 12px 15px 12px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #F5F5F5;
    justify-content: space-between;
}
.wap-header-left{
    display: flex;
    align-items: flex-end;
}
.wap-header-left img:nth-child(1){
    height: 60px;
    margin-right: 13px;
    object-fit: contain;
}
.wap-header-left img:nth-child(2){
    height: 30px;
    object-fit: contain;
}
.wap-header-right{
    font-size: 20px;
    color: #121212;
    padding: 3px 2px;
    font-weight: bold;
}
.wap-footer .top{
    background: #333333;
    padding: 20px 15px 50px;
}
.wap-footer .top .title{
    padding: 30px 0 5px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
}
.wap-footer .top .info{
    display: flex;
    margin-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}
.wap-footer .top .info .img{
    width: 28px;
    height: 28px;
    margin-right: 15px;
}
.wap-footer .top .info .icon{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}


.footer-btn{
    display: flex;
    align-items: center;
    width: 157px;
    height: 38px;
    background: #ED008C;
    justify-content: center;
    margin-top: 25px;
    font-size: 14px;
    color: #fff;
}
.footer-btn i{
    font-size: 20px;
    margin-left: 4px;
}
.wap-footer .btm{
    background: #222222;
    padding: 26px 15px 78px;
}
.wap-footer .btm .info1{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 25px;
}
.wap-footer .btm .info2{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}
.wap-footer .btm .info2 img{
    width: 13px;
    margin-right: 5px;
    object-fit: contain;
}

.wap-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    backdrop-filter: blur(10px);
    transform: translateY(-100%);
    transition: all .5s;
}
.wap-menu.on{
    transform: translateY(0);
}
.menu-item{
    display: block;
    /*padding: 20px 0;*/
    text-align: center;
    font-size: 16px;
    color: #121212;
    width: fit-content;
}
.wap-menu .menu-item{
    padding: 20px 0;
}
.menu-item:hover{
    color: #E248B5;
    background: rgba(226, 72, 181, 0.2);
}
.wap-menu .el-icon-guanbi{
    font-size: 22px;
    color: #fff;
    background: #E248B5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
}


.pc-header{
    padding: 20rem var(--paddind-val) 0;
    z-index: 9;
    position: sticky;
    width: 100%;
    top: -267rem;
}
.ffdabg{
    background: #F5F5F5;

}
.pc-header-new{
    padding: 0;
    position: unset;
}
.pc-header-new.top{
    position: sticky;
    top: 0;
}
.pc-header .top.container{
    padding: 20rem 0 0;
}
.pc-header .top{
    display: flex;
    margin-bottom: 31rem;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.pc-header .top img:nth-child(1){
    height: 216rem;
    object-fit: contain;
    transition: all .3s;
}
.pc-header-new .top img:nth-child(1){
    width: 56%;
    height: fit-content;
    max-width: 760px;
}
.pc-header .top img:nth-child(2){
    height: 77rem;
    object-fit: contain;
}
.pc-header .menu{
    display: flex;
    justify-content: space-between;
    border-top: 1rem solid #202229;
    border-bottom: 1rem solid #202229;
    align-items: center;
    padding: 10rem 0;
    width: 100%;
}
.pc-header .menu-left{
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
}
.menu-home-item{
    width: 100px;
    height: 40px;
    margin-right: 40rem;
    font-size: 16px;
    color: #202229;
    transition: all .3s;
    line-height: 40px;
    text-align: center;
}
.menu-home-item:hover{
    color: #E248B5;
    background: rgba(226, 72, 181, 0.2);
}
.pc-header .menu-left .menu-item{
    position: relative;
}
.pc-header .menu-left .menu-item .name{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    height: 40px;
    font-size: 16px;
    color: #202229;
    line-height: 23rem;
    transition: all .3s;
    cursor: pointer;
    white-space: nowrap;
}
.pc-header .menu-left .menu-item .name .el-iconfont{
    font-size: 14px;
    margin-left: 8px;
    transition: all .3s;
}
.pc-header .menu-left .menu-item:hover{
    color: #E248B5;
    background: rgba(226, 72, 181, 0.2);
}
.pc-header .menu-left .menu-item:hover .name{
    color: #E248B5;
}
.pc-header .menu-left .menu-item:hover .name i{
    transform: rotate(180deg);
    color: #E248B5;
}
.pc-header .menu-left .menu-list{
    position: absolute;
    display: none;
    left: 0;
    background: #fff;
    min-width: 100%;
    text-align: left;
    z-index: 2;
    box-shadow: 0 0 6px 1px #eee;
}
.pc-header .menu-left .menu-list>a,
.pc-header .menu-left .menu-list>div{
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 26px;
    font-size: 14px;
    transition: all .2s;
    color: #202229;
}
.pc-header .menu-left .menu-list *:hover{
    background: #E248B5;
    color: #fff;
}
.pc-header .menu-left .menu-item:hover .menu-list{
    display: block;
}
.pc-header .menu-right{
    position: relative;
}
.pc-header .select-label{
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40rem;
    padding: 0 15px;
}
.pc-header .select-label img{
    width: 14px;
    margin-right: 5rem;
}
.pc-header .select-label span{
    font-size: 16px;
    color: #202229;
    margin-right: 7rem;
}
.pc-header .select-label i{
    color: #202229;
    font-size: 10px;
}
.pc-header  .select-options{
    position: absolute;
    width: fit-content;
    right: 15px;
    display: none;
}
.pc-header .menu-right:hover .select-options{
    display: block;
}
.pc-header  .select-options .option-item{
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px 30px 8px 10px;
    color: #fff;
    background: rgba(226, 72, 181, 0.8);
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
}
.pc-header  .select-options .option-item:hover{
    color: #E248B5;
    background: rgba(226, 72, 181, 0.2);
}
.pc-header  .select-options .option-item img{
    width: 14px;
    margin-right: 5rem;
}


.header-menu-3rd-label{
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 14px;
}
.header-menu-3rd-label:hover{
    background: var(--color-primary);
    color: #fff;
}
.header-menu-3rd-label .el-iconfont{
    font-size: 10px;
    margin-left: 4px;
}
.header-menu-3rd-option{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    white-space: nowrap;
    z-index: 2;
    transition: all .3s;
    transform: translateX(0);
}
.header-menu-3rd-label:hover .header-menu-3rd-option{
    opacity: 1;
    transform: translateX(100%);
}
.header-menu-3rd-option a{
    padding: 10px 26px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    display: flex;
    font-size: 14px;
}
.header-menu-3rd-option .on{
    background: var(--color-primary);
    color: #fff;
}



@media (max-width: 768px) {
    .wap-header{
        display: flex;
    }
    .pc-header{
        display: none;
    }
}

@media (min-width: 768px){
    .wap-footer .top{
        display: flex;
        flex-wrap: wrap;
        padding: 40px var(--paddind-val);
    }
    .wap-footer-top-item{
        width: 25%;
        padding-right: 10px;
        min-width: 285px;
        margin-bottom: 30px;
    }
    .wap-footer .btm{
        padding: 15px var(--paddind-val);
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .wap-footer .btm .info1,.wap-footer .btm .info2{
        margin-bottom: 0;
    }
    .wap-footer .btm .info2{
        margin-right: 10px;
    }
    .wap-footer .btm-right{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.wap-offcanvas{
    font-size: 14px;
    height: 100vh !important;
}
.offcanvas-menu-header{
    display: flex;
    background: #F5F5F5;
    padding: 15px;
    position: relative;
    align-items: flex-end;
}
.offcanvas-menu-header .img1{
    width: 214px;
    height: 60px;
}
.offcanvas-menu-header .img2{
    margin-left: 12px;
    width: 58px;
    height: 30px;
}
.offcanvas-menu-header .btn-close{
    position: absolute;
    right: 21px;
    bottom: 21px;
    color: #202229;
    font-size: 13px;
}
.wap-offcanvas .accordion-item{
    border: none;
}
.wap-offcanvas .accordion-button::after{
    width: 20px;
    height: 20px;
    background-size:15px;
    transform: rotate(-90deg);
}
.wap-offcanvas .offcanvas-header,.wap-offcanvas .accordion-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    font-size: 14px;
    box-shadow: none;
}
.wap-offcanvas .left-wap-menu-label {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 24px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    text-decoration: none;
    transition: var(--bs-accordion-transition);
    color: #333333;
}
.wap-offcanvas .accordion-body{
    padding:0 53px;
    background: #F9F9F9;
}
.accordion-button:not(.collapsed){
    background: #fff;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}
.left-wap-menu-item {
    display: block;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    padding: 18px 0;
}
.wap-menu-btn{
        background: none !important;
        padding: 0 !important;
        position: absolute !important;
        bottom: 96px;
}
