:root {
  --primary: #4d81d1;
  --fontColor: #7582a8;
}
.activity {
    padding: 0;
}
.wrap {
    min-height: 100%;
    background: url(../../yin/img/bg2.png?v1) repeat-x center 0 #f5f5f5;
    /* background: linear-gradient(to bottom, #3263fc, transparent); */
    background: #f5f5f5;
    font-size: .12rem;
}

.nodata {
    display: none;
}
.nodata .nodataWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem .15rem;
}
.nodata .nodataWrap .img {}
.nodata .nodataWrap .img img {}
.nodata .nodataWrap .txt {
    color: #999;
}
.wrap .swiper-pagination-bullet-active{background: var(--primary);}
.wrap .search {
    /* margin-bottom: .15rem; */
    padding: 0.1rem 0.1rem 0;
}
.wrap .search .searchWrap {
}
.wrap .search .searchWrap a {
    display: flex;
    width: 100%;
    height: .35rem;
    align-items: center;
    text-indent: .4rem;
    border-radius: 1rem;
    color: #ccc;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
    background: url(../../otherservice/img/icon-search.png) no-repeat #fff .1rem;
}


.wrap .slide {
    padding: .1rem;
}
.wrap .slide .slideWrap {
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
}
.wrap .slide a {
    display: block;
    border-radius: .1rem;
    overflow: hidden;
}
.wrap .slide a img {
    display: block;
    width: 100%;
}

.wrap .coupon {
    padding: 0rem .1rem .1rem;
}
.wrap .coupon .couponWrap {
    min-height: 4rem;
}
.wrap .coupon .couponWrap .nav{}

.wrap .coupon .couponWrap .nav{
    height: .35rem;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
}
.wrap .coupon .couponWrap .nav a{
    flex: 1;
    transition: all ease .3s;
    padding: 0.1rem 0;
}
.wrap .coupon .couponWrap .nav .navWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
}
.wrap .coupon .couponWrap .nav .navWrap .active{
    font-weight: 700;
    color: var(--primary);
    font-size: .14rem;
    }
.wrap .coupon .couponWrap .nav .navActive{
    background: #fff;
    border-radius: 5rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    width: 33%;
    height: .35rem;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    transition: all ease 0.5s;
}

.wrap .coupon .couponWrap .commentList{}
.wrap .coupon .couponWrap .commentList ul {
    /* padding: .15rem 0; */
}
.wrap .coupon .couponWrap .commentList ul li {
    background: #fff;
    box-sizing: border-box;
    border-radius: .1rem;
    overflow: hidden;
    margin-bottom: .1rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    padding: .15rem;
    display: flex;
    align-items: flex-start;
}
.wrap .coupon .couponWrap .commentList ul li .l {display: flex;align-items: center;border-radius: 1rem;overflow: hidden;margin-right: .1rem;}
.wrap .coupon .couponWrap .commentList ul li .l .img {
    width: .35rem;
    height: .35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
}
.wrap .coupon .couponWrap .commentList ul li .l .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.wrap .coupon .couponWrap .commentList ul li .r {
    flex: 1;
}
.wrap .coupon .couponWrap .commentList ul li .r .top {
    display: flex;
    justify-content: space-between;
}
.wrap .coupon .couponWrap .commentList ul li .r .top .nickname {}
.wrap .coupon .couponWrap .commentList ul li .r .top .time {
    color: #666;
    font-size: .11rem;
    display: flex;
    align-items: center;
}
.wrap .coupon .couponWrap .commentList ul li .r .top .time .iconfont {
    font-size: .12rem;
    margin-right: .03rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .top .time .txt {}
.wrap .coupon .couponWrap .commentList ul li .r .top .time .txt2 {
    margin-left: .2rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .star {
    color: #ccc;
    font-size: .12rem;
    margin: 0.03rem 0 .1rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .star span {margin-right: .02rem;}
.wrap .coupon .couponWrap .commentList ul li .r .star span.yellow {
    color: #f37625;
}
.wrap .coupon .couponWrap .commentList ul li .r .content {
    margin-bottom: .1rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .images {
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.07rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty::after {
    /* content: ''; */
    flex: auto;    /* 或者flex: 1 */
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_1 {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_1 .img {
    width: 100%;
    height: 1.8rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_1 .img img {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_2 {
    justify-content: space-between;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_2 .img {
    width: 1.34rem;
    height: 1rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_2 .img img {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 {
    position: relative;
    height: 2rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 .img {
    position: absolute;
    z-index: 5;
    /* margin: 0; */
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 .img:nth-child(1) {
    width: 1.34rem;
    height: 2rem;
    left: 0;
    top: 0;
    margin-bottom: 0;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 .img:nth-child(1) img {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 .img:nth-child(2) {
    right: 0;
    width: 1.34rem;
    height: .94rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 .img:nth-child(2) img {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 .img:nth-child(3) {
    right: 0;
    width: 1.34rem;
    height: .94rem;
    bottom: 0;
    margin: 0;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 .img:nth-child(3) img {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_3 .img img {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_4 {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_5 {}
.wrap .coupon .couponWrap .commentList ul li .r .images .imgSty.imgSty_6 {}
.wrap .coupon .couponWrap .commentList ul li .r .images .img {
    width: 0.64rem;
    height: .64rem;
    overflow: hidden;
    margin-left: .07rem;
    margin-bottom: .07rem;
    border-radius: .1rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .images .img img {
    width: 100%;
    min-height: 100%;
}
.wrap .coupon .couponWrap .commentList ul li .r .store {
    display: flex;
    align-items: center;
    color: #888;
    font-size: .1rem;
    margin-top: .1rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .store span {}
.wrap .coupon .couponWrap .commentList ul li .r .store span.iconfont {
    font-size: .13rem;
    margin-right: .03rem;
}
.wrap .coupon .couponWrap .commentList ul li .r .store span.txt {}
.wrap .coupon .couponWrap .commentList ul li .r .store span.txt.space {
    margin-right: .15rem;
}

.wrap .coupon .couponWrap .coupon .article {}

.floatNav{
    position: fixed;
    bottom: .7rem;
    right: .1rem;
    z-index: 10;
}
.floatNav p{
    width: .4rem;
    height: .4rem;
    background: #fff;
    align-items: center;
    color: var(--primary);
    display: flex;
    justify-content: center;
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.floatNav p.user{
    /* background: #fff; */
}
.floatNav p.user i{
    margin-top: .05rem;
}
.floatNav p.backTop{
    font-size: .14rem;
    margin-bottom: .1rem;
}
.floatNav p.backTop i{
}
.floatNav p i{
}