/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Loading.vue?vue&type=style&index=0&id=efe9d588&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

*[data-v-efe9d588] {
  margin: 0;
  box-sizing: border-box;
}
.flex-center[data-v-efe9d588] {
  display: flex;
  justify-content: center;
  align-items: center;
}
body[data-v-efe9d588] {
  height: 100vh;
  /* background: #8d09bf; */
}
/* grid宫格 */
.loading-grid[data-v-efe9d588] {
  display: grid;
  /* background: green; */
  grid-template-columns: repeat(3, 240px);
  grid-template-rows: repeat(3, 240px);
}
.loading-grid > div[data-v-efe9d588]:hover {
  transition: transform 0.2s ease;
  border: 1px solid #eee;
  transform: scale(1.1);
  cursor: pointer;
}

/* two-balls loading START */
.two-balls[data-v-efe9d588] {
  position: relative;
  width: 44px;
}
.two-balls div[data-v-efe9d588] {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: two-balls-pink-efe9d588 1.05s ease-in-out infinite;
}
.two-balls .pink[data-v-efe9d588] {
  background-color: #ff4a69;
  left: -2px;
}
.two-balls .blue[data-v-efe9d588] {
  animation-name: two-balls-blue-efe9d588;
  background-color: #1342ed;
  right: -2px;
}
@keyframes two-balls-pink-efe9d588 {
from {
    z-index: 1;
}
50% {
    transform: translateX(calc(20px + 3 * 2px));
}
}
@keyframes two-balls-blue-efe9d588 {
50% {
    transform: translateX(calc(-20px - 3 * 2px));
}
}
/* two-balls loading END */
.three-balls-bounce[data-v-efe9d588] {
  position: relative;
  width: 200px;
  height: 62px;
}
/* three-ball-bounce loading START */
.three-balls-bounce .circle[data-v-efe9d588] {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #ff4a69;
  left: 15%;
  transform-origin: 50%;
  animation: balls-circle-efe9d588 0.5s alternate-reverse infinite ease;
}
.three-balls-bounce .shadow[data-v-efe9d588] {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: balls-shadow-efe9d588 0.5s alternate-reverse infinite ease;
}
.three-balls-bounce .shadow[data-v-efe9d588]:nth-child(4),
.three-balls-bounce .circle[data-v-efe9d588]:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.three-balls-bounce .shadow[data-v-efe9d588]:nth-child(5),
.three-balls-bounce .circle[data-v-efe9d588]:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
@keyframes balls-circle-efe9d588 {
0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
}
40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
}
100% {
    top: 0%;
}
}
@keyframes balls-shadow-efe9d588 {
0% {
    transform: scaleX(1.5);
}
40% {
    transform: scaleX(1);
    opacity: 0.7;
}
100% {
    transform: scaleX(0.2);
    opacity: 0.4;
}
}

/* three-ball-bounce loading END */

/* four-balls laoding START */
.four-balls[data-v-efe9d588] {
  height: 50px;
  width: 50px;
  animation: four-balls-rotate-efe9d588 1s infinite;
}
.four-balls[data-v-efe9d588]:before,
.four-balls[data-v-efe9d588]:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}
.four-balls[data-v-efe9d588]:before {
  animation: ball1-efe9d588 1s infinite;
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.four-balls[data-v-efe9d588]:after {
  animation: ball2-efe9d588 1s infinite;
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}
@keyframes four-balls-rotate-efe9d588 {
0% {
    transform: rotate(0deg) scale(0.8);
}
50% {
    transform: rotate(360deg) scale(1.2);
}
100% {
    transform: rotate(720deg) scale(0.8);
}
}
@keyframes ball1-efe9d588 {
0% {
    box-shadow: 30px 0 0 #f8b334;
}
50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    transform: translate(15px, 15px);
}
100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
}
}
@keyframes ball2-efe9d588 {
0% {
    box-shadow: 30px 0 0 #97bf0d;
}
50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    transform: translate(15px, 15px);
}
100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
}
}
/* four-balls laoding END */

/* cube-box loading START */
.outer-box[data-v-efe9d588] {
  width: 3em;
  height: 3em;
  animation: cube-box-ani-efe9d588 1s infinite ease-in-out;
  outline: 1px solid transparent;
}
.large-box[data-v-efe9d588] {
  height: 3em;
  width: 3em;
  background-color: #ff4a69;
  outline: 1px solid transparent;
}
.small-box[data-v-efe9d588] {
  height: 3em;
  width: 3em;
  background-color: white;
  z-index: 1;
  outline: 1px solid transparent;
  animation: small-box-ani-efe9d588 1s alternate infinite ease-in-out;
}
@keyframes small-box-ani-efe9d588 {
0% {
    transform: scale(0.2);
}
100% {
    transform: scale(0.75);
}
}
@keyframes cube-box-ani-efe9d588 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(90deg);
}
}

/* cube-box loading END */

/* circle loading START */
.ring[data-v-efe9d588] {
  width: 48px;
  height: 48px;
  border: 6px rgb(255 74 105 / 25%) solid;
  border-top: 6px #ff4a69 solid;
  border-radius: 50%;
  animation: spin-efe9d588 0.6s infinite linear;
}
@keyframes spin-efe9d588 {
to {
    transform: rotate(360deg);
}
}
/* circle loading END */

/* slices loading START */
.slices[data-v-efe9d588] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-top: 24px rgb(255 74 105 / 75%) solid;
  border-left: 24px rgb(255 74 105 / 25%) solid;
  border-bottom: 24px rgb(255 74 105 / 25%) solid;
  border-right: 24px rgb(255 74 105 / 25%) solid;
  animation: slices-efe9d588 1s infinite linear;
}
@keyframes slices-efe9d588 {
0% {
    border-top: 24px rgb(255 74 105 / 75%) solid;
    border-right: 24px rgb(255 74 105 / 25%) solid;
    border-bottom: 24px rgb(255 74 105 / 25%) solid;
    border-left: 24px rgb(255 74 105 / 25%) solid;
}
25% {
    border-top: 24px rgb(255 74 105 / 25%) solid;
    border-right: 24px rgb(255 74 105 / 75%) solid;
    border-bottom: 24px rgb(255 74 105 / 25%) solid;
    border-left: 24px rgb(255 74 105 / 25%) solid;
}
50% {
    border-top: 24px rgb(255 74 105 / 25%) solid;
    border-right: 24px rgb(255 74 105 / 25%) solid;
    border-bottom: 24px rgb(255 74 105 / 75%) solid;
    border-left: 24px rgb(255 74 105 / 25%) solid;
}
75% {
    border-top: 24px rgb(255 74 105 / 25%) solid;
    border-right: 24px rgb(255 74 105 / 25%) solid;
    border-bottom: 24px rgb(255 74 105 / 25%) solid;
    border-left: 24px rgb(255 74 105 / 75%) solid;
}
100% {
    border-top: 24px rgb(255 74 105 / 75%) solid;
    border-right: 24px rgb(255 74 105 / 25%) solid;
    border-bottom: 24px rgb(255 74 105 / 25%) solid;
    border-left: 24px rgb(255 74 105 / 25%) solid;
}
}
/* slices loading END */

/* hydrogen loading START */
.hydrogen[data-v-efe9d588] {
  width: 48px;
  height: 48px;
  position: relative;
  border: 1px #000 dotted;
  border-radius: 50%;
  animation: spin-efe9d588 1s infinite linear;
}
.hydrogen[data-v-efe9d588]::after,
.hydrogen[data-v-efe9d588]::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 50%;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}
.hydrogen[data-v-efe9d588]::after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
}
/* hydrogen loading END */

