@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-04-29 09:19:34
 * @LastEditTime: 2025-01-06 15:35:22
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description: 新版国家综合展个性化布局
 */
body {
    background: rgb(244, 248, 255);
}

.ciiefont.ciie-more {
    font-size: 24px;
    line-height: 32px;
    color: #949eb3;
}

.u-common-tt-box {
    display: flex;
    align-self: center;
    justify-content: center;
}

.u-common-tt-box .u-common-tt {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(41, 41, 41, 1);
}

.u-common-tt-box .u-common-tt .f-fc1 {
    color: rgb(0, 56, 148);
}

.u-common-tt-box .u-common-tt .f-fc2 {
    color: rgb(227, 0, 0);
}

.u-common-tt-box.u-style1 .u-common-tt {
    font-size: 24px;
}

.m-country-index-box .m-bread-crumbs-box,
.m-country-index-box .m-bread-crumbs-box>a {
    color: #fff;
}

.m-bg-country-box {
    padding: 0 15px 0 10px;
    height: 540px;
    background: url(../../../img/zh/country/20240716-01.png) no-repeat 0 0/100% 100%;
}

.m-bg-country-box .u-bg-country-box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.u-bg-country-box .u-tt-box .u-tt {
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 4px rgba(14, 19, 48, 0.4);
}

.u-bg-country-box .u-login-box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.u-bg-country-box .u-login-box .u-login-link {
    padding: 0 46px 0 6px;
    height: 56px;
    background-image: linear-gradient(90deg, rgba(240, 87, 11, 1) 0%, rgba(255, 181, 38, 1) 100%);
    border-image-source: linear-gradient(170deg, rgba(225, 65, 50, 1) 0%, rgba(254, 133, 121, 1) 100%);
    border-image-slice: 1;
    font-size: 20px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 1);
    border-radius: 25px;
}

.u-bg-country-box .u-login-box .u-login-link .ciiefont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: rgba(220, 110, 69, 1);
}

.m-country-notice-box .u-country-notice-box {
    padding-left: 100px;
    margin: 40px 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background-image: linear-gradient(90deg, rgba(43, 87, 210, .9) 25%, rgba(93, 174, 246, .9) 100%);
    box-shadow: inset 5px 10px 27px 0px rgba(255, 255, 255, 0.85), 1px 3px 5px 0px rgba(0, 64, 181, 0.8);
    border-radius: 35px;
}

.m-country-notice-box .u-country-notice-box .u-tt {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 2px rgba(0, 64, 181, 0.8);
}

.m-country-notice-box .u-country-notice-box .u-icon {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 100px;
    height: 100px;
    background: url(../../../img/zh/country/20240716-14.png) no-repeat 0 0/100% 100%;
    transform: translateY(-50%);
}

.m-review-country-box .u-common-tt-box,
.m-review-china-box .u-common-tt-box,
.m-country-review-box .u-common-tt-box {
    margin: 50px 0 30px;
}

.u-review-country-list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 55px;
}

.u-review-country-list li>a {
    display: block;
}

.u-review-country-list li .u-tt {
    margin-bottom: 15px;
    padding: 12px 0;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: rgba(41, 41, 41, 1);
}

/* .u-review-country-list li .u-tt>a {
    color: rgba(41, 41, 41, 1);
} */

.u-review-country-list li .u-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 380px; */
    height: 285px;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.4);
    border-radius: 5px;
    overflow: hidden;
}

.u-review-country-list li .u-img-box img {
    transition: all .6s;
    object-fit: contain;
    height: 100%;
}

.u-review-country-list li .u-img-box .ciiefont {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* .u-review-country-list li .u-img-box .ciiefont::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    z-index: 9;
} */

.u-review-country-list li .u-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px;
    word-wrap: break-word;
    height: 60px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
    text-align: center;
    overflow: hidden;
}

.u-review-country-list li a:hover .u-img-box img {
    transform: scale(1.05);
    opacity: 0.95;
}

.u-review-country-list.u-style1,
.u-review-country-list.u-style2 {
    grid-template-columns: repeat(4, 1fr);
}

.u-review-country-list.u-style1 .u-img-box,
.u-review-country-list.u-style2 .u-img-box {
    /* width: 281px; */
    height: 190px;
}

