.header-mode-fix{
    display: block;
}
.header-mode-fix .wrapper{
    background-color: #171717;
    border-bottom: 0 solid #e1e1e1;
}
.header-mode-fix .left .logo a{
    background-image: url(../images/logo-image-text.png);
}
.header-mode-fix .nav a{
    color:#fff;
}
.header-mode-fix .nav a span::after{
    background-color: #fff;
}
.header-mode-fix .right .hm-line{
    background-color: #fff;
}
.more-team{
    margin: 3.72vw 0;
    width: 100%;
    height: 100%;
}
/* 图 */
.show-main{
    width: 100%;
    height: 50%;
}
.show-main .wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.show-main .title-image{
    width: 100%;
    height: 100%;
    background-color: #171717;
}

.show-main .title-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}
.show-main .title-text h1{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 3.3vw;
    line-height: 3.3vw;
    font-weight: normal;
    margin: 10px 0;
}
.show-main .title-text p .logo-img{
    vertical-align: bottom;
    display: inline-block;
    width: 3vw;
    height: 1.6vw;
    background-image: url(../images/logo-img-gaia.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.show-main .title-text p,
.show-main .title-text p a{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 1.03vw;
    line-height: 1.5vw;
    font-weight: normal;
    color: #fff;
}
.show-main .title-text p a{
    cursor: pointer;
}

/*  区域 */
.faq{
    width: 100%;
    height: auto;
}
.faq ul{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.faq ul li{
    width: 25%;
    height: 37.5vw;
}
.faq ul li .img-wrapper{
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align:center;
    overflow: clip;
}
.faq ul li img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 27vw;
    height: auto;
    transform: translate(-50%,-50%);
    /* transition: transform 0.6s cubic-bezier(.33,.02,0,.93); */
    
    transition: transform 1s cubic-bezier(.33,.02,0,.93)
    
}
.faq ul li img:hover{
    transform:  translate(-53%,-50%) scale(1.00);
}
.faq ul li .text{
    position: absolute;
    right: -15.91vw;
    bottom: 3.8vw;
    width: 15.91vw;
    height: 5.7vw;
    background-color: #171717;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 3vw;
    /* transition: all .4s cubic-bezier(.77,0,.175,1); */
    transition: all .4s ease-in-out;
}
.faq ul li .text-show{
    right: 0;
    visibility: visible;
}

.faq ul li .text .title{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    color: #fff;
    font-size: 0.9vw;
    line-height: 1.5vw;
    font-weight: normal;
}
.faq ul li .text .name{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.6vw;
    font-weight: normal;
}
footer .map{
    background-color: #171717;
}
footer .call-info .left p,
footer .call-info .right p,
footer .call-info .left h4,
footer .call-info .right h4
{
    color: #fff !important;
}
footer .map .call-info .left .copyright{
    color: #fff !important;
}
footer .map .call-info .left .copyright .logo-img{
    background-image: url(../images/logo-image-text.png);
}