html{
    font-size: 26.666667vw;
    width: 100vw;
}
body{
    font-size: 16px;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
#header{
    width: 100vw;
    height: 73px;
    background-color:#f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
}
.ipt{
    height: 0.43rem;
    display: flex;
    align-items: center;
}
.ipt-mi{
    width: 0.3rem;
    margin: 0 0.1rem;
}
.ipt-mi img{
    width: .25rem;
    height: 0.16rem;
}
.ipt-frame input{
    width: 2.7rem;
    height: 0.33rem;
    color: rgba(0,0,0,.3);
    font-size: 0.15rem;
    outline: none;
}
.ipt-user img{
    width: 0.31rem;
    height: 0.31rem;
    margin: 0 0.1rem;
}
.nav{
    height: 0.3rem;
    line-height: 0.3rem;
    color: #747474;
    font-size: 0.13rem;
}
.nav ul li{
    float: left;
    padding: 0 0.13rem;
}
.nav ul li img{
    width: 0.2rem;
    height: 0.2rem;
    padding-top: 0.06rem;
}
main{
    margin-top: 0px;
}
main .img-box img{
    height: 1.87rem;
}
.seckill{
    height: 1.6rem;
}
.seckill ul li img{
    width: 0.75rem;
    height: 0.79rem;
}
.seckill ul li{
    float: left;
}
.line{
    height: 0.08rem;
    background-color: #F5F5F5;
}
.red-packet img{
    width: 1.87rem;
    height: 0.87rem;
}
.red-packet img:nth-child(2){
    margin-left: -0.11rem;
}
.red-packet{
    display: flex;
}
.box{
    margin-bottom: 0.08rem;
}
.redmi-note{
    display: flex;
}
.redmi-note img{
    width: 1.86rem;
    height: 2.64rem;
}
.watch img{
    width: 1.86rem;
    height: 1.3rem;
    margin-left: 0.03rem;
}
.mi-10 img{
    width: 3.75rem;
    height: 1.45rem;
}
.note-9 img{
    width: 1.79rem;
    height: 1.45rem;
}
.note-9{
    display: flex;
    padding: 0 0.06rem;
}
.note-9-left{
    margin-right: 0.06rem;
}
.introduce{
    padding: 0.10rem 0.14rem;
    text-align: center;
}
.name{
    font-size: 0.14rem;
}
.brief{
    font-size: 0.12rem;
    color: #999;
}
.price{
    font-size: 0.14rem;
    color: #ea625b;
}
.buy{
    font-size: 0.12rem;
    width: 1rem;
    margin: 0 auto;
    background-color: #ea625b;
    color: #fff;
    padding: 0.08rem 0;
    line-height: 0.08rem;
    border-radius: 0.05rem;
}
.more{
    height: 0.5rem;
    margin-top: 0.03rem;
    line-height: 0.5rem;
    text-align: center;
    color: #999;
    border-bottom: 0.08rem solid #f5f5f5;
}
.tv img{
    height: 2.29rem;
}
.fan{
    display: flex;
    font-size: 0.14rem;
}
.fan .fan-left img{
    width: 1.87rem;
    height: 1.87rem;
}
.fan-right{
    width: 1.87rem;
    height: 1.87rem;
    padding: 0.33rem 0.06rem 0 0.16rem;
    box-sizing: border-box;
}
.fan .fan-right p:nth-child(2){
    font-size: 0.12rem;
    color: #999;
    margin-bottom: 0.1rem;
    margin-top: 0.03rem;
}
.fan .fan-right span{
    color: #ea625b;
}
.study ul li img{
    width: 1.86rem;
    height: 2.5rem;
}
.study ul li{
    float: left;
}
.study-li{
    margin-right: 0.03rem;
}
footer{
    background-color: #fff;
    position: fixed;
    bottom: 0;
    height: .52rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer a{
    display: block;
    font-size: .24rem;
}
footer a i{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin: .02rem .258rem .02rem;
    color: #999;
    font-size: .24rem !important;
    background-image: url(./images/icon-home-selected.598ca2c8f9.png);
    background-size: 100% 100%;
}
footer a span{
    display: block;
    color: #999;
    font-size: .12rem;
    text-align: center;
}
a{
    text-decoration: none;
}