.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 {
    width: 7.5rem;
    height: 4.5rem;
}

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

.lunbo {
    position: relative;
    padding: .3rem 0;
    background-color: rgba(248, 235, 228, 1);
    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;
    margin: .2rem 0;
}

.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;
}



.zmw {
    width: 100%;
    background-color: rgba(248, 235, 228, 1);
    padding:.6rem .3rem;
    /* margin-top:  .3rem; */
    /* padding: .3rem 0; */
}

.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 {
    /* padding: 0 .2rem; */
    display: flex;
    justify-content: space-between;
    padding: .3rem;
    box-shadow: 0rem 0.08rem 0.12rem 0.04rem rgba(246, 246, 246, 100);
}



.shopname {
    height: 0.44rem;
    line-height: .44rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.36rem;
    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;
    padding-right: .4rem;
}

.shopdress img {
    height: .34rem;
    vertical-align: middle;
}
.boxsleft{
    flex: 1;
}
.boxsright {
    width: 2rem;
    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%;
}


/* 为什么在学习 */
.listbox {
    /* padding: .15rem; */
    margin-top: .3rem;
}

.list {
    float: left;
    height: 3rem;
    width: 3rem;
    margin: .1rem .22rem;
}

.list img {
    width: 100%;
}

/* 为什么选择我们 */
.reason {
    padding: .3rem;
    margin-top: .2rem;
    border-radius: 0.16rem;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    box-shadow: 0rem 0.04rem 0.12rem 0.06rem rgba(246, 246, 246, 100)
}

.reasonlist {
    position: relative;
    margin-bottom: .4rem ;
}

.reasonlist img {
    position: absolute;
    left: -0.1rem;
    top: .15rem;
    height: .4rem;
}

.resonnaem {
    height: 0.56rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.4rem;
    text-align: left;
   margin: .1rem 0;
}

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





.tearchbox {
    margin-top: -0.2rem;
    width: 100%;
    padding: .3rem;
    overflow: hidden;
    background-color: #fff;
}

.tearchlist {
    height: 2.56rem;
    width: 100%;
    display: flex;
    margin-bottom: .3rem;
}

.userimg {
    width: 2.2rem;
    height: 2.56rem;
    border-radius: 0.08rem;
}

.userimg img {
    width: 2.2rem;
    object-fit: cover;
}

.infor {
    flex: 1;
    padding-left: .2rem;
}

.username {
    height: 0.56rem;
    line-height: .56rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.4rem;
    text-align: left;
    font-family: PingFangSC-regular;
}

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

.infors {
    margin-top: .3rem;
    height: 0.68rem;
    line-height: .32rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.24rem;
    text-align: left;
    font-family: PingFangSC-regular;
}

.tags {
    width: 100%;
    overflow: hidden;
    margin-top: .2rem;
}

.tag {
    float: left;
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.06rem;
    background-color: rgba(253, 245, 233, 1);
    color: rgba(226, 152, 54, 1);
    font-size: 0.24rem;
    text-align: center;
    font-family: Arial;
    border: 0.02rem solid rgba(226, 152, 54, 1);
    margin-right: .2rem;
    margin-top: .1rem;
}

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