/* 直播案例 */
.live-page {
    background: #fff;
}

.live-page .live-title {
    height: 424px;
    color: #000000;
    text-align: center;
    position: relative;
}

.live-title .conl {
    position: relative;
    z-index: 50;
}

.live-left-e2ecff {
    width: 348px;
    height: 650px;
    border-top-left-radius: 348px;
    border-bottom-left-radius: 348px;
    background-image: linear-gradient(#ffffff, #e2ecff);
    position: absolute;
    right: 0;
    top: 100px;
}

.live-right-e5f0ff {
    width: 348px;
    height: 650px;
    border-top-right-radius: 348px;
    border-bottom-right-radius: 348px;
    background-image: linear-gradient(#ffffff, #e5f0ff);
    position: absolute;
    left: 0;
    bottom: -100px;
}

.live-right-d6f7ee {
    width: 348px;
    height: 650px;
    border-top-left-radius: 348px;
    border-bottom-left-radius: 348px;
    background-image: linear-gradient(#ffffff, #d6f7ee);
    position: absolute;
    right: 0;
    top: 50px;
}

.live-right-dbe8fd {
    width: 348px;
    height: 650px;
    border-top-left-radius: 348px;
    border-bottom-left-radius: 348px;
    background-image: linear-gradient(#ffffff, #dbe8fd);
    position: absolute;
    right: 0;
    top: 320px;
}

.live-right-e0ebfc {
    width: 348px;
    height: 650px;
    border-top-right-radius: 348px;
    border-bottom-right-radius: 348px;
    background-image: linear-gradient(#ffffff, #e5f0ff);
    position: absolute;
    left: 0;
    bottom: -50px;
}

.live-title .conl h5 {
    font-size: 30px;
    padding-top: 90px;
}

.live-title .conl h1 {
    font-size: 80px;
    padding-bottom: 138px;
}

.live-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.live-scroll1080 {
    position: relative;
    width: 1080px;
    height: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.live-scroll1080 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.live-scroll1080 video {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.live-talk {
    width: 100%;
    text-align: center;
    padding: 100px 0 90px 0;
    position: relative;
}

.live_bf {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 50;
}

.live_list-l {
    width: 290px;
}

.live_list-l ul li {
    width: 290px;
    height: 174px;
    margin-top: 22px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #000;
}

.live_bf ul li span {
    position: absolute;
    left: 50%;
    top: 40%;
    display: inline-block;
    transform: translateX(-50%);
    height: 50px;
    line-height: 50px;
}

.live_list-l ul li.active {
    font-size: 22px;
}

.live_list-l ul li.active img {
    opacity: 0.9;
}

.live_list-l ul li.active span {
    border-bottom: 2px solid #ffffff;
}

.live_list-l ul li:hover {
    cursor: pointer;
}

.live_list-l ul li img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.live_list-l ul li:first-child {
    margin-top: 0;
}

.live_list-r .live_show {
    display: block;
}

.live_list-r {
    width: 1000px;
    height: 570px;
}

.live_list-r section {
    display: none;
}

.live-tab {
    padding: 80px 0;
    position: relative;
}

.live-tab .yinheback {
    position: relative;
    z-index: 50;
}

.live_back {
    font-size: 46px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.live_main {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
}

.live_main .live-nodata {
    margin: 0 auto;
    margin-top: 120px;
}

.lists_mian {
    width: 400px;
    margin: 44px 0 44px 58px;
    position: relative;
}

.lists_mian:nth-child(3n+1) {
    margin-left: 0;
}

.lists_mian .mian_video {
    width: 400px;
    height: 225px;
    overflow: hidden;
    position: relative;
    display: block;
}

.lists_mian .mian_video img {
    width: 100%;
    height: 100%;
    transform: scale(1.06);
    transition: all 0.3s ease;
    opacity: 1;
}

.lists_mian .mian_video:hover img {
    transform: scale(1);
    opacity: 0.85;
}

.lists_mian .video_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mian_date {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.mian_date span {
    font-size: 12px;
    color: #ffffff;
    padding: 3px 4px;
    background: #3C8CFF;
    margin-right: 26px;
}

.mian_title {
    width: 400px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mian-flex {
    display: flex;
    flex-wrap: wrap;
}