.u-review-country-list.u-style2 li>a {
    box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.4);
}

.u-review-country-list.u-style2 .u-img-box {
    box-shadow: none;
    border-radius: 5px 5px 0 0;
}

.u-review-country-list.u-style3 {
    column-gap: 30px;
}

.u-review-country-list li .u-img-box {
    height: 246px;
    border-radius: 0;
}

.u-review-country-list1 {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 48px;
    row-gap: 38px;
}

.u-review-country-list1 .u-item {
    display: block;
    position: relative;
}

.u-review-country-list1 .u-img-box {
    width: 176px;
    height: 222px;
}

.u-review-country-list1 .u-tt {
    position: absolute;
    padding-left: 176px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 112px;
    background-image: linear-gradient(180deg, rgba(21, 120, 255, .1) 0%, rgba(255, 255, 255, .9) 60%);
    box-shadow: -6px 8px 12px 0px rgba(210, 224, 249, 0.6);
    border-radius: 56px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    z-index: -1;
}

.m-review-china-box .u-review-more-box {
    margin-top: 20px;
    text-align: center;
}

.m-review-china-box .u-review-more-box span {
    font-size: 16px;
    color: #ffffff;
}

.m-news-box {
    margin-top: 70px;
    padding: 70px 0;
    background-color: rgba(232, 239, 244, 1);
}

.m-news-box .u-news-box {
    margin-top: 40px;
}

.m-news-box .u-news-box .u-news-carousel-box {
    width: 480px;
    height: 360px;
}

.m-news-box .u-news-box .u-news-carousel-box .swiper-slide {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.4);
}

.m-news-box .u-news-box .u-news-carousel-box .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.m-news-box .u-news-box .u-news-carousel-box .u-img-box img {
    border-radius: 5px;
}

.m-news-box .u-news-box .u-news-carousel-box .u-txt-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .01) 100%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 9;
}

.m-news-box .u-news-box .u-news-carousel-box .u-txt-box .u-tt {
    max-height: 96px;
    font-size: 22px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.m-news-box .u-news-carousel+.swiper-pagination {
    width: 100%;
    bottom: 20px;
    z-index: 10;
}

.m-news-box .u-news-carousel+.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
}

.m-news-box .u-news-carousel+.swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px;
}

.m-news-box .u-news-carousel+.swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    background-color: #50ccff;
    border-radius: 5px;
}

.m-news-box .u-news-box .u-news-list-box {
    width: 655px;
}

.m-news-box .u-news-box .u-news-list-box .u-news-list li>a {
    position: relative;
    padding-left: 16px;
    display: block;
    font-size: 20px;
    line-height: 54px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-news-box .u-news-box .u-news-list-box .u-news-list li>a::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid rgba(145, 156, 209, .8);
    transform: translateY(-50%);
}

.m-news-box .u-news-box .u-news-list-box .u-news-list li>a:hover {
    color: #004098;
}

.m-news-box .u-news-box .u-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 56, 148, 1);
}

.m-news-box .u-news-box .u-more .ciiefont {
    margin-left: 15px;
    color: rgb(0, 51, 153);
}

.m-country-review-wrap {
    min-height: 500px;
    padding-bottom: 120px;
}

.m-review-tab-box {
    padding: 0 15px;
    margin-bottom: 50px;
    background-color: rgba(0, 64, 152, 1);
    border-radius: 27px;
    overflow-y: hidden;
    overflow-x: auto;
    height: 56px;
}

.m-review-tab-box .u-review-tab-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}