/* recting loading START */
.recting .polygon[data-v-efe9d588] {
  fill: none;
  stroke-width: 8px;
  stroke: black;
  stroke-dasharray: 40;
  stroke-dashoffset: 50%;
  animation: recting-efe9d588 1.5s forwards infinite;
}
@keyframes recting-efe9d588 {
to {
    stroke-dashoffset: 250%;
}
}
/* recting loading END */

/* switch-box loading START */
.switch-box[data-v-efe9d588] {
  position: relative;
  height: 80px;
  animation: spin-efe9d588 2s infinite linear;
}
.switch-box .switch[data-v-efe9d588] {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 20px;
  animation: cross-efe9d588 2s infinite linear;
}
.switch-box .switch[data-v-efe9d588]:nth-of-type(2) {
  animation-delay: -1s;
}
@keyframes cross-efe9d588 {
50% {
    margin-left: 60px;
}
}
/* switch-box loading END */

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./src/assets/css/style.css ***!
  \**************************************************************************************************************************************************************************************************************************/
* {
    margin: 0;
    padding: 0
}
*,
:after,
:before {
    box-sizing: border-box
}
body,
html {
    height: 100%
}
html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent
}
input,
button {
    outline: none;
    resize: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: 0 0;
    color: inherit;
    font: inherit
}
body,
input,
button {
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system-font, BlinkMacSystemFont, helvetica neue, pingfang sc, hiragino sans gb, microsoft yahei ui, microsoft yahei, Arial, sans-serif
}
body {
    color: #282828;
    background: #fff
}
img {
    border: none
}
button {
    cursor: pointer;
    background: 0 0
}
button {
    border: none;
    outline: none
}
ul,
li {
    list-style: none
}
h2,
h3 {
    font-weight: 600 /*妯箙娴锋姤瀛椾綋澶у皬2022-3-12*/
}
a {
    text-decoration: none;
    color: #282828;
    outline: none
}
a:hover {
    text-decoration: none;
    color: #ff2a14
}
input[type=text]::-ms-clear {
    display: none
}

/*ads*/
.wrapper {
    width: 100%
}
.content {
    width: 100%;
    max-width: 1740px;
    margin: 0 auto
}
.search-dh {
    max-width: 500px;
    width: 100%;
}
.module-item-cover:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}
.header-content .nav-search,
.nav-menu-icon::after,
.module-item-cover,
.module-item-pic a,
.module-item-pic a i {
    transition: all .3s ease-in
}
.shortcuts-mobile-overlay {
    transition: background-color .3s ease
}
.header-logo,
.module-item-content,
.tips-box {
    transition-duration: 300ms
}
#footer {
    position: relative
}
#footer::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #eaedf1
}
.header-content {
    position: relative
}
.header-content::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eaedf1
}
@media only screen and (max-width: 1024px) {
#footer::after,
    .header-content::after {
        transform: scaleY(.5)
}
}
@font-face {
    font-family: dianyingim;
    src: url(/static/fonts/dianyingim.aa9c0569.eot);
    src: url(/static/fonts/dianyingim.aa9c0569.eot#iefix) format("embedded-opentype"), url(/static/fonts/dianyingim.0f14d41e.ttf) format("truetype"), url(/static/fonts/dianyingim.f43f1f20.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
[class^=icon-] {
    font-family: dianyingim !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: revert;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-search:before {
    content: "\e903"
}
.icon-play:before {
    content: "\e905"
}
.icon-cate-dm:before {
    content: "\e908"
}
.icon-cate-ds:before {
    content: "\e909"
}
.icon-cate-dy:before {
    content: "\e90a"
}
.icon-hot:before {
    content: "\e912"
}
.shortcuts-mobile-overlay {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    content: "";
    z-index: 9
}
.header-content,
.module-heading {
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}
.nav-search .search-box {
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.nav-search {
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}
.module-blocklist a,
.module-item-caption span,
.module-item-style.video-name,
.module-item-style.video-tag a,
.module-item-title,
.module-item-text,
.text-list-title,
.text-list-title h3,
.text-list-title p,
.video-info-aux,
.tips-list li {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.playon {
    height: 8px;
    position: absolute;
    left: calc(50% - 11px);
    bottom: 0
}
.playon i {
    width: 4px;
    height: 6px;
    border-radius: 5px 5px 0 0;
    background-color: #ffdf89;
    position: absolute;
    bottom: 0;
    left: 0
}
.playon i:nth-last-child(1) {
    animation: playon .8s .3s infinite
}
.playon i:nth-last-child(2) {
    animation: playon .8s .1s infinite;
    left: 6px
}
.playon i:nth-last-child(3) {
    animation: playon .6s .2s infinite;
    left: 12px
}
.playon i:nth-last-child(4) {
    animation: playon 1s .3s infinite;
    left: 18px
}
@keyframes playon {
0% {
        height: 70%
}
50% {
        height: 100%
}
100% {
        height: 35%
}
}
.module-item-caption span,
.module-item-style.video-tag a,
.tips-list span {
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block !important
}
.video-info-aux .tag-link {
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 10px;
    display: inline-block
}
.module-blocklist a {
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px
}
.module-blocklist a,
.video-info-aux .tag-link {
    background: #f3f5f7;
    color: rgba(0, 0, 0, .68)
}
.module-blocklist a:hover,
.video-info-aux .tag-link:hover {
    background: #eaedf1
}
.btn-main {
    background: #ff2a14;
    color: #fff
}
@media only screen and (max-width: 559px) {
.module-blocklist a {
        font-size: 12px
}
}
#header {
    position: relative;
    padding-top: 70px !important;
}
#footer {
    background: #f3f5f7;
    font-size: 12px;
    color: rgba(0, 0, 0, .51);
    padding: 10px 20px
}
#header::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: -1;
    background: #eaedf1
}
.header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 98
}
.header-bg {
    -webkit-backdrop-filter: saturate(180%) blur(10px)
}


/*鑰佺殑*/

/*home鏍峰紡*/

/*home鏍峰紡*/
.search-box {
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex
}
.search-input {
    font-size: 16px;
    height: 100%;
    width: 100%;
    padding: 0 10px 0 20px;
    flex: 1
}
.search-btn {
    padding: 0 20px 0 0
}
.search-btn .icon-search {
    width: 17px;
    text-align: center;
    vertical-align: -2px;
    font-size: 18px;
    color: #ffdf89
}
.cancel-btn {
    display: none
}
.header-content {
    height: 70px
}
.header-content::after {
    height: 0
}
.logo img {
    height: 30px;
    font-size: 0
}
.logo {
    display: inline-block
}
.header-logo {
    padding: 0 20px;
}
.nav-menu-items {
    float: right
}
.nav-menu-item {
    padding: 0 11px;
    float: left;
    font-size: 16px
}
.nav-menu-item > a > span {
    font-weight: 700
}
.nav-menu-icon {
    position: relative;
    cursor: pointer
}
.nav-menu-icon::after {
    content: '';
    opacity: 0;
    transform: scale(.01);
    position: absolute;
    left: -11px;
    top: -12px;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: inline-block
}
.nav-menu-item:hover .nav-menu-icon::after {
    background: #d7dae1;
    opacity: 1;
    transform: scale(1)
}
.nav-menu-icon i {
    position: relative;
    z-index: 2;
    padding: 0 1px
}
.nav-menu-search i {
    font-weight: 700;
    color: #fff;
    vertical-align: -2px;
    padding: 11px 12px 11px 10px;
    margin: -11px
}
.nav-search {
    flex: 1;
    margin-right: 100px;
    height: 50px;
}
.nav-search .search-box {
    height: 45px;
    background: 0 0;
    width: 100%;
    max-width: 500px
}
.nav-search .search-input {
    background: rgba(255, 255, 255, .1);
    border-radius: 10px 0 0 10px
}
.nav-search .search-btn {
    background: rgba(255, 255, 255, .1);
    font-size: 16px;
    border-radius: 0 10px 10px 0;
    color: #fff
}
.nav-search .search-input:focus ~ .search-btn {
    color: #ff2a14
}
.module {
    padding-bottom: 20px
}
.module-wrapper {
    display: flex
}
.module-main {
    width: 1520px
}
.module-side {
    margin-left: 20px;
    width: 200px
}
.tab-list {
    display: none
}
.tab-list.selected {
    display: block
}
.tab-list.selected .module-blocklist a {
    animation: opacity .2s;
    -webkit-animation: opacity .2s
}
@keyframes opacity {
0% {
        opacity: 100%
}
50% {
        opacity: 30%
}
100% {
        opacity: 100%
}
}
.module-heading {
    margin-bottom: 15px;
    font-size: 0;
    vertical-align: baseline;
    position: relative
}
.module-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3
}
.module-title span {
    padding: 0 3px;
    position: relative;
    top: -2px
}

