.cir_box{
    display:none;
}
.prod-deta,.prod-intr{
	margin:10px;
}
.pro-head {
    background: #70c5b9;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 45px;
    padding-left: 1rem;
}
.pro-list, .pro-jj-cont {
    border: 1px solid #70c5b9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.pro-list li{
	line-height:45px;
    padding-left:1rem;
    border-bottom:1px dashed #70c5b9;
}
.pro-list li:last-child{
    border:0;
}
.pro-list li .pro-txt{
    color:#70c5b9;
}
.pro-jj-cont{
    padding:5px;
}