.frock{padding:20px;}
.frockList {
    padding: 20px;
    background: #F3F3F3;
    text-align: center;
    margin-bottom: 15px;
}
.frockList a {
    color: #333333;
}
.frockList p {
    text-align: left;
    text-indent: 32px;
    text-align: justify; 
}

.details_tit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.details_L li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
padding: 15px;
}
.details_L li span {
    width: 500px;
}
.details_L li p {
    line-height: 1.6;
}
.detailsHigh .gztab{padding:0 10px;}
.details_L_bom {
    padding: 20px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.details_L_bom span {
    color: #333;
    display: block;
}
.detailsHigh_tit {
    overflow: hidden;
    margin-bottom: 20px;
}
.detailsHigh_tit span {
    float: left;
    width: 33%;
    text-align: center;
    background: #252525;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}
.detailsHigh_tit span.active {
    background: #FDC031;
    color: #000;
}
