body {
    background: #fff;
}

.nodata {
    color: #8a929e;
    text-align: center;
    font-size: .13rem;
}

.carService {
    position: relative;
}

.carService .timeDown {
    display: flex;
    align-items: center;
    font-size: .11rem;
    justify-content: space-between;
    padding: .05rem 0 .15rem;
    line-height: 1;
    position: relative;
}

.carService .timeDown .icon {
    width: .24rem;
    margin-right: .05rem;
}

.carService .timeDown .icon img {
    display: block;
    width: 100%;
}

.carService .timeDown .text {
    font-size: .1rem;
    line-height: 1.1;
    /* flex: 1; */
}

.carService .timeDown .btn {
    background: linear-gradient(to top, #fb5a3e, #fb9765);
    color: #fff;
    height: .23rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .05rem;
    padding: 0 .07rem;
    font-size: .1rem;
    box-shadow: 2px 2px 10px rgb(255 90 38 / 30%);
}

.carService .timeDown .btnImg {
    width: .3rem;
    position: absolute;
    top: .23rem;
    right: -.1rem;
    z-index: 15;
    animation: hand 2s infinite ease-in-out;
}

@keyframes hand {
    0% {
        transform: scale(1) translate(0, -5px);
    }

    50% {
        transform: scale(1) translate(0, 3px);
    }

    100% {
        transform: scale(1) translate(0, -5px);
    }
}

.carService .ad3 {
    display: grid;
    margin-bottom: .15rem;
    grid-template-columns: 1fr 1fr;
    grid-gap: .12rem;
}

.carService .ad3 a {
    display: block;
    width: 100%;
    border-radius: .1rem;
    overflow: hidden;
}

.carService .ad3 a img {
    display: block;
    width: 100%;
}

.carService .ad3 .l {
    flex: 1;
    display: flex;
}

.carService .ad3 .r {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0.12rem;
}

.carService .activityCenterAd3 {
    padding: 0 .1rem;
}

.carService .timeDown .btnImg img {
    display: block;
    width: 100%;
}

.carService .timeDown .time {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .05rem;
    box-sizing: border-box;
    flex: 1;
}

.carService .timeDown .time .tig {
    background: linear-gradient(to top, #fb5a3e, #fb9765);
    color: #fff;
    /* flex: 1; */
    text-align: center;
    border-radius: .04rem;
    font-weight: 700;
    font-size: .15rem;
    display: flex;
    width: .19rem;
    height: .23rem;
    align-items: center;
    justify-content: center;
    margin: 0 .02rem;
    box-shadow: 2px 2px 10px rgb(255 90 38 / 30%);
}

.carService .timeDown .time .t {
    margin: 0 .03rem;
}

.carService .box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: -.3rem;
}

.carService .box .boxWrap {
    background: #fff;
    padding: .15rem;
    box-sizing: border-box;
    border-radius: .15rem;
    width: 80%;
    position: relative;
}

.carService .box .boxWrap .boxTop {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: .1rem;
    margin-bottom: .15rem;
    /* display: none; */
}

.carService .box .boxWrap .boxTop p {}

.carService .box .boxWrap .boxCenter {
    max-height: 5.3rem;
    overflow-y: scroll;
    /* margin-top: 0.15rem; */
    /* padding-right: .15rem; */
}

/* .carService .box .boxWrap .boxCenter::-webkit-scrollbar-thumb:hover {
	background-color: red;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.carService .box .boxWrap .boxCenter::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 28px;
}
.carService .box .boxWrap .boxCenter::-webkit-scrollbar {
	width: 5px;
	height: 13px;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} */
.carService .box .boxWrap .boxBottom {
    margin-top: .15rem;
    padding-top: .1rem;
    border-top: 1px solid #eee;
    /* display: none; */
}

.carService .box .boxWrap .boxBottom .btn {
    background: #fa4f25;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
    border-radius: 1.15rem;
}

.carService .box .boxWrap .close {
    position: absolute;
    top: 0;
    right: 0;
    width: .3rem;
    height: .3rem;
    background: #d91f1f;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 1rem;
    border: 3px solid #fff;
}

.carService .box .boxWrap .close span {}

.carService .ads {
    text-align: center;
}

.carService .ads img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.activity {
    padding: .1rem .1rem 1.8rem;
}

.activity {}

.activity .dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
}

.activity .dialog .content {
    width: 80%;
    background: #fff;
    border-radius: .1rem;
    padding: .2rem;
    box-sizing: border-box;
}

