.fotter{
    width: 100%;
    background: url(../image/compontent/bg_1.png) no-repeat;
    background-size: cover;
}

.fotter .box{
    width: 85%;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 2.6rem;
    padding-top: 6.5rem ;
}

.fotter .box .content{
    width:100%;
    display: flex;
    justify-content: space-between;
}

.fotter .left{
    width: 60%;
}

.fotter .left ul{
    margin-bottom: 7.8rem;
    display: flex;
    justify-content: start;
}
.fotter .left ul li{
    margin-right: 5rem;
}

.fotter .bottom ,
.fotter .left ul li .title,
.fotter .left ul li a{
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #787878;
}

.fotter .left ul li .title{
    font-size: .9rem;
    line-height: 1.4rem;
    margin-bottom: 1.2rem;
    min-width: 4.5rem;
}

.fotter .left ul li div,
.fotter .left ul li a{
    font-size: .8rem;
    line-height: 1.8rem;
    color: #787878 !important;
    cursor: pointer;
}

.fotter .right{
    width: 24.5%;
}

.fotter  .right .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0071CE;
    border-radius: 30px;
    padding: 1rem 0.7rem;
    cursor: pointer;
    margin-bottom: .9rem;
}

.fotter  .right .info a{
    background: #0071CE;
    font-size: .8rem;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #FFFFFF;
}

.right .info div:nth-child(1){
    width: 2rem;
}

.right .info div{
    font-size: .8rem;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #FFFFFF;
}

.right .phone{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #787878;
    line-height: 36px;
    text-align: center;
}

.right .svg-list{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .3rem auto auto;
}

.fotter .line{
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.1;
}
.fotter .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .7rem;
    line-height: 1.8rem;
    margin-top: 2.5rem;
}
@media (min-width: 1680px) {
    .fotter .box {
        width: 72rem;
        margin: auto;
    }
    
}

@media (max-width: 1680px) {
    .fotter .box {
        width: 88%;
        padding-bottom: 1.6rem;
        padding-top: 3.5rem;
    }

    .fotter .left {
        width: 65%;
    }

    .fotter .left ul {
        margin-bottom: 5.8rem;
    }

    .fotter .bottom {
        margin-top: 1.6rem;
    }
}

@media (max-width: 1500px){
    .fotter .box {
        width: 92%;
    }
    .fotter .left ul {
        margin-bottom: 3.8rem;
    }

    .fotter .left ul li div {
        font-size: .7rem;
    }
    .fotter .left ul li .title {
        font-size: 0.8rem;
    }

    .fotter .right .info {
        padding: 0.7rem 0.7rem;
    }
}

@media (max-width: 1280px) {
    .fotter .box {
        width: 88%;
        padding-bottom: 1.6rem;
    }

    .fotter .left {
        width: 75%;
    }

    .fotter .right {
        width: 18.5%;
    }

    .fotter .left ul {
        margin-bottom: 2.5rem;
    }
    .fotter .right .info div:nth-child(1){
        padding: 0.7rem 1rem;
        display: none;
    }
}

@media (max-width: 1152px) {
    .fotter .box {
        width: 95%;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .fotter .left ul {
        margin-bottom: 1.5rem;
    }

    .fotter .bottom {
        margin-top: 1rem;
    }
}

@media (max-width: 1000px){
    .fotter .box {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    .fotter .left {
        width: 79%;
    }

    .fotter .left ul li .title {
        font-size: 0.7rem;
    }

    .fotter .left ul li div {
        font-size: .6rem;
    }

    .right .info div {
        font-size: 14px;
    }

    .fotter .right .info {
        padding: 0.5rem 0.5rem;
    }

    .right .phone {
        text-align: left;
    }

    .right .svg-list {
        width: 90%;
        margin-top: 0.3rem;
    }
}

@media (max-width: 900px) {
    .fotter .box {
        padding-bottom: 1rem;
        padding-top: 0.5rem;
    }

    .fotter .left {
        display: none;
    }

    .fotter .right {
        width: 100%;
        margin-bottom: 1rem;
    }

    .fotter .bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 0.8rem;
         font-size: 14px !important;
    line-height: 20px !important;
    }


    .fotter .right .info {
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        margin-bottom: 0;
        width: 180px;
        background: none;
        padding: 0.7rem 0;
    }

    .right .phone{
        text-align: left;
    }

    .right .svg-list {
        width: 11rem;
        margin: 0 ;
    }
}

@media (max-width: 650px){
    .fotter .box {
        width: 88%;
        padding-bottom: 6.5rem;
        padding-top: 3.5rem;
    }
   .right .info div {
        font-size: 16px;
    }
}

