
.footer{
    width: 100%;
}

body{
    font-size: 10px;
}

.footer-container{
background: #F2F2F2;
width: 100%;
    padding: 4.2rem 0 6.4rem 0;

}

.footer .container{
    /*width: 100%;*/
    display: flex;
    justify-content: space-between;
}
.footer .container .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.social-share{
    margin-top: 5rem;
}
.social-share .flex-middle{
    display: flex;
    align-items: center;
}
.social-share .i{
    width: 30px;
}
.social-share a{
    position: relative;
}
.social-share a:nth-of-type(2) .i{
    width: 28px;
}
.social-share a:hover .fade{
    opacity: 1;
}
.social-share a .fade{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.social-share a .fade img{
    width: 6.8rem;
    height: 6.8rem;
}
.footer .right-box{
    text-align: right;
}
/*.footer .container>div:first-of-type{*/
/*    display: flex;*/
/*}*/

.footer .container .social-share a>img{
    /*width: 6.8rem;*/
    /*height: 6.8rem;*/
    margin: 0 24px 0 0;
}
.footer .add{
    color: #706E6E;
}
.footer .container p{
    font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #706E6E;
text-align: center;
}
.footer .container h1 {
    position: relative;
}
.footer .container h1 div{
    position: absolute;
    bottom: -9px;
    width: 0%;
    height: 6px;
    background: #e62054;
    transition: .5s;
}
.footer .container h1:hover div{
    width: 0;
}
.footer .container h1 a{
    font-size: 2.5rem;
font-family: Source Han Sans CN;
font-weight: 700;
color: #009996;
}

.footer .container h2{
    font-size: 2.1rem;
font-family: Source Han Sans CN;
font-weight: 500;
color: #464242;
text-align: right;
margin: 1.2rem 0 0.9rem 0;
}

.footer .container h3{
    font-size: 1.6rem;
font-family: Source Han Sans CN;
font-weight: 300;
color: #464242;
text-align: right;
}

.footer-contact{
    /*width: 152rem;*/
    /*margin: 0 auto;*/
    margin: 3rem 0;
}

.footer-contact div{
    display: flex;
    align-items: center;
}

.footer-contact h1{
    font-size: 2.5rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #009996;
}

.footer-contact h2{
    display: flex;
    align-items: center;
    font-size: 2.1rem;
font-family: Base5;
font-weight: 400;
color: #7A7A7A;
}

.footer-contact h2 span{
    font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #706E6E;
}

.footer-contact h3{
    font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #706E6E;
margin: 0 5.9rem 0 10.2rem;
}
.footer-contact h3:last-child{
    margin: 0;
}
.footer-contact h4{
    font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #706E6E;
}

.footer-contact h5{
    font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 300;
color: #706E6E;
margin: 2.0rem 0 0 0;
}

.footer-bottom{
    /*width: 152.0rem;*/
    /*margin: 0 auto;*/
    padding: 0;
}

.footer-bottom-m{
    display: none;
}

.footer-bottom p{
    font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #706E6E;
}
.footer-bottom a{
    color: #706E6E;
}
.footer_logo{
    width: auto;
    height: 4.5rem;
}

.footer_logo img{
    width: auto;
    height: 100%;
}











@media screen and (max-width: 1640px) {
    .footer-contact{
        margin: 10px auto 0px auto;
    }
}
/* 0.83 */

@media screen and (max-width:1440px) {
    .footer-contact{
        margin: 20px auto 0px auto;
    }
}
/* 0.75 */

@media screen and (max-width:1360px) {
    .footer-contact{
        margin: 30px auto 0px auto;
    }
}
/* 0.71 */

@media screen and (max-width:1000px) {
    .footer-container{
        padding-bottom: 4.2rem;
    }
    .footer .container>div:first-of-type div{
        margin: 0 0 10px;
    }
    .footer-bottom{
        display: none;
    }
    .footer-bottom-m{
        display: block;
    }
    .footer .container{
        flex-direction: column;
        
    }

    .footer .container h1{
        margin: 10px 0;
    }

    .footer-contact{
        width: 96%;
    }

    .footer-bottom{
        display: none;
    }

    .footer .container h2,
    .footer .container h3{
        text-align: left;
    }

    .footer-contact h1{
        padding: 30px 0 10px 0;
    }

    .footer-contact div{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-contact h3{
        margin: 5px 0;
    }
    
    .footer .container{
        align-items: center;
    }
    .footer-contact{
        display: none;
    }
    .footer .container h2{
        text-align: center;
    }
    .footer .container h3{
        text-align: center;
    }
    .footer .container h1 a{
        font-weight: 900;
    }
    .footer-contact h1{
        
    }
    .footer .add{
        display: none;
    }
    .footer .right-box {
    text-align: center;
}
}
/* 0.67 */