/* * p,
div h1,
h2 {
    font-family: "MicrosoftYaHei";
} */


.mobile {
    display: none;
}

.mobiles {
    display: none;
}

.web {
    display: block;
}

.under-special-middle {
    position: absolute;
    left: 63%;
    transform: translatex(-50%);
}

.rtl .under-special-middle {
    left: 46%;
}

.rtl .under-special-globe {
    position: absolute;
    left: 30%;
    transform: translatex(-50%);
}

.under-special-heart {
    position: absolute;
    left: 63%;
    transform: translatex(-50%);
}

.rtl .under-special-heart {
    position: absolute;
    left: 72%;
    transform: translatex(-50%);
}

.rtl .under-special {
    position: absolute;
    left: initial;
    right: 24%;
    transform: translatex(-50%);
}

.rtl .innner-pc h1 p {
    text-align: right !important;
}

.rtl .innner-pc .banner-text-content p {
    text-align: right !important;
}

.special {
    display: flex;
}

.innner-pc h1 p {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
}

.innner-pc h1 p::after {
    content: "";
    border-bottom: 3px solid #ec3434;
    width: 60px;
    height: 3px;
    display: block;
    padding-top: 16px;
}

@media screen and (max-width: 1024px) {
    .mobiles {
        display: block;
    }

    .web {
        display: none;
    }

    .innner-wap .banner-text-title {
        margin-top: 120px;
        position: relative;
    }

    .under-special {
        left: 50%;
    }

    .rtl .under-special-globe {
        left: 19%;
    }

    .rtl .under-special-heart {
        left: 83%;
    }

    .special {
        display: block;
    }

}

.img-top-mobile {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 130px;
    transform: translate(-50%);
    left: 50%;
}

.banner-text-content {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.64px;
    text-align: left;
    color: #575766;
    max-width: 560px !important;
}

.banner-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 61px;
    border-radius: 2px;
    background-color: #ec3434;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .banner-button {
        width: 125px;
        height: 44px;
        border-radius: 2px;
        background-color: #ec3434;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: 1.5px;
        text-align: left;
        color: #fefefe;
        position: absolute;
        bottom: 350px;
        ;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* status */

#status {
    max-width: 1920px;
}

#status .outer-container .tile {
    max-width: 453px;
    width: 100%;
    height: 108px;
    flex-direction: row;
    display: flex;
    justify-content: center;
}

#status .outer-container .tile:nth-child(2) {
    position: relative
}

#status .outer-container .tile:nth-child(2)::after {
    position: absolute;
    right: 0px;
    content: "";
    border-right: 1px solid #b3b3b3;
    width: 1px;
    height: 80px;
}

#status .outer-container .tile:nth-child(2)::before {
    position: absolute;
    left: 0%;
    content: "";
    border-left: 1px solid #b3b3b3;
    width: 1px;
    height: 80px;

}

.rtl #status .outer-container .tile .tile-left {
    margin-right: 0px;
    margin-left: 32px;
}

.rtl #status .outer-container .tile .tile-right .inner-number {
    text-align: right !important;
}

#status .outer-container .tile .tile-right .pt,
#status .outer-container .tile .tile-right .es {
    font-size: 39px !important;
}

#status .outer-container .tile .tile-left {
    margin-right: 32px;
    width: 72px;
    height: 72px;
}

#status .outer-container .tile .tile-left .left-img {
    width: 72px;
    height: 72px;
}

#status .outer-container .tile .tile-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#status .outer-container .tile .tile-right .title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.48px;
    text-align: left;
    color: #575766;
    margin-bottom: 0px;
}

#status .outer-container .tile .tile-right .inner-number {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 1.12px;
    text-align: left;
    color: #000;
}

#status {
    margin-left: auto;
    margin-right: auto;
}

.rtl #status .outer-text {
    text-align: left !important;
    padding-right: 160px;
    padding-left: 100px;
}

