/* 页头移动端搜索组件 */
.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 #subscribe_email {
    color: var(--commonWord);
}

/* 询盘弹框（公共组件所用） */
@media (max-width: 767px) {
    .contact .contactItem {
        flex: 0 0 100% !important;
    }

    #productModal {
        width: 100vw;
    }

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

#productModal {
    width: calc(100vw + 17px);
}

#productModal .contactDiglog {
    width: 600px;
    padding: 24px 20px 0px;
    margin: 7% auto;
    font-size: 14px;
}

#productModal .contactDiglog .contact-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

#productModal .contactDiglog .contact-header .modal-header-title {
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    line-height: 30px;
}

#productModal .contactDiglog .contact-header i {
    cursor: pointer;
    color: #999999;
    font-size: 18px;
}

#productModal .contactDiglog .contactContent {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    margin-bottom: 30px;
}

/* 目录的箭头指向 */
.iconZDY-ic_rightArrow::before {
    content: "\e75f";
}

@media only screen and (max-width: 950px) {
    .iconZDY-ic_rightArrow::before {
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 12px;
    }
}

@media only screen and (min-width: 950px) {
    .iconZDY-ic_rightArrow::before {
        content: "\e767" !important;
    }
}