.footer{
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 0  ;
}
@media (min-width: 1921px) {
    .footer {
        max-width: 2550px;
        margin: 0 auto;
    }
}
.contactFooter{
    width: 100%;
    height: 102px;
    opacity: 1;
    background: rgba(42,57,89,1);
    justify-content: center;
    align-items: center;
    display: flex;
}
.contact{
    width: 120px;
    height: 45px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 35px;
    color: rgba(255,255,255,1);
    text-align: left;
    vertical-align: top;
    border-bottom: rgba(255,255,255,1) 2px solid;
}

.contactTitle{
    /*width: 1200px;*/
    width: 90%;
    border-bottom: rgba(235,235,235,1) 2px solid;
    justify-content: center;
    display: flex;
    padding-left: 20px;
    margin-top: 30px;
}
.contactTitle span{
    width: 64px;
    height: 30px;
    opacity: 1;
    /** 文本1 */
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
}
.contact-1{
    /*width: 1200px;*/
    width: 90%;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    padding-left:20px;
    margin-top: 30px;
}
.contact-1 ul{
    padding: 0;
    margin: 0;
}
.contact-1 li{
    list-style: none;
    line-height: 3;
}
.contact-1 li>a{
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    color: rgba(135, 137, 140, 1);
    text-align: left;
    vertical-align: top;
}
.contact-1 li>a:hover{
    color: rgba(35,184,188,1);
    cursor: pointer;
    border-bottom: rgba(35,184,188,1) 2px solid;
}

.contact-1-1{
    width: 25%;
}.contact-1-2{
    width: 25%;
}.contact-1-3{
    width: 50%;
}
 .contact-1-3-1{
     width: 350px;
     height: 40px;
     opacity: 1;
     /** 文本1 */
     font-size: 15px;
     font-weight: 700;
     letter-spacing: 0px;
     line-height: 40px;
     color: rgba(50, 54, 59, 1);
     text-align: left;
     vertical-align: top;
     flex-direction: row;
     gap:5px;
     align-items: center;
     display: flex;
 }
.contact-1-3-1 > span:first-child{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(135, 137, 140, 1);
 }
.contact-1-3-1  > span:last-child{
    font-size: 13px;
    width: 265px;
    font-weight: 500;
    /*height: 38px;*/
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: middle;
    white-space: pre-wrap;
}
.contact-4{
    width: 100%;
    justify-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    display: flex;
    align-items: center;
    border-top: #f2f2f2 1px solid;
    /*background-color: rgba(42, 57, 89, 1)*/
}
.contact-4 a{
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    color: rgba(135, 137, 140, 1);
}
.contact-4 a>img{
    height: 15px;
}

@media (min-width: 1921px) {
    .footer {
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media (min-width: 2000px) {
    .footer {
        width: 100%;
        min-width: 2550px;
    }
}
@media (max-width:  679px) {
    .contactTitle{
        width: 100%;
        justify-content: left;
    }
    .contactTitle span{
        display: none;
    }
    .contactTitle span:last-child{
        display: flex;
        float: left;
    }
    .contact-1{
        width: 100%;
    }
    .contact-1-1{
        display: none;
    }
    .contact-1-2{
        display: none;
    }
    .contact-1-3{
        width: 100%;
    }
    .contact-4{


        flex-direction: column;
        gap: 2px;

    }
    .contact-4 a{
        font-size: 9px;
    }
}

@media (max-width: 360px) {
    .contact-1-3-1{
        width: 95%;
    }
    .contact-1-3-1 > span:last-child{
        font-size: 12px;
        width: 70%;
    }
}
