*{
    padding: 0;
    margin: 0;
}
section.ts100{background: #000;}
.page-content ul,.page-content ul li{
    list-style: none;
}

.ts100-header{
    position: relative;
}
.ts100-header img{
    width: 100%;
    display: block;
}
.ts100-header .header-text{
    position: absolute;
    width: 400px;
    left: calc(50% - 600px);
    top: 40%;
    transform: translateY(-40%);
}
.ts100-header .header-text h2{
    color: #00B7EE;
    font-size: 50px;
    line-height: 1.1;
}
.ts100-header .header-text h3{
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-top: 15px;
}


.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: 20px;
    margin-bottom: 30px;
}
.system-data .content-data .numbers{
    width: 90%;
    margin: 0 auto;
}
.system-data .content-data .numbers ul{
    display: flex;
    justify-content: space-between;
}
.system-data .content-data .numbers ul li{
    width: 20%;
    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: 50px;
}
.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;
}
.system-data .content-data .two-area .item{
    width: calc(50% - 20px);
    position: relative;
    color: #fff;
}
.system-data .content-data .two-area .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.system-data .content-data .two-area .item p,.system-data .content-data .single-area p{
    font-size: 18px;
    position: absolute;
    width: 200px;
    left: 25px;
    top: 25px;
    color: #f1f1f1;
}
.system-data .content-data .single-area{
    margin-top: 15px;
    position: relative;
}
.system-data .content-data .single-area img{
    width: 100%;
    border-radius: 15px;
    display: block;
}

.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: 50px;
    color: #00B7EE;
}
.all-body .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 20px;
}
.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{
    width: 1000px;
    margin: 30px auto;
}
.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.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: 50px auto 0;
}
.configuration h3{
    font-size: 50px;
    color: #00B7EE;
    text-align: center;
    margin: 50px auto 30px;
}
.configuration .content-data .numbers{
    width: 60%;
}
.configuration .content-data .numbers ul li{
    width: 45%;
    background: none;
}
.configuration .content-data .numbers ul li h4 strong{
    font-size: 34px;
}
.battery{padding: 20px 0;}

.open-body{
    background: #000;
    padding-bottom: 60px;
}
.open-body .vscreen{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.open-body .vscreen img{
    display: block;
    width: 100%;
}
.open-body .vscreen .header{
    width: 35%;
    display: flex;
    align-items: center;
}
.open-body .vscreen .header h3{
    font-size: 50px;
    color: #00B7EE;
}
.open-body .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 20px;
}
.open-body .vscreen .imgs{
    width: 60%;
}
.open-body .vscreen .space{
    position: relative;
}
.open-body .vscreen .space p{
    position: absolute;
    width: 100%;left: 0;bottom: 40px;
    text-align: center;
    font-size: 18px;color: #f1f1f1;
}
.open-body .vscreen .imgs img{
    width: 100%;
    display: block;
    border-radius: 15px;
}


.transport{
    position: relative;
}
.transport ul,.transport ul li{list-style: none;}
.transport img{width: 100%;display: block;}
.transport .vscreen{
    width: 1200px;
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
    height: 100%;
}
.transport .vscreen .header{
    margin-top: 80px;
    text-align: center;
    color: #fff;
}
.transport .vscreen .header h3{
    font-size: 40px;
    color: #00B7EE;
}
.transport .vscreen .header p{
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.transport .vscreen .two-column{

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 300px;
    padding: 5px 30px;
    right: calc(50% - 600px);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    color: #333;
}
.transport .vscreen .two-column .items{
    margin: 20px 0;
}
.transport .vscreen .two-column .items .title{
    font-size: 24px;
    color: #00B7EE;
}
.transport .vscreen .two-column .items p{
    font-size: 18px;
    line-height: 34px;
}


.platform{
    margin-top: 80px;
}
.platform .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.platform .vscreen .header{
    text-align: center;
}
.platform .vscreen .header h3{
    font-size: 50px;
    color: #00B7EE;
}
.platform .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 20px;
}
.platform .vscreen .main-content{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.platform .vscreen .main-content .item{
    width: calc(50% - 20px);
    margin-bottom: 20px;
}
.platform .vscreen .main-content .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.platform .vscreen .main-content .item .text{
    padding: 15px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.platform .vscreen .main-content .item .text .align h4{
    font-size: 28px;
    color: #fff;
}
.platform .vscreen .main-content .item .text .align p{
    font-size: 18px;
    color: #f1f1f1;
    margin-top: 10px;
}

.controls{
    margin-top: 80px;
}
.controls .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.controls .vscreen .header{
    text-align: center;
}
.controls .vscreen .header h3{
    font-size: 50px;
    color: #00B7EE;
}
.controls .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 20px;
}
.controls .vscreen .two-area{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.controls .vscreen .two-area .item{
    width: calc(50% - 20px);
}
.controls .vscreen .two-area .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}

.interface h3 span{
    font-size: 30px;
}
.interface .item{
    width: calc(30%  - 60px) !important;
    padding: 40px;
    background: #0C0C0C;
    border-radius: 15px;
}
.interface .item p{
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.params{
    margin-top: 80px;
}
.params .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.params .header{
    text-align: center;
}
.params .header h3{
    font-size: 50px;
    color: #00B7EE;
    margin-bottom: 50px;
}
.params .img img{
    width: 100%;
    display: block;
}

.params .vscreen .lists{
    padding-bottom: 50px;
    margin-top: 60px;
}
.params .vscreen .lists .line{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.params .vscreen .lists .line:nth-child(odd){
    background: #0C0C0C;
}
.params .vscreen .lists dl{
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    gap: 8px;
}
.params .vscreen .lists dl dt{
    font-size: 18px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
    text-indent: 24px;
}
.params .vscreen .lists dl dd{
    font-size: 20px;
    color: #fff;
}
@media (max-width: 1440px){
    .ts100-header .header-text{
        left: calc(50% - 500px);
    }
    .ts100-header .header-text h2{font-size: 42px;}
    .system-data .content-data,.all-body .vscreen,.open-body .vscreen,.platform .vscreen,.controls .vscreen,.params .vscreen{width: 1000px;}
    .transport .vscreen .two-column{top: 60%;}
    .vscreen h3,.header h3,.configuration h3{
        font-size: 40px !important;
    }
    .interface .item p{font-size: 18px;}
}
@media (max-width: 1280px){
    .ts100-header .header-text{
        left: calc(50% - 500px);
    }
    .system-data .content-data,.all-body .vscreen,.open-body .vscreen,.platform .vscreen,.controls .vscreen,.params .vscreen{
        width: 1000px;
    }
    .transport .vscreen .two-column{
        top: 60%;
        right: calc(50% - 500px);
    }
}