body {
    background: #F5F5F5;
}

.change_all {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0.6rem 0.4rem;
}

.change {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.change span {
    margin-right: 0.1rem;
}

.change img {
    width: 0.12rem;
    height: auto;
}

.on1 {
    color: #18A9DE;
    font-weight: bold;
}

.either,
.either01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rank {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.4rem 0.4rem;
}

.rank span {
    background: #F7F7F7;
    border-radius: 0.25rem;
    padding: 0.08rem 0.2rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-right: 0.2rem;
}

.rank span:last-child {
    margin-right: 0;
}

.rank .on01 {
    color: #18A9DE;
    background: #E8F9FF;
}

.combo_list {
    padding: 2.3rem 0.2rem 0.3rem;
}

.showcase_item {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 1rem;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 8px 50px 0px rgba(132, 0, 2, 0.08);
    border-radius: 10px;
    padding: 15px 10px;
}

.showcase_item:last-child {
    margin-bottom: 0;
}

.showcase_head {
    width: 100%;
    display: flex;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #EBF0F5;
    position: relative;
}

.showcase_city {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.14rem 0 0.14rem 0;
    background-image: linear-gradient(to right, #FF3E66, #FFB86E);
    padding: 0.02rem 0.16rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.tc_img {
    width: 9rem;
    height: auto;
    margin-right: 1rem;
}

.tc_title {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.6rem;
}

.tc_biaoq {
    padding: 0.5rem 1rem;
    background: #FFEFF3;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF4777;
}

.yyrs {
    font-size: 1.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: inline-block;
    margin-top: 0.2rem;
    margin-bottom: 0.26rem;
}

.money {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 1.3rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FF4777;
}

.price span:last-child {
    font-size: 1.8rem;
}

.yybtn {
    padding: 0.2rem 0.5rem;
    background: #FF4777;
    border-radius: 1.4rem;
    color: #ffffff;
    font-size: 1.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.showcase_bottom {
    width: 100%;
    display: flex;
    margin-top: 1.5rem;
    justify-content: space-between;
}

.bt_item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}

.bt_item img {
    width: 1.3rem;
    height: auto;
    margin-right: 0.1rem;
}

.no_city {
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding: 0.2rem 0.4rem 0.26rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.14rem;
}

.no_img {
    width: 1.4rem;
    height: auto;
    margin-right: 0.36rem;
}

.no_body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no_body .t1 {
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}

.no_body .t2 {
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}

.bottom {
    width: 0.26rem;
    height: 0.08rem;
    margin-top: 0.1rem;
}

.windows {
    position: fixed;
    left: 0;
    top: 1rem;
    z-index: 3;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.windows .changecity {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 0.2rem 0.2rem;
}

.province {
    width: 50%;
    height: 8rem;
    overflow-y: auto;
    background: #F5F5F5;
    border-radius: 0 0 0 0.2rem;
}

.province_con {
    padding: 0.25rem 0.6rem;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.province .on {
    background: #FFFFFF;
    color: #18A9DE;
}

.urban {
    width: 50%;
    height: 8rem;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 0 0 0.2rem 0;
}


.urban_con {
    padding: 0.25rem 0.4rem;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.close_city {
    width: 100%;
    height: 100%;
}

.city {
    max-width: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}