.splash-section1 {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative;
}
.splash-section1 > img {
    width: 100%;
}
.section-content {
    position: absolute;
    left: 18.7%;
    top: 50%;
    transform: translate(-18.7%, -50%);
}
.section-content .section-title {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 58px;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
}
.section-content .section-desc {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 50px;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    transition-delay: .2s;
}
.section-video {
    position: relative;
}
.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
.section-video .video-play > div {
    display: inline-block;
    float: left;
}
.section-video .video-play .video-text {
    margin-right: 14px;
}
/*瑙嗛鍒囨崲*/
.mzt-Unrivalled-box {
    box-sizing: content-box;
}
.mzt-Unrivalled-box .mzt-UV-content {
    height: 700px;
    position: relative;
}
.mzt-Unrivalled-box .mzt-UV-list {
    overflow: hidden;
    height: 100%;
}
.mzt-Unrivalled-box .mzt-UV-list:hover .mzt-UV-Litem {
    border-right: 1px solid rgba(112, 116, 115, .7);
}
.mzt-Unrivalled-box .mzt-UV-list:hover .mzt-UV-Litem:last-child {
    border: none;
}
.mzt-Unrivalled-box .mzt-UV-Litem {
    width: 25%;
    float: left;
    height: 100%;
    position: relative;
    transition: all 0s ease-in-out;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mzt-Unrivalled-box .mzt-UV-Litem .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0s ease-in-out;
    z-index: 2;
}
.mzt-Unrivalled-box .mzt-UV-Litem .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
    text-transform: uppercase;
}
.mzt-Unrivalled-box .mzt-UV-Litem .text h4 {
    font-family: 'Poppins-Medium';
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0;
    color: #ffffff;
}
.mzt-Unrivalled-box .mzt-UV-coverList {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mzt-Unrivalled-box .mzt-UV-coverList .mzt-UV-Citem {
    height: 100%;
    width: 25%;
    float: left;
    position: relative;
    transition: opacity 0s ease-in-out;
}
.mzt-Unrivalled-box .mzt-UV-coverList .mzt-UV-Citem .mzt-UV-Citembg {
    width: 100%;
    height: 100%;
}
.mzt-Unrivalled-box .mzt-UV-coverList .mzt-UV-Citem:nth-child(1) .mzt-UV-Citembg {
    background: url('../images/splash3/surfers.jpg') no-repeat;
    background-size: cover;
}
.mzt-Unrivalled-box .mzt-UV-coverList .mzt-UV-Citem:nth-child(2) .mzt-UV-Citembg {
    background: url('../images/splash3/pretty.jpg') no-repeat;
    background-size: cover;
}
.mzt-Unrivalled-box .mzt-UV-coverList .mzt-UV-Citem:nth-child(3) .mzt-UV-Citembg {
    background: url('../images/splash3/bird.jpg') no-repeat;
    background-size: cover;
}
.mzt-Unrivalled-box .mzt-UV-coverList .mzt-UV-Citem:nth-child(4) .mzt-UV-Citembg {
    background: url('../images/splash3/running.jpg') no-repeat;
    background-size: cover;
}
.mzt-Unrivalled-box .mzt-UV-videoList {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mzt-Unrivalled-box .mzt-UV-videoList .mzt-UV-videoitem {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.mzt-Unrivalled-box .mzt-UV-videoList .mzt-UV-videoitem .mzt-UV-videoBg {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.mzt-Unrivalled-box .mzt-UV-videoList .mzt-UV-videoitem .mzt-UV-videoBg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: baseline;
    object-fit: cover;
    height: 100%;
}
/*new-features-box*/
.new-features-box {
    background: transparent linear-gradient(0deg, #14141A 0%, #505459 100%) 0 0 no-repeat padding-box;
    text-align: center;
    height: 940px;
    position: relative;
}
.new-features-box .features-title {
    font-weight: bold;
    font-size: 36px;
    max-width: 800px;
    line-height: 48px;
    color: #ffffff;
    padding-top: 50px;
    margin: 0 auto;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
}
.new-features-box .features-img {
    margin-top: -70px;
}
.new-features-box .features-img > img {
    margin: 0 auto;
}
.new-features-box .features-list {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translate(-50%, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    display: flex;
    justify-content: space-between;
}
.new-features-box .features-list .features-con {
    max-width: 16.66%;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin-right: 3.9%;
}
.new-features-box .features-list .features-con:last-child {
    margin-right: 0;
}
.new-features-box .features-list .features-con > img {
    margin: 0 auto 10px;
}
.features-text {
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
/*s2-part1-swiper-container*/
.splash-s2 {
    background: #1A1A1A;
    padding-top: 80px;
    padding-bottom: 118px;
}
.splash-s2 .detail-part {
    max-width: 1200px;
    margin: 0 auto 98px;
    height: 422px;
    overflow: hidden;
}
.splash-s2 .detail-part:last-child {
    margin-bottom: 0;
}
.splash-s2 .detail-part .swiper-container {
    width: 560px;
    height: 422px;
    margin: initial;
    overflow: initial;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
}
.splash-s2 .detail-part .swiper-container-horizontal .swiper-pagination {
    bottom: 0;
}
.splash-s2 .detail-part .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    border-radius: 0;
    background-color: #666666;
    opacity: 1;
}
.splash-s2 .detail-part .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}
.splash-s2 .swiper-button-prev:after, .splash-s2 .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.splash-s2 .swiper-button-prev:focus, .splash-s2 .swiper-button-next:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.text-box {
    float: right;
    width: 560px;
    height: 422px;
    text-align: left;
    display: inline-block;
    color: #ffffff;
}
.text-box .common-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
}
.text-box .content {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 40px;
}
.feature-list .feature-item {
    position: relative;
    width: 100%;
    min-height: 40px;
    margin-bottom: 30px;
    cursor: pointer;
}
.feature-list .feature-item:last-child {
    margin-bottom: 0;
}
.feature-list .feature-item .icon {
    width: 40px;
    margin-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s;
    float: left;
}
.feature-list .feature-item > p {
    transition: all .5s;
    float: left;
    padding-top: 7px;
}
.spark-desc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: 60px;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
}
.feature-list .feature-item.active .spark-desc{
    color: #fff;
}
.feature-list .feature-item.active {
    color: #F15E2A;
}
.feature-list .feature-item .svg-s2-detail1-icon1 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg53-1.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail1-icon1 {
    background: url("../images/splash3/svg53.png") no-repeat;
}
.feature-list .feature-item .svg-s2-detail1-icon2 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg124.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail1-icon2 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg124-1.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item .svg-s2-detail1-icon3 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg47.svg") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail1-icon3 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg47-1.svg") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item .svg-s2-detail1-icon1 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg53.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail1-icon1 {
    background: url("../images/splash3/svg53-1.png") no-repeat;
}
.feature-list .feature-item .svg-s2-detail1-icon2 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg124.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail1-icon2 {
    background: url("../images/splash3/svg124-1.png") no-repeat;
}
.feature-list .feature-item .svg-s2-detail1-icon3 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg47.svg") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail1-icon3 {
    background: url("../images/splash3/svg47-1.svg") no-repeat;
}
.feature-list .feature-item .svg-s2-detail2-icon1 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg61.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail2-icon1 {
    background: url("../images/splash3/svg61-1.png") no-repeat;
}
.feature-list .feature-item .svg-s2-detail2-icon2 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg121.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail2-icon2 {
    background: url("../images/splash3/svg121-1.png") no-repeat;
}
.feature-list .feature-item .svg-s2-detail2-icon3 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg46.svg") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail2-icon3 {
    background: url("../images/splash3/svg46-1.svg") no-repeat;
}
.feature-list .feature-item .svg-s2-detail3-icon1 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg65-1.svg") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail3-icon1 {
    background: url("../images/splash3/svg65.svg") no-repeat;
}
.feature-list .feature-item .svg-s2-detail3-icon2 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg63.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail3-icon2 {
    background: url("../images/splash3/svg63-1.png") no-repeat;
}
.feature-list .feature-item .svg-s2-detail3-icon3 {
    width: 40px;
    height: 40px;
    background: url("../images/splash3/svg64.png") no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.feature-list .feature-item.active .svg-s2-detail3-icon3 {
    background: url("../images/splash3/svg64-1.png") no-repeat;
}
/*app-control*/
.app-control {
    background: transparent linear-gradient(360deg, #16151A 0%, #3D3D49 100%) 0 0 no-repeat padding-box;
}
.app-box {
    height: 860px;
    text-align: center;
    color: #ffffff;
    padding: 50px 0;
    box-sizing: border-box;
}
.app-box .app-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
}
.app-box .app-desc {
    max-width: 1120px;
    margin: 0 auto 42px;
    line-height: 28px;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    transition-delay: .2s;
}
.app-box .app-img > img {
    margin: 0 auto 42px;
}
.app-box .app-list {
    max-width: 807px;
    margin: 0 auto;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
}
.app-box .app-list .app-text {
    margin-top: 10px;
}
.app-box .app-con {
    cursor: pointer;
    display: inline-block;
    margin-right: 16%;
    text-align: center;
}
.app-box .app-con:last-child {
    margin-right: 0;
}
.app-box .app-con > img {
    margin: 0 auto;
}
/*vertical-swiper*/
.vertical-container {
    height: 800px;
    background: #010001;
    box-sizing: border-box;
    position: relative;
}
.vertical-swiper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 454px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vertical-content {
    position: relative;
    height: 100%;
}
.vertical-swiper-pagination {
    color: #ffffff;
    position: absolute;
    left: 0;
}
.vertical-swiper .img-content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.vertical-swiper .img-content > img {
    margin: 0 0 0 auto;
}
.vertical-content .nav-tabs>li {
    margin-bottom: 15px;
    cursor: pointer;
    clear: both;
    overflow: hidden;
}
.vertical-content .nav-tabs>li:last-child {
    margin-bottom: 0;
}
.vertical-content .nav-tabs>li > span {
    width: 4px;
    height: 40px;
    background: #666666;
    float: left;
}
.vertical-content .nav-tabs>li{
    position: relative;
}
.vertical-content .nav-tabs>li p{
    padding: 9px 20px;
    color: #666666;
    float: left;
    max-width: 350px;
    font-size: 14px;
}
.vertical-title {
    padding-left: 20px;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
}
.vertical-content .nav-tabs>li.active:before{
    width: 4px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.vertical-content .nav-tabs>li.active span{
    background: #ffffff;
}
.vertical-content .nav-tabs>li.active p{
    color: #dcdada;
}
.vertical-content .nav-tabs>li.active .vertical-title{
    color: #fff;
}
/*powerflip-box*/
.powerflip-box {
    position: relative;
    text-align: center;
    color: #ffffff;
}
.powerflip-box .section-text {
    max-width: 1000px;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    color: #ffffff;
}
.powerflip-title {
    padding-top: 50px;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
}
.powerflip-desc {
    max-width: 900px;
    margin: 0 auto;
    line-height: 28px;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    transition-delay: .2s;
}
.filming-box,.product-box{
    /*!*height: 860px;*!*/
    /*background-image: url('../images/splash3/light.jpg');*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    position: relative;
    text-align: center;
    color: #ffffff;
}
.product-box-position{
    position: absolute;
    right: 0;
    top: 5%;
    left: 0;
}
.product-box .powerflip-desc,.product-box .powerflip-title{
    opacity: 1;
    transform: none;
}
/*img-list-box*/
.img-list-box {
    overflow: hidden;
}
.img-list-box > div {
    position: relative;
    cursor: pointer;
}
/*.img-list-box > div > img {*/
    /*width: 100%;*/
/*}*/
.img-list-box .img-athlete,.img-list-box .img-active,
.img-list-box .img-common,.img-list-box .img-diving{
    float: left;
    position: relative;
    transition: all .5s;
}
.img-list-box .img-athlete:before,.img-list-box .img-active:before,
.img-list-box .img-common:before,.img-list-box .img-diving:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    transition: all .5s;
    content: '';
}
.img-list-box .img-athlete:hover:before,.img-list-box .img-active:hover:before,
.img-list-box .img-common:hover:before,.img-list-box .img-diving:hover:before{
    display: none;
}
.img-list-box .img-common {
    width: 20.833%;
}
.img-list-box > div:hover > div {
    background: transparent;
}
/*functions-box*/
.functions-box {
    background: #1A1A1A;
    margin-top: -1px;
}
.functions-content {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
}
.functions-con {
    width: 45.8%;
    float: left;
    margin-right: 8.3%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 70px;
    overflow: hidden;
}
.functions-con:nth-child(2n+2) {
    margin-right: 0;
}
.functions-con:nth-child(n+2) {
    margin-bottom: 0;
}
.functions-con .functions-text {
    margin-top: 25px;
}
.functions-con .functions-title {
    margin-bottom: 25px;
    font-size: 24px;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.functions-con .functions-desc {
    font-size: 14px;
    transform: translate(0, 200px);
    transition: transform .75s, opacity .9s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    transition-delay: .2s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.product-box {
    /*height: 860px;*/
    /*background: url('../images/splash3/huab.jpg') no-repeat center;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    position: relative;
}
.product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.animate-active .section-title,
.animate-active .section-desc,
.animate-active .features-title,
.animate-active .app-title, .animate-active .app-desc,
.animate-active .app-list,
.animate-active .powerflip-title,
.animate-active .powerflip-desc,
.animate-active .functions-title,
.animate-active .functions-desc {
    opacity: 1;
    transform: translate(0, 0);
}
.animate-active .features-list {
    opacity: 1;
    transform: translate(-50%, 0);
}
#product-content-2{
    display: none;
}
#download,#faq{
    padding-top: 70px;
}
#download .news-download-list{
    padding-top: 30px;
}
.mzt-video-dlog video {width: 100%;height: auto;margin: 0 auto;}
.mzt-video-dlog{display: none;}
.mzt-mixVideo-bg{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 1000;background: url('../../../cdn1.sublue.com/dlogbg.png');transition: all 0.6s;}
.mzt-video-bg {width: 1067px;height: 600px;position: fixed;top: 25%;left: 50%;transform: translate(-50%, 0%);z-index: 1001;}
.mzt-video-con {position: relative;width: 100%;height: 100%;}
.mzt-video-dlog .mzt-video-con > img {position: absolute;top: -36px;right: -50px;width: 25px;height: 25px;cursor: pointer;}
.vertical-content .nav-tabs{
    max-width: 550px;
    float: left;
    border: none;
}
.vertical-content .nav-tabs>li{
    float: none;
    margin: 0;
}
.vertical-content .nav-tabs>li>a{
    margin-right: 0;
    border: none;
    border-radius: 0;
    position: relative;
    display: inline-block;
    padding: 0;
}
.vertical-content .nav-tabs>li.active>a,
.vertical-content .nav-tabs>li.active>a:focus,
.vertical-content .nav-tabs>li.active>a:hover{
    color: #fff;
    cursor: default;
    background: none;
    border: none;
}
.vertical-content .nav>li>a:focus,
.vertical-content .nav>li>a:hover{
    background: none;
}
.vertical-content .tab-content {
    float: right;
}
@media screen and (max-width: 1200px){
    .section-content .section-title{
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 28px;
    }
    .section-content .section-desc{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 40px;
    }
    .section-video{
        width: 320px;
    }
    .mzt-Unrivalled-box .mzt-UV-content{
        height: 350px;
    }
    .mzt-Unrivalled-box .mzt-UV-Litem .text h4{
        font-size: 20px;
    }
    .new-features-box{
        height: 740px;
    }
    .new-features-box .features-title{
        font-size: 26px;
        line-height: 38px;
    }
    .text-box,.detail-part .swiper-container{
        width:48%;
    }
    .text-box .common-title{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .feature-list .feature-item{
        margin-bottom: 20px;
    }
    .swiper-slide .img-box{
        height: 95%;
    }
    .swiper-slide .img-box>img{
        height: 100%;
    }
    .app-box .app-title{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .app-box .app-desc{
        font-size: 14px;
    }
    .vertical-container{
        height: 600px;
    }
    .powerflip-box,.filming-box{
        height: auto;
    }
    .powerflip-title{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .functions-con .functions-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .powerflip-desc{
        font-size: 14px;
    }
    .new-features-box .features-list{
        padding: 0 15px;
        box-sizing: border-box;
        display: block;
    }
    .new-features-box .features-list .features-con{
        max-width: 30%;
    }
    .new-features-box .features-list .features-con > img{
        max-width: 30px;
    }
    .splash-s2{
        padding: 80px 15px 118px;
        box-sizing: border-box;
    }
    .app-box .app-desc,.powerflip-desc{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .vertical-swiper{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .functions-content{
        padding: 80px 15px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px){
    .splash-section1 > img{
        height: 300px;
        object-fit: cover;
    }
    .section-video{
        width: 200px;
    }
    .video-play{
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-content .section-title{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .section-content .section-desc{
        margin-bottom: 30px;
        font-size: 14px;
    }
    .section-video .video-play .video-text{
        font-size: 14px;
    }
    .features-desc {
        font-size: 14px;
        padding: 0 10px;
    }
    .section-video .video-play > .video-img{
        width: 18px;
        height: 18px;
    }
    .mzt-Unrivalled-box .mzt-UV-content{
        height: 200px;
    }
    .mzt-Unrivalled-box .mzt-UV-Litem .text h4{
        font-size: 16px;
    }
    .new-features-box .features-title{
        font-size: 20px;
        line-height: 28px;
    }
    .new-features-box{
        height: auto;
    }
    .features-text{
        font-size: 12px;
    }
    .text-box, .detail-part .swiper-container{
        width: 100%;
    }
    .detail-part .swiper-container{
        height: 300px;
    }
    .text-box{
        margin-top: 20px;
        height: 100%;
    }
    .text-box .common-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .text-box .content{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .feature-list .feature-item{
        margin-bottom: 10px;
    }
    .detail-part{
        height: 100%;
        margin: 0 auto 38px;
    }
    .detail-part:nth-child(2) .text-box{
        margin-bottom: 20px;
    }
    .splash-s2{
        padding: 40px 15px;
    }
    .feature-list .feature-item > p{
        font-size: 12px;
    }
    .app-box .app-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .app-box .app-desc{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .app-box .app-img{
        padding:0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .app-list{
        display: flex;
        justify-content: space-between;
        padding:0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .app-box{
        height: 620px;
    }
    .app-box .app-con{
        margin-right: 0;
        width: 22%;
    }
    .app-box .app-list .app-text{
        font-size: 12px;
    }
    .vertical-content .nav-tabs{
        position: relative;
    }
    .vertical-container{
        height: auto;
        padding: 20px 0;
    }
    .vertical-swiper{
        position: static;
        left: 0;
        top: 0;
        transform: none;
        height: auto;
    }
    .vertical-content .nav-tabs,.vertical-content .tab-content{
        float: none;
    }
    .vertical-title{
        font-size: 16px;
        padding-right: 15px;
        padding-left: 0;
    }
    .vertical-content .nav-tabs>li p{
        display: none;
    }
    .vertical-content .nav-tabs>li.active:before{
        display: none;
    }
    .vertical-content .nav-tabs>li{
        display: block;
        float: left;
        clear: none;
    }
    .vertical-content .nav-tabs>li span{
        height: 35px;
    }
    .vertical-container{
        height: 450px;
    }
    .vertical-swiper{
        height: 350px;
    }
    .powerflip-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .powerflip-box, .filming-box,.product-box{
        height: auto;
    }
    .product-box img{
        min-width: 1200px;
    }
    .filming-img img{
        min-width: 800px;
    }
    .powerflip-desc{
        font-size: 12px;
        line-height: 20px;
    }
    .functions-content{
        padding: 40px 15px;
    }
    .functions-con{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .functions-con .functions-title{
        font-size: 16px;
    }
    .functions-con .functions-desc{
        font-size: 12px;
    }
    .product-box{
        height: 250px;
    }
    .new-features-box .features-img{
        margin-top: 0;
    }
    .mzt-video-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 35%;
        left: 0;
        transform: translate(0, 0);
        z-index: 1001;
    }
    .splash-s2 .detail-part .swiper-container{
        width: 100%;
    }
    .splash-s2 .detail-part,.splash-s2 .detail-part .swiper-container{
        height: auto;
    }
    .splash-s2 .detail-part{
        margin-bottom: 40px;
    }
    .mzt-video-dlog .mzt-video-con > img{
        right: 15px;
    }
    .powerflip-box .section-text{
        top: 30px;
    }
    .new-features-box .features-list{
        top: 180px;
        bottom: auto;
    }
    .swiper-slide .img-box>img{
        height: auto;
    }
    .splash-s2 .detail-part{
        position: relative;
    }
    .detail-part .feature-list{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .feature-list .feature-item .icon{
        display: none;
    }
    .feature-list .feature-item{
        float: left;
        width: auto;
        padding-right: 15px;
        display: none;
        margin-bottom: 0;
    }
    .feature-list .feature-item.active{
        display: block;
        padding-left: 15px;
    }
    .splash-s2 .detail-part:nth-child(2) .feature-list{
        top: auto;
        bottom: 0;
    }
    .spark-desc{
        margin: 0;
    }
    .text-box{
        margin: 0;
    }
    .feature-list .feature-item > p{
        font-size: 16px;
    }
    .powerflip-title{
        padding-top: 0;
    }
}
@media screen and (max-width: 480px){
    .new-features-box .features-list{
        top: 200px;
    }
    .functions-con{
        width: 100%;
    }
    .functions-con:nth-child(n+2){
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 360px){
    .new-features-box .features-list{
        top: 220px;
    }
}