/* footer  */
.web-footer-wrapper {
    background: #1B1B1B;
    color: #fff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
@media(max-width:768px){
    .web-footer-wrapper {
        background: #1B1B1B;
        color: #fff;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
   
}

.left-contact-item>img {
    width: 0.22rem;
    margin-right: 0.12rem;
}

.footer-left-img {
    margin-bottom: 0.4rem;
}

.footer-left-address {
    margin-bottom: 0.24rem;
}

.footer-left-address-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
}

.footer-left-contact {
    margin-bottom: 0.38rem;
}

.left-contact-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
}

.footer-partner-img {
    height: 0.35rem;
    margin-right: 0.2rem;
}

.footer-title-h5 {
    font-weight: bold;
    font-size: 0.16rem;
    margin-top: 0px;
}

.footer-title-h5,
.footer-h5 {
    margin-bottom: 0.2rem;
}

.footer-h5>a {
    color: #fff;
    font-weight: 400;
}

.footer-bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    margin-top: 0.52rem;
}
.footer-bottom a{
    color:#fff;
}
.footer-bottom p{
    border-top:1px solid #313131;
   position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
    background-color: #1B1B1B;
    outline: 9999px solid #1B1B1B;
    clip: rect(0, 9999px, 9999px, 0); 
}


@media(max-width:768px){
    .footer-bottom {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #FFFFFF;
        margin-top: 0;
    } 
    .footer-bottom p{
        border-top: none;
    }
}
/* affixiconbar start */
.Noprint{
    display: none;
}
.Noprint .noptop{
    width: 40px;
    height:40px;
    line-height:40px;
    padding-left:8.5px;
    display: inline-block;
    padding-top: 5px!important;
    background-color: #999999;
}
#affixiconbar a {
    margin-bottom: 2px;
    line-height: 32px;
    color: #fff;
    
}
#affixiconbar .tooltip_contact {
    right: 40px;
    border-radius: 0px;
}
#affixiconbar .tooltip_contact img{
    width: 20px;
    height: 20px;
}
#affixiconbar a img{
    margin-right: 15px;
}
#affixiconbar .noptop:hover{
    background-color: #DD1F1F;
}
#affixiconbar .tooltip_contact{
    background-color: #DD1F1F;
}

/* affixiconbar end*/