/*清除浮动代码*/
.clearfloat{zoom:1}
.clearfloat:after{display: block;clear:both;content:"";visibility: hidden;height:0}

.min-body{
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
@font-face{font-family:electronicFont1;src:url('../font/NotoSansHans-Black.otf')}
@font-face{font-family:electronicFont2;src:url('../font/NotoSansHans-Bold.otf')}
@font-face{font-family:electronicFont3;src:url('../font/NotoSansHans-DemiLight.otf')}
@font-face{font-family:electronicFont4;src:url('../font/NotoSansHans-Light.otf')}
@font-face{font-family:electronicFont5;src:url('../font/NotoSansHans-Medium.otf')}
@font-face{font-family:electronicFont6;src:url('../font/NotoSansHans-Regular.otf')}
@font-face{font-family:electronicFont7;src:url('../font/NotoSansHans-Thin-Windows.otf')}
/*header-box*/
.header-box{
    width: 100%;
    height: 48px;
    background: #00E6FF;
    position: fixed;
    top:0;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
    z-index: 100;
}
.header-logo{
    margin-left: 190px;
    display: flex;
    align-content: center;
}
.header-logo img{
    height: 40px;    margin-top: 5px;
}
.header-logo span{
    color: rgba(0, 0, 0, 0.84);
    line-height: 48px;
    margin-left: 10px;font-size: 1rem;
    font-weight: 300;
}
.menu-box{
    margin-right: 190px;
    display: flex;
    align-items: center;
}
.menu-box li{
    color: rgba(0, 0, 0, 0.84);
    line-height: 48px;
    margin-right: 25px;
    font-size: 1rem;
    font-weight: 300;
}
    /*main-box*/
.main-box{
    width: 100%;
    margin-top: 48px;
}
.banner-box{
    width: 100%;
    height: calc(100vh - 48px);
    background: url('../img/2732x2048.png') center center / cover no-repeat rgba(0, 0, 0, 0.84);
    position: relative;
    
}
.banner-box h1{
    color: rgb(245, 246, 247);
    font-weight: 500;
    font-size: 4.5rem;
    position: absolute;
    top:30%;
    left:50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    font-family:electronicFont2;
}
.banner-box span{
    font-size: 1.90rem;
    font-weight: 300;
    color: rgb(245, 246, 247);
    position: absolute;
    top:35%;
    left:50%;
    transform: translate(-50%,-50%);
    font-family:electronicFont4;
}
.REVIEWS-box{
    width: 100%;
    height: 594px;
    background: #F7F8F8;
}
@media all and (max-width:500px){
    .banner-box h1{
        white-space: nowrap;
        font-size: 2rem;
    }
    .banner-box span{
        font-size: 0.875rem;
        white-space: nowrap;
    }
}
.hYNPfO {
    padding: 70px 0px;
    text-align: center;
    background-color: rgb(247, 248, 248);
}
.dbEqmY {
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    height: 100%;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}
.ivUHTG{
    text-transform: uppercase;
    line-height: 25px;
    font-size: 2.125rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.84);
    margin-bottom: 40px;
    font-family:electronicFont2;

}
.VERSIONS-box{

    height: 219px;
    border:1px solid #00E6FF;
    background: #ffffff;
    border-radius: 15px;
    max-width: 100%;
}
.VERSIONS-text{
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-family:electronicFont5;
}
.VERSIONS-text img{
    width: 60px;
    height: 60px;
}
.VERSIONS-text span{
    width: 100%;
    font-size: 1rem;
    text-align: center;    color: #656565;
}
.VERSIONS-img{
    display: flex;
    justify-content: center;
}
.VERSIONS-img img{
    margin: 0 10px;
    height: 40px;
}
/*about-box*/
.about-box{
    background: #ffffff;
}
.about-title{
    width: 100%;
    text-align: center;
    margin-top: 80px;
    font-size: 2.125rem;
    margin-bottom: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.84);
    font-family:electronicFont2;
}
.about-box p{
    font-size: 1rem;
    color:#787878;
}
.about-box img{
    width: 100%;
    margin-top: 20px;
}
.about-menu li{
    font-size: 1rem;
    list-style: disc;
}
.lunbo-box{
    width: 100%;
}
/*轮播*/
.lb-box{
    width:100%;
    height:100%;
    position: relative;
}
.tab-title{
    width: 100%;
    height: 110px;
    position: absolute;
    bottom:-110px;
    background: #F7F8F8;
}
.tab-title a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 110px;
    font-size: 14px;
    text-indent: 20px;
    color:#474848;
    text-align: center;
}
.tab-num {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -40px;
    right: 0;
    /* transform: translateX(23%); */
}
.tab-num li{
    width: 10px;
    height:10px;
    line-height: 20px;
    float:left;
    margin-right:10px;
    border-radius:50%;
    background:#D9D9D9;
    text-align: center;
    cursor:pointer;
}
.tab-num li:hover{
    background: #000000;
}
.tab-num li.on{
    background: #000000;
}
.tab-con-box{
    width:100%;
    height:100%;

}
.tab-con-box li{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 150px;
    font-size: 25px;
    color:#ffffff;
}
.tab-con-box li a{
    display: block;
    width: 100%;
    height:100%;
}
.tab-con-box li a img{
    display: block;
    width: 100%;
    height:100%;
}
.REVIEWS-title{
    text-align: center;
    font-size: 2.125rem;
    margin: 0px 0px 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.84);
    padding-top: 50px;
}
.REVIEWS-main{
    width: 800px;
    height: 359px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.news-card{
    border:1px solid #DADADA;
    width: 48%;
    height: 100%;
    border-radius: 6px;
    background: #ffffff;
    box-sizing: border-box;
position: relative;
}
.news-card img{
    width: 50px;
    margin: 20px auto;
    display: block;
}
.PQBAt {
    width: 80%;
    margin: 40px auto 20px auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-basis: 100%;
    font-size: 1rem;
}
.eKiGDa {
    padding: 20px 0;
    margin: 0px;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.84);
    border-top: 1px solid rgb(218, 218, 218);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color:#A16CD8;
}
.MORE-INFO-box{
    width: 100%;
    height: 290px;
    border-bottom:1px solid #292929;
}
.MORE-INFO-main{
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.MORE-INFO-main div{
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color:#A16CD8;
    border:1px solid #A16CD8;
    border-radius:20px;
    margin: 20px;
}
.foot-box{
    width: 100%;
    background: #ffffff;
}
.foot-box img{
    height: 50px;
}
.eFhXFk {
    position: absolute;
    bottom:0;
    display: flex;
    height: 60px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    min-height: 4rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: rgb(136, 153, 166);
    background: rgb(0, 0, 0);
    filter: drop-shadow(rgba(0, 0, 0, 0.7) 0px 8px 8px);
    margin: 0px 1rem 1rem;
    padding: 0px 1rem;
    border-radius: 10px;
    z-index: 2;
}
.Grezt {
    position: relative;
    margin-left: 20px;
    background-color: transparent;
    color: rgb(161, 108, 216);
    border: 1px solid rgb(161, 108, 216);
    border-radius: 1rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 1rem;
    padding: 0px 20px;
    height: 2rem;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
}
.header2-box{
    display: none;
}

@media all and (max-width:500px){
    .header1-box{
        display: none;
    }
    .header2-box{
        display: block;
    }
    .header2-box .right-img{
        width: 25px;
        position: absolute;
        top:10px;right: 20px;
    }
    .yd-menu-box{
        width: 100%;
        height: 100vh;
        position: absolute;
        top:48px;left: 0;
        transform: scale(1,0);
        transition: .3s linear;    background: #fff;
        transform-origin: top;
    }
    .yd-menu{
        padding: 0 20px;
    }
    .yd-menu li{
        height: 25px;
        line-height: 25px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .yd-menu li img{
        width: 25px;
    }
    .show{
        transform: scale(1,1);
    }
    .header-logo{
        margin-left: 30px;
    }
    .eFhXFk {
        height: 80px;
    }
    .eFhXFk {
        height: 83px;
    }
    .MORE-INFO-main{
        flex-wrap: wrap;
        width: 100%;
    }
    .REVIEWS-main{
        width: 80%;
        display: block;
    }
    .news-card{
        width: 100%;
    }
    .REVIEWS-title{
        font-size: 1.5rem;
        margin: 0px 0px 22px;
    }
    .dbEqmY {
        width: 80%;
    }
    .VERSIONS-box{
        max-height: 100vh;
        opacity: 1;
        transition: all 0.4s ease 0s;
        background-color: rgb(255, 255, 255);
        max-width: 82%;
        margin: 5px 0px;
        padding: 0px 20px;
        border-radius: 20px;
        border: 1px solid rgb(137, 60, 216);
    }
    .about-box{
        width: 100%;
        padding: 0 20px;
    }
    .about-box p{
        padding: 0 10px;
        width: 100%;

    }
    .about-box img{
        width: 92%;
    }
    .about-title{
        width: 92%;
        font-size: 0.875rem;
        white-space: nowrap;
    }
    .about-menu li{

        width: 100%;
        font-size: 0.5rem;
        white-space: normal;
    }
    .dbEqmY-lunbo{
        margin: 0;
    }
}
/**/










