.show_inner {
    width: 80%;
    margin: 0 auto;
    height: auto;
    min-width: 960px;
    max-width: 1200px;
    position: relative;
    z-index: 0;
}

.show_title {
    width: 100%;
    height: 97px;
    line-height: 97px;
    font-size: 19px;
    color: #282828;
}

.refresh_btn {
    float: right;
    height: 100%;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
    color: #fefefe;
}

#audio_ul,
#video_ul,
#match_ul,
#cartoon_ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

#audio_ul li {
    width: 20%;
    float: left;
    margin-right: 6.66%;
    padding-bottom: 20px;
    position: relative;
}

#audio_ul li .coverimg {
    width: 100%;
    position: relative;
}

#audio_ul li .coverimg img {
    width: 100%;
}

#audio_ul .removeMargin {
    margin-right: 0;
}

.readnum {
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #fefefe;
    line-height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
}

#audio_ul li .readnum img {
    width: 20px;
    height: 14px;
    margin-top: -7px;
    margin-left: 5px;
    margin-right: 5px;
}

.musicname {
    font-size: 16px;
    color: #fefefe;
    padding: 0.1rem 0;
}

.username {
    color: #fefefe;
}

.stopbtn,
.playbtn,
.videoplay,
.videostop {
    width: 80px;
    height: 80px;
    background: url('./images/stop.png') no-repeat center;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -40px;
}

.playbtn,
.videoplay {
    background: url('./images/play.png') no-repeat center;
    display: none;
}

#video_ul {
    margin-bottom: 60px;
}

#video_ul li {
    width: 30%;
    float: left;
    position: relative;
    margin-right: 5%;
}

#video_ul li img {
    width: 100%;
    height: 100%;
}

#video_ul .removeMargin {
    margin: 0;
}

#match_ul {
    margin-bottom: 60px;
}

#match_ul li {
    width: 30%;
    float: left;
    position: relative;
    margin-right: 5%;
}

#match_ul li img {
    width: 100%;
    height: 100%;
}

#match_ul .removeMargin {
    margin: 0;
}

#cartoon_ul {
    margin-bottom: 60px;
}

#cartoon_ul li {
    width: 30%;
    float: left;
    position: relative;
    margin-right: 5%;
}

#cartoon_ul li img {
    width: 100%;
    height: 100%;
}

#cartoon_ul .removeMargin {
    margin: 0;
}

.video_name {
    font-size: 16px;
    color: #282828;
    padding: 0.1rem 0;
    color: #fefefe;
}

.videoplay,
.videostop {
    top: 46px;
}

#videoshadow {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    display: none;
}

#myvideo {
    width: 800px;
    display: none;
    left: 50%;
    margin-left: -400px;
    position: fixed;
    top: 200px;
    z-index: 19999;
}

#mycartoon {
    width: 800px;
    /* display: none; */
    left: 50%;
    margin-left: -400px;
    position: fixed;
    top: 200px;
    z-index: 19999;
}

#mycartoon-bg {
    display: none;
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    background-color: #3333338c;
    z-index: 11111;
}

#close_video {
    width: 50px;
    cursor: pointer;
    height: 50px;
    background: url('./images/close.png') no-repeat center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11111;
    display: none;
}

#close_cartoon {
    width: 50px;
    cursor: pointer;
    height: 50px;
    background: url('./images/close.png') no-repeat center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11111;
    display: none;
}

.headimg {
    width: 50px;
    height: 50px;
    float: left;
    background: #444;
    margin-top: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.headimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.loop_nav {
    width: 90px;
    height: auto;
    position: absolute;
    overflow: hidden;
    bottom: -50px;
    left: 50%;
    margin-left: -45px;
}

.loop_nav li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #999;
    margin: 0 5px;
    cursor: pointer;
}

a:hover {text-decoration: none;} 