
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.home-container {
    position: relative;
    max-width: 768px;
    min-width: 360px;
    margin: 0 auto;
    /* padding-top: 75px; */
    padding-top: 70px;
}

.fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 170px;
}
.fixed-bg .bg {
    width: 100%;
    height: 70px;
    background-color: #3671F3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.fixed-bg .bg::after {
    content: "";
    height: 100px;
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #3671F3, rgba(54, 113, 243, .6), transparent);
}
.fixed-bg .bg .logo img {
    width: 167px;
    height: 30px
}
.fixed-bg .bg > .right {
    display: block;
    padding: 10px 0;
    margin-top: 12px;
    color: #fff;
}
.fixed-bg .bg > .right > span {
    font-size: 12px;
    vertical-align: middle;
}

.fixed-bg .bg > .right > .icon-app-right {
    font-size: 14px;
    vertical-align: middle;
}

.wrapper {
    position: relative;
    z-index: 2;
    padding: 5px 0 0;
}

.section1 {
    padding: 0 15px 20px;
}
.section1 .s1 {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, .1);
}
.s1 .top {
    position: relative;
    height: 54px;
    padding: 0 11px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1 .top .swiper-pagination-liveing {
    width: auto;
    max-width: 150px;
    white-space: nowrap;
}
.s1 .top > .title .gif {
    width: 12px;
    margin-right: 5px;
}

.s1 .top > .title > span {
    font-size: 16px;
    font-weight: 900;
    white-space: nowrap;
}

.s1 .swiper {}

.s1 .swiper .live-cover {
    position: relative;
    display: block;
    width: 100%;
    min-height: 185px;
    padding-bottom: 56%;
}
.s1 .swiper .live-cover .poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}
.s1 .swiper .live-cover .see {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 11px;
}
.s1 .swiper .live-cover .see .icon-fire {
    font-size: 13px;
    color: #fff;
    margin-right: 3px;
}
.s1 .swiper .live-cover .see span {
    font-size: 12px;
    color: #fff;
}

.s1 .swiper .live-info {
    display: block;
    padding: 15px;
    background: #fff;
}
.s1 .swiper .live-info > .title {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s1 .swiper .live-info > .dept {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}






.section2 {
    padding: 0 15px 20px;
}
.section2 .s2-swiper {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 10%);
}
.s2-swiper .top {
    position: relative;
    height: 54px;
    padding: 0 11px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s2-swiper .top .title {
    font-size: 16px;
    color: #333;
    font-weight: 900;
    white-space: nowrap;
}
.s2-swiper .top .swiper-pagination-playback {
    width: auto;
    max-width: 150px;
    white-space: nowrap;
}

.s2-swiper .swiper {}

.s2-swiper .swiper .playback-cover {
    position: relative;
    display: block;
    width: 100%;
    min-height: 185px;
    padding-bottom: 56%;
}
.s2-swiper .swiper .playback-cover .poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}
.s2-swiper .swiper .playback-cover .see {
    position: absolute;
    width: 100%;
    height: 54px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
    padding: 0 10px 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.s2-swiper .swiper .playback-cover .see .btn {
    width: 54px;
    height: 34px;
    background-color: #3671F3;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    /* position: absolute;
    bottom: 10px;
    right: 10px; */
}
.s2-swiper .swiper .playback-cover .see .icon-fire {
    font-size: 12px;
    color: #fff;
    margin-right: 3px;
}
.s2-swiper .swiper .playback-cover .see span {
    font-size: 12px;
    color: #fff;
}

.s2-swiper .swiper .playback-info {
    display: block;
    padding: 15px;
    background: #fff;
}
.s2-swiper .swiper .playback-info > .title {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-swiper .swiper .playback-info > .dept {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section2 .s2-list {
    background: #fff;
}
.s2-list > .title {
    font-size: 16px;
    color: #333;
    font-weight: 900;
}
.s2-list > .list {
    
}
.s2-list > .list > .item {
    display: block;
    margin-top: 15px;
    display: flex;
}
.s2-list > .list > .item:first-of-type {
    margin-top: 10px;
}
.s2-list > .list > .item .img {
    /* width: 160px;
    height: 90px; */
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    width: 49.2%;
}
.s2-list > .list > .item .img .add-style {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.s2-list > .list > .item .img .add-style > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.s2-list > .list > .item .right {
    /* width: calc(100% - 170px); */
    flex: 1;
    width: 0;  /** 内部 */
}
.s2-list > .list > .item .right .title {
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin-bottom: 5px;
}
.s2-list > .list > .item .right .atrs {
    padding-right: 68px;
    position: relative;
}
.s2-list > .list > .item .right .atrs .depts {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-list > .list > .item .right .atrs .time {
    font-size: 12px;
    color: #F60;
    white-space: nowrap;
}
.s2-list > .list > .item .right .atrs .btn {
    width: 54px;
    height: 34px;
    background-color: #3671F3;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}






.section3 {}
.section3 .s3 {
    background: #F5F7FA;
    padding: 0 0 5px;
}
.s3 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 15px 15px;
}
.s3 .top .tab {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
    overflow-x: auto;
}
.s3 .top .tab::-webkit-scrollbar {
    display: none;
}
.s3 .top .title {
    position: relative;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    line-height: 36px;
    margin-right: 20px;
    white-space: nowrap;
}
.s3 .top .title:last-child {
    margin-right: 0;
}
.s3 .top .title.active {
    font-weight: 700;
    color: #333;
}
.s3 .top .title.active::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #3671F3;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.s3 .top > .more {
    display: block;
    padding: 8px 15px 11px 15px;
    width: 70px;
    text-align: right;
    flex-shrink: 0;
}
.s3 .top > .more > span {
    font-size: 12px;
    color: #999;
    vertical-align: middle;
}
.s3 .top > .more > .icon-app-right {
    font-size: 14px;
    color: #999;
    vertical-align: middle;
}
.s3 .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.s3 .list .item {
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
}
.s3 .list .item:nth-child(2n) {
    margin-right: 0;
}
.s3 .list .item .poster {
    position: relative;
    /*height: 90px;*/
    padding-top: 56.25%;
}
.s3 .list .item .poster > img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s3 .list .item .poster .cover {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 5px 0;
}
.s3 .list .item .poster .cover .icon-fire {
    font-size: 12px;
    color: #fff;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.s3 .list .item .poster .cover > span {
    font-size: 12px;
    color: #fff;
}
.s3 .list .item .label {
    background-color: #3671F3;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.s3 .list .item .label.back {
    background: rgba(0, 0, 0, 0.8);
}
.s3 .list .item .label.live {
    background: #F60;
}
.s3 .list .item .label.live .gif {
    width: 12px;
    height: 12px;
    position: relative;
    bottom: 2px;
}
.s3 .list .item .info {
    padding: 10px;
}
.s3 .list .item .info .title {
    height: 36px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin-bottom: 5px;
}
.s3 .list .item .info .depts {
    font-size: 12px;
    color: #999;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s3 .list .item .info .date {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.null-data {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.null-data > img {
    width: 100px;
}


.section4 {
    padding: 0 15px 15px;
    background: #F5F7FA;
}
.section4 .s4 {
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.s4 .left { }
.s4 .left h4 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.s4 .left h5 {
    font-size: 14px;
    color: #999;
}
.s4 .right { }
.s4 .right img {
    display: block;
    width: 60px;
    margin-left: 15px;
}



.fixed-wrap {
    position: fixed;
    right: 15px;
    bottom: 100px;
}
.kefu {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #3671F3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kefu > img {
    display: block;
    width: 32px;
    height: 32px;
}

