.zwxl-article{
    position: relative;
}
.detailContent .infos {
    overflow: unset;
}
.zwxl-bar>.lf {
    width: 35%;
    text-align: left;
    padding: 5px 0;
    line-height:32px;
}
.detailContent .infos .zwxl-font{
    margin-right: 0;
}
.yybb-controls *{
    box-sizing: border-box;
}
.zwxl-bar>.rt {
    width: 22%;
    text-align: right;
    padding: 5px 0;
}

.detailContent .infos .bdsharebuttonbox {
    float: right;
}

.detailContent .infos span {
    margin: 8px 10px;
}
.detailContent .infos{
    color: #919191;
}

.yybb-controls-box * {
    box-sizing: border-box;
}

.znyy-control {
    float: left;
    width: 43%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.btn-yybo {
    cursor: pointer;
    line-height: 24px;
    background-image: linear-gradient(-87deg,#2162b2 0%,#156ed4 100%),linear-gradient(#2162b2,#2162b2);
    border-radius: 20px;
    padding: 8px 15px;
    min-width: 150px;
    transition: all .2s;
    position: relative;
    overflow: unset;
    vertical-align: middle;
    display: none;
}
.btn-yybo-show{
    display: inline-block;
}


.icon-26 {
    width: 18px;
    vertical-align: middle;
    margin-top: -4px;
}

.icon-exit {
    vertical-align: middle;
    margin-top: -4px;
}

.icon-21 {
    width: 22px;
    vertical-align: middle;
    margin-top: -4px;
}

.icon-20 {
    width: 20px;
    vertical-align: middle;
    margin-top: -4px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}
.mr-1 {
    margin-right: 10px;
}
.yybb-controls {
    display: inline-block;
    width: 65%;
    width: calc(100% - 200px);
    height: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px rgba(0, 74, 147, 0.37);
    vertical-align: middle;
    transition: all .2s;
    color: #004a93;
    text-align: left;
    padding: 0 0 0 15px;
    line-height: 38px;
    white-space: nowrap;
}

.yybb-controls .icon-21, .yybb-controls .icon-20 {
    cursor: pointer;
}
.yybb-controls-box{
    display: none;
}
.yybo-progress-box {
    display: inline-block;
    width: 47%;
    max-width: calc(100% - 180px);
    height: 10px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    transition: all .2s;
}
.yybo-progress-box:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.yybo-progress-active {
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: rgba(0, 74, 147, 0.47);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.yybo-progress-cir {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #004a93;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icon-play,.icon-pause{
    cursor: pointer;

    vertical-align: middle;
    margin-top: -4px;
    transition: all .2s;
}
.detailContent .nrcon .icon-play,.detailContent .nrcon .icon-pause{
    width: 21px!important;
}
.pc-hide{
    display: none;
}
.hide,#docAudio,#sectionAudio,#tableAudio{
    display: none;
}
.section-play,.section-pause{
    display: none;
    margin-left: .1rem;
}
.table-icon-play-box{
    position: absolute;
    bottom: 0;
    width: 21px;
    margin-left: -20px;
}
.table-pause,.table-play{
    display: none;
}
table .section-play, table .section-pause{
    display: none!important;
}
.zwxl-bar span.con{
    margin-right: 30px;
}
@media screen and (min-width: 769px){
    .btn-yybo:hover, .yybb-controls:hover {
        transform: scale(1.03);
    }
    .icon-play:hover,.icon-pause:hover {
        transform: scale(1.1);
    }
    .table-icon-play-box img{
        position: absolute;
        left: 0;
        top: 0;
    }
    .table-icon-play-box{
        height: 21px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 768px){
    .table-icon-play-box{
        line-height: 70px;
        position: static;
        margin-left: 0;
    }
    .yybb-controls-box{
    }
    .btn-yybo{
        min-width: 26%;
        font-size: 40px;
        line-height: 60px;
        border-radius: 45px;
        padding: 15px 40px;
        margin-bottom: 30px;
        white-space: nowrap;
        box-sizing: border-box;
    }
    .zwxl-bar{
        height: auto!important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wap-hide{
        display: none;
    }
    .pc-hide{
        display: block;
    }
    .znyy-control{
        width: 100%;
        float: unset;
        /*margin-bottom: .15rem;*/
    }
    .yybb-controls{
        width: 61%;
        height: 90px;
        font-size: 40px;
        line-height: 90px;
        padding: 0 20px;
    }
    .detailContent .infos .lft{
        width: 100%;
        text-align: center;
    }
    .detailContent .infos span{
        margin-left: 0;
    }
    .icon-21{
        width: 52px;
        margin-top: -10px;
    }
    .icon-20{
        width: 48px;
        margin-top: -10px;
    }
    .yybo-progress-cir{
        width: 12px;
        height: 12px;
    }
    .yybo-progress-active{
        height: 8px;
    }
    .yybo-progress-box{
        height: 30px;
        width: 40%;
    }
    /*#btn-yybo-exit{*/
    /*    padding: 0.08rem 0.1rem;*/
    /*}*/
    .wap-flex{
        display: flex;
        justify-content: center;
    }
    /*.detailContent .nrcon .icon-play,.detailContent .nrcon .icon-pause{*/
    /*    width: .21rem!important;*/
    /*    margin-left: .1rem!important;*/
    /*}*/
    .icon-play, .icon-pause{
        width: 52px;
        margin-top: -10px;
        margin-left: 10px;
    }
    .zwxl-article .table-icon-play-box img.icon-play,.zwxl-article .table-icon-play-box img.icon-pause{
        max-width: none!important;
    }
    .icon-26{
        width: 45px;
        margin-top: -10px;
    }
    .icon-exit {
        width: 48px;
        margin-top: -10px;
    }
}