.activity .dialog .content img {
    width: 100%;
}

.activity .dialog .dialogFooter .btn {
    width: 80%;
    background: red;
    border-radius: .1rem;
    padding: .1rem;
    text-align: center;
    margin: auto;
    margin-top: .2rem;
}

.activity .dialog .dialogFooter .btn a {
    color: #fff;
}

.activity .fjtz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}


.activity .fjtz .fjtzWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .15rem;
}

.activity .fjtz .fjtzWrap img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.activity .navGate {
    margin-top: .15rem;
}

.activity .navGate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.1rem 0;
}

.activity .navGate ul li {
    width: 20%;
    margin-bottom: 0.15rem;
}

.activity .navGate ul li a {
    display: block;
    text-align: center;
}

.activity .navGate ul li a p.img {
    /* padding: .3rem .5rem; */
    width: 0.4rem;
    margin: auto;
}

.activity .navGate ul li a p.img img {
    display: block;
    width: 100%;
}

.activity .navGate ul li a p.txt {
    font-size: .11rem;
    margin-top: .08rem;
}

.activity .cardbg {
    display: flex;
    width: 100%;
    height: 1.4rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #222;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.activity .moreFuwu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.12rem;
}

.activity .moreFuwu a {
    display: block;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}

.activity .moreFuwu a img {
    display: block;
    width: 100%;
}

.activity .moreFuwu .l {
    width: 41.5%;
}

.activity .moreFuwu .l a {
    display: block;
    position: relative;
}

.activity .moreFuwu .l a img {
    width: 100%;
    display: block;
}

.activity .moreFuwu .r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 55.5%;
}

.activity .moreFuwu .r a {
    display: block;
    /* width: 1.95rem; */
}

.activity .moreFuwu .r a img {
    display: block;
    width: 100%;
}

.activity .moreFuwu .r .rt {}

.activity .moreFuwu .r .rb {}

.activity .huangjinbg {
    /* background: url(../img/newcardbg4.png) center center no-repeat; */
    /* background-size: contain; */
}

.activity .card {
    background: url(../img/newcardbg.png?v1) center center no-repeat;
    background-size: cover;
    height: 1.95rem;
    box-sizing: border-box;
    position: relative;
    padding: 0.2rem 0.2rem 0.15rem 0.2rem;
    color: #fff;
}

.activity .card.huangjin {
    background: url(../img/newcardbg2.png) center center no-repeat;
    background-size: cover;
    color: #c5a674;
}

.activity .card.bojin {
    background: url(../img/newcardbg3.png) center center no-repeat;
    background-size: cover;
    color: #c5a674;
}

.activity .card.chezhuhui {
    background: url(../img/newcardbg5.png?v2) center center no-repeat;
    background-size: cover;
    color: #c5a674;
}

.indexSlide .swiper-pagination-bullet-active {
    background-color: #fff;
}

.indexSlide .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 28px;
    color: #fff;
}

.indexSlide .swiper-button-next:after,
.indexSlide .swiper-button-prev:after {
    font-size: 28px;
}

.activity .card.chezhuhui .cardWrap .bottom .c,
.activity .card.chezhuhui .cardWrap .bottom .r {
    color: #fff;
}

.activity .card.bojin .cardWrap .bottom .rr,
.activity .card.chezhuhui .cardWrap .bottom .rr {
    color: #fff;
    margin-left: .06rem;
    font-size: .15rem;
    line-height: 1;
    padding: .05rem;
}

.activity .card.bojin .cardWrap .bottom .c,
.activity .card.bojin .cardWrap .bottom .r {
    color: #fff;
}

.activity .card.huangjin .cardWrap .left h2 {
    color: #c5a674;
}

.activity .card.huangjin .cardWrap .left p {
    color: #c5a674;
}

.activity .card.huangjin .cardWrap .bottom .l {
    border: 2px solid #7b745f;
}

.activity .card.huangjin .cardWrap .right a {
    color: #c5a674;
    border: 1px solid #c5a674;
}

.activity .card .cardWrap {
    position: relative;
    height: 100%;
}

.activity .card .cardWrap .left {
    position: absolute;
    left: 0;
}

.activity .card .cardWrap .left h2 {
    margin: 0;
    font-weight: 200;
    color: #fff;
    font-size: .15rem;
    margin-bottom: .05rem;
}

.activity .card .cardWrap .left p {
    color: #fff;
    opacity: .5;
}