.m-review-tab-box .u-review-tab-box li {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.m-review-tab-box .u-review-tab-box .u-name {
    padding: 0 38px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}

.m-review-tab-box .u-review-tab-box li.z-crt .u-name {
    background-color: rgba(255, 255, 255, 1);
    font-size: 20px;
    color: rgb(208, 2, 27);
    font-weight: 600;
    border-radius: 22px;
}

.m-review-tab-box .u-review-tab-box.u-style1 {
    justify-content: center;
}

.m-review-tab-box .u-review-tab-box.u-style1 li+li {
    margin-left: 10%;
}

.m-gallery-layer-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.m-gallery-layer-box .u-gallery-carousel {
    width: 100%;
    height: 100%;
}

.m-gallery-layer-box .u-gallery-carousel .swiper-slide {
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-gallery-layer-box .u-gallery-carousel .swiper-slide img,
.m-gallery-layer-box .u-gallery-carousel .swiper-slide video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    /* transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%; */
}

.m-gallery-layer-box .u-gallery-carousel .swiper-button-next,
.m-gallery-layer-box .u-gallery-carousel .swiper-button-prev {
    color: #fff;
    pointer-events: auto !important;
}

.m-gallery-layer-box .u-gallery-carousel .swiper-pagination {
    top: 10px;
    bottom: auto;
    padding: 0 15px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: rgba(225, 255, 255, .8);
}

/*********国家综合展弹出层***********/
.layui-layer.layer-country-gallery {
    background-color: transparent;
}

.u-country-review-details-box .u-img-txt-srs-box {
    margin-bottom: 48px;
    overflow: hidden;
}

.u-country-review-details-box .u-img-txt-srs-box .u-img {
    margin-right: 80px;
    float: left;
    width: 375px;
}

.u-country-review-details-box .u-img-txt-srs-box .u-tt {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
}

.u-country-review-details-box .u-img-txt-srs-box .p1 {
    margin-top: 22px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
    text-indent: 2em;
}

.u-country-review-details-box .u-video-box {
    margin: 100px 50px 0;
    height: 500px;
    text-align: center;
}

.u-country-review-details-box .u-video-box video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.enpage .u-bg-country-box .u-tt-box .u-tt {
    margin-bottom: 42px;
}

.enpage .u-bg-country-box .u-login-box .u-login-link {
    font-size: 16px;
    letter-spacing: 0;
}

@media screen and (min-width:2000px) {}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

/********** 移动端及华为C7平板 ***********/
@media screen and (max-width:992px) {

    .u-common-tt-box.u-style1 .u-common-tt {
        font-size: .48rem;
    }

    .u-review-country-list li .u-tt {
        margin-bottom: .3rem;
        padding: .24rem 0;
        font-size: .44rem;
        line-height: .52rem;
    }

    .m-review-country-box,
    .m-review-china-box,
    .m-news-box,
    .m-country-review-box {
        padding: .3rem .25rem;
    }

    .m-country-review-wrap {
        min-height: 6rem;
        padding-bottom: .7rem;
    }

    .m-review-country-box .u-common-tt-box,
    .m-review-china-box .u-common-tt-box,
    .m-country-review-box .u-common-tt-box {
        margin: .5rem 0 .3rem;
    }

    .u-review-country-list,
    .u-review-country-list.u-style1,
    .u-review-country-list.u-style2 {
        grid-template-columns: repeat(2, 1fr);
        column-gap: .3rem;
        row-gap: .3rem;
    }

    .m-bg-country-box .u-bg-country-box,
    .m-news-box .u-news-box {
        display: block;
    }

    .m-bg-country-box {
        padding: 0 .25rem .5rem;
        height: auto;
        background-position: center top;
        background-size: auto 100%;
    }

    .u-bg-country-box .u-tt-box .u-tt {
        margin: .4rem 0;
        font-size: .5rem;
        text-align: center;
    }

    .u-bg-country-box .u-tt-img {
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        text-align: center;
    }

    .u-bg-country-box .u-login-box {
        margin-top: .5rem;
    }

    .u-bg-country-box .u-login-box .u-login-link {
        padding: 0 .4rem 0 .2rem;
        height: .68rem;
        font-size: .34rem;
        line-height: .68rem;
        border-radius: .5rem;
    }

    .u-bg-country-box .u-login-box .u-login-link .ciiefont {
        margin-right: .22rem;
        width: 0.5rem;
        height: .5rem;
        border-radius: 50%;
        font-size: .26rem;
    }

    .m-country-notice-box .u-country-notice-box {
        padding-left: .5rem;
        margin: .4rem 0 0;
        height: auto;
        border-radius: 0;
        padding: .15rem .15rem .15rem .8rem;
        box-shadow: none;
    }

    .m-country-notice-box .u-country-notice-box .u-tt {
        font-size: .26rem;
        line-height: .3rem;
    }

    .m-country-notice-box .u-country-notice-box .u-icon {
        left: .15rem;
        width: .5rem;
        height: .5rem;
    }

    .u-review-country-list li .u-img-box,
    .m-news-box .u-news-box .u-news-carousel-box,
    .m-news-box .u-news-box .u-news-list-box {
        width: 100%;
    }

    .u-review-country-list li .u-img-box {
        height: 2.5rem;
    }

    .u-review-country-list.u-style1 .u-img-box,
    .u-review-country-list.u-style2 .u-img-box {
        height: 2.2rem;
    }

    .u-review-country-list li .u-txt {
        padding: .1rem;
        height: 1.15rem;
        font-size: .26rem;
        font-weight: 500;
        border-radius: 0 0 .1rem .1rem;
    }

    .u-review-country-list1 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: .76rem;
    }

    .u-review-country-list1 .u-img-box {
        width: 3.52rem;
        height: 4.44rem;
    }

    .u-review-country-list1 .u-tt {
        padding-left: 3.52rem;
        height: 2.24rem;
        border-radius: 1.12rem;
        font-size: .4rem;
    }

    .m-news-box .u-news-box {
        margin-top: .4rem;
    }

    .m-news-box .u-news-box .u-news-carousel-box {
        height: auto;
    }

    .m-news-box .u-news-box .u-news-carousel-box .u-txt-box {
        padding-bottom: .4rem;
        height: 1.5rem;
    }

    .m-news-box .u-news-box .u-news-carousel-box .u-txt-box .p1 {
        max-height: .96rem;
        font-size: .22rem;
        line-height: .32rem;
    }

    .m-news-box .u-news-carousel+.swiper-pagination {
        bottom: .2rem;
    }

    .m-news-box .u-news-box .u-news-list-box {
        padding-top: .5rem;
    }

    .m-review-tab-box {
        padding: 0 .3rem;
        margin-bottom: .5rem;
        border-radius: .54rem;
        background-color: rgba(0, 64, 152, 1);
        height: auto;
    }

    .m-review-tab-box .u-review-tab-box::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .m-review-tab-box .u-review-tab-box li {
        padding: .1rem 0;
    }

    .m-review-tab-box .u-review-tab-box .u-name {
        padding: 0 .5rem;
        height: .6rem;
        font-size: .32rem;
        line-height: .6rem;
    }

    .m-review-tab-box .u-review-tab-box li.z-crt .u-name {
        font-size: .36rem;
        border-radius: .44rem;
    }

    .m-review-tab-box .u-review-tab-box.u-style1 {
        justify-content: flex-start;
    }

    .m-review-tab-box .u-review-tab-box.u-style1 li+li {
        margin-left: .3rem;
    }

    .u-country-review-details-box .u-img-txt-srs-box {
        margin-bottom: .96rem;
    }

    .u-country-review-details-box .u-img-txt-srs-box .u-img {
        margin-right: .4rem;
        width: 60%;
    }

    .u-country-review-details-box .u-img-txt-srs-box .u-tt {
        font-size: .48rem;
        line-height: .6rem;
    }

    .u-country-review-details-box .u-img-txt-srs-box .p1 {
        margin-top: .44rem;
        font-size: .32rem;
        line-height: .6rem;
    }

    .u-country-review-details-box .u-video-box {
        margin: 1.5rem 0 0;
        height: 4.5rem;
    }

    .enpage .u-bg-country-box .u-tt-box .u-tt {
        margin-bottom: revert;
    }

    .enpage .u-bg-country-box .u-login-box .u-login-link {
        font-size: .28rem;
        letter-spacing: 0;
    }

}

@media screen and (max-width:768px) {

    .u-review-country-list,
    .u-review-country-list.u-style1,
    .u-review-country-list.u-style2,
    .u-review-country-list.u-style3 {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
    }

    .u-review-country-list li .u-img-box,
    .u-review-country-list.u-style3 .u-img-box {
        height: 4.4rem;
    }

    .u-review-country-list.u-style1 .u-img-box,
    .u-review-country-list.u-style2 .u-img-box {
        height: 3.6rem;
    }

}