/*鏈€鏂扮儹鎾噷闈㈢殑鎺ㄨ崘鐢靛奖css*/
.module-sub-title {
    height: 40px;
    float: left;
    line-height: 50px;
    overflow: hidden;
    white-space: inherit;
    padding-left: 15px;
}
@media (max-width: 899px) {
.module-sub-title {
        display: none;
}
}

/*鏈€鏂扮儹鎾噷闈㈢殑鎺ㄨ崘鐢靛奖css*/
.module-list {
    font-size: 0
}
.module-player-list {
    padding: 15px;
    background: #eaedf1;
    margin-bottom: 20px;
    border-radius: 10px 0 10px 10px
}
.module-blocklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
    margin: -5px
}
.module-blocklist a {
    background: #f7f8f9;
    color: rgba(0, 0, 0, .68);
    width: 100%;
    padding: 1px 10px;
    text-align: center;
    position: relative
}
.module-blocklist a:hover {
    background: #fff;
    color: #ff2a14
}
.module-blocklist .selected,
.module-blocklist .selected:hover {
    color: #ffdf89;
    font-weight: 700
}
.module-items {
    margin-right: -20px
}
.module-item {
    position: relative;
    width: 200px;
    margin: 0 20px 20px 0;
    display: inline-block;
    font-size: 14px
}
.module-item-cover {
    position: relative;
    height: 0;
    padding-top: 140%;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px
}
.module-item-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 44px;
    padding: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent)
}
.module-item-caption span {
    max-width: 58px;
    background: rgba(0, 0, 0, .51);
    color: #c2c6d0;
    margin: 0 5px 0 0
}
.module-item-caption span:last-child {
    margin: 0
}
.module-item-ru {
    position: absolute;
    height: 18px;
    line-height: 18px;
    right: 0;
    top: 0;
    font-size: 12px;
}
.module-item-ru span {
    border-radius: 0 5px 0 5px;
    padding: 0px 8px;
    display: block;
}
.module-item-ru .vip {
    background: #ffdd9a;
    color: #4e2d03;
}
.module-item-ru .rebo {
    background: #ff008c;
    color: #fff;
}
.module-item-content {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    padding: 12px 15px;
    font-size: 12px;
    background: #fff;
    z-index: 2;
    position: relative
}
.module-item-cover:hover .module-item-content {
    transform: translate3d(0, -100%, 0)
}
.module-item-style {
    color: rgba(0, 0, 0, .62);
    font-size: 0
}
.module-item-style.video-name {


    font-size: 16px;


    font-weight: 700
}
.module-item-style.video-tag {


    padding: 8px 0
}
.module-item-style.video-text {


    font-size: 12px;


    -webkit-box-orient: vertical;


    -webkit-line-clamp: 3;


    word-wrap: break-word;


    display: -webkit-box;


    max-height: 58px;


    overflow: hidden;


    line-height: 20px;


    text-overflow: ellipsis;


    white-space: normal;


    word-break: break-all
}
.module-item-style.video-tag a {


    background: #eaedf1;


    max-width: 50px;


    margin: 0 5px 0 0;


    color: rgba(0, 0, 0, .62)
}
.module-item-cover::before {
    content: '';
    opacity: .1;
    background-image: radial-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.56) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    pointer-events: none
}
.module-item-cover:hover::before {
    opacity: 1;
    -webkit-backdrop-filter: contrast(1.2) saturate(1.2);
            backdrop-filter: contrast(1.2) saturate(1.2)
}
.module-item-pic,
.module-item-pic img {
    height: 100%;
    width: 100%
}
.module-item-pic img {
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute
}
.module-item-pic a {


    padding-top: 53px;


    height: 100%;


    width: 100%;


    text-align: center;


    position: absolute;


    background-size: cover;


    left: 0;


    top: 0;


    z-index: 1
}
.module-item-pic a i {


    opacity: 0;


    transform: scale(.6);


    height: 40px;


    width: 40px;


    background: #fff;


    color: rgba(7, 7, 10, .92);


    border-radius: 50px;


    line-height: 40px;


    text-indent: 2.5px;


    font-size: 12px
}
.module-item-cover:hover .module-item-pic a {


    background: rgba(0, 0, 0, .28)
}
.module-item-cover:hover .module-item-pic a i {


    opacity: .88;


    transform: scale(.9)
}
.module-item-cover:hover .module-item-pic a i:hover {


    opacity: 1
}
.module-item-titlebox {
    margin-top: 12px
}
.module-item-title {
    font-weight: 700
}
.module-item-text {
    margin-top: 3px;
    color: rgba(0, 0, 0, .4)
}
.module-textlist {
    overflow: hidden;
    border-radius: 5px
}
.text-list-item {
    overflow: hidden;
    display: flex;
    padding: 12px 10px 11px;
    align-items: center
}
.text-list-item:nth-child(1) {
    background: linear-gradient(90deg, #f7edd1, #ffecb6)
}
.text-list-item:nth-child(2) {
    background: #e9eef5
}
.text-list-item:nth-child(3) {
    background: #edece8
}
.text-list-item:nth-child(4) {
    border-radius: 5px 5px 0 0
}
.text-list-item:nth-child(-n+3) {
    border-radius: 5px;
    margin-bottom: 5px
}
.text-list-item:nth-child(n+4) {
    background: #f3f5f7;
    border-bottom: 1px solid #eaedf1
}
.text-list-item:nth-child(n+4):hover {
    background: #eaedf1
}
.text-list-item:last-child {
    border: none
}
.text-list-num {
    position: relative;
    left: -15px;
    z-index: 1;
    display: inline-block;
    height: 20px;
    width: 30px;
    text-align: center;
    line-height: 20px;
    color: rgba(0, 0, 0, .4);
    font-weight: 700;
    font-style: italic;
    margin: -16px -5px 0 0;
    text-indent: 3px
}
.text-list-num::before {
    content: '';
    height: 100%;
    width: 120%;
    border-radius: 3px;
    z-index: -1;
    transform: skewX(350deg);
    background: #d7dae1;
    position: absolute;
    top: 0;
    right: 0
}
.text-list-title {
    display: inline-block;
    max-width: 140px
}
.text-list-title h3 {
    font-weight: 700;
    font-size: 16px
}
.text-list-title p {
    font-size: 12px;
    color: rgba(0, 0, 0, .51)
}
.top-main {
    color: #fff
}
.top-main {
    height: 30px;
    line-height: 30px;
    font-size: 16px
}
.top-main::before {
    content: '';
    height: 180%;
    width: 180%;
    border-radius: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: -40%;
    right: 20%;
    z-index: -1
}
.top-1::before {
    background: linear-gradient(90deg, #ffdf7d, #ffbd27)
}
.top-2::before {
    background: linear-gradient(90deg, #d0d0d0, #b0bbc6)
}
.top-3::before {
    background: linear-gradient(90deg, #ead9be, #c8be99)
}


/*.block-box-item.selected .block-box-bg {*/


/*	color: #fde6dd*/


/*}*/
.video-info-aux {
    font-size: 0
}
.video-info-aux .tag-link {
    background: #eaedf1;
    margin-left: 5px;
    overflow: hidden
}
.video-info-aux .tag-link:first-child {
    background: #fef0e5;
    margin: 0
}
.video-info-aux .tag-link:first-child:hover {
    background: #fde6dd
}
.video-info-aux .tag-link:hover {
    background: #e3e6eb
}
.player-block {
    background: #101010;
    padding: 15px 0 20px;
    margin: 0 0 30px
}
.player-box-main {
    position: relative;
    overflow: hidden
}
.tips-box {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    padding: 0 12px;
    z-index: 8;
    background: rgba(0, 0, 0, .38);
    backdrop-filter: saturate(0%) blur(10px);
    -webkit-backdrop-filter: saturate(100%) blur(10px)
}
.tips-list {
    width: 100%;
    height: 40px;
    overflow: hidden
}
.tips-list li {
    line-height: 40px;
    font-size: 12px;
    color: #e3e6eb
}
.tips-list span {
    margin-right: 8px
}
@media (min-width: 1239px) {
.player-block {
        min-height: 600px
}
.player-block .content {
        position: relative
}
.player-box {
        font-size: 0;
        position: relative
}
.player-box-main {
        width: calc(100% - 380px);
        display: inline-block
}
.player-box-side {
        width: 380px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .88);
        border-radius: 0 10px 0 0
}
.player-side-playlist {
        width: 380px;
        height: 100%;
        padding: 20px;
        background: #232328;
        overflow-x: auto;
        margin: 0;
        border-radius: 0
}
.player-side-playlist .module-blocklist {
        margin: -4px;
        max-height: 100%;
        overflow: initial
}
.player-side-playlist .module-blocklist a {
        color: rgba(255, 255, 255, .5);
        background: rgba(0, 0, 0, .18)
}
.player-side-playlist .module-blocklist a:hover {
        background: rgba(7, 7, 10, .92)
}
.player-side-playlist .module-blocklist a:hover.selected,
    .player-side-playlist .module-blocklist .selected {
        background: rgba(7, 7, 10, .92);
        color: #c2c6d0
}
.player-side-playlist .module-blocklist .playon {
        display: none
}
.player-side-playlist::-webkit-scrollbar {
        width: 6px;
        height: 1px
}
.player-side-playlist::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #505050
}
.player-side-playlist::-webkit-scrollbar-track {
        background: 0 0;
        margin: 2px
}
}
.module-main .module-lines-list .module-item:nth-child(n+15) {
    display: none
}
@media (max-width: 1789px) {
.content {
        max-width: 1520px
}
.module-main {
        width: 1300px
}
.module-main .module-lines-list .module-item:nth-child(n+13),
    .module-lines-list .module-item:nth-child(n+15) {
        display: none
}
}
@media (max-width: 1549px) {
.content {
        max-width: 1240px /*鏁翠綋瀹藉害2022-3-12 23:59:35*/
}
.module-main {
        width: 1030px
}
.text-list-item {
        padding: 11px 10px 10px
}
.module-side {
        width: 190px
}
.module-item {
        width: 190px
}
.module-main .module-lines-list .module-item:nth-child(n+11),
    .module-lines-list .module-item:nth-child(n+13) {
        display: none
}
.module-item-pic a {
        padding-top: 45px;
}
.module-item-cover:hover .module-item-pic a i {
        transform: scale(.9)
}
}
@media (max-width: 1329px) {
.content {
        max-width: 1150px
}
.module-item {
        width: 175px
}
.module-main {
        width: 955px
}
.module-side {
        width: 175px
}
.text-list-title h3 {
        font-size: 14px
}
}
@media (max-width: 1239px) {
.content {
        max-width: 100%;
        padding: 0 30px
}
.module-main .module-item {
        width: calc(25% - 20px)
}
.module-side {
        width: calc(25% - 20px)
}
.module-main .module-lines-list .module-item:nth-child(n+9) {
        display: none
}
.text-list-item {
        padding: 13px 10px
}
.text-list-title {
        max-width: 160px
}
.header-module .nav-menu-item:first-child {
        display: list-item;
}
.search-box {
        max-width: none
}
.module-item {
        width: calc(20% - 20px)
}
.module-lines-list .module-item:nth-child(n+13) {
        display: inline-block
}
.module-lines-list .module-item:nth-child(n+16) {
        display: none
}
.module-item-cover:hover {
        box-shadow: none
}
.module-item-cover:hover .module-item-content {
        transform: translate3d(0, 0, 0)
}
.module-item-cover:hover .module-item-pic a {
        background: rgba(0, 0, 0, .08)
}
.module-item-pic a i {
        display: none
}
.module-item-titlebox {
        margin-top: 7px
}
.module-item-caption {
        padding: 8px;
        height: 36px
}
.player-box {
        margin: -20px -50px 0
}
.player-box-side {
        background: #fff;
        padding: 20px 50px
}
.player-box-side {
        margin: 0 -50px -20px
}
.player-box-side {
        margin: 10px -50px -50px
}
#footer {
        text-align: center
}
}
@media (max-width: 1039px) {
.text-list-item {
        padding: 9px 10px
}
.text-list-title {
        max-width: 120px
}
}
@media (max-width: 899px) {

    /*.page #header::after {*/
    /*	background: #fff*/
    /*}*/
.nav-menu-icon::after {
        top: -10px
}
.nav-search {
        margin-right: 10px
}
.nav-search .search-input {
        padding: 0 10px 0 15px
}
.header-content {
        height: 60px
}
.logo {
        overflow: hidden
}
.content {
        padding: 0 20px
}
.module-bg {
        background: linear-gradient(180deg, #fff, #f3f5f7);
        margin: 0 -20px;
        padding: 20px 20px 10px
}
.module-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.1
}
.module-player-list {
        padding: 20px;
        border-radius: 0;
        margin: 15px -20px 20px
}
.module-items {
        margin-right: -12px
}
.module-wrapper {
        display: block
}
.module-main {
        width: 100%
}
.module-side {
        width: auto;
        margin: 0
}
.module-side .module-bg {
        padding-top: 0;
        padding-bottom: 0
}
.text-list-item {
        padding: 10px;
        width: 20vw;
        margin-right: 10px
}
.text-list-item:last-child {
        margin: 0
}
.text-list-item:nth-child(-n+3) {
        margin-bottom: 0
}
.text-list-item:nth-child(n+4) {
        border-radius: 5px;
        border: none;
        background: #eaedf1
}
.text-list-title {
        max-width: 100px
}
.module-main .module-item,
    .module-item {
        width: calc(20% - 12px)
}
.module-item {
        margin: 0 12px 15px 0
}
.module-item-text {
        font-size: 12px;
        margin-top: 1px;
        color: #aaadb5
}
.module-item:last-child {
        margin-right: 0 !important
}
.module-main .module-lines-list .module-item:nth-child(n+9) {
        display: inline-block
}
.module-main .module-lines-list .module-item:nth-child(n+11),
    .module-lines-list .module-item:nth-child(n+11) {
        display: none
}
.module-item-title {
        font-weight: 400
}
.module-blocklist {
        margin-top: 0 !important;
        padding-bottom: 0 !important
}
.scroll-box {
        margin: 15px -20px 0;
        padding: 0 20px 20px;
        overflow-y: auto;
        webkit-overflow-scrolling: touch
}
.scroll-content {
        display: inline-flex
}
.scroll-box::-webkit-scrollbar {
        display: none
}
.player-box {
        margin: -15px -30px 0
}
.player-box-side {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px
}
}
@media (max-width: 559px) {
#header {
        padding-top: 60px !important
}
.content {
        padding: 0 15px
}
.nav-search {
        display: none
}
.header-content {
        transition: background-color linear .5s
}
.header-content::after {
        height: 1px;
        background: #d7dae1
}


    /*.header-module .nav-menu-item:nth-child(1) {*/
    /*	display: none*/
    /*}*/
.header-module .nav-menu-item:nth-child(2) {
        display: list-item;
}

    /*.nav-menu-item a i {*/
    /*	display: none*/
    /*}*/
.header-module {
        position: relative;
        width: 100%;
        float: right;
}
.header-module::before {
        content: '';
        position: absolute;
        left: -10px;
        top: -8px;
        height: 41px;
        width: 20px;
        box-shadow: -9px 0 9px -8px rgba(0, 0, 0, .7)
}
.nav-search {
        margin-right: 5px
}
.nav-search .search-box {
        height: 40px
}
.search-input {
        font-size: 14px
}
.nav-search .search-btn {
        padding: 0 15px 0 0
}
.nav-search .search-btn i {
        color: #fff;
        font-size: 16px;
}
.module {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px
}
.module-heading {
        margin-bottom: 10px
}
.top-main {
        height: 20px;
        line-height: 20px;
        text-indent: -8px !important;
        margin-right: -20px !important
}
.top-main::before {
        top: -70%;
        right: 40% !important
}
.text-list-num {
        margin: -20px -15px 0 0;
        font-size: 12px;
        text-indent: -3px
}
.text-list-num::before {
        right: 20%
}
.text-list-item {
        width: 29vw
}
.text-list-title {
        max-width: 82px
}
.module-side .module-bg {
        margin: 0 -15px;
        padding: 0 15px
}
.module-title {
        font-weight: 700;
        font-size: 18px;
        margin: 0;
        line-height: 1.6
}
.module-player-list {
        padding: 15px;
        margin: 10px -15px 20px
}
.module-items {
        margin-right: -10px
}
.module-side .scroll-box {
        padding-bottom: 25px !important
}
.module-main .module-item,
    .module-item {
        width: calc(33.33% - 10px)
}
.module-item {
        margin: 0 10px 12px 0
}
.module-main .module-lines-list .module-item:nth-child(n+9),
    .module-lines-list .module-item:nth-child(n+11) {
        display: inline-block
}
.module-main .module-lines-list .module-item:nth-child(n+10),
    .module-lines-list .module-item:nth-child(n+13) {
        display: none
}
.module-item-caption {
        display: none
}
.scroll-box {
        margin: 10px -15px 0 !important;
        padding: 0 15px !important
}
.module-blocklist {
        margin-top: 0 !important;
        padding-bottom: 0 !important
}
.module-blocklist a {
        padding: 3px 20px;
        color: rgba(0, 0, 0, .83)
}
.video-info-aux .tag-link {
        font-size: 12px
}
.sort-list {
        position: relative
}
.player-box {
        margin: -15px -15px 0
}
.player-box-side {
        padding: 15px
}
.player-box-side {
        margin: 0 -15px -55px
}
.tips-box {
        top: 0;
        left: 0;
        padding: 0 5px;
        width: 100%;
        border-radius: 0
}
.tips-list {
        height: 30px
}
.tips-list li {
        line-height: 30px
}
#footer {
        font-size: 10px
}
}
@media screen and (min-width: 750px) {

    /*
	.swiper-pagination-bullets {
		left: 40% !important;
		top: 83% !important;
	}
	*/
}
@media screen and (max-width: 750px) {

    /*
	.swiper-pagination-bullets {
		left: 22% !important;
		top: 83% !important;
	}
	*/
}

