.highSearch{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.267rem .4rem;
}
.highSearch button{
    width: 30%;
    height: 0.8rem;
    background: #d84637;
    font-size: 0.347rem;
    color: #fff;
    border: none;
    /*border-radius: 0.08rem;*/
}
.highSearchBox1,.highSearchBox2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    transform: translateY(-100%);
    transition: 1s ;
}
.highSearchBox1.on,.highSearchBox2.on{
    transform: translateY(0);
    transition: 1s ;
}
.highSearchContent{
    flex: 1;
    overflow: auto;
    padding: 0 0.4rem;
}
.highSearchSure{
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highSearchSure button{
    width: 30%;
    background: #d84637;
    color: #fff;
    height: 0.8rem;
    border: 0;
}
.highBox{
    height: 1.333rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.highBox select{
    height: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 0.08rem;
    width: 75%;
}
.highBoxTime{
    height: 1.333rem;
    display: flex;
    align-items: center;
}
.highBoxheader{
    height: 1.173333rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highBoxheader span{
    width: 10%;
    text-align: center;
    height: 100%;
}
.highBoxheader div{
    flex: 1;
    text-align: center;
    font-size: 0.48rem;
}
.highBoxheader span.goBack{
    background: url("skin/images/new/goback.png")no-repeat center center;
    background-size: 0.253rem 0.427rem;
}
.selectCitys{
    margin-top: 0.267rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.selectCitys button{
    width: 30%;
    line-height: 0.8rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 0.267rem;
    cursor: pointer;
}
.selectCitys button.on{
    background: #d84637;
    color: #fff;
}
.selectCitys button.empty{
    width: 30%;
    height: 0;
    border: none;
}
.j_policyName{
    width: 100%;
    height: 1rem;
}