.frame_list{padding: 10px;
box-sizing: border-box;
background: #f8fbfc;}
.frame_tab{background: #f8fbfc;
height: 60px;
line-height: 60px;
cursor: pointer;}
.frame_tab{
padding-left:2%;
}
.frame_tab li {
    float: left;
    width: 16.3%;
    text-align: center;
    font-size: 18px;}
.tab_active{
        border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
}
.detailCon{
    width: 96%;
    height: auto;
    margin: 0 auto;    
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 36px;}
.bloCon{
    display: none;
}
.detailCon .div_show{
    display: block;
}
.detailCon .div_blo{
    display:none !important;
}
.detailCon {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 36px;
}
ul {
    list-style: none;
}
.detailCon li {
    overflow: hidden;
    min-height: 60px;
    border-bottom: 1px solid #eee;
}
.yc0113{
    display: none !important;
}
@media screen and (max-width: 768px){
.tt_xilan{padding:0 10px;}
    .perDetail .perUl li{
        width: 33%;
    }
    .perDetail .perUl .perH2{
        font-size: 13px;
    }
    .frame_list .frame_tab li{
        width: 25%;
    }
    .perTop{
        padding: 0px 10px 0px 10px;
    }
    .perDetail{
        margin-bottom: 5px;
    }
    .perDetail .titleDetail{
        font-size: 18px;
        line-height: 32px;
    }
    .titleDetail{
        margin-bottom: 4px;
    }
    .perDetail .perUl .perH1{
        line-height: 32px;
        height: 32px;
    }
    .frame_tab{
        height: 50px;
    }
    .frame_list .frame_tab li{
        line-height: 30px;
    }
    .detailCon{
        padding: 10px;
        line-height: 28px;
    }  
}