
.content {
    width: 100%;
}
.top{
    width: 100%;
    position: relative;
}
.top .open_search_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 23.4375rem;
    height: 17.1875rem;
}
.top .seeMaldives{
    position: absolute;
    left: 0px;
    top: 3.3125rem;
    width: 100%;
    text-align: center;
    font-family:PingFangSC;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.top .open_search{
    position: absolute;
    left: 2.34375rem;
    top: 6.25rem;
    width:16.875rem;
    height: 2.625rem;
    line-height:2.625rem;
    background:#fff;
    box-shadow:0px 0px 0.5625rem 0px rgba(95, 95, 95, 0.35);
    border-radius:1.3125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    padding: 0 0.9375rem;

}
.top .open_search .open_search_img{
    width: 1rem;
    height: 1rem;
}
.top .open_search input{
    width: 8.125rem;
    font-size:0.875rem;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#C4C4C4;
    line-height:1.5rem;
    text-shadow:0px 0px 0.8125rem rgba(196, 196, 196, 0.35);
    margin: 0 0 0 0.3125rem;
}
.top .search_resList{
    position: absolute;
    top: 7.65625rem;
    left: 2.34375rem;
    background: rgba(255,255,255,1);
    width: 18.75rem;
    height: 7rem;
    overflow-y:scroll;
    z-index: 1;
    padding: 1.875rem 0 0.625rem 0;
    text-shadow:0px 0px 0.8125rem rgba(196, 196, 196, 0.35);
    display: none;
}
.top .search_resList .search_unit{
    width: 16.875rem;
    line-height: 2.5rem;
    text-align: left;
    font-size:0.875rem;
    margin:0 0.9375rem;
    border-bottom: 1px solid #F6F6F6;
}
.top .search_resList .search_unit:last-child{
    border-bottom:0;
}
.tab {
    margin: 0 1rem;
    border-bottom: 1px solid #F3F3F3;
}

.tab .title {
    padding: 1.75rem 0;
    font-size: 1.125rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #303030;
}

.tab .menu_list {
    padding: 0 0 3rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-flow: wrap;

}

.tab .menu_list .menu {
    width: 4.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.875rem;
}

.tab .menu_list .menu img {
    width: 2.1875rem;
    height: 2.1875rem;
}

.tab .menu_list .menu label {
    font-size: 0.75rem;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: #303030;
    margin-top: 0.625rem;
}
.h550{
    width: 100%;
    height: 17.1875rem;
}