@scope (#status) {

    .outer-text {
        max-width: 1600px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.32px;
        text-align: right;
        color: #575766;
        padding-right: 100px;
        padding-left: 160px;
        margin-top: 40px;
    }

    .outer-container {
        margin: auto;
        max-width: 1600px;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 60px;
        padding-right: 160px;
        padding-left: 160px;
    }

    .title {}

    .title-left {}

    &
}

@media screen and (max-width: 1215px) {
    #status .outer-container {
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 40px;
    }

    #status .outer-container .tile {
        width: 93px;
        height: 101px;
        flex-direction: column;
        margin: 0px;
    }

    #status .outer-container .tile:nth-child(2) {
        margin-left: 24px;
        margin-right: 24px;
    }

    #status .outer-container .tile:nth-child(2)::after {
        display: none;
    }

    #status .outer-container .tile:nth-child(2)::before {
        display: none;
    }

    #status .outer-container .tile .tile-left {
        margin-right: 0px;
        margin: auto;
        width: 93px;
        height: 101px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #status .outer-container .tile .tile-left .left-img {
        height: 40px;
        width: 40px;
    }


    #status .outer-container .tile .tile-right .title {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.24px;
        text-align: center;
        color: #575766;
    }


    #status .outer-container .tile .tile-right .inner-number {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.48px;
        text-align: center;
        color: #000;
    }

    #status .outer-text {
        min-width: 327px;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.2px;
        text-align: center;
        color: #575766;
        padding-right: 24px;
        padding-left: 24px;
        margin-top: 35px;
    }


}

/* @scope (body) to (.outer-text) {
    div {
        color: #ff0000;
    }
} */

/* end of status */

/* quote */

#quote {
    max-width: 1920px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#quote .quote-container {
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    padding-left: 160px;
    padding-right: 160px;
    margin: auto;
}

#quote .quote-container .quote {
    font-size:50px;
}

#quote .quote-left {
    width: 390px;
    height: 188px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#quote .quote-right {
    width: 282px;
    height: 282px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#quote .quote-container .title p {
    margin: auto;
    max-width: 920px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.48px;
    text-align: center;
    color: #000;
}

#quote .quote-container .red-title p {
    padding-top: 133px;
    margin: auto;
    font-size: 63px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.6px;
    text-align: center;
    color: #d91d22;
    margin-bottom: 75px;
}

#quote .quote-container .reg-button {
    margin: auto;
    width: 208px;
    height: 61px;
    border-radius: 2px;
    background-color: #ec3434;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    #quote .quote-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    #quote .quote-container .quote {
        font-size:16px;
    }
    

    #quote .quote-container .title p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.28px;
        text-align: center;
        color: #000;
    }

    #quote .quote-container .red-title p {
        padding-top: 40px;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: 0.48px;
        text-align: center;
        color: #e41820;
        margin-bottom: 40px;
    }

    #quote .quote-container .reg-button {
        width: 125px;
        height: 44px;
        font-size: 14px;
    }

    #quote .quote-left {
        width: 109px;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 140px;
    }

    #quote .quote-right {
        width: 89px;
        height: 91px;
        position: absolute;
        right: 0;
        bottom: 55px;
    }


}

/* end of quote  */

/* content */

#content {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

#content .content-container {
    display: flex;
    flex-direction: row;
    padding-left: 160px;
    padding-right: 160px;
    margin-top: 60px;
    background-image: url("../images/csr-revamp/content-bg-web.png");
    margin-bottom: 100px;
    padding-top: 60px;
}

#content .content-container .left {
    width: 763px;
    height: 641px;
    margin-right: 40px;
}

#content .content-container .right {}


.rtl #content .content-container .right h1,
.rtl #content .content-container .right .inner-container .inner-tile h2,
.rtl #content .content-container .right .inner-container .inner-tile p {
    text-align: right !important;
}

.rtl #content .content-container .right .inner-container .inner-tile .inner-image {
    margin-right: 0px;
    margin-left: 24px;
}



