html,
body {
    overflow-x: hidden;
}

.answerCon {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.answerBanner {
    width: 100%;
}

.answerBanner img {
    width: 100%;
    margin-top: 120px;
    display: block;
}

.newsDetailNav {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
}

#zuohoudaohang {
    display: none;
}

.newsDetailNav ul {
    width: 95%;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #F1F1F1;
}

.newsDetailNav ul li a {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    color: #000;
}


.newsDetailNav ul li a:hover {
    color: #0071BC;
}

.newsDetailContent {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.afterSaleContent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.newsDCList {
    width: 65%;
    margin: 0 auto;
    padding: 80px 0;
}

.newsText {
    width: 100%;
}

.newsText h1 {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
    text-align: center;
}

.rowC {
    width: 94%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.rowC .H2 {
    font-size: 14px;
    margin-right: 0.83%;
    display: inline-block;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-family: AliRegular;
    text-align: center;
    margin-top: 10px;
}

.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;
}

/* 媒体查询 */
@media (max-width: 767px) {
    #zuohoudaohang {
        width: 95%;
        display: block;
        display: flex;
    }

    #pcduanweibu {
        display: none;
    }

    .answerBanner {
        width: 100%;
    }

    .answerBanner img {
        width: 100%;
        height: 8rem;
        margin-top: 4.9rem;
    }

    .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; */
    }

    .newsDetailContent {
        width: 100%;
    }

    .newsDCList {
        width: 90%;
    }

    .newsText h1 {
        display: none;
    }

    .newsText {
        margin-top: -4rem;
        width: 100%;
        text-align: center;
        display: block;
        font-size: 1.2rem;
    }

    .newsTextCon {
        width: 100%;

    }

    .newsTextCon p:nth-of-type(1) {
        margin-top: -1rem;
    }

    .newsTextCon p:nth-of-type(2) {
        width: 100%;
    }

    .newsTextCon p:nth-of-type(2) img {
        width: 100%;

    }

    /* 最后 */
    .footer {
        display: none;
    }
}