*{
    padding: 0;
    margin: 0;
}
section.vt04{background: #000;}
.page-content ul,.page-content ul li{
    list-style: none;
}

.vt04-header{
    position: relative;
}
.vt04-header img{
    width: 100%;
    display: block;
}
.vt04-header .header-text{
    position: absolute;
    width: 1000px;
    left: calc(50% - 500px);
    top: 15%;
    text-align: center;
}
.vt04-header .header-text h2{
    color: #fff;
    font-size: 42px;
    line-height: 60px;
}
.vt04-header .header-text h3{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-top: 15px;
}
.vt04-header .header-text p{
    font-size: 18px;
    text-align: left;color: #f1f1f1;
    margin-top: 20px;
}


.system-data{
    background: #000;
    padding: 100px 0;
}
.system-data .content-data{
    width: 1200px;
    margin: 0 auto;
}
.system-data .content-data p.data-desc{
    color: #f1f1f1;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.system-data .content-data .numbers{
    margin: 0 auto;
}
.system-data .content-data .numbers ul{
    display: flex;
    justify-content: space-between;
}
.system-data .content-data .numbers ul li{
    width: calc(25% - 30px);
    text-align: center;
    background: #0C0C0C;
    border-radius: 10px;
    padding: 10px;
}
.system-data .content-data .numbers ul li h4{
    font-size: 30px;
    color: #00AEFF;
    font-weight: bold;
}
.system-data .content-data .numbers ul li h4 strong{
    font-size: 42px;
}
.system-data .content-data .numbers ul li p{
    font-size: 20px;
    color: #666;
    text-align: center;
}

.system-data .content-data .two-area{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}
.system-data .content-data .two-area .item{
    width: calc(54% - 10px);
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}
.system-data .content-data .two-area .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.system-data .content-data .two-area .item p{
    font-size: 18px;
    position: absolute;
    width: 200px;
    left: 15px;
    top: 15px;
    color: #f1f1f1;
}
.system-data .content-data .two-area .right-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(46% - 10px);
}
.system-data .content-data .two-area .child-item{
    width: 100%;
    position: relative;
}
.system-data .content-data .two-area .child-item img{
    width: 100%;
}
.system-data .content-data .two-area .child-item p{
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #f1f1f1;
}
.system-data .content-data .three-area{
    display: flex;
    justify-content: space-between;
}
.system-data .content-data .three-area .item{
    width: calc(33.33% - 10px);
    position: relative;
}
.system-data .content-data .three-area .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.system-data .content-data .three-area .item p{
    font-size: 18px;
    color: #f1f1f1;
    position: absolute;
    left: 15px;
    top: 15px;
}
.single-item{
    margin-top: 80px;
}
.single-item .vscreen{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.single-item .vscreen h3{
    font-size: 40px;
    color: #00B7EE;
}
.single-item .vscreen p{
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}
.single-item .single-area{
    margin-top: 42px;
}
.single-item .single-area,.single-item .single-area img{
    width: 100%;display: block;
}
.system-data .position-img{
    position: relative;
}
.system-data .position-img img{
    border-radius: 15px;
}
.system-data .position-img p{
    font-size: 16px;
    color: #fff;position: absolute;left: 30px;
    bottom: 30px;
}
.system-data .position-img p.center{
    width: 100%;
    left: 0;
    text-align: center;
}
.system-data .position-img div.center{
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 30px;
}
.system-data .position-img div.center ul{
    display: flex;justify-content: space-between;
}
.system-data .position-img div.center ul li{
    width: 25%;
    text-align: center;
}
.system-data .position-img div.center ul li span{
    font-size: 16px;
    color: #f1f1f1;
    display: block;
}
.system-data .position-img div.center ul li h4{
    font-size: 20px;
    color: #fff;
}
.system-data .position-img div.center ul li h4 strong{
    font-size: 36px;
}
.system-data .icon-items{
    margin-top: 30px;
}
.system-data .icon-items ul{
    display: flex;
    justify-content: space-between;
}
.system-data .icon-items ul li{
    width: calc(20% - 20px);
    text-align: center;
}
.system-data .icon-items ul li img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.system-data .icon-items ul li p{
    font-size: 16px;
    color: #f1f1f1;
    margin-top: 10px;
}

.speed h3{font-size: 30px;color: #00B7EE;}
.speed .content-data .two-area .item{
    width: calc(50% - 10px);
}
.application .grip{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.application .grip .item{
    width: 100%;
    position: relative;
}
.application .grip .item img{
    width: 100%;
    display: block;
}
.application .grip .item p{
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 20px;color: #f1f1f1;
}

.all-body{
    padding-top: 120px;
    background: #000;
}
.all-body .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.all-body .vscreen .header{
    text-align: center;
}
.all-body .vscreen .header h3{
    font-size: 42px;
    color: #00B7EE;
}
.all-body .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 18px;
}
.all-body .vscreen .single-area{
    text-align: center;
}
.all-body .vscreen .single-area img{
    max-width: 60%;
    display: block;
    margin: 40px auto 25px;
}
.all-body .vscreen .two-area{
    display: flex;
    justify-content: space-between;
}
.all-body .vscreen .two-area.second90{
    margin: 30px auto;
}
.all-body .vscreen .single-area p{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    color: #f1f1f1;
}
.all-body .vscreen .two-area.first{margin-top: 60px;}
.all-body .vscreen .two-area .item{
    width: calc(50% - 20px);
}
.all-body .vscreen .two-area .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.all-body .vscreen .two-area .item p{
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #f1f1f1;
}
.all-body .vscreen .two-area .item.align-text{
    display: flex;
    align-items: center;
}
.all-body .vscreen .two-area .item .item-text{
    width: calc(100% - 40px);
    padding: 20px 0;
}
.all-body .vscreen .two-area .item .item-text h4{
    font-size: 20px;
    color: #fff;
}
.all-body .vscreen .two-area .item .item-text p{
    font-size: 18px;
    color: #8B8B97;
    margin-top: 10px;
}
.all-body .vscreen .two-area .item .item-text p strong{
    font-size: 40px;
    color: #00B7EE;
    margin-left: 6px;
}
.all-body .vscreen .single-area img.only{
    max-width: 100%;
    border-radius: 15px;
    margin: 42px auto 0;
}
.configuration{
    padding:  42px 0 0;
}
.configuration h3{
    font-size: 42px;
    color: #00B7EE;
    text-align: center;
    margin: 42px auto 30px;
}

.configuration .single-area img{
    width: 100%;
}


.params{
    margin-top: 80px;
}
.params .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.params .header{
    text-align: center;
}
.params .header h3{
    font-size: 42px;
    color: #00B7EE;
    margin-bottom: 42px;
}
.params .img{margin-top: 80px;}
.params .img img{
    width: 100%;
    display: block;
}

.params .vscreen .lists{
    padding-bottom: 42px;
}
.params .vscreen .lists{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    flex-wrap: wrap;
}
.params .vscreen .lists .line:nth-child(odd){
    background: #0C0C0C;
}
.params .vscreen .lists dl{
    width: calc(33.33% - 20px);
    padding: 20px 0;
}
.params .vscreen .lists dl dt{
    font-size: 18px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
}
.params .vscreen .lists dl dd{
    font-size: 20px;
    color: #fff;
}
@media (max-width: 1440px){
    .params .vscreen,.system-data .content-data,.single-item .vscreen{width: 1000px;}
    .system-data .position-img p{text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);}

}
@media (max-width: 1280px){
    .system-data .content-data,.params .vscreen{
        width: 1000px;
    }
}