.headerbg{
    background: url(../images/tobackground.png) no-repeat bottom;
    height: 130px;
    width: 100%;
    padding-top: 5%;
}
.newserach{
    border-radius: 12px;
    height: .8rem;
    margin: 0.6rem;
    margin-left: 4%;
    margin-top: 0;
    margin-bottom: 0.8rem;
}
.newserach .noticeText{
    margin-right:20px ; 
    border: none;
}
.newheader .newbanner{
    margin-left: 4%;
    margin-right: 4%;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(0);
}
.newheader .newbanner li{
    border-radius: 10px;
}
.newheader .newbanner img{
    border-radius: 10px;
}

.newindex__nav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0;
    margin-top: 70px;
}
.newindex__nav__list{
    width: 25%;
    text-align: center;
    font-size: .6rem;
    
}
.newindex__nav__list .navImg{
    margin-bottom: 13px;
    width: 1.5rem;
    height: 1.5rem;
}
.newindex__content{
    margin-top: 1.6rem;
    margin-left: 3%;
    margin-right: 3%;
}
.newindex__content .newindex__content__img{
    width: 100%;
    border-radius: 12px;
}
.live{
    padding-top: 2%;
    margin-left:3%;
    margin-right: 3%;
    margin-bottom: 2%;
    background-color: #fff;
    border-radius: 8px;
}
.live .live__title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.6rem;
    color: #999999;
    font-weight: bold;
    margin-bottom: 1%;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 3%;
}
.live .live__title__left{
    width: 26%;
}
.live .live__img{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
}
.content__color{
    background-color: #F5F6FA;
    padding-top: 5%;
}
.recommendGoodBox{
    background-color: #F5F6FA;
}
.tabtitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left:4.5%;
    margin-right: 4.5%;
    height: 30px;
    position: relative;
}
.tabtitle .tabtitle__left{
    font-size: 0.8rem;
    color: #000;
    font-weight: bold;
    display: inline-block;
    z-index: 1000;
}
.tabtitleicon{
    width: 3.2rem;
    height: 18.5%;
    background-color: #60A146;
    border-radius: 6px;
    position: absolute;
    top: 59%;
    left: 0;
}
.tabtitle .tabtitle__right{
    font-size: 0.6rem;
    color: #BBBBBB;
}
.goodList{
    background-color: #fff;
    border-radius: 10px;
}
.loadImg{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.goodText{
    color: #333333;
    font-weight: bold;
    padding-top: 8%;
    padding-left: 4%;
    padding-right: 4%;
}
.priceBox{
    padding-top: 1rem;
}
.colorP{
    color: #FD4100;
    font-weight: bold;
    padding-left: 3.5%;
    font-size: 1rem;
}
.colorP span{
    color: #FD4100;
    font-size: 10px;
}
.priceBox .colorP .pricebefor{
    text-decoration: line-through;
    color: #BBBBBB;
}
.recommendGoodBox .lookMore{
    border-color: #60A146;
    color: #60A146;
}