/* Footer 2021 独立样式 - 从 footer-2021.php 提取 */

.i-menu .i-content {
    width: 82.5%;
}

#bottom2 {
    padding: 50px 0 0 0;
}

#bottom2 #footer_info {
    border-top: 1px solid rgba(175, 177, 179, 0.3);
    height: 70px;
}

#bottom2 #copyright {
    margin-top: 0;
    display: flex;
    align-items: center;
}

#foot_navi_menu {
    color: #fff;
    text-align: left;
}

.footer_title {
    font-size: 18px;
    margin-bottom: 24px;
    min-height: 25px;
}

.footer_title a {
    color: #fff;
}

.footer_title a:hover {
    color: #027cdc;
}

.footer_subtitle {
    font-size: 16px;
    margin-bottom: 16px;
}

.footer_pro {
    line-height: 32px;
}

#foot_navi_menu .footer_pro a {
    color: #999;
    font-size: 16px;
}

#foot_navi_menu .footer_pro a:hover {
    color: #027cdc;
}

.footer_subtitle2 {
    margin-top: 40px;
}

.footer_form_input {
    width: 198px;
    display: inline-block;
    height: 36px;
    background: transparent;
    color: #999;
    border: 1px solid #999;
    padding-left: 10px;
}

.footer_form_submit {
    width: 68px;
    display: inline-block;
    background: #999;
    color: #fff;
    border: none;
    height: 36px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.footer_form_submit:hover {
    background: #027cdc;
}

.footer_form_subtips {
    color: #999;
    font-size: 14px;
    margin-top: 5px
}

.footer_conc {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}

@media screen and (max-width: 1200px) {
    .i-menu .i-content {
        width: 92.5%;
    }
}

@media screen and (max-width: 960px) {
    #foot_navi_menu {
        justify-content: center;
        display: block;
    }

    .footer_1200_hidden {
        display: none;
    }
    .fooer_list_contaner-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px;
    }

    .footer-category-inner {
        display: block !important;
    }
    .i-menu {
        display: inherit !important;
    }

    .footer_form_input {
        width: 180px;
    }
}

.icon {
    width: 2.5em;
    height: 2.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon_row {
    max-width: 246px;
    display: flex;
    justify-content: flex-start;
    margin-top: 18px;
}

.icon_f {
    margin-right: 24px;
    cursor: pointer;
}

.footer-pro-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footer-category {
    color: #fff;
    font-size: 18px;
}

.footer-category-inner {
    display: flex;
    justify-content: space-between;
    margin-left: 16px;
    margin-bottom: 16px;
}

.footer-category-inner-no-border {
    border-bottom: none;
}

.footer-pro.product {
    padding-right: 4%
}

.footer_1200_hidden.solution {
    padding-left: 4%;
}

.footer_1200_hidden.case {
    padding-left: 4%;
}

/* Footer 弹窗样式 */
#footerBackground {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000;
    width: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
    height: 1000px;
    z-Index: 10027;
}

#hidebox-icon {
    position: fixed;
    width: 406px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
    cursor: pointer;
    z-Index: 10028;
    text-align: center;
    border-radius: 10px;
    border: 5px;
}

#hidebox-icon .sub-privacy-close, #hidebox-disanfang .sub-privacy-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../img/whitepaper/close1.png) no-repeat 0 0;
    background-size: 100% 100%;
}

#hidebox-icon .paper-title {
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}

#hidebox-icon .paper-content {
    margin: 24px auto;
}

.input-form-row p, .input-form-row input, .input-form-row select {
    display: inline;
    font-size: 18px;
    color: #666;
}

#hidebox-icon .inputtype {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    margin: 8px auto;
    padding-left: 10px;
    background: #F6F7FB;
    width: 240px;
    height: 30px;
}

#hidebox-icon #codeT {
    width: 100px;
    display: inline-block;
}

#hidebox-icon .code-img {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}

#hidebox-icon #inputsubmit, #hidebox-icon .showcontent_button, #hidebox-icon .close_button {
    height: 36px;
    width: 150px;
    margin: 10px auto 8px auto;
    background: #3C54A6;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 20px;
}

#hidebox-icon #captcha1_footerDialog {
    transform: scale(0.8);
}

@media screen and (min-width: 701px ) {
    #hidebox-icon .close_button {
        display: none;
    }
}

@media screen and (max-width: 700px ) {
    #hidebox-icon .inputtype {
        width: 180px;
    }

    #hidebox-icon {
        width: 320px;
    }

    #hidebox-icon #inputsubmit, #hidebox-icon .close_button {
        width: 120px;
    }
}

#hidebox-disanfang {
    position: fixed;
    width: 406px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
    cursor: pointer;
    z-Index: 10028;
    text-align: center;
    border-radius: 10px;
    border: 5px;
    padding: 10px 0;
}

.dilog-disanfang-img-container {
    max-width: 300px;
    margin: auto;
}

.dilog-disanfang-img-container img {
    width: 100%;
}

#dilog-disanfang-content {
    line-height: 100px;
    font-size: 18px;
}

@media screen and (max-width: 960px) {
    .dilog-disanfang-img-container img {
        max-width: 100px;
    }

    #hidebox-disanfang {
        width: 286px;
    }
}

/* 页尾水平布局 */
.footer-horizontal-container {
    width: 82.5%;
    margin: 0 auto;
}

.footer-horizontal {
    display: flex;
}

.footer-horizontal > div {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 12px;
}

.footer-horizontal ul {
    display: grid;
    width: 580px;
    grid-template-columns: 1fr 1fr 1.5fr;
    margin-left: 105px;
    text-align: initial;
}

.footer-horizontal ul li {
    padding: 16px 0;
}

.footer-horizontal ul li a {
    color: #999;
    font-size: 16px;
}

/* Product Modal 样式 (从 footer 中使用) */
.modal-banner {
    position: relative;
}

.modal-banner img {
    width: 100%;
    height: auto;
}

.modal-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    margin: 0;
}

.make_out {
    padding: 20px;
}

.info {
    margin-bottom: 15px;
}

.info-row {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.info-row p {
    width: 120px;
    margin: 0;
}

.info-row input, .info-row textarea {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.info-submit {
    text-align: center;
    margin-top: 20px;
}

.info-submit input {
    background: #3C54A6;
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.info-submit input:hover {
    background: #2a3d7a;
}

#hidebackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10027;
}

#hidebox-code {
    position: fixed;
    width: 406px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
    cursor: pointer;
    z-Index: 10028;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}

