@charset "utf-8";
/*slider*/
.swiper-container{padding-bottom: 0;}
.swiper-slide {position: relative;}
.swiper-slide img{width:100%; display: block;}

/* play 按钮覆盖层 - 用伪元素实现，不破坏文档流 */
.swiper-slide a.play{
    position: relative;
    display: block;
}
.swiper-slide a.play::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: url("../img/play.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3rem;
    pointer-events: none;  /* 让点击穿透到 a 标签 */
}

/*box*/
.box{
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    font-size: 0.65rem;
}
.box li{font-size: 0.7rem;}
.box-ul{padding-left:1.2rem;}
.box:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.box-head {
    padding: 0.5rem;
}
.box-item {
    padding: 0.5rem;
    line-height:1rem;
    background-color: #fff;
    width: 100%;
    height:1rem;
}
.box-arrow{position:absolute;bottom:-0.6rem;left:0;right:0;height:0.8rem;text-align: center;}
.box-block-title {
    margin: 0;
    padding: .5rem;
    overflow: hidden;
    font-size: .7rem;
    line-height: 1;
    color: #6d6d72;
    text-align: center;
}
.box-arrow span{padding:0 1.2rem;line-height: 0.8rem;border-bottom:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;font-size: 0.6rem;}
.list-block.item{
    margin:0 0 1rem 0;
}
.box-head-title {
    color: #656565;
    font-size: 0.8rem;
}
.box-body {
    color: #656565;
    font-size: 0.7rem;
    padding:0.5rem;
}
/*icon*/
.thumb,.medium-thumb{display: block; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: contain; background-position: center center;}
.thumb{height: 2rem; width: 2rem;}
.medium-thumb{height: 3.5rem; width: 3.5rem;}
.img-responsive{display: block;width:100%;}

.ptb05{padding-top: 0.5rem;padding-bottom: 0.5rem;}
.plr05{padding-left: 0.5rem;padding-right: 0.5rem;}
.ptb20{padding-top: 2rem;padding-bottom: 2rem;}
.plr08{padding-left:0.8rem;padding-right:0.8rem;}
.pt30{padding-top:3rem;}
.pt10{padding-top: 1rem;}
.pt20{padding-top: 2rem;}
.pb20{padding-bottom: 2rem;}
.pb05{padding-bottom: 0.5rem;}
.pl08{padding-left:0.8rem;}
.mb03{margin-bottom:0.3rem;}
.mb05{margin-bottom:0.5rem;}
.mt38{margin-top:3.8rem;}
.mt08{margin-top:0.8rem;}
.mt26{margin-top:2.6rem;}
.pr05{padding-right:0.5rem;}
.mt0{margin-top:0;}
.mb0{margin-bottom:0;}
.lh2{line-height:2;}
.p{position: relative;padding:0.05rem 1.5rem 0.05rem 0.05rem;}
.p::after{
    content: "";
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    padding-right: 1.5rem;
    background-image: url("../img/i-list-chevron-right.png");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-position: -webkit-calc(100% - .5rem) center;
    background-position:         calc(100% - .5rem) center;
    background-size: .7rem;
    z-index:10;
}

