html{
    font-size: 62.5%;
}
body{
    margin: 0;
    overflow-x: hidden;
    width: 100vw;;
    -webkit-perspective: unset;
    -moz-perspective: unset;
    perspective: unset;
}
.body{
    text-align: center;
    color: white;
}
.body{
    margin-block-start: 0;
    margin-block-end: 0;
}
.body img{
    width: 100%;
}
.top{
    position: relative;
}
.top .slogan-block{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 4rem;
    letter-spacing: 4rem;
}
.top .slogan-block .top-name{
    width: 38.3rem;
    margin: 13rem auto 0;
}
.top .slogan-block .slogan{
    margin: 5.8rem auto 0;
}
.top .slogan-block .top-product{
    margin: 5.2rem auto 0;
    width: 87rem;
}
.flex{
    display: flex;
    flex-direction: column;
}
.desc{
    margin-top: -3px;
    padding: 14.8rem 0 12.2rem;
    background-color: #101215;
}
.desc .desc-d{
    width: 92.66rem;
}

.desc .view-video{
    display: flex;
    align-items: center;
    margin: 5.58rem auto 0;
    font-size: 1.4rem;
    background-color: white;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    cursor: pointer;
}

.font-text{
    font-size: 1.6rem;
}

.desc .view-video:hover{
    opacity: 0.7;
}

.view-video .arrow-right{
    width: 1.5rem;
    margin-left: 1rem;
}


.text-white{
    color: white;
}
.text-center{
 text-align: center;
}
.bg-black{
    background-color: #101215;
}
.text-gray{
    color: #515151;
}
.marin-auto{
    margin: auto;
}
.text-gray1{
    color: #a7a7a7;
}
.h2{
    font-size: 4.2rem;
}
.content-1{
    padding: 13.8rem 0 13rem;
    background-color: #201f23;
}


.content-text{
    width: 107.7rem;
}

.content-img img{
    margin-top: 5.4rem;
}
.content-padding{
    padding: 3rem 0 140px;
}
.content-imgs{
    margin: 0 auto;
}
.content-1 .port-block{
    background-color: #26262b;
    width: 94rem;
    border-radius: 2rem;
    margin-top: 6rem;
    padding: 2.5rem 0;
}
.port-block .btn-imgs .img{
    display: none;
    width: 60rem;
    margin: auto;
}
.port-block .btn-imgs{
    margin-top: 2rem;
}
.port-block .btns{
    background-color: #545454;
    border-radius: 3rem;
    color: #a2a2a2;
    display: flex;
    margin: auto;
}
.port-block .btns .btn{
    padding: 0.7rem 1.5rem;
    cursor: pointer;
}
.port-block .active{
    border-radius: 3rem;
    background-color: white;
    color: #101010;
}

.content-2{
    background-color: #26262b;
}
.content-3{
    background-color: #202024;
}
.signal-imgs{
    margin-top: 25px;
}
.signal-imgs .signal-img{
    display: none;
    margin: auto;
}
.signal-btns{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    font-size: 16px;
}
.signal-btns .signal-btn{
    padding: 1rem 2rem;
    border-bottom: 1px solid white;
    cursor: pointer;
}
.signal-btns .active{
    border-bottom-width: 3px;
    font-weight: 600;
}
.content-4{
    background-color: #26262b;
}
.supernova-section-s6 .detail-part-2 .toggle-button {
    vertical-align: bottom;
    margin: 0 0 0 16px;
}

.toggle-button:checked {
    border-color: #6c7073;
    background-color: #6c7073;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.toggle-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 46px;
    height: 22px;
    background: #d4d7d9;
    border-radius: 12px;
    border: none;
    outline: none;
}
.toggle-button:checked:before {
    transform: scale(0);
    -webkit-transform: scale(0);
}
.toggle-button:before {
    width: 46px;
    background-color: #d4d7d9;
}
.toggle-button:after, .toggle-button:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    border-radius: 12px;
    transition: all .3s cubic-bezier(.23,1,.32,1);
}
.toggle-button:checked:after {
    transform: translateX(24px);
    -webkit-transform: translateX(24px);
}
.toggle-button:after {
    width: 22px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.toggle-button:after, .toggle-button:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    border-radius: 12px;
    transition: all .3s cubic-bezier(.23,1,.32,1);
}
.content-4 .hdr-btns{
    display: flex;
    align-items: center;
    margin: 30px auto auto;
    justify-content: center;
}
.content-4 .hdr-text{
    display: none;
}
.content-4 .hdr-img{
    display: none;
}

.content-5{
    background-color: #202024;
}

.c5-block{
    display: flex;
    justify-content: space-between;
    width: 94rem;
    margin: auto;
}
.c5-block-item{
    width: 49%;
}
.c5-block-item .bottom{
    background-color: #353538;
    display: flex;
    padding: 2rem 1rem;
    align-items: center;
    height: 87.5px;
}
.c5-block-item .bottom .title{
    font-size: 2.2rem;
    width: 100px;
}
.c5-block-item .bottom .desc{
    background-color: unset;
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    text-align: left;
}
.content-6{
    background-color: #26262b;
}
.content-6 .more-items{
    width: 110rem;
    display: inline-block;
    margin: auto;
}
.more-items .more-item{
    width: 31.6rem;
    float: left;
    background-color: #202024;
    padding: 6rem 0;
    display: flex;
    margin: 10px 2rem;
    flex-direction: column;
}
.more-items .more-item .i-title{
    font-size: 16px;
    margin: auto;
    margin-top: 15px;
}
.more-items .more-item div{
    height: 56px;
    display: flex;
}
.more-items .more-item img{
    max-height: 100%;
    margin: auto;
    width: unset;
}
.wap-body{
    /*display: none;*/
}
.wap-body img{
    width: 100%;
}
.content-text{
    font-size: 18px;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 30px;

}
body > div > div.content-4.content-padding.flex.text-center > p {
    /*margin-top: 30px;*/
}
body > div > div.content-3.content-padding.flex.text-center > p {
    /*margin-top: 110px;*/
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    /*-webkit-transform: translateX(-50%) translateY(-45%);*/
    /*-ms-transform: translateX(-50%) translateY(-45%);*/
    /*-o-transform: translateX(-50%) translateY(-45%);*/
    /*transform: translateX(-50%) translateY(-45%);*/
    z-index: 100;
    width: 1000px;
}
.videos{
    width: 1000px;height:562.5px
}
.videos video{
    width: 100%;
    height: 100%;
}
.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}
@media screen and (max-width: 1366px){
    .videos {
        width: 831px ;
        height: 468px;
    }
}

.masks {
    display: none;

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    z-index: 2;
}
@media all and (min-width: 1920px){
    html{
        width: 1920px;
    }
}

@media all and (max-width: 1200px) {
    html{
        width: 1200px;
    }
}

