body{
    background-color: #fff;
    font-family:PingFang SC;
    position: relative;
}
.newHeader{
    background-color: #fff;
}
.module{
    padding: 0 0.13rem;
}
.title{
    padding: 0.1rem 0;
    font-size: 0.15rem;
    font-weight: 700;
    color: #333333;
}
.sub_title{
    font-size: 0.1rem;
    color: #848494;
}
.case_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case_item{
    width: 0.9rem;
    height: 0.29rem;
    line-height: 00.29rem;
    text-align: center;
    background: #F5F6F9;
    border-radius: 0.03rem;
    font-size: 0.12rem;
    margin-bottom: 0.13rem;
    color: #333333;
}
.case_item.half{
    width: 1.4rem;
}
.case_item.whole{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.1rem;
    box-sizing: border-box;
    position: relative;
}
.case_item.active{
    background: #FFF2F2;
    color: #F03744;
}
.input-city{
    background: #F5F6F9;
    width: 100%;
}
.pull_down_icon{
    width: 0.09rem;
    height: 0.05rem;
    display: block;
    background: url('//mued3.jia.com/image/mobile/gongzhang/pull_down.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.12rem;
    right: 0.1rem;
}
.btn{
    width: 2.56rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: linear-gradient(-90deg, #FE2B2B 0%, #FF5D32 100%);
    border-radius: 0.2rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0.15rem auto 0;
}
.popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0, 0.6);
}
.apply,.result,.success{
    width: 2.75rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    position: relative;
    padding: 0.25rem 0 0.17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.apply_close_icon{
    position: absolute;
    top: 0.13rem;
    right: 0.13rem;
    width: 0.11rem;
    height: 0.11rem;
}
.apply_title{
    font-size: 0.15rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
}
.input{
    display: block;
    margin: 0.14rem auto;
    padding-left: 0.1rem;
    width: 2.5rem;
    height: 0.34rem;
    border: 0.005rem solid #D2D2D2;
    border-radius: 0.05rem;
    box-sizing: border-box;
}
.apply_btn{
    margin: 0 auto;
    width: 2.5rem;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
    background: #F03E35;
    border-radius: 0.17rem;
    font-size: 0.13rem;
    font-weight: 700;
    color: #FFFFFF;
}
.result_img{
    width: 2.5rem;
    height: 1.26rem;
    margin: 0.15rem auto;
    display: block;
}
.result_tip{
    width: 2.5rem;
    border-top: 0.005rem solid #ececec;
    padding-top: 0.1rem;
    font-size: 0.1rem;
    color: #B1B1C7;
    margin: 0 auto;
}
.success_icon{
    width: 0.34rem;
    height: 0.34rem;
    display: block;
    margin: 0.2rem auto 0.1rem;
}
.success_tip{
    font-size: 0.1rem;
    color: #B1B1C7;
    text-align: center;
    margin-top: 0.1rem;
}


