body {
    background-color: #ffffff !important;
}

/* banner */
.banner-wrap {
    position: relative;
}

.banner-wrap .banner-wrap-pic,
.banner-wrap .banner-wrap-video {
    height: calc(100vw / 2.9);
}

.banner-wrap .banner-wrap-pic li {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    opacity: 0;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-wrap .banner-wrap-pic .select {
    opacity: 1;
}

.banner-wrap .banner-wrap-panel {
    position: absolute;
    right: 0;
    left: 0;
    top: 83px;
    bottom: 0;

}

.banner-wrap .banner-wrap-panel .banner-wrap-panel-tab {
    position: absolute;
    right: 0;
    min-width: 295px;
    height: 420px;
    padding-top: 16px;
}

.banner-wrap .panel-item-link {
    display: block;
    text-align: right;
    padding: 15px 0;
    color: #fff;
    transition: backgroundImage .4s;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 77%, hsla(0, 0%, 100%, 0));
}

.banner-wrap .banner-wrap-panel-item .panel-item-title {
    font-size: 18px;
    opacity: .9;
    color: #444444;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 77%, hsla(0, 0%, 100%, 0));
    transition: backgroundImage .4s;
}

.banner-wrap .banner-wrap-panel-item .panel-item-dec {
    font-size: 20px;
    color: #010101;
    display: none;
    max-width: 18em;
    opacity: 0;
    margin-top: 16px;
}

.banner-wrap .banner-wrap-panel-item.select .panel-item-link {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 77%, hsla(0, 0%, 100%, 0));
    transition: backgroundImage .4s;
}

.banner-wrap .banner-wrap-panel-item.select .panel-item-title {
    font-size: 32px;
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    cursor:pointer;
}

.banner-wrap .banner-wrap-panel-item.select .panel-item-dec {
    /* font-size: 20px; */
    display: block;
    opacity: 1;
}

.banner-wrap .banner-wrap-panel-item p {
    line-height: calc(1em + 2px);
    height: calc(1em + 2px);
    overflow: hidden;
    transition: opacity .4s;
}

