/*.header-fixed {

    display: none;

}*/

/*.nav-box .item-box li a {

    color: #fff;

}*/

.scroll_news {
    height: 30px;
    width: 220px;
    position: relative;
    margin: 0 auto;
    left: -340px;
    top: -39px;
}

.scroll_con {
    height: 30px;
    line-height: 30px;
    font-size: 9px;
    padding-left: 10px;
    float: left;
}

.scroll_con a {
    margin-right: 60px;
    font-size: 16px;
    color: #000000;
}

.scroll_con a:hover {
    color: #FF0000;
}

.banner-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-box .image-box {
    width: 100%;
    height: 100%;
}

.banner-box .image-box img {
    height: 100%;
    object-fit: fill !important;
}

.swiper-pagination-bullet {
    width: 45px;
    height: 6px;
    background: #fff;
    opacity: 0.41;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.container-box {
    /*padding-top: 46px;*/
}

.head-box {
    height: 32px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 35px;
}

.head-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 32px;
    background: url(../images/head-bg.png) center no-repeat;
    /*background-size: cover;*/
}

.head-box .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 2px;
    height: 32px;
    display: block;
    margin-left: 4px;
}

.head-box p {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #FFF4F7;
    font-size: 12px;
    font-weight: 400;
    color: #F84B4B;
    letter-spacing: 1px;
    position: relative;
    padding: 0 5px;
    margin-top: 2px;
}

.head-box p::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -17px;
    border-bottom: 25px solid #FFF4F7;
    border-left: 17px solid transparent;
}

.head-box p::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -17px;
    border-top: 25px solid #FFF4F7;
    border-right: 17px solid transparent;
}

.head-box a {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    height: 20px;
    line-height: 10px;
    color: #666;
}

/* 主播达人置顶 开始 */

.anchor-top {
    margin-top: 46px;
    height: 245px;
    overflow: hidden;
}

.anchor-top li {
    float: left;
    width: 375px;
    height: 100%;
    margin-right: 37px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 6px;
}

.anchor-top li:last-child {
    margin-right: 0;
}

.anchor-top li .classify-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 10;
    display: none;
}

.anchor-top li .classify {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    line-height: 55px;
    padding: 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    z-index: 11;
    width: 100%;
    white-space: nowrap;
    display: none;
}

.anchor-top li:hover .classify-bg,
.anchor-top li:hover .classify {
    display: inline-block;
}

/* 分类 */

.classify-box {
    margin-top: 48px;
    height: 22px;
    position: relative;
    overflow: hidden;
}

.classify-box .items {
    height: 100%;
    padding-left: 18px;
}

.classify-box .items li {
    height: 100%;
    line-height: 22px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    position: relative;
    margin-right: 3px;
    cursor: pointer;
}

.classify-box .items li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    top: 9px;
    border-radius: 50%;
    background: #666;
    left: -3px;
    z-index: 10;
}

.classify-box .items li::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    top: 9px;
    border-radius: 50%;
    background: #666;
    right: -3px;
    z-index: 10;
}

.classify-box .items li.active {
    color: #F85757;
}

.classify-box .items li.active::before,
.classify-box .items li.active::after {
    background: #F85757;
    z-index: 11;
}

.classify-box .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    top: 0;
    font-weight: 400;
    color: #666;
}

/* 分类的文章 */

.classify-items {
    margin-top: 43px;
    margin-bottom: 16px;
}

.classify-items .items {
    float: left;
    display: none;
}

.classify-items .active {
    display: block;
}

.market-box {
    margin-bottom: 60px;
}

.classify-items .item {
    float: left;
    /*width: 585px;*/
    width: 375px;
    height: 375px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 25px;
}

/*.classify-items .item:nth-child(2n+1) {*/

/*    margin-right: 30px;*/

/*}*/

.classify-items .item .image-box {
    width: 262px;
}

.classify-items .item .item-right {
    /*padding: 16px 13px 14px;*/
    width: 296px;
    height: 119px;
}

.classify-items .item .item-right-index {
    padding: 35px 13px 0px;
    height: auto;
}

