/*----------------------------------------------------------------------------------------------------------------*/
/* M1938.COM */
/* M1938网站模板工作室*/
/*---模板程序代码仅供用于研究测试学习用途，严禁商业用途,
使用并请遵循国家法律法规之规定使用,违者导致的侵权、违法等后果需自行承担相关法律责任--------------------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

.play-div2 {
  position: relative;
  width: 100%;
  background-color: #333;
  padding: 10px 5px;
  overflow: hidden;
}

html {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center
}

body {
    font-family: "Microsoft Yahei", Arial, sans-serif;
    color: #fff;
    background-color: #222
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #fff
}

ol,
ul {
    list-style: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    appearance: none;
    border: none;
    background: 0 0;
    cursor: pointer
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

@font-face {
    font-family: font;
    src: url(font.woff2) format('woff2'), url(font.woff) format('woff'), url(font.ttf) format('truetype');
    font-display: auto
}

.text::placeholder,
text {
    font-family: font !important
}

.fixed {
    position: fixed !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.ye-x {
    position: relative;
    display: flex !important;
    flex-direction: row !important
}

.ye-x1 {
    position: relative;
    display: flex !important;
    flex-direction: row-reverse !important
}

.ye-y {
    position: relative;
    display: flex !important;
    flex-direction: column !important
}

.ye-y1 {
    position: relative;
    display: flex !important;
    flex-direction: column-reverse !important
}

.x {
    justify-content: center !important
}

.x1 {
    justify-content: flex-start !important
}

.x2 {
    justify-content: flex-end !important
}

.x3 {
    justify-content: space-between !important
}

.x4 {
    justify-content: space-around !important
}

.y {
    align-items: center !important
}

.y1 {
    align-items: flex-start !important
}

.y2 {
    align-items: flex-end !important
}
@media screen and (min-width:769px) { 
.head {
    position: fixed !important;
    z-index: 998;
    background-color: #000;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    transition: transform .3s; 
    padding-top: 120px;   
}
 }
@media screen and (max-width:768px) {
.head {
    position: fixed !important;
    z-index: 998;
    background-color: #000;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    transition: transform .3s; 
    padding-top: 100px;   
}
 }
.head>ul {
    height: 60px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important
}

.index {
    height: 60px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1
}

.index>a {
    height: 50px;
    position: relative;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 10px
}

.type {
    height: 60px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important
}

.search {
    flex: .5;
    height: 60px;
    margin: 0 50px 0 0;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1
}

.search form {
    width: 100%;
    height: 35px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    background-color: #f5f5f5;
    border-radius: 4px
}

.search form input:nth-of-type(1) {
    width: 100%;
    height: 35px;
    margin-left: 40px;
    outline: 0;
    font-size: 13px;
    background-color: #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.search form input:nth-of-type(2) {
    font-size: 15px;
    color: #fefefe !important;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    background-color: red !important
}

.search form button {
    position: absolute;
    left: 10px;
    background-color: #f5f5f5;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.search form button span {
    display: block;
    width: 18px;
    height: 18px
}

.search-icon {
    width: 18px;
    height: 18px;
    border: 2px solid #7e7e7e;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    z-index: 999
}

.search-icon::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 14px;
    height: 3px;
    border: 1px solid #7e7e7e;
    transform: rotate(-45deg);
    background-color: #000;
    z-index: 1
}

.hover {
    width: 100%;
    height: 60px;
    position: absolute;
    display: flex !important;
    flex-direction: row !important;
    justify-content: end !important;
    align-items: center !important;
    z-index: 0
}

.hover>p {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer
}

.hover>p>span {
    width: 27px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0
}

.hover>ul {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 15px 10px;
    background-color: #3c3c3c;
    top: 60px;
    flex-wrap: wrap;
    flex-direction: row !important
}

.hover>ul li {
    padding: 5px 10px;
    width: 33.33%;
    text-align: center;
    border-radius: 5px
}

.hover>ul li a {
    color: #fff;
    background-color: #222;
    font-size: 13px;
    display: block;
    border-radius: 5px;
    padding: 10px
}

.hover>ul li:nth-of-type(1) a {
    background-color: red;
    color: #fff
}
@media screen and (max-width:768px) {
.main {
    width: 100%;
    padding: 0 5px;
    margin-top: 160px;
}
  }
@media screen and (min-width:769px) { 
.main {
    width: 100%;
    padding: 0 5px;
    margin-top: 180px;
}
  }
.movie h3 {
    float: left;
    padding: 20px 5px;
    max-width: 60%;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.movie>span {
    float: right;
    padding: 23px 5px;
    font-size: 14px
}

.movie-ul1 {
    width: 100%;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center !important
}

.movie-ul1 li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.movie-ul1 li a span {
    position: absolute;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.movie-ul2 {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 20px
}

.movie-ul2 li a {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 12px
}

.movie-text {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 20px 5px 0 5px
}

.movie-text h3 {
    padding: 25px 0;
    font-size: 18px;
    font-weight: 700
}

.movie-text-ul1 {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%
}

.movie-text-ul1 li span {
    display: block;
    width: 100px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.movie-text-ul1 li a {
    display: block;
    flex: .99;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.movie-no {
    text-align: center;
    padding: 50px
}

.movie-no p img {
    width: 100px
}

.play {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%
}

.play-div1 {
    position: relative;
    width: 100%;
    /*! padding-top: 56.2%; */
    margin-top: 40px;
    /*! margin-bottom: 95px; */
    /*! background-color: #000 */
}

