@font-face {
    font-family: 'iconfont';
    /* Project id 1256317 */
    src: url('//at.alicdn.com/t/font_1256317_n6j7usmpske.woff2?t=1639195847300') format('woff2'),
        url('//at.alicdn.com/t/font_1256317_n6j7usmpske.woff?t=1639195847300') format('woff'),
        url('//at.alicdn.com/t/font_1256317_n6j7usmpske.ttf?t=1639195847300') format('truetype');
}

body,
* {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Microsoft YaHei, PingFang SC, Hiragino Sans GB, Arial, sans-serif;
}

a:hover {
    color: rgb(229, 59, 59);
}

[v-cloak] {
    display: none;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.2px; */
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

/* flex布局 */
.u-f,
.u-f-ac,
.u-f-ajc,
.u-f-jc,
.u-f-jsb {
    display: flex;
}

.u-f-ac,
.u-f-ajc {
    align-items: center;
}

.u-f-ajc {
    justify-content: center;
}

.u-f-jc {
    justify-content: center;
}

.u-f-jsb {
    justify-content: space-between;
}

.u-f1 {
    flex: 1;
}

.u-f-column {
    flex-direction: column;
}

body {
    background-color: #fff;
    color: #333;
}

.con-container {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 36px;
    position: relative;
    margin-top: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.no-content .tip-img {
    background: url(../images/no-data.png) no-repeat;
    height: 210px;
    width: 210px;
    margin: 0 auto;
    background-size: cover;
    color: #999;
}

.no-content1,
.no-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    color: #999;
}

.no-content1 .tip-img {
    background: url(../images/no-data.png) no-repeat;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    background-size: cover;
    color: #999;
}

.loading {
    background: url(../images/loading.gif) no-repeat 50% 50%;
    background-size: cover;
    height: 115px;
    margin: 0 auto;
    width: 184px;
}

.hide {
    display: none !important;
}

/* 剧场 娱乐 竖版列表共用 */
.listM {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.listM .item {
    width: 210px;
    height: 350px;
    margin-right: 37px;
    overflow: hidden;
}

.listM .item:nth-child(5n) {
    margin-right: 0;
}

.listM .item .imgcon {
    width: 210px;
    height: 280px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.listM .item .imgcon .bgb {
    position: absolute;
    width: 100%;
    height: 30px;
    color: #fff;
    right: 0;
    bottom: 0;
    line-height: 30px;
    text-align: left;
    padding-right: 10px;
    font-size: 12px;
    padding-left: 10px;
}

.listM .item .imgcon .tag {
    position: absolute;
    color: #fff;
    padding: 5px 8px;
    right: 0;
    top: 0;
    line-height: 15px;
    text-align: left;
    font-size: 12px;
    background: #f25e8f;
    border-bottom-left-radius: 6px;
}

.listM .item .imgcon .tag.fee {
    background: #ffa522;
}

.listM .item .avtitle {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin: 5px 0;
    word-break: break-all;
    transition: all 0.2s;
    height: 20px;
    word-wrap: break-word;
}

.listM .item .totalcoll {
    color: #b0a7b6;
    font-size: 12px;
}

/* .listM .item:hover .avtitle+.totalcoll {
    margin-top: 6px;
} */

.listM .item:hover .avtitle {
    color: #fb7299;
    height: 40px;
}

.listM .item:hover .avtitle {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.listM .item .imgcon img {
    width: 210px;
}

.listM .item .playinfo>div {
    display: inline-block;
    font-size: 12px;
}

.listM .item .playinfo>div i {
    margin-right: 5px;
}

.listM .item .playinfo>div:first-child {
    margin-right: 40px;
}

/* 列表横版 共用 */
.list1 {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.list1 .item {
    width: 208px;
    height: 228px;
    border: 2px solid #f0f2f6;
    margin-bottom: 20px;
    margin-right: 38px;
    overflow: hidden;
}

.list1 .item:nth-child(5n) {
    margin-right: 0;
}

.list1 .item .imgcon {
    width: 204px;
    height: 122px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}

.list1 .item p {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 178px;
    height: 40px;
    word-wrap: break-word;
    transition: all 0.2s;
}

.list1 .item:hover p {
    color: #e53b3b;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 60px;
}

.list1 .item .imgcon img {
    max-height: 122px;
    width: 100%;
}

.list1 .item .playinfo {
    display: flex;
    width: 178px;
    color: #9ba3ab;
}

.list1 .item .playinfo>div:first-child {
    margin-right: 40px;
}

.list1 .item .playinfo>div {
    display: flex;
    font-size: 12px;
    align-items: center;
}

.list1 .item .playinfo .iconfont {
    /* font-size: 12px; */
    margin-right: 3px;
}

.list1 .item .playinfo .iconfont:last-child {
    -webkit-text-stroke-width: 0.1px;
}

/* 分页 */
#page-con {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#page-con .layui-laypage input:focus {
    border-color: #f56b98 !important;
}

#page-con .layui-laypage a:hover {
    color: #f56b98;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #f56b98;
}

/* 页面大标题 */
.page-title {
    font-size: 18px;
    font-weight: bold;
}

/* 换一换按钮 */
.change-btn {
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid #d1d5da;
    border-radius: 4px;
    color: #505050;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    transition: all .2s;
}

.change-btn:hover {
    background-color: #f4f4f4;
}

.change-btn i {
    margin-right: 4px;
    font-size: 14px;
    transition: all .5s;
    display: inline-block;
}

.change-btn:hover i {
    transform: rotate(-1turn);
}

/**全局滚动条样式修改*/
/*https://www.cnblogs.com/ranyonsue/p/9487599.html*/
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #C1C1C1;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

a {
    color: #333;
    text-decoration: none;
}

/*分页样式*/
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-wrap {
    width: 100%;
    height: 40px;
    margin-top: 24px;
    /* margin-bottom: 64px; */
}

.page-wrap .pager .pages .page-item button {
    min-width: 17px;
    height: 40px;
}

.pager .pages .page-item.active button,
.pager .pages .page-item button:hover {
    background: #F25E8F;
    color: #fff;
    border: 1px solid #F25E8F;
}


.pager .pages .page-item button {
    color: #222;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    background-image: none;
    transition: all .2s;
    font-size: 14px;
    min-width: 15px;
    padding: 0 13px;
    margin-right: 4px;
    float: left;
    display: block;
    height: 38px;
    line-height: 38px;
}

.pager .pages strong {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 2px;
    padding: 0 10px;
}

.page-wrap .jump-pager {
    float: right;
    padding: 0 2px;
    font-size: 14px;
    color: #99a2aa;
    line-height: 40px;
    height: 40px;
}

.page-wrap .jump-pager input[type=text] {
    padding: 0 10px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    box-shadow: none;
    color: #99a2aa;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ccd0d7;
    border-radius: 4px;
}