/*
.swiper-pagination-bullet {
	width: 4px !important;
	height: 4px !important;
}
*/
/*
.swiper-pagination-bullet-active {
	width: 10px !important;
	border-radius: 20px !important;
}
*/
@media (max-width: 767px) {
.pd60 {
        padding-bottom: 65px !important
}
}
input {
    outline: medium none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*ad*/


/*浼氬憳瀵艰埅鏉�*/

/*playtitle*/
.module-list-right-title-wrap .thesis-wrap {
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}
.module-list-right-title-wrap .thesis-wrap a {
    font-size: 20px;
    color: #ffdf89;
}
.module-list-right-title-wrap .thesis-wrap a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 12px;
    background: #ff2a14;
    background: linear-gradient(90deg, #ff9800, #ff2a14) !important;
    opacity: .1;
    width: 100%;
    border-radius: 18px;
    z-index: -1;
}
.module-list-right-title-wrap .thesis-wrap .title-link {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.module-list-right-title-wrap .title-info {
    font-size: 12px;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 20px;
}




/*ooo*/
.none {
    display: none !important
}
#search-content .search-box {
    box-shadow: 0 7px 21px rgba(149, 157, 165, .22)
}
.module-item-cover:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}
.module-item-cover,
.module-item-pic a,
.module-item-pic a i {
    transition: all .3s ease-in
}
.drop-content-items::before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid rgba(7, 7, 10, .92)
}
@font-face {
    font-family: dianyingim;
    src: url(/static/fonts/dianyingim.aa9c0569.eot);
    src: url(/static/fonts/dianyingim.aa9c0569.eot#iefix) format("embedded-opentype"), url(/static/fonts/dianyingim.0f14d41e.ttf) format("truetype"), url(/static/fonts/dianyingim.f43f1f20.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
[class^=icon-] {
    font-family: dianyingim !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: revert;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-search:before {
    content: "\e903"
}
.icon-play:before {
    content: "\e905"
}
.icon-cate-ds:before {
    content: "\e909"
}
.icon-hot:before {
    content: "\e912"
}
.video-info-aux,
.module-search-item .video-info-header h3 {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.video-info-aux .tag-link {
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 10px;
    display: inline-block
}
.btn-base,
.search-tag a,
.video-serial {
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px
}
.video-info-aux .tag-link {
    background: #f3f5f7;
    color: rgba(0, 0, 0, .68)
}
.video-info-aux .tag-link:hover {
    background: #eaedf1
}
.btn-important {
    background: #ff2a14;
    background: linear-gradient(90deg, #ff9800, #ff2a14) !important
}
.btn-important:hover {
    color: #fff
}
.btn-important {
    border-radius: 50px;
    padding: 0 30px;
    color: #fff;
    cursor: pointer
}
.btn-important i {
    margin-right: 5px;
    font-size: 12px;
    vertical-align: 1px
}
@media only screen and (max-width: 559px) {
.btn-base,
    .search-tag a,
    .video-serial {
        font-size: 12px
}
}

/*鑰佺殑*/
.drop-content-items {
    padding: 15px;
    position: relative
}
.drop-content-items::before {
    content: '';
    border-bottom-color: #fff;
    position: absolute;
    top: -8px;
    z-index: 20;
    right: 18px
}
.list-item::after {
    background-color: #f3f5f7
}
.list-item-title {
    padding: 0 0 5px 3px;
    font-size: 12px
}
.list-item-title strong {
    color: rgba(0, 0, 0, .4)
}

/*home鏍峰紡*/

/*home鏍峰紡*/
.search-box {
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex
}
.search-input {
    font-size: 16px;
    height: 100%;
    width: 100%;
    padding: 0 10px 0 20px;
    flex: 1
}
.search-btn {
    padding: 0 20px 0 0
}
.search-btn .icon-search {
    width: 17px;
    text-align: center;
    vertical-align: -2px;
    font-size: 18px;
    color: #ffdf89
}
.search-drop {
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}
.ac_hot {
    padding: 15px 20px 20px;
    box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    border-radius: 0 0 10px 10px
}
.ac_hot::after {
    content: '';
    height: 5px;
    background: #fff;
    width: 100%;
    display: inline-block;
    left: 0;
    right: 0;
    top: -5px;
    position: absolute
}
.ac_hot::before {
    content: '';
    height: 1px;
    background: #eaedf1;
    width: calc(100% - 40px);
    display: inline-block;
    left: 20px;
    right: 20px;
    top: 0;
    position: absolute
}
.search-drop .list-item-title {
    font-size: 14px
}
.search-drop .drop-content-items::before {
    border-color: transparent;
    border-bottom-width: 1px
}
.search-tag {
    font-size: 0;
    margin: 0 -4px
}
.search-tag a {
    color: rgba(0, 0, 0, .83);
    background: rgba(0, 26, 58, .08);
    padding: 0 15px;
    margin: 4px
}
.search-tag a:hover,
.search-tag .hot {
    color: #ff2a14
}
.search-tag .hot {
    background: #fef0e5
}
.search-tag .hot:hover {
    background: #fde6dd
}
.search-tag i {
    margin-right: 3px;
    vertical-align: -4%
}
.cancel-btn {
    display: none
}
#search-content {
    width: 100%;
    max-width: 680px;
    margin: auto
}
#search-content .search-box {
    height: 56px
}
.search-main {
    height: 56px
}
.module {
    padding-bottom: 20px
}

/*鏈€鏂扮儹鎾噷闈㈢殑鎺ㄨ崘鐢靛奖css*/

/*鏈€鏂扮儹鎾噷闈㈢殑鎺ㄨ崘鐢靛奖css*/
.module-list {
    font-size: 0
}
.module-items {
    margin-right: -20px
}
.module-item-cover {
    position: relative;
    height: 0;
    padding-top: 140%;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px
}
.module-item-cover::before {
    content: '';
    opacity: .1;
    background-image: radial-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.56) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    pointer-events: none
}
.module-item-cover:hover::before {
    opacity: 1;
    -webkit-backdrop-filter: contrast(1.2) saturate(1.2);
            backdrop-filter: contrast(1.2) saturate(1.2)
}
.module-item-pic,
.module-item-pic img {
    height: 100%;
    width: 100%
}
.module-item-pic img {
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute
}
.module-item-pic a {


    padding-top: 53px;


    height: 100%;


    width: 100%;


    text-align: center;


    position: absolute;


    background-size: cover;


    left: 0;


    top: 0;


    z-index: 1
}
.module-item-pic a i {


    opacity: 0;


    transform: scale(.6);


    height: 40px;


    width: 40px;


    background: #fff;


    color: rgba(7, 7, 10, .92);


    border-radius: 50px;


    line-height: 40px;


    text-indent: 2.5px;


    font-size: 12px
}
.module-item-cover:hover .module-item-pic a {


    background: rgba(0, 0, 0, .28)
}
.module-item-cover:hover .module-item-pic a i {


    opacity: .88;


    transform: scale(.9)
}
.module-item-cover:hover .module-item-pic a i:hover {


    opacity: 1
}


/*.block-box-item.selected .block-box-bg {*/


/*	color: #fde6dd*/


/*}*/
.video-cover {
    float: right;
    width: 200px;
    overflow: hidden;
    margin: 0 0 0 25px;
    border-radius: 10px
}
.video-cover .module-item-pic a {
    padding-top: 55%
}
.video-info {
    padding: 0 0 5px 5px
}
.video-info-aux {
    font-size: 0
}
.video-info-aux .tag-link {
    background: #eaedf1;
    margin-left: 5px;
    overflow: hidden
}
.video-info-aux .tag-link a {
    color: rgba(0, 0, 0, .68)
}
.video-info-aux .tag-link:first-child {
    background: #fef0e5;
    margin: 0
}
.video-info-aux .tag-link:first-child:hover {
    background: #fde6dd
}
.video-info-aux .tag-link:hover {
    background: #e3e6eb
}
.video-info-aux .tag-link i {
    vertical-align: -1px
}
.video-tag-icon {
    display: inline-block;
    margin: 0 3px 0 0
}
.video-info-main {
    padding: 20px 0
}
.video-info-items {
    display: flex;
    padding-bottom: 5px;
    line-height: 1.7
}
.video-info-items:last-child {
    min-height: 50px;
    padding: 0;
    word-break: break-all
}
.video-info-itemtitle {
    display: inline-block;
    min-width: 46px;
    font-weight: 700;
    color: rgba(0, 0, 0, .51)
}
.search-stat {
    text-align: center;
    padding: 10px 0 0
}
.search-stat h1 {
    font-size: 38px;
    font-weight: 700;
    padding-top: 20px
}
.search-stat h2 {
    font-size: 14px;
    color: rgba(0, 0, 0, .68);
    margin-top: 3px
}
.module-search-item {
    border-radius: 18px;
    background: #f7f8f9;
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
    display: inline-block;
    position: relative
}
.module-search-item .video-cover {
    width: 155px;
    float: left;
    margin: 0 25px 0 0
}
.module-search-item .module-item-cover {
    border-radius: 0
}
.module-search-item .video-info-header h3 {
    font-size: 20px;
    font-weight: 700
}
.module-search-item .video-info {
    padding: 0
}
.module-search-item .video-info-aux {
    margin-top: 5px
}
.module-search-item .video-info-main {
    padding: 10px 0
}
.module-search-item .video-info-items {
    font-size: 14px;
    max-width: 60%
}
.video-serial {
    float: right;
    margin: -23px -23px 0 15px;
    border: 3px solid #fff;
    color: rgba(0, 0, 0, .4);
    font-size: 12px;
    background: #eaedf1;
    padding: 0 12px;
    border-radius: 0 18px 0 10px
}
.video-info-footer .btn-base {
    padding: 0 20px
}
.video-info-footer .btn-base i {
    vertical-align: 0
}
@media (max-width: 1789px) {
.content {
        max-width: 1520px
}
}
@media (max-width: 1549px) {
.content {
        max-width: 1240px /*鏁翠綋瀹藉害2022-3-12 23:59:35*/
}
.module-item-pic a {
        padding-top: 45px;
}
.module-item-cover:hover .module-item-pic a i {
        transform: scale(.9)
}
}
@media (max-width: 1329px) {
.content {
        max-width: 1150px
}
}
@media (max-width: 1239px) {
.content {
        max-width: 100%;
        padding: 0 30px
}
.search-box {
        max-width: none
}
.module-item-cover:hover {
        box-shadow: none
}
.module-item-cover:hover .module-item-pic a {
        background: rgba(0, 0, 0, .08)
}
.module-item-pic a i {
        display: none
}
.search-stat h2 {
        margin-top: 0
}
.module-search-item {
        width: 100%;
        margin: 0 0 20px
}
.module-search-item .video-info-items {
        max-width: inherit
}
.module-search-item .video-cover {
        width: 150px
}
}
@media (max-width: 899px) {

    /*.page #header::after {*/
    /*	background: #fff*/
    /*}*/
.content {
        padding: 0 20px
}
#search-content {
        width: 80%
}
.module-items {
        margin-right: -12px
}
}
@media (max-width: 559px) {
#search-content {
        width: auto
}
#search-content .search-box {
        height: 50px
}
.content {
        padding: 0 15px
}

    /*.header-module .nav-menu-item:nth-child(1) {*/
    /*	display: none*/
    /*}*/

    /*.nav-menu-item a i {*/
    /*	display: none*/
    /*}*/
