@charset "utf-8";
/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-08-27 15:17:56
 * @LastEditTime: 2026-01-24 15:17:36
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

html,
body {
    min-height: 100%;
}

html {
    min-width: 1240px;
    --padding-1: 20px;
}

/* html[lang="en-US"] body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

html[lang="zh-CN"] body {
    font: 12px / 1.5 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei;
} */

body {
    -webkit-font-smoothing: antialiased;
    background: #fff url(../../img/bg.png) center bottom no-repeat;
    background-size: cover;
    font: 12px / 1.5 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "WenQuanYi Micro Hei", "Liberation Sans", "Noto Sans CJK SC", sans-serif;
}


@font-face {
    font-family: "MyanmarKhyay";
    src: url('../../fonts/MyanmarKhyay.ttf') format('truetype');
}

@keyframes slideUpDiagonal {

    /* 0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    } */
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate-slide-up-diagonal {
    animation: slideUpDiagonal 2s ease-in-out forwards;
    /* opacity: 0; */
}

.f-breath img {
    transition: all .6s;
}

.f-breath:hover img {
    transform: scale(1.15);
}

.f-box-bg1 {
    background-color: #fff;
    box-shadow: 0px 6px 24px 0px rgba(162, 197, 217, 0.66);
    border-radius: 10px;
}

.g-doc {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
    transition: .4s;
}

.f-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.m-hd-wrap {
    background: url(../../img/head-bg.jpg) no-repeat center top/100% 100%;
    height: 100px;
}

.m-hd-wrap .m-hd-box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-hd-wrap .m-hd-box .u-tt {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
}

.m-main-box {
    padding-bottom: 44px;
    flex: 1 1 0;
}

.m-ft-wrap {
    background-color: #81b2f6;
}

.m-ft-wrap .m-link-box {
    padding: 18px 0 12px;
    border-bottom: 1px solid rgba(19, 19, 19, .2);
}

.m-ft-wrap .m-link-box .u-link-box {
    display: flex;
    justify-content: center;
    font-size: 15px;
    line-height: 24px;
    color: rgba(19, 19, 19, .7);
}

.m-ft-wrap .m-link-box .u-link {
    position: relative;
    color: rgba(19, 19, 19, .7);
}

.m-ft-wrap .m-link-box .u-link::before {
    margin: 0 12px;
    content: "|";
    color: rgba(19, 19, 19, .7);
}

.m-ft-wrap .m-link-box .u-link:first-child::before {
    display: none;
}

.m-cr-logo-box {
    padding: 12px 0 30px;
}

.m-cr-logo-box .u-cr-logo-box {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-cr-logo-box .u-logo-box {
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-cr-logo-box .u-logo-box .u-dzjg+.u-dzjg {
    margin-top: 10px;
}

.m-cr-logo-box .u-cr-box {
    flex: 1 1 0;
    min-width: 10px;
}

.m-cr-logo-box .u-cr-txt {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 36px;
    color: rgba(19, 19, 19, .7);
}

.m-cr-logo-box .u-cr-txt dt {
    width: 100%;
    font-weight: 600;
}

.m-cr-logo-box .u-cr-txt dd {
    margin-right: 30px;
}

.m-cr-logo-box .u-cr-txt a {
    color: rgba(19, 19, 19, .7);
}

@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) {

    /*******响应式根单位设置*********/
    html {
        min-width: auto;
        font-size: calc(100vw / 7.5) !important;
        --padding-1: .25rem;
    }

    ::-webkit-scrollbar {
        width: 3px;
    }

    body {
        overflow-x: hidden;
        width: 100%;
        min-height: 100%;
        font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto,
            "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans",
            "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
        font-size: 12px;
        color: #333;
        -webkit-touch-callout: none;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        background-color: #F3F6FB;
        -webkit-text-size-adjust: 100% !important;
        -ms-text-size-adjust: 100% !important;
        padding-bottom: env(safe-area-inset-bottom);
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .f-wrap {
        width: 100%;
    }

    .m-hd-wrap {
        height: 1.8rem;
    }

    .m-hd-wrap .m-hd-box .u-tt {
        font-size: .52rem;
        padding: 0 .3rem;
        line-height: 1.2;
    }

    .m-main-box {
        padding-bottom: .6rem;
    }

}