@charset "UTF-8";
.footer {
    background: url(../images/index_pic6.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 65px;
    color: #fff;
    padding-bottom: 50px;
}

.footer .container {
    overflow: initial
}

.footer .footer_a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.footer .footer_a p {
    padding-left: 60px;
    background: url(../images/index_icon6.png) no-repeat left;
    color: #fff;
    background-size: contain;
}

.footer .footer_a p span {
    display: block;
    font-size: 14px;
    line-height: 1;
}

.footer .footer_a p b {
    display: block;
    font-size: 32px;
    line-height: 1.5;
}

.footer .footer_b {
    display: flex;
    line-height: 34px;
}

.footer .footer_b>div {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer_b .foot_info {
    padding-right: 20px;
    /* width: 537px; */
    width: 960px;
    box-sizing: border-box;
}

.footer .footer_b .foot_info dl {
    display: inline-flex;
    margin-bottom: 30px;
    width: 100%;
}

.footer .footer_b .foot_info dl dt {
    width: 180px;
    font-weight: 700;
}

.footer .footer_b .foot_info dl dd {
    flex: 1;
}

.footer .footer_b .foot_info p {
    margin-top: 45px;
}

.footer .footer_b .foot_nav {
    width: 425px;
    box-sizing: border-box;
    padding-left: 90px;
}

.footer .footer_b .foot_nav dl {
    display: flex;
    margin-bottom: 10px;
}

.footer .footer_b .foot_nav dl dt {
    width: 130px;
    font-weight: 700;
    line-height: 24px;
}

.footer .footer_b .foot_nav dl dd {
    display: flex;
    flex-direction: column;
}

.footer .footer_b .foot_nav a {
    color: #fff;
}

.footer .footer_b .foot_think {
    flex: 1;
    padding-left: 70px;
    box-sizing: border-box;
    border: none;
}

.footer .footer_b .foot_think input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ffffff !important;
}

.footer input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: #FFF !important;
}

.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer input:-webkit-autofill:active {
    box-shadow: 0 0 0 auto #fff;
    -webkit-text-fill-color: #FFF;
    caret-color: #fff;
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.footer .footer_b .foot_think .foot_think1,
.footer .footer_b .foot_think .foot_think3 {
    display: inline-flex;
    justify-content: space-between;
    color: #fff;
}

.footer .footer_b .foot_think .foot_think1 input {
    width: 46%;
}

.footer .footer_b .foot_think .foot_think2 textarea {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 60px;
    width: 100%;
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
}

.footer .footer_b .foot_think .foot_think3 input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px 0 0 5px;
    width: 100px;
    padding-left: 10px;
    box-sizing: border-box;
}

.footer .footer_b .foot_think .foot_think3 .yzm {
    width: 90px;
    height: 34px;
    display: block;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.footer .footer_b .foot_think .foot_think3 input {
    margin-bottom: 0;
}

.footer .footer_b .foot_think .foot_think3 span.submit {
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 80px;
    padding-left: 0;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.footer .footer_b .foot_think .foot_think3 a i {
    color: #FFF;
    font-size: 24px;
    margin-left: 5px;
}

.footer .footer_b div.fr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.footer .footer_b div.fr a {
    padding-left: 30px;
    position: relative;
}

.footer .footer_b div.fr a em {
    width: 120px;
    height: 120px;
    position: absolute;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none;
    z-index: 3;
}

.footer .footer_b div.fr a:hover em {
    display: block;
}

.warn>div {
    padding: 20px 20px 20px 55px;
    text-align: center;
    box-sizing: border-box;
}

.warn>div i {
    position: absolute;
    left: 16px;
    top: 11px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #e74b3b;
}

@media screen and (max-width: 850px) {
    .footer {
        padding-top: 20px;
    }
    .footer .container {
        overflow: hidden;
    }
    .footer .footer_a {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .footer .footer_a>div {
        width: 100%;
    }
    .footer .footer_a .hotline {
        margin-top: 15px;
    }
    .footer .footer_a p {
        padding-left: 50px;
    }
    .footer .footer_a p b {
        font-size: 25px;
        line-height: 1.2;
    }
    .footer .footer_b {
        flex-wrap: wrap;
        line-height: 28px;
    }
    .footer .footer_b .foot_info {
        width: 100%;
        padding-right: 0;
        border: 0;
    }
    .footer .footer_b .foot_info dl {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .footer .footer_b .foot_info dl dt {
        width: 100%;
    }
    .footer .footer_b .foot_info dl dd {
        flex: 1;
        width: 100%;
    }
    .footer .footer_b .foot_info p {
        margin-top: 0;
    }
    .footer .footer_b .foot_think {
        flex: auto;
        padding-left: 0;
        margin-top: 10px;
    }
    .footer .footer_b .foot_think .foot_think1,
    .footer .footer_b .foot_think .foot_think3 {
        width: 100%;
        flex-wrap: wrap;
    }
    .footer .footer_b .foot_think .foot_think3 input {
        width: 85px;
    }
    .footer .footer_b .foot_think .foot_think3 .yzm {
        width: 85px;
    }
    .footer .footer_b .foot_think .foot_think3 span.submit {
        width: calc(100% - 270px);
    }
}