:root {
  --primary: #3262fd;
  --fontColor: #7582a8;
}
.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 .1rem 0;
}
.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 .floatUser {position: fixed;z-index: 100;bottom: 1rem;right: .1rem;}
.wrap .floatUser a {display: block;width: .8rem;}
.wrap .floatUser a img {display: block;width: 100%;}


.floatNav{
    position: fixed;
    bottom: .2rem;
    right: .15rem;
    z-index: 10;
}
.floatNav p{
    width: .45rem;
    height: .45rem;
    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: .18rem;
}
.floatNav p.backTop i{
}
.floatNav p i{
}


.nav {
    padding: .05rem .1rem .1rem;
    height: .4rem;
}
.nav ul {
    display: flex;
    align-items: center;
    height: .45;
}
.nav ul li {
    padding: .1rem;
    transition: all .3s ease;
    /* border-radius: .1rem; */
    height: .4rem;
    box-sizing: border-box;
    /* width: 0.5rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .1rem;
    transform: scale(.9);
    font-size: .15rem;
    color: #888;
}
.nav ul li.active {
    font-weight: 700;
    color: var(--primary);
    border-bottom: 4px solid var(--primary);
    transform: scale(1);
}

.subNav {
    padding: .1rem;
    overflow-x: scroll;
}
.subNav::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.subNav ul {
    display: flex;
}
.subNav ul {
    width: 4.1rem;
}
.subNav ul li {
    padding: .05rem .13rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    margin-right: .1rem;
    color: #666;
}
.subNav ul li.active {
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 700;
}

.bottom {
    margin: .1rem;
    background: #fff;
    padding: .1rem;
    border-radius: .1rem;
}
.bottom .t {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .15rem;
}
.bottom .t .tl {
    font-size: .16rem;
    font-weight: 700;
    color: #777;
}
.bottom .t .tr {
    line-height: 1;
    color: #999;
    display: flex;
    align-items: center;
}
.bottom .t .tr span {}
.bottom .b {}
.bottom .b ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bottom .b ul li {
    text-align: center;
    color: #666;
}
.bottom .b ul li .img {
    width: .4rem;
    margin: auto;
    margin-bottom: .1rem;
}
.bottom .b ul li .img img {
    display: block;
    width: 100%;
}
.bottom .b ul li .txt {
    margin-top: .03rem;
    font-size: .12rem;
}

.foot {
    text-align: center;
    font-size: .11rem;
    color: #999;
    padding: .15rem;
}


.bxlist {
    padding: .1rem;
}
.bxlist ul {}
.bxlist ul li {
    display: flex;
    margin-bottom: .1rem;
    background: #fff;
    padding: .1rem;
    box-sizing: border-box;
    border-radius: .1rem;
}
.bxlist ul li .l {
    width: 1rem;
    height: 1rem;
    border-radius: .1rem;
    margin-right: .1rem;
    overflow: hidden;
}
.bxlist ul li .l img {
    display: block;
    width: 100%;
}
.bxlist ul li .r {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.bxlist ul li .r .title {
    font-size: .15rem;
    font-weight: 700;
    margin-bottom: .06rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1;
}
.bxlist ul li .r .desc {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: .11rem;
    color: #999;
}
.bxlist ul li .r .keyword {
    background: #fff9e6;
    -moz-border-radius: .04rem;
    border-radius: 0.04rem;
    padding: 0.04rem 0.05rem;
    font-size: .1rem;
    line-height: 1;
    font-family: PingFangSC-Regular,PingFang SC;
    color: #cf913d;
    display: block;
    border-radius: .03rem;
    margin: .03rem 0;
}
.bxlist ul li .r .price {}
.bxlist ul li .r .price .small {
    font-size: .1rem;
}
.bxlist ul li .r .price .big {
    color: #ff411f;
    font-size: .18rem;
    font-weight: 700;
    margin-right: .05rem;
}
























