.articlecon img{
    width: 100% !important;
}

.product-overview .tab-head{
    border: 0 !important;
}
.tab-nav .active a{
    color: #0E5A9E !important;
    background: #FFF;
    border-bottom: 3px solid #0E5A9E !important;
}

/*  */
.produ_kuang{
    width: 100%;
    height: 112px;
    padding-top: 10px;
    background: #EEEEEE;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.produ_kuang .produ_title{
    font-size: 18px;
    font-weight: 400;
    color: #2A2A2A;
    width: 15%;
    padding-top: 5px;
}
.produ_kuang .produ_desc{
    color: #A2A2A2;
    font-size: 16px;
    line-height: 30px;
    width: 75%;
}

.produ_cashi{
    width: 100%;
    height: 40px;
    margin: 20px auto;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.produ_cashi .produ_caizhi{
    width: 49%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #A2A2A2;
    font-size: 14px;
}
.produ_cashi .produ_xiantiao{
    width: 1px;
    height: 36px;
    background-color: #C8C8C8;
}
.produ_cashi .produ_shouming{
    width: 49%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #A2A2A2;
    font-size: 14px;
}


.produ_biaoti{
    width: 100%;
    height: auto;
    display: flex;
    margin: 10px auto;
}

.produ_biaoti .produ_name{
    font-size: 18px;
    font-weight: 400;
    color: #2A2A2A;
    width: 22%;
    padding-top: 5px;
    text-align: justify;
}
.produ_biaoti .produ_descs{
    font-size: 16px;
    font-weight: 400;
    color: #A2A2A2;
    width: 75%;
    margin-left: 3%;
    line-height: 30px;
    padding-top: 5px;
}

.weap{
    display: block !important;
}
.typs{
    display: none;
}
/* wap */
@media only screen and (max-width: 768px){
    .line-large{
        margin: 0 !important;
    }
   .line-large .x5 {
        width: 100%;
        float: none;
    }
    .line-large .x7 {
        width: 100%;
        float: none;
    }
    .product-description .padding-large{
        padding: 0 !important;
    }
    .weap{
        display: none !important;
    }
    .typs{
        display: block;
    }

    .product-overview .tab .tab-nav li{
        width: 25% !important;
    }
    .article {
        margin-top: 15px;
    }
    .produ_kuang{
        height: auto;
    }
    .produ_kuang .produ_title{
        font-size: 16px;
        width: 17%;
    }
    .produ_kuang .produ_desc{
        font-size: 14px;
    }
    .produ_cashi{
        height: auto;
    }
    .produ_cashi .produ_caizhi{
        height: auto;
    }
    .produ_biaoti .produ_name{
        font-size: 16px;
    }
    .produ_biaoti .produ_descs{
        font-size: 14px;
    }
	.line-large .x5,.line-large .x7{
		padding: 0 !important;
	}
	.product-description .zoomimg{
		width: 100% !important;
	}
}