@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2025-07-04 18:20:41
 * @LastEditTime: 2025-12-09 15:02:07
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

.m-entry-box {
    margin-top: 70px;
    margin-bottom: 30px;
}

.m-entry-box .u-entry-box,
.m-entry-box .u-guide-box .u-item-box {
    display: flex;
    justify-content: space-between;
}

.m-entry-box .u-guide-box {
    margin-bottom: 30px;
    padding: 22px 35px 0;
    background: url(../../img/20251209-02.png) 0 0 no-repeat;
    width: 450px;
    height: 255px;
    border-radius: 6px;
}

.u-guide-box>.u-tt {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: rgba(255, 255, 255, 1);
    text-shadow: -2px -2px 2px rgb(9, 103, 229), 2px -2px 2px rgb(9, 103, 229), -2px 2px 2px rgb(9, 103, 229), 2px 2px 2px rgb(9, 103, 229);
}

.u-guide-box .u-item-box {
    margin-top: 20px;
}

.u-guide-box .u-item-box .u-item {
    width: 168px;
    height: 168px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 16px 0px rgba(46, 81, 146, 0.17);
    border-radius: 6px;
}

.u-guide-box .u-item-box .u-img-box {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.u-guide-box .u-item-box .u-tt {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: rgba(36, 35, 36, 1);
    text-align: center;
}

.m-login-link-box {
    height: 250px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
}

.m-login-link-box .hd {
    padding-left: 45px;
    display: flex;
    align-items: center;
    height: 103px;
    background: url(../../img/20251209-06.png) 0 0 no-repeat;
    border-radius: 6px 6px 0px 0px;
}

.m-login-link-box .hd .u-tt {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: rgba(255, 255, 255, 1);
}

.m-login-link-box .bd {
    height: calc(100% - 103px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-login-link-box .bd .u-item {
    padding-left: 172px;
    width: 409px;
    height: 109px;
    background: url(../../img/20251209-07.png) 0 0 no-repeat;
    font-size: 18px;
    font-weight: 600;
    line-height: 90px;
    color: rgba(254, 254, 254, 1);
}

.m-login-link-box .bd .u-item+.u-item {
    margin-left: 100px;
    background-image: url(../../img/20251209-08.png);
}



@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) {

    .m-main-box {
        margin: 0 var(--padding-1);
    }

    .m-entry-box {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .m-entry-box a>img {
        width: 100%;
    }

    .m-entry-box .u-entry-box,
    .m-login-link-box .bd {
        flex-direction: column;
    }

    .m-entry-box .u-guide-box {
        margin-top: .45rem;
        margin-bottom: .45rem;
        padding: .4rem .5rem;
        width: 100%;
        height: auto;
        background-size: 100% 100%;
    }

    .u-guide-box>.u-tt {
        font-size: .36rem;
        line-height: .46rem;
    }

    .u-guide-box .u-item-box {
        margin-top: .3rem;
    }

    .u-guide-box .u-item-box .u-item {
        width: 48%;
        height: auto;
        padding-bottom: .2rem;
    }

    .u-guide-box .u-item-box .u-img-box {
        margin-top: .2rem;
    }

    .u-guide-box .u-item-box .u-tt {
        font-size: .28rem;
        line-height: .45rem;
    }

    .m-login-link-box {
        height: auto;
    }

    .m-login-link-box .hd {
        padding-left: .5rem;
        height: 1.4rem;
        background-size: 100% 100%;
    }

    .m-login-link-box .hd .u-tt {
        font-size: .4rem;
        line-height: .6rem;
    }

    .m-login-link-box .bd {
        padding: .6rem 0 .2rem;
        height: auto;
    }

    .m-login-link-box .bd .u-item {
        padding-left: 2.2rem;
        width: 85%;
        height: 1.8rem;
        line-height: 1.4rem;
        font-size: .3rem;
        background-size: 100%;
    }

    .m-login-link-box .bd .u-item+.u-item {
        margin-left: 0;
    }
}