.activity .card .cardWrap .right {
    position: absolute;
    right: 0;
    top: 0;
}

.activity .card .cardWrap .right a {
    color: #fff;
    font-weight: 700;
    font-size: .13rem;
    display: flex;
    border: 1px solid #fff;
    border-radius: 2rem;
    width: .9rem;
    height: .35rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: .05rem;
    box-sizing: border-box;
}

.activity .card .cardWrap .right .top {
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: flex-end; */
    text-align: right;
}

.activity .card .cardWrap .right .top .l {
    font-size: .6rem;
}

.activity .card .cardWrap .right .top .r {
    font-size: 2rem;
    font-weight: 200;
}

.activity .card .cardWrap .right .rb {}

.activity .card .cardWrap .right .rb p {}

.activity .card .cardWrap .right .rb p:first-child {
    color: #ffc4b4;
    font-size: .7rem;
    margin-bottom: .1rem;
}

.activity .card .cardWrap .right .rb p:last-child {
    color: #f9a58f;
    font-size: .55rem;
    text-align: right;
}

.activity .card .cardWrap .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: .13rem;
}

.activity .card .cardWrap .bottom .l {
    width: .35rem;
    height: .35rem;
    border: 2px solid #fff;
    border-radius: 1rem;
    margin-right: .1rem;
    overflow: hidden;
}

.activity .card .cardWrap .bottom .l img {
    width: 100%;
    height: 100%;
}

.activity .card .cardWrap .bottom .c {
    flex: 1;
}

.activity .card .cardWrap .bottom .r {}

.activity .card .cardWrap .bottom .rr {
    margin-left: 0.06rem;
    font-size: .15rem;
    line-height: 1;
    padding: 0.05rem;
}

.activity .subAd {}

.activity .subAd {
    position: fixed;
    bottom: .55rem;
    left: 0;
    width: 100%;
    height: 1rem;
    z-index: 101;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    display: none;
}

.activity .subAd .adWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.activity .subAd .adWrap a.link {
    display: block;
    width: 3.5rem;
    animation: hand 2s infinite ease-in-out;
}

.activity .subAd .adWrap a.link img {
    width: 100%;
}

.activity .subAd .adWrap a.close {
    border: 2px solid #fff;
    border-radius: 1rem;
    width: .4rem;
    height: .4rem;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
}

.activity .subAd .adWrap a.close span {
    color: #fff;
    font-size: .2rem;
}

.activity .ad {
    margin-bottom: .15rem;
}

.activity .ad a {
    display: block;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}

.activity .ad img {
    width: 100%;
    display: block;
}

.activity .ad2 {}

.activity .ad2 img {
    width: 75%;
    margin: auto;
}

.activity .floatAd {
    z-index: 100;
    position: fixed;
    bottom: 1rem;
    left: 0;
    padding: 0 .75rem;
    box-sizing: border-box;
}

.activity .floatAd a {
    display: block;
    width: 100%;
    margin: auto;
}

.activity .floatAd a img {
    width: 100%;
}

.activity .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: .55rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.activity .nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 0 .2rem;
}

.activity .nav ul li {
    flex: 1;
    height: 100%;
}

.activity .nav ul li a {
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: .13rem;
    position: relative;
    flex-direction: column;
}

.activity .nav ul li a.active {}

.activity .nav ul li:first-child {}

.activity .nav ul li:first-child a {
    /* border-right: 1px solid #eee; */
}

.activity .nav ul li.active {}

.activity .nav ul li.active a {
    color: #ff0000e6;
    /* font-weight: 700; */
}

.activity .nav ul li a .img {
    display: flex;
    align-items: center;
}

.activity .nav ul li a .img span {
    font-size: .2rem;
    /* margin-right: .05rem; */
}

.activity .nav ul li a .img img {
    width: .9rem;
}

.activity .nav ul li a .txt {
    font-size: .11rem;
}

.activity .nav ul li a .spot {
    position: absolute;
    display: none;
    width: 0.07rem;
    height: 0.07rem;
    background: #ff0202;
    border-radius: 1rem;
    top: .07rem;
    left: 50%;
    margin-left: .05rem;
}

.activity .nav ul li a .spot.spot2 {
    display: flex;
    width: 0.15rem;
    height: 0.15rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: .1rem;
}

.activity .list {
    padding-bottom: 3rem;
}

.activity .list ul {}

.activity .list ul li {
    background: #fff;
    margin-bottom: .75rem;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    padding: .75rem;
    align-items: center;
}