.search-tag i {
        font-size: 14px;
        vertical-align: -12%
}
.list-item {
        position: relative
}
.list-item-title {
        padding: 0 0 7px;
        margin-bottom: 5px;
        position: relative
}
.list-item-title:before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #e3e6eb;
        transform: scaleY(.5)
}
.search-input {
        font-size: 14px
}
.search-box .list-item-title {
        margin: 0;
        padding-bottom: 5px
}
.search-box .list-item-title:before {
        height: 0
}
.module {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px
}
.module-items {
        margin-right: -10px
}
.video-info-aux .tag-link {
        font-size: 12px
}
.search-stat h1 {
        font-size: 26px
}
.module-search-item .video-cover {
        width: 80px;
        border-radius: 5px
}
.module-search-item .video-info-header h3 {
        font-size: 16px;
        white-space: inherit;
        line-height: 1.4
}
.module-search-item .video-info-items {
        min-height: auto
}
.module-search-item .video-info-main {
        padding: 5px 0 10px
}
.module-search-item {
        margin: 0 0 15px;
        padding: 12px 12px 15px
}
.module-search-item .tag-link {
        line-height: 25px;
        padding: 0 7px;
        font-size: 12px;
        border-radius: 5px
}
.module-search-item .video-info-items {
        padding: 0;
        font-size: 12px
}
.module-search-item .video-info-itemtitle {
        min-width: 37px
}
.module-search-item .video-info-items:last-child {
        display: none
}
.video-serial {
        margin: -15px -15px 0 5px;
        line-height: 25px;
        border-radius: 0 13px 0 10px;
        padding: 0 8px;
        font-size: 10px
}
.video-info-footer .btn-base {
        line-height: 29px;
        padding: 0 12px 0 14px
}
.video-info-footer .btn-base i {
        font-size: 10px
}
}
.page-number {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px
}
.page-number {
    background: #f3f5f7;
    color: rgba(0, 0, 0, .68)
}
.page-number:hover {
    background: #eaedf1
}
.module-footer {
    text-align: center;
    padding: 0 0 30px
}
#page {
    padding-top: 10px
}
.page-number {
    border-radius: 50px;
    min-width: 40px;
    position: relative;
    padding: 0;
    margin: 0 2px
}
.page-previous,
.page-next {
    padding: 0 18px
}
@media (max-width: 559px) {
.page-number {
        min-width: 35px;
        line-height: 35px;
        font-size: 12px
}
}
.ll-selected {
    margin: 0.1rem .2rem;
    color: red;
}
.ll-default {
    margin: 0.1rem .2rem;
    color: #d3d3d3;
}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./src/assets/css/main.css ***!
  \*************************************************************************************************************************************************************************************************************************/
