#active {
    width: 100%;
}

:root {
    --active-item-width: 100%;
}

.top-banner {
    width: 100%;
    height: var(--swiper-img-higth);
    /*background: linear-gradient(180deg, #01007E 0%, #00005A 47%, #02015D 100%);*/
}

.swiper {
    /*width: 1180px;*/
    height: 250px;
}

.content {
    width: var(--content-width);
    margin: 0 auto;
}

.swiper-slide, .swiper-slide > a > img {
    /*width: 1180px;*/
    width: 100%;
    height: 250px;
}

.type-list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.type-item {
    cursor: pointer;
    height: 56px;
    width: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 6px 15px 0 rgba(225,225,225,0.4);
}
.type-item img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.type-item:hover{
    box-shadow: 0 6px 30px 0 rgba(121,142,174,0.5);
}
.type-item:hover span {
    color: var(--color);
}

.type-item span {
    color: #333333;
    font-size: 16px;
}

.type-item-active span {
    color: var(--color);
}

.recent {
    margin-top: 50px;
}

.subject_title_header {
    text-align: center;
}

.subject_title {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    font-family: PingFangSC-Medium, PingFang SC;
    /*line-height: 42px;*/
}

.subject_intro {
    margin-top: var(--sub-title-margin);
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;

}

.subject_intro .more_btn {
    color: var(--color);
    margin-left: 19px;
    margin-right: 9px;

}

.subject_intro > div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.subject_intro > div > img {
    display: block;
    width: 7px;
    height: 13px;
    transition: all .3s;
}

.subject_intro > div:hover img {
    transform: translateX(3px);
}

/*.title > .title-text {*/
/*    font-size: 24px;*/
/*    font-weight: 400;*/
/*    color: #333333;*/
/*    line-height: 33px;*/
/*    vertical-align: middle;*/
/*}*/


/*.title > img {*/
/*    vertical-align: middle;*/
/*    margin-right: 10px;*/
/*}*/

/*.active-more {*/
/*    width: 80px;*/
/*    font-size: 14px;*/
/*    font-family: PingFangSC-Regular, PingFang SC;*/
/*    font-weight: 400;*/
/*    color: #999999;*/
/*    line-height: 44px;*/
/*    float: right;*/
/*}*/

.active-more > span, .active-more > svg {
    vertical-align: middle;
}

.active-more:hover > span {
    color: var(--color);
}

.active-more > svg {
    height: 12px;
}

.active-more:hover > svg g g {
    fill: var(--color);
}

.active-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.active-item {
    min-width: 0;
    width: var(--active-item-width);
    padding-bottom: 16px;
    /*height: 360px;*/
    background: #FFFFFF;
    box-shadow: 0 6px 30px 0 rgba(211, 218, 229, 0.4);
    border-radius: 6px;
}

.active-item:hover {
    box-shadow: 0 6px 30px 0 rgba(121, 142, 174, 0.5);
    transform: translateY(-10px);
    transition: all 0.4s;
}

.active-item:hover .active-item-title {
    color: var(--color);
}

.activity-item-top {
    width: var(--active-item-width);
    height: 214px;
    position: relative;
}

.active-item-banner {
    width: var(--active-item-width);
    height: 214px;
    border-radius: 6px 6px 0 0;
    display: block;
}

.video-status {
    position: absolute;
    width: 96px;
    height: 28px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px 0 16px 0;
    padding-right: 9px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-status > img {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}

.video-status-inLive {
    background: linear-gradient(128deg, #FDCD5D 0%, #F4A622 100%);
}

.video-status-record {
    background: linear-gradient(128deg, #99CBFF 0%, var(--color) 100%);
}

.video-start-time {
    position: absolute;
    bottom: 6px;
    right: 8px;
    padding: 0 5px;
    box-sizing: border-box;
    height: 20px;
    background: rgba(51, 51, 51, 0.65);
    border-radius: 3px;

    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    z-index: 1;
}

.active-item-title {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.active-item-tag {
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
    height: 24px;
    background: var(--color);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.active-item-timer {
    margin: 16px 16px 0;
    display: flex;
    align-items: center;
}

.active-item-timer > img {
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 9px;
}

.active-item-timer > span {
    height: 20px;
    font-size: 14px;
    font-weight: 400;

    font-family: PingFang-SC-Regular, PingFang-SC;
    color: #999999;
    line-height: 20px;
}

/*.active-item-timer > span:first-of-type {*/
/*    max-width: 260px;*/
/*}*/

/*.active-item-timer > span:last-of-type {*/
/*    width: 120px;*/
/*}*/

.active-item-bottom {
    margin: 19px 18px 0;
    height: 20px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.trade {
    margin-top: 50px;
}

.trade-list {
    margin-top: 30px;
    background: var(--color-a05);
    border-radius: 5px;

    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    align-items: center;
}

.trade-list > div {
    display: inline-block;
    padding-top: 19px;
    padding-bottom: 19px;
    cursor: pointer;

    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #204E83;
    line-height: 22px;
}

.trade-item:hover > span {
    font-size: 20px;
    font-weight: bold;
    color: var(--color);
    line-height: 22px;
}


.trade-list-selected-text {
    font-size: 20px;
    font-weight: bold;
    color: var(--color);
    line-height: 22px;
}

.trade-list-selected-line {
    width: 40px;
    height: 4px;
    background: var(--color);
    border-radius: 3px;
    margin: 13px auto auto;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: #000000;
}

.swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: rgba(255, 255, 255, 1)

}
