body {
    overflow-x: hidden;
    margin: 0;
    background: #f1f1f1;
    color: #242222;
    font-size: 12px;
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    background: url('/assets/img/bg.png') center;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.placeholder {
    overflow: hidden;
    width: 0;
    height: 0;
}
/*.header	{
    position: fixed;
    top: 0;
    z-index: 999;
    margin-bottom: 20px;
    width: 100%;
    opacity: .95;
    height: 52px;
}

.navbar .nav {
    position: relative;
    left: 0;
    float: left;
    display: block;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.navbar {
    margin: 0 auto;
    width: 1200px;
    height: 52px;
}*/

/**logo**/
/*.navbar .logo {
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100px;
    height: 52px;
    background: url(/assets/img/logo.png) no-repeat 0 50%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 208px;
    background-size: 100%;
}*/


/** 轮播start **/
.container {
    margin-top: 70px;
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}
.banner {
    /*margin-top: 65px;*/
    margin-top: 97px;
    margin-top: 117px;
    clear: both;
    max-height: 430px;
    overflow: hidden;
    background-color: #fff;
}
.banner-navbar, .banner-site {
    margin-bottom: 15px;
    background: 0;
}

img{
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 0;
    border-radius: 5px;
    vertical-align: middle;
}
.swiper-container {
    width: 100%;
    /*height: 100%;*/
    height: 432px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/**轮播end**/

/** 文章start **/
/**主体**/
.content-wrap {
    float: left;
    width: 95%;
}
.content {
    margin-right: 305px;
}

.excerpt {
    position: relative;
    margin-bottom: 10px;
    padding: 5px 20px 20px 256px;
    border-left: solid 4px #fff;
    background-color: #fff;
}
.excerpt .focus {
    position: relative;
    /*float: left;*/
    margin-top: 0;
    margin-left: -240px;
    width: 220px;
    text-align: center;
}


/**热门标签*/
.tag_list {
    padding: 0px 0px 65px 0px;
}
.tag_list ul {
    padding: 20px;
}
.tag_list ul li {
    float: left;
    display: block;
    margin-right: 18px;
    margin-bottom: 15px;
}
.tag_list ul li a {
    display: inline-block;
    padding: 4px 14px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    background: #f6f6f6;
    color: #282828;
    font-size: 14px;
    transition: all .3s ease 0s;
    text-decoration: none;
}
/**排行榜start**/
.section-title>h3 {
/*    float: left;
    margin: 0 0 10px;
    padding: 0 0 0 8px;
    line-height: 20px;
    font-size: 18px;
    border-left: 4px solid #EB424C;*/
}
.pull-right-gd {
    float: right!important;
    text-decoration:none;
    /*color:#484242;*/
    color: #ccc;
}
.index-tops .index-tops-contents {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    height: auto;
    overflow: hidden;
}
.index-tops .index-tops-contents .tab-content {
    float: left;
}
.tab-content>.active {
    display: block;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul {
    margin: 0;
    padding: 0 15px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.index-tops .index-tops-contents .tab-content .tab-pane>a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #14B9C8;
    text-decoration: none;
    color:#484242;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li:nth-child(-n+3) .item-order {
    color: #FE931B;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-order {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    position: relative;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-icon .discount {
    background: url('/assets/img/discont-c.png') center no-repeat;
    color: #fff;
    font-size: 11px;
    /*width: 35px;*/
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
    
    width: 40px;
    font-weight: bold;
    line-height: 1.6;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 0 0 15px;
    width: 190px;
    height: 60px;
    vertical-align: middle;
}
.index-tags {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    height: auto;
    overflow: hidden;
}
.flex-text-overflow {
    /*display: -webkit-inline-box!important;*/
    display: inline-flex!important;
    max-width: 100%;
    white-space: nowrap;
}
.flex-text-overflow.name {
/*    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    display: flex;
    align-items: center;*/
}
.flex-text-overflow.name .name-new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    margin-right: 5px;
}
.flex-text-overflow.name .nameRemark-new {
    background: #f3f4f8;
    color: #999;
    font-size: 12px;
    padding: 0 5px;
    vertical-align: text-bottom;
    font-weight: normal;
}
    
.flex-text-overflow>a {
    text-decoration: none;
    color:#282828;
    font-size: 18px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap {
    margin: 0;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>span {
    float: left;
    display: block;
    color: #999;
    font-size: 12px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>span>a {
    text-decoration: none;
    color: #999;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>i {
    float: left;
    margin: 2.5px 0 0 3px;
    display: block;
    width: 14px;
    height: 14px;
    /*background: url(./staticimages/61fac53….gif) repeat-x;*/
    background-size: 14px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags {
    color: #999;
    /*font-size: 0;*/
    position: relative;
}
/*.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag:first-child, .index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:first-child {
    padding-right: 6px;
}*/
/*.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag, .index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc {
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}*/
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag {
    color: #FFB400;
    font-size: 12px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc {
    color: #666666;
    font-size: 12px;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag:not(:first-child) {
    position: relative;
    padding: 0 6px;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc {
    padding: 0 5px;
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 5px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(1) {
    color: #FD8677;
    border: 1px solid #FD8677;
    margin-left: 0
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(2) {
    color: #9487F5;
    border: 1px solid #9487F5;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(3) {
    color: #69CDF9;
    border: 1px solid #69CDF9;
}
/**排行榜end**/

/**主体**/
.content>a {
    text-decoration: none;
}
.feed-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    margin-bottom: 15px;
    
    padding: 20px;
}
.feed-item .feed-origin {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    color: #282828;
}
.feed-item .feed-origin .item-tag {
    color: #FFB923;
}
/*            .feed-item .feed-origin .item-tag-desc {
                color: #282828;
            }*/
.feed-item .feed-origin .feed-wrap-font {
    color: #666;
}
.feed-item .feed-origin .feed-item-wrap {
    text-decoration: none;
}
.feed-item .feed-image-wrap {
    position: relative;
    /*padding: 0px 15px 0px 15px;*/
    background: transparent;
}
.home_game_list_foot {
    background-color: unset;
}
.feed-item .feed-image-wrap .feed-image {
    width: 100%;
}
.item-content-img-img {
    /*height: 350px;*/
    height: 425px;
}
.feed-item .topic-more-detail {
    background: transparent;padding-bottom: 15px;
}
.feed-item .feed-info {
/*    height: 50px;
    padding: 15px 0px 0px 0px;*/
    
    display: flex;
    align-items: center;
    padding-top: 15px;
    position: relative;
}
.feed-item .feed-info .app-icon {
    width: 65px;
    height: 65px;
    /*float: left;*/
    margin-right: 10px;
    border-radius: 10px;
}
/*.feed-item .feed-info .rating-wrap {
        float: right;
        text-align: right;
        position: relative;
        height: 50px;
        margin-left: 12px;
        min-width: 45px;
        color: #14B9C8;
}
*/
.feed-item .feed-info .feed-content {
    /*margin-top: -15px;*/
/*    float: left;
    height: 75px;*/
}

.feed-item .feed-info .discount {
    background: url('/assets/img/discount-z.png') center no-repeat;
    position: absolute;
    top: 10px;
    right: -15px;
    color: #fff;
    font-size: 14px;
    padding: 3px 3px;
    /*line-height: 1.25;*/
    width: 45px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.feed-item .feed-info .feed-content .feed-title {
    text-decoration: none;
    font-size: 20px;
    /*line-height: 28px;*/
    color: #282828;
    /*font-weight: 700;*/
}
.feed-item .feed-info .feed-content .feed-title.name {
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.feed-item .feed-info .feed-content .feed-title.name .name-new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    margin-right: 5px;
}
.feed-item .feed-info .feed-content .feed-title.name .nameRemark-new {
    background: #f3f4f8;
    color: #999;
    font-size: 12px;
    padding: 0 5px;
    vertical-align: text-bottom;
    font-weight: normal;
}

.feed-item .feed-info .feed-content .feed-title a {
    text-decoration: none;
    font-size: 20px;
    color: #282828;
}
.content p {
    margin-bottom: 0;
}
.feed-item .feed-info .feed-content p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*line-height: 15px;
    /*position: absolute;*/
}
.feed-item .feed-description {
    font-size: 14px;
    color: #999;
    /*padding: 10px 0px 0px 0px;*/
    margin-top: 7px;
}
.feed-item .feed-description a {
    text-decoration: none;
    font-size: 14px;
    color: #999;
    margin-top: 7px;
}
.feed-item .item-tags .item-tag-desc {
    padding: 0 5px;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: 5px;
}
.feed-item .item-tags .item-tag {
    color: #FFB400;
    font-size: 12px;
}

.feed-item .item-tags .item-tag-desc:nth-child(1) {
    color: #FD8677;
    border: 1px solid #FD8677;
    margin-left: 0;
}
.feed-item .item-tags .item-tag-desc:nth-child(2) {
    color: #9487F5;
    border: 1px solid #9487F5;
}
.feed-item .item-tags .item-tag-desc:nth-child(3) {
    color: #69CDF9;
    border: 1px solid #69CDF9;
}

.feed-item .feed-info .rating-wrap {
    float: right;
    text-align: right;
    position: relative;
    height: 50px;
    margin-left: 12px;
    min-width: 45px;
    color: #14B9C8;
}

.feed-item .feed-info .rating-wrap .review-count {
    font-size: 10px;
    line-height: 28px;
    font-weight: 700;
}
.feed-item .feed-info .rating-wrap .rating-score {
    position: absolute;
    bottom: 3px;
    right: 0;
    font-size: 0;
    width: 54px;
}
.feed-item .feed-info .rating-wrap .rating-score .icon-star-inner {
    margin-right: 5px;
    font-size: 20px;
}
.feed-item .feed-info .rating-wrap .rating-score span {
    font-size: 18px;
    vertical-align: middle;
}

.feed-wrap-font {
    float: right;
}
.feed-wrap-font a {
    text-decoration: none;
    color: #999;
}
.feed-item .feed-origin .feed-wrap-font a{
    text-decoration: none;
    color: #666;
}
.feed-wrap-font-content {
    font-size: 16px;
    color:#333;
}

.feed-wrap-font ul {
    list-style: none;
    margin: 0;
}
.feed-wrap-font ul li {
    float: left;
}
/**加载更多按钮***/
.button-more.load-more {
    clear: both;
    height: 50px;
}
.button-more {
    text-align: center;
}
.btn-primary {
    border-color: #EB424C;
    background: #EB424C;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
}
.btn, .btn-lg {
    padding: 10px 16px;
    /*font-size: 18px;*/
    line-height: 1.3333333;
    border-radius: 30px;
}
.button-more .btn {
    padding: 8px 25.5px;
    cursor: pointer;
}


/**底部start**/
/*.footer {
    clear: both;
    width:100%;
    margin-top: 60px;
    background: #333333;
    top: 0;
    z-index: 999;
}

.footer .footerbar {
    margin: 0 auto;
    width: 1200px;
}*/
/*.footer-left {
    overflow: hidden;
    margin: 0;
    width: 70%;
    color: #fff;
}*/

/*.footer-right {
    width: 25%;
    float: right;
    position: relative;
    left: 0;
    margin: 0 10px 0 0;
    font-size: 14px;
}*/

/*.globalSection {
    padding: 12.5px 0px 12.5px 0px;
    border-radius: 5px;
    margin-top: 15px;

    margin-top: 70px;
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}
.ilinkt span, .ilinkt p {
    display: inline-block;
    vertical-align: middle;
}
.ilinkt span {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    border-radius: 50%;
    background-color: #ff9b24;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.ilinkt p {
    font-size: 14px;
    color: #FFF;
    text-indent: 0;
    line-height: 0px;
}

.ilinkc a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #DEDEDE;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}
.ilinkc span {
    color: #fff;
}*/

/*.footer .footInfo {
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    border-radius: 5px;
}
.footer .footInfo .footNav a{
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}
.footer .footInfo .footNav span{
    color: #FEFEFE;
    font-size: 20px;
}

.footer .footInfo .footBq {
    margin-top: 5px;
    color: #9A9A9A;
}

.footer .footInfo .footBq a{
    color: #9A9A9A;
    text-decoration: none;
}

.footer .footImg {
    max-width: 1200px;
    margin: 0px auto;
}

.footer .footImg img {
    margin-top: 5px;
    width: 15%;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    border-radius: 5px;
}

.footer .footQrcode{
    max-width: 1200px;
    margin: 0px auto;
    margin-top: -165px;


    float: right;
    margin-right: -35px;
    padding-right: 35px;

    line-height: 14px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 20px 3px;

    text-align: center;
}
.footer .footQrcode a{
    text-decoration: none;
    color: #FEFEFE;
}

.footer .footQrcode img{
    margin-top: 5px;
    width: 60%;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    border-radius: 5px;
}

.footQrcode ul li{
    float:left;
}
.footQrcode ul li p{
    color:#fff;
}*/
/**底部end**/

.index-alq {
    background: #f1f1f1;
    padding-top: 20px;
}
.index-alq ul {
    list-style: none;
    padding: 0;
}
.index-alq ul li {
    float: left;
    background: #fff;
    width: 49%;
    border-radius: 5px;
    padding-top: 20px;
    line-height: 20px;
    margin: 0px 16px 20px 0px;
}
.index-alq ul li a {
    text-decoration: none;
    color: #282828;
}
.index-alq-img {
    width: 90%;
    padding-left: 22px;
    border-radius: 5px;
}
.index-alq ul li:nth-child(2n) {
    margin-right: 0px;
}


.index-aql-clearfix_div {
    padding-left: 22px;
    width: 90%;
    padding-top: 10px;
}
.index-aql-clearfix_div .index-clearfix-img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #cccccc;
}
.index-aql-clearfix_div .index-clearfix-info .user_time {
    height: 45px;
}

.index-aql-clearfix_div .index-clearfix-info p {
    word-break: break-all;
    height: 50px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    padding-bottom: 8px;
}

.index-aql-clearfix_div .index-clearfix-info p a {
    color: #666666;
}
.index-aql-clearfix_div .index-clearfix-info .user_time h1 {
    margin-top: 3px;
    float: left;
    margin-left: 7px;
    font-size: 16px;
    line-height: 25px;
    font-weight: unset;
}
.index-aql-clearfix_div .index-clearfix-info .user_time span {
    margin-top: 3px;
    float: right;
}
.pl_img {
    position: absolute;
    display: block;
    width: 70px;
    height: 14px;
    background: url(/static/images/star_bright@2x.png) repeat-x;
    background-size: 14px;
}
.alqevaluate_img {
    position: absolute;
    display: block;
    width: 70px;
    height: 14px;
    background: url(/static/images/stat002@2x.png) repeat-x;
    background-size: 14px;
}

.button-more-img{
    display: none;
    margin: 5px auto;
    height: 30px;
    width: 4%;
}
.js-load-more {
    width: 150px;
    height: 40px;
}
/**热门专题*/
.tab-pane-kfb ul {
    padding-left: 20px;
}
.tab-pane-kfb ul li {
    padding: 5px 0px;
}
.tab-pane-kfb ul li a {
    text-decoration: none;
    color: #282828;
}

/*轮播游戏*/
.swiper-header-plat {
    padding-left: 2%;
    position: absolute;
    /*margin-top: -89px;*/
    font-size: 12px;
    /*width: 59%;*/
    /*margin-top: -340px;*/
    
    display: flex;
    align-items: center;
    /*margin-top: 15px;*/
    position: relative;
    
    position: absolute;
    bottom: 20px;
}
.swiper-header-plat .swiper-plat-icon {
    /*float: left;*/
    width: 80px;
    height: 80px;
    
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
}
.swiper-header-plat .swiper-plat-icon a .swiper-detail-img {
    width: 100%;
}
.swiper-header-plat .swiper-plat-cont {
/*    width: 235px;
    margin-top: -14px;
    margin-left: 87px;*/
    
    flex: 1 1;
    /*width: 0;*/
    /* font-size: .24rem; */
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    position: relative;
}
.swiper-header-plat .swiper-plat-cont p, .swiper-header-plat .swiper-plat-cont p a {
    text-decoration: none;
    color: #fff;
    line-height: 10px;
    text-align: left;
}
.swiper-header-plat .swiper-plat-cont .swiper-detail-name {
    font-size: 20px;
}
.swiper-header-plat .swiper-plat-cont .swiper-detail-name.name {
    /*font-size: 20px;*/
    
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-size: .3rem; */
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}
.swiper-header-plat .swiper-plat-cont .swiper-detail-name.name .name-new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55%;
    margin-right: 5px;
}
.swiper-header-plat .swiper-plat-cont .swiper-detail-name.name .nameRemark-new {
    background: rgba(0,0,0,0.3);
    color: #fff;
    /* font-size: .22rem; */
    font-size: 12px;
    padding: 0 5px;
    font-weight: 400;
}
.swiper-header-plat .swiper-plat-cont .swiper-detail-name.name .discount{
    background: url(/assets/img/discont-c.png) center no-repeat;
    color: #fff;
    font-size: 12px;
    width: 50px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    margin-left: 5px;
}
.swiper-header-plat .swiper-plat-cont .info1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: left;
}
.swiper-header-plat .swiper-plat-cont .info2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-size: .24rem; */
    font-size: 13px;
    color: #fff;
    display: flex;
}
.swiper-header-plat .swiper-plat-cont .info2 .item-tag {
    color: #FFB400;
    font-size: 12px;
}
.swiper-header-plat .swiper-plat-cont .info2 .tag {
    display: inline-block;
    padding-left: 5px;
}
.swiper-header-plat .swiper-plat-cont .info2 .tag:first-child {
    color: #f5b380;
    padding-left: 0;
}
.swiper-header-plat .swiper-plat-cont .info2 .tag:nth-child(2) {
    color: #acd498;
}
.swiper-header-plat .swiper-plat-cont .info2 .tag:nth-child(3) {
    color: #89acda;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-header-plat .swiper-plat-cont .info2.introduction {
    color: rgb(255, 169, 92);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    /*        width: 1.1rem;
            height: 0.2rem;*/
    /*width: 15.6px;*/
    width: 7.8px;
    height: 6px;
    border-radius: 2%;
    background: #fff;
    margin: 0;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #00CDC6;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 95%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15.6px;
    height: 6px;
    border-radius: 2%;
    background: #fff;
    margin: 0;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #EB424C;
}
.swiper-pagination {
    text-align: right;
}
.index-jb {
    color: #fff;
    /*background: linear-gradient(rgba(0,0,0,0),#000000);*/
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
    height: 120px;
    padding-left: 2%;
    position: absolute;
    margin-top: -283px;
    width: 100%;
    z-index: 0;
    
    position: absolute;
    bottom: 2px;
}
.down-star {
    background: url(/static/images/down-manag@2x.png) no-repeat;
    float: left;
    width: 27px;
    height: 50px;
}
.count-star {
    background: url(/static/images/index-appraise-lcon@2x.png) no-repeat;
    float: left;
    width: 27px;
    height: 50px;
}

.zk {
    width: 4.5%;
    position: absolute;
    left: 28px;
    top: -54px;
}
.zk span {
    position: absolute;
    display: inline-block;
    top: 74%;
    transform: translate3d(0,-50%,0);
    left: 5px;
    margin-top: -4px;
    text-align: center;
    letter-spacing: -.73px;
    font-family: PingFangSC-Medium,"MicroSoft YaHei",sans-serif;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(0,140,160,.66);
    font-size: 12px;
    color: #fff;
}
.zk-swiper {
    width: 5.5%;left: 63px;top: -1px;
}
.zk-swiper span {
    left: 10px
}


.sidebar{
    position: -webkit-sticky;
    position: sticky;
}