@charset "UTF-8";

.page {
    width: 7.5rem;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}
/* page end */



.chart {
    height: 3rem;
    padding: 0 .4rem .32rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('../images/chart-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.chart-site {
    font-size: .38rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: .04rem;
}

.chart-name {
    width: 100%;
    font-size: .48rem;
    color: #fff;
    line-height: .62rem;
    font-weight: bold;
    margin-bottom: .1rem;
}

.chart-time {
    max-width: 1.28rem;
    height: .36rem;
    font-size: .24rem;
    color: #fff;
    line-height: .36rem;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(90deg, #35B35E 0%, #20BF53 100%);
    border-radius: .2rem .2rem .2rem 0;
    padding: 0 .1rem;
    box-sizing: border-box;
}
/* chart end */


.menu {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 100;
    height: 1.2rem;
    background: #fff;
    border-radius: .4rem .4rem 0 0;
}

.menu-wrap {
    height: 1.2rem;
    margin-top: -.32rem;
    padding: .3rem 0;
    border-radius: .4rem .4rem 0 0;
    position: relative;
}

.menu-list {
    position: relative;
    overflow-y: auto;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.menu-list dt {
    padding: 0 .24rem;
}

.menu-list dd {
    padding: 0 .24rem;
}


.menu-list-tab {
    height: .6rem;
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
}

.menu-list-tab-item {
    display: inline-block;
    height: .6rem;
    border-radius: .3rem;
    padding: 0 .1rem;
    font-size: .32rem;
    color: #333;
    line-height: .6rem;
    text-align: center;
    margin-right: .08rem;
}

.menu-list-tab-item:last-child {
    margin-right: .56rem;
}

.menu-list-tab .opt {
    color: #fff;
    font-weight: bold;
    background: #FF4243;
}


.menu-list-all {
    display: none;
    overflow-y: auto;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.menu-list-all-item {
    display: inline-block;
    height: .6rem;
    border-radius: .3rem;
    padding: 0 .2rem;
    font-size: .28rem;
    color: #333;
    line-height: .6rem;
    text-align: center;
    margin-right: .08rem;
    margin-bottom: .1rem;
}

.menu-list-all .opt {
    color: #fff;
    font-weight: bold;
    background: #FF4243;
}



.menu-more {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    width: 1.24rem;
    height: .68rem;
    background: url('../images/icon-mask.png') no-repeat;
    background-size: 100% 100%;
}

.menu-more span {
    position: absolute;
    right: .24rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .24rem;
    height: .24rem;
    background: url('../images/icon-down.png') no-repeat;
    background-size: .24rem;
}

.rotateIcon {
    transform: rotateX(180deg);
}



.card {
    overflow: hidden;
    padding: 0 .2rem;
    /*background-image: linear-gradient(180deg,#FFFFFF 0,#F1F2F4 12vw);*/
    background-color: #f1f2f4;
    padding-top: .2rem;
}

.card-scroll {
    height: 100%;
}

.card-item {
    padding: 0 .24rem .4rem;
    margin-bottom: .2rem;
    border-radius: .16rem;
    background: #fff;
    position: relative;
}


.card-item-info-brand {
    display: flex;
    align-items: center;
    position: relative;
    padding: .32rem 0;
}

.ciib-rank {
    display: inline-block;
    text-align: center;
    width: .5rem;
    height: .5rem;
    line-height: .55rem;
    margin-right: .2rem;
    color: #868282;
    font-size: .24rem;
    font-weight: bold;
    background: url('../images/icon-No.png') no-repeat;
    background-size: 100% 100%;
}

.card-item-info-brand .rank1 {
    background: url('../images/icon-No.1.png') no-repeat;
    background-size: 100% 100%;
}

.card-item-info-brand .rank2 {
    background: url('../images/icon-No.2.png') no-repeat;
    background-size: 100% 100%;
}

.card-item-info-brand .rank3 {
    background: url('../images/icon-No.3.png') no-repeat;
    background-size: 100% 100%;
}



.ciib-logo {
    width: 1.44rem;
    height: 1.44rem;
    margin-right: .2rem;
    overflow: hidden;
    border: .02rem solid #EBEBEB;
    border-radius: .06rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ciib-logo img {
    width: 100%;
}

.ciib-name {
    height: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ciib-name em {
    display: block;
    max-width: 3rem;
    height: .36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .36rem;
    color: #333333;
    font-weight: bold;
    line-height: .36rem;
}

.ciib-name span {
    display: block;
    min-width: 1.04rem;
    width: 1.24rem;
    height: .34rem;
    background: url('../images/icon-tag.png') no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: .3rem;
}


.ciib-heat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    min-width: 1rem;
    border: .02rem solid #FF4243;
    border-radius: .08rem;
    background: #fff;
}

.ciib-heat em {
    display: block;
    width: 1rem;
    height: .4rem;
    font-size: .2rem;
    color: #FF4243;
    line-height: .4rem;
    text-align: center;
}

.ciib-heat span {
    display: block;
    width: 1rem;
    height: .42rem;
    font-size: .24rem;
    color: #fff;
    line-height: .42rem;
    text-align: center;
    background: #FF4243;
}


.card-item-info-blurb dt {
    position: relative;
    font-size: .26rem;
}


.ciib-text {
    padding-right: .9rem;
    color: #777;
    line-height: .4rem;
    text-align: justify;
}

.ciib-text p {
    color: #333;
}

.openCiib dt {
    max-height: .8rem;
}

.openCiib .ciib-text {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ciib-more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    font-size: .28rem;
    color: #333;
    font-weight: bold;
    height: .4rem;
    display: flex;
    align-items: center;
}


.card-item-info-blurb dd {
    display: none;
    position: relative;
    padding-left: .26rem;
    margin-top: .2rem;
}

.card-item-info-blurb dd::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: .1rem solid;
    border-color: transparent transparent transparent #FF4243;
    left: .06rem;
    top: .16rem;
}

.ciib-push {
    font-size: .28rem;
    color: #000;
    line-height: .48rem;
    text-align: justify;
}



.card-item-shop {
    margin-top: .32rem;
    border-top: .01rem solid #ebebeb;
    padding-top: .32rem;
}

.card-item-shop-column {
    font-size: .3rem;
    color: #333;
    line-height: .42rem;
    font-weight: bold;
    margin-bottom: .16rem;
}

.card-item-shop-info {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 3.6rem;
    height: .8rem;
    padding: 0 .16rem;
    margin-top: .16rem;
    background: #fff5f5;
    border-radius: .06rem;
}

.cisi-logo {
    width: .4rem;
    height: .4rem;
    overflow: hidden;
    margin-right: .1rem;
}

.cisi-logo img {
    width: 100%;
}

.cisi-name {
    font-size: .26rem;
    color: #000;
    line-height: .34rem;
}

.cisi-link {
    width: 1rem;
    height: .5rem;
    background: #FF4243;
    font-size: .24rem;
    color: #fff;
    line-height: .52rem;
    text-align: center;
    border-radius: .06rem;
    margin-left: auto;
}

/* menu end */

.articles_r {
    width: 7.1rem;
    padding: 0 0.2rem 0 0.2rem;
    /*padding: 0 0.35rem;*/
    margin-top: 0.2rem;
}

.line {
    height: 0.32rem;
    background-color: #f9f9f9;
}

.ar_top {
    position: relative;
    line-height: 0.7rem;
    font-weight: bold;
    font-size: 0.32rem;
    display: flex;
    justify-content: space-between;
}

.ar_top a {
    font-size: .24rem;
}

.ar_top strong {
    color: #444;
    position: relative;
    margin-left: 0.2rem;
}

.ar_top::before {
    content: ' ';
    background-color: #e50419;
    width: 0.02rem;
    height: 0.36rem;
    position: absolute;
    top: 0.18rem;
    left: 0;
}

/*.ar_bottom a {
    height: 0.7rem;
    overflow: hidden;
    line-height: 0.7rem;
    font-size: 0.28rem;
    display: block;
    border-top: 1px solid #ddd;
    color: #333;
}*/
.ar_bottom dl {
    width: 100%;
    overflow: hidden;
}

.ar_bottom dd {
    padding: .3rem 0 .24rem .15rem;
    border-bottom: .02rem solid #f1f1f1;
}

.ar_bottom .item_l {
    flex-grow: 1;
    padding-right: .36rem;
}

.ar_bottom .item_l h1 {
    font-size: .32rem;
    font-weight: normal;
    line-height: .48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: .3rem;
}

.ar_bottom .record {
    display: flex;
    align-items: center;
}

.ar_bottom i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .32rem;
    height: .19rem;
    overflow: hidden;
    margin-right: .12rem;
}

.ar_bottom img {
    max-width: 100%;
}

.ar_bottom .record span {
    font-size: .23rem;
    line-height: .32rem;
    color: #838383;
}

.ar_bottom .arbmlist_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ar_bottom .item_r {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.35rem;
    height: 1.55rem;
    overflow: hidden;
}

.menus-list {
    width: 7.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto;
}

.menus-list a {
    width: 50%;
    display: inline-block;
    font-size: .32rem;
    line-height: .6rem;
    color: #333;
    text-align: center;
}
.rank-describe {
    border: .01rem solid #e5e5e5;
    padding: .1rem;
}

.rank-describe .rank-date {
    font-size: .28rem;
    color: #333;
    margin: .1rem 0;
}

.rank-describe .rank-reason {
    font-size: .24rem;
    line-height: 1.5;
    color: #666;
}
