.pro-detail{
    padding-bottom: 20px;
}
.pro-detail h2{
    font-size: 16px;
    font-weight: bold;
    word-break: break-word;
}
.pro-detail .section-item{
    margin-top: 50px;
}
.pro-detail .section-item.section-top{
    margin-top: 0;
}
.pro-detail .section-top{
    font-weight: bold;
}
.pro-detail .section-top h1{
    font-size: 40px;
    font-weight: bold;
}
.pro-detail .section-top .release{
    margin-top: 30px;
    color: #909399;
    font-size: 16px;
}
.pro-detail .lists-wrap{
    margin-top: 30px;
}
.pro-detail .detail-datas{
  margin-top: 40px;
  flex-wrap: wrap;
  flex-basis: 200px;
  justify-content: space-around;
  border: 1px solid #ddd;
}
.pro-detail .detail-datas li{
    padding: 20px 15px;
}
.pro-detail .detail-datas li ._attr{
    font-size: 18px;
    font-weight: bold;
    word-break: break-word;
}
.pro-detail .detail-datas li:first-child{
    max-width: 260px;
}
.pro-detail .detail-datas li ._value{
    margin-top: 15px;
    word-break: break-word;
}
.pro-detail .ad-cost {
    margin-top: 45px;
}
.pro-detail .ad-cost ._attr{
    font-size: 20px;
    display: inline-block;
    margin-right: 40px;
    font-weight: bold;
}
.pro-detail .post-title{
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

.schedule-content{
    margin-top: 20px;
}
.schedule-content .schedule-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    word-break: break-all;
}
.schedule-content .schedule-list li{
    width: 66px;
    min-width: 66px;
}
.schedule-content .schedule-list li ._header{
    background: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
}
.schedule-content .schedule-list li.cur-active ._grid{
    background: #5097e9;
}

.schedule-content .schedule-list li ._grid{
    position: relative;
    border-right: 1px solid #fff;
    background: #f0f3fa;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.schedule-content .schedule-list li ._grid .label-tips {
    display: none;
    position: absolute;
    top: -41px;
    left: 50%;
    width: 143px;
    margin-left: -64px;
    background: #fff;
}
.section-table-text .table-wrap,
.section-effective .table-wrap{
    margin-top: 30px;
}
.section-table-text  table th:first-child,
.section-table-text  table td:first-child,
.section-effective table th:first-child,
.section-effective table td:first-child
{
    padding-left: 45px;
    padding-right: 45px;
}
.pro-detail .section-bottom{
    margin-top: 80px;
}
.pro-detail .section-bottom  .other-content{
    margin-top: 30px;
}
.pro-detail .section-bottom  .other-content .lists{
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: rgba(242, 242, 242, 1);
}
.pro-detail .section-bottom  .other-content  .interested-text{
    display: flex;
    flex-wrap: wrap;
}
.pro-detail .section-bottom  .other-content  .interested-text .caption{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 20px;
}
.pro-detail .section-bottom  .other-content  .interested-text .value{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pro-detail .section-bottom  .other-content  .interested-text .value span{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
    .pro-detail .detail-datas{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .section-table-text  table th:first-child,
    .section-table-text  table td:first-child,
    .section-effective table th:first-child,
    .section-effective table td:first-child
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 900px){
    .pro-detail  .wt-grid__item-lg-7{
        margin-right: auto;
    }
    .pro-detail  .wt-grid__item-lg-6:first-child:after{
        content: '';
        position: absolute;
        right: 0;
        top: 30px;
        bottom: 30px;
        width: 1px;
        background-color: #c0c4cc;
    }
}
@media only screen and (max-width: 768px){
    .pro-detail .section-bottom .other-content .interested-text{
        display: block;
    }
    .pro-detail .section-bottom .other-content .interested-text .value{
        margin-top: 20px;
    }
}
.top .top-base .btn-collect{
    position: absolute;
    right: -13px;
    top: 0px;
    z-index: 10;
    padding: 8px 10px;
}
.top .top-base .btn-collect svg,.top .top-base .btn-collect .icon{
    width: 20px;
    height: 19px;
    fill: #ccc;
}