.search {
    padding-top: 0.54rem;
    padding-bottom: 1.08rem;
}

.search .main {
    max-width: 14rem !important;
}

.box1 {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    height: 0.48rem;
    margin-bottom: 0.52rem;
}

.box1 input {
    width: 6.57rem;
    height: 100%;
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #C4CEDA;
    text-indent: 0.2rem;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000;
}

.box1 input::placeholder {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7A7A7A;
}

.box1 a {
    width: 1.12rem;
    height: 100%
}

.search_p {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.35rem;
}

.search_p span {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FF1D1D;
}

.box2_box {
    width: 100%;
    height: 2.04rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #C4CEDA;
    padding-left: 0.42rem;
    padding-right: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.box2_box_p1 {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
}

.box2_box_p2 {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.32rem;
}

.box2_box .scale_box {
    flex: 0 0 2.86rem;
    height: 1.67rem;
    margin-left: 0.98rem;
    border-radius: 0.1rem;
}

.not_search_box {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 3.07rem;
    padding-top: 1.2rem;
}

.not_search_box img {
    width: 6.77rem;
    height: 4.44rem;
}

.not_search_box p {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.23rem;
    text-align: center;
    margin-top: 0.43rem;
}

.not_search_box a {
    width: fit-content;
    padding: 0 0.3rem;
    height: 0.45rem;
    background: #C00000;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.45rem;
    margin:  0.33rem auto 0 auto;
}