.layer_search_box {
    width: 100%;
    padding-top: calc(2px + 3rem);

}

.layer_search {
    max-width: 1280px;
    width: 90%;
    margin: auto;
}

.layer_search_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(10px + 1rem);
}

.layer_search_item_box {
    width: calc(100px + 10rem);
    position: relative;
}

.layer_search_item {
    width: calc(100px + 10rem);
    height: calc(8px + 2rem);
    background: #F0F0EF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(10px + 0.5rem);

}

.layer_search_item p {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 500;
    font-size: calc(6px + 0.5rem);
    color: #000000;
    line-height: 1;
}

.layer_search_item input {
    width: 70%;
    height: 100%;
    background: transparent;
    border: none;
    outline: medium;
}

.layer_search_item img {
    width: calc(8px + 0.5rem);
    cursor: pointer;
}

.layer_search_xiala {
    width: 100%;
    max-height: 0;
    background-color: #ffffff;
    box-shadow: 0px calc(2px + 0.1rem) calc(2px + 0.5rem) #00000030;
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 0.5rem);
    overflow: scroll;
    transition: .5s;
    z-index: 10;

}

.layer_search_xiala p {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: calc(2px + 1rem);
    cursor: pointer;
}


.layer_search_xiala_act{
    max-height: calc(100px + 10rem);
    padding: calc(10px + 0.5rem);
}


.layer_search_bottom {
    margin-top: calc(8px + 1rem);
}

.layer_search_bottom .p1 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 0.5rem);
    margin-bottom: calc(6px + 0.5rem);
}

.layer_search_py_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layer_search_py_box .py {
    width: calc(6px + 1.5rem);
    height: calc(6px + 1.5rem);
    background: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #999999;
    line-height: 1;
    cursor: pointer;
}

.layer_search_py_box .js {
    width: calc(77px + 5rem);
    height: calc(4px + 1.5rem);
    background: #CEB25A;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 1100px){
    .layer_search_top{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 3rem);
    }
    .layer_search_item_box{
        width: 100%;
    }
    .layer_search_item {
        width: 100%;
        height: calc(26px + 2rem);
    }
    .layer_search_item p{
        font-size: calc(10px + 1rem);
    }

    .layer_search_xiala p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .layer_search_bottom .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .layer_search_py_box{
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: calc(10px + 0.5rem);

    }
    .layer_search_py_box .py {
        width: calc(25px + 1.5rem);
        height: calc(25px + 1.5rem);
       font-size: calc(10px + 1rem);
    }
    .layer_search_py_box .js {
        width: calc(77px + 5rem);
        height: calc(25px + 1.5rem);
       font-size: calc(10px + 1rem);
    }
    .index_1_box{
        padding-top: calc(20px + 1.5rem) !important;
    }
}