.play-div1 iframe {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.play-div1 div {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 40px;
    top: -40px;
    padding: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.play-div1 ul {
    position: absolute;
    background-color: #333;
    width: 100%;
    padding: 10px 5px
}

.play-div1 ul h4 {
    display: inline
}

.play-div1 ul p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.page {
    margin: 10px 0;
    text-align: center
}

.page li {
    display: inline-block;
    margin: 2px
}

.page li a {
    padding: 10px 15px
}

.page_bg {
    background-color: #f68f40 !important;
    color: #fff !important;
    border-radius: 5px
}

.page-default {
    display: inline-block;
    padding: 8px 30px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #eee;
    color: #333;
    background: linear-gradient(to right, #eee 0, #f6f6f6 100%);
    box-shadow: 0 5px 10px rgba(246, 246, 246, .25)
}

.page-warm {
    display: inline-block;
    padding: 8px 30px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #f90;
    background: linear-gradient(to right, #f90 0, #ff9f16 100%);
    box-shadow: 0 5px 10px rgba(255, 111, 0, .25)
}

.foot {
    text-align: center;
    padding: 30px 10px
}

.foot p {
    padding: 10px 0
}

@media (max-width:1200px) {
    body {
        width: 100%;
        font-size: 13px
    }

    .head>ul {
        width: 100%
    }

    .index>a {
        flex-direction: column !important
    }

    .index>a>p:nth-of-type(1)>span {
        white-space: nowrap;
        color: red;
        font-size: 20px;
        font-weight: 700
    }

    .index>a>p:nth-of-type(2)>span {
        white-space: nowrap;
        color: #fff;
        font-size: 12px
    }

    .search {
        flex: 1
    }

    .hover>ul li a {
        padding: 5px
    }

    .movie h3 {
        padding: 20px 5px;
        font-size: 20px
    }

    .movie-ul1 li {
        position: relative;
        width: 50%;
        padding-top: 34%;
        margin-bottom: 50px
    }

    .movie-ul1 li a {
        display: block;
        position: absolute;
        z-index: 99;
        top: 2%;
        left: 2%;
        right: 2%;
        bottom: 2%;
        font-size: 12px
    }

    .movie-ul1 li a span {
        top: 100%;
        margin-top: 10px
    }

    .movie-ul2 li {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 30px;
        background-color: #fff;
        color: #000;
        margin: 5px 5px;
        border-radius: 5px;
        font-size: 12px
    }

    .movie-text-ul1 li {
        position: relative;
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: row !important;
        align-items: center !important;
        width: 100%;
        padding: 3px 0
    }

    .page-visible {
        display: inline-block !important
    }

    .page-hidden {
        display: none !important
    }
}

@media (min-width:1200px) {
    body {
        width: 1200px;
        font-size: 14px
    }

    .head>ul {
        width: 1200px
    }

    .index>a {
        flex-direction: row !important
    }

    .index>a>p:nth-of-type(1)>span {
        white-space: nowrap;
        color: red;
        font-size: 30px;
        font-weight: 700;
        padding-right: 20px
    }

    .index>a>p:nth-of-type(2)>span {
        white-space: nowrap;
        color: #fff;
        font-size: 18px
    }

    .search {
        flex: .4
    }

    .hover>ul li a {
        padding: 10px
    }

    .movie h3 {
        padding: 16px 5px;
        font-size: 25px
    }

    .movie-ul2 li {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 30px;
        background-color: #fff;
        color: #000;
        margin: 5px 10px;
        border-radius: 5px;
        font-size: 12px
    }

    .movie-ul1 li {
        position: relative;
        width: 25%;
        padding-top: 17%;
        margin-bottom: 50px
    }

    .movie-ul1 li a {
        display: block;
        position: absolute;
        z-index: 99;
        top: 2%;
        right: 2%;
        left: 2%;
        bottom: 2%;
        font-size: 13px
    }

    .movie-ul1 li a span {
        top: 100%;
        margin-top: 10px
    }

    .movie-text-ul1 li {
        position: relative;
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: row !important;
        align-items: center !important;
        width: 50%;
        padding: 3px 0
    }

    .page-hidden {
        display: inline-block !important
    }

    .page-visible {
        display: none !important
    }
}