.footer {
    width: 100%;
    background: #F4F7FB;
}

.ZIndexBottom {
    width: 100%;
    background: url("../images/common/footer-bg.png") no-repeat center center;
    background-size: cover;
    object-fit: cover;
    height: 260px;
    display: flex;
    flex-wrap: wrap;
    place-content: start center;
}

.ZIndexBottom .ZIndexBottom-title {
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    height: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ZIndexBottom .ZIndexBottom-main {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
}

.ZIndexBottom .ZIndexBottom-main .ZIndexBottomLeftPhone {
    display: flex;
    align-items: center;
}

.ZIndexBottom .ZIndexBottom-main .ZIndexBottomLeftPhone img {
    width: 32px;
    height: 32px;
}

.ZIndexBottom .ZIndexBottom-main span {
    margin-left: 16px;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    /*color: #333333;*/
}

.phone-line {
    width: 0;
    height: 16px;
    border-radius: 0;
    border: 1px solid #999999;
    margin: 0 24px;
}


.ZIndexBottom .ZIndexBottom-main .ZIndexBottomRightPhone {
    display: flex;
    align-items: center;
}

.ZIndexBottom .ZIndexBottom-main .ZIndexBottomRightPhone img {
    width: 32px;
    height: 32px;
}

/*.ZIndexBottom .ZIndexBottom-input {*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin: auto;*/
/*    color: white;*/
/*    width: 160px;*/
/*    height: 40px;*/
/*    opacity: 0.8;*/
/*    transition: 0.5s;*/
/*    background: linear-gradient( 270deg, #29ACFE 0%, #2468F2 100%);*/
/*    border-radius: 8px 8px 8px 8px;*/
/*}*/

.ZIndexBottom .ZIndexBottom-input {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #278DF8;;
    width: 160px;
    height: 40px;
    opacity: 0.8;
    transition: 0.5s;
    background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0.9) 100%);
    /*background: linear-gradient( 270deg, #29ACFE 0%, #2468F2 100%);*/
    border-radius: 20px 20px 20px 20px;
    font-weight: 600;
}

.footer-bottom {
    width: 100%;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
    background: #0C0C0C;

}

.footer-bottom .footer-label, .footer-bottom .footer-content  {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    box-sizing: border-box;
}

.footer-bottom .footer-label {
    border-bottom: 1px solid #535353;
}

.footer-bottom .footer-label .label-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom .footer-label  .label-item-line {
    width: 0;
    height: 41px;
    border-radius: 0;
    border: 1px solid #535353;
}

.footer-bottom .footer-label .label-item .label-item-icon{
    width: 27px;
    height: 27px;
    margin-right: 20px;
}

.footer-bottom .footer-label .label-item .label-item-title {
    font-weight: 600;
    font-size: 14px;
    /*color: #020814;*/
    color: #F5F5F5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.footer-bottom .footer-label .label-item .label-item-desc {
    font-weight: 400;
    font-size: 12px;
    color: #F5F5F5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-bottom .footer-content .footer-content-left {
    width: 70%;
}

.footer-bottom .footer-content .footer-content-left .link-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-bottom .footer-content .footer-content-left .link-content a{
    font-weight: 400;
    font-size: 14px;
    color: #F5F5F5;
    /*color: #333333;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
}

.footer-bottom .footer-content .footer-content-left .link-content .link-content-title{
    font-weight: 600;
    font-size: 12px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

.footer-bottom .footer-content .footer-content-left .link-content-address {
    width: 100%;
}

.footer-bottom .footer-content .footer-content-left .link-content-address .link-content-desc{
    font-weight: 400;
    font-size: 14px;
    /*color: #333333;*/
    color: #F5F5F5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.footer-bottom .footer-content .footer-content-left .copyright {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

.footer-bottom .footer-content .footer-content-left .copyright a{
    color: #999999;
}

.footer-bottom .footer-content .footer-content-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.wechat-content {
    width: 120px;
}

.footer-bottom .footer-content .footer-content-right .wechat{
    width: 120px;
    height: 120px;
}

.footer-bottom .footer-content .footer-content-right .wechat-desc {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    text-align: center;
}