.left-header {
    width: 200px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    z-index: 2;
    padding: 14px;
    box-shadow: -2px -10px 10px -1px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
}

.left-header .logo {
    width: 100%;
    height: 92px;
    margin-bottom: 20px;
    object-fit: contain;
}

.left-header .info {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    color: #575757;
    font-weight: 300;
    line-height: 23.4px;
    letter-spacing: 0.8px;
}

.header-btn {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 24px;
    font-size: 14px;
    background: #E4007F;
    line-height: 16px;
    color: #fff;
    font-weight: 300;
    border-radius: 6px;
}

.header-btn.back {
    background: #28008A;
}

.header-btn i {
    color: #fff;
    margin-left: 4px;
    font-weight: bold;
}

.header-btn:hover {
    background: #28008A;
    color: #fff;
}

.header-btn.back:hover {
    background: #E4007F;
    color: #fff;
}

.header-btn:hover i {
    color: #fff;
}

.left-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.left-menu .menu-item {
    padding: 7px 0;
    border-bottom: 1px solid #fff;
    transition: all .3s;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #575757;
    font-weight: 300;
    width: 100%;
    position: relative;
}

.left-menu .menu-item i {
    font-size: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.left-menu .menu-item.on,
.left-menu .menu-item:hover {
    color: #28008A;
    border-color: #F0F0F0;
}

.left-menu .menu-item.on i,
.left-menu .menu-item:hover i {
    color: #28008A;
}

.left-menu .menu-item img {
    width: 18px;
    object-fit: contain;
}

.left-header .other-menu-item {
    position: absolute;
    background: #fff;
    border-left: 8px solid #fff;
    width: 130px;
    display: none;
    transition: all .3s;
    right: -130px;
    top: 0;
}

.left-header .other-menu-item .text {
    padding: 13px 20px;
    font-size: 14px;
    color: #575757;
    display: flex;
    align-items: center;
    position: relative;
}

.left-header .other-menu-item .text .el-iconfont {
    font-size: 10px;
    margin-left: 10px;
    font-weight: bold;
    transform: rotate(-90deg);
}

.left-menu .menu-item:hover>.other-menu-item {
    display: block;
}

.left-header .other-menu-item .text:hover {
    color: #28008A;
}

.left-header .other-menu-item .text:hover>.other-menu-item {
    display: block;
}

.top-header {
    align-items: center;
    background: #fff;
    z-index: 2;
    position: relative;
    display: none;
}

.top-header .left,
.top-header .right {
    width: 50%;
    text-align: center;
}

.top-header .left img {
    width: 34%;
    object-fit: contain;
}

.top-header .right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header .right .menu-toggle {
    cursor: pointer;
    background: #28008A;
    color: #fff;
    width: 34px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 23px;
    border-radius: 3px;
    display: none;
    font-weight: bold;
}

.top-header .right .menu-toggle.on {
    display: block;
}

.top-header .top-menu {
    width: 100vw;
    position: absolute;
    background: #fff;
    left: 0;
    display: none;
    margin-top: 10px;
    max-height: calc(100vh - 42px);
    overflow-y: auto;
}

.top-header .top-menu.on {
    display: block;
}

.top-header .top-menu .menu-item {
    font-weight: 300;
    cursor: pointer;
}

.top-header .top-menu .menu-item .p10 {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-size: 16px;
    color: #575757;
}

.top-header .top-menu .menu-item i {
    font-size: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.top-header .top-menu .menu-item img {
    width: 18px;
    object-fit: contain;
}

.top-header .top-menu .menu-item.on,
.top-header .top-menu .menu-item.on .p10,
.top-header .top-menu .menu-item.on .p10 i {
    color: #28008A;
}

.top-header .top-menu .other-menu-item {
    display: none;
    width: 100%;
}

.top-header .top-menu .other-menu-item.on {}

.top-header .top-menu .other-menu-item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #575757;
    padding: 10px 20px;
    line-height: 20px;
    flex-wrap: wrap;
}

/*header end*/
.msh-zh {
    width: 100%;
    padding-left: 200px;
}

.top-banner {
    padding: 60px 0 166px;
    background-image: url("../imgs/zh-home/banner.jpg");
    background-size: cover;
    min-height: 725px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.msh-container {
    max-width: 1200px;
    width: 100%;
}

/*.msh-banner{*/
/*    padding: 10% 0% 0% 4%;*/
/*}*/
.msh-banner .img1 {
    margin-bottom: 20px;
    width: 100%;
    height: fit-content;
    max-width: 50%;
}

.msh-banner .info {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}

.msh-banner .img2 {
    width: 60%;
    padding: 70px 336px 0 0;
    box-sizing: border-box;
    object-fit: contain;
}

.banner-btns {
    display: flex;
    align-items: center;
    margin-top: 34px;
}

.banner-btns a {
    display: flex;
    align-items: center;
    width: 125px;
    height: 41px;
    border-radius: 4px;
    justify-content: center;
    font-size: 16px;
    color: #28008A;
    transition: all .3s;
    border-bottom: 2px solid #28008A;
    background: #fff;
}

.banner-btns a i {
    font-size: 17px;
    margin-left: 6px;
}

.banner-btns a.type2 {
    color: #E4007F;
    border-color: #E4007F;
    margin-left: 50px;
}

.banner-btns a:hover {
    color: #28008A;
    border-color: #28008A;
}

.top-swiper {
    background-image: linear-gradient(155deg, #28008A 0%, #54595F 100%);
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.top-swiper img {
    width: 100%;
    height: fit-content;
    object-fit: contain;
}

.d-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.msh-part1 {
    background-image: linear-gradient(90deg, #FFFFFF 75%, #28008A 0%);
    padding: 60px 0 100px;
    overflow: hidden;
}

.msh-part1 .cont {
    display: flex;
    align-items: center;
}

.msh-part1 .left {
    width: 60%;
    padding-left: 30px;
}

.msh-part1 .left .title {
    color: #000000;
    font-size: 46px;
    font-weight: 600;
    line-height: 68px;
    padding: 50px 0 40px;
    position: relative;
}

.msh-part1 .left .title .icon {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 21px;
    left: 660px;
}

.msh-part1 .left .info {
    margin-bottom: 14px;
    font-size: 16px;
    color: #575757;
    font-weight: 300;
    line-height: 32px;
}

.msh-part1 .left .info span {
    font-weight: 400;
}

.msh-part1 .left .btns {
    display: flex;
    margin-top: 34px;
}

.msh-part1 .left .btns a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #0E172D;
    cursor: pointer;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 5px;
    border-bottom: 1px solid #B2B4BC;
    transition: all .3s;
}

.msh-part1 .left .btns a:last-child {
    margin-left: 47px;
}

.msh-part1 .left .btns a i {
    font-size: 16px;
    margin-left: 6px;
}

.msh-part1 .left .btns a:hover {
    border-color: #0E172D;
}

.msh-part1 .left .l {
    max-width: 75%;
    height: 1px;
    background: #000;
    margin: 35px 0;
}

.msh-part1 .left .num {
    width: 100%;
    display: flex;
}

.msh-part1 .left .num .num-item {
    width: 26%;
    font-weight: 300;
}

.msh-part1 .left .num .num-item .t1 {
    font-size: 36px;
    line-height: 40px;
    color: #21273F;
}

.msh-part1 .left .num .num-item .t1 span {
    color: #000000;
    font-size: 28px;
    line-height: 40px;
    position: relative;
    left: -6px;
    top: -14px;
}

.msh-part1 .left .num .num-item .t2 {
    color: #929292;
    font-size: 18px;
    line-height: 26px;
}

.msh-part1 .right {
    padding-left: 30px;
    width: 40%;
}

.msh-part1 .right img {
    width: 100%;
    object-fit: contain;
    box-shadow: -15px 7px 20px -1px rgba(0, 0, 0, 0.5);
    transition: all .3s;
}

.msh-part1 .right img:hover {
    transform: translateY(-6px);
}

.msh-part2 {
    padding: 70px 10px 100px;
}

.msh-sub-title {
    text-align: center;
    font-size: 16px;
    color: #bfbfbf;
    margin-bottom: 30px;
    line-height: 19px;
}

.msh-title {
    color: #000000;
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    text-align: center;
}

.theme-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.theme-line1 {
    width: 50%;
    padding: 10px 40px 10px 10px;
}

.theme-line2 {
    width: 50%;
    padding: 150px 10px 10px 10px;
}

.theme-item {
    margin-bottom: 100px;
}

.theme-item img {
    width: 100%;
    max-width: 500px;
}

.theme-item .name {
    margin-top: 20px;
    color: #121212;
    font-size: 24px;
    line-height: 29px;
}

.theme-item .site {
    line-height: 32px;
    margin-top: 20px;
    color: #262626;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
}

.theme-item .info {
    line-height: 32px;
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 300;
}

.theme-item .info span {
    font-weight: 400;
}

.p10 {
    padding: 10px;
}

.msh-part3 {
    overflow: hidden;
    max-width: 100vw;
}

.msh-part3-title {
    margin-top: 7%;
    padding: 0% 4% 0% 4%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.msh-part3-title .text {
    display: flex;
    align-items: center;
    font-size: 36px;
    color: #212121;
    line-height: 43px;
    letter-spacing: 1px;
}

.msh-part3-title .text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #28008A;
    display: block;
    margin-right: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.msh-part3-title .l {
    margin: 15px 0;
    max-width: 48vw;
    height: 1px;
    background: #212121;
}

.msh-part3-title .ps {
    color: #0E172D;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.8px;
}

.gold-list {
    padding: 20px 15px;
    display: flex;
}

.gold-list .left {
    width: 30%;
    height: 150px;
    object-fit: contain;
    flex-shrink: 0;
}

.gold-list .right {
    flex: 1;
    color: #575757;
}

.gold-list .right .t1 {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding: 8px 0 16px;
}

.gold-list .right .t2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1px;
}

.forum-item {}

.forum-img {
    aspect-ratio: 1264 / 1901;
    overflow: hidden;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}

.forum-img img {
    /* width: 100%;
    height: 100%;
    object-fit: contain; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.forum-item:hover .forum-img {
    transform: scale(1.03);
    transform-origin: bottom;
}

.forum-item .name {
    font-weight: bold;
    font-size: 20px;
    color: #202229;
    line-height: 24px;
    margin: 14px 0;
    height: 24px;
}

.forum-item .time {
    font-size: 14px;
    color: #202229;
    line-height: 24px;
    height: 24px;
    margin-bottom: 14px;
}

.forum-item .desc {
    font-size: 14px;
    color: #202229;
    line-height: 24px;
    /*height: 72px;*/
}

/* 活动标签 */
.forum-item .tags {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
    margin: 10px 0;
}

.forum-item .tags .tagsitem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 12px;
    background: var(--color-dropdown-item-hover-bg);
    border-radius: 4px;
}

.forum-item .tags .tagsitem .el-icon-leibie {
    color: var(--color-primary);
    font-size: 18px;
    margin-right: 6px;
}

.forum-item .tags .tagsitem div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 16px;
}


.msh-part3 .explore-line {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.msh-part3 .explore-line .forum-btn {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.msh-part3 .explore-line .swiper-btn-pagination {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.msh-part3 .explore-line .swiper-btn-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    background-color: #EAEAEA;
}

.msh-part3 .explore-line .swiper-btn-pagination .swiper-pagination-bullet-active {
    background-color: #46169B;
}

.factory-line {
    display: flex;
    align-items: center;
}

.factory-line .left {
    width: 50%;
}

.factory-line .left .icon {
    margin: 40px 0px 30px 0px;
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.factory-line .left .swiper-slide {
    padding: 0 50px;
}

.factory-line .left .name {
    font-size: 20px;
    font-weight: 700;
    color: #28008A;
    line-height: 35px;
}

.factory-line .left .info {
    line-height: 25px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}

.factory-line .right .swiper .el-iconfont {
    position: absolute;
    color: hsla(0, 0%, 93.3%, .9);
    font-size: 24px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.factory-line .right .swiper .el-icon-a-jiantouyou {
    left: 10px;
}

.factory-line .right .swiper .el-icon-a-jiantouyou-copy {
    right: 10px;
}

.factory-line .right .swiper .swiper-dot {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.factory-line .right .swiper .swiper-dot .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    margin: 0 6px;
    background: #000;
    opacity: .2;
    border-radius: 50%;
}

.factory-line .right .swiper .swiper-dot .swiper-pagination-bullet-active {
    opacity: 1;

}

.factory-line .right {
    width: 50%;
}

.factory-line .right img {
    border-radius: 20px;
    width: 100%;
    object-fit: contain;
}

.factory-logo {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 19px;
    margin-top: 20px;
}

.factory-logo .logo-item {
    cursor: pointer;
}

.factory-logo .logo-item img {
    width: 100%;
    object-fit: contain;
}

.msh-part3 .toast-info {
    text-align: right;
    width: 100%;
    font-size: 16px;
    color: #575757;
    margin: 19px 0;
    font-weight: 300;
}

.msh-part4 {
    padding: 100px 0px 100px 30px;
    margin-top: 100px;
}

.msh-part4 .msh-title {
    margin-bottom: 20px;
}

.exhibitors-list {
    display: flex;
    flex-wrap: wrap;
}

.exhibitors-item {
    width: 50%;
    padding: 0% 7.5% 0% 0%;
    margin-top: 35px;
}

.exhibitors-item .el-icon-yinhao {
    font-size: 39px;
    margin-bottom: 20px;
    color: #BFBFBF;
    width: fit-content;
    transition: all .3s;
}

.exhibitors-item .el-icon-yinhao:hover {
    transform: scale(1.1);
}

.exhibitors-item .desc {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.exhibitors-item .position {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
}

.exhibitors-item .c-name {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 3px;
}

.msh-part5 {
    margin: 80px 0;
    padding: 10px 10px 30px;
    overflow: hidden;
}

.msh-part5 .msh-title {
    font-size: 48px;
    line-height: 57px;
}

.msh-part5 .media-swiper {
    margin-top: 20px;
    width: 100%;
    padding: 0 30px;
}

.media-swiper img {
    object-fit: contain;
    width: 100%;
    max-height: 120px;
}

.media-swiper .media-btn {
    position: absolute;
    height: 100%;
    color: #6EC1E4;
    font-size: 20px;
    top: 0;
    background: #fff;
    padding: 0 3px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.media-swiper .el-icon-a-jiantouyou {
    left: 0;
}

.media-swiper .el-icon-a-jiantouyou-copy {
    right: 0;
}

.factory-logo-swiper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    scale: 0;
    z-index: 5;
}

.factory-logo-swiper.on {
    scale: 1;
}

.factory-logo-swiper .cover-logo-header {
    position: absolute;
    padding: 15px 20px;
    width: 100%;
    top: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.factory-logo-swiper .cover-logo-header .page {
    font-size: 15px;
}

.factory-logo-swiper .cover-logo-header .close {
    cursor: pointer;
    font-size: 20px;
}

.factory-logo-swiper .cover-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px;
}

.factory-logo-swiper .cover-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.factory-logo-swiper .factory-logo-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    z-index: 2;
}

.factory-logo-swiper .el-icon-a-jiantouyou {
    left: 70px;
}

.factory-logo-swiper .el-icon-a-jiantouyou-copy {
    right: 70px;
}

@media (max-width: 1024px) {
    .left-header {
        display: none;
    }

    .top-header {
        display: flex;
    }

    .msh-zh {
        padding-left: 0;
    }

    .msh-banner .img1 {
        max-width: 30%;
    }

    .top-banner {
        background-attachment: unset;
    }

    .msh-title {
        font-size: 45px;
        line-height: 54px;
    }

    .top-swiper {
        position: relative;
    }
}

@media (max-width: 767px) {
    .top-banner {
        padding: 20px 0 100px;
    }

    .msh-banner .img1 {
        max-width: 87%;
    }

    .top-swiper {
        position: absolute;
    }

    .msh-banner .img2 {
        width: 53%;
    }

    .top-banner {
        background-image: url("../imgs/zh-home/banner2.png");
    }

    .msh-part1 .left .title {
        font-size: 22px;
        line-height: 28px;
    }

    .msh-part1 .cont {
        flex-direction: column;
    }

    .msh-part1 .left .num .num-item {
        text-align: center;
        width: 34%;
    }

    .msh-part1 .left .num .num-item .t1 {
        font-size: 12px;
        line-height: 16px;
    }

    .msh-part1 .left .num .num-item .t1 span {
        font-size: 21px;
        line-height: 29px;
        position: relative;
        left: 0;
        top: -5px;
    }

    .msh-part1 .left .num .num-item .t2 {
        font-size: 12px;
    }

    .msh-part1 .left .l {
        max-width: unset;
        width: 130%;
    }

    .msh-part1 .left {
        width: 100%;
        padding: 0 30% 0 40px;
    }

    .msh-part1 .right {
        margin: 30px 10px 10px 10px;
        width: calc(100% - 20px);
    }

    .theme-list {
        flex-direction: column;
    }

    .theme-line1,
    .theme-line2 {
        width: 100%;
        padding: 10px;
    }

    .theme-item img {}

    .msh-title {
        font-size: 45px;
        padding: 0 10px;
        line-height: 54px;
        text-align: left;
    }

    .msh-sub-title {
        margin-bottom: 14px;
        text-align: left;
        padding: 0 10px;
    }

    .factory-line {
        flex-direction: column;
    }

    .factory-line .left,
    .factory-line .right {
        width: 100%;
    }

    .factory-logo {
        grid-template-columns: repeat(2, 1fr);
    }

    .msh-part4 {
        padding: 20px;
    }

    .exhibitors-item {
        width: 100%;
        padding: 0;
    }

    .msh-part5 .msh-title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .gold-list {
        flex-direction: column;
    }

    .gold-list .left {
        width: 100%;
    }

    .gold-list .right {
        text-align: center;
    }

    .factory-logo-swiper .cover-logo {
        padding: 0;
    }

    .factory-logo-swiper .factory-logo-btn {
        padding: 10px;
        background: rgba(0, 0, 0, .5);
    }

    .factory-logo-swiper .el-icon-a-jiantouyou {
        left: 0;
    }

    .factory-logo-swiper .el-icon-a-jiantouyou-copy {
        right: 0;
    }
}

@media (max-width: 480px) {
    .factory-logo {
        grid-template-columns: repeat(1, 1fr);
    }
}