

.channel-banner {height:600px;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0;padding:0;margin-top:88px;}
.channel-banner .banner-info {position:absolute;top:50%;left:0;right:0;z-index:3;    transform: translateY(-30%);}
.channel-banner .banner-info h3{font-weight: bold;
font-size: 72px;position:relative;margin-bottom:30px}
/*.channel-banner .banner-info p{*/
/*    font-weight: normal;*/
/*    font-size: 16px;*/
/*    width: 60%;*/
/*    max-width: 1400px;*/
/*    margin: auto;*/
/*}*/
.uwbanner,.uwbanner1,.uwbanner2{
    margin-top: 88px;
}
#Mynav{
    background: #FFFFFF;
    color: #111111;
}
#Mynav .nav-inline li a,#Mynav span{
    color: #111111;
}
#Mynav .hide-logo{
    display: flex;
}
#Mynav .show-logo{
    display: none;
}
.channel-banner .container h2 p{
    color: #FFFFFF;
}
.channel-banner .container h2:before{
    left: 5%;
}
.channel-banner .container h2{
    width: fit-content;
    margin: auto;
}
.channel-banner .container h2 p:last-child{
    letter-spacing: 10px;
    text-align: left;
    margin-top: 5px;
}
.channel-banner .mask{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 498px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #121212 100%);
} 
.channel-banner.about{
    height: 872px;
}
.channel-banner.FAQ{
    height: 310px;
}
.channel-banner.about .banner-info{
   transform: translateY(-50%);
}
.channel-banner.about .banner-info p{
    color: #ffffff80;
    max-width: 900px;
    margin: auto;
}
.channel-banner.about .mask{
    height: 100%;
}
.channel-banner.about .banner-footer{
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    z-index: 10;
    justify-content: center;
    gap: 150px;
}
.channel-banner.about .banner-footer .footer-item .item-number{
    font-weight: normal;
    font-size: 63px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.channel-banner.about .banner-footer .footer-item .item-name{
    font-size: 14px;
}
.application.channel-banner{
    height: 850px;
}
.application.channel-banner .banner-info h3{
    max-width: 560px;
    font-size: 60px;
    text-align: left;
    margin-bottom: 0;
        line-height: 1.2em;
}
.application.channel-banner .banner-info p{
    font-size: 18px;
    text-align: left;
}
.team.channel-banner{
    height: 960px;
}
.channel-banner .btn,.app-footer .btn{
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}
.banner-info .app{
    width: 50%;
    margin-left: auto;
    text-align: left;
}
.app .btn1,.app-footer .btn1{
    flex: 1;
    padding: 30px 40px;
    border-radius: 0px 30px 0px 0px;
    vertical-align: middle;
    color: #999999;
    gap: 20px;
}
@media (max-width:768px){
    .channel-banner.about .banner-footer{
        gap: 20px;
    }
    .channel-banner.about{
        height: 600px;
    }
    .channel-banner.about .banner-footer .footer-item .item-number{
        font-size: 36px;
    }
    .team.channel-banner{
        height: 208px;
    }
    .team.channel-banner .mask{
        height: 0;
    }
    .channel-banner.FAQ{
        height: 208px;
    }
    .channel-banner{
        height: 208px;
    }
    .channel-banner .mask{
        height: 0;
    }
    .application.channel-banner .banner-info p{
        font-size: 14px;
    }
    .channel-banner .banner-info{
        transform: translateY(-50%);
    }
    .channel-banner.FAQ{
        height: 208px;
    }
    .channel-banner .banner-info{
        transform: translateY(-50%);
    }
    .technology .channel-banner .banner-info .banner-Introduce{
        display: none;
    }
}