
/* 
    pc端适配方案开始
*/
.customerDetailList {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.customerDetailListBanner {
    width: 100%;
    height: auto;
}

.customerDetailListBanner img {
    width: 100%;
    display: block;
    margin-top: 100px;
    height: auto;
}

.custDLContent {
    width: 66%;
    padding: 45px 0;
    margin: 0 auto;
}

.cudLCoText {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px dashed #ccc;
}

.cudLCoText p {
    font-size: 20px;
    color: #333;
    width: 100%;
    font-family: AliMedium;
}

.cudLCoText span {
    font-size: 16px;
    color: #999;
    width: 100%;
    margin-top: 12px;
    display: block;
}

.newsTextCon {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    width: 94%;
    text-align: justify;
    margin: 0 auto;
    padding-top: 35px;
}

.newsTextCon p {
    text-indent: 35px;
}

.newsTextCon p {
    display: block;
    margin: 0 auto;
    margin-top: 32px;
}

.newsTextCon p img {
    display: block;
    margin: 0 auto;
}

.preClick {
    margin-top: 40px;
}

.preClick a:hover {
    color: #CA1421;
}

.preClick a {
    font-family: AliRegular;
}

.nextClick a:hover {
    color: #CA1421;
}

.nextClick {
    margin-top: 20px;
}


.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;
}

.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;
}
.oldTextCon{
    display: none;
}
#divfooter{
    display: none;
}
/* 
    pc端适配方案结束
*/
/* 
    移动端适配方案开始
*/
@media (max-width: 767px) {
    .lasst-content{
        display: none;
    }
    .oldTextCon{
        display: block;
    }
    #divfooter{
        display: block;
    }
    .customerDetailListBanner {
        width: 100%;
    }

    .customerDetailListBanner img {
        width: 100%;
        height: 8rem;
        margin-top: 5rem;
    }
    .newsDetailNav ul li a{
        font-size: 0.7rem;
    }
    .newsDetailNav ul li a:nth-of-type(3){
        color: red;
    }
    .newsDetailNav ul li{
        /* margin-left: -2.5rem; */
    }
    .cudLCoText {
        height: 1rem;
        margin-top: -3rem;
        border: 0;
    }
    .cudLCoText span{
        display: none;
    }
    .newsTextCon{
       display: none;
    }
    .custDLContent{
        width: 90%;
    }
    .oldTextCon{
        width: 100;
        /* text-indent: 2em; */
    }
    .oldTextCon p:nth-child(1),.oldTextCon p:nth-child(3){
        text-indent: 2em;
    }
    .oldTextCon img{
        width: 90% !important;
        margin-left: 1rem;
        height: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 0.5rem;
    }
    .preClick{
        display: none;
    }
    .nextClick{
        display: none;
    }

    /* 封装h5小型模块 */
    .footer{
        display: none;
    }
    .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;
    }
    
    /* 结束 */
}
/* 
    移动端适配方案结束
*/