body{
    background-color: #f8f8f8;
}
.header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
   height: 1.066667rem;
   padding: .266667rem;
   width: 100%;
   box-sizing: border-box;
   background-color: #fff;
   border-bottom: 1px solid #eeeeee;
   z-index: 99999999999999999;
}
.header .Logo{
    width: 2.2rem;
    margin-left: .266667rem;
}
.header .search{
    width: 5.666667rem;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: .4rem;
    position: relative;
    line-height: .7rem;
}
.header .search img{
    width: .5rem;
    position: absolute;
    top: .1rem;
    right: .2rem;
    z-index: 100;
}
.header .search input{
    width: 90%;
    text-align: center;
    outline: none;
    line-height: .7rem;

}
.header .More{
    width: .666667rem;
}

.Nav{
    margin-top:1.066667rem;
    padding: .533333rem 0;
    background-color: #fff;
}
.Nav ul{
    width: 100%;
    overflow-x: scroll; 
    white-space: nowrap;
}
.Nav ul::-webkit-scrollbar {display:none}
.Nav li{
    
    margin: 0 .133333rem;
    display: inline-block;
}
.bdBott{
border-bottom: .04rem solid #3091f2;
}
.main{
    margin-top: .346667rem;
    background-color: #f8f8f8;
}
.main .List{
    background-color: #fff;
    margin-bottom:.346667rem;
    padding: 0 .466667rem;
}
.main .List p{
    padding-left: .266667rem;
    line-height: .8rem;
    font-size: .3rem;
    color: #333333;
    text-align: center;
}
.main .List .Name{
    margin-top: .266667rem;
}
.main .List  .links a{
    color: #999999;
}
.model{
    text-align: center;
    font-size: .4rem;
    color: #999999;
    line-height: .8rem;
    width: 70%;
    background-color: #eeeeee;
    margin: .4rem auto;
    margin-bottom: 3rem;
}


.Nav2{
    position: fixed;
    top: 1.2rem;
    right: 0rem;
    width:100%;
    background-color:rgba(51,51,51,.6);
    color: #fff;
    /* text-align: center; */
    font-size: .45rem;
    /* border-radius: .2rem; */
}
.Nav2 li{
    padding: .13333rem .5rem;
    border-bottom: 1px solid #666;
}
.Nav2 a{
    color: #fff;
}
.Nav2 li:nth-child(4){
    border-bottom: 0 !important;
}
.NavBox2{
    width:20rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    /* background-color: #fff; */
    z-index: 9999999999999;
}