.bg{background-color: #FFF;}
.inline{display: inline;}
.hide{display: none;}

.white,a .white,.bar-tab .tab-item.white{color:#FFF;}
.text-mini{font-size:0.4rem;}
.text-small{font-size:0.6rem;}
.text-middle{font-size:0.8rem;}
.text-big{font-size:1rem;}
.text-large{font-size:1.5rem;}
.tr{text-align: right;}
.tc{text-align: center;}
.tl{text-align: left;}
.bg-primary-light{background-color: #e6f4fd;}
.bg-danger-light{background-color: #feebeb;}
.bg-warning-light{background-color: #ffefe5;}
.bg-success-light{background-color: #edfbef;}
.bg-red-gradient {background-image: linear-gradient(45deg,#f33a41,#ed0586);color:#fff;}    /* 嫣红渐变 */
.bg-blue-gradient {background-image: linear-gradient(45deg,#00b8f9,#0166eb);color:#fff;}   /* 海蓝渐变 */
.bg-green-gradient {background-image: linear-gradient(45deg,#3ab54a,#8cc63f);color:#fff;}  /* 森绿渐变 */

.radius-box{border-radius: 0.2rem;padding:0.8rem 0.5rem;margin-top:0.5rem;margin-bottom: 0.5rem;}
.member-bg{height:9rem;background-image: url(../img/userbg.jpg);background-repeat: no-repeat; -webkit-background-size: cover; background-position: center center;padding-top:1rem;text-align: center;}
.member-bg .avatar{margin: 0 auto 0.8rem auto;}
.avatar {overflow: hidden;width: 100px;height: 100px;display: block;border: 2px solid rgba(255,255,255,1);border-radius: 50%;}
.avatar img {width: 100%;height: auto;display: block;border: none;}

/* 榜单 */
#rankmoney .list-block{margin-top:0.5rem;}
#todaylist{margin-top:2.8rem;}
.fixed-tab{position:fixed;top:2.2rem;left:0;right:0;}
.lists li{padding-bottom:0.3rem;}
.subtitle{color: #999999;font-size:0.5rem;}
.item-avatar {
    padding-top: .5rem;
    padding-bottom: .45rem;
    display: flex;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-wrap: nowrap;
    align-items: center;
    margin-right:0.5rem;
}
.item-img{
    position: relative;
    display: block;
    border: 2px solid #f87851;
    border-radius: 50%;
    height:1.9rem;
    width:1.9rem;
}
.item-img img{
    border-radius: 100%;
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.crown1,.crown2,.crown3{
    position: absolute;
    z-index: 2;
    top: -0.57rem;
    left: 1.21rem;
    display: block;
    width: 20px;
    height: 20px;
    background-image:url("../img/icon-body.png");
}
.crown1{
    background-position: -115px -44px;
}
.crown2{
    background-position: -115px -66px;
}
.crown3{
    background-position: -115px -88px;
}
.list-icon{font-size: 12px;line-height: 24px;position: absolute;top: 50%;right: 14px;display: block;margin-top: -13px;text-align: center;color: #fff;background-position: 0 -60px;width: 25px;height: 25px;background-image:url("../img/icon-body.png")}
.icon1{background-position: -62px -27px;}
.icon2{background-position: -62px 0;}
.icon3{background-position: -28px -32px;}
.list-text{font-size: 14px;line-height: 24px;position: absolute;top: 50%;right: 19px;display: block;margin-top: -13px;color: #666;text-align: right;width: 120px;height: 25px;}

.bt{border-top:1px dashed #FFF}
.list-block input[type=text].bb,.bb{border-bottom:1px solid #EFEFF4;}
.list-block input[type=text].bb:last-child{border-bottom:none;}
.bbd{border-bottom:1px dashed #EFEFF4;}
.bb{border-bottom:1px solid #E7E7E7;}
.nb{border:none;}

/* 朋友圈 */
.img-header{
    position: relative;
}
.nav-left,.nav-right{position: absolute;top:0.5rem;width:0.85rem;height:0.85rem;text-align: center;z-index:2}
.nav-left img,.nav-right img{width:0.85rem;height:0.85rem}
.nav-left{left:0.5rem;}
.nav-right{right:0.5rem;}
.moments-avatar{position: absolute;bottom:-0.8rem;right:0.5rem;width:2.5rem;height:2.5rem;border-radius: 0.2rem;overflow: hidden;z-index:2}
.moments-avatar img{width:2.5rem;height:2.5rem;}
.moments-name{position: absolute;bottom:0.3rem;right:3.5rem;color:#fff;font-size:0.7rem;z-index:2}
.moments-title{position: absolute;top:1.8rem;left:0.5rem;color:#fff;font-size:0.85rem;z-index:2}
.moments{padding-top:1.75rem;margin-bottom:1.75rem;background-color: #fff;}
.list-moments{
    border-bottom: 1px solid #e2e2e2;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    clear: both;
    overflow: hidden;

}
.list-avatar{
    position: absolute;
    border: 0;
    width: 40px;
    height: 40px;
    top: 0;
    left: 10px;
}
.list-avatar img{
    border: 0;
    width: 40px;
    height: 40px;
}
.list-moments-content{
    padding-left: 60px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}
.list-moments-inner{
    position: relative;
    padding-bottom: 3px;
    padding-right:15px;
    font-size:0.65rem;
}
.list-post{
    color: #252525;
    padding-bottom: 10px;
    overflow: hidden;
}
.list-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    width:100%;
}
.list-img figure{
    width: 32%;
    height: 100px;
    margin: 5px 0 0 0;
}
.list-img figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.list-img figure:not(:nth-child(3n)) {
    margin-right: 2%;
}
.list-img figure:nth-last-child(1):first-child{
   width: 200px;
   height: 200px;
}
.list-img figure:nth-last-child(4):first-child ,.list-img figure:nth-last-child(4):first-child ~ figure{  width: 32%;  margin-right: 2%;}
.list-img figure:nth-last-child(4):first-child ~ figure:nth-child(2n){
    margin-right: 32%;
}
.list-time{padding-top:0.5rem;color: #b1b1b1;font-size: 0.6rem;}
.list-time .location{height:0.6rem;width:0.6rem;display: inline-block;vertical-align:text-top;}
.sticky{position:absolute;right:0.5rem;bottom:3rem;width:2.4rem;height:2.4rem;z-index:2}
.draggable{position:relative;z-index:1000;display:block;padding:0.4rem;cursor: pointer;width:2.4rem;height:2.4rem;background-image: linear-gradient(45deg, #0081ff, #1cbbb4);color:#FFF;font-size:0.6rem;text-align: center;line-height: 0.8rem;border-radius:1.2rem;box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);}

/* table */
.table {
    border-collapse:collapse;
    border:none;
    outline:none;
    width:100%;
    font-size: 0.6rem;
    text-align: left;
    background-color:#FFF;
    margin-top:0.8rem;
    margin-bottom:0.8rem;
    border-top:1px solid #0894ec;
}
.table tr:nth-child(even){
    background-color:#FBFBFB;
}
.table tr {
    color:#808080;
}
.table thead tr {
    color:#666;
}
.table thead {
    color:#666;
    background-color: #F8F8F8;
}
.table th {
    padding:7px 9px;
    border-bottom:1px solid #e7e7e7;
    text-align: left;
}
.table td {
    padding:8px 9px 7px;
    border-bottom:1px solid #e7e7e7;
}
/* menu */
.menu{width:100%;font-size:0.7rem;}
.menu ul,.menu li{padding:0;margin:0;list-style:none;}
.menu a{
    display: block;
    overflow: hidden;
    padding-left: 20px;
    line-height: 40px;
    max-height: 40px;
    color: #b2b8be;
    transition: all .3s;
}
.menu-item{position: relative;color: #FFF;background: rgba(0, 0, 0, 0.2);}
.menu .menu-item a{line-height: 50px;
    max-height: 50px;}
.menu-item a i{
                   font-size: 20px;
                   position: absolute;
                   margin-left: -1px;
               }
.menu-item a em{
    float: right;
    margin-right: 20px;
    font-size: 12px;
    transition: transform .3s;
}
.menu ul li ul li a{background: #222;border-bottom:1px solid #333;}
.menu ul li a span{margin-left: 30px;}
.menu a.active{color: #FFF;background: #333;}
/* === 九宫格 === */
.grids{
    position:relative;
    overflow:hidden;
}
.grids:before{
    content:" ";
    position:absolute;
    left:0;
    top:0;
    right:0;
    height:1px;
    border-top:1px solid #D9D9D9;
    color:#D9D9D9;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform:scaleY(0.5);
    transform:scaleY(0.5);
}
.grids:after{
    content:" ";
    position:absolute;
    left:0;
    top:0;
    width:1px;
    bottom:0;
    border-left:1px solid #D9D9D9;
    color:#D9D9D9;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform:scaleX(0.5);
    transform:scaleX(0.5);
}
.grid{
    position:relative;
    float:left;
    padding:20px 10px;
    width:33.33333333%;
    box-sizing:border-box;
}
.grid:before{
    content:" ";
    position:absolute;
    right:0;
    top:0;
    width:1px;
    bottom:0;
    border-right:1px solid #D9D9D9;
    color:#D9D9D9;
    -webkit-transform-origin:100% 0;
    transform-origin:100% 0;
    -webkit-transform:scaleX(0.5);
    transform:scaleX(0.5);
}
.grid:after{
    content:" ";
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:1px;
    border-bottom:1px solid #D9D9D9;
    color:#D9D9D9;
    -webkit-transform-origin:0 100%;
    transform-origin:0 100%;
    -webkit-transform:scaleY(0.5);
    transform:scaleY(0.5);
}
.grid:active{
    background-color:#ECECEC;
}
.grid-icon{
    width:1.4rem;
    height:1.4rem;
    margin:0 auto;
}
.grid-icon img{
    display:block;
    width:100%;
    height:100%;
}
.grid-icon + .grid-label{
    margin-top:0.25rem;
}
.grid-label{
    display:block;
    text-align:center;
    color:#000000;
    font-size:0.7rem;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.empty,.list-block ul.empty{background-color:transparent; padding-top: 100%;border:none;}
.empty:after{content:" ";position: absolute;top:0;left:0;right:0;display:block; height:100vw;background-image:url("../img/empty.png");background-repeat: no-repeat;background-position:center center;background-size: contain;}
.figure{
    width: 29.333333333333332%;
    height: 28.5vw;
    margin-left: 4%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:0.4rem;
    overflow: hidden;
    border:1px solid #EFEFF4;
}
.figure img{
    width:100%;
    height:100%;
    overflow: hidden;
    object-fit: contain;
    border:1px solid #EFEFF4;
}
.step{padding-bottom: 1rem;}
.step ul{list-style:none;margin:0;padding:0;display: flex;counter-reset: steps;}
.step ul li{flex-grow: 1;
display: flex;
justify-content: center;
position: relative;
align-items: center;
}
.step ul li::before {
    width: 1.5rem;  /* 步骤圆的宽 */
    height: 1.5rem; /* 步骤圆的高 */
    background: #bcbcbc; /* 里面的小圆 */
    border-radius: 50%; /* 设置形状为原型 */
    margin: 1rem; /* 没有设置margin的话，会位置不正确，因为投影不占用位置，而这里投影确实需要占用，所以手动给margin */
    display: block; /* 需要设置为块级 不然不生效*/
    counter-increment: steps; /* 使 steps 自增 */
    content: counter(steps); /* 修改content的内容为steps的值 */

     /* 使 步骤数字水平垂直居中，并设置字号 */
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    position: relative;
    z-index: 1;
}
.step ul li:nth-child(n+2):after {
content: '';
height: .15rem;
width: 100%;
background: #bcbcbc;
position: absolute;
left: -50%;
}

.step ul li div {color: black;}
.step ul li span {
color: inherit;
position: absolute;
bottom: -0.3rem;
left: 50%;
transform: translateX(-50%);
    font-size:0.5rem;
}
.step ul  li.active:nth-child(n+2)::after {background: #0894ec;}
.step ul  li.active::before {background: #0894ec;}

/* 下拉导航 */
dl,dt,dd{padding:0;margin:0;}
.topmenu{
    width:100%;
}
.topmenu dt{
    width:50%;
    float:left;
}
.selectlist{
    width:100%;
    height:auto;
    box-sizing: border-box;
}
.select_textdiv{
    height:2.2rem;
    width:100%;
    line-height: 2.2rem;
    text-align: center;
    border-bottom: 2px solid #0894ec;
    position:relative;
    background-color: #fff;
}
.select_textul{
    line-height: 2.2rem;
    box-sizing: border-box;
    display: none;
    width: 100%;
    max-height: 20rem;
    overflow-y: scroll;
}
.select_textul ul,.select_textul li{padding:0;margin:0;}
.select_first_ul{
    width: 100%;
    background: #FFF;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    z-index:10;
}
.select_first_ul>li{
    padding: 0 0.5rem 0 0.8rem;
    box-sizing: border-box;
    border-bottom:1px #e7e7e7 solid;
}
.select_first_ul>li>a{
    width: 100%;
    display: block;
    padding: 0 1rem;
    box-sizing: border-box;
    border-bottom:1px #e7e7e7 solid;
}
.divfocus{
    border-bottom:2px #f6383a solid !important;
}
.select_second_ul{
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
}

.down{
    position: absolute;
    top: 0;
    right: 0.5rem;
    display: inline-block;
    width:1rem;
    height:100%;
}
.down img{
    width:1rem;
    margin-top: 0.5rem;
}
.focusli{
    background: #f7f7f8;
}
.select_second_ul>li{
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
}
/* 榜单 */
.rank-title{padding-top:0.75rem;font-size:1rem;}
.rank-avatar{display: block;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    height:2.6rem;
    width:2.6rem;margin:0.6rem auto 0.4rem auto;padding-bottom: 0.5rem;}
.rank-avatar img{
    border-radius: 100%;
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
/*提现*/
.cash-content{
    padding: 0.8rem 0.8rem 0 0.8rem;
}
.cash-body{
    padding:1rem;
    background-image: linear-gradient(45deg, #ff7043, #e83a30);
    color:#FFF;
    border:1px solid transparent;
    border-radius: 12px 12px 0 0;
    text-align: center;
}
.bt{border-top:1px dashed #FFF}
.handle{
    box-shadow: 0 -7px 7px -7px rgba(0,0,0,0.3);
    padding:1rem;
    background-color: #fff;
}
.popup-cash{
    border:1px solid transparent;
    border-radius: 12px 12px 0 0;
    background-color: #FFF;
    top:9.5rem;
}
.cash-btn{
    position: fixed;
    bottom:10.5rem;
    left:0.8rem;
    right:0.8rem;
}
.money-item{
    padding: 0.8rem;
    line-height: 2;
    border-bottom:1px dashed #EFEFF4;
}
.money-item:last-child{border-bottom:none;}
.article-title{line-height:2; font-size:0.9rem; font-weight: bold;}
