.header{
    width:100%;
    height:1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding:0 1rem;
}
.logo{
    width:2.1rem;
}
.menu{
    display: flex;
    height:1rem;
}
.menu li{
    color:#5f5f5f;
    font-size: 0.2rem;
    height:1rem;
    line-height: 1rem;
    margin-right:0.2rem;
    cursor: pointer;
    text-align: center;
    width:1.2rem;
}
.menu li:hover{
    background: #ccc;
}
.menu li.active{
    color:#a5844e;
}
.main{
    width:100%;
}
.goods_box{
    width:100%;
    padding:0.2rem 3rem 0;
    border-top:2px solid #999;
}
.goods_box ul{
    display: flex;
    width:100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.goods_box li{
    width:3rem;
    padding:0.2rem;
    border-radius: 0.1rem;
    border:1px solid #ccc;
    box-shadow: 0 0 0.1rem #ccc;
    margin-right:0.3rem;
    margin-bottom:0.2rem;
    display: flex;
    align-items: center;
}
.goods_box li:nth-child(4n+4){
    margin-right:0;
}
.goods_box .goods_img{
    width:1rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem #ccc;
    margin-right:0.2rem;
    border:1px solid #ccc;
}
.goods_mes h4{
    font-size: 0.18rem;
    font-weight: 500;
}
.goods_mes p{
    font-size: 0.28rem;
    font-weight: 600;
    color:#e4393c;
    margin-top:0.1rem;
}
.footer{
    width:100%;
    position: relative;
}
.triangle{
    width:0;
    height:0;
    border: 0.5rem solid;
    border-color:#fff transparent transparent transparent;
    position: absolute;
    top:0;
    left:9.35rem;
    z-index: 100;
}
.footer_top{
    width:100%;
    height:8rem;
    background: #135ed4;
    display: flex;
}
.gzh{
    width:7.5rem;
    padding-top:2.3rem;
    font-size: 0.34rem;
    color:#fff;
    text-align: center;
}
.gzh_code{
    width:2.12rem;
    margin: 0.2rem auto 0;
}
.form_box{
    padding-top:1.05rem;
}
.form_box p{
    font-size: 0.38rem;
    color:#fff;
    margin-bottom:0.65rem;
}
.form{
    height:2.5rem;
}
.form li{
    margin-bottom:0.36rem;
    height:0.56rem;
    line-height: 0.56rem;
}
.form input{
    width:4.3rem;
    height:0.56rem;
    line-height: 0.56rem;
    color:#fff;
    font-size: 0.26rem;
    border:2px solid #5f92e2;
    margin-right:0.4rem;
    background: #135ed4;
    border-radius: 0.05rem;
    padding-left:0.1rem;
}
.submit_btn{
    width:4.3rem;
    height:0.56rem;
    line-height: 0.56rem;
    background-image:linear-gradient(to left,#32cddd,#2d8ff0) ;
    font-size: 0.26rem;
    color:#fff;
    text-align: center;
    margin-top:0.6rem;
    border-radius: 0.05rem;
}
.footer_bottom{
    background: #fff;
    width:100%;
    height:1.8rem;
    font-size: 0.24rem;
    text-align: center;
    padding-top:0.4rem;
    color:#2d8ff0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}