.acm-footer-wrapper {
    background-color: var(--color);
    padding-top: 70px;
}
.pc-footer-content {
    display: flex;
    flex: 1;
}
.acm-footer-main{
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    min-width: 1100px;
    margin: 0 auto;
}
.footer-item-title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fff;
    margin-right: 30px;
}
.footer-item-title.no-border{
    border:none;
}
.footer-item-name {
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 24px;
}
.footer-item-name a{
    color: #fff;
}
.acm-footer-wrapper a:hover{
    color: #fff;
    text-decoration: underline;
}
.acm-footer-wrapper .search-box {
    width: 410px;
    display: flex;
    height: 46px;
    padding-right: 10px;
}
.acm-footer-wrapper .header-input {
    /* width: 50%; */
    flex: 1;
}
.acm-footer-wrapper .search-icon {
    width: 100px;
    background-color: #44494E;
    border-radius: 0 8px 8px 0;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.acm-footer-wrapper .search-icon:hover {
    background-color: #1962A1;
}
.acm-footer-wrapper input {
    background: #FFFFFF;
    border: 1px solid #CBD4DC;
    outline: none;
    border-radius: 8px 0 0 8px;
    padding-left: 15px;
}
.acm-footer-wrapper input:focus {
    outline: none;/*去掉默认input焦点边框*/
    /* border: 1px solid #1E73BD; */
}
.acm-footer-wrapper input:focus-visible {
    outline: none;/*去掉默认input焦点边框*/
    /* border: 1px solid #1E73BD; */
}
.footer-certificate-company {
    background-color: #1E73BD;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    margin-top: 80px;
}
.logo-with-contact-info {
    width: 460px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#fff;
    font-size: 20px;
}
.logo-with-contact-info .logo-image{
    width: 124px;
    height: 124px;
    object-fit: contain;
    margin-bottom: 20px;
}
a.oc-main-sam-email,.oc-main-sam-tel,.oc-main-sam-addr,.oc-main-sam-line{
    margin-bottom: 30px;
    color:#fff;
    font-size: 20px;
    text-align: center;
}
.oc-main-sam-line{
    height: 1px;
    background-color: #fff;
    transform: scaleY(0.5);
    transform-origin: 0 0;
    width: 100%;
}
.oc-main-footer-social-icons{
    display: flex;
    justify-content: center;
    gap: 29px;
}
.oc-main-footer-social-icons img{
    width: 44px;
    height: 44px;
}
/*PC*/
@media only screen and (min-width: 1025px){
    .mobile-footer-content {
        display: none;
    }
    .pc-footer-content {
        display: flex;
        color: #fff;
    }
    .pc-footer-content li:first-child {
        width: 25%;
    }
    .pc-footer-content li:nth-child(2) {
        width: 25%;
    }
    .pc-footer-content li:nth-child(3) {
        flex-grow: 1;
    }
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1024px)and (max-width:1300px) {
    .logo-with-contact-info{
        width: 400px;
        margin-right: 35px;
    }
    .footer-item-title{
        margin-right: 20px;
    }
}


/*Mobile*/
@media only screen and (max-width: 1024px){
    .acm-footer-main{
        width: 100%;
        min-width: auto;
    }
    .oc-main-sam-line{

    }
    a.oc-main-sam-email, .oc-main-sam-tel, .oc-main-sam-addr, .oc-main-sam-line{
        font-size: 10px;
        margin-bottom: 17px;
    }
    .oc-main-footer-social-icons{
        gap: 15px;
        margin-bottom: 20px;
    }
    .oc-main-footer-social-icons img{
        width: 22px;
        height: 22px;
    }
    .logo-with-contact-info .logo-image{
        width: 70px;
        height: 70px;
        margin-bottom: 0.14rem;
    }
    .logo-with-contact-info{
        width: 95%;
        margin: 0 auto;
    }
    .acm-footer-wrapper {
        padding-top: 10px;
    }
    .footer-content {
        width: 95%;
    }
    .pc-footer-content {
        display: none;
    }
    .mobile-footer-content {
        width: 90%;
        margin: auto;
        color: #fff;
    }
    .mobile-footer-item-title {
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        text-align: left;
        outline: none;
        transition: 0.4s;
        display: flex;
        justify-content: space-between;
        font-size: 0.28rem;
        margin-bottom: 0.4rem;
    }
    /*.mobile-footer-item-title.active{*/
    /*    color: #1E78AB;*/
    /*}*/
    .mobile-footer-item-name {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        opacity: 0.7;
        color: #FFFFFF;
    }
    .mobile-footer-item-name p {
        font-size: 0.24rem;
        margin-bottom: 13px;
    }
    .show-info-icon, .hidden-info-icon {
        display: inline-block;
        width: 16px;
        height: 16px;
    }
    .show-info-icon {
        transform: rotateX(180deg);
    }
    .icon-not-show {
        display: none;
    }
    .footer-certificate-company {
        line-height: 1.4;
        padding: 26px 10%;
        font-size: 0.2rem;
        margin-top: 50px;
    }
    .acm-footer-wrapper .search-icon{
        font-size: 0.2rem;
    }
    .acm-footer-wrapper .search-box{
        width: 100%;
        margin: auto;
        padding: 0;
    }
}
