.header{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.logo{
    width: 100%;
}
.Img_nav{
    width: 0.45rem;
    height: 0.38rem;
    position: absolute;
    top: 10px;
    right: 0.25rem;
}
/* 产品 */
.chanpinBody{
    padding:0.26rem 0.26rem 0rem 0.26rem;
    box-sizing: border-box;
}
.chanpinBody{
    display: flex;
    justify-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chanpinItem {
    text-align: center;
    width: 33%;
    margin-bottom: 0.2rem;
}
.chanpinItemText{
    font-size: 0.15rem;
    color: #000000;
    margin-top: 0.11rem;
}
.chanpinItem img{
    width: 1.2rem;
    height: 1.2rem;
}
.rechanpinBody{
    padding: 0.22rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rechanpinBody:before,.rechanpinBody:after{ display:none}
.rechanpinItem{
    margin-bottom: 0.2rem;
    width: 47%;
    border: 2px solid #d8d8d8;
    text-align: center;
    padding: 0.26rem 0rem 0rem 0rem;
    border-radius: 5px;
}
.itemName{
    color: #656565;
    font-size: 0.26rem;
    margin-top: 0.20rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xunjia{
    width: 2.3rem;
    height: 0.6rem;
    background: url(../images/btnbg22.png) no-repeat;
    background-size: 100% ;
    background-position: 0rem 0rem;
    margin: 0.1rem auto;
}
.dingzhitext{
    color: #0d0408;
    font-size: 0.32rem;
    text-align:center;
    /*padding-left:0.5rem;*/
}
.dingzhiBody{
    padding: 0.22rem;
    box-sizing: border-box;
}
.dingzhiItem{
    display: flex;
    height: 0.9rem;
    border: 1px solid #bfbfbf;
    margin-bottom: 0.1rem;
    padding-left: 0.2rem;
}
.dingzhiItem input{
    border:none;
    font-size: 0.45rem;
}
.dingzhiItem p{
    width: 1.2rem;
    text-align: left;
    font-size: 0.24rem;
    color: #0d0408;
    line-height: 0.9rem;
}
.dingzhiItem input::-webkit-input-placeholder {
font-size: 0.35rem;
}