body {
	background: #16161a;
	color: hsla(0, 0%, 100%, .87);
}
a {
	color: hsla(0, 0%, 100%, .87);
}
#header::after {
	background: #16161a;
}
.search-box {
	background-color: #25252b;
}
.shadow-large,
#search-content .search-box,
.homepage .header-content .search-box,
.box,
.box::after,
.box::before {
	box-shadow: 0 0 0 0;
}
.module-item-text {
	color: hsla(0, 0%, 100%, .6);
}
.module-item-content {
	background-color: #16161a;
}
.module-item-style.video-tag a {
	background-color: #25252b;
	color: hsla(0, 0%, 100%, .6);
}
.module-item-style {
	color: hsla(0, 0%, 100%, .6);
}
.btn-gray,
.more,
.load-all,
.module-tab-item,
.page-number {
	background-color: #25252b;
	color: hsla(0, 0%, 100%, .6);
}
.btn-gray:hover,
.more:hover,
.load-all:hover,
.module-tab-item:hover,
.module-blocklist a:hover,
.video-info-aux .tag-link:hover,
.page-number:hover {
	background-color: #1C1C20;
}
.page-current:hover,
.page-current {
	background: #ff2a14;
	color: #fff;
}
.ac_bg::after,
.ac_hot::after,
.ac_items::after {
	background-color: #25252b;
}
.ac_bg,
.ac_hot,
.ac_items {
	background-color: #25252b;
}
.search-tag a {
	color: hsla(0, 0%, 100%, .6);
}
.module-tab-item.selected {
	background: #ff2a14
}
.border-top::after,
#footer::after,
#friendlink::after {
	background-color: #25252b;
}
.library-box::after {
	background-color: #32323c;
}
.library-item.selected {
	background-color: #32323c;
	color: hsla(0, 0%, 100%, .6);
}
.library-stat {
	color: hsla(0, 0%, 100%, .6);
}
#footer {
	background-color: #16161a;
	color: hsla(0, 0%, 100%, .6);
}
.drop-content-box {
	background-color: #25252b;
}
.list-item-title strong {
	color: hsla(0, 0%, 100%, .6);
}
.drop-tips {
	color: hsla(0, 0%, 100%, .6);
}
.icon-clear {
	color: hsla(0, 0%, 100%, .6);
}
.drop-content-items::before {
	border-bottom-color: hsla(0, 0%, 100%, .6)
}
.nav-menu-item:hover .nav-menu-icon::after {
	background: #25252b;
}
.drop-content-items li a:hover {
	background-color: #16161a;
}
.page #header {
	background: #16161a;
}
.popup {
	background: #25252b;
}
.popup::after {
	background: #16161a;
}
.popup-title::after {
	background: #32323c;
}
.handle-more-drop .block-name {
	color: hsla(0, 0%, 100%, .6);
}
.handle-more-drop .block-name strong {
	color: hsla(0, 0%, 100%, .6);
}
.handle-more-drop .btn-block-o i {
	color: hsla(0, 0%, 100%, .6);
}
#report-popup::after {
	background: #25252b;
}
.report-content {
	background: #32323c;
}
.block-box-content {
	color: #000;
}
@media (min-width: 1239px) {
.video-player-handle .drop .drop-content-items::before {
		border-top: 8px solid #25252b;
}
}
@media (max-width: 559px) {
.view #header {
		background: 0 0;
}
}
.box {
	background: #25252b;
}
.video-info-itemtitle {
	color: hsla(0, 0%, 100%, .6);
}
.video-info-aux .tag-link:first-child {
	color: rgba(0, 0, 0, .68)
}
.video-info-aux .tag-link {
	background: #32323c;
	color: hsla(0, 0%, 100%, .6);
}
.view .video-info .page-title {
	color: hsla(0, 0%, 100%, .6);
}
.video-info-aux .tag-link a {
	color: hsla(0, 0%, 100%, .6);
}
.box::before {
	background: rgba(37, 37, 43, .1)
}
.box::after,
.box::before {
	background: rgba(37, 37, 43, .5)
}
button.share-btn {
	color: #333;
}
.module-player-list {
	background: #25252b;
}
.module-blocklist a {
	background: #32323c;
	color: hsla(0, 0%, 100%, .6);
}
.module-player-tab .module-tab-item.selected {
	background: #32323c
}
.video-info-aux .tag-link:first-child {
	background: #fef0e5;
}
.video-serial {
	border: 3px solid #32323c;
	background: #32323c;
	color: hsla(0, 0%, 100%, .6);
}
.search-stat h2 {
	color: hsla(0, 0%, 100%, .6);
}
.module-tab-item small {
	color: hsla(0, 0%, 100%, .6);
}
.module-search-item {
	background: #25252b;
}
.nav-search .ac_bg,
.nav-search .ac_hot,
.nav-search .ac_items,
.nav-search .search-focus {
	background: #25252b;
	color: rgb(225 225 226 / 92%) !important;
}
.search #header {
	background: 0 0;
}
.article-content b::after {
	background: 0 0;
}
.article main::after {
	background: 0 0;
}
.grid-item i {
	background: #32323c;
}
.grid-more-link {
	color: hsla(0, 0%, 100%, .6);
}
.btn-block-o i {
	color: hsla(0, 0%, 100%, .6);
}
.module-row-info:nth-child(odd) {
	background: #32323c;
}
.module-row-title p {
	color: hsla(0, 0%, 100%, .6);
}
.module-row-info a {
	color: hsla(0, 0%, 100%, .6);
}
@media (max-width: 559px) {
.view .mobile-play .module-item-cover:before {
		background: linear-gradient(to bottom, rgba(37, 37, 43, 0) 0%, #25252b 100%);
}
.module-tab-drop .module-tab-item.selected {
		color: #fff;
}
.view .mobile-play:before {
		background: linear-gradient(to bottom, rgba(37, 37, 43, 0) 0%, #25252b 80%, #25252b 100%);
}
.module-player-tab .module-tab-name {
		background: #25252b;
		color: hsla(0, 0%, 100%, .6);
}
.sort-list .module-tab-name {
		background: #25252b;
}
.sort-list .module-tab-name i {
		color: hsla(0, 0%, 100%, .6);
}
.video-subtitle {
		color: hsla(0, 0%, 100%, .6);
}
.module-tab .module-tab-items {
		background: #25252b;
}
.module-sorttab .module-blocklist a {
		background: #32323c;
}
.sort-list .sort-button {
		color: hsla(0, 0%, 100%, .6);
}
.sort-list .sort-button:before,
	.sort-list .sort-button:after {
		background: rgba(37, 37, 43, .62);
}
.module-tab-drop .module-tab-item {
		background: #32323c;
		color: hsla(0, 0%, 100%, .6);
}
.module-sorttab .module-blocklist a:hover {
		background: #16161a;
}
.play #header {
		background: #000;
}
.mobile-open .search-box,
	.mobile-open #search-content .search-box {
		background: #25252b;
}
.mobile-open .search-box .search-btn,
	.mobile-open .search-box .cancel-btn,
	.mobile-open .search-box .search-input {
		background: #32323c;
}
}
@media (max-width: 1239px) {
.player-box-side,
	.player-info {
		background: #16161a;
}
}
@media (max-width: 899px) {
.module-bg {
		background: 0 0;
}
.play #header {
		background: #000;
}
}
.bottom-line:after {
	border-bottom: 1px solid #25252b !important;
}
.form-control {
	border: 1px solid #32323c !important;
	background: #25252b !important;
}
.btn-default {
	border: 1px solid #25252b !important;
	background: #25252b !important;
	color: hsla(0, 0%, 100%, .6) !important;
}
.btn-primary {
	color: hsla(0, 0%, 100%, .6) !important;
}
.nav-head>li.active>a,
.nav-tabs>li.active>a {
	border-bottom: 2px solid #32323c !important;
	color: hsla(0, 0%, 100%, .6) !important;
}
.top-line-dot:before {
	border-top: 1px solid #25252b !important;
}
.mxone-vodlist__text.striped .striped-head,
.mxone-vodlist__text.to-color li:nth-of-type(odd) {
	background-color: #25252c !important;
}
.top-line:before {
	border-top: 1px solid #25252b !important;
}
.mobile-open .search-box .cancel-btn {
	background: none !important;
}
.split-line {
	background-color: #32323c !important;
}
.newsbg {
	background: #25252b !important;
}
.badge {
	background-color: #32323c !important;
}
.mxonefoot {
	background: #16161a;
	border-top: 1px solid #25252b;
}
.bgys {
	background: #16161a !important;
}
.search-cupfox {
	background: #25252b
}
.search-cupfox::after {
	background: #666;
}
.header-bg {
	background: #16161a;
}
@media (min-width: 899px) {
.header-bg::after {
		background: #10101a;
}
}
.header-content .search-box {
	background-color: #25252b;
	box-shadow: 0 0 0 0 !important;
}
.nav-search .search-cupfox::after {
	background: #25252b;
}
a.text-list-item {
	color: rgba(0, 0, 0, .68);
}
.mxone-modal__content {
	background: #25252b;
}
.user-title {
	color: hsla(0, 0%, 100%, .87);
}
@media (max-width: 559px) {
.homepage .nav-menu-search i {
		color: #fff;
}
.nav-menu-item.selected span {
		color: hsla(0, 0%, 100%, .87);
}
.nav .nav-menu-item span {
		color: hsla(0, 0%, 100%, .87);
}
.header-content::after {
		background: #16161a;
}
.sort-list .module-tab-name i:after {
		background: none
}
}
.list .list-item .item-title {
	background: #25252b;
	color: hsla(0, 0%, 100%, .87);
	border-bottom: none;
}
.list .list-item {
	background: #25252b;
	border: none;
}
.list .list-item .item:hover {
	background: #32323c
}
.keyword {
	color: hsla(0, 0%, 100%, .87);
}
.order {
	color: hsla(0, 0%, 100%, .87);
}
.text-list-item:nth-child(1) {
	background: #25252b;
}
.text-list-item:nth-child(2) {
	background: #25252b;
}
.text-list-item:nth-child(3) {
	background: #25252b;
}
.text-list-item:nth-child(n+4) {
	background: #25252b;
	border-bottom: 1px solid #16161a;
}
.top-1::before {
	background: #fc4274;
}
.top-2::before {
	background: #ff8155;
}
.top-3::before {
	background: #fcb80a
}
.text-list-title h3,
.text-list-title p {
	color: hsla(0, 0%, 100%, .87);
}
.text-list-item:nth-child(n+4):hover {
	background: #32323c
}
.mx-mac_msg_jump{
    box-shadow: 0 0 0 0;
}
.mx-mac_msg_jump .msg_jump_tit{
        color: hsla(0, 0%, 100%, .87);}
.mx-mac_msg_jump .text{
          color: hsla(0, 0%, 100%, .87);
}
.item1 input:-webkit-autofill {
	-webkit-box-shadow:0 0 0px 1000px #212124  inset
}
.mx-mac_msg_jump .form .item1{
    border-color: #212124;
}
.module-items .pack_reserve p{background: #16161a;}
.module-items .pack_reserve:after{background: hsl(0deg 0% 77% / 87%);}
.homepage_homepage_channelnav {background-color: #fff0;}
.homepage_homepage_channelnav .homepage_opt_wrap a img{    background-color: #19161900;}
.actor_part{background: #0f0f12;border-radius: 50px;border: 1px solid #2c2c2d;}



/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/


