/* 
    pc端适配方案开始
*/
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: 100px;
}

.customerList {
    /* border: 2px solid blue; */
    padding: 20px 0;
    width: 70%;
    display: flex;
    margin: 0 auto;
}

.customerList ul {
    /* border: 1px solid blue; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
     width: 1800px; 
}

.customerList ul li {
    margin-top: 10px;
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    /*height: 450px;*/
    width: 30%;
    padding: 4px 0;
    margin: 20px auto;
}

.customerList ul li a:nth-child(2) {
    height: 21px;
    font-size: 15px;
    font-family: AliMedium;
    text-indent: 2em;
    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;
}

.dianliclass {
    position: relative;
    top: -65px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: red;
}

.customerList ul li a {
    width: 100%;
    /*height: 100%;*/
}
.customerList ul li nav{
    box-sizing: border-box;
    border: 1px solid pink;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.customerList ul li:hover nav{
    cursor: pointer;
    background-color: #0071BC;
    color: #EEEEEE;
}

.customerList ul li a img {
    width: 100%;
    /*height: 100%;*/
    border: 1px solid pink;
    width: 100%;
    display: block;
    height: 24vh;
    margin: 0 auto;
    height: 18vw;
}

.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;
}



.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;
}

.shipeiyidong {
    display: none;
}
#divfooter{

    margin: auto;

}
.footerBottom{
        display: none;
}
/* 
    pc端适配方案结束
*/

/* 媒体查询 */

/* 
    移动端适配方案开始
*/
@media (max-width: 767px) {
    .shipeiyidong {
        display: block;
    }

    .customerBanner {
        width: 100%;
        margin-top: -0.36rem;
    }

    .customerBanner img {
        height: 2.5rem;
        width: 100%;
    }

    .customerContainer {
        display: none;
    }

    #appp {
        width: 90%;
        margin: 0.4rem auto;
        text-align: center;
    }

    #appp ul li {
        margin-top: 0.5rem;
    }

    #appp ul li span {
        text-indent: 2em;
        display: block;
    }

    #appp ul li b {
        margin-top: 0.2rem;
        color: red;
        font-size: 0.4rem;
        display: block;
    }

    #appp img {
        border-radius: 0.2rem;
        width: 100%;

    }


    /* 头部图片结束 */
    /* .customerList {
        width: 95%;
        height: 60rem;
        margin-bottom: 1rem;
        border: 3px solid blue;
    }

    .customerList ul {
        border: 3px solid brown;
        height: 60rem;
        position: relative;
        top: -1.5rem;
        width: 100%;
    }

    .customerList ul li {
        text-indent: 2em;
        height: 8rem;
        width: 90%;
        margin-top: 0.1rem;
    }

    .customerList ul .lii{
        margin-top: -8rem;
    }

    .customerList ul li a:nth-of-type(1) {
        margin-top: 0.2rem;
        border-radius: 0.22rem;
        width: 100%;
    }
    .customerList ul li img{
        border-radius: 0.22rem;
        width: 100%;
    }

    .customerList ul li a:nth-of-type(2) {
        text-align: center;
        margin-left: -0.05rem;
    }
    .customerList ul li a:nth-of-type(2){
        margin-top: 1rem;
    }


    .customerList ul li a span {
        text-indent: 2em;
        font-size: 0.12rem;
    }

    .dianliclass {
        position: relative;
        left: -0.35rem;
        color: #D21827;
        font-weight: 900;
        display: block;
        top: -1.25rem;
    } */



    /* 封装h5小型模块 */
    .footer {
        display: none;
    }

    #divfooter {
        font-size: 0.3rem;
        height: 3.1rem;
        display: block;
    }
    .footerBottom{
                display: block;
    }
    #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;
    }
  

}

/* 
    移动端适配方案结束
*/