

.navbar-link.home{
    border-bottom: 1px solid rgba(0, 0, 0, .6);
}

/* banner */
.banner-con{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 200;
}
.banner-text-pc{font-size: .26rem;}


/* func */
.fun-wrap{
    padding-bottom: .3rem;
    padding: 0 .35rem;
}
.fun-item{
    color: #010101;
}
.fun-item-img{
    width: .52rem;
    height: .52rem;
    margin: 1.1rem auto 0;
    border-radius: 50%;
    border: 1px solid #191919;
}
.fun-item img{
    height: .2rem;
    
}
.fun-item .fun-text-cn{
    margin-top: .18rem;
    font-size: .14rem;
}
.fun-item .fun-text-en{
    margin-top: .07rem;
    height: .4rem;
}



/* con-wrap */
.con-wrap{
    padding: 0 .35rem 1.75rem;
}
.con-wrap .con-wrap-img{
    width: 3.96rem;
    height: 2.64rem;
}
.con-wrap .navigate-icon{
    margin-top: .45rem;
    width: .32rem;
    height: .32rem;
}
.con-wrap .con-text-title{
    margin-bottom: .2rem;
    font-weight: 400;
    font-size: .13rem;
}
.con-wrap .con-text-cn{
    margin-bottom: .1rem;
    line-height: .3rem;
    font-size: .13rem;
}

.first-con .con-item-right{
    margin-left: .8rem;
}
.third-con .con-item-right{
    margin-left: .4rem;
}


.con-wrap .first-con{
    margin-top: .9rem;
}
.con-wrap .second-con{
    margin-top: .9rem;
    margin-bottom: .9rem;
}
.con-wrap .third-con{
    margin-top: .9rem;
}

.second-con-left{
    padding-left: 0.8rem;
    box-sizing: border-box;
}


/* 使用场景 */
.scene-wrap{
    margin-bottom: 1.7rem;
    padding: 0 .35rem;
}
.scene-title{
    font-size: .13rem;
    margin-bottom: .3rem;
}
.scene-item{
    margin-right: .4rem;
}
.scene-item img{
    width: 100%;
}



/* 手机版 */
.fun-wrap.mobile .fun-item{
    padding: 0 .1rem;
}
.con-wrap.mobile .navigate-icon{
    margin-top: .3rem;
}
.con-wrap.mobile img.con-wrap-img{
    width: 100%;
    margin-bottom: .2rem;
    height: auto;
}
.con-wrap.mobile .scene-wrap{
    padding: 0;
}
.con-wrap.mobile .scene-item{
    margin-right: 0;
    margin-top: .3rem;
}
.con-wrap.mobile .scene-item img{
    width: 80%;
}


/* 手机 小于1200 */
@media (max-width: 1200px) { 

    .fun-item-img{
        width: .66rem;
        height: .66rem;
        margin: .44rem auto 0;
    }

    .fun-item img {
        height: .3rem;
    }
    .fun-item .fun-text-cn{
        font-size: .17rem;
        font-weight: 300;
    }
    .fun-item .fun-text-en{
        font-weight: 300;
    }

    .scene-title{
        margin-bottom: 0 !important;
    }
}