.nav {
    width: 100%;
    height: 0.75rem;
    background-color: #fff;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    line-height: 0.75rem;
}
.nav-1{
    position: absolute;
    left: 0.3rem;
    top: 0;
}
.nav-1 img{
    width: 0.18rem;
    height: 0.34rem;
    margin-bottom: 0.1rem;
}
.nav-s1 {
    font-size: 0.28rem;
    color: rgb(33,33,33);
    font-family: "微软雅黑";
}
.nav-s2 {
    color: rgb(33,33,33); ;
    font-size: 0.32rem;
    font-family: "微软雅黑";
    font-weight:700 ;
}
.add {
    text-align: center;
    padding:0.4rem 0.66rem ;
}
.add-1 {
    background-color: #fff;
    height: 3.49rem;
    width: 100%;
	line-height: 3.49rem;

}
.add-1 img {	width: 25%;
	height: 40%;
}
.add-1 p {
    font-size: 0.24rem;
    color: rgb(153,153,153);
    margin-top: 0.48rem;
}
.banner {
    width: 100%;
    height: 5.5rem;
    background-color: #fff;
    border-top: 2px solid rgb(229,229,229);
    border-bottom: 2px solid rgb(229,229,229);
}
.banner-1 {
    padding-left:0.24rem ;

}
.banner-2 {
    height: 0.91rem; line-height: 0.91rem;
    border-bottom: 2px solid rgb(229,229,229);
    box-sizing: border-box;
    padding-right: 0.24rem;
}
.banner-2 span {
    font-size: 0.3rem;
    font-family: 微软雅黑;display: block;float: left;
    height: 100%;
    line-height: 0.91rem;
}
.banner-2 input {
    height: 100%;
    border:0;
    font-size: 0.28rem;
    line-height: 0.91rem;
    font-family: 微软雅黑;
    float: right;
    text-align: right;
}
.banner-3 {
    border-bottom:0;
}
.btn1 {
    width: 5.81rem;
    height: 0.79rem;
    background:linear-gradient(0,rgb(255,136,3),rgb(255,173,79));
    border: 0;
    border-radius: 0.1rem;
    color: white;
    font-size: 0.32rem;
    font-weight: 600;
    text-align: center;
    margin: 1.2rem auto 0;
    display: block;
}


