.centerContainer {
    padding-top: 114px;
    display: flex;
    min-height: 846px;
    margin: 0 10%;
}
.leftProductContent {
    width: 20%;
    border-right: 1px solid #E6E6E6;
    padding-right: 30px;
}
.rightProductContent {
    width: 80%;
    text-align: center;
}
.contentTitle {
    font-weight: bold;
    font-size: 36px;
    color: #222222;
}
.productItem {
    background: #F8F8FB;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    justify-content: space-between;
    padding: 22px 20px;
    position: relative;
}
.iconImg {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.samePart{
    cursor: pointer;
    margin-bottom: 10px;
}
.productDownPart {
    background-image: url('../assets/productDetail/img_mask1.png');
    background-size: cover;
    padding-bottom: 20px;
    display: none;
}
.productDownPart .productItem {
    background: transparent;
    padding-top: 22px;
    position: relative;
}
.onlyForClickPart{
    position: absolute;
    top: 14px;
    left: 19px;
    width: 87%;
    height: 50%;
    background: transparent;
}


.downItem {
    /* background: #EAF3FF; */
    margin: 0px 20px 5px 20px;
    padding: 10px 0 10px 30px;
    cursor: pointer;
    position: relative;
}
.downItem::before {
    content: '';
    
    width: 2px;
    height: 100%;
    background: #3470FF;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.downItem:hover {
    background: #EAF3FF;
    color: #3470FF;
}
.downItem:hover::before {
    display: inline-block;
}
.currentChoose.downItem {
    background: #EAF3FF;
    color: #3470FF;
}
.currentChoose.downItem::before{
    display: inline-block;

}
.zhankai .productDownPart {
    display: block;
}
.zhankai>.productItem {
    display: none;
}
.mainContentDetail p:first-child  {
    position: relative;
    z-index: 3;
}
.mainContentDetail p:first-child span::after {
    content: '';
    display: inline-block;
    width: 220px;
    height: 37px;
    background-image: url('../assets/productDetail/img_biaoti.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}
.mainContentDetail p:first-child span {
    position: relative;
    display: block;
}

.mainContentDetail p,
.mainContentDetail div {
    margin: 15px;
}
.mainContentDetail p span {
    /* text-indent: 0;
    display: inline-block;
    width: 100%; */
}

.mainContentDetail img {
    /* display: block;
    margin:  auto;
    max-width: 100%;
    vertical-align: middle;
    margin-left: 2rem; */
}
.mainContentDetail table {
    width: 100%!important;
    border: 1px solid #cccc;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 20px;
}
.mainContentDetail table tr th {
    border: 1px solid #cccc;
    padding: 13px;
}
.mainContentDetail table tr td{
    border: 1px solid #cccc;
    padding: 13px;
    line-height: 2;
}   
/* .mainContentDetail table tr th, */
.mainContentDetail table tr:nth-child(odd), 
.mainContentDetail table thead {
    background-color: rgb(248, 248, 248);
}
.mainContentDetail ul {
    margin: 15px;
}
.mainContentDetail li {
    list-style: unset;
    margin-left: 20px
}
.mainContentDetail ul li::marker{
    font-size: 12px;
}