* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}


.clearfix::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

li {
    list-style: none;
}

.Exhibition-Center {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.Exhibition-title {
    width: 84%;
    margin: 0 auto;
    border-bottom: 2px solid rgba(185, 27, 33, 1);
    justify-content: space-around;
    height: 126px;
    line-height: 126px;
    display: flex;
    margin-bottom: 30px;
}

.title-left {
    width: 64%;
}

.title-right {
    margin-top: 40px;
    display: flex;
}

.apply {
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 243.13px;
    height: 61px;
    line-height: 61px;
    opacity: 1;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(228, 66, 67, 1) 0%, rgba(185, 27, 33, 1) 100%);
    margin-right: 20px;
}

.apply:hover {
    background: linear-gradient(180deg, rgba(194, 33, 33, 1) 0%, rgba(125, 5, 9, 1) 100%);
}

.audience {
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 243.13px;
    height: 61px;
    line-height: 61px;
    opacity: 1;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(1, 108, 165, 1) 0%, rgba(21, 139, 201, 1) 100%);

}

.audience:hover {
    background: linear-gradient(180deg, rgba(0, 66, 102, 1) 0%, rgba(0, 113, 173, 1) 100%);
}

.title-left span:first-child {
    font-size: 32px;
    text-align: center;
    margin-right: 20px;
}

.title-left span:nth-child(2) {
    font-size: 18px;
    text-align: center;
}


.Exhibition-main {
    height: 855px;
    opacity: 1;
    border-radius: 22px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 20px 2px rgba(21, 21, 21, 0.15);
    width: 90%;
    margin: 50px auto;
}

.container {

    display: flex;
    justify-content: space-around;
    padding: 40px;
}

.company {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    color: rgba(185, 27, 33, 1);
}

.data {
    font-size: 20px;
    width: 83%;
    margin: 0 auto;
    text-align: right;
}

.Exhibitors-comments-details {
    width: 88%;
    margin: 20px auto;
    text-align: center;
}

.comments-content {
    width: 96%;
    margin-left: 32px;
}

.comments-content p {
    text-align: left;
}

.comments-content p:nth-child(1) {
    margin: 30px 30px 20px 43px;
    font-size: 26px;
}

.comments-content p:nth-child(2) {
    line-height: 35px;
    text-indent: 2em;
    /* 首行缩进2个字符的宽度 */
    font-size: 22px;
}

.comments-content p:nth-child(3) {
    line-height: 45px;
    text-indent: 2em;
    /* 首行缩进2个字符的宽度 */
    font-size: 22px;
    margin-top: 30px;
}

.return {
    width: 83%;
    margin: 0 auto;
    text-align: right;
}

.return a {
    text-align: right;
    font-size: 24px;
    color: rgba(185, 27, 33, 1);

}

.return-content {
    width: 84%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;

}

.previous {
    font-size: 18px;
    width: 45%;
    height: 59px;
    opacity: 1;
    background: linear-gradient(90deg, rgba(185, 27, 33, 1) 0%, rgba(185, 27, 33, 0) 100%);
    white-space: nowrap; /* 强制内容在一行显示，不换行 */
    overflow: hidden; /* 超出容器宽度的内容隐藏 */
    text-overflow: ellipsis; 
}

.previous a:first-child {
    margin-left: 10px;
    line-height: 59px;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
}

.previous a:nth-child(2) {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}

.next {
    font-size: 18px;
    text-align: right;
    width: 45%;
    height: 59px;
    opacity: 1;
    background: linear-gradient(-90deg, rgba(185, 27, 33, 1) 0%, rgba(185, 27, 33, 0) 100%);
    white-space: nowrap; /* 强制内容在一行显示，不换行 */
    overflow: hidden; /* 超出容器宽度的内容隐藏 */
    text-overflow: ellipsis; 
}

.next a:first-child {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: 59px;
    margin-right: 10px;
}

.next a:nth-child(2) {
    font-size: 18px;
    margin-right: 10px;
    margin-left: 10px;
}

#footsj {
    display: none;
}

.header-banner {
    display: none;
}

@media (max-width: 750px) {
    #head {
        display: none;
    }

    #header-mobile {
        display: block;
    }

    .header-banner {
        display: block;
    }

    #foot {
        display: none;
    }

    #footsj {
        display: block;
    }

    .Exhibition-Fee-nav {
        display: none;
    }

    .Exhibition-Center {
        margin-bottom: 0px;
        width: 100%;
    }

    .Exhibition-title {
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
        display: block;
        height: 75px;
        line-height: 100px;
        border-bottom: 3px solid linear-gradient(90deg, rgba(188, 30, 35, 1) 0%, rgba(190, 31, 37, 0) 100%);
    }

    .title-left {
        display: flex;
        font-size: 18px;
        width: 100%;
    }

    .title-left span:first-child {
        width: 30%;
        height: 23px;
        display: block;
        font-size: 18px;
        margin-right: 0px;
    }

    .title-left span:nth-child(2) {
        margin-left: -10px;
        font-size: 13px;
    }

    .title-right {
        margin-left: -27px;
        justify-content: end;
        text-align: center;
        margin-top: 0px;
        font-size: 10px;
        width: 100%;
    }

    .audience {
        font-size: 11px;
        width: 102px;
        height: 28px;
        line-height: 28px;
        border-radius: 6px;
    }

    .apply {
        font-size: 11px;
        width: 102px;
        height: 28px;
        line-height: 28px;
        border-radius: 6px;
    }

    .company {
        width: 80%;
        font-size: 15px;
        margin: 70px auto;
        margin-bottom: 10px;
    }

    .Exhibitors-comments-details img {
        width: 100%;

    }

    .comments-content p:nth-child(1) {
        font-size: 12px;
    }

    .comments-content {
        margin-left: 0px;
    }

    .comments-content p:nth-child(2) {
        font-size: 12px;
    }

    .comments-content p:nth-child(3) {
        font-size: 12px;
    }

    .return a {
        font-size: 10px;
    }

    .return-content {
        margin: 20px auto;
        width: 100%;
    }

    .previous {
        display: flex;
        height: 30px;
    }

    .next {
        width: 45%;
        font-size: 12px;
        line-height: 30px;
        display: flex;
        height: 30px;
    }

    .previous a:first-child {
        margin-right: 0px;
        display: block;
        width: 80px;
        margin-left: 10px;
        line-height: 30px;
        height: 30px;
        font-size: 10px;
    }

    .previous a:nth-child(2) {
        display: block;
        width: 100px;
        white-space: nowrap;
        /* 禁止文本换行 */
        overflow: hidden;
        /* 隐藏超出容器的内容 */
        text-overflow: ellipsis;
        margin-right: 0px;
        line-height: 30px;
        height: 30px;
        font-size: 10px;
        margin-left: -40px;
    }

    .next a:first-child {
        margin-right: 0px;
        display: block;
        width: 140px;
        white-space: nowrap;
        /* 禁止文本换行 */
        overflow: hidden;
        /* 隐藏超出容器的内容 */
        text-overflow: ellipsis;
        line-height: 30px;
        height: 30px;
        font-size: 10px;
    }

    .next a:nth-child(2) {
        margin-left: 0px;
        display: block;
        width: 60px;
        margin-right: 10px;
        line-height: 30px;
        height: 30px;
        font-size: 10px;
    }


}