#content .content-container .right h1 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: left;
    color: #000;
    margin-bottom: 51px;
}

#content .content-container .right h1::after {
    content: "";
    border-bottom: 3px solid #ec3434;
    width: 60px;
    height: 3px;
    display: block;
    padding-top: 19px;
}

#content .content-container .right .inner-container {
    display: flex;
    flex-direction: column;
}

#content .content-container .right .inner-container .inner-tile {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
}

#content .content-container .right .inner-container .inner-tile img {
    width: 48px;
    height: 48px;
}

#content .content-container .right .inner-container .inner-tile .inner-image {
    box-shadow: 3px 5px 25px 0 rgba(163, 163, 163, 0.25);
    border: solid 1px rgba(219, 31, 31, 0.08);
    background-image: linear-gradient(136deg, #b4132c 3%, #ff1a00 98%);
    border-radius: 0px 10px;
    width: 78px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

#content .content-container .right .inner-container .inner-tile h2 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.64px;
    text-align: left;
    color: #000;
}

#content .content-container .right .inner-container .inner-tile p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.48px;
    text-align: left;
    color: #575766;
    max-width: 711px;
}

#content .content-container .right .inner-container .inner-tile .right-inner {
    padding-left: 0px;

}

@media screen and (max-width: 1024px) {
    #content .content-container {
        padding-left: 24px;
        padding-right: 24px;
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 80px;
        padding-top: 40px;
    }

    #content .content-container .right h1 {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.48px;
        text-align: left;
        color: #000;
        margin: auto;
        margin-bottom: 43px;
        width: 210px;

    }

    #content .content-container .right .inner-container .inner-tile img {
        width: 46px;
        height: 46px;
    }

    #content .content-container .right .inner-container .inner-tile .inner-image {
        width: 56px;
        height: 56px;
        margin-right: 0px;
    }

    #content .content-container .right .inner-container .inner-tile h2 {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.36px;
        text-align: left;
        color: #000;
    }

    #content .content-container .right .inner-container .inner-tile p {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 0.24px;
        text-align: left;
        color: #575766;
        margin-top: 8px;
    }

    #content .content-container .right .inner-container .inner-tile .right-inner {
        padding-left: 16px;
        width: 239px;
    }

    #content .content-container .left {
        width: 324px;
        height: 204px;
        margin-right: 0px;
    }

    #content .is-hidden-desktop {
        width: 100%;
        height: 100%;
    }

}

/* content end */

/* interest */

#interest {
    max-width: 1920px;
    margin: auto;
    padding-left: 160px;
    padding-right: 160px;
}

#interest .interest-container {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: center;
    box-shadow: 0 2px 25px 0 rgba(75, 75, 75, 0.16);
    background-image: linear-gradient(to right, #fff, #f4fcff);
    margin-bottom: 60px;
    margin-top: 176px;
}

#interest .interest-container .interest-left {
    width: 673px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-bottom:15px;
}

#interest .interest-container .interest-left h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000;
    margin-top: 57px;
}

#interest .interest-container .interest-left p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.48px;
    text-align: center;
    color: #575766;
    margin-top: 24px;
    margin-bottom: 54px;
}

#interest .interest-container .interest-left .reg-button {
    border-radius: 2px;
    background-color: #ec3434;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 208px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#interest .interest-container .interest-right {
    width: 927px;
    /* height: 100%; */
    background-image: linear-gradient(115deg, #fff 60%, #00adea 200%, #0098ce 41%);
    display: flex;
    align-items: center;

}
#interest .interest-container .interest-right img {
    height: 100%;
}

