.classify dd{
    display: none;
}
.classify:hover dd{
    display: block;
}
.classify {
    bottom: auto !important;
}
#sykj_nav{
    border-bottom: none !important;
}
.outer{
    background: rgb(235,237,239);
    padding: 32px 0;
}
.inner{
    width: 1200px;
    margin: auto;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
.act-swiper{
    width: 794px;
    height: 318px;
    border-radius: 10px;
    margin: 0;
}
.act-swiper img{
    width: 794px;
    height: 318px;
    object-fit: cover;
}
.act-swiper .swiper-button-next{
    background-image: url("../img/act_live/next.png");
    right: 16px;
    width: 48px;
    height: 48px;
    background-size: contain;
}
.act-swiper .swiper-button-prev{
    background-image: url("../img/act_live/prev.png");
    left: 16px;
    width: 48px;
    height: 48px;
    background-size: contain;
}
.right-nav{
     width: 384px;
     height: 148px;
     display: flex;
     padding: 44px 0 0 36px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
 }
.actNav-on{
    box-shadow: 0px 2px 17px 0px rgba(57,186,183,0.9);
}
.liveNav-on{
    box-shadow: 0px 2px 17px 0px rgba(92,116,253,0.9);
}
.right-nav:hover .right-nav-bg{
    transform: scale(1.5);
}
.right-nav:hover .nav-icon{
    transform: scale(1.5);
}
#liveNav{
    margin-top: 22px;
}
.right-nav-bg{
    width: 384px;
    height: 148px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 2s;
}
.right-nav div{
    z-index: 1;
}
.right-nav-name{
    display: flex;
    font-size: 24px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    align-items: end;
    letter-spacing: 1px;
}
.right-nav-name img{
    width: 25px;
    height: 7px;
    margin-left: 8px;
}
.nav-icon{
    z-index: 1;
    transition: all 2s;
    object-fit: contain;
}
#liveNav .nav-icon{
    width: 121px;
    height: 114px;
    margin-left: 10px;
    margin-top: -21px;
}
#actNav .nav-icon{
    width: 79px;
    height: 84px;
    margin-left: 27px;
}
.right-nav-info{
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 19px;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.live-title{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #979797;
    margin-top: 32px;
    margin-bottom: 32px;
}
.live-title div{
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    background: #88B7B3;
    border-radius: 5px;
    padding: 0 77px;
    font-size: 18px;
    color: #FFFFFF;
}
.swiper-title{
    width: 100%;
    border-bottom: 1px solid #979797;
    margin-top: 32px;
    margin-bottom: 32px;
}
.act-title,.flex-title{
    display: flex;
    width: 100%;
}
.act-title div{
    padding: 0 77px;
    width: fit-content !important;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    font-size: 18px;
    flex-shrink: 0;
    color: #000000;
}
.act-title .on{
    background: #88B7B3;
    border-radius: 5px;
    font-size: 18px;
    color: #FFFFFF;
}
.hot-block{
    width: 132px;
    height: 132px;
    background: #FFFFFF;
    border-radius: 10px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-align: center;
    margin-right: 21px;
}
.hot-block:nth-child(8){
    /*margin-right: 0;*/
}
.hot-block:hover{
    box-shadow: 0px 2px 17px 0px rgba(57,186,183,0.3);
}
.hot-block:hover div{
    color: #88B7B3;
}
.hot-block img{
    width: 63px;
    height: 63px;
}
.hot-block>div{
    font-size: 16px;
    color: #000000;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 22px;
    padding-top: 10px;
}
.hot-block-on{
    box-shadow: 0px 2px 17px 0px rgba(57,186,183,0.3);
}
.hot-block-on div{
    color: #88B7B3;
}
.live-line{
    display: flex;
    margin-top: 32px;
}
.live-block{
    margin-right: 21px;
    height: 444px;
    width: 284px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    border-radius:10px;
    position: relative;
    overflow: hidden;
}
.live-block:hover .live-title{
    color: #88B7B3;
}
.live-block:hover .live-pic img{
    transform: scale(1.2);
}
.live-block:nth-child(4n){
    margin-right: 0;
}
.live-tag{
    height: 22px;
    background: #FFFFFF;
    border-radius: 21px;
    position: absolute;
    left: 13px;
    top: 13px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    font-size: 12px;
    z-index: 2;
}
.live-tag div{
    margin-right: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.tag-green{
    color: #00B108;
}
.tag-green div{
    background: #00B108;
}
.tag-red{
    color: #FF0000;
}
.tag-red div{
    background: #FF0000;
}
.live-pic{
    width: 284px;
    height: 254px;
    overflow: hidden;
}
.live-pic img{
    width: 284px;
    height: 254px;
    object-fit: cover;
    transition: all 2s;
}
.live-block-title{
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    padding: 0 17px;
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}
.live-block-title:hover{
    /*background: #88B7B3;*/
    color: #88B7B3;
    cursor: pointer;
}
.live-time{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(0,0,0,0.4);
    padding: 0 19px;
    height: 14px;
    margin-top: 10px;
}
.live-time img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.live-btn{
    cursor: pointer;
    margin: 25px auto 0;
    width: 238px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #88B7B3;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #88B7B3;
}
.live-btn:hover{
    background: #88B7B3;
    color: #ffffff;
}
.live-btn-on{
    background: #88B7B3;
    color: #ffffff;
}
.live-mask{
    background: rgba(0,0,0,0.2);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    /*display: flex;*/
    z-index: 10;
}
.live-pup{
    position: relative;
    width: 304px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 5px;
    margin: calc(50vh - 140px) auto 0;
    display: flex;
    flex-direction: column;
}
.live-pup .live-pup-close{
    width: 13px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.live-pup-code{
    width: 194px;
    height: 194px;
    margin: 23px auto 13px;
    cursor: pointer;
}
.live-pup div{
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}
.act-line{
    display: flex;
    margin-top: 32px;
}
.act-block{
    width: 384px;
    height: 516px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    border-radius:10px;
    overflow: hidden;
    position: relative;
    margin-right: 24px;
}
.act-block:nth-child(3n){
    margin-right: 0;
}
.act-tag{
    position: absolute;
    left: 0;
    top: 0;
    width: 112px;
    height: 34px;
    background: #88B7B3;
    border-radius: 0 0 5px 0;
    line-height: 34px;
    padding-left:6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    z-index: 2;
}
.act-pic{
    width: 384px;
    height: 210px;
    overflow: hidden;
}
.act-pic img{
    width: 384px;
    height: 210px;
    object-fit: cover;
    transition: all 2s;
}
.act--block-title{
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 22px;
    padding: 0 25px;
    margin-bottom: 14px;
}
.act-block:hover .act-pic img{
    transform: scale(1.2);
}
.act-block:hover .act--block-title{
    color: #88B7B3;
}
.act-info{
    display: flex;
    margin-bottom: 8px;
    padding: 0 27px;
}
.act-info img{
    height: 24px;
    width: 14px;
    object-fit: contain;
    margin-right: 9px;
}
.act-info div{
    font-size: 14px;
    color: rgba(0,0,0,0.4);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    overflow: hidden;
}
.act-btn-line{
    display: flex;
    justify-content: space-between;
    padding: 0 26px;
    width: 100%;
    margin-top: 28px;
    position: absolute;
    bottom: 27px;
}
.act-btn-line div{
    width: 158px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #88B7B3;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    color: #88B7B3;
}
.act-btns{
    width: 100% !important;
}
.act-btn-line .on{
    background: #88B7B3;
    color: #ffffff;
}
.act-btn-line div:hover{
    background: #88B7B3;
    color: #ffffff;
}
.act-info-one{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
}
/*-------------------------------*/
.live-pop-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 100000;
    display: none;
    padding-top: 20%;
}
.live-pop-cont {
    width: 400px;
    height: 400px;
    margin: auto;
    position: absolute;
    top: 22%;
    left: calc(50% - 200px);
    background: #fff;
    border-radius: 20px;
}

.live-pop-close {
    font-size: 48px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: grey;
    transform: rotate(45deg);
}
.live-pop-cont img {
    width: 320px;
    height: 320px;
    margin-top: 50px;
    object-fit: cover;
    margin-left: calc(50% - 160px);
}
.centerAdv{
    width: 100%;
}
