﻿body {
    background: #F6F7F9;
}
.head {
    width: 100%;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    margin: 0.2rem 0 0.3rem;
}
.return {
    width: 0.26rem;
    height: 0.32rem;
}
.return img{ 
    width:100%;
    height:100%;
}
.head-tab {
    height: 0.7rem;
    display: flex;
}
    .head-tab div {
        width: 1.8rem;
        height: 100%;
        text-align: center;
        line-height: 0.7rem;
        font-weight: bold;
        font-size: 0.28rem;
    }
.boxs1 {
    border-top-right-radius: 0.06rem;
    border-bottom-right-radius: 0.06rem;
    color: #242424;
    border: 0.01rem solid #CFCFCF;
}
.boxs2 {
    background: #FE552E;
    border-top-left-radius: 0.06rem;
    border-bottom-left-radius: 0.06rem;
    color: #FFFFFF;
}
.fanhui{ 
    width:0.4rem;
    height:0.5rem;
    margin-left:0.2rem;
    margin-top:0.15rem;
    float:left;
}
.search {
    width: 7.1rem;
    height: 0.72rem;
    margin: 0 auto;
    background: #F1F1F1;
    border-radius: 0.36rem;
    padding-left: 0.6rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
    .search input {
        width: 90%;
        height: 100%;
        outline: none;
        font-weight: 500;
        font-size: 0.28rem;
        background: #F1F1F1;
        padding-left: 0.14rem;
    }
    .search img { 
        width:0.3rem;
        height:0.3rem;
    }
.option {
    width: 100%;
    padding: 0.22rem 0.31rem 0.2rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
    .option .option_items {
        width: 1.54rem;
        height: 0.52rem;
        line-height: 0.52rem;
        background: #FFECE7;
        text-align: center;
        color: #FE552E;
        font-size: 0.28rem;
        border-radius: 0.3rem;
    }
.love-btn {
    width: 4.8rem;
    height: 0.72rem;
    /*background: #FE5510;*/
    text-align: center;
    line-height: 0.72rem;
    font-weight: 500;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin: 0 auto;
    border-radius: 0.36rem;
    background: linear-gradient(to right, #FF7129, #FE552E);
}

.filter-wrap {
    height: 0.88rem;
}

.num-lists {
    width: 100%;
    overflow: hidden;
    border-bottom: 0.01rem solid #EEEEEE;
}
.num-lists .num-kp:nth-child(odd){ 
    border-right:0.01rem solid #EEEEEE;
}

/*.num-kp {
    border-top: 0.01rem solid #EEEEEE;
    width: 3.75rem;
    height: 1.85rem;
    position: relative;
    float: left;
    background: url(/Img/mb/bg-sr.jpg) no-repeat;
    background-size: 100% 100%;
}*/
.num-love {
    width: 47%;
    padding: 0.28rem 0.2rem 0.2rem 0.32rem;
    position: relative;
    float: left;
    background: url(../image/love.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin-left: 2%;
    margin-top: 0.18rem;
    border-radius: 0.12rem;
    box-shadow: 0.02rem 0.02rem 0.08rem 0rem #C6C6C6;
}

.number-yd {
    background: url(../image/bg-yd.png) 100% 56% no-repeat;
    background-size: 50%;
}

.number-dx {
    background: url(../image/bg-dx.png) 100% 56% no-repeat;
    background-size: 50%;
}

.number-lt {
    background: url(../image/bg-lt.png) 100% 56% no-repeat;
    background-size: 50%;
}
/*.num-lists .num-love:nth-child(odd) {
    border-right: 0.01rem solid #EEEEEE;
}*/


.Operator-img{ 
    width:1.7rem;
    height:1.7rem;
    position:absolute;
    background:url(../image/yd.png) no-repeat;
    background-size:100% 100%;
    top:0.07rem;
    right:0.05rem;
    z-index:-1;
}
.num-kp-move {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,#61ACFD, #A267D5);
    position: absolute;
    top: 0;
    left: 0;
    display:none;
    color:#fff;
}
.after2:before {
    content: "-";
    color: white;
}
.num-kp-move .num-hd span{
    color:white;
    font-size:0.42rem;
    line-height:0.8rem;
}
.Collection-btn{ 
    font-size:0.3rem;
    background:white;
    width:1.55rem;
    height:0.75rem;
    text-align:center;
    line-height:0.75rem;
    border-radius:0.05rem;
    color:#000;
}
.appointment-btn {
    width: 1.55rem;
    height: 0.75rem;
    font-size: 0.3rem;
    background: #FF5500;
    text-align: center;
    line-height: 0.75rem;
    margin-left:0.2rem;
    color:white;
    border-radius:0.05rem;
}

.num-love .shoucang_btn {
    width: 0.38rem;
    height: 0.38rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
}

/*.num-kp:hover .num-kp-move {
    display:block;
}*/
.num-kp2{ 
    width:3.75rem;
    height:1.85rem;
    position:relative;
    float:left;
    background:#F0F0F0;
}
.num-kp2-txt1{ 
    font-size:0.36rem;
    color:#6B6B6B;
    margin-top:0.35rem;
    margin-left:0.4rem;
    font-weight:600;
}
.num-kp2-txt2 {
    font-size: 0.28rem;
    color: #AFAFB1;
    margin-top: 0.15rem;
    margin-left: 0.4rem;
}
.gengduo{ 
    position:absolute;
    top:0.65rem;
    right:0.55rem;
    width:0.5rem;
    height:0.5rem;
}
.gengduo img{ 
    width:100%;
    height:100%;
}
.num-hd-love {
    font-size: 0.37rem;
    line-height: 0.5rem;
    font-weight: 900;
    color: #000000;
}
.num-kp-move2 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,#61ACFD, #A267D5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    color: #fff;
    padding-top: 0.12rem;
}
.num-kp-move2 .num-hd-love {
    text-align: center;
}
.num-kp-move2 div:nth-child(3){
    display:flex;
    justify-content:center;
    margin-top: 0.04rem;
}
.num-kp-move2 span {
    color:#fff;
}
.num-kp-move2 .after:before {
    content: none;
}

.num-kp-move2 .lovebtn {
    display: flex;
    justify-content: center;
}

.bgbai {
    background: white;
}
.bian {
    background:#F53240;
    color:white;
}
.foot-white{ 
    width:100%;
    height:1rem;
}
.icon-icon_down, .icon-icon_up {
    margin-top: 0rem;
}
.label-box {
    position: fixed;
    width: 100%;
    height: 100vh;
}
.label-box-list {
    padding: 0.22rem 0.31rem 0;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.16rem 0.24rem;
}
.label-items {
    color: #969696;
    background: #FFECE7;
    text-align: center;
    border-radius: 0.26rem;
    font-weight: 500;
    font-size: 0.2rem;
    padding: 0.14rem 0 0.2rem;
}
    .label-items div:nth-child(1) {
        line-height: 0.32rem;
        font-size: 0.28rem;
        color: #FE552E;
    }
.label-placeholder {
    width: 100%;
    font-weight: 500;
    font-size: 0.26rem;
    color: #828282;
    text-align: center;
    padding: 0.24rem 0 0.3rem;
    background: #FFFFFF;
}
.msk {
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 4.3rem;
}

.undefined{
    width:100%;
    /*height:100%;*/
    overflow:hidden;
    background:#F7F7F7;
    display:none;
}
.undf-img{ 
    width:2.8rem;
    height:1.85rem;
    margin:0 auto;
}
.undf-img img{
    width:100%;
    height:100%;
}
.und-txt{ 
    width:100%;
    font-size:0.36rem;
    color:#FE5510;
    font-weight:900;
    text-align:center;
    overflow:hidden;
    margin-bottom:0.3rem;
}
.und-btn{
    width:100%;
    height:0.8rem;
}
.kf-btn{ 
    width:2.6rem;
    height:0.7rem;
    background:#FE5510 !important;
    color:white;
    float:left;
    margin-left:1rem;
    line-height:0.7rem;
    text-align:center;
    font-size:0.3rem;
    border-radius:0.1rem;
}
.dz-btn {
    width: 2.6rem;
    height: 0.7rem;
    background: #E3393C;
    color:white;
    float:left;
    margin-left:0.2rem;
    line-height:0.7rem;
    text-align:center;
    font-size:0.3rem;
    border-radius:0.1rem;
}
.ewm{ 
    width:1.7rem;
    height:1.7rem;
    margin:0 auto;
    margin-top:1rem;
}
.ewm img{ 
    width:100%;
    height:100%;
}
.p1{ 
    width:100%;
    text-align:center;
    font-size:0.32rem;
    color:#8E8E8E;
    margin-top:0.3rem;
    overflow:hidden;
}

.sx_box {
    display: none;
}