#footer-normal-container {
    height: 332px;
    background-color: #EFF3F7;
    padding-top: 16px;
    box-sizing: border-box;
}

.footer-cus-container {
    display: flex;
    justify-content: space-between;
}

.footer-infoBox {
    width: 823px;
    height: 228px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    padding: 24px 32px;
    box-sizing: border-box;
}

.footer-infoBox .info-container {
    flex: 1;
}

.footer-infoBox .info-item {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #242424;
    height: 32px;
}

.footer-picBox {
    background: url("/globalstatic/szmz/pc/images/footer/footer-pic1.png");
    width: 160px;
    height: 228px;
}

.footer-picBox .dzjg-img {
    width: 100%;
    height: 50%;
    cursor: pointer;
}

.footer-picBox2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 228px;
}

.pic1 {
    background: url("/globalstatic/szmz/pc/images/footer/pic1.png");
    width: 179px;
    height: 106px;
    cursor: pointer;
}

.pic2 {
    background: url("/globalstatic/szmz/pc/images/footer/pic2.png");
    width: 179px;
    height: 106px;
}

.footer-menuBox {
    width: 100%;
    height: 64px;
    background: #DCE3EC;
    margin-top: 24px;
}


.menu-container {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;

}

footer {
    background: #F1F5F8;
    border-top: 1px solid #D9E1EB;
}

footer .menu-item {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

footer .menu-item span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #242424;
}

footer .menu-item:hover {
    background: #087CD6;
}

footer .menu-item:hover span {
    color: #FFFFFF;
}

.friendly-box {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.friendly-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #242424;
}

.friendly-input {
    width: 359px;
    height: 38px;
}

.layui-unselect {
    height: 100% !important;
}

.layui-form-select {
    height: 100% !important;
}

.layui-select-title {
    height: 100% !important;
}

#policeBadge {
    width: 16px;
    height: 16px;
    background: url("/globalstatic/szmz/pc/images/footer/police_badge.png");
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 4px;
    background-size: 100% 100%;
}

.otherlink-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s;
}

.otherlink-bg.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.otherlink-pop {
    position: fixed;
    top: -25%;
    left: 50%;
    z-index: 10001;
    width: 560px;
    height: 200px;
    margin: -250px 0 0 -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: .4s;
}

.otherlink-pop.in {
    top: 50%;
}

.otherlink-pop a.offBtn {
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
    padding: 5px 10px;
    color: #ccc;
    font-weight: 700;
    line-height: 20px;
}

.otherlink-pop h2 {
    padding: 60px 40px;
    font-size: 16px;
    font-weight: normal;
}

.otherlink-pop p.btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #F5F5F5;
    border-top: 1px solid #ddd;
    text-align: right;
}

#block-icon {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px
}

.otherlink-pop p.btns div {
    text-decoration: none;
    display: inline-block;
    margin: 9px 15px 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #bbbbbb;
    color: #333;
    border-radius: 5px;
}

#btn-goOn {
    border: 1px solid #2d72e5;
    background: #2d72e5;
    color: #fff;

    display: inline-block;
    margin: 9px 15px 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    width: 70px;
    border-radius: 5px;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 9px;
    right: 0px;
}

#block-button {
    display: inline-block;
    margin: 9px 15px 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    width: 70px;
    border: 1px solid #bbbbbb;
    color: #333;
    border-radius: 5px;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 9px;
    right: 110px;
}

#block-bg {
    display: none;
}

#block-pop {
    display: none;
}

#jiucuo {
    width: 179px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f8fa;
    cursor: pointer;
}


/* -------------------------------- 关怀版底部样式 ---------------------------------- */
.useOldFixed #footer-normal-container {
    height: auto !important;
}

.useOldFixed .friendly-input {
    width: 340px;
    height: 62px;
}

.useOldFixed footer .layui-input {
    min-height: 62px !important;
    line-height: 62px !important;
}

.useOldFixed .footer-infoBox {
    flex-flow: column;
    background: transparent;
    height: auto !important;
    width: 100% !important;
    padding-left: 0 !important;
}

.useOldFixed #policeBadge {
    width: 36px;
    height: 36px;
    min-height: 36px !important;
}

.useOldFixed .dzjg-img {
    cursor: pointer;
}

#care-pic-box {
    display: flex;
    align-items: center;
}

.useOldFixed #dzjg-img {
    width: 109px;
    height: 112px;
    background-image: url('/globalstatic/szmz/pc/images/footer/dzjg_icon.png');
    background-size: 100% 100%;
}

.useOldFixed #wn-img {
    width: 109px;
    height: 112px;
    background-image: url('/globalstatic/szmz/pc/images/footer/wn_icon.png');
    background-size: 100% 100%;
}

.useOldFixed #wzai-icon {
    width: 213px;
    height: 112px;
    background-image: url('/globalstatic/szmz/pc/images/footer/wzai_icon.png');
    background-size: 100% 100%;
}

#care-pic-box>div {
    margin-right: 40px;
}