body{
    background: #e9f3ff;
    position: relative;
}
.slider-container{
    height: 80vh;
    width: 100vw;
    background: #04227D;
    position: relative;
    border-radius: 0 0 0 8vw;
}
.slider-container h3{
    color: #FFFFFF;
    font-size: 4.8vw;
    text-align: right;
}
.slider-container .slide .left{
    width: 40vw;
    height: 31vw;
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.slider-container .slide{
    display: flex;
    justify-content: space-between;
    padding-top: 15vh;
}
.slider-container .slide .right{
    width: 55vw;
    height: 55vh;
    /* transform: translateY(-50%); */
    border-radius: 5vw 0 0 5vw;
    overflow: hidden;
}
.slider-container .slide .right img{
    width: 100%;
    height: 55vh;
    /* object-fit: cover;
    object-position: left; */
}
.slider-container .slide .left .left-box{
    position: relative;
    /* -webkit-mask-image: url('/wp-content/themes/echodata/assets/images/IndustryInsights/Union.png');
    mask-image: url('/wp-content/themes/echodata/assets/images/IndustryInsights/Union.png'); */
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #FFFFFF;
    width: 35.5vw;
    height: 32vh;
    color: #04227D;
    padding-right: 4.5vw;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4vh;
    align-self: flex-end;    
    position: absolute;
    top: 24vh;
    border-radius: 0 50px 0 0;
}
.slider-container .slide .left .left-box .title{
    font-size: 1.8vw;
    border-bottom: 1px solid #04227D;
    padding-bottom: 2vh;
}
.slider-container .slide .left .left-box .box-text p{
    font-size: 2.5vw;
    display: inline-block;
    width: 10vw;
    text-align: left;
    font-weight: 100;
    margin-left: 1vw;
}
.slider-container .slide .left .left-box .box-text{
    font-size: 5vw;
    display: flex;
    justify-content: end;
    font-weight: 700;
    border-bottom: 1px solid #04227D;
    padding: 1vh 0;
    margin-bottom: 2vh;
}
.slider-container .slide .left .left-box .datatime{
    font-size: 1.8vw
}
.left-bg{
    position: absolute;
    bottom: -10vh;
    width: 35.5vw;
    right: 0;
    height: 10vh;
    display: flex;
    justify-content: end;
    bottom: -50px;
    height: 50px;
}
.left-bg a{
    margin-top: 10px;
}
.left-bg a:hover{
    background: #fff;;
}
.left-bg img{
    width: 50%;
    height: 100%;
}
.container {
    display: flex;
    min-height: 100vh;
    background-color: #003366;
    color: white;
}
.switch{
    height: 50px;
    text-align: right;
    padding-top: 15px;
    padding-right: 20px;
    position: absolute;
    bottom: 2vh;
    right: 0;
    z-index: 1;
}
.switch a{
    display: inline-block;
}
.switch img{
    width: 46px;
}
.cate-list{
    width: 70vw;
    height: 5vh;
    background: #FFFFFF;
    border-radius: 5vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin-top: 10vh;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;  /* IE 和 Edge */
    scrollbar-width: none; 
}
.cate-list ul{
    display: flex;
    gap: 2vw;
    align-items: center;
    flex-wrap: nowrap;
    /*overflow: hidden;*/
    white-space: nowrap;
    margin-left: 2vw;
    list-style: none;
    white-space: nowrap;
    
}
.cate-list ul .cate-list-li{
    flex-shrink: 0;   /* 禁止缩小 */
    min-width: 100px;
    text-align: center;
}
.cate-list ul a{
    color: #047AFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cate-list ul li .cate-selected{
    color: #FF5542;
}
.search{
    width: 500px;
    height: 50px;
    display: flex;
    /*justify-content: space-between;*/
    margin: 0 auto;
    padding-top: 3vh;
    margin-bottom: 35px;
}
.search button{
    width: 50px;
    height: 50px;
    border: 0;
    background: #fff;
    border-radius: 50%;
    line-height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-right: 13px;
}
.search div{
    width: 425px;
    height: 50px;
    background: #fff;
    border-radius: 5vw;
    display: inline-block;
}
.search div input{
    width: 425px;
    height: 50px;
    border: 0;
    border-radius: 5vw;
    padding-left: 10px;
}
.search div input::placeholder {
    color: #FF5542; 
  }
  
.search div input::-moz-placeholder {
    color: #FF5542;
}

.search div input::-webkit-input-placeholder {
    color: #FF5542;
}
.search button img{
    width: 20px;
    height: 20px;
}
.cate-list-box{
    width: 85vw;
    margin: 0 auto;
}
.top-img{
    width: 27vw;
    border-radius: 3vw;
    margin-bottom: 2vh;
}
.cate-list-box .list-li{
    width: 27vw;
    position: relative;
    /* display: inline-block; */
}
.post-bg{
    position: absolute;
    height: 50px;
    bottom: -50px;
    left: 0;
    width:100%;
}
.desc-box{
    /*-webkit-mask-image: url('/wp-content/themes/echodata/assets/images/IndustryInsights/Union2.png');*/
    /*mask-image: url('/wp-content/themes/echodata/assets/images/IndustryInsights/Union2.png');*/
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #FFFFFF;
    padding-top: 3vh;
    padding-left: 2vw;
    padding-right: 2vw;
    position: relative;
    margin-bottom: 10vh;
    border-radius: 30px 30px 30px 0;
}
.desc-box .post-bg-img{
    width: 75%;
    height: 50px;
}
.desc-box ul{
    margin-bottom: 3vh;
}
.desc-box ul li{
    margin-bottom: 10px;
}
.desc-box h3{
    font-size:22px;
    font-weight: 700;
    line-height: 120%;
    color: #04227D;
}
.desc-box .desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #04227D;
    margin-top: 2vh;
    padding-bottom: 4vh;
}
.desc-box li{
    display: inline-block;
    color: #04227D;
    background: #A6C4EE;
    padding: 0.5vh 1vw;
    border-radius: 10vw;
    font-size: 14px;
    margin-bottom: 3vh;
    font-weight: 400;
    font-family: 'Heebo';
}
.desc-box li:first-child{
    background: url(/wp-content/themes/echodata/assets/images/IndustryInsights/Group126.png) no-repeat left center;
    background-color: #A6C4EE;
    padding-left: 1.5vw;
    background-position-x: 0.5vw;
    background-size: 15px;
}
.desc-box .info{
    color: #FF5542;
    font-size: 16px;
    /* padding-bottom: 3vh; */
    font-weight: 600;
    position: absolute;
    bottom: -30px;
}
.desc-box .info span{
    color: #04227D;
}
.list-li a{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #04227D;
    color: #fff;
    margin-right: 0;
    width: 117px;
    height: 32px;
    border-radius: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.list-li a img{
    width: 0.5vw;
    margin-left: 0.3vw;
}
.list-ul{
    display: flex;
    gap: 3vw;
    position: relative;
}
.wp-pagenavi{
    height: 40px;
    display: flex;
    align-items: center;
}
.page{
    display: inline-block;
    justify-content: center;
    /* padding-bottom: 20vw; */
    background: linear-gradient(to bottom, transparent, #04227D);
    width: 100%;
    text-align: center;
    height: 50vh;
    display: flex;
}
.page .page-select a{
    width: auto;
    height: auto;
}
.page ul{
    display: flex;
    align-items: center;
}
.page ul li{
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: #fff;
    line-height: 2vw;
    text-align: center;
    margin-right: 0.8vw;
}
.page a{
    width: 2vw;
    height: 2vw;
    display: inline-block;
    background: #fff;
    line-height: 2vw;
    border-radius: 50%;
    margin-right: 0.8vw;
    color: #047AFF;
}
.page .current{
    width: 2vw;
    height: 2vw;
    color: #fff;
    background: #FF5542;
    display: inline-block;
    line-height: 2vw;
    border-radius: 50%;
    margin-right: 0.8vw;
}
.page .disabled{
    width: 2vw;
    height: 2vw;
    color: #047AFF;
    background: #fff;
    display: inline-block;
    line-height: 2vw;
    border-radius: 50%;
    margin-right: 0.8vw;
}
.page ul .omit{
    background: #ffffff00;
    color: #047AFF;
    font-weight: 1000;
}
.page ul a{
    color: #047AFF;
    font-weight: 400;
    font-size: 14px;
}
.page ul .selected li{
    background: #FF5542;
}
.page ul .selected {
    color: #fff;
}
.page-select{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10vw;
    padding: 0 0.8vw;
    height: 40px;
    position: relative;
}
.page-select img{
    margin-left: 0.5vw;
}
.page-select span{
    color: #047AFF;
}
.page .select{
    flex-direction: column;
    display: none;
    position: absolute;
    top: 45px;
    width: 152px;
    left: 0;
    border-radius: 10px;
    background: #fff;
}
.page .select a{
    width: 132px;
    margin: 0;    
    height: auto;
    border-radius: 0;
    text-align: center;
}
.page .select a li{
    width: 100%;
    margin: 0;
    text-align: center;
}
.author{
    background: #A6C4EE;
    width: 18vw;
    margin-top: 12vh;
    position: relative;
    border-radius: 2vw 2vw 0;
    padding-bottom: 1vh;
    height: 288px;
    width: 227px;
    border-radius: 20px 20px 0;
}
.post-left{
    width: 20vw;
    margin-left: 2.5vw;
    position: absolute;
    position: fixed;
    top: 0;
    
}
.author .photo{
    display: flex;
    justify-content: center;
    padding-top: 3vh;
    padding-top: 19px;
}
.author .photo img{
    width: 4vw;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.author-name{
    text-align: center;
    color: #A6C4EE;
    background: #04227D;
    width: 10vw;
    margin: 0 auto;
    font-weight: 300;
    padding: 0.5vh 0;
    border-radius: 10vw;
    margin: 2vh auto;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    width: 150px;
    height: 26px;
    line-height: 26px;
    background: url(/wp-content/themes/echodata/assets/images/IndustryInsights/Group126-.png) no-repeat left center;
    background-color: #04227D;
    background-size: 16px;
    background-position-x: 7px;
    padding-left: 10px;
}
.author .info{
    text-align: center;
    font-weight: 600;
    font-size: 0.8vw;
    color: #04227D;
    font-size: 12px;
}
.author ul{
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 16vw;
    background: #E9F3FF;
    border-radius: 10px;
    margin: 2vh auto;
    padding: 1vh;
    margin-top: 15px;
    width: 206px;
    height: 127px;
}
.author ul li a{
    display: -webkit-box;
    width: 11vw;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    color: #04227D;
    height: 1vw;
    font-size: 0.85vw;
    font-size: 12px;
    width: 155px;
    height: 13px;
}
.author ul li{
    display: flex;
    margin-bottom: 1vh;
}
.author ul li span{
    color: #04227D;
    background: #A6C4EE;
    /* display: flex
; */
    font-size: 0.85vw;
    /* padding: 0 0.5vw; */
    border-radius: 10vw;
    font-size: 12px;
    padding: 0 5px;
}
.author ul li:last-child{
    margin-bottom: 0;
}
.author .title{
    color: #E9F3FF;
    position: absolute;
    bottom: -3vh;
    right: 2.5vw;
    z-index: 1;
    font-size: 1.1vw;
    font-weight: 600;
    font-size: 14px;
    right: 1.5vw;
}
.author-bg{
    position: absolute;
    bottom: -6vh;
    height: 6vh;
    width: 100%;
    bottom: -4vh;
    height: 4vh;
}
.post-cate{
    background: #fff;
    width: 18vw;
    margin-top: 10vh;
    position: relative;
    border-radius: 0 2vw 2vw 2vw;
    padding-bottom: 1vh;
    width: 227px;
    /*height: 273px;*/
    border-radius: 0 20px 20px 20px;
    margin-top: 7vh;
}
.post-cate .title{
    font-size: 1.3vw;
    color: #04227D;
    font-weight: 700;
    position: absolute;
    top: -3vh;
    left: 1vw;
    z-index: 2;
    font-size: 18px;
}
.post-cate ul{
    display: flex;
    flex-direction: column;
    padding: 2vh;
    width: 18vw;
    width: 227px;
    /*height: 273px;*/
}
.post-cate li{
    display: flex;
    position: relative;
    padding-left: 0.8vw;
    margin-bottom: 2vh;
    margin-bottom: 10px;
}
.post-cate li:last-child{
    margin-bottom: 0;
}
.post-cate li::before{
    content: "•";
    position: absolute;
    left: 0;
    color: #FF5542;
    top: 1vh;
    top: 0;
}
.scroll-container {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: 73vh;
    display: flex;
    align-items: center;
}

.content-wrapper {
    display: inline-block;
    padding-bottom: 0;
    background: #F6E1E1;
    /* overflow: hidden; */
    width: 15vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    color: #FF5542;
    font-weight: 100;
    font-size: 1.5vw;
    padding: 0 2vw;
    margin-right: 5vw;
    position: relative;
}
.content-wrapper:first-child{
    margin-left: 25vw;
}
.content-wrapper:last-child{
    margin-right: 25vw;
}
.post-cate a{
    color: #04227D;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 100%;
    word-break: break-word;
}
.post-cate span{
    color: #FF5542;
}
.post-cate .cate-bg{
    position: absolute;
    top: -7vh;
    height: 7vh;
    width: 100%;
    top: -5vh;
    height: 5vh;
}
.post-content{
    width: 50vw;
    margin: 0 auto;
    padding-top: 15vh;
}
.post-content .tag li{
    display: inline-block;
    font-size: 1vw;
    background: #A6C4EE;
    color: #04227D;
    font-weight: 300;
    line-height: 140%;
    padding: 0.5vh 1vw;
    border-radius: 10vw;
}
.post-content .info{
    font-size: 0.8vw;
    color: #FF5542;
    margin: 2vh 0;
    font-weight: 600;
}
.post-content .info span{
    font-size: 0.8vw;
    color: #04227D;
}
.post-content .title{
    color: #04227D;
    line-height: 120%;
    font-weight: 700;
    font-size: 2.6vw;
    margin-bottom: 5vh;
}
.post-content img{
    width: 100%;
}
.post-content .p1{
    color: #04227D;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 140%;
}
.post-content .p1 span{
    font-weight: 600;
}
.post-content h3{
    font-weight: 700;
    color: #FF5542;
    font-size: 2.1vw;
}
.post-content h4{
    color:#047AFF;
    font-weight:700;
    font-size: 1.8vw;
}
.post-content .p2{
    color: #04227D;
    font-size: 1.15vw;
    line-height: 140%;
}
.post-cate-tag{
    width: 100%;
    margin-top: 5vh;
}
.post-cate-tag li{
    display: inline-block;
    padding: 0.5vh 1vw;
    background: #A6C4EE;
    color: #04227D;
    font-weight: 300;
    border-radius: 10vw;
    margin-right: 0.5vw;
    margin-bottom: 10px;
}
.before-and-after{
    height: 21vh;
    width: 50vw;
    display: flex;
    justify-content: space-between;
    margin-top: 5vh;
    color: #FFFFFF;
}
.before-and-after a{
    color: #FFFFFF;
}
.before-and-after-footer{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 81%;
    bottom: 2vh;
    transform: translateX(-50%);
    left: 50%;
}
.before-and-after h3{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.4vw;
    width: 20vw;
    margin: 0 auto;
    margin-top: 2vh;
    line-height: 120%;
}
.before,.after{
    position: relative;
}
.before img,.after img{
    position: absolute;
    top: 0;
    z-index: -1;
    object-fit: cover;
    height: 21vh;
}
.before,.after{
    width: 24vw;
    border-radius: 3vw;
    overflow: hidden;
    height: 21vh;
    font-size: 0.8vw;
    background-color: rgba(0, 0, 0, 0.5);
}
.before .before-and-after-footer div:first-child{
    background: url(/wp-content/themes/echodata/assets/images/IndustryInsights/post-left.png) no-repeat left center;
    padding-left: 0.7vw;
}
.after .before-and-after-footer div:last-child{
    background: url(/wp-content/themes/echodata/assets/images/IndustryInsights/post-right.png) no-repeat right center;
    padding-right: 0.7vw;
}
.post-footer{
    height: 20vh;
    width: 100%;
}
.post-right{
    position: fixed;
    right: 0;
    margin-right: 2.5vw;
    width: 20vw;
}
.post-right .post-cate{
    margin-top: 19vh;
    background: #04227D;
    width: 100%;
    height: 290px;
}
.post-right .post-cate ul{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
}
.post-right .post-cate a{
    color: #FFFFFF;
    font-size: 16px;
}
.post-right .post-cate li::before{
    color: #FFFFFF;
}
.post-right .post-cate .cate-bg{
    height: 5vh;
    top: -5vh;
    z-index: -1;
    height: 4vh;
    top: -4vh;
}
.post-right .post-cate li::before{
    content: "•";
    position: absolute;
    left: 0;
    color: #FF5542;
    transform: translateY(-50%);
    top: 50%;
}
.post-right .post-cate:first-child{  
    margin-top: 16vh;
}
.post-right .post-cate:first-child li a{
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    width: 15vw;
    height: 2.5vh;
    overflow: hidden;
    display: -webkit-box;
}
.post-right .post-cate:first-child li::before{
    color: #fff;
}
.post-right .post-cate .title{
    color: #fff;
    top: -1vh;
}
.post-right .post-cate:last-child .title{
    color: #A6C4EE;
}
.post-right .post-cate:last-child li::before{
    content: "";
}
.post-right .post-cate:last-child li a{
    color: #04227D;
    font-size: 14px;
}
.post-right .post-cate:last-child li{
    display: inline-block;
    background: #A6C4EE;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 7px;
}
.post-right .post-cate:last-child{
    height: auto;
    margin-top: 5vh;
}
.post-right .post-cate:last-child ul{
    display: block;
    height: auto;
    display: block;
    max-height: 395px;
    overflow: hidden;
}
.pp{
    font-size: 1.2vw;
}
.post-content .p3{
    font-size: 1.15vw;
}
.post-content .p4{
    font-size: 0.9vw;
}
.slider-container .slide .left .left-box .box-text .box-text-zh{
    font-size: 5vw;
}
.slide .page-btn-zh{
    position: absolute;
    top: 62vh;
    left: 11vw;
}
.slide .page-btn-en{
    position: absolute;
    top: 62vh;
    left: 5vw;
}
.slider-container .slide .left .left-box .box-text-zh{
    border-bottom: 0;
}
.carousel{
    display: none;
}
@media (max-width: 1100px) {
    .desc-box .info{
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .slide .page-btn-en{
        left: 4vw;
    }
    .slide .page-btn-zh{
        left: 8vw;
    }
}
@media (max-width: 1150px) {
    .slide .page-btn-en{
        left: 1vw;
    }
}
@media (max-width: 1450px) {
    .desc-box .post-bg-img{
        width: 70%;
    }
}
@media (max-width: 1300px) {
    .desc-box .post-bg-img{
        width: 65%;
    }
}
@media (max-width: 1100px) {
    .desc-box .post-bg-img{
        width: 60%;
    }
}
@media (max-width: 900px) {
    .slider-container{
        height: auto;
    }
    .slider-container .slide .left{
        width: 94%;
        height: auto;
    }
    .slider-container .slide{
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .slider-container .slide .left .left-box{
        width: 100%;
        height: auto;
        top: 0;
        padding-top: 25px;
        position: relative;
    }
    .left-bg{
        width: 100%;
        bottom:-57px;
        height: 58px;
        display: flex;
        justify-content: end;
    }
    .left-bg .btn{
        margin-top: 10px;
        font-size: 16px;
        padding: 0 10px;
    }
    .left-bg .btn-zh{
        width: 130px;
        height: 45px;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Noto Sans SC';
    }
    .wp-pagenavi{
        display: block;
        height: auto;
    }
    .slider-container h3{
        width: 95%;
        font-size: 40px;
        font-weight: 700;
    }
    .slider-container-zh h3{
        font-size: 50px;
        font-family: 'Noto Sans SC';
    }
    .slider-container .slide .left .left-box .title{
            font-size: 14px;
            font-weight: 400;
    }
    .slider-container .slide .left .left-box .title-zh{
        font-size: 20px;
        font-weight: 350;
        font-family: 'Noto Sans SC';
    }
    .slider-container .slide .left .left-box .title-zh span{
        font-weight: 600;
    }
    .slider-container .slide .left .left-box .box-text{
        font-size: 50px;
    }
    .slider-container .slide .left .left-box .box-text-zh{
        font-size: 46px;
    }
    .slider-container .slide .left .left-box .box-text p{
        font-size: 24px;
        width: 100px;
        font-weight: 100;
    }
    .slider-container .slide .left .left-box .datatime{
        font-size: 14px;
        font-weight: 400;
    }
    .slider-container .slide .right{
        width: 95%;
        height: auto;
        margin-left: 5%;
        margin-top: 110px;
    }
    .search div input{
        width: 65vw;
    }
    .slider-container .slide .right img{
        width: 100%;
        height: auto;
    }
    .cate-list{
        width: 90%;
        overflow: hidden;
        position: relative;
        height: 38px;
        margin-top: 55px;
    }
    .cate-list ul li{
        white-space: nowrap;
    }
    .cate-list ul li a{
        font-size: 14px;
    }
    .cate-list ul{
        position: absolute;
        left: 0;
    }
    .search{
        width: 90%;
        padding-top: 15px;
        height: 38px;
        margin-bottom: 35px;
    }
    .search button{
        width: 38px;
        height: 38px;
    }
    .search div{
        width: 75vw;
        height: 38px;
    }
    .search div input{
        height: 38px;
    }
    .cate-list-box .list-li{
        width: 100%;
    }
    .top-img{
        width: 100%;
    }
    .desc-box li{
        font-size: 12px;
        padding: 5px 12px;
        font-weight: 300;
        font-family: 'Heebo';
    }
    .desc-box li:first-child{
        padding-left: 18px;
    }
    .desc-box h3{
        font-size: 20px;
    }
    .desc-box .desc{
        font-size: 14px;
    }
    .desc-box .info{
        font-size: 3vw;
    }
    .switch{
        bottom: 0;
        display: none;
    }
    .carousel{
        width: 33vw;
        height: 5vh;
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2vw;
    }
    .carousel a {
        padding: 8px;
        background: #047AFF;
        border-radius: 50%;
    }
    .carousel .active {
        background: #FF5542;
    }
    .list-li a{
        font-size: 12px;
        width: 92px;
        height: 32px;
        right: 16%;
        bottom: 5px;
    }
    .list-li a img{
        width: 10px;
        margin-left: 5px;
    }
    .post-left{
        display: none;
    }
    .post-right{
        display: none;
    }
    .post-content{
        width: 90%;
    }
    .post-content .tag li{
        font-size: 4vw;
        padding: 0.5vh 3vw;
    }
    .post-content .info{
        font-size: 4.3vw;
    }
    .post-content .title{
        font-size: 7.5vw;
    }
    .pp{
        font-size: 4.2vw;
    }
    .post-content h3{
        font-size: 6vw;
    }
    .post-content .p2{
        font-size: 4vw;
    }
    .post-content .p4{
        font-size: 3.2vw;
    }
    
    .post-content .p3,.post-content h4,.post-content .p1,.post-content .p1 span{
        font-size: 4vw;
    }
    .post-cate-tag li{
        margin-bottom: 1vh;
    }
    .before-and-after{
        flex-direction: column;
        width: 100%;
        height:34vh;
    }
    .before, .after{
        width: 100%;
        font-size: 3vw;
        height: 15vh;
    }
    .post-content .after h3,.post-content .before h3{
        width: 80%;
        font-size: 4.5vw;
    }
    .before-and-after-footer{
        bottom: 1vh;
    }
    .before .before-and-after-footer div:first-child{
        padding-left: 2.7vw;
    }
    .slider-container .slide .left .left-box .box-text .box-text-zh{
        font-size: 46px;
        font-family: 'Heebo';
    }
    .left-box .page-btn .btn{
        width: 100px;
    }
    .slide .page-btn-en{
        position: absolute;
        top: 45vh;
        left: 2vw;
    }
    .slide .page-btn-en .btn{
        width: 160px;
    }
    .slide .page-btn-en .btn{
        font-size: 16px;
        padding: 0 40px;
        width: auto;
    }
    .slide .page-btn-zh
    {
        position: absolute;
        top: 45vh;
        left: 18vw;
    }
    .page{
        display: block;
        position: relative;
        margin-top: 50px;
    }
    .page-select{
        top: -80px;
        display: inline-block;
        line-height: 40px;
        padding: 0 10px;
    }
    .page .wp-pagenavi .disabled,.page .wp-pagenavi .current,.page .wp-pagenavi a{
        width: 26px;
        height: 26px;
        line-height: 26px;;
        background: #F6E1E1;
        margin-right: 8px;
    }
    .page .wp-pagenavi .current{
        background: #FF5542;
    }
    .page .select a{
        font-size: 14px;
        width: 100%;
    }
    .page .select{
        width: 100px;
    }
}
