.detailContent .infos {
    overflow: unset;
}

.detailContent .infos .lft {
    width: 31%;
    text-align: left;
}
.detailContent .infos .zwxl-font{
    margin-right: 0;
}
.detailContent .infos .rgt {
    width: 26%;
    text-align: right;
}

.detailContent .infos .bdsharebuttonbox {
    float: right;
}

.detailContent .infos span {
    margin: .08rem .1rem;
}
.detailContent .infos{
    color: #919191;
}

.detailContent * {
    box-sizing: border-box;
}

.znyy-control {
    float: left;
    width: 40%;
    text-align: center;
    color: #ffffff;
    /*font-size: 18px;*/
}

.znyy-control span{
    font-size: 16px;
}
.btn-yybo {
    cursor: pointer;
    /* background-color: #176dc6; */
    border-radius: 20px;
    padding: 0 15px;
    transition: all .2s;
    position: relative;
    overflow: unset;
    vertical-align: middle;
    display: none;
    border: 1px solid #f38900;
    color: #f38900;
}
.btn-yybo2{
    cursor: pointer;
    border-radius: 20px;
    padding: 0 12px 0 0;
    transition: all .2s;
    position: relative;
    overflow: unset;
    vertical-align: middle;
    display: none;
    color: #f38900;
    border: 1px solid #f38900;
    height: 32px;
}
.btn-yybo2 img{
    padding: 10px;
    border-radius: 20px;
    height: 12px;
    background: #f38900;
}
#full-pause{
    padding: 0 3px;
}
.btn-yybo-show{
    display: inline-block;
    vertical-align: top;
}
#btn-yybo-sc img{
    margin-top: -2px;
}

.icon-26 {
    width: 26px;
    vertical-align: middle;
    margin-top: -4px;
}

.icon-21 {
    width: 21px;
    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;
}
#docId{
    display: inline-block;
}
.yybb-controls {
    /*display: inline-block;*/
    display: none;
    width: 65%;
    width: 292px;
    height: 32px;
    background-color: #f38900;
    border-radius: 20px;
    vertical-align: middle;
    transition: all .2s;
    color: #f38900;
    text-align: left;
    padding: 0 0 0 24px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-right: 20px;
}
.yybb-controls .icon-21, .yybb-controls .icon-20 {
    cursor: pointer;
}
.yybb-controls-box{
    display: none;
}
.yybo-progress-box {
    display: inline-block;
    width: 47%;
    width: 170px;
    /*max-width: calc(100% - 180px);*/
    height: 10px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    transition: all .2s;
    margin: 0 25px 0 18px;
}
.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(193, 155, 114, 0.47);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.yybo-progress-cir {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #C19B72;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icon-play,.icon-pause{
    cursor: pointer;

    vertical-align: middle;
    margin-top: -.04rem;
    transition: all .2s;
}
.detailContent .nrcon .icon-play,.detailContent .nrcon .icon-pause{
    width: 21px!important;
}
.pc-hide{
    display: none;
}
.hide,#docAudio,#sectionAudio,#tableAudio{
    display: none;
}
img.section-play,img.section-pause{
    display: none;
    margin-left: 10px;
}
.table-icon-play-box{
    position: absolute;
    bottom: 0;
    width: 21px;
    margin-left: -20px;
}
img.table-pause,img.table-play{
    display: none;
}
table .section-play, table .section-pause{
    display: none!important;
}
@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: .2rem;
    }
}
@media screen and (max-width: 768px){
    .znyy-control{
        width: 100%;
        float: none;
        margin: .3rem 0;
        line-height: .7rem;
    }
    .znyy-control *{
        box-sizing: border-box;
    }
    .znyy-control span{
        font-size: .28rem;
    }
    .table-icon-play-box{
        line-height: .5rem;
        position: static;
        margin-left: 0;
    }
    .table-pause, .table-play{
        margin-left: 0;
    }
    .wap-hide{
        display: none;
    }
    .pc-hide{
        display: block;
    }
    .yybb-controls{
        width: 56%;
        height: .7rem;
        line-height: .7rem;
    }
    .detailContent .infos .lft{
        width: 100%;
        text-align: center;
    }
    .detailContent .infos span{
        margin-left: 0;
    }
    .yybo-progress-box{
        height: 10px;
        max-width: 50%;
        margin: 0 .2rem;
    }
    .wap-flex{
        display: flex;
        justify-content: space-around;
    }
    .detailContent .nrcon .icon-play,.detailContent .nrcon .icon-pause{
        width: .21rem!important;
        margin-left: .1rem!important;
    }
    .yybb-controls-box{
        font-size: 12px;
    }
    .yybb-controls .icon-21, .yybb-controls .icon-20{
        width: 16px;
        margin: -1px 2px 0;
    }
    .btn-yybo{
        min-width: 106px;
    }
    .btn-yybo2{
        height: .7rem;
        line-height: .7rem;
        font-size: 0;
    }
    .znyy-control img{
        height: .36rem;
    }
    .yybb-controls img{
        height: .3rem;
    }
    .btn-yybo2 img{
        box-sizing: content-box;
        padding: .14rem;
        height: .4rem;
        vertical-align: top;
    }
}