
.footer .footer-wp{
    padding-top: 30px;
    padding-bottom: 30px;
    background: var(--web-color2);
}
.footer .footer-wp .flogo{
    width: 24.58vw;
    margin-bottom: 32px;
}
.footer .footer-wp ul{
    border-top: solid 1px rgba(0,0,0,.5);
    padding: 0 0 46px 0;
    height: auto;
    overflow: hidden;
    
}
.footer .footer-wp ul li{
    text-align: center;
    width: 25%;
    padding-right: 3%;
    align-items: flex-start;
}
.footer .footer-wp ul li h3{
    margin-top: 32px;
    margin-bottom: 12px;
}
.footer .footer-wp ul li label,
.footer .footer-wp ul li a{
    line-height: 2.1;
    font-size: var(--web-size-min);
    text-align: left;
}
.footer  a:hover{
    text-decoration: underline;
}
.footer .footer-wp ul li label p{
    padding-left: 5px;
}
.footer .footer-wp dd,
.footer .footer-wp dd a{
    color: var(--web-color7);
}
.footer .wp-icon >div{
	padding-top: 8px; 
 }
.footer .footer-wp dd span{
    padding: 0 6px;
}
.footer-info{
    background: var(--web-color3);
    min-height: 50px;
    font-size: var(--web-size-small);
    color: var(--web-color1);
    line-height: 1.5;
    padding: 12px 0;
}

#video_pop .pwin_box{ background-color:#3F5CA0; padding: 8px; width:728px; height:424px; }
#video_pop .pwin_box .pop_exit{ right:-62px; height:51px; width:50px; top: 0; background:url(/static/plugins/images/x.png); cursor:pointer; }
#video_pop .pwin_box .pop_exit:hover{transform:rotate(180deg);-webkit-transform:rotate(180deg); }
#video_pop .pwin_box .video{ width: 100%; overflow:hidden;  background: var(--web-color);} 

#msg_pop .pwin_box{ 
    background-color:var(--web-color1); 
    border-radius: 24px;
    width: 420px;
    height: 240px;
    padding:20px 30px 30px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

#msg_pop .pwin_box .b-more{
    width: 56%;
    height: 48px;
    font-size: 18px;
}
#msg_pop .pwin_box p{
    padding: 0 0 20px 0;
}

.right-nav{
    position: fixed;
    z-index: 4;
    top: 50%;
    transform: translate(0,-50%);
    right: 22px;
    width: 70px;
}
.right-nav a{
    justify-content: center;
    height: 70px;
    background: #E9E9E9;
    border-radius: 8px;
    margin-bottom: 1px;
    color: #747474;
}
.right-nav a i{
    width: 28px;
}
.right-nav a img{
    width: 100%;
}
.right-nav a img:nth-child(2),
.right-nav a:hover img:nth-child(1),
.right-nav a.active img:nth-child(1){
    opacity: 0;
}
.right-nav a p{
    font-size: 12px;
    margin-top: 8px;
    line-height: 16px;
}
.right-nav a:hover,
.right-nav a.active{
    background: var(--web-color4) !important; 
    color: #fff;
}
.right-nav a:hover img:nth-child(2),
.right-nav a.active img:nth-child(2){
    opacity: 1;
}
.bottom-nav{
    display: none;
}


@media (max-width: 1080px){
    .footer{
        margin-bottom: 1.5rem;
    }
    #msg_pop .pwin_box{ 
        border-radius: .24rem;
        width: 7.5rem;
        height: 4.6rem;
        padding:.3rem .4rem .4rem;
        font-size: .46rem;
    }
    
    #msg_pop .pwin_box .b-more{
        width: 56%;
        height: .56rem;
        font-size: .4rem;
    }
    #msg_pop .pwin_box p{
        padding:0 0 .2rem 0;
    }

    .right-nav{
        display: none;
    }
    .bottom-nav{
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 1.5rem;
        background: #F3F3F3;
        box-shadow: 0px 0px .23rem 0px rgba(0,0,0,0.2);
    }
    .bottom-nav a{
        color: #747474;
    }
    .bottom-nav a img:nth-child(2),
    .bottom-nav a:active img:nth-child(1),
    .bottom-nav a.active img:nth-child(1){
        opacity: 0;
    }
    .bottom-nav a:active,
    .bottom-nav a.active{
        color: var(--web-color4);
    }
    .bottom-nav a:active img:nth-child(2),
    .bottom-nav a.active img:nth-child(2){
        opacity: 1;
    }
    .bottom-nav a i{
        width: .6rem;
        margin: 0 auto;
    }
    .bottom-nav a i img{
        width: 100%;
    }
    .bottom-nav a p{
        font-size: .3rem;
        margin-top: .1rem;
        height: .34rem;
        line-height: .34rem;
    }
    .footer .footer-wp{
        padding: 1.15rem 0 .58rem;
    }
    .footer .footer-wp .flogo {
      width: 6.13rem; 
      margin-bottom: .58rem; 
    } 
    .footer .footer-wp ul{
        padding: .72rem 0 0 0 !important;
    }
    .tab{
        border-top: 1px solid #D2D2D2 !important;
        height: auto;
        overflow: hidden;
        flex-direction: column;
    }
    .tab li{
        width: 100% !important;
        border-bottom: 1px solid #D2D2D2;
        padding: 0 !important;
    }
    .footer .footer-wp ul li:nth-child(1){
        padding-bottom: .58rem !important;
    }
    .footer .tab li:nth-child(1) h3,
    .tab .wp-icon{
        display: none;
    }
    
    .tab li h3{
        width: 100%;
        height: 1.16rem;
        line-height: 1.16rem;
        font-size: .4rem;
        position: relative;
        text-align: left;
        margin: 0 !important;
        cursor: pointer;
        border-top: 1px solid #D2D2D2 !important;
    }
    .tab li h3+ .tab-list{
        display: none;
    }
    .tab li h3.active + .tab-list{
        display: flex;
    }
    
    .tab li h3:nth-child(1){
        border: none !important;
    }
    .tab li h3 img{
        width: .29rem;
        height: .17rem;
        top: 50%;
        right: 0;
        margin-top: -.08rem;
        position: absolute;
    }
    .tab li h3.active img{
        transform: rotateZ(-180deg);
    }
    .tab li label{
        line-height: .52rem !important;
        padding: .06rem 0 !important;
        text-align: left;
    }
    .tab .tab-list{
        flex-wrap: wrap;
        padding-bottom: .3rem;
        flex-direction: initial;
    }
    .tab .tab-list a{
        width: 4.87rem;
        height: 1.15rem;
        line-height: 1.15rem !important;
        padding: 0 .2rem;
        font-size: .36rem;
        color: var(--web-color8); 
        margin-bottom: .14rem;
        background-color: var(--web-color1);
        text-align: center !important;
    }
    .tab li label p{
        padding-left: .24rem;
        font-size: .36rem;
        word-break: break-all;
    }
    .tab li label span{
        font-size: .4rem;
    }
    .footer .footer-wp ul li.pc-footer-share{
        display: none;
    }
    .footer .wp-icon.m-block{
        margin: 2.02rem 0 1.44rem;
    }
    .footer .wp-icon a{
        margin: 0 .43rem;
        width: 1.15rem;
        max-width: 1.15rem;
        min-width: 1.15rem;
    }
    .footer .footer-wp dd,
    .footer .footer-wp dd a{
        color: var(--web-color7);
    }
    .footer .wp-icon >div{
        padding-top: 0; 
    }
    .footer-info{
        font-size: .32rem;
        line-height: .42rem;
        padding: .36rem .1rem !important;
    }
}