html,
body {
    overflow-x: hidden;
}
#zuihou{
    display: none;
}
.customerContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.customerBanner {
    width: 100%;
    height: auto;
}

.customerBanner img {
    display: block;
    width: 100%;
    margin-top: 120px;
}

.customerList {
    padding: 90px 0;
    width: 66%;
    display: flex;
    margin: 0 auto;
}

.customerList ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    /* width: 1200px; */
}

.customerList ul li {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 4px 0;
    margin: 0 auto;
}

.customerList ul li a:nth-child(2) {
    height: 21px;
    font-size: 20px;
    font-family: AliMedium;
    font-weight: 500;
    display: block;
    margin-left: 10px;
    margin-top: 32px;
}

.customerList ul li a:nth-child(3) {
    width: 320px;
    height: 61px;
    font-size: 14px;
    font-family: AliRegular;
    font-weight: 400;
    display: block;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 18px;
}

.customerList ul li a img {
    display: block;
    margin: 0 auto;
}

.last-content {
    width: 100%;
    /* width: 1920px; */
    /* height: 84px; */
    background: #F8F8F8;
    /* margin: 0 auto; */
    padding-top: 20px;
}

.last-tit,
.last-con {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.lianxi li {
    position: relative;
}

.lianxi li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.lianxi li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 18px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.lianxi li:last-child a {
    color: #340606;
    font-size: 26px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    z-index: 999;
    line-height: 52px;
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    bottom: 120px;
}

.footer {
    width: 100%;
    height: 350px;
    background: #EEEEEE !important;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.left {
    width: 33.33%;
    flex: 1;
    flex-shrink: 0;
    padding-left: 4%;
}

.left .foot-left-logo {
    width: 20%;
    height: 47px;
    margin-left: 40%;
    margin-top: 43px;
}

.foot-left-logo img {
    display: block;
    width: 100%;
    height: 47px;
}

.left-list {
    width: 100%;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
}

.left-list ul {
    margin-left: 41%;
    float: left;
}

.left-list ul li {
    width: 90px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-left: -20px;
    padding-right: 15px;
    float: left;
}

.left-list ul>.jishu {
    text-align: left;
}

.left-hotServer,
.left-address {
    display: flex;
    margin-left: 43%;
}

.left-hotServer li {
    margin-left: -15px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.left-address li {
    margin-left: -15px;
}

.center {
    flex: 1;
    display: flex;
    justify-content: space-around;
    margin-left: 2%;
}

.center-products,
.center-solution,
.center-partner,
.center-about {
    margin-top: 40px;
}

.line {
    width: 100px;
    height: 1px;
    background: #666666;
    margin-top: 2px;
}

.products-tit {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.center-products ul {
    margin-top: 20px;
}

.center-solution ul {
    margin-top: 20px;
}

.center-solution ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-products ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-partner ul {
    margin-top: 20px;
}

.center-partner ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-about ul {
    margin-top: 20px;
}

.center-about ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.right {
    flex: 1;
    display: flex;
    margin-top: 36px;
}

.right-one {
    margin-left: 50px
}

.right-two {
    margin-left: 20px;
}

.right-two img {
    width: 103px;
    height: 102px;
    display: block;
}


/* 媒体查询 */
@media (max-width: 767px) {
    .customerBanner {
        width: 100%;
        margin-top: -0.8rem;
    }

    .customerBanner img {
        height: 2.5rem;
        width: 100%;
    }

    /* 头部图片结束 */

    .customerList {
        width: 95%;
        display: flex;
        height: 4.5rem;
        margin-bottom: 1rem;
    }

    .customerList ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        /* height: 1rem; */
        margin-top: -1.5rem;
    }

    .customerList ul li {
        display: flex;
        flex-direction: column;
        width: 30%;
        height: 4rem;
        padding: 4px 0;
        margin: 0 auto;
    }

    .customerList ul li a:nth-of-type(2) {
        text-align: center;
        margin-top: -0.01rem;
        margin-left: -0.05rem;
    }

    .customerList ul li a:nth-of-type(3) {
        line-height: 1rem;
        text-align: center;
        margin-top: -0.01rem;
        margin-left: -2rem;
    }

    .customerList ul li a:nth-of-type(1) {
        height: 100%;
    }

    .customerList ul li a img {
        border-radius: 0.1rem;
        width: 2rem;
        height: 100%;
    }

    .customerList ul li a span {
        font-size: 0.12rem;
    }

    /* 封装h5小型模块 */
    .footer {
        display: none;
    }

    #divfooter {
        font-size: 0.12rem;
        height: 3.1rem;
    }

    #divfooter #zuihou {
        width: 100%;
        display: flex;
    }

    #divfooter #zuihou .vertical {
        margin-top: -0.1rem;
        margin-left: -1rem;
    }

    #divfooter #zuihou .vertical ul {
        width: 5rem;
    }

    #divfooter #zuihou .vertical ul li {
        width: 100%;
        height: 0.7rem;
        text-align: center;
        line-height: 0.7rem;
    }
    .right-two{
        width: 2rem;
        height:2rem;
    }
    .right-two img{
        width: 100%;
        height: 100%;
    }
     .right{
        position: relative;
        top: -0.55rem;
        margin-left: -2.8rem;
    } 

    /* .#vertical{
        border: 1px solid blue;
    } */
    /* .zuihou{
        width: 100%;
        display: flex;
    }
    .vertical{
        margin-top: 1rem;
        margin-left: 2rem;
    }
    .vertical ul{
        width:5rem ;
    }
    .vertical ul li{
        width: 100%;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
    }
    .right-two{
        width: 6rem;
        height:6rem;
    }
    .right-two img{
        width: 100%;
        height: 100%;
    }
     .right{
        position: relative;
        top: -0.55rem;
        margin-left: -2.1rem;
    } */

    /* 结束 */

}