.content {
    /* width:7.50rem; */
    min-height: 100vh;
    background: #fff;
    background-size: 100% 100%;
    /* height: 100vh; */
    overflow: hidden;
}

/* 按钮 */
.btnclass {
    max-width: .3rem 0;
    width: 6rem;
    height: 0.8rem;
    line-height: .8rem;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0.16rem;
    background-color: rgba(221, 39, 93, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 0.32rem;
    text-align: center;
    font-family: Microsoft Yahei;
}

body::-webkit-scrollbar {
    display: none !important;
}

.content::-webkit-scrollbar {
    display: none;
}

.top {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    height: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.actives {
    box-shadow: 0 1px 2px #eee;

}



.topstate {
    width: 100%;
    height: .88rem;
}

.nav {
    height: 0.88rem;
    line-height: 0.88rem;
    /* background-color: rgba(255, 255, 255, 1); */
    color: rgba(16, 16, 16, 1);
    font-size: 0.4rem;
    text-align: center;
    font-family: Arial;
}

.search {
    position: absolute;
    height: 0.48rem;
    right: .48rem;
    top: .2rem;
}


.backbtn {
    position: absolute;
    left: .3rem;
    height: .88rem;
}

.backbtn img {
    float: left;
    margin-top: .2rem;
    height: .48rem;
    width: .48rem;
}

.backbtn span {
    float: left;
    color: rgba(16, 16, 16, 1);
    font-size: 0.36rem;
    height: .88rem;
    line-height: .88rem;
    /* margin-left: .08rem; */

}


.productbox {
    position: relative;
    width: 7.5rem;
    height: 4.5rem;
}
.toptitles{
    position: absolute;
    top: 1rem;
    left: .5rem;
    color: #fff;
    font-size: .6rem;
    font-weight: 560;
    line-height: .7rem;
}

.productbox img {
    width: 7.5rem;
    height: 4.5rem;
}

.lunbo {
    position: relative;
    padding: .3rem 0;
    background-color: #fff;
    border-radius: 0.4rem 0.4rem 0rem 0rem;
    width: 7.5rem;
    /* height: 10.34rem; */
    top: -0.3rem;
    z-index: 9999 !important;
}


.recommend {
    overflow: hidden;
    /* margin-top: .6rem; */
    padding: .3rem;
}

.title {
    height: 0.62rem;
    line-height: .62rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.44rem;
    text-align: center;
}

.contents {
    /* width: 6.9rem; */
    /* height: 3.88rem; */
    overflow: hidden;
    box-shadow: 0 5px 8px #eee;
    border-radius: .2rem;
    margin-top: .2rem;
    text-align: center;
}

.introduce {
    height: 0.4rem;
    line-height: .4rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.28rem;
    text-align: center;
    font-family: PingFangSC-regular;
}

.tab {

    overflow: hidden;
    padding: .3rem;
}

/* Style the buttons inside the tab */
.tab .button {
    float: left;
    width: 1.5rem;
    height: 0.72rem;
    line-height: 0.72rem;
    border-radius: 0.08rem;
    background-color: rgba(239, 239, 239, 1) !important;
    color: rgba(0, 0, 0, 1);
    font-size: 0.32rem;
    text-align: center;
    font-family: Arial;
    margin-left: .18rem;
}


/* Create an active/current tablink class */
.tab .button.active {
    /* background-color: #ccc; */
    color: #fff;
    background-color: #DD275D !important;
    animation: colors .5s;
}

/* Style the tab content */
.tabcontent,
.tabcontents {
    display: none;
    padding: 6px 12px;

    border-top: none;
}

.tabcontent img,
.tabcontents img {
    width: 100%;
}

/* Add animation to the tab content */
.tabcontent.move,
.tabcontents.move {
    animation: slide .5s;
}

@keyframes colors {
    from {
        background-color: rgba(239, 239, 239, 1) !important;
        color: #999;
    }

    to {
        background-color: #DD275D !important;
        color: #fff;
    }
}


@keyframes slide {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}



.center-placeholder::placeholder {
    text-align: center;
}

/* Fallback for older browsers */
.center-placeholder:-ms-input-placeholder {
    text-align: center;
}

.center-placeholder::-ms-input-placeholder {
    text-align: center;
}


input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    height: 1rem !important;
    line-height: 1rem !important;
    border-radius: 0.08rem;
    background-color: rgba(239, 239, 239, 1) !important;
    color: rgba(0, 0, 0, 1);
    font-size: 0.32rem !important;
    text-align: center;
    font-family: Arial;
    border: 1px solid #fff !important;
}

.applicationbtn {
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.08rem;
    background-color: rgba(221, 39, 93, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 0.32rem;
    text-align: center;
    font-family: Arial;
}



/* 热门线路 */
.hotebox {
    overflow: hidden;
    margin: .3rem 0;
    background-color: #D6BCA3;
    padding: 20px 0;
}

.hotelist {
    float: left;
    margin-left: .22rem;
    margin-top: .22rem;
    background-color: #fff;
    border-radius: .2rem;
}

.hoteimg {
    width: 3.4rem;
    height: 2.4rem;
    border-radius: 0.16rem;
    overflow: hidden;
}

.hoteimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-tags {
    line-height: 0.44rem;
    color: rgba(138, 90, 63, 1);
    font-size: 0.36rem;
    text-align: center;
    padding-top: .1rem;
    width: 3.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.small-tags {
    width: 3.4rem;
    color: rgba(0, 0, 0, 1);
    font-size: 0.28rem;
    text-align: left;
    font-family: PingFangSC-regular;
    overflow: hidden;
    padding: .1rem .2rem;
    height: 2rem;
}




.zmw {
    width: 100%;
    background-color: rgba(246, 246, 246, 1);
    padding: .3rem;
    margin-top: .3rem;
}

.zmw img {
    display: block;
    margin-top: .5rem;
    width: 100%;
}



.tabulationinfor {
    padding: .2rem 0;
    line-height: .4rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.28rem;
    text-align: left;
    font-family: PingFangSC-medium;
}

.box {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;

    border-right: 1px solid #ccc;

    background-color: rgba(249, 249, 249, 1);
}

.line {
    display: flex;
}

.lineleft {
    min-height: .8rem;
    width: 1.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.4rem;
    background-color: rgba(239, 239, 239, 1);
    color: #000;
    font-size: 0.28rem;
    text-align: center;
    font-family: Microsoft Yahei;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.lineright {
    flex: 1;
    border-bottom: 1px solid #ccc;
    padding: .2rem;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    line-height: 0.4rem;
    background-color: rgba(249, 249, 249, 1);
    color: rgba(0, 0, 0, .5);
    font-size: 0.28rem;
    text-align: left;
    font-family: Arial;
}

.lineright img {
    float: left;
    width: .3rem;
}

.bigimg {
    padding: .6rem 0;
}

.bigimg img {
    display: block;
    width: 100%;
}

.flowpath {
    width: 100%;
}

.flowpath img {
    width: 100%;
}

.mapimg img {
    margin-top: .2rem;
    width: 100%;
}

.dressbox {
    display: flex;
    justify-content: space-between;
    padding: .2rem 0;
}



.shopname {
    height: 0.44rem;
    line-height: .44rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.32rem;
    text-align: left;
    font-family: PingFangSC-regular;
}

.shopdress {
    padding: .1rem 0;
    /* height: 0.34rem; */
    line-height: .34rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.24rem;
    text-align: left;
    font-family: PingFangSC-regular
}

.shopdress img {
    height: .34rem;
    vertical-align: middle;
}

.boxsright {
    width: 1.6rem;
    height: 0.8rem;
    line-height: .8rem;
    border-radius: 0.08rem;
    background-color: rgba(221, 39, 93, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 0.28rem;
    text-align: center;
    font-family: Microsoft Yahei;
}

.commitmentbox {
    background-color: #F6F6F6;
    padding: .3rem;
}

.commitmentbox img {
    width: 100%;
}

#navigation {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff !important;
    z-index: 999999;
}


.tepebox {
    display: flex;
    height: 3rem;
    margin-top: 20px;

    box-sizing: border-box;
}

.typelist {
    flex: 1;
    border-radius: 3rem;
    margin: 0 10px;
    background-color: #D6BCA3;
    padding: 20px 10px;
    box-sizing: border-box;
}

.typeimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    width: 100%;
}

.typeimg img {

    height: .8rem;
    width: .8rem;
}

.typetext {
    text-align: center;
    font-weight: 600;
    height: .5rem;
    font-size: .3rem;
    line-height: .5rem;
}

.bluebox {
    margin-top: 20px;
    background-color: #9CA1B5;
    padding: 30px 20px;
}

.poblembox {
    display: flex;
    height: 2.6rem;
    background-color: #fff;
    border-radius: 8px;
    margin-top: .3rem;
    overflow: hidden;
}

.pobleright {
    height: 2.6rem;
    width: 3.6rem;
    display: flex;
}

.pobleleft {
    flex: 1;
    padding: 10px;
}

.pobleright img {
    display: block;
    width: 3.6rem;
    height: 2.6rem;
    object-fit: cover;
}

.poblemtitle {
    color: rgba(138, 90, 63, 1);
    font-size: .4rem;
    height: .6rem;
    line-height: .6rem;
}

.dataline {
    display: flex;
    height: .4rem;
    line-height: .4rem;
    align-items: center;
    font-size: .3rem;
    color: rgba(108, 108, 108, 1);
}

.dataline span {
    height: .12rem;
    width: .12rem;
    border-radius: 50%;
    background-color: #1684FC;
    margin-right: .1rem;
}

.imgtitle {
    height: .7rem;
    line-height: .9rem;
    font-size: .4rem;
    font-weight: 600;
}

.imgline {
    height: 30px;
}

.imgline span {
    display: inline-block;
    height: .06rem;
    background-color: #DD275D;
    width: 40px;
}

.imgtext {
    line-height: .5rem;
}

.slimgbox {
    margin: 10px 0;
    border-radius: .2rem .2rem 0 0;
}

.slimgbox img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.slimgs{
  overflow: hidden;

}
.rightM{
    margin-right: .14rem;
}
.slimgs img{
   float: left;
   height: 2.2rem;
   width: 2.2rem;
}