.banner-wrap .banner-wrap-top {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner-wrap .banner-wrap-top .banner-wrap-top-h {
    height: 84px;
    background-image: linear-gradient(rgba(20, 22, 26, 0.5), rgba(20, 22, 26, 0.3));
}

.banner-wrap .banner-wrap-top .banner-wrap-top-t {
    height: 100px;
    background-image: linear-gradient(rgba(20, 22, 26, 0.3), rgba(20, 22, 26, 0));
}

.banner-wrap .banner-wrap-bottom {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    width: 100%;
    height: calc(100vw / 10);
    background-image: linear-gradient(0deg, #ffffff, transparent);
}

/* video */
.banner-wrap-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.banner-wrap-video video {
    transform: scale(1.7);
}

.banner-wrap-video-mark-l {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: 540px;
    transform: rotate(-180deg);
    background-image: linear-gradient(270deg, #ffffff96 0%, transparent);
}

.banner-wrap-video-mark-r {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 540px;
    background-image: linear-gradient(270deg, #ffffff96 0%, transparent);
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
}

.hotTab {
    padding: 25px 50px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px 0px #e5e5e5;
    border-radius: 5px;
    margin-top: 55px;
    overflow: unset;
    position: relative;
}

.hotTab .hotTab-sub {
    position: absolute;
    top: -5px;
    left: -5px;
}

.hotTab .hotTab-left,
.hotTab .hotTab-right {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
}

.hotTab .hotTab-left {
    left: 9px;
}

.hotTab .hotTab-right {
    right: 9px;
}

.hotTab .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    cursor:pointer;
}

.hotCV {
    margin-top: 35px;
    display: grid;
    position: relative;
    grid-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
}

.hotCalendar {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fcf1f3;
    border-radius: 5px;
    overflow: hidden;
    grid-column: 1/7;
}

.hotCalendar .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    cursor:pointer;
}

.hotCalendar .hotCalendar-item {
    border-radius: 5px;
    overflow: hidden;
}

/* .hotCalendar .hotCalendar-item .hotCalendar-item-img {} */

.hotCalendar .hotCalendar-item .hotCalendar-item-dec {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-align: left;
}

.vip {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fcf1f3;
    border-radius: 5px;
    overflow: unset;
    grid-column: 5/7;
}

.vip .vip-top .hot-icon {
    width: 28px;
    height: 24px;
}

.vip .vip-option {
    display: grid;
    position: relative;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.vip .vip-option img {
    width: 100%;
    grid-row: 1/2;
}

.recommend-tab {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.recommend-tab .recommend-tab-item {
    background-color: #fcf1f3;
    border-radius: 5px;
    padding: 14px 20px;
    display: flex;
    justify-content: center;
}

.recommend-tab .recommend-tab-item img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.recommend-tab .recommend-tab-item img:nth-child(1) {
    display: block;
}

.recommend-tab .recommend-tab-item img:nth-child(2) {
    display: none;
}

.recommend-tab .recommend-tab-item.active img:nth-child(1) {
    display: none;
}

.recommend-tab .recommend-tab-item.active img:nth-child(2) {
    display: block;
}

.recommend-tab .recommend-tab-item p {
    line-height: 1;
}

.recommend-tab .recommend-tab-item .recommend-tab-item-title {
    color: #ff6c6c;
    margin-bottom: 5px;
}

.recommend-tab .recommend-tab-item .recommend-tab-item-dec {
    color: #ff6c6c;
    opacity: 0.8;
}

.recommend-tab .recommend-tab-item.active {
    background-color: #ff6c6c;

}

.recommend-tab .recommend-tab-item.active .recommend-tab-item-title,
.recommend-tab .recommend-tab-item.active .recommend-tab-item-dec {
    color: #ffffff;
}


.section-min-top {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #ff6c6c;
    padding-bottom: 20px;
}

.section-min-top .section-min-top-icon {
    margin-right: 10px;
    display: block;
    flex: 1;
}

.section-min-top div {
    display: flex;
    align-items: flex-end;
}

.section-min-top span {
    white-space: nowrap;
}

.section-min-top .section-min-top-left,
.section-min-top .section-min-top-right {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 15px;
}

.section {
    margin-top: 40px;
}

.section-top {
    display: flex;
    align-items: center;
}

.title1 .section-top .section-top-title {
    background-image: url(../image/2307/top-title1.png);
    background-repeat: no-repeat;
}

.title2 .section-top .section-top-title {
    background-image: url(../image/2307/top-title2.png);
    background-repeat: no-repeat;
}

.title3 .section-top .section-top-title {
    background-image: url(../image/2307/top-title3.png);
    background-repeat: no-repeat;
}

.section-top .section-top-title .section-top-title-text {
    font-size: 32px;
    color: #333333;
}

.section-top .section-top-title .section-top-title-dec {
    font-size: 16px;
    color: #555555;
    margin-top: 8px;
}

.section-top .section-top-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.section-top .section-top-right .all {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.section-top .section-top-right .all img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.section-content {
    display: grid;
    position: relative;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    padding: 30px 0 0px;
}
.theme {
    grid-template-columns: repeat(4, 1fr);
}

.section-content .section-content-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    cursor: pointer;
}

.section-content .section-content-item:hover {
    box-shadow: 1px 1px 10px #cccccc;
}

.section-content .section-content-item:hover .section-content-item-text {
    background-color: #ffffff;
}

.section-content.section-content-row .section-content-item .section-content-item-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-content.section-content-row .section-content-item .section-content-item-text .title {
    margin-bottom: 0;
}

.section-content.section-content-row .section-content-item .section-content-item-text .tips {
    display: flex;
    margin-top: 0;
}

.section-content .big-item {
    grid-row: 1/3;
    grid-column: 1/3;
}

.section-content .big-item .section-content-item {
    display: flex;
    flex-direction: column;
}

.section-content .big-item .section-content-item .section-content-item-text {
    flex: 1;
}

.section-content .section-content-item .video {
    width: 100%;
}
.section-content .section-content-item img {
    width: 100%;
}
/*.video-img {
    width: 102% !important;
    position:absolute;
}*/
.section-content .section-content-item .section-content-item-text {
    padding: 10px 20px;
    background-color: #f9f9f9;
}

.section-content .section-content-item .section-content-item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 16px;
    /* line-height: 1; */
}

.section-content .section-content-item .section-content-item-text .des {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height:44px;
}

.section-content .section-content-item .section-content-item-text .tips {
    display: grid;
    position: relative;
    grid-gap: .4vw;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
}

.section-content .section-content-item .section-content-item-text .tips-item {
    text-align: center;
    background-color: #faeaed;
    border-radius: 5px;
    padding: 0 6px;
    color: #ff7979;
    white-space: nowrap;
    font-size: .7vw;
}

.collectIcon {
    width: 40px !important;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.collectIcon .collect {
    display: none;
}



@media screen and (max-width: 1200px) {
    .banner-wrap li {
        height: calc(1200px / 2.4);
    }
}
.swiper-wrapper2{
    margin-left:100px;
    margin-right: 100px;
}
.hot-list{
    cursor:pointer;
}
.swiper-wrapper-hotlist{
    display: grid;
    position: relative;
    grid-gap: 10px;
    grid-template-columns: repeat(7, 1fr);
}
.swiper-wrapper-hotlist2{
    display: grid;
    position: relative;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}
.swiper-slide-hot img{
    width:100%;
}
.swiper-slide-hot{
    position: relative;
    overflow: hidden;
}