/* 页头移动端搜索组件 */
.searchForm #searchForm2 {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 950px) {
    .searchForm {
        display: none !important;
    }
}

.searchForm #searchBtn2 {
    height: 40px;
    width: 40px;
    border: none;
    background-color: var(--commonButton);
    color: #ffffff;
}

.searchForm input {
    width: calc(100% - 45px);
    height: 40px;
    border: 1px solid #D5D5D5;
    padding: 5px;
    color: var(--commonWord);
}

.footerInput input {
    color: var(--commonWord);
}

@media (max-width: 767px) {
    .contact .contactItem {
        flex: 0 0 100% !important;
    }

    #productModal {
        width: 100vw;
    }

    #productModal .contactDiglog {
        width: calc(100vw - 30px);
    }
}