/* 全局样式重置 */
* {
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

html,
body {
    height: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
a,
img,
ul,
li,
ol,
form,
button,
textarea,
dl,
dt,
dd,
iframe {
    margin: 0;
    padding: 0;
}

body {
    background: #f7f7f7;
    text-align: left;
    font: 13px/1.5 "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #333;
}

a {
    cursor: pointer;
    color: #37a;
    text-decoration: none;
    outline: 0 none;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #41ac52;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
    font-size: 16px;
}

ol,
ul {
    list-style: none;
}

em {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

img,
a {
    -webkit-touch-callout: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.wrap {
    margin: 0 auto;
    width: 1040px;
}

.pc {
    display: inline;
}

.mt {
    display: none;
}

@font-face {
    font-family: 'Voltaire';
    font-style: normal;
    font-weight: 400;
    src: url('../font/voltaire.eot');
    src: local('Voltaire'), url('../font/voltaire.woff2') format('woff2');
    src: local('Voltaire'), url('../font/voltaire.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Logo 字体 */
@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont1.woff2') format('woff2'), url('../font/iconfont1.woff') format('woff'), url('../font/iconfont1.ttf') format('truetype');
}

[class*='icon-'],
[class^='icon-'] {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}

.icon-top:before {
    content: "\e6bb";
}

.icon-home:before {
    content: "\e60e";
}

.icon-close:before {
    content: "\e724";
}

.icon-apple:before {
    content: "\e617";
    color: #555;
}

.icon-android:before {
    content: "\e604";
    color: #555;
}

.icon-desktop:before {
    content: "\e8c3";
}

.icon-url:before {
    content: "\e602";
}

.icon-email:before {
    content: "\e638";
}

.icon-bs-menu:before {
    content: "\e607";
    color: #41ac52;
}

.icon-bs-more:before {
    content: "\e78d";
    color: #41ac52;
}

.icon-safari:before {
    content: "\e772";
    color: #41ac52;
}

.icon-telegram:before {
    content: "\e693";
}

.icon-collaborate:before {
    content: "\e6d7";
}

.icon-familiar:before {
    content: "\e6a2";
}

.icon-service:before {
    content: "\e601";
}

.icon-searchs:before {
    content: "\e955";
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    margin: 0px 1px 0px -4px;
}

.icon-searchsarrows:before {
    content: "\e75a";
    color: #999;
}

.icon-fire:before {
    content: "\e63c";
    color: #41ac52;
}

.icon-searchs {
    width: 50px;
    height: 58px;
    padding: 15px 22px 15px -6px;
    margin: 41% 23px 54% 40%;
}

/* Nav */
.nav-wrap {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.nav {
    box-sizing: border-box;
    width: 1040px;
    margin: 0 auto;
}

.nav li {
    padding: 0 10px;
    box-sizing: border-box;
}

.nav .logo {
    float: left;
    min-width: 22%;
    margin-top: 19px;
    overflow: hidden;
}

.nav .logo .domain {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}

.nav .logo .domain a {
    color: #41ac52;
    display: inline-block;
    transition: transform 0.3s ease;
}

.nav .logo .domain a:hover {
    color: #3d9f4c;
    transform: scale(1.02);
}

.nav .logo .domain img {
    transition: transform 0.3s ease;
}

.nav .logo .domain img:hover {
    transform: scale(1.02);
}

.nav .logo .url {
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    color: #999;
    font-size: 12px;
}

.nav .logo .url span {
    display: block;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #666;
    text-transform: lowercase;
}

.nav .logo .url i {
    font-style: normal;
    color: #41ac52;
}

.nav .btn-icon {
    float: right;
    width: 78%;
    padding: 10px 0;
}

.nav .btn-icon li {
    width: 19%;
    text-align: center;
    height: 130px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.nav .btn-icon li i {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 70px;
    margin: 0 auto;
    padding: 5px 0 10px 0;
    color: #555;
    transition: all 0.3s ease;
}

.nav .btn-icon li span {
    display: block;
    height: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #555;
    transition: all 0.3s ease;
}

.nav .btn-icon li span.subtitle {
    color: #999;
    font-weight: normal;
    font-size: 12px;
}

.nav .btn-icon li a, 
.nav .btn-icon li div {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav .btn-icon li:hover {
    background: #f7f7f7;
    border-radius: 3px;
}

.nav .btn-icon li:hover i {
    color: #41ac52;
    transform: translateY(-2px);
}

.nav .btn-icon li:hover span.title {
    color: #41ac52;
}

.nav .btn-icon li:hover .tips {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav .btn-icon li .tips {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    margin-top: 23px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 12px;
    min-width: 240px;
    line-height: 26px;
    background-color: rgba(255, 255, 255, 0.97);
    color: #555;
    white-space: nowrap;
    border: 1px solid #e5e5e5;
    z-index: 100;
}

.nav .btn-icon li .tips:before,
.tips:after {
    content: "";
    position: absolute;
    display: block;
    border-width: 8px;
    border-style: solid;
    width: 0;
    height: 0;
}

.nav .btn-icon li .tips:before {
    left: 50%;
    margin-left: -8px;
    top: -16px;
    border-color: transparent transparent #e5e5e5 transparent;
}

.nav .btn-icon li .tips:after {
    left: 50%;
    margin-left: -8px;
    top: -15px;
    border-color: transparent transparent #fff transparent;
}

.nav .btn-icon li .tips p {
    color: #41ac52;
    margin-bottom: 5px;
}

.nav .btn-icon li .tips em {
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.nav .btn-icon li .tips span {
    display: none;
}

/* Menu */
.menu {
    margin-top: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.menu dl {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.menu dl:first-child {
    border-top: 0;
}

.menu dl,
#subMenuBox dl,
#subMenuBox1 dl,
#subMenuBox2 dl,
#subMenuBox3 dl {
    border-top: 1px solid #f0f0f0;
}

.menu dt,
.menu dd {
    float: left;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.menu dt {
    width: 8%;
    font-size: 18px;
}

.menu dt,
.menu dt a {
    color: #494949;
    transition: all 0.3s ease;
}

.menu dt a:hover {
    color: #41ac52;
}

.menu dt:after {
    content: "";
    position: absolute;
    z-index: 1;
    margin: 13px 36px 0;
    width: 1px;
    height: 16px;
    background: #e5e5e5;
}

.menu dt .cur,
.menu dd .cur {
    color: #fff;
    background: #41ac52;
    border-radius: 3px;
}

.menu dd {
    width: 11.5%;
    font-size: 15px;
}

.menu dd a {
    display: block;
    transition: all 0.3s ease;
    padding: 0 5px;
    border-radius: 3px;
}

.menu dd a:hover {
    background: #f3f9f2;
    color: #41ac52;
}

/* 搜索区域 */
.search {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
}

/* Mod */
.mod {
    margin-top: 20px;
}

.mod .title {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    position: relative;
}

.mod .title h3 {
    float: left;
    font-size: 24px;
    color: #494949;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.mod .title h3:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #41ac52;
    transition: width 0.3s ease;
}

.mod .title h3:hover:after {
    width: 100%;
}

.mod .title h3 a {
    color: #494949;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.mod .title h3 a:hover {
    color: #41ac52;
}

.mod .title h3 em {
    font-size: 24px;
    padding-right: 5px;
    color: #41ac52;
}

.mod .title .tags {
    float: right;
}

.mod .title .tags a {
    float: left;
    display: block;
    margin: 5px 0 0 10px;
    border-radius: 3px;
    padding: 5px 10px;
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.mod .title .tags a:hover {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
}

.mod .title .tags h2 {
    float: left;
    font-size: 14px;
}

.mod .title .more {
    float: right;
}

.mod .title .total {
    float: right;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    color: #999;
    transition: all 0.3s ease;
}

.mod .title .total:hover {
    color: #41ac52;
}

.mod .title .total em {
    padding: 0 5px;
    color: #41ac52;
    font-weight: bold;
}

.mod .row dl {
    position: relative;
    display: block;
    float: left;
    transition: all 0.3s ease;
}

.mod .row dl:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mod .row dt {
    position: relative;
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 4px;
}

.mod .row dt img,
.mod .row li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.mod .row dt:hover img {
    transform: scale(1.05);
}

.mod .row dd a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    color: #3377aa;
    transition: all 0.3s ease;
}

.mod .row dl:hover dd a {
    color: #41ac52;
}

.mod .col2,
.mod .col3,
.mod .col4,
.mod .col6 {
    margin-right: -20px;
}

.mod .col2 dt a,
.mod .col3 dt a,
.mod .col4 dt a,
.mod .col5 dt a,
.mod .col6 dt a {
    display: block;
    width: 100%;
    height: 100%;
}

.mod .col5 img,
.mod .col6 img {
    object-fit: cover;
}

.mod .col2 dl {
    margin: 5px 20px 15px 0;
    width: 98.5%;
    border-radius: 4px;
}

.mod .col2 dt {
    height: 150px;
    max-height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.mod .col2 dd,
.mod .col3 dd,
.mod .col4 dd,
.couplet-lefttop span,
.couplet-righttop span,
.couplet-left span,
.couplet-right span {
    display: block;
    position: absolute;
    z-index: 6;
    right: 2px;
    bottom: 2px;
    padding: 0 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.mod .col3 dl {
    margin: 10px 20px 20px 0;
    width: 98.5%;
    border-radius: 4px;
}

.mod .col3 dt {
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
}

.mod .col4 dl {
    margin: 10px 20px 20px 0;
    width: 98.5%;
    border-radius: 4px;
}

.mod .col4 dt {
    height: 487px;
    border-radius: 4px;
    overflow: hidden;
}

.mod .col5 {
    margin-right: -12.5px;
}

.mod .col5 dl {
    margin: 15px 12.5px 20px 0;
    width: 250px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.mod .col5 dl:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mod .col5 dt {
    height: 140px;
    border-radius: 4px;
    overflow: hidden;
}

.mod .col5 dt a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/play.png) center no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.mod .col5 dt i {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 20px;
    padding: 10px 10px 4px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3) 25.5%, rgba(0, 0, 0, .08) 70%, rgba(0, 0, 0, 0));
    color: #fff;
    font-size: 12px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.mod .col6 dl {
    margin: 15px 20px 20px 0;
    width: 200px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.mod .col6 dl:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mod .col6 dt {
    height: 280px;
    border-radius: 4px;
    overflow: hidden;
}

.mod .col6 dt i {
    display: block;
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 5px;
    padding: 0 4px;
    border-radius: 2px;
    background: rgba(65, 172, 82, .8);
    color: #fff;
    font-size: 13px;
    font-style: normal;
    letter-spacing: normal;
}

.mod .col2 dt a:hover:before,
.mod .col3 dt a:hover:before,
.mod .col4 dt a:hover:before,
.mod .col5 dt a:hover:before,
.mod .col6 dt a:hover:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

.mod .col4 dl h3,
.mod .col5 dl h3,
.mod .col6 dl h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    margin-top: 8px;
    text-align: center;
    font-weight: normal;
    color: #333;
    transition: all 0.3s ease;
}

.mod .col4 dl:hover h3,
.mod .col5 dl:hover h3,
.mod .col6 dl:hover h3 {
    color: #41ac52;
}

.mod .col ul {
    margin: 20px 0;
}

.mod .col li:nth-of-type(odd) {
    background: #f9f9f9;
}

.mod .col li {
    width: 100%;
    transition: all 0.3s ease;
}

.mod .col li:hover {
    transform: translateX(5px);
}

.mod .col li a {
    display: block;
    box-sizing: border-box;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    color: #3377aa;
    transition: all 0.3s ease;
}

.mod .col li a:first-child {
    border-top: 1px solid #f0f0f0;
}

.mod .col li a:visited {
    color: #999;
}

.mod .col li a:hover {
    background-color: #f3f9f2;
    color: #41ac52;
}

.mod .col li em {
    float: left;
    display: block;
    width: 30px;
    color: #41ac52;
    font-size: 18px;
    text-align: center;
}

.mod .col ul {
    counter-reset: list 0
}

.mod .col ul li {
    counter-increment: list
}

.mod .col ul li em:before {
    content: counter(list, decimal-leading-zero)
}

.mod .col li h3 {
    padding: 0 20px;
    font-style: normal;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mod .col li span {
    float: right;
    font-size: 12px;
    color: #999;
}

.pagination {
    margin: 30px 0 10px 0;
}

.pagination {
    height: 60px;
    line-height: 32px;
    text-align: center;
}

.pagination a {
    display: inline-block;
    margin: 5px 2px;
    padding: 0 12px;
    border-radius: 3px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #37a;
    transition: all 0.3s ease;
}

.pagination a:hover,
.pagination strong {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
}

.pagination strong {
    display: inline-block;
    margin: 0 2px;
    padding: 0 12px;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}

/* Content */
.main h1 {
    padding: 20px 0;
    color: #494949;
    font-size: 26px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.main h1:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
    background-color: #41ac52;
    transition: width 0.3s ease;
}

.main h1:hover:after {
    width: 120px;
    margin-left: -60px;
}

.main .content {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0;
    line-height: 1.8;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.main .content img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    background: #f9f9f9;
    padding: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.main .content img:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.main .content p {
    padding: 10px 0;
    line-height: 1.8;
    margin-bottom: 10px;
}

.main .content br {
    display: inline;
    line-height: 30px;
}

.main .content ul {
    width: 100%;
    margin-top: 20px;
}

.main .content li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.main .content li a {
    display: block;
    padding: 8px 14px;
    border-radius: 3px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #37a;
    transition: all 0.3s ease;
}

.main .content li a:visited {
    background: #f7f7f7;
    color: #999;
}

.main .content li a:hover {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
    transform: translateY(-2px);
}

.main .content .player {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main .content .player-wrap {
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
}

.main .content .player-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main .post-link {
    margin: 20px 0 10px 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.main .post-link h2 {
    display: inline;
    font-size: 18px;
}

.main .post-link a {
    overflow: hidden;
    color: #37a;
    transition: all 0.3s ease;
}

.main .post-link a:hover {
    color: #41ac52;
}

.main .post-link .prev {
    float: left;
    text-align: left;
    width: 49%;
    position: relative;
    padding-left: 20px;
}

.main .post-link .prev:before {
    content: "←";
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
}

.main .post-link .prev:hover:before {
    transform: translateX(-5px);
}

.main .post-link .next {
    float: right;
    text-align: right;
    width: 49%;
    position: relative;
    padding-right: 20px;
}

.main .post-link .next:after {
    content: "→";
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.3s ease;
}

.main .post-link .next:hover:after {
    transform: translateX(5px);
}

/* Sponsor */
#topBox {
    background: rgba(255, 255, 255, 0);
    margin-bottom: 20px;
}

#topBox .mod,
#centerBox .mod,
#btmBox .mod {
    margin: 0 auto;
}

.player-tips {
    position: absolute;
    z-index: 10000;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.96);
    font-size: 16px;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.player-tips dl {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    box-sizing: border-box;
    width: 600px;
    height: 400px;
    padding: 20px 0;
}

.player-tips a {
    position: absolute;
    display: block;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.player-tips .title {
    font-size: 24px;
    color: #41ac52;
}

.player-tips .icon {
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
    height: 200px;
    background: url(https://mm2ah.com/image/200-200.gif) no-repeat 0 0 / 100% 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.player-tips .icon:hover {
    transform: scale(1.02);
}

.player-tips .icon .xiazaidiv .xiazaitupian {
    width: 100%;
    height: 100%;
}

.player-tips .icon a {
    display: block;
    width: 200px;
    height: 200px;
}

.player-tips .download {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
}

.player-tips .download span {
    padding: 8px 30px;
    background: #f7f7f7;
    color: #333;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    display: inline-block;
}

.player-tips .download a:hover span {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
    transform: translateY(-2px);
}

.player-tips .btn-close {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.player-tips .btn-close:hover {
    color: #333;
    transform: rotate(90deg);
}

.couplet-left,
.couplet-right,
.couplet-lefttop,
.couplet-righttop {
    position: fixed;
    top: 10%;
    margin: 5px;
    z-index: 70;
}

.couplet-lefttop,
.couplet-righttop {
    top: 50%;
}

.couplet-left,
.couplet-lefttop {
    left: 0;
}

.couplet-right,
.couplet-righttop {
    right: 0;
}

.couplet-lefttop li,
.couplet-righttop li,
.couplet-left li,
.couplet-right li {
    position: relative;
    width: 150px;
    height: 350px;
}

.couplet-lefttop a,
.couplet-righttop a,
.couplet-left a,
.couplet-right a {
    position: absolute;
    z-index: 3;
    width: 150px;
    height: 350px;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
}

.couplet-lefttop a:hover,
.couplet-righttop a:hover,
.couplet-left a:hover,
.couplet-right a:hover {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
}

.couplet-lefttop .btn-close,
.couplet-righttop .btn-close,
.couplet-left .btn-close,
.couplet-right .btn-close {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: .8;
    z-index: 5;
    border-radius: 0 0 0 3px;
    transition: all 0.3s ease;
}

.couplet-lefttop .btn-close:hover,
.couplet-righttop .btn-close:hover,
.couplet-left .btn-close:hover,
.couplet-right .btn-close:hover {
    opacity: 1;
}

/* Footer */
.footer {
    margin-top: 30px;
    padding: 20px 0;
    line-height: 1.8;
    text-align: center;
    background: #f7f7f7;
    color: #999;
    border-top: 1px solid #e5e5e5;
}

#foot {
    margin-top: 30px;
}

#appBox {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0.62rem;
    right: 0;
    width: 100%;
    min-height: 0.2rem;
    z-index: 11001;
}

#appBox.show {
    display: block;
    animation: fadein 0.3s, fadeout 0.5s 11.7s;
}

@keyframes fadein {
    from {
        opacity: 0;
        bottom: 0;
    }

    to {
        opacity: 1;
        bottom: 30px;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.8;
        color: rgba(0, 0, 0, 0.8);
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        background: #fff;
        color: rgba(65, 172, 82, 1);
    }

    to {
        opacity: 1.0;
    }
}

.app-tips {
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 3px;
    background: #41ac52;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.app-tips:hover {
    background: #37a248;
}

.app-tips .btn-close {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    right: 0;
    padding: 2px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s ease;
}

.app-tips .btn-close:hover {
    color: #fff;
    transform: rotate(90deg);
}

/* Other */
.nav .domain,
.mod .title .count em,
.mod .row i,
.mod .col li em,
.mod .col li span,
.pagination .mobile {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.guide {
    position: fixed;
    display: block;
    left: 50%;
    margin-left: 540px;
    bottom: 20px;
    z-index: 90;
}

.guide a {
    display: block;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    font-size: 18px;
    text-align: center;
    opacity: .9;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.guide a:hover {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
    transform: translateY(-2px);
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    overflow-y: scroll;
    cursor: pointer;
    z-index: 1000;
}

.popupmask {
    position: fixed;
    width: 100%;
    height: 20%;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    overflow-y: scroll;
    cursor: pointer;
    text-align: center;
    z-index: 999;
}

.pop {
    position: fixed;
    left: 50%;
    top: 35%;
    margin-left: -160px;
    margin-top: -200px;
    border-radius: 4px;
    width: 320px;
    height: 460px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-align: center;
    z-index: 11001;
    overflow: hidden;
}

.pop dt {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
}

.pop dd {
    margin: 13px;
}

.pop .sub-title {
    line-height: 26px;
    color: #999;
}

.pop .url {
    cursor: pointer;
    margin: 10px 20px;
    border-radius: 3px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    background: #f7f7f7;
    color: #666;
    text-transform: lowercase;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.pop .url:hover {
    background: #f2f2f2;
}

.pop em {
    color: #41ac52;
    font-size: 14px;
}

.pop .all {
    margin-top: 26px;
    text-align: center;
}

.pop .all a {
    padding: 8px 30px;
    background: #f7f7f7;
    color: #333;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    display: inline-block;
}

.pop .all a:hover {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
    transform: translateY(-2px);
}

.pop .btn-close {
    margin: 0 auto;
    margin-top: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.pop .btn-close a {
    display: block;
    background: #f7f7f7;
    color: #999;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.pop .btn-close a:hover {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
    transform: rotate(90deg);
}

/* 搜索框样式 */
.container {
    float: left;
    width: 49%;
    height: 53px;
    margin: 15px 1% 10px 0%;
    position: relative;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.container>div {
    float: left;
}

.container .logo {
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120px;
}

.container .input {
    position: relative;
    float: left;
    width: 80%;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 3px 0 0 3px;
    transition: all 0.3s ease;
}

.container .input:focus-within {
    border-color: #41ac52;
    box-shadow: 0 0 3px rgba(65, 172, 82, 0.3);
}

.container .input>input {
    float: left;
    width: 70%;
    height: 46px;
    outline: none;
    border: none;
    padding: 0 10px 0 10px;
    margin: 0;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    border-radius: 3px 0 0 3px;
    transition: all 0.3s ease;
}

.container .input>input:focus {
    color: #000;
}

.container .input>input::-webkit-input-placeholder {
    color: #999;
    transition: all 0.3s ease;
}

.container .input>input:focus::-webkit-input-placeholder {
    color: #ccc;
}

.container .input .picker {
    float: left;
    width: 30%;
    height: 46px;
    padding-right: 7px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 44px;
    background-color: #fff;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    text-align: right;
    background-position: 88% center;
    background-repeat: no-repeat;
    user-select: none;
    transition: all 0.3s ease;
}

.container .input .picker:hover {
    color: #41ac52;
}

.container .input .picker-list {
    list-style: none;
    padding: 5px 0;
    width: 120px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    line-height: 33px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: none;
    z-index: 9999;
    border: 1px solid #e5e5e5;
    animation: fadeIn 0.3s ease;
}

.container .input .picker-list>li {
    padding-left: 44px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #333;
    transition: all 0.3s ease;
}

.container .input .picker-list>li:hover {
    background-color: #f3f9f2;
    cursor: pointer;
    color: #41ac52;
    padding-left: 48px;
}

.container .input .hot-list {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: none;
    z-index: 9999;
    border: 1px solid #e5e5e5;
    animation: fadeIn 0.3s ease;
}

.container .input .hot-list>a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.container .input .hot-list>a:hover {
    background-color: #f3f9f2;
    color: #41ac52;
    padding-left: 15px;
}

.container .input .hot-list>a>div {
    float: left;
}

.container .input .hot-list>a>div.number {
    text-align: center;
    width: 40px;
    color: #41ac52;
    font-weight: bold;
}

.container .searchs {
    float: left;
    width: 20%;
    height: 48px;
    background-color: #41ac52;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.container .searchs:hover {
    background-color: #37a248;
}

.container .searchs i {
    transition: all 0.3s ease;
}

.container .searchs:hover i {
    transform: scale(1.1);
}

.searchotword {
    overflow: hidden;
    float: left;
    width: 50%;
    height: 53px;
    font-size: 14px;
    color: #666;
    border-radius: 2px;
    margin: 12px 0 0 0;
}

.searchotword a {
    float: left;
    background: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin: 0px 6px 4px 0px;
    padding: 0 8px;
    line-height: 1.8;
    color: #37a;
    transition: all 0.3s ease;
}

.searchotword a:hover {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
    transform: translateY(-2px);
}

.TheCurrentSearchBox {
    float: left;
    width: 10%;
    height: 43px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #41ac52;
    margin: 0 10px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.TheCurrentSearchBox:hover {
    background-color: #37a248;
    transform: translateY(-2px);
}

.OtherSearchBoxes {
    float: left;
    width: 10%;
    height: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    background-color: #f7f7f7;
    margin: 0 10px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.OtherSearchBoxes:hover {
    background-color: #f2f2f2;
    transform: translateY(-2px);
}

.footer .wrap .spread {
    float: left;
    width: 20%;
    height: 94px;
    margin: 0 0 0 0;
}

.spreadimage {
    float: left;
    width: 20%;
    margin: 0px 5% 0 0;
    padding: 9px 0 0 0;
    transition: all 0.3s ease;
}

.spreadimage:hover {
    background: #f2f2f2;
    transform: translateY(-2px);
}

.spreadimage .spreadp1 {
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.spreadimage:hover .spreadp1 {
    color: #41ac52;
}

.spreadimage .spreadp2 {
    font-size: 12px;
    color: #999;
}

.footer .wrap .menu {
    background: #f7f7f7;
}

.footer i {
    font-size: 32px;
    color: #999;
    transition: all 0.3s ease;
}

.footer a:hover i {
    color: #41ac52;
    transform: translateY(-2px);
}

/*响应式*/
@media screen and (max-width:1366px) {
    .guide {
        left: unset;
        right: 0;
        margin: 0 1.5% 0;
        bottom: 140px;
    }

    #couplet,
    #couplet1 {
        display: none;
    }

    .couplet-lefttop,
    .couplet-righttop,
    .couplet-left,
    .couplet-right {
        margin: 0 33px;
    }
}

@media screen and (max-width:1280px) {
    a,
    a:hover,
    a:active,
    a:visited,
    a:link,
    a:focus {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
        text-decoration: none;
    }

    .pc {
        display: none;
    }

    .mt {
        display: inline;
    }

    .wrap {
        width: 100%;
    }

    .guide a:hover {
        background: #f7f7f7;
        color: #37a;
    }

    .nav,
    .menu,
    .mod,
    .main {
        width: 97%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .nav .logo {
        min-width: 25%;
        margin-top: 9px;
    }

    .nav .btn-icon {
        width: 68%;
        padding: 0px 0;
        padding-bottom: 0px;
    }

    .nav .btn-icon li {
        height: 110px;
    }

    .nav .btn-icon li .tips {
        left: 0;
        margin-left: 0;
        margin-top: 30px;
    }

    .nav .btn-icon li .tips:before,
    .nav .btn-icon li .tips:after {
        left: 60px;
        margin-left: 0;
        top: -16px;
    }

    .nav .btn-icon li:last-child .tips {
        left: unset;
        right: 0;
    }

    .nav .btn-icon li:last-child .tips:before,
    .nav .btn-icon li:last-child .tips:after {
        left: unset;
        right: 60px;
        margin-left: 0;
        top: -16px;
    }

    .menu {
        margin-top: 20px;
    }

    .menu dt:after {
        margin: 13px 2.1% 0;
    }

    .mod .row a:hover:before {
        display: none;
    }

    .mod .col2 {
        margin: 0;
    }

    .mod .col2 dl {
        width: 98.5%;
    }

    .mod .col2 dt {
        padding-bottom: 15.43%;
    }

    .mod .col3 {
        margin: 0;
    }

    .mod .col3 dl {
        width: 96%;
    }

    .mod .col3 dt {
        padding-bottom: 15%;
    }

    .mod .col4 {
        margin-top: 0;
    }

    .mod .col4 dl {
        width: 97%;
    }

    .mod .col4 dt {
        padding-bottom: 40.38%;
    }

    .mod .col5 dl {
        width: 31.83%;
    }

    .mod .col5 dt {
        padding-bottom: 56.25%;
    }

    .mod .col6 dl {
        width: 23.5%;
    }

    .mod .col6 dt {
        padding-bottom: 140%;
    }

    .mod .col2,
    .mod .col3,
    .mod .col4,
    .mod .col5,
    .mod .col6 {
        margin-right: -1.5%;
    }

    .mod .col2 dl,
    .mod .col3 dl,
    .mod .col4 dl,
    .mod .col5 dl,
    .mod .col6 dl {
        margin: 0.75% 1.5% 0.75% 0;
    }

    .mod .col2 dt,
    .mod .col3 dt,
    .mod .col4 dt,
    .mod .col5 dt,
    .mod .col6 dt {
        width: 100%;
        height: 0;
    }

    .mod .col2 dd,
    .mod .col3 dd,
    .mod .col4 dd {
        display: none;
    }

    .index-list .col5 dl:nth-last-child(-n+1) {
        display: none;
    }

    .channel-list .col5 dl:nth-last-child(-n+2) {
        display: none;
    }

    .play-list .col5 dl:nth-last-child(-n+1) {
        display: none;
    }

    .pagination {
        margin: 30px 0 20px 0;
    }

    .main h1 {
        font-size: 24px;
    }

    .main .content img {
        max-width: 100%;
    }

    .footer {
        margin-top: 20px;
    }

    .couplet-lefttop,
    .couplet-righttop,
    .couplet-left,
    .couplet-right {
        margin: 0 1.5% 3% 1.5%;
    }

    .couplet-lefttop li,
    .couplet-righttop li,
    .couplet-lefttop a,
    .couplet-righttop a,
    .couplet-lefttop img,
    .couplet-righttop img,
    .couplet-left li,
    .couplet-right li,
    .couplet-left a,
    .couplet-right a,
    .couplet-left img,
    .couplet-right img {
        width: 10vw;
        height: 23vw;
    }
}

/*移动端*/
@media screen and (max-width:760px) {
    .mobile {
        display: none;
    }

    #topBox {
        background: rgba(255, 255, 255, 0);
        margin: 120px 0 0 0;
    }

    .wrap {
        overflow: hidden;
    }

    .popupmask {
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        overflow-y: scroll;
        cursor: pointer;
        text-align: center;
    }

    .TheCurrentSearchBox {
        float: left;
        width: 20%;
        height: 43px;
        border: 0;
        border-radius: 3px;
        color: #fff;
        font-size: 18px;
        background-color: #41ac52;
    }

    .OtherSearchBoxes {
        float: left;
        width: 20%;
        height: 42px;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        color: #333;
        font-size: 18px;
        background-color: #f7f7f7;
    }

    .container {
        float: left;
        width: 96%;
        height: 53px;
        margin: 15px 2% 0px 2%;
        position: relative;
    }

    .searchotword {
        overflow: hidden;
        float: left;
        width: 100%;
        height: 74px;
        font-size: 14px;
        color: #666;
        border-radius: 2px;
        margin: 5px 5px 30px 2px;
        padding: 0px 10px -2px 10px;
    }

    .searchotword a {
        float: left;
        background: #f7f7f7;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
        margin: 5px 8px 12px 11px;
        padding: 0px 5px;
        color: #37a;
    }

    .guide a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .nav li {
        padding: 0 0;
    }

    .nav .logo {
        width: 100%;
    }

    .nav .url {
        float: none;
        text-align: center;
    }

    .nav .btn-icon {
        width: 100%;
        display: block;
        height: 70px;
        text-align: center;
    }

    .nav .btn-icon li {
        height: 90px;
    }

    .nav .btn-icon li i {
        height: 50px;
        line-height: 50px;
        font-size: 48px;
        padding: 5px 0 10px 0;
    }

    .nav .btn-icon li .tips {
        margin-top: 20px;
    }

    .nav .btn-icon li .tips:before,
    .nav .btn-icon li .tips:after {
        left: 30px;
    }

    .nav .btn-icon li:last-child .tips:before,
    .nav .btn-icon li:last-child .tips:after {
        right: 30px;
    }

    .menu {
        margin: 25px 0px 0px;
        border-radius: 0;
        padding: 0;
        width: 100%;
    }

    .menu dl {
        padding: 6px 0;
    }

    .menu dt {
        width: 14%;
        line-height: 62px;
        font-size: 16px;
    }

    .menu dt:after {
        margin: 22px 3% 0;
    }

    .menu dd {
        width: 21.5%;
        line-height: 34px;
        font-size: 14px;
    }

    .mod .title h3 {
        font-size: 20px;
    }

    .mod .row span,
    .couplet-lefttop span,
    .couplet-righttop span,
    .couplet-left span,
    .couplet-right span {
        display: none;
    }

    .mod .col li a {
        padding: 0 10px;
    }

    .mod .col li h3 {
        padding: 0 10px;
        font-size: 16px;
    }

    .mod .col2 {
        margin: 4px 0;
    }

    .mod .col2 dl {
        width: 100%;
        margin: 2px 0;
    }

    .mod .col2 dt {
        padding-bottom: 15.43%;
        width: 100%;
        height: 0;
    }

    .mod .col2 dd {
        display: none;
    }

    .mod .col3 dl:first-child {
        width: 98.5%;
    }

    .mod .col3 dl:first-child dt {
        padding-bottom: 15%;
    }

    .mod .col3 dt {
        padding-bottom: 15%;
    }

    .mod .col4 {
        margin-top: 0;
    }

    .mod .col4 dt {
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
    }

    .mod .col5 dl h3,
    .mod .col6 dl h3 {
        font-size: 14px;
    }

    .mod .col5 dt {
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
    }

    .mod .col5 dl:first-child dt {
        padding-bottom: 56%;
    }

    .mod .col4,
    .mod .col5,
    .mod .col6 {
        margin-right: -1.5%;
    }

    .mod .col3 dl,
    .mod .col4 dl,
    .mod .col5 dl,
    .mod .col6 dl {
        width: 48.5%;
        margin: 1.5% 1.5% 1.5% 0;
    }

    .index-list .col3 dl,
    .index-list .col4 dl,
    .index-list .col5 dl,
    .index-list .col6 dl {
        width: 48.5%;
        margin: 1.5% 1.5% 1.5% 0;
    }

    .play-list .col3 dl,
    .play-list .col4 dl,
    .play-list .col5 dl,
    .play-list .col6 dl {
        width: 48.5%;
        margin: 1.5% 1.5% 1.5% 0;
    }

    .mod .col6 dt {
        padding-bottom: 140%;
        width: 100%;
        height: 0;
    }

    .index-list .col5 dl:first-child,
    .channel-list .col5 dl:nth-child(5n+1) {
        width: 48.5%;
        margin: 1.5% 1.5% 1.5% 0;
    }

    .index-list .col5 dl:nth-last-child(-n+2),
    .index-list .col6 dl:nth-last-child(-n+2),
    .channel-list .col5 dl:nth-last-child(-n+2),
    .play-list .col5 dl:nth-last-child(-n+1) {
        display: block;
    }

    .main h1 {
        font-size: 20px;
        padding: 20px 0;
    }

    .main .content {
        line-height: 1.8;
        font-size: 16px;
        height: 300px;
    }

    .xsshow {
        height: auto !important;
    }

    .main .post-link {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .main .post-link a {
        width: 49.25%;
        display: block;
        border-radius: 3px;
        background: #f7f7f7;
        color: #37a;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: 1px solid #e5e5e5;
    }

    .main .post-link a:visited {
        background: #f7f7f7;
        color: #999;
    }

    .main .post-link .prev {
        float: left;
        text-align: center;
    }

    .main .post-link .next {
        float: right;
        text-align: center;
    }

    .footer {
        margin: 10px 0px 0 0;
        padding: 0px 0px 120px 0px;
    }

    .player-tips {
        font-size: 0.8em;
    }

    .player-tips dl {
        position: static;
        left: 0;
        top: 0;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .player-tips .title {
        font-size: 1.4em;
        padding-top: 10px;
    }

    .player-tips .icon {
        margin-top: 10px;
        width: 64px;
        height: 64px;
    }

    .player-tips .icon a {
        width: 64px;
        height: 64px;
    }

    .couplet-lefttop,
    .couplet-righttop,
    .couplet-left,
    .couplet-right {
        top: unset;
        bottom: 16%;
    }

    .couplet-lefttop li,
    .couplet-righttop li,
    .couplet-lefttop a,
    .couplet-righttop a,
    .couplet-lefttop img,
    .couplet-righttop img,
    .couplet-left li,
    .couplet-right li,
    .couplet-left a,
    .couplet-right a,
    .couplet-left img,
    .couplet-right img {
        width: 20vw;
        height: 46vw;
    }
}

#rollingadBox .div1 {
    position: relative;
    margin: 10px auto;
    width: 100%;
    height: 120px;
    overflow: hidden;
    box-sizing: content-box;
}

#rollingadBox {
    position: relative;
    margin: 10px auto;
    width: 100%;
    height: 120px;
    overflow: hidden;
    box-sizing: content-box;
}

#rollingadBox .div1 ul {
    position: absolute;
    left: 0;
    box-sizing: content-box;
}

#rollingadBox .div1 ul li {
    float: left;
    padding: 10px;
    list-style: none;
    width: 75px;
    height: 90px;
    box-sizing: content-box;
    transition: all 0.3s ease;
}

#rollingadBox .div1 ul li:hover {
    transform: translateY(-2px);
}

#rollingadBox .div1 ul li a img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#rollingadBox .div1 ul li a img:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

#rollingadBox .div1 ul li a h4 {
    text-align: center;
    color: #41ac52;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    transition: all 0.3s ease;
}

#rollingadBox .div1 ul li:hover a h4 {
    color: #37a248;
}

.Linethenovel a {
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #37a;
    transition: all 0.3s ease;
}

.Linethenovel a:hover {
    color: #41ac52;
    padding-left: 5px;
}

.Linethenovel {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 15px 10px;
    transition: all 0.3s ease;
}

.Linethenovel:hover {
    background: #f3f9f2;
}

.Thenovelisunderlined a {
    height: 50px;
    font-size: 18px;
    white-space: nowrap;
    font-weight: normal;
    color: #37a;
    transition: all 0.3s ease;
}

.Thenovelisunderlined a:hover {
    color: #41ac52;
    padding-left: 5px;
}

.Thenovelisunderlined {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 10px;
    transition: all 0.3s ease;
}

.Thenovelisunderlined:hover {
    background: #f3f9f2;
}

.wrap .main .content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #333;
}

.overlay {
    height: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-y: hidden;
    transition: .5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.overlay {
    position: fixed;
    z-index: 500;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.overlay img {
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.overlay img:hover {
    transform: scale(1.02);
}

.icon-sousuo {
    content: "\e608";
    color: #41ac52;
}

.gap10 {
    gap: 15px;
    margin-bottom: 20px;
}

.fl {
    display: flex;
}

.aaf5d2ae7f {
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    padding: 1px;
    color: #fff;
    background: #41ac52;
    margin: 5px;
    width: 30%;
    max-width: 100px;
    display: inline-block;
    flex-direction: column;
    justify-content: space-between;
    width: 102px;
    height: 40px;
    transition: all 0.3s ease;
}

.aaf5d2ae7f:hover {
    background: #37a248;
    transform: translateY(-2px);
}

.aaf5d2ae7f a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
}

#player1 {
    height: 80%;
}

@media screen and (max-width:1280px) {
    #player1 {
        height: 100%;
    }

    #topGG {
        height: 120px;
    }
}

@media screen and (max-width:1366px) {
    #couplet,
    #couplet1 {
        display: none !important;
    }
}

.xgplayer .xg-options-list li {
    float: none !important;
    margin-right: 0px !important;
}

.xgplayer .btn-text span {
    min-width: 33px !important;
}

.xgplayer-enter {
    background: url(https://av.yy7y.com/playbg.jpg) no-repeat 50%/cover;
}

.site_link {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin: 0px 6px 4px 0px;
    padding: 0px 8px;
    font-size: 14px;
    line-height: 1.8;
    color: #37a;
    transition: all 0.3s ease;
}

.site_link:hover {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
    transform: translateY(-2px);
}

.abk-item {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.abk-item .abk-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.abk-item .abk-image img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.abk-item:hover .abk-image img {
    transform: scale(1.05);
}

.abk-frame {
    width: 100%;
}

.abk-banner {
    margin: 5px 0;
}

.abk-banner .abk-image img {
    max-height: 100px;
}

.app-abk {
    margin-top: 30px;
    margin-bottom: -5px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.app-abk .app-abk-item {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
}

.app-abk .app-abk-item:hover {
    transform: translateY(-2px);
}

.app-abk .app-abk-item .app-img {
    width: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.app-abk .app-abk-item .app-img::before {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
}

.app-abk .app-abk-item .app-img .abk-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.app-abk .app-abk-item .app-img .abk-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.app-abk .app-abk-item:hover .app-img .abk-image img {
    transform: scale(1.05);
}

.app-abk .app-abk-item p {
    width: 100%;
    margin: 5px 0 0;
    color: #41ac52;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all 0.3s ease;
}

.app-abk .app-abk-item:hover p {
    color: #37a248;
}

.appad {
    width: 100%;
    margin-top: 0;
    max-width: 1040px;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width:1280px) {
    .app-abk {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 10px;
    }
}

.wrapper {
    position: relative;
}

#input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}

.down_btn {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin: 0px 6px 4px 0px;
    padding: 0px 8px;
    color: #37a;
    line-height: 1.8;
    transition: all 0.3s ease;
}

.down_btn:hover {
    background: #41ac52;
    color: #fff;
    border-color: #41ac52;
    transform: translateY(-2px);
}

.torrent_content {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 20px;
    line-height: 1.8;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.img_item {
    float: left;
    padding: 2px;
    transition: all 0.3s ease;
}

.img_item:hover {
    transform: translateY(-2px);
}

@media (max-width: 500px) {
    .img_item {
        width: 50%;
    }
}

@media (min-width: 501px) {
    .img_item {
        width: 25%;
    }
}

/* 隐藏和显示类 */
.hide_mobile {
    display: block;
}

.hide_pc {
    display: none;
}

@media screen and (max-width: 760px) {
    .hide_mobile {
        display: none;
    }
    
    .hide_pc {
        display: block;
    }
}
/* 新增图标 */
.icon-star:before {
    content: "\e607";
    color: #41ac52;
}

.icon-download:before {
    content: "\e617";
    color: #fff;
}

.icon-magnet:before {
    content: "\e60e";
    color: #fff;
}

.icon-copy:before {
    content: "\e602";
    color: #fff;
}

/* 优化头部搜索框 */
.header-search {
    float: right;
    width: 60%;
    padding: 20px 0;
}

.search-container {
    display: flex;
    width: 100%;
    height: 40px;
}

.search-input {
    position: relative;
    float: left;
    width: 80%;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 3px 0 0 3px;
    transition: all 0.3s ease;
}

.search-input:focus-within {
    border-color: #41ac52;
    box-shadow: 0 0 3px rgba(65, 172, 82, 0.3);
}

.search-input > input {
    float: left;
    width: 70%;
    height: 38px;
    outline: none;
    border: none;
    padding: 0 10px;
    margin: 0;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    border-radius: 3px 0 0 3px;
    transition: all 0.3s ease;
}

.search-picker {
    float: left;
    width: 30%;
    height: 38px;
    padding-right: 7px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 38px;
    background-color: #fff;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    text-align: right;
    background-position: 88% center;
    background-repeat: no-repeat;
    user-select: none;
    transition: all 0.3s ease;
}

.search-picker:hover {
    color: #41ac52;
}

.search-picker-list {
    list-style: none;
    padding: 5px 0;
    width: 120px;
    position: absolute;
    right: 0;
    top: 44px;
    margin: 0;
    line-height: 33px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: none;
    z-index: 9999;
    border: 1px solid #e5e5e5;
    animation: fadeIn 0.3s ease;
}

.search-picker-list > li {
    padding-left: 44px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #333;
    transition: all 0.3s ease;
}

.search-picker-list > li:hover {
    background-color: #f3f9f2;
    cursor: pointer;
    color: #41ac52;
    padding-left: 48px;
}

.search-button {
    float: left;
    width: 20%;
    height: 40px;
    background-color: #41ac52;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.search-button:hover {
    background-color: #37a248;
}

.search-button i {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
}

.search-button:hover i {
    transform: scale(1.1);
}

.mobile-search-button {
    float: right;
    width: 40px;
    height: 40px;
    margin: 15px 10px;
    background-color: #41ac52;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.mobile-search-button i {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}

.mobile-search {
    width: 100%;
    padding: 10px 0;
}

/* 优化"查看更多"按钮 */
.view-more {
    float: right;
    padding: 0 15px;
    line-height: 40px;
    color: #41ac52;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    transition: all 0.3s ease;
    position: relative;
}

.view-more:after {
    content: ">";
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.view-more:hover {
    color: #37a248;
    padding-right: 20px;
}

.view-more:hover:after {
    opacity: 1;
    right: 5px;
}

/* 优化种子下载区域 */
.torrent-info {
    margin-bottom: 20px;
    padding: 0 10px;
}

.info-item {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.info-label {
    font-weight: bold;
    color: #41ac52;
    margin-right: 5px;
}

.info-value {
    color: #333;
}

/* 优化种子下载区域 - 按钮样式修改 */
.torrent-actions {
    margin: 30px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #eee;
}

.action-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.action-button {
    display: inline-block;
    text-align: center;
    padding: 12px 30px;
    margin: 0 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.magnet-button {
    background-color: #3377aa;
}

.magnet-button:hover {
    background-color: #2c6a96;
    transform: translateY(-2px);
}

.copy-button {
    background-color: #41ac52;
}

.copy-button:hover {
    background-color: #37a248;
    transform: translateY(-2px);
}

.client-download {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.client-download a {
    color: #3377aa;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.client-download a:hover {
    color: #41ac52;
}

/* 媒体查询优化 */


.client-download a:hover {
    color: #41ac52;
}

/* 猜你喜欢区域优化 */
.recommended-videos {
    margin-top: 10px;
}

.recommended-videos dl {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.recommended-videos dt {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.recommended-videos dt img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.recommended-videos dt:hover img {
    transform: scale(1.05);
}

.recommended-videos dd {
    padding: 10px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    text-align: center;
}

.recommended-videos dd h3 {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.4;
    max-height: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.recommended-videos dd a:hover h3 {
    color: #41ac52;
}

/* 媒体查询优化 */
@media screen and (max-width: 760px) {
    .action-buttons {
        flex-direction: column;
    }
    
    .action-button {
        margin: 5px 0;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}