.classify-items .item .extend-box {
    margin-top: 20px;
}

.classify-items .item .extend-box .views {
    position: absolute;
    right: 0
}

.market-items {
    margin-top: 46px;
}

.market-items li {
    width: 273px;
    /*height: 283px;*/
    float: left;
    margin-left: 36px;
    /*box-shadow: 0 4px 12px rgba(197, 197, 197, 0.15);*/
    background: #fff;
    /*padding: 20px;*/
    /*border-top: 3px solid #FF0848;*/
    position: relative;
}

.duanju_xin li {
    width: 376px;
}

.market-items li:first-child {
    margin-left: 0;
}

.market-items li .number {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 40px;
    font-weight: bold;
    color: #FF0848;
}

.market-items li .title {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.market-items li p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #BABABA;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-items li .time {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 400;
    color: #BABABA;
}

/* 企业 */

.services-box {
    margin-bottom: 60px;
    margin-top: 46px;
}

.services-top {
    margin-top: 46px;
    height: 316px;
}

.services-top ul {
    height: 100%;
}

.services-top li {
    /*    float: left;

    width: 420px;*/
    height: 100%;
    /*    margin-right: 40px;

    position: relative;*/
    left: 0;
    top: 0;
    /*    overflow: hidden;

    border-radius: 6px;*/
}

.services-top li:first-child {
    width: 740px;
    float: left;
    width: 61%;
    border-radius: 0.05rem;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    margin-top: 0.26rem;
}

.services-top li:last-child {
    margin-right: 0;
    float: right;
    width: 35%;
    height: auto;
    border-radius: 0.05rem;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    margin-top: 0.26rem;
}

.services-top li .image-box img {
    object-fit: cover !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
}

.image-big img {
    object-fit: cover !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
}

.image-big:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.services-top li .image-box:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.services-top li .classify-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 10;
}

.services-top li .classify {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    line-height: 55px;
    padding: 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    z-index: 11;
    width: 100%;
    white-space: nowrap;
}

.services-news {
    margin-top: 42px;
    height: 344px;
}

.services-news ul {
    height: 100%;
}

.services-news ul .item {
    float: left;
    width: 273px;
    margin-left: 36px;
    box-shadow: 0 4px 12px rgba(197, 197, 197, 0.15);
    border-radius: 6px;
    overflow: hidden;
}

.services-news ul .item:first-child {
    margin-left: 0;
}

.services-news ul .item .image-box {
    height: 178px;
    width: 100%;
    float: none;
}

.services-news ul .item .bg {
    display: none;
}

.services-news ul .item .item-bottom {
    float: none;
    height: 166px;
    padding: 14px 12px;
}

