html {
    font-size: calc(100vw / 752 * 100);
}

body {
    font-size: .16rem;
}

html,
body,
#app {
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav-bar{
    height: .45rem;
   
    font-size: .36rem;
    position: relative;
}
.right-look{
    font-size: .26rem;
    position: absolute;
    right: .3rem;
}
.seal{
    height: .01rem;
	background-color: #bdbdbd;
    margin-top: .24rem;
}
.name-price{
    font-size: .28rem;
    color: #949494;
    margin-top: .45rem;
}
.model{
    position: absolute;
    right: .15rem;
    top: 2.5rem;
}
.model>span{
    font-size: .22rem;
}
.model>.iconFont{
    font-size: .2rem;
    margin-left: .05rem;
}
.texture{
    position: absolute;
    right: .15rem;
    top: 1.42rem;
}
.texture>span{
    font-size: .22rem;
}
.texture>.iconFont{
    font-size: .2rem;
    margin-left: .05rem;
}
.img-box{
    padding-left: .25rem;
    padding-right: .25rem;
    margin-top: 1.63rem;
    height: 6.26rem;
}
.img-box>img{
    width: 100%;
    height: 100%;

}
.bottom-box{
    height: .55rem;
    box-shadow: 0 0 .05rem .05rem #949494;
}
.bottom-txt{
    font-size: .12rem;
}