﻿.layui-layer-shade
{
    opacity: 0.3 !important;
}
.main
{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #f3f3f3;
    background-color: #fff !important;
}
.specific-7
{
    margin-bottom: 40px;
}
.specific-7 .inputBox
{
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.specific-7 .inputBox .inputbox
{
    outline: none;
    width: 580px;
    height: 64px;
    background: #F7F7F8;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    padding-left: 80px;
    box-sizing: border-box;
}
.specific-7 .inputBox img
{
    width: 28px;
    height: 28px;
    position: absolute;
    left: 110px;
    top: 52px;
    margin-top: -14px;
}
.specific-7 .inputBox .tig
{
    display: block;
    margin-left: 30px;
}
.searchr
{
    margin-top: 24px;
}
.searchr .container
{
    padding: 0 40px;
}
.common-section-list
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.common-section-list .item
{
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
    width: 320px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    position: relative;
    box-sizing: border-box;
}
.common-section-list .item .cover
{
    width: 320px;
    height: 180px;
    display: block;
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
}
.common-section-list .item .cover .poster
{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.common-section-list .item .cover .label
{
    white-space: nowrap;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 6px;
    padding: 3px 7px;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.common-section-list .item .char
{
    padding: 0 16px;
}
.common-section-list .item .char .stit
{
    max-height: 76px;
    line-height: 38px;
    font-size: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 16px;
}
.common-section-list .item .char .tags
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 16px 16px;
    min-height: 48px;
    box-sizing: border-box;
}
.common-section-list .item .char .tags span
{
    font-size: 24px;
    color: #999999;
    margin-right: 20px;
}
.common-section-list .item .char .label
{
    white-space: nowrap;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding: 0px 16px 20px;
    box-sizing: border-box;
    min-height: 48px;
}
.searchr .container .item
{
    width: 324px;
    margin-bottom: 22px;
}
.searchr .container .item .pur
{
    width: 320px;
    height: 180px;
    position: relative;
}
.searchr .container .item .pur img
{
    display: block;
    width: 100%;
    height: 100%;
}
.searchr .container .item .pur span
{
    display: block;
    position: absolute;
    right: 18px;
    bottom: 15px;
    width: 78px;
    text-align: center;
    height: 32px;
    background: #000000;
    opacity: 0.6;
    border-radius: 6px;
    font-size: 22px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 37px;
}
.searchr .container .item .tit
{
    font-size: 28px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #333333;
    line-height: 38px;
}

.hot-search-container
{
    padding-left: 45px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.hot-title
{
    color: #333;
    font-size: 28px;
    font-weight: 500;
}
.hot-search-content
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.hot-search-item
{
    height: 60px;
    border-radius: 31px;
    border: 2px solid #E6E6E6;
    line-height: 60px;
    text-align: center;
    color: #999;
    font-size: 28px;
    padding: 0 36px;
    margin-top: 24px;
}

.hot-search-item:not(:last-child)
{
    margin-right: 24px;
}