@media screen and (max-width: 1024px) {
    #interest {
        padding-left: 24px;
        padding-right: 24px;
    }

    #interest .interest-container {
        flex-direction: column;
        align-items: center;
    }

    #interest .interest-container .interest-left {
        max-width: 673px;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    #interest .interest-container .interest-left h1 {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.48px;
        text-align: center;
        color: #000;
        margin-top: 24px;
        margin-bottom: 16px;
    }

    #interest .interest-container .interest-left p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.32px;
        text-align: center;
        color: #575766;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #interest .interest-container .interest-right .reg-button {
        width: 125px;
        height: 44px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: 1.5px;
        text-align: left;
        color: #fefefe;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ec3434;

    }

    #interest .interest-container .interest-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: none;
        padding-bottom: 15px;

    }


}

/* interest end */

/* news-section */

#news-section {
    /* max-width: 1500px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    position: relative;
}



#news-section .swiper-left {
    width: 343px;
    height: 188px;
    position: absolute;
    left: 0;
    top: 0;
}

#news-section .swiper-right {
    width: 329px;
    height: 282px;
    position: absolute;
    right: 0;
    bottom: 0;
}


#news-section .container .title {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000;
    position: relative;
}

#news-section .container .title::after {
    content: "";
    border-bottom: 3px solid #ec3434;
    width: 60px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    padding-top: 16px;
}

#news-section .container .subtitle {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.48px;
    text-align: center;
    color: #575766;
    margin-bottom: 60px;
    padding-top: 16px;

}

#news-section .container .ug,
#news-section .container .ar
 {
    direction: ltr;
}

@media screen and (max-width: 1024px) {
    #news-section .container .title {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.48px;
        text-align: center;
        color: #000;
    }

    #news-section .container .subtitle {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.32px;
        text-align: center;
        color: #575766;
        margin-bottom: 32px;

    }

    #news-section .swiper-left {
        width: 114px;
        height: 65px;
        position: absolute;
        left: 0;
        top: -8px;
    }
}

#aufc-banner {
    background-image: url("../images/homepage/footer-banner-muxdp.png");
    height: 200px;
    background-position: center;
    background-size: cover;
    padding: 0;
    margin-top:120px;
}

@media screen and (max-width: 834px) {
    #aufc-banner {
        background-image: url("../images/homepage/footer-banner-muxdp-mobile.png");
        height: 385px;
        background-repeat: no-repeat;
    }
}

/* swiper */
@media screen and (max-width: 1024px) {
    #swiper-slide-wap-1 {
        background-position: 50%;
        background-size: cover;
    }
}

#test {
    overflow: hidden;
}


.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -60px;
}

.swiper-pagination {
    bottom: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #c6c6c6;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 16px;
    background-color: #e41820;
}

.post_item {
    box-shadow: 3px 5px 25px 0 rgba(163, 163, 163, 0.25);
    background-color: #fff;
    border-radius: 0px 30px 0px 30px;
    height:505px;
}

.post_item img {
    width: 493px;
    height: 280px;
    border-radius: 0px 30px;
}

.post_item .post_title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.64px;
    text-align: left;
    color: #000;
    overflow: hidden;
    text-overflow: clip;
    max-width: 445px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post_item .post_description {
    padding-top:10px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.48px;
    text-align: left;
    color: #575766;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: clip;
    /* height: 60px; */
    max-width: 445px;
    /* height: 40px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post_item .lower_box {
    padding: 24px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    max-height: 176px;
    height: 100%;
}

.post_item .read_more {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #e41820;
    padding-bottom:24px;
    margin:auto;
    display:block;
}

@media screen and (max-width: 1024px) {
    .post_item {
        max-width: 347px;
        margin: auto;
    }

    .post_item img {
        display: flex;
        margin: auto;
    }

    .post_item .post_title {
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.4px;
        text-align: left;
        color: #000;
    }

    .post_item .post_description {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.32px;
        text-align: left;
        color: #575766;
    }

    .post_item .read_more {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
    }



}

/* aufc  */

@scope (#aufc) {
    .lower-banner {
        margin-left: auto;
        margin-right: auto;
        width: 1920px;
        height: 200px;
        background: url('../images/homepage/mu_footer_new.png') no-repeat center / cover;
    }

}