body{
    background:#f2f2f2; 
}
.swiper{
    background: #fff;
    padding-bottom: 0.2rem;
}
.chanpinName{
    color: #181818;
    font-size: 0.30rem;
}
.chanpinName2{
    font-size: 0.28rem;
    color: #6a6a6a;
}
/* box_content */

.box_nav{
    background: #fff;
    border-bottom: 1px solid #c1c1c1; 
    padding-bottom: -0.1rem;
}
.box_content img{
    max-width: 100% !important;
    height: auto !important;
}
.box_nav ul{
    margin-top: 0.3rem;
    padding: 0.08rem;
    display: flex;
}
.box_nav li{
    text-align: center;
    width: 1.4rem;

    border-right: 1px solid #c1c1c1;
    height: 0.55rem;
    font-size: 0.28rem;
    color: #000000;
    flex: 1;
}
.box_nav li a{
    width: 1.2rem;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #000000;
    font-weight: bold;
    line-height: 0.5rem;
    padding-bottom: 0.15rem;
}
.pActive{
    height: 0.55rem; 
    border-bottom: 5px solid #0d41bb !important;
    color:#0d41bb !important;
}
.chanpinxq{
    background: #fff;
    padding: 0.2rem;
    margin-bottom: 0.3rem;
}
.xq_title{
    font-size:0.33rem; 
    color:#525252 ; 
    font-weight: bold;
}
.xq_text{
    margin-top:0.2rem;
    font-size:0.23rem; 
    color:#343434 ; 
    line-height:0.38rem;

}

/* ----- */

.dingzhitext{
    color: #0d0408;
    font-size: 0.32rem;
    text-align: center;
}
.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;
    background: #fff;
}
.dingzhiItem input{
    border:none;
    font-size: 0.45rem;
}
.dingzhiItem p{
    width: 1.2rem;
    text-align: left;
    font-size: 0.24rem;
    color: #898989;
    line-height: 0.9rem;
}
.dingzhiItem input::-webkit-input-placeholder {
    font-size: 0.35rem;
}
.del_box{
    background: #fff;
    line-height:2.3em;
    padding:0 0.5em;
    box-sizing: border-box;
    text-align: justify;
    max-width: 100%;
    overflow: auto;
}


.productclass2{
    text-align: center;
    width:99%;
    border:1px solid #c9c9c9;
}
.productclass2 tr{
    border:1px solid #c9c9c9;
}
.productclass2 td{
    border:1px solid #c9c9c9;
}
.productclass2 td:nth-child(odd)
{
    width: 22%;
    background:  #f3f3f3;
    font-weight:549;
}
.productclass2 td:nth-child(even)
{
    width: 77%;
    background:#fff;
    text-align: left;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
}
.firstRow td{
    text-align: center  !important;
    font-weight: bold !important;
    background:  #fff !important;
}
.productclass4
{
    display: none;
}
.productclass6
{
    display: none;
}
.del_box h3{
    background-image:url(../images/del_bj.jpg);
    height: 35px;
    width: 120px;
    color:#fff;
    text-align: center;
    margin: 15px 0 10px;
    line-height: 2.2em;
    font-size:0.28rem;
}
.del_box p{
    line-height: 2.0em;
    font-size:0.28rem;
}
.pro-btn{    
    position: relative;
    line-height: 60px;
    margin-top: 18px;
		width:600px;
    margin-right: 40px;
    background-color: #ed1c24;  
}
.pro-btn em{    
    position: absolute;
    right: -40px;
    top: 0px;
    height: 0px;
    width: 0px;
    border-top: 30px solid #ed1c24;
    border-left: 40px solid #ed1c24;
    border-bottom: 30px solid #ed1c24;
    border-right: 40px solid transparent;
    z-index: 0;
    
}