:root {
    --font: #74b2ea;
    --theme: #fff;
}

@media screen and (max-width: 800px) {
    html {
        --tplWidth: 100vw;
    }
}

body,
html {
    font: normal 100% "微软雅黑", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

html {
    background-color: #8b8b8b;
    --tplWidth: 980px;
}

body {
    max-width: var(--tplWidth);
    margin: 0 auto;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: solid;
    color: red
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}

input,
button {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
}

h1 {
    font-size: 1.2rem;
}

#topdiv {
    max-width: 100%;
    float: left;
    width: 100%;
    text-align: center;
}

#topdiv h1 {
    color: red
}

#menu,
#foot,
#flasher,
#topdiv {
    width: 100%;
    float: left;
}

#menu {
    border-bottom: 2px solid #74b2ea;
    margin-top: 10px;
    padding-bottom: 15px;
}

#menu>ul {
    width: 100%;
    float: left;
    padding: 8px 0px;
}

#menu>ul>li {
    float: left;
    width: 11.111%;
    text-align: center;
}

#menu>ul>li>a {
    width: 90%;
    padding: 10px 0px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    font-size: 1.2em;
    line-height: normal;
}

#menu>ul>li>a.now {
    background: #74b2ea;
    color: #FFF;
    font-weight: bold
}

#menu>ul>li>a.sel {
    background: #eff6fd;
    color: #000000;
    font-weight: bold
}

#menu>ul>li>a:hover {
    background: #eff6fd;
    color: #999;
}

.topsite {
    font-size: 1.3em;
    float: left;
    text-align: center;
    width: 100%;
    border-bottom: #74b2ea 2px solid;
    border-top: #74b2ea 2px solid;
    padding: 10px 0px;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: bold;
    margin-top: 20px;
    background: #6eade4
}

.topsite #sitename {
    color: #ffee00;
}

.rhom {
    width: 100%;
    float: left;
    margin: 20px 0px;
}

.rhom>a {
    width: 33%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    height: 0px;
    padding-bottom: 18%;
}

.rhom>.rh {
    background-image: url("/public/images/1.jpg");
}

.rhom>.om {
    background-image: url("/public/images/3.jpg");
}

.rhom>.sp {
    background-image: url("/public/images/2.jpg");
}


.color {
    background: #eff6fd;
}

.clearall {
    clear: both;
}

#foot {
    color: #8b8b8b;
    padding-top: 15px;
    background-color: #fff;
}

#flasher {
    height: 0px;
    padding-bottom: 35%;
    position: relative;
    display: none;
}

#flasher>.left,
#flasher>.right {
    position: absolute;
    height: 100%;
    width: 8%;
    background-image: url("/public/images/arr_left.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;
    cursor: pointer;
}

#flasher>.right {
    background-image: url("/public/images/arr_right.png");
    right: 0px;
}

#flasher>.imgs,
#flasher>.imgs .img,
#flasher>.imgs a {
    height: 100%;
    width: 100%;
    position: absolute;
}

#flasher>.imgs a {
    display: none;
}

#flasher>.imgs .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#topdiv>.newurl {
    width: 30%;
    position: relative;
    float: left;
}

#topdiv>.newurl>.logo {
    width: 100%;
    padding-bottom: 28%;
    display: block;
    background-image: url("/public/images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#topdiv>.newurl>.newlink {
    font-size: 2.5em;
    color: #039aff;
    font-weight: bold;
}

.newsbody .btn {
    width: 25%;
    cursor: pointer;
    margin: 0px 0 0 3%;
    height: 50px;
    line-height: 50px;
    background-color: #722a2e;
    color: white;
    border-radius: 5px;
    font-size: 1.5em;
    padding: 10px 20px;
}

.title {
    width: 98%;
    float: left;
    padding: 3px 0px;
    padding-left: 2%;
    border-bottom: 2px solid #74b2ea;
}

.title>h1 {
    border-left: 4px solid #74b2ea;
    padding-left: 1%;
    float: left;
    width: 98%;
}

.title>h1>a {
    color: royalblue;
}

.title>h1>.more {
    float: right;
}

.title>h1>.more>a {
    font-size: 0.8em;
    font-weight: normal;
}

