.main-content {
    background: #f5f5f4;
}

.content1 {
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 20px;
    background: #FFFFFF;
    /*border: 1px solid #EDEDEC;*/
}

p {
    color: #C6C6C6;
}

.price {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0px;
    padding-top: 30px;

}

.content2 {
    border-radius: 5px;
    margin: 0px 15px 25px 15px;
    padding-top: 0px;
    /*background: #FFFFFF;*/
    /*border: 1px solid #EDEDEC;*/
}

#procuctQrCode {
    width: 210px;
    height: 210px;
    margin-bottom: 8px;
}

#myTabContent p {
    color: #000000;
}
#pcCover{
    border-radius: 5px;
}
/* 悟净   --- 产品详情页tab的切换样式 */
/* 立即咨询 */
.Consultation {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #a9bbf9;
    background-color: #edf3ff;
    color: #1047c4;
    font-size: 16px;
    border-radius: 6px;
}
#projectIntroductionText h4{
    margin-bottom:14px;
}
#myTabContent >div {
    display: none;
}

#myTabContent >div:first-child {
    display: block;
}
#commonProblemModel .item{
    margin-top:20px;
}
#commonProblemModel .item-title{
    font-size: 16px;
    font-weight: 700;
}
#commonProblemModel .item-Answer{
    font-size: 16px;
    line-height: 30px;
    margin-top:10px;
}
.col-md-9,
.content1 {
    border-radius: 5px;
}

ul,
ol {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

#myTab {
    list-style: none;
    height: 84px;
    line-height: 84px;
    border-bottom: 1px solid #eee;
}

#myTab li {
    cursor: pointer;
    float: left;
    margin-right: 60px;
    font-size: 18px;
}

#myTab li.active {
    color: #f6252c;
    position: relative;
}

#myTab li.active::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #f6252c;
}

