.oc-find-metals{
    border: 1px solid #EDEBEB;
    padding: 18px 32px 29px;
    border-radius: 6px;
    margin: 40px auto 20px;
}
.oc-find-metals-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 42.3px;
    text-align: center;
    color: #333;
    margin-bottom: 27px;
}
.oc-find-metals-subtitle{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.15px;
    text-align: center;
    color: #666666;
}
.oc-find-metals-hit{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.15px;
    text-align: center;
    color: var(--color);
    margin-top: 16px;
    margin-bottom: 26px;
}
.oc-find-metals-content{
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 43px;
}
.oc-find-metals-item{
    width: 100px;
    cursor: pointer;
}
.oc-find-metals-item:hover .oc-find-metals-item-img{
    background-color: var(--color);
}
.oc-find-metals-item-img{
    margin: auto;
    width: 66px;
    height: 66px;
    background: #dcede2;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    /* padding: 5px; */
    overflow: hidden;
    transition: all 0.3s;
}
.oc-find-metals-item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.oc-find-metals-item-title{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.15px;
    text-align: left;
    color: var(--color);
    text-align: center;
    white-space: nowrap;
}
.oc-find-metals .oc-slect-wrapper{
    margin-bottom: 16px;
}
.oc-find-metals .main-btn{
    margin-top: 42px;
}
@media only screen and (max-width: 1024px) {
    .oc-featured-banner-wrapper{
        margin-bottom: 0.33rem;
    }
    .oc-find-metals{
        margin: 0 0.3rem ;
        padding: 0.25rem 0.1rem;
        width: auto;
    }
    .oc-find-metals .main-btn{
        height: 0.84rem;
        line-height: 0.84rem;
    }
    #app .full-from-inquiry.acm-form-inquiry{
        padding-top: 0.5rem;
    }
    #app .full-from-inquiry .acm-inquiry-title{
        margin-bottom: 0.68rem;
    }
    .oc-find-metals-content{
        gap: 0.2rem;
        margin-bottom: 0.41rem;
        overflow-x: auto;
        /* padding: 0 0.2rem; */
    }
    .oc-find-metals-item{
        width: 1.4rem;
    }
    .oc-find-metals-item-img{
        width: 0.9rem;
        height: 0.9rem;
    }
    .oc-find-metals-item-title{
        margin-top: 0.25rem;
        font-size: 0.2rem;

    }
    .oc-find-metals-title{
        font-size: 0.28rem;
        line-height: 0.37rem;
        margin-bottom: 0.24rem;
    }
    .oc-find-metals-subtitle{
        width: 5.48rem;
        margin: auto;
        font-size: 0.2rem;
        line-height: 0.26rem;
    }
    .oc-find-metals-hit{
        width: 4.18rem;
        margin: auto;
        margin-top: 0.14rem;
        margin-bottom: 0.23rem;
        font-size: 0.2rem;
        line-height: 0.26rem;
    }
}