/* 播放音频
#myidaudio {
    margin: 0;
    padding: 0;
    height: 0%;
   display: none;
   

}


#bigcontainer {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40px;
    position: relative;
    box-sizing: border-box;
    float: left;
    z-index: 14;
    }


    /* #bigcontainer::after{
        content: "";
        display: block;
        clear: both;

    } */
/* #divprogess{

    width: 100%;
    height: 10px;
    box-sizing: border-box;
    z-index: 15;
   
   
} */
/* #divprogess::after{
    content: "";
    display: block;
    clear: both;
} */

/* #progress{
    position: absolute;
    top:0px;
    width: 100%;
    height: 10px;

}




#innercontainer {
    width: 30%;
    height: 30px;
    position: relative;
    float: right;
    box-sizing: border-box;
    
    }



#controls {
    width: 100%;
    height: 30px;;
    outline: none;
    box-sizing: border-box;
    
    
}

#controls_select {
    width: 100%;
    height: 100%;
    text-align: center;
    outline: none;
    background-image: linear-gradient(to bottom, rgba(199, 199, 206, 0), rgb(164, 164, 180));
  
}




#smallcontainer {

    width: 70%;
    height: 30px;
    position: relative;
    float: left;
    box-sizing: border-box;
    outline: none;
    }


    #myidaudioform {
        width: 100%;
        height: 30px;
        outline: none;
        float: left;
        box-sizing: border-box;
       
       
    }
    
    #myselect {
        width: 100%;
        height: 100%;
        outline: none;
        text-align: center;
        background-image: linear-gradient(to bottom, rgba(204, 204, 211, 0), rgb(167, 167, 187));
    }
    
   */ 

/* 播放视频 */
#shortvideo, #mypufavideo {
   
    max-width: 100%;
    max-height: auto;
    box-sizing: border-box;
    position: relative;
    clear: both;
    border-radius: 35px;
}



     #myshortform, #mypufaform {
        border-radius: 20px;
        margin: 10px 0px;
        width: 100%;
        height: 30px;
        outline: none;
        /* border: 2px ridge rgb(248, 232, 6);   */
        box-sizing: border-box;
        outline: none;
  
    

} 

    #myshortselect, #mypufaselect {
    width: 100%;
    height: 30px;
    border-radius: 15px;
    /* border: 2px ridge red; */
    overflow: hidden;
    text-align: center;
    outline: none;
    background-image: linear-gradient(to bottom, rgba(199, 199, 206, 0), rgb(158, 158, 182));
}

#myshortselect option, #mypufaselect option{
    position: absolute;
    right: auto;
    left: auto;
    background-image: linear-gradient(to bottom, rgba(232, 232, 238, 0), rgb(188, 188, 221));
    text-align: center;
}

.zongheh1 {
    width: 100%;
    height: 35px;
    clear:both;
    padding: 5px;
    position: relative;
    text-align: center; 
    color: rgb(0, 0, 0);
    font-weight: 540;
    font-size: 16px;
    letter-spacing: 15px;
    text-shadow: 2px 2px 2px rgb(221, 216, 216);
    border-radius: 35px;
    box-shadow: 2px 2px 5px rgb(14, 14, 13);
    background-image: linear-gradient(to bottom, rgba(196, 196, 204, 0), rgb(148, 150, 160));
}