.activity .list ul li .l {}

.activity .list ul li .l img {
    width: 2rem;
}

.activity .list ul li .c {
    margin-left: .6rem;
    flex: 1;
    padding-right: .5rem;
}

.activity .list ul li .c h2 {
    margin: 0;
    color: #ec5c4e;
    text-align: left;
    margin-bottom: .2rem;
}

.activity .list ul li .c p {
    color: #666;
    margin-bottom: .2rem;
}

.activity .list ul li .r {
    padding-right: .9rem;
}

.activity .list ul li .r a {
    border: 1px solid #ec5c4e;
    color: #ec5c4e;
    border-radius: 1rem;
    width: 3.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
}

.activity .list ul li .float {
    position: absolute;
    right: -2.2rem;
    top: -1.6rem;
    background: #ec5c4e;
    color: #fff;
    transform: rotate(45deg);
    width: 4rem;
    text-align: center;
    height: 3rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: .3rem;
}

.activity .list ul li .float span {
    /* font-size: 1rem; */
}

.activity .list ul li .float span:first-child {
    font-size: 1rem;
    line-height: .9;
}

.activity .list ul li .float span:last-child {
    font-size: .5rem;
}

#tjtc a {
    display: inline-block;
    padding: .3rem .6rem;
    background: #ec5c4e;
    color: #fff;
    border-radius: 1rem;
    border: 1px solid #fc644a;
}


.activity .a1212 {
    position: fixed;
    z-index: 120;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.activity .a1212 .a1212Wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.activity .a1212 .a1212Wrap .box {}

.activity .a1212 .a1212Wrap .box .img1 {}

.activity .a1212 .a1212Wrap .box .img1 img {
    width: 5rem;
    margin: auto;
}

.activity .a1212 .a1212Wrap .box .img2 {
    border-radius: .7rem;
    overflow: hidden;
    padding: 0 2rem;
}

.activity .a1212 .a1212Wrap .box .img2 img {
    width: 100%;
}

.activity .a1212 .a1212Wrap .box .img3 {
    text-align: center;
    margin-top: 1rem;
}

.activity .a1212 .a1212Wrap .box .img3 a {
    display: inline-block;
    margin: auto;
}

.activity .a1212 .a1212Wrap .box .img3 img {
    width: 10rem;
}

.activity .a1212 .a1212Wrap .close {
    display: block;
    width: 3rem;
    height: 3rem;
    /* position: fixed; */
    /* top: 8%; */
    /* z-index: 11; */
    /* left: 50%; */
    margin: 1rem auto;
}

.activity .a1212 .a1212Wrap .close a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* border: 2px solid #fff; */
    border-radius: 3rem;
}

.activity .a1212 .a1212Wrap .close a::before,
.activity .a1212 .a1212Wrap .close a::after {
    content: '';
    width: 80%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
}

.activity .a1212 .a1212Wrap .close a::before {
    transform: rotate(45deg);
}

.activity .a1212 .a1212Wrap .close a::after {
    transform: rotate(-45deg);
}




.floatNav {
    position: fixed;
    bottom: 1rem;
    right: .7rem;
    z-index: 10;
}

