/*案例详情页和资讯详情页通用*/
body{
    /* background: #F8F9FD; */
    background: #F1F3F8;
}
.module-breadcrumb{
    margin-top: 110px;
    padding: 15px 0;
    background-color: #fff;
    border-top: 1px solid #EBEEF6;
    margin-bottom: 20px;
}
.breadcrumb,
.breadcrumb li a{
    color: #656577;
}
.module.module-show-panel{
    padding-bottom: 30px;
}
.module.module-show-panel .module-left{
    float: left;
    /* width: 830px; */
    width: 880px;
}
.module.module-show-panel .module-right{
    float: right;
    /* background: #FFFFFF; */
    /* box-shadow: 0 2px 5px 0 rgba(58,62,81,0.10); */
    border-radius: 4px;
    width: 300px;
    overflow: hidden;
}

.module.module-show-panel .module-left .content-panel{
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(58,62,81,0.10);
    border-radius: 4px;
    width: 100%;
    /* padding: 25px 40px 20px; */
    padding: 40px;
    overflow-x: hidden;
}
.module.module-show-panel .module-left .content-panel-video{
    padding: 20px;
}

/*主内容区*/
.content-panel h1{
    font-size: 2em;
}
.content-panel .title{
    font-size: 36px;
    color: #27274a;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 50px;
}
.content-panel .info{
    font-size: 16px;
    color: #B4B6BD;
    margin-bottom: 10px;
}
.content-panel .info .left-part{
    float: left;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    /* color: #9090A4; */
    color: #656577;
    line-height: 20px;
}
.content-panel .info .left-part span{
    margin-right: 4px;
}
.content-panel .info .left-part .short-term{
    width: 2px;
    height: 14px;
    background-color: #9090A4;
    margin: 3px 16px 0 16px;
    opacity: 0.5;
}
.content-panel .info .right-part{
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #656577;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
}
.content-panel .info .right-part .read-number{
    /* color: #3877FF;
    font-weight: 500; */
}
.content-panel .info .right-part .read-done{
    /* color: #9090A4; */
    margin-right: 8px;
}
.content-panel .content img{
    max-width: 95%!important;
}
.content-panel .split{
    border-top: 1px solid #E6E7FB;
    margin-top: 10px;
    margin-bottom: 20px;
}
.content-panel .hot-key-words{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.content-panel .hot-key-words .words-tag{
    color: #656577;
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
}
.content-panel .hot-key-words .words-item{
    height: 28px;
    line-height: 28px;
    border: 1px solid #EBEEF6;
    text-align: center;
    color: #9090A4;
    border-radius: 14px;
    margin-right: 10px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.content-panel .relate-link{
    font-size: 14px;
    color: #B4B6BD;
    letter-spacing: 0.41px;
}
.content-panel .relate-link .prev{
    float: left;
    width: 300px;
}
.content-panel .relate-link .next{
    float: right;
    width: 300px;
}
.content-panel .relate-link .prev a,.content-panel .relate-link .next a{
    display: inline-block;
    display: flex;
    background-color: #F7F8FA;
    border-radius: 22px;
    height: 40px;
    line-height: 40px;
    padding:0 16px;
    color: #27274A;
    font-size: 14px;
    font-weight: 400;
}
.content-panel .relate-link a .describe{
    display: inline-block;
    color: #656577;
    font-size: 12px;
}
.content-panel .relate-link .line{
    margin: 0 8px 0 16px;
    color:#D9D9D9;
}
/* 新增视频讲解模块样式 */
.content-panel .video-title {
    color: #27274A;
    font-size: 28px;
    font-weight: 500;
}
/* 支持展开收起 */
.content-panel .video-subtitle-wrapper {
    position: relative;
    margin: 10px 0 20px 0;
}
.content-panel .video-subtitle {
    color: #656577;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.content-panel .video-subtitle.expanded {
    -webkit-line-clamp: unset;
    display: inline-block;
}
.content-panel .subtitle-expand {
    color: #3776FF;
    font-size: 14px;
    line-height: 1.5em;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    background-color: #ffffff;
}
.content-panel .subtitle-expand .more-description {
    color: #656577;
}
.content-panel .subtitle-collapse {
    color: #3776FF;
    font-size: 14px;
    line-height: 1.5em;
    cursor: pointer;
}
.content-panel .video-subtitle-wrapper.has-overflow .subtitle-expand {
    display: inline-block;
}
.content-panel .video-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-panel .video-details .video-info {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #656577;
}
.content-panel .video-details .video-info .views-count {
    display: flex;
    align-items: center;
}
.content-panel .video-details .video-info .views-icon {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../images/case/view-count.svg?v=7c27f41ad9);
}
.content-panel .video-details .video-options {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #656577;
}
.content-panel .video-details .video-options .goto-login {
    color: #FFFFFF;
    width: 88px;
    height: 34px;
    background: #3776FF;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
}
.content-panel .video-details .video-options .like-container {
    display: flex;
    align-items: center;
}
.content-panel .video-details .video-options .like-icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    background-size: cover;
    background-image: url(../images/case/like.svg?v=1db3fea2e9);
    cursor: pointer;
}
.content-panel .video-details .video-options .like-icon-active {
    background-image: url(../images/case/liked.svg?v=5fc8e7fd16);
}
.content-panel .video-details .video-options .like-count-active {
    color: #0a6dff;
}
.content-panel .video-details .video-options .comment-container {
    display: flex;
    align-items: center;
}
.content-panel .video-details .video-options .forward-icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    background-size: cover;
    background-image: url(../images/case/forward.svg?v=f55841de99);
    cursor: pointer;
}
.content-panel .video-details .video-options .forward-icon-active {
    background-image: url(../images/case/forwarded.svg?v=2bcb4923d6);
}
.content-panel .video-details .video-options .forward-count-active {
    color: #0a6dff;
}
.forward-icon .forward-list {
    position: absolute;
    top: -228px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border: 1px solid #E5E6EB;
    padding: 4px 0 10px;
    border-radius: 4px;
    background-color: #ffffff;
    display: none;
    z-index: 5;
}
.forward-icon .forward-list-visible {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.forward-list .forward-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #1D2129;
    width: 124px;
    height: 36px;
    padding: 0 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E6EB;
}
.forward-list .forward-item:hover {
    background: #F2F3F5;
}
.forward-list .forward-wechat {
    border-bottom: none;
}
.forward-list .forward-wechat:hover {
    background: #FFFFFF;
}
.forward-item .forward-item-icon {
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-right: 8px;
}
.forward-item .link-icon {
    background-image: url(../images/case/link.svg?v=daab6c5c8b);
}
.forward-item .weibo-icon {
    background-image: url(../images/case/weibo.svg?v=11f8f8b443);
}
.forward-item .wechat-icon {
    background-image: url(../images/case/wechat.svg?v=82a3d3c270);
}
.forward-list .qr-container {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E6EB;
}
.forward-list .qr-container .qrcode-container {
    width: 88px;
    height: 88px;
    align-self: center;
}
.forward-list .qrcode-container img {
    width: 100%;
    height: 100%;
}
.module-left .contact-online{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    margin-top: 100px;
}
.module-left .contact-online p{
    color: #27274A;
    margin-right: 10px;
}
.module-left .contact-online .logo{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/case/contact-online.png?v=b339e7bd4e);
    background-repeat: no-repeat;
    background-size: cover;
}
#contactOnline{
    color: #3776FF;
    cursor: pointer;
    display: flex;
}
#contactOnline:hover{
    color: #3065D9;
}
#contactOnline:hover .module-left .contact-online .logo{
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/case/contact-online-hover.png?v=828cb3ff21);
}
/*右侧推荐卡片区*/
.abbrev-panel{
    padding: 25px 25px 0;
}
.abbrev-panel > .title{
    text-align: center;
    font-size: 20px;
    color: #3B426B;
    font-weight: 500;
}
.abbrev-panel .card{
    height: 258px;
    position: relative;
}
.abbrev-panel .card a{
    display: block;
    padding: 25px 0;
}
.abbrev-panel .card .img{
    width: 100%;
    height: 0;
    padding-top: 42.56%;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.abbrev-panel .card .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.abbrev-panel .card .title{
    font-size: 14px;
    color: #3B426B;
    margin-bottom: 10px;
    font-weight: 500;
}
.abbrev-panel .card .info{
    font-size: 12px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.abbrev-panel .card .info .label{
    float: left;
    color: #3877FF;
}
.abbrev-panel .card .info .time{
    float: right;
    color: #B4B6BD;
}
.abbrev-panel .card + .card{
    border-top: 1px solid #E6E7FB;
}

/**************** 广告轮播图*************************/
.quality-cases-carousel,.latest-news-carousel{
    position: relative;
    margin-bottom: 20px;
}
.quality-case{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
    background-color: #fff;
}
.quality-case .quality-case-title{
    color: #3A3E51;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.quality-case .quality-case-more{
    color: #9090A4;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}
#quality-carousel .box-card .card >a,#latest-news-carousel .box-card .card >a{
    display: block;
    padding: 20px;
    background-color: #fff;
}
.swiper-button-black{
    position: absolute;
    box-shadow: 0px 4px 10px 0px rgba(113,150,251,0.20); 
    margin-top: -22px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 16px;
}
.swiper-button-next.swiper-button-black{
    right: 5px;
    top: 110px;
    border: 8px solid #fff;
    background-color: #fff;
    background-position: -4px;
}
.swiper-button-prev.swiper-button-black{
    left: 5px;
    top: 110px;
    border: 7px solid #fff;
    background-color: #fff;
    background-position: 4px;
    /* box-shadow: 0px 1px 28px 0 rgba(55,119,254,0.10);  */
}
.box-card .card .img{
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    padding-top: 42.56%;
    text-align: center;
    position: relative;
}
.box-card .card .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
/* 广告位轮播图条位置 */
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 23px;
    text-align: right;
    left: -20px;
}

/* 行业分类标签 */
.module-right .industry-classify-tag{
    background-color: #fff;
    width: 100%;
    height: 178px;
    padding: 20px;
    margin-bottom: 20px;
}
.module-right .industry-classify-tag .tag-title{
    color: #3A3E51;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}
.module-right .industry-classify-tag .tag-list li{
    height: 26px;
    border-radius: 13px;
    background-color: #EBF5FF;
    color: #3776FF;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.module-right .industry-classify-tag .tag-list li:not(:last-child){
    margin-right: 5px;
}
.module-right .industry-classify-tag .tag-list li.active{
    color: #fff;
    background-color: #3776FF;
}
/* 行业分类 */
.advertisement-img-carousel{
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
}
.advertisement-img-carousel #advertisement-carousel .card{
    height: 110px;
    position: relative;
}
.advertisement-img-carousel #advertisement-carousel .card img{
    height: 110px;
    width: auto;
}
.advertisement-img-carousel #advertisement-carousel .card .gray-mask{
    width: 260px;
    height: 24px;
    background: linear-gradient(180deg,rgba(39,39,74,0.00), rgba(39,39,74,0.50) 100%);
    position: absolute;
    bottom: 0;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 6px;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
    opacity: 1;
}
/* 扫码咨询样式 */
.scan-code-carousel {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.scan-code-carousel .scan-code-img {
    height: 110px;
    width: auto;
    display: block;
}
.popular-video-container {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.popular-video-container .popular-video-title {
    color: #3A3E51;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.popular-video-container .popular-video-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popular-video-container .popular-video-list .video-item {
    display: flex;
    cursor: pointer;
}
.popular-video-container .popular-video-list .video-item .info-left {
    height: 67px;
    width: 120px;
    margin-right: 12px;
}
.popular-video-container .popular-video-list .video-item .info-left img {
    width: 100%;
    height: 100%;
}
.popular-video-container .popular-video-list .video-item .info-right {
    flex: 1;
    height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info-right .video-title {
    font-size: 14px;
    line-height: 14px;
    color: #27274A;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
}
.info-right .popular-video-info {
    font-size: 12px;
    color: #656577;
    display: flex;
    justify-content: space-between;
}
.info-right .popular-video-info .popular-views-count {
    display: flex;
    align-items: center;
}
.info-right .popular-video-info .popular-views-count .popular-views-icon {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    background-size: cover;
    background-image: url(../images/case/view-count.svg?v=7c27f41ad9);
}
/**************** 客户服务案例走马灯 *************************/
.customer-cases-carousel {
    background: linear-gradient(180deg,#f7f8fd 0%, #e2ecfe 100%);
}
.customer-cases-carousel.module>.title{
    padding-top: 100px;
}
.customer-cases-carousel .main-content{
    min-width: 1200px;
    max-width: 1380px;
    width: auto;
    margin-top: 30px;
    padding-bottom: 100px;
    text-align: center;
}
.customer-cases-carousel #case-carousel {
    width: 1200px;
    height: 395px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 0;
}
.customer-cases-carousel .box-card {
    height: auto;
    height: 335px;
    
}
.customer-cases-carousel .swiper-wrapper {
    width: 1200px;
}
.customer-cases-carousel .box-card .card{
    background: linear-gradient(213deg,#f8f9ff 0%, #fbfcff 100%, #fcfcff 100%);
    border: 2px solid #ffffff;
    border-radius: 4px;
    /* margin-right: 30px; */
    /* margin: 15px; */
    height: auto;
    position: relative;
    width: 380px;
    height: 334px;
}
.customer-cases-carousel .card.swiper-slide.swiper-slide-active,
.customer-cases-carousel .card.swiper-slide.swiper-slide-next,
.customer-cases-carousel .card.swiper-slide.swiper-slide-next+.swiper-slide {
    box-shadow: 3px 11px 30px 0px rgba(113,150,251,0.20); 
}
.customer-cases-carousel .box-card .card a{
    display: block;
    padding: 30px;
}
.customer-cases-carousel .swiper-button-next.swiper-button-black{
    width: 60px;
    height: 60px;
    right: 0;
    top: 190px;
    border-radius: 50%;
    background-size: 18px;
    border: 23px solid #fff;
    background-color: #fff;
    background-position: -5px;
}
.customer-cases-carousel .swiper-button-prev.swiper-button-black{
    width: 60px;
    height: 60px;
    left: 0;
    top: 190px;
    border-radius: 50%;
    background-size: 18px;
    font-size: bold;
    border: 22px solid #fff;
    background-color: #fff;
    background-position: 4px;
}

.customer-cases-carousel .box-card .card .img{
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    padding-top: 42.56%;
    text-align: center;
    position: relative;
}
.customer-cases-carousel .box-card .card .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.box-card .card .title{
    font-size: 16px;
    color: #27274a;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 500;
    text-align: left;

    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-card .card .content-ellipsis{
    font-size: 14px;
    font-weight: 400;
    color: #656577;
    line-height: 20px;
    height: 20px;
    width: 100%;
    margin-bottom: 45px;
    text-align: left;
}
.box-card .card .info{
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    font-size: 14px;
    font-weight: 400;
}
.box-card .card .info .label{
    float: left;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #3776FF;
    line-height: 20px;
}
.box-card .card .info .time{
    float: right;
    color: #9090a4;
}
.customer-cases-carousel .btn-free-trial{
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    background-color: transparent;
}
.customer-cases-carousel .free-trial-link,
.customer-cases-carousel .btn-link {
    display: inline-block;
    width: 132px;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
    font-family: PingFang SC, PingFang SC-Medium;
    border-radius: 4px;
    opacity: 0.99;
    font-size: 18px;
    font-weight: 500;
}
.customer-cases-carousel .btn-link {
    margin-right: 20px;
    background: #fff;    
    color: #27274a !important;
}
.customer-cases-carousel .btn-free-trial .free-trial-link {
    background: #3776ff;
    color: #fff;
}
.btn-free-trial {
    width: 132px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    background: #3776ff;
    box-shadow: none;
}
/* 客户服务案例左右切换按钮 */
.customer-cases-carousel .swiper-button-black{
    position: absolute;
    margin-top: -22px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: 18px;
    background-size: auto 16px;
    z-index: 2;
}
.customer-cases-carousel .swiper-button-next-custom.swiper-button-black{
    right: 10px;
    top: 190px;
    border: 23px solid #fff;
    background-color: #fff;
    background-position: 2px;
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/case/swiper-arrow-next.png?v=3a5103b7ee);
}
.customer-cases-carousel .swiper-button-prev-custom.swiper-button-black{
    left: 10px;
    top: 190px;
    border: 22px solid #fff;
    background-color: #fff;
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/case/swiper-arrow-prev.png?v=0add08f47a);
}

/* 最新资讯切换按钮 */
#latest-news-carousel,
#quality-carousel{
    position: relative;
}
.latest-news-carousel .swiper-button-black,
.quality-cases-carousel .swiper-button-black{
    position: absolute;
    box-shadow: 0px 4px 10px 0px rgba(113,150,251,0.20); 
    margin-top: -22px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    /* background-size: auto 16px; */
    background-size: 12px;
}
.latest-news-carousel .swiper-button-next-news.swiper-button-black,
.quality-cases-carousel .swiper-button-next-cases.swiper-button-black{
    right: 5px;
    top: 125px;
    border: 7px solid #fff;
    background-color: #fff;
    background-position: center;
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/case/swiper-arrow-next.png?v=3a5103b7ee);
}
.latest-news-carousel .swiper-button-prev-news.swiper-button-black,
.quality-cases-carousel .swiper-button-prev-cases.swiper-button-black{
    left: 5px;
    top: 125px;
    border: 7px solid #fff;
    background-color: #fff;
    background-position: center;
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/case/swiper-arrow-prev.png?v=0add08f47a);
}
.latest-news-carousel .swiper-button-prev-news.swiper-button-black:hover,
.quality-cases-carousel .swiper-button-prev-cases.swiper-button-black:hover{
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/case/arrow-hover-prev.png?v=1cf9b6a311);
    background-size: 12px;
}
.latest-news-carousel .swiper-button-next-news.swiper-button-black:hover,
.quality-cases-carousel .swiper-button-next-cases.swiper-button-black:hover
{
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/case/arrow-hover-next.png?v=a9c04437ac);
    background-size: 12px;
}
/* 热门标签 */
.hot-label {
    width: 300px;
    height: 324px;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
}
.hot-label .label-title {
    color: #3A3E51;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.hot-label .label-wrapper {
    height: 242px;
    overflow: hidden;
}
.hot-label a span {
    display: inline-block;
    border: 1px solid #EBEEF6;
    padding: 3px 15px;
    background-color: #fff;
    border-radius: 13px;
    color: #9090A4;
    font-size: 12px;
    margin: 0 10px 10px 0;
}
.hot-label span.active {
    background-color: #EBF5FF;
    color: #3776FF;
}