.page {
    overflow-y: scroll;
    overflow-x: hidden;
}
.images-all{
    position: relative;
    width: 100%;
    height: 37.5rem;
}
.page-btn1{
    /* width: 4.1rem !important; */
    position: absolute;
    top: 87.6%;
    left: 11.3%;
}
.page-btn2{
    position: absolute;
    top: 85.5%;
    left: 60%;
}
.page-btn3{
    position: absolute;
    top: 88.5%;
    left: 60%;
}
.page-btn4{
    position: absolute;
    top: 91.5%;
    left: 60%;
}

.conter{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
    display: none;
}
.conter-all{
    width: 100%;
    height: 30.35rem;
    position: relative;
    top: 0;
    left: 0;
}
.home{
    position: absolute;
    top: 4.8%;
    left: 4%;
}

.inputs-box{
    width: 92%;
    height: 1.8rem;
    position: absolute;
    top: 10%;
    left: 4%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.search-input{
    width: 70%;
    height: 1.6rem;
    padding: 0 0.4rem;
    border-radius: 1rem;
    font-size: 0.65rem;
    box-sizing: border-box;
}
.search-img{
    width: 3.6rem !important;
}
.conter-box{
    width: 92%;
    height: 1.6rem;
    position: absolute;
    top: 16%;
    left: 4%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.range{
    width: 92%;
    height: 1.2rem;
    position: absolute;
    top: 22%;
    left: 4%;
    background-color: #fff;
    border-radius: 0.3rem;
    line-height: 1.2rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    color: #022d66;
    font-size: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    z-index: 10;
}
.range-tranfrom{
    transform: rotate(180deg);
}

.triangle{
    width: 0;
    height: 0;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.4rem solid #094786;
}
.select-box{
    width: 86%;
    height: 10rem;
    position: absolute;
    top: 26%;
    left: 7%;
    background-color: #fff;
    border-radius: 0.3rem;
    z-index: 6;
    overflow-y: auto;
}
.select-list{
    width: 100%;
    height: 0.8rem;
    padding: 0.1rem 0.4rem;
    font-size: 0.55rem;
    box-sizing: border-box;
    margin-top: 0.4rem;
}
.range-box{
    width: 92%;
    height: 13rem;
    position: absolute;
    top: 28%;
    left: 4%;
    border-radius: 0.2rem;
    overflow: auto;
    background-color: #fff;
}
.range-list{
    width: 100%;
    height: 1.5rem;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.logo{
    width: 1.15rem !important;
}
.span-text{
    font-size: 0.55rem;
    color: #323232;
    margin-left: 0.3rem;
}


.mark{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