.vodlist {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.vodlist>.listpic {
    width: 20%;
    float: left;
    padding-top: 10px;
    text-align: center;
}

.vodlist>.listpic>a {
    width: 90%;
    display: inline-block;
}

.vodlist>.listpic>a:hover {
    color: steelblue
}

.vodlist>.listpic>a>.vodpic {
    width: 100%;
    height: 0px;
    padding-bottom: 135%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    border-radius: 12px;
}

.vodlist>.listpic>a>.vodpic>.time {
    color: #000;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #74b2ea;
    width: 50%;
    opacity: 0.6;
    border-radius: 15px;
    padding: 3px 10px;
}

.vodlist>.listpic>a>.vodname {
    padding: 5px 0px;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    height: 20px;
}

.newslist>ul,
.newslist>ul>li,
.newslist>.newsindex>ul,
.newslist>.newsindex>ul>li {
    float: left;
}

.newslist>ul>.name {
    position: absolute;
    left: 12%;
    top: 16px;
    float: none;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslist>ul,
.newslist>.newsindex>ul {
    width: 96%;
    padding: 15px 2%;
    font-size: 1.2em;
    position: relative;
}

.newslist>.newsindex {
    width: 50%;
    float: left;
}

.newslist>.newsindex .name {
    width: 79%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#topdiv>.toptext {
    color: blue;
    font-weight: bold;
    margin-top: 50px;
    font-size: 2.2em;
}

.newslist .time {
    float: right;
    margin-top: 5px;
}

.newslist .type {
    padding-right: 20px;
}

.pager {
    width: 100%;
    float: right;
    text-align: center;
    padding: 10px 0px;
}

.pager a {
    padding: 5px 10px;
    border-radius: 4px;
}

.pager a:hover {
    background: skyblue
}

.pager a.now {
    background: #74b2ea
}

.pager .wap {
    display: none
}

.btns {
    cursor: pointer;
}

.newsbody {
    width: 100%;
    float: left;
}

.newsbody>.title {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px;
    font-size: 1.6em;
}

.newsbody>.nbodys {
    width: 94%;
    float: left;
    padding: 3%;
    font-size: 1.4em;
    line-height: 1.6em;
}

.newsbody>.nbodys>img {
    max-width: 100%;
}

.prenext {
    padding: 5px 0px;
    border-bottom: 2px solid #74b2ea;
}

.prenext {
    width: 100%;
    float: left;
}

.prenext>span {
    padding: 5px 0px;
    float: left;
}

.prenext>span.right {
    float: right;
}

.playerlist {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.playerlist>a {
    margin: 15px 0px 0px 15px;
    padding: 8px 25px;
    float: left;
    border: 1px solid #74b2ea;
    border-radius: 5px;
}

.download,
.download>.downlist {
    width: 100%;
    float: left;
}

.download {
    margin-bottom: 20px;
}

.download>.downlist {
    margin-top: 15px;
}

.download>.downlist>input,
.download>.downlist>button {
    border: 1px solid #74b2ea;
    padding: 10px;
    vertical-align: top;
    margin-top: 10px;
}

.download>.downlist>input {
    width: 80%;
    padding: 11px;
    color: darkmagenta;
    border-radius: 5px 0px 0px 5px;
}

.download>.downlist>button {
    background-color: #74b2ea;
    border-radius: 0px 5px 5px 0px;
    color: #FFF;
    cursor: pointer;
}

.zylist ul {
    width: 100%;
    float: left;
    margin-top: 10px;
    background-color: #f1f1f1;
    padding: 20px 0px;
    border-radius: 10px;
}
/*
.zylist .img {
    text-align: center;
}
*/
.zylist .zy li {
    float: left;
    margin-left: 20%;
    width: 51%;
    padding: 5px 0px;
}

.zylist .zy li span {
    color: blue;
}

.helphead {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
}

.helphead button {
    background-color: #74b2ea;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #74b2ea;
    padding: 10px 15px;
    vertical-align: top;
}

.helphead .now {
    background-color: #f7b5ec;
}

.starinfo {
    width: 96%;
    float: left;
    margin: 2%;
    background-color: #fdd6f7;
    border-radius: 10px;
    padding-bottom: 2%;
}

.starinfo>.startpic {
    width: 10%;
    height: 0px;
    padding-bottom: 10%;
    border-radius: 50px;
    margin-top: 2%;
    margin-left: 5%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.hide {
    display: none;
}

.starinfo>.starsinfo {
    float: left;
    margin-top: 2%;
    margin-left: 3%;
    width: 30%;
}

.starinfo>.starsinfo>ul {
    float: left;
    width: 100%;
}

.starinfo>.starsinfo>ul>li {
    padding: 2%;
    width: 96%;
    float: left;
}

.starinfo>.starsremark {
    float: left;
    width: 48%;
    padding: 2%;
}

.starlist {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #74b2ea;
    padding-bottom: 2%;
    position: relative;
}

.starlist>.list {
    width: 90%;
    margin-left: 6%;
    margin-top: 3%;
    overflow: hidden;
    float: left;
}

.starlist .starimg {
    width: 14.28%;
    float: left;
}

.starlist .starimg>a {
    width: 100%;
    float: left;
}

.starlist .starimg>a>div {
    width: 90%;
    height: 0px;
    padding-bottom: 120%;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.starlist>.left,
.starlist>.right {
    position: absolute;
    height: 100%;
    width: 4%;
    background-image: url("/public/images/arr_left.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;
    cursor: pointer;
}

.starlist>.right {
    background-image: url("/public/images/arr_right.png");
    right: 0px;
}

.letter {
    width: 100%;
    float: left;
}

.letter>li {
    padding: 4px 7px;
    border: 1px solid #f7b5ec;
    float: left;
    margin: 3px;
    cursor: pointer;
}

.letter>li.now {
    background-color: #74b2ea;
    color: #FFF
}

.scroll-mian {
    position: fixed;
    bottom: 66px;
    right: 10px;
    z-index: 103;
}

.scroll-mian ul {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0px;
    margin-bottom: 0px;
}

.scroll-mian ul li {
    float: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    opacity: 0.9;
    margin: 2px;
    background: #1D7AD9;
    border: 1px solid #1760a8;
}

.scroll-mian .icon {
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;
    width: 25px;
    height: 25px;
}

.icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon.icon_arrow_up {
    background-image: url(/public/images/arrow_up.png);
}

.helpbody {
    background-color: none;
    width: 100%;
    border-radius: 5px;
    font-size: 12px;
}

@media screen and (max-width: 800px) {
    .index5 {
        display: block;
    }

    #menu>ul>li {
        width: 20%;
    }

    #menu>ul>li>a {
        padding: 3px 0px;
        font-size: 0.9em;
    }

    #menu>ul>li>a.now {
        margin-top: 15px;
    }

    .topsite {
        font-size: 1.1em
    }

    .title>h1 {
        font-size: 1rem
    }

    .vodlist>.listpic {
        width: 50%;
        float: left;
        padding-top: 10px;
        text-align: center;
    }

    .vodlist>.listpic>a {
        width: 90%;
        display: inline-block;
        font-size: 1em
    }

    .vodlist>.listpic>a:hover {
        color: steelblue
    }

    .vodlist>.listpic>a>.vodpic {
        width: 100%;
        height: 0px;
        padding-bottom: 140%;
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }

    .vodlist>.listpic>a>.vodpic>.time {
        width: 60%;
    }

    .vodlist>.listpic>a>.vodname {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        float: left;
    }

    .pager .wap {
        display: inline-block;
    }

    .pager .pc {
        display: none;
    }

    .newslist>.newsindex {
        width: 100%;
        float: left;
        font-size: 0.8em;
    }

    .newslist>.newsindex .name {
        width: 70%;
    }

    .newslist .name {
        width: 45%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 0.8em;
        position: absolute;
        left: 27%;
        top: 18px;
        float: none;
    }

    #topdiv>.newurl>.newlink {
        font-size: 1.3em;
        color: #039aff;
    }

    #topdiv>.toptext {
        margin-top: 0px;
        font-size: 1.3em;
    }

    .newsbody>.nbodys {
        width: 94%;
        float: left;
        padding: 3%;
        font-size: 1.1em;
        line-height: 1.4em;
    }

    .prenext>span {
        padding: 5px 0px;
        width: 100%;
    }

    .prenext>span.right {
        text-align: left;
    }

    .download>.downlist>input {
        width: 72%;
    }

    .starinfo>.startpic {
        width: 25%;
        padding-bottom: 25%;
    }

    .starinfo>.starsinfo {
        width: 60%;
    }

    .starinfo>.starsremark {
        width: 96%;
    }

    .starlist .starimg {
        width: 33.33%;
    }

    .close_discor {
        width: 50px;
        max-width: 50px;
    }

    .close_discor img {
        width: 100%;
        max-width: 50px;
    }

    #flasher {
        padding-bottom: 50%;
    }
}