.services-news ul .item .item-bottom .extend-box {
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.services-news ul .item .item-bottom .extend-box a {
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #F96564;
    padding: 0 8px;
    background: #FCF6F0;
    margin-right: 4px;
    border-radius: 12px;
}

/* 星库 */

.artist-box {
    margin-bottom: 72px;
}

.artist-box .head-box {
    margin-bottom: 46px;
}

.artist-box .artist-banner {
    height: 344px;
    width: 100%;
    position: relative;
}

.artist-banner .direct-span {
    display: inline-block;
    width: 26px;
    height: 42px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -21px;
}

.artist-banner .left-span {
    left: 0;
    background: url(../images/left.png) center no-repeat;
    background-size: cover;
}

.artist-banner .right-span {
    right: 0;
    background: url(../images/right.png) center no-repeat;
    background-size: cover;
}

.artist-banner-box {
    width: 1058px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden
}

.artist-banner-box .image-box img {
    height: 100%;
}

.artist-banner-box .swiper-slide {
    box-shadow: 0 4px 12px rgba(197, 197, 197, 0.15);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.swiper-slide .image-box-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 264px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.swiper-slide .image-box-dialog:hover {
    top: 0;
}

.image-box-dialog .bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 10;
}

.image-box-dialog .content-box {
    width: 100%;
    height: 100%;
    z-index: 11;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 12px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.swiper-slide .image-box-dialog:hover .content-box {
    padding-top: 56px;
}

.content-box .title {
    color: #fff;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.content-box .attribute {
    font-size: 18px;
    display: block;
    height: 57px;
    font-weight: 400;
    line-height: 20px;
    color: #FFE6C4;
    margin-top: 4px;
    padding-bottom: 37px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-box .attribute::after {
    content: "";
    width: 90px;
    height: 9px;
    border-radius: 9px;
    background: #FFE6C4;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
}

.content-box .brief {
    margin-top: 38px;
    padding: 0 12px;
    color: #fff;
    font-size: 18px;
    height: 140px;
    font-weight: 400;
    line-height: 28px;
}

/* 行业新闻 */

.information-box {
    background: #FAFBFD;
    padding: 50px 0 78px;
}

.information-box .head-box {
    margin-bottom: 56px;
}

.information-details {
    height: 460px;
}

.information-top,
.information-right {
    height: 100%;
    float: left;
}

.information-top {
    width: 487px;
    box-shadow: 0 4px 12px rgba(197, 197, 197, 0.15);
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
}

.information-top .image-box {
    height: 297px;
    float: none;
}

.information-top .item-bottom {
    padding: 20px 15px;
    background: #fff;
}

.information-top .item-bottom p {
    margin-top: 10px;
}

.information-top .item-bottom .time {
    margin-top: 24px;
}

.information-right {
    width: 668px;
    margin-left: 45px;
}

.information-right .item {
    padding: 18px 17px 14px;
    box-shadow: 0 4px 12px rgba(197, 197, 197, 0.15);
    border-radius: 6px;
    overflow: hidden;
    height: 134px;
    margin-bottom: 29px;
    background: #fff;
}

.information-right .item .item-right {
    float: none;
}

.information-right .item .item-right .time {
    margin-top: 8px;
}

/* 合作 */

.cooperative-box {
    background: #fff;
    padding: 50px 0 68px;
}

.cooperative-box .head-box {
    margin-bottom: 46px;
}

.cooperative-items .image-box {
    width: 168px;
    height: 64px;
    float: left;
    margin-right: 38px;
    margin-bottom: 20px;
}

.cooperative-items .image-box:nth-child(6n + 6) {
    margin-right: 0;
}

.cooperative-box .mobile {
    display: none;
}

/* 热门标签 */

.tags-box {
    padding: 60px 0;
    background: #FAFBFD;
}

.tags-box .head-box {
    padding-left: 0;
    margin-bottom: 26px;
}

.tags-box .head-box::before {
    width: 0;
    height: 0;
}

.tags-box .head-box .title {
    letter-spacing: 1px;
}

.tags-box .head-box p {
    background: inherit;
    letter-spacing: 2px;
    font-weight: 600;
    color: #CECECE;
    font-size: 20px;
}

.tags-box .head-box p::before,
.tags-box .head-box p::after {
    border: 0;
}

.tags-items li {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 15px;
    margin-right: 4px;
    position: relative;
    float: left;
    margin-bottom: 28px;
    cursor: pointer;
}

.tags-items li::before,
.tags-items li::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    z-index: 10;
}

.tags-items li::before {
    left: -4px;
}

.tags-items li::after {
    right: -4px;
}

.tags-items li:hover {
    color: #FF0047;
}

.tags-items li:hover::before,
.tags-items li:hover::after {
    background: #FF0047;
    z-index: 11;
}

/*荣耀*/

.honor-box {
    padding-bottom: 40px;
}

.honor-items {
    margin-top: 44px;
    height: 366px;
    overflow: hidden;
}

.honor-items .image-box {
    height: 312px;
    position: relative;
}

.honor-items .image-box .dialog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    left: 0;
    top: 0;
}

.honor-items .swiper-slide-prev .image-box .dialog-bg,
.honor-items .swiper-slide-next .image-box .dialog-bg {
    opacity: 0.4;
}

.honor-items .swiper-slide-active .image-box .dialog-bg {
    opacity: 0;
}

.honor-items .swiper-slide {
    transform: scale(0.8);
    width: 366px;
    height: 366px;
}

.honor-items .swiper-slide .honor-title {
    display: none;
    margin-top: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.honor-items .swiper-slide-active,
.honor-items .swiper-slide-duplicate-active {
    transform: scale(1);
}

.honor-items .swiper-slide-active .honor-title,
.honor-items .swiper-slide-duplicate-active .honor-title {
    display: block;
}

.center-more {
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.center-more span {
    cursor: pointer;
    font-weight: 400;
    color: #666;
}

.center-more span:hover {
    color: #FF0848;
}

.cooperative-items .hidden-box {
    display: none;
}

@media (max-width: 800px) {
    body {
        background: #FAFAFA;
    }
    .scroll_news {
        width: 50%;
        left: 0;
        top: -43px;
    }
    .banner-box {
        height: auto;
    }
    .banner-box .image-box img {
        height: 100%;
        width: 100%;
        position: relative;
        object-fit: fill !important;
    }
    .swiper-pagination-bullet {
        width: 0.45rem;
        height: 0.08rem;
    }
    .container-box {
        padding-top: 0;
    }
    .anchor-box {
        background: #fff;
        /*padding: 0.3rem 0.27rem 0.24rem;*/
        margin-top: 0;
    }
    .head-box {
        height: 0.34rem;
        padding: 0;
    }
    .head-box::before {
        width: 0;
    }
    .head-box .title {
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.26rem;
        font-weight: bold;
        padding-left: 0.26rem;
        position: relative;
        margin-left: 0;
    }
    .head-box .title::before {
        content: "";
        width: 0.18rem;
        height: 0.28rem;
        background: url(../images/head-bg.png) center no-repeat;
        background-size: cover;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0.06rem;
    }
    .head-box p {
        font-size: 0.2rem;
        background: inherit;
        height: 0.2rem;
        line-height: 0.2rem;
        margin-top: 0.04rem;
        padding: 0;
        font-weight: 400;
        color: #CECECE;
    }
    .head-box p::before,
    .head-box p::after {
        border: 0;
    }
    .nav-box .item-box li a {
        color: #BABABA
    }
    .anchor-top {
        display: none;
    }
    .classify-box {
        margin-top: 0.26rem;
        height: 0.48rem;
    }
    .classify-box .items {
        padding-left: 0;
        white-space: nowrap;
        overflow: scroll;
    }
    .classify-box .items::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .classify-box .items li {
        font-size: 0.24rem;
        line-height: 0.34rem;
        margin-right: 0;
        margin-left: 0.09rem;
        padding: 0.07rem 0.17rem;
        display: inline-block;
        float: none;
    }
    .classify-box .items li:first-child {
        margin-left: 0;
    }
    .classify-box .items li::before,
    .classify-box .items li::after {
        width: 0;
    }
    .classify-box .more {
        display: none;
    }
    .classify-box .items li.active {
        background: #FCEFEF;
        border-radius: 0.24rem;
        font-weight: bold;
    }
    .classify-items {
        margin-top: 0.08rem;
        margin-bottom: 0;
    }
    .classify-items .item {
        width: 100%;
        /*height: 2.28rem;*/
        overflow: hidden;
        height: auto;
        padding: 0.26rem 0 0.26rem;
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: 1px solid #F2F2F2;
    }
    .classify-items .item:last-child {
        border: 0;
    }
    .classify-items .item .image-box {
        width: 2.58rem;
        border-radius: 0.05rem;
        overflow: hidden;
    }
    .classify-items .item .image-box img {
        height: 100%;
    }
    .item .item-right-border {
        padding-top: 20px !important;
    }
    .classify-items .item .item-right-index {
        /*width: 3.16rem;*/
        padding: 0;
        width: 100%;
        /*height: 100%;*/
    }
    .item .item-rights {
        margin: 0;
    }
    .classify-items .item .extend-box {
        margin-top: 0.15rem;
        font-size: 0.2rem;
        line-height: 0.28rem;
    }
    .services-box {
        margin-top: 0.17rem;
        background: #fff;
        padding: 0.28rem 0.27rem 0.56rem;
        margin-bottom: 0px;
    }
    .services-top {
        margin-top: 0.27rem;
        height: auto;
    }
    .market-box {
        margin-top: 0.17rem;
        background: #fff;
        padding: 0.3rem 0.27rem 0.24rem;
    }
    .market-box2 {
        padding: 0;
        margin-bottom: 0;
    }
    /*.fixed-hide{display:none;}*/
    .market-items {
        margin-top: 0.27rem;
    }
    .market-items li {
        width: 2.81rem;
        height: 1.91rem;
        overflow: hidden;
        position: relative;
        margin-right: 0.24rem;
        margin-bottom: 0.26rem;
        margin-left: 0;
        /*padding: 0.16rem;*/
        /*border-top-width: 0.03rem;*/
        /*box-shadow: 0 0.04rem 0.12rem rgba(197, 197, 197, 0.15)*/
    }
    .duanju_xin li {
        width: 100%;
        height: auto;
    }
    .market-items li:nth-child(2n+2) {
        margin-right: 0
    }
    .market-items li .number {
        display: block;
        height: 0.36rem;
        line-height: 0.36rem;
        font-size: 0.32rem;
    }
    .market-items li .title {
        margin-top: 0.1rem;
        font-size: 0.18rem;
        line-height: 0.24rem;
    }
    .market-items li p {
        margin-top: 0.1rem;
        font-size: 0.16rem;
        line-height: 0.25rem;
        height: 0.96rem;
    }
    .market-items li .time {
        left: 0.16rem;
        bottom: 0.1rem;
        font-size: 0.14rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 2.49rem;
    }
    .services-news {
        margin-top: 0.27rem;
        height: auto;
    }
    .services-news ul {
        height: auto;
    }
    .services-news ul .item {
        width: 2.81rem;
        height: 1.91rem;
        border-radius: 0.05rem;
        overflow: hidden;
        position: relative;
        box-shadow: none;
        margin-left: 0.24rem;
        margin-top: 0.26rem;
    }
    .services-news ul .item:nth-child(2n+1) {
        margin-left: 0;
    }
    .services-news ul .item .image-box {
        height: 100%;
    }
    .services-news ul .item .image-box img {
        height: 100%;
    }
    .services-news ul .item .bg {
        height: 0.47rem;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        z-index: 10;
        background: #000;
        opacity: 0.31;
    }
    .services-news ul .item .item-bottom {
        height: 0.47rem;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0;
        z-index: 11;
    }
    .services-news .item .item-bottom .time,
    .services-news .item .item-bottom p,
    .services-news .item .item-bottom .extend-box {
        display: none;
    }
    .services-news .item .item-bottom .title {
        font-size: 0.24rem;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.07rem;
        display: block;
    }
    .artist-box {
        background: #fff;
        padding: 0.28rem 0.27rem 0.74rem;
        margin-bottom: 0.17rem;
    }
    .artist-box .head-box {
        margin-bottom: 0.52rem;
    }
    .artist-banner .direct-span {
        display: none;
    }
    .artist-box .artist-banner {
        height: 2.66rem;
    }
    .artist-banner-box {
        width: 100%;
    }
    .artist-banner-box .swiper-slide {
        box-shadow: 0 0.04rem 0.12rem rgba(197, 197, 197, 0.15);
        border-radius: 0.05rem;
        height: 2.62rem;
    }
    .swiper-slide .image-box-dialog {
        top: 1.93rem;
    }
    .image-box-dialog .bg {
        background: #fff;
        opacity: 1;
    }
    .image-box-dialog .content-box {
        padding-top: 0.08rem;
    }
    .content-box .title {
        color: #333;
        font-size: 0.19rem;
        line-height: 0.26rem;
        height: 0.26rem;
    }
    .content-box .attribute {
        font-size: 0.2rem;
        height: 0.27rem;
        line-height: 0.27rem;
        letter-spacing: 0;
        margin-top: 0.01rem;
    }
    .information-box,
    .cooperative-box {
        background: #fff;
        padding: 0.28rem 0.27rem 0.56rem;
        margin-bottom: 0.17rem;
    }
    .information-box .head-box {
        margin-bottom: 0.49rem;
    }
    .information-details {
        height: auto;
    }
    .information-details .item {
        padding: 0.15rem 0 0.21rem;
        border-top: 0.01rem solid #F2F2F2;
    }
    .information-details .information-top {
        padding-top: 0;
        border-top: 0;
    }
    .information-top {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        float: none;
        height: auto;
    }
    .information-top .image-box {
        height: 2.74rem;
    }
    .information-top .item-bottom {
        padding: 0;
    }
    .information-top .item-bottom .title,
    .information-right .item .title {
        margin-top: 0.11rem;
        font-size: 0.28rem;
        height: 0.36rem;
        line-height: 0.36rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .information-top .item-bottom p,
    .information-right .item p {
        margin-top: 0.21rem;
    }
    .information-top .item-bottom .time,
    .information-right .item .time {
        display: block;
        margin-top: 0.11rem;
        font-size: 0.17rem;
    }
    .information-right {
        width: 100%;
        margin: 0;
        float: none;
        height: auto;
    }
    .information-right .item {
        box-shadow: none;
        border-radius: 0;
        height: auto;
        margin-bottom: 0;
    }
    .information-right .item:last-child {
        border-bottom: 0.01rem solid #F2F2F2;
    }
    .information-right .item .item-right {
        height: auto;
    }
    .information-right .item .item-right-index {
        height: auto;
    }
    .cooperative-box {
        padding-bottom: 0.6rem;
    }
    .cooperative-box .head-box {
        margin-bottom: 0.49rem;
    }
    .cooperative-items .image-box {
        width: 1.78rem;
        height: 0.68rem;
        float: left;
        margin-right: 0.26rem;
        margin-bottom: 0.2rem;
    }
    .cooperative-items .image-box:nth-child(3n + 3) {
        margin-right: 0;
    }
    .tags-box {
        padding: 0.28rem 0.27rem 0.56rem;
        margin-bottom: 0.17rem;
    }
    .tags-box .head-box p {
        font-size: 0.2rem;
    }
    .tags-items li {
        font-size: 0.14rem;
        line-height: 0.20rem;
        height: 0.2rem;
        padding: 0 0.13rem;
        margin-bottom: 0.24rem;
        margin-right: 0.04rem;
        vertical-align: top;
    }
    .tags-items li:first-child {
        padding-left: 0.17rem;
    }
    .tags-items li::before,
    .tags-items li::after {
        width: 0.04rem;
        height: 0.04rem;
        margin-top: -0.02rem;
        border-radius: none;
    }
    .tags-items li::before {
        left: -0.04rem;
    }
    .tags-items li:first-child::before {
        left: 0;
    }
    .tags-items li::after {
        right: -0.04rem;
    }
    .honor-box {
        background: #fff;
        padding-bottom: 0.5rem;
    }
    .honor-box .head-box {
        padding: 0.28rem 0.27rem 0;
        height: 0.96rem;
    }
    .honor-items {
        margin-top: 0.54rem;
        height: 3.12rem;
    }
    .honor-items .swiper-slide {
        width: 3.12rem;
        height: 3.12rem;
    }
    .honor-items .image-box {
        height: 2.66rem;
    }
    .honor-items .swiper-slide .honor-title {
        height: 0.26rem;
        font-size: 0.19rem;
        font-weight: 400;
        line-height: 0.26rem;
        margin-top: 0.2rem;
    }
    .honor-items .swiper-slide-active .honor-title {
        display: block;
    }
    .center-more {
        text-align: center;
        display: block;
        line-height: 0.3rem;
        font-size: 0.25rem;
    }
    .market-box {
        margin-bottom: 0px;
    }
    .duanju_xin_box {
        margin-left: 12px;
        margin-right: 12px;
    }
}