*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.index_upper_area .layui-input{
    border-width: 0 !important
}
.index_upper_area .layui-form-select dl dd.layui-this {
    background-color: #08213F !important;
    color: #fff;
}
head,body{
    background: #08213F;
}
.index_wrapper{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-image: url('../images/icon_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.index_upper_title{
    height: 13rem;
    line-height: 13rem;
    font-size: 1.44rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}
.index_upper_title img{
    width: 100%;
    height: 100%
}
.index_upper_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_upper_area .layui-input-inline{
    width: 30% !important;
    margin: 0 !important;
    height: 2.6667rem;
    color: #fff !important
}
.index_upper_area .layui-input{
    border-radius: 1.3333rem;
    /*background-color: transparent !important;*/
    font-size: .8rem;
    /*height: 2.6667rem;
    border-color: transparent !important;
    color: #08213F !important;
    background-image: url('../images/icon_input_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    padding-left: 1.2rem
}
.index_upper_area .layui-input:hover{
    border-color: transparent !important
}
.index_upper_area .layui-form-select .layui-edge{
    border-top-color: #08213F !important
}
.index_upper_select{
    padding: 0 .8rem
}
.index_upper_area .layui-form-select dl {
    background-color: #fff !important;
    font-size: .8rem;
    color: #08213F
}
.index_upper_area .layui-form-select dl:hover{
    background-color: #fff !important;
}
.index_upper_select .layui-form-item:after{
    content: none !important
}
.index_upper_search{
    width: 100%;
    height: 2rem !important
}
.index_upper_search .layui-input-block{
    margin-left: 0 !important
}
.index_upper_search .layui-input-inline{
    width: 30% !important;
    margin: 0 !important;
    height: 2rem;
    color: #fff !important
}
.index_upper_search .layui-input{
    background-color: transparent !important;
    font-size: .8rem;
    height: 2.6667rem;
    border-color: #FFFFFF !important;
    color: #fff !important;
    background-image: url('../images/icon_search.png');
    background-size: .8rem;
    background-repeat: no-repeat;
    background-position: left .9067rem center;
    padding-left: 2.32rem;
    /* opacity: 0.6; */
    border-radius: 1.3333rem;
}
.index_content{
    padding: 1.3333rem .8rem;
}
.index_list{
    border-radius: .4667rem;
    padding: .8533rem .6933rem 0;
    display: flex;
    justify-content: space-between;
}
.index_list:nth-last-child(1){
    margin-bottom: 0
}
.index_list_img{
    width: 5rem;
    height: 5rem;
    border-radius: .4rem;
    margin-right: .8rem;
}
.index_list_right{
    width: calc(100% - 5.6rem);
    border-bottom: .02rem solid #ffffff33;
    padding-bottom: 0.4rem;
}
.index_list_right_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .6rem;
}
.index_list_right_title .title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: .8rem;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_list_right_title .distance{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: .6667rem;
    color: #ffffff;
}
.index_list_dot,.index_list_adress,.index_list_tel{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: .7rem;
    color: #ffffff;
    background-size: .9333rem;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.04rem;
    margin-bottom: .4rem;
    width: 100%;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_list_dot{
    background-image: url('../images/icon_dizhi.png');
}
.index_list_adress{
    background-image: url('../images/icon_shouye.png');
}
.index_list_tel{
    background-image: url('../images/icon_dianhua.png');
}

#index_top{
    /* display: none; */
    background-color: #08213F;
    position: sticky;
    top: 0;
    padding: 10px;
    z-index: 1;
    opacity: 0; /* 初始透明度 */
    transform: translateY(-20px); /* 初始位置偏移 */
    transition: opacity 0.3s ease, transform 0.3s ease; /* 设置过渡效果 */
    height: 3.3333rem;
    padding: 0 .8533rem;
    line-height: 3.3333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#index_top .title{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.0133rem;
    color: #FFFEFE;
}
.index_contact{
    width: 5.5rem;
    height: 2.3rem;
    background-image: url('../images/icon_input_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 2.3rem;
    text-align: center;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: .8rem;
    color: #08213F;
}