.floatNav a {
    width: 2rem;
    height: 2rem;
    background: #fff;
    align-items: center;
    color: #cf9b41;
    display: flex;
    /* border: 1px solid #cf9b41; */
    justify-content: center;
    border-radius: 2rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.floatNav a.user {
    /* background: #fff; */
}

.floatNav a.user i {
    margin-top: .05rem;
}

.floatNav a.backTop {
    font-size: .7rem;
}

.floatNav a.backTop i {
    margin-top: -.1rem;
}

.floatNav a i {}


.activity .carlist {
    margin-bottom: .15rem;
}

.activity .carlist .carlistWrap {
    display: flex;
    align-items: center;
    padding: .15rem;
    background: linear-gradient(to left, #709ded, #487bd3);
    border-radius: .1rem;
    color: #fff;
}

.activity .carlist .carlistWrap .l {
    border: 2px solid #fff;
    width: .2rem;
    height: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .05rem;
    margin-right: .1rem;
}

.activity .carlist .carlistWrap .l .icon {}

.activity .carlist .carlistWrap .c {
    flex: 1;
}

.activity .carlist .carlistWrap .r {}

.activity .carlist .carlistWrap .r a {
    background: #406ebd;
    color: #fff;
    padding: .06rem .15rem;
    border-radius: 1rem;
    font-size: .11rem;
}

.swiper-container2 {
    width: 1.68rem;
}

.swiper-container2 .swiper-slide {
    width: 100%;
}

.swiper-container2 .swiper-slide a {}

.swiper-container2 .swiper-slide a img {}



.Activitycenter .centerAd {
    padding: 0 .1rem .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Activitycenter .centerAd .l {
    width: 48%;
}

.Activitycenter .centerAd .r {
    width: 48%;
}

.Activitycenter .centerAd a {
    display: block;
}

.Activitycenter .centerAd a img {
    width: 100%;
    display: block;
}

.friday .fridaySlide .topTitle {
    margin-bottom: .12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.friday .fridaySlide .topTitle p {}

.friday .fridaySlide .topTitle .l {
    position: relative;
    display: flex;
    z-index: 1;
    font-weight: 700;
    line-height: 1;
    align-items: flex-end;
}

.friday .fridaySlide .topTitle .l .ll {
    color: #e73107;
    margin-right: .05rem;
    font-style: italic;
    font-size: .17rem;
}

.friday .fridaySlide .topTitle .l .lr {
    font-size: .12rem;
    font-weight: 700;
}


.friday .fridaySlide .topTitle .r {
    background: #ccc;
    padding: .03rem .06rem;
    font-size: .09rem;
    border-radius: 1rem;
    color: #fff;
}

.friday .fridaySlide .topTitle .r span {}

.friday .fridaySlide .topTitle .r i {}

.friday .fridaySlide .topTitle p::after {
    content: ' ';
    position: absolute;
    background: #ffd5cb;
    width: 100%;
    height: .1rem;
    bottom: -.03rem;
    z-index: -1;
    display: none;
}

.friday .fridaySlide .swiper-slide {
    width: 1.64rem;
}

.friday .fridaySlide .fridaySlideWrap {
    overflow: hidden;
    padding-bottom: .2rem;
}

.friday .fridaySlide .swiper-pagination-bullet-active {
    background: #4b79c6;
    width: .25rem;
    height: 8px;
    border-radius: 1rem;
}

.friday .fridaySlide .swiper-container {
    overflow: visible;
}

.friday .fridaySlide .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -30px;
    display: none;
}

.friday .fridaySlide {
    margin-bottom: .25rem;
    background: linear-gradient(to bottom, #5c89d5, #406ebd);
    background: #f5f5f5;
    padding: .2rem .15rem 0rem;
    box-sizing: border-box;
    overflow: hidden;
    transition: all ease .3s;
    margin: 0 -.1rem .15rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05) inset;
}

.friday .fridaySlide .slideItem {
    background: #fff;
    display: block;
    padding: .12rem;
    box-sizing: border-box;
    border-radius: .14rem;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.friday .fridaySlide .slideItem .img {
    height: 1rem;
    overflow: hidden;
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
}

.friday .fridaySlide .slideItem .img img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.friday .fridaySlide .slideItem .title {
    font-size: .12rem;
    margin-bottom: .05rem;
    height: .4rem;
}

.friday .fridaySlide .slideItem .btnWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .1rem;
    color: #e73107;
}

.friday .fridaySlide .slideItem .btnWrap .l {
    display: flex;
    font-size: .14rem;
    font-weight: 700;
    line-height: 0.9;
    flex-direction: column;
}

.friday .fridaySlide .slideItem .btnWrap .l .fprice {
    color: #e73107;
    font-size: .16rem;
    font-weight: 700;
}

.friday .fridaySlide .slideItem .btnWrap .l .eprice {
    text-decoration: line-through;
    color: #999;
    font-size: .09rem;
    font-weight: 400;
    margin-top: .05rem;
}

@keyframes navLogo {
    0% {
        transform: scale(.8) translate(0, -2px);
    }

    50% {
        transform: scale(.8) translate(0, 3px);
    }

    100% {
        transform: scale(.8) translate(0, -2px);
    }
}

.friday .fridaySlide .slideItem .kill {
    position: absolute;
    top: .1rem;
    right: .1rem;
    font-size: .09rem;
    color: #fff;
    background: #e73107;
    padding: .03rem .06rem;
    border-radius: 1rem;
    animation: navLogo 2s infinite ease-in-out;
    z-index: 10;
}

.friday .fridaySlide .slideItem .btnWrap .r {
    background: linear-gradient(to bottom, #5c89d5, #406ebd);
    COLOR: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .6rem;
    height: .3rem;
    border-radius: 1rem;
}