@charset "utf-8";

/*Test*/



/*Test End*/

.PC .bgNav{
    /*background-image: linear-gradient(#ffffff,#80cbff,#125dff);*/
    background-image: linear-gradient(#125dff,#80cbff,#ffffff);
}

.PHONE .bgNav{
    background-image: linear-gradient(#ffffff, #8940fa, #9500f6);
}

:root{
    --nav-height: 130px;
    --nav-height-min: 100px;
}

*,ol,ul,li{
    margin:0;
    padding:0;
    /*user-select:none;*/
}

*, ::after, ::before {
    box-sizing: border-box;
}

/*body{*/
/*    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Open Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
/*    !*font-family: 'Poppins',"Helvetica Neue Regular", HelveticaNeueRegular, HelveticaNeue-Regular, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, PingFangSC-Regular, "PingFang SC Regular", 黑体, sans-serif !important;*!*/
/*    !*font-family: "Helvetica Neue Regular", HelveticaNeueRegular, HelveticaNeue-Regular, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, PingFangSC-Regular, "PingFang SC Regular", 黑体, sans-serif !important;*!*/
/*    !*font-family: 'Roboto',sans-serif;*!*/
/*    font-size:15px;*/
/*    !*line-height:23px;*!*/
/*    line-height: 1.65;*/
/*    font-weight:400;*/
/*    !*background:#F8F8F8;*!*/
/*    background: #FFFFFF;*/
/*    color:#1e1e27;*/
/*    letter-spacing:1px;*/
/*}*/


body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px; /* 基础字号增大到16px提高可读性 */
    line-height: 1.75; /* 行高略微增加 */
    font-weight: 400;
    background: #FFFFFF;
    color: #1e1e27;
    letter-spacing: 0.05em; /* 使用em单位保持比例 */

    /* 字体渲染优化 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* 强制字体大小一致 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

    /* 优化中文显示 */
    text-rendering: optimizeLegibility;
}

/* 针对中文内容的特定优化 */
:lang(zh) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}

/* 针对台湾地区的特定优化 */
:lang(zh-TW) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

body.unroll{
    overflow-y: hidden;
}

/*body.Phone.unroll{*/
/*    position:fixed;*/
/*    overflow-y: hidden;*/
/*}*/


div{
    display: block;
    position:relative;
    box-sizing: border-box;
}

ul{
    list-style: none;
    margin-bottom: 0px;
}

ol{
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1.5em;
}

p{
    /*font-family: 'Poppins',PingFangSC-Regular, "PingFang SC Regular", 黑体, sans-serif;*/
    font-size:16px;
    line-height: 1.7;
    color:#1e1e27;
    -webkit-font-smoothing: antialiased;
    text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

p a{
    display: inline;
    position: relative;
    color: inherit;
    transition: all 200ms ease;
}

a,a:hover, a:active, a:link{
    color: inherit;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

p a:active{
    position:relative;
    color: #1e66f8;
}

::selection{
    background: #cadaff;
    color: #1e66f8;
}

p::selection{
    background: #cadaff;
}

h1{font-size:72px}
h2{font-size:40px}
h3{font-size:28px}
h4{font-size:20px}
h5{font-size:16px}
h6{font-size:14px}
h1,h2,h3,h4,h5,h6{
    -webkit-font-smoothing: antialiased;  /* 抗锯齿 */
    text-shadow:rgba(0,0,0,.01) 0 0 1px;
    line-height: 1.65;
    font-weight:normal;
}

.big{
    /*font-weight: bolder;*/
}


.smallBr{
    /* 给与小屏下的换行 */
    display: none;
}

@media (max-width: 600px) {
    .smallBr{
        /* 给与小屏下的换行 */
        display: block;
        height: 0;
    }
}


span{
    word-wrap:break-word;
}


@media (max-width: 991px) {
    h2{
        font-size: 2rem;
    }
    h3{
        font-size: 1.5rem;
    }


    h4{
        font-size: 16px;
    }


}

@media (max-width: 600px) {
    h2{
        font-size: 1.5rem;
    }

    h3{
        font-size: 1.3rem;
    }

    h4{
        font-size: 14px;
    }



}

.trans_300{
    transition:all 300ms ease;
}

::input-placeholder{
    font-size:14px !important;
    font-weight: 500;
    color: #777777;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.super_container{
    width:100%;
    overflow: hidden;
}

.fill_height{
    height: 100%;
}

.fill_width{
    width:100%;
}

.full_height{
    height:100vh;
}

.full_width{
    width:100%;
}

.cover_img{
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-size:cover;
    background-position:center;

    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}

.contain_img{
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-size:contain;
    background-position:center;

    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    -ms-background-size:contain;
}

.flex-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

ul.flex-row>li{
    flex:1 1 auto;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.gap{
    padding-top: 30px;
    /*padding-bottom: 10px;*/
}

.mgap{
    margin-top: 50px;
    margin-bottom: 30px;
}


.navbar_user li:hover,
.searchform i:hover,
.searchform li:hover{
    cursor: pointer;
    color:#1e66f8;
}

.container-xl{
    height: 100%;
}

@media (max-width: 1200px) {

    .PC .container-xl{
        padding: 0 5vw 0 3vw;
    }

    /*.PHONE .container-xl{*/
    /*    padding: 0 2vw 0 2vw;*/
    /*}*/

}


/** BTN 按钮样式区 **/

.BlackBtn{
    background: rgba(23, 23, 23, 0.8);
    padding: 10px 20px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    border-radius: 5px;
    cursor: pointer;
}

.BlueBtn{
    background: #1e66f8;
    padding: 10px 20px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    border-radius: 5px;
    cursor: pointer;
}

.BlackBtn:hover{
    background: #1e66f8;
}

/** BTN 按钮样式区 **/

/** 1.header **/

.header_gap{
    margin-top: calc(80px + 2vw);
}

@media (max-width: 991px) {
    .header_gap{
        margin-top: calc(4.5rem + 2vw);
    }
}

.nav_gap{
    /*margin-top: 80px;*/

    /*margin-top: calc(80px + 2vw);*/
}

@media (max-width: 991px) {
    /*.nav_gap{*/
    /*    margin-top: 5vh;*/
    /*}*/
}

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background: #F8F8F8;
    z-index:999;
}



.main_nav_container{
    width: 100vw;
    background: #FFFFFF;
    box-shadow:none;
    transition:all 0.5s;
}


.NotTop>.main_nav_container{
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
}

/*1.1 logo */

.logo_container{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:15px;
}

.logo_container a{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease;
}

.logo_container a img{
    height: 80px;
    min-height: 3rem;
}

.logo_container h1 {
    background-image: url("https://0.rc.xiniu.com/g2/M00/88/36/CgAGfFrhK2GAamcdAAAmQTLsTfU468.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
}

@media (max-width: 991px) {
    .logo_container a img{
        height: min(60px,8vh);
    }
}

#serviceAgreementModal{
    display: none; /* 初始隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1000; /* 确保在其他内容之上 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#serviceAgreementModal .Agreement-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 80%;

    max-width: 600px; /* 限制最大宽度 */
    height: auto;
    max-height: 70vh; /* 限制最大高度为视口高度的 80% */
    overflow-y: auto; /* 内容超出高度时显示滚动条 */
}

#serviceAgreementModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

#serviceAgreementModal .btn {
    background: #1e66f8;
    padding: 10px 20px;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#serviceAgreementModal h4{
    font-weight: bolder;
    font-size: 1em;
}


/*1.1 logo end */
/*1.2 nav-menu */

.navbar{
    width: auto;
    height: 80px;
    float: right;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-menu>li{
    display: inline-block;
}

.navbar-menu>li>a {
    display: block;
    color: #1e1e27;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding:20px;
    /*transition: color 0.3s ease;*/
    white-space:nowrap;
    /*font-family: serif;*/
    background-position:0 100vw;
    background-size:0 2px;
    background-image:linear-gradient(90deg,#008bff,#008bff);
    background-repeat:no-repeat;
    text-decoration:none;
    transition:all 1s cubic-bezier(0.22,1,0.36,1);
    cursor: pointer;
}

@media (max-width: 991px) {
    .navbar-menu>li>a {
        font-weight: bolder;
        border-bottom: 1px solid #d7d7d7
    }

    .navbar_menu.show .dropdown>a::after,
    .navbar_menu.show .dropdown-two .dropdown-two-dropdown>a::after,
    .navbar_menu.show .dropdown-two .dropdown-two-dropdown>span::after
    {

        content: '';
        border: 2px solid gray;
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        border-top: none;
        border-right: none;
        right: 2em;
        top: 26px;
        transform: rotate(45deg);
        transition: transform 0.5s;
    }

    .navbar_menu.show .dropdown-two .dropdown-two-dropdown>a{
        pointer-events: none;
    }

    .navbar_menu.show .dropdown.showC>a::after,
    .navbar_menu.show .dropdown-two.showC .dropdown-two-dropdown>a::after,
    .navbar_menu.show .dropdown-two.showC .dropdown-two-dropdown>span::after
    {
        transform: rotate(-45deg);
    }

}

.navbar-menu li a:hover {
    color: #008bff;
    background-size:100% 2px;
}


.dropdown_menu{
    position: fixed;
    pointer-events: none;
    /*left: 0;*/
    width: 100%;
    visibility: hidden;
    opacity: 0;
    border: none;
    background:rgba(248,248,248,.95);
    box-shadow:0px 7px 14px 0px rgba(41,47,103,0.1);
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    overflow: hidden;
    /*display: block;*/
    /*transition: all 0.5s ease-in-out;*/
    max-height: 0;
}

.NotTop .dropdown_menu{
    background:rgba(255,255,255,.95);
}


.dropdown.showC .dropdown_menu
{
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    padding: 28px;
    transition: max-height 1s ease-out,opacity 0.1s ease-in-out;
}

.navbar_menu .dropdown_menu{
    left: 0;
    max-height: 0;
}

.navbar_user .dropdown_menu{
    width: auto;
    z-index: 10;
}






@media (max-width: 991px) {

    .dropdown.showC .dropdown_menu
    {
        position: relative;
        /*position: absolute;*/
        padding: 0;
        background: none;

        box-shadow:none;
    }

    .navbar_user .dropdown.showC .dropdown_menu
    {
        position: absolute;
        background: rgba(248,248,248,.95);
        border: #f1f1f1 solid 0.5px;
    }


}

.dropcol {
    display: flex;
    justify-content:space-around;
}


@media (min-width: 991px) {

    .dropcol>li{
        /*padding-right: 20px;*/
        width: 15%;
    }

}



.dropcol .dropdown-two{
    display: flex;
    flex-direction:column;
    font-size: 16px;
    font-weight: bolder;
    /*font-family: serif;*/
}

.dropdown-two>div>span{
    display: block;
    cursor: context-menu;
    padding: 15px 5px 15px 5px;

}
.dropdown-two>div>a{
    display: block;
    cursor: pointer;
    padding: 15px 5px 15px 5px;
}





@media (max-width: 991px) {
    .dropdown-two ul{
        display: none;
    }


    .dropdown-two.showC div{
        overflow: hidden;
    }

    .dropdown-two.showC ul{
        display: block;
        animation-name: heightdown;
        animation-duration: 0.5s;
    }

    .dropdown-two>div>span,
    .dropdown-two>div>a{
        cursor: pointer;
        font-size: 14px;
        font-weight: bolder;
        border-bottom:1px solid #999;
        font-family: serif;
    }


}

.dropcol  li{
    display: block;
}


.dropcol li a {
    display: block;
    color: #1e1e27;
    white-space:nowrap;
}

.dropcol li>a {
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    padding: 8px 5px;
    white-space:nowrap;
    font-family: "Open Sans",arial,sans-serif;
}


.dropcol  li a:hover
{
    /*background: rgb(0, 120, 255);*/
    /*color: #FFFFFF;*/
    color: rgb(0, 120, 255);
}

.droprow li{
    display: block;
    color: #1e1e27;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    white-space:nowrap;
    padding: 15px;
}

/*.droprow li a:hover{*/
/*    background: #0d6efd;*/
/*    color: #FFF;*/
/*}*/

@media (max-width: 991px ) {
    .PC .navbar{
        height: min(30px,10vh);
        min-height: 4.5rem;
    }
    .PHONE .navbar{
        height: 4.5rem;
    }



    .navbar_scroll{
        height: 100vh;
        overflow: scroll;
    }

    .navbar_menu{
        position: fixed;
        right: -100%;
        z-index: 2;
        top: min(10vh,4.5rem);
        width: 100%;
        height:calc(100vh - 4.5rem);
        background-color: rgb(248,248,248);
        transition: all 0.5s ease-in-out;
    }

    /*.NotTop .navbar_menu{*/
    /*    background-color: rgba(255,255,255,0.8);*/
    /*}*/


    .PHONE .navbar_menu{
        top: 4.5rem;
    }

    .navbar_menu.show{
        right:0;
    }


    .navbar-menu > li{
        display: block;
    }

    /*.navbar_menu .dropdown_menu{*/
    /*    position: relative;*/
    /*    !*display: block;*!*/

    /*}*/

    .dropcol li{
        padding: 0;
    }


    .dropcol{
        flex-direction:column;
    }

    .dropcol li>a{
        padding: 8px 20px;
        border-bottom:1px solid #999;
    }


}





/* 1.2 nav-menu end */
/* 1.3 navbar_ham */
.navbar_user{
    margin-left:37px;
}

.navbar_user>li{
    display: inline-block;
    text-align: center;
}

.navbar_user>li>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    color: #1e1e27;
    transition: color 0.3s ease;
}

.navbar_user>li>a:hover{
    color:#1e66f8;
}

.navbar_user .dropdown.showC .dropdown_menu{
    min-width: 2em;
    padding: 8px;
    transform: translateX(-30%);
}

.navbar_user>.hamburger{
    display: none;
}

.hamburger_icon {
    height: 14px;
    width: 14px;
    background-color: transparent;
    appearance:none;
}



.hamburger_icon:after, .hamburger_icon:before {
    position: absolute;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    content: "";
    border-radius: 1px;
    background-color: black;
    transition: transform .6s ease;
}

.hamburger_icon:before {
    top: calc(50% - 4px);
}
.hamburger_icon:after {
    top: calc(50% + 4px);
}

.hamburger_icon.show:before {
    top: 50%;
    transform: rotate(45deg);
}

.hamburger_icon.show:after {
    top: 50%;
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .navbar_user>.hamburger{
        display: inline-block;
    }
}




/* 1.3 navbar_ham end */

/* 1.4 nav_close nav_public*/

.nav_close{
    width: 100%;
    height: 5vh;
    z-index: -1;
    position: fixed;
    left: 0;
    bottom: 0;
    pointer-events:none;
}


.full_nav{
    width: 100vw;
    height: 100vh;
    z-index: 8;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    /*filter: blur(0px);*/
    opacity: 0;
    transition: all 500ms ease-in-out;
}

.full_nav::before{
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;

}

.full_nav.show{
    opacity: 1;
    pointer-events:auto;
}


.nav-close{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 5vh;
    right: 10vw;
    font-size: 2.5em;
    color: rgba(61, 91, 241,0.4);
    z-index: 10;
}

@media (max-width: 991px) {
    .PHONE .nav-close.show{
        opacity: 1;
        pointer-events: auto;
        z-index: 999;
    }
}




/* 1.4 nav_close nav_public END */
/* 1.5 nav_search */


.nav_search.full_nav::before{
    background:url("../images/search_bg.jpg");
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position:center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}


/** 1.5.1 search_form **/



.nav_search.search-close{
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0);
}

.nav_search .searchform h2{
    margin-bottom: 2rem;
    user-select: none;
}

.nav_search .searchform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
}

@media (max-height: 700px) {
    .nav_search .searchform{
        margin-top: 0;
    }
}

@media (max-width:991px) {
    .nav_search .searchform{
        margin-top: -20vh;
    }
}


.nav_search .searchBtn{
    background: rgba(255,255,255,0.7);
    /*padding: 10px 20px;*/
    border-radius: 30px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 4px -1px grey;
}

.nav_search .search-box{
    width: min(250px,60vw);
    transition: width 300ms ease-in-out;
}

.nav_search .searchBtn input{
    width: 100% ;
    border: none;
    outline: none;
    background: none;
    text-align: center;
}

.nav_search .search-box input::placeholder{
    font-size: 17px;
    color: rgba(119,119,119,0.9);
}

.nav_search .searchBtn .search-item{
    opacity: 0;
    color: grey;
    margin: 15px 0;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}


.nav_search .searchBtn input::placeholder{
    color: rgba(0,120,255,0.6);
}

.nav_search .searchBtn{
    box-shadow: 0 0 4px -1px #0078ff;
}

.nav_search .searchBtn.show .search-box{
    width: min(270px,60vw);
}

.nav_search .searchBtn.show .search-item{
    opacity: 1;
    color: #1e66f8;
    margin: 15px 15px;
}




.PHONE .nav_search  .searchBtn .search-box{
    width: min(270px,60vw);
}

.PHONE .nav_search .searchBtn .search-item{
    opacity: 1;
    color: #1e66f8;
    margin: 15px 15px;
}


/*.PHONE .search-type::after,*/
.nav_search .search-type:hover::after
{
    content: '';
    position: absolute;
    left: -8px;
    top: -10px;
    width: 34px;
    height: 34px;
    background: #d4e5ff;
    border-radius: 34px;
    z-index: -1;
}


/*.PHONE .search-go::after,*/
.PC .nav_search .search-go:hover::after{
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 34px;
    height: 34px;
    background: #d4e5ff;
    border-radius: 34px;
    z-index: -1;
}

.PHONE .nav_search  .search-type::after,
.PHONE .nav_search  .search-go::after{
    /*z-index: 2;*/
    pointer-events:none;
    background: rgba(255,255,255,0.4);
}



.nav_search .searchform .dropdown_menu{
    margin-top: 21px;
    margin-left: -14px;
    border-radius: 10px;
    padding: 15px;
    font-size: 1em;
    cursor:context-menu;
    user-select: none;
}

.nav_search .searchform .dropdown_menu.show{
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    pointer-events:auto;
    transition: max-height 0.5s ease-in-out;
}

.nav_search .searchform .dropdown_menu li:not(:last-child){
    padding-bottom: 0.5em;
}

.nav_search .searchform .dropdown_menu li span{
    /*position: absolute;*/
    /*left: 3em;*/
    color: grey;
}

.nav_search .searchform .dropdown_menu i{
    margin-right: 1em;
    color: grey;
}

.nav_search .searchform .dropdown_menu li:hover span,
.nav_search .searchform .dropdown_menu li:hover i{
    color: #1e66f8;
}


/** 1.5.1 search_form 新 END **/

/* 1.6 user_login */

.nav_login.full_nav::before{
    background:url("../images/login_bg.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}

.login-form h2{
    margin-bottom: 2rem;
    user-select: none;
    color: white;
}

/** 1.6.1 login_form **/


.login-app{
    width: 348px;
    margin-bottom:40px;
}

.login-header{
    display: flex;
}

.login-header input[type="radio"]{
    display: none;
}

.login-header label{
    background-color: #f5f5f6;
    font-size: 18px;
    color: rgba(37,38,43,0.36);
    padding: 16px;
    text-align: center;
    flex: 1;
    cursor: pointer;
}

.login-header .m-btn{
    border-top-left-radius: 12px;
}

.login-header .q-btn{
    border-top-right-radius: 12px;
}


#message:checked + .m-btn,
#username:checked + .u-btn,
#qrcode:checked + .q-btn{
    background-color: #fff;
    color: #25262b;
    cursor: default;
}

.login-body{
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    background-color: #FFFFFF;
}

#form-bar{
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175,0.885,0.32,1.2);
}

.login-body form{
    flex-shrink: 0;
    width: 100%;

    box-sizing: border-box;
    padding: 22px;
    position: relative;
}

.login-body input{
    outline: none;
    width: 100%;
    box-sizing: border-box;
    height: 46px;
    margin-bottom: 16px;
    background-color: rgba(39,39,41,.04);
    border: 1px solid transparent;
    /*border: none;*/
    border-radius: 8px;
    font-size: 14px;
    padding: 1px 12px;
    color: #25262b;
}

.login-body input::placeholder{
    color: rgba(37,38,43,0.36);
}

.login-body input:focus{
    border: 1px solid rgba(99,125,255,0.48);
    background-color: #FFFFFF;
}

.m-form .vercode-btn{
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: #637dff;
    background-color: transparent;
    border: 1px solid rgba(99,125,255,0.24);
    position: absolute;
    right: 36px;
    margin: 8px 0;
}

.login-body .login-btn{
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(
        129.12deg,
        #446dff,
        rgba(99,125,255,0.75)
    );
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 60px;
}

button{
    cursor:pointer;
}

.m-form #sure{
    display: none;
}

.m-form label.tobesure{
    position: absolute;
    border: 2px solid rgba(132,133,141,0.2);
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    left: 22px;
}

#sure:checked + label.tobesure{
    background-color: #637dff;
}

label.tobesure::after{
    content: '';
    border: 2px solid #fff;
    position: absolute;
    width: 6px;
    height: 3px;
    border-top: none;
    border-right: none;
    transform: translate(-50%,-50%) rotate(-45deg) ;
    top: 50%;
    left: 50%;

}

#sure:not(:checked) ~ .login-btn{
    opacity: 0.5;
    cursor: not-allowed;
}

label.tobesure{
    bottom:45px;
}

label.tobesure p{
    margin: 0;
    margin-left: 20px;
    width: 280px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(37,38,43,0.36);
    position: relative;
    bottom: 3px;
}

label.tobesure p a{
    text-decoration: none;
    color: #637dff;
    padding: 5px;
}

@media (max-height: 650px){
    .login-app{
        width: 80%;
    }

    .login-header label{
        font-size: 14px;
        padding: 9px;
    }

    .login-body form{
        padding: 9px;
    }

    .login-body input{
        font-size: 12px;
        margin-bottom:1rem;
        height:2.5rem;
    }

    .m-form .vercode-btn{
        font-size: 12px;
        height:1.5rem;
        padding: 0 5px;
        margin: 0.5rem;
        right: 1rem;
    }

    .login-body .login-btn{
        height: 2rem;
        font-size:14px;
        margin-top:9px;
    }


    .m-form label.tobesure{
        left:9px;
    }

    label.tobesure p{
        width: 60vw;
        max-width: 280px;
    }




}

/** 1.6.1 login_form End**/

/** 1.6.2 registNav **/

#registNav{
    display: none;
}

#registNav>div{
    display: flex;
    justify-content: center;
}

#registNav .title {
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: bold;
}

#registNav .form{
    background: #fff;
    padding:1.5em;
    max-width: 50em;
}

#registNav .form-item{
    display: flex;
    flex-direction: row;
    padding-bottom: 1em;
}

#registNav .form-label{
    width: 12em;
    text-align: right;
    padding-right: 2em;
    padding-top: 0.4em;
}

#registNav .form-inline{
    width: 100%;
}

#registNav .form-inline .form-input{
    width: 100%;
    max-width: 50em;
    height: 1.5em;
    padding: 1em 0.8em;
}

#registNav .form-inline select{
    width: 12em;
    height: 2.3em;
    padding: 0 0.5em;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid rgb(118, 118, 118);
}

#registNav .form-btn{
    display: flex;
    justify-content: center;
}

#registNav .btn {
    background: #1e66f8;
    padding: 10px 20px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
    word-break: keep-all;
}

@media (max-width: 700px){
    #registNav .form-label{
        display: none;
    }


}

.error-border {
    border: 1px solid red !important;
}


/** 1.6.2 registNav **/

/* road map */

.road_map{
    margin-left:-0.5em;
    font-size:0.9rem;
    margin-top: 2em;
    /*text-align: center;*/
    width: 100vw;
}

@media (max-width: 700px){
    .road_map{
        margin-left: 1em;
    }
}

.road_map span{
    color: #2d3748;
}


.road_map a>span:hover{
    color: #1e66f8;
    text-decoration:underline;
}


/* road map END */



/* 5. footer_banner */

.footer_banner{
    margin-top: 150px;
    color: #FFFFFF;
}

.footer_banner .bg{
    padding: 3em 0;
}

.footer_banner .bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background: url("/images/banner_bottom-01.jpg");
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position: top left;
    background-size: cover;
    background-size: cover;
}


.footer_banner .title{
    margin-bottom: 3em;
}

.footer_banner .contain{
    margin-bottom: 3em;
}

.footer_banner .footer_banner_chip:after{
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    background: url("/images/chip3.png");
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position: top center;
    background-size: cover;
    background-size: cover;
}

.footer_banner .footer_banner_contain{
    padding: 0 2em;
}

@media (max-width: 767px) {
    .footer_banner .footer_banner_chip:after{
        width: 200px;
        height: 200px;
    }
    .footer_banner .footer_banner_contain{
        padding: 140px 2em 0;
    }
}

.footer_banner .footer_banner_btn{
    display: flex;
    align-items: center;
}

.footer_banner .btn{
    background: rgba(23, 23, 23, 0.8);
    border-radius: 10px;
    padding: 10px 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1em;
    word-break: keep-all;
}

@media (max-width: 600px) {
    .footer_banner .footer_banner_btn{
        justify-content: center;
        flex-direction: column;
    }
    .footer_banner .footer_banner_btn .btn{
        width: 80vw;
        padding: 1em;
        margin: 1em;
    }
}


/* 5. footer_banner END */

/* 6. footer */

footer{
    /*min-height: 300px;*/
    background: #102447;
    color: #f2f2f2;
}

@media (max-width: 991px) {
    footer .col-lg-6{
        display: none;
    }
}
@media (min-width: 991px) {
    footer span {
        letter-spacing: 0.1rem;
    }
}

footer .row{
    padding-top:3em;
}

.footer_left .footer_logo img{
    height: 80px;
    max-width: 100%;
    margin-bottom: 2em;
}

.footer_left .footer_mail>div{
    margin-bottom: 1em;
    margin-left: 0.5em;
}

.footer_left .footer_mail svg{
    padding-right: 1.2em;
}

.footer_mid{
    margin: 2em 0 0 2em;
}

.footer_mid a{
    color: #f2f2f2;
}

.footer_mid a:hover{
    color: #1e66f8;
}

.footer_mid>ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.footer_mid ul li{
    flex: 1;
}


.footer_mid div{
    font-weight: bold;
    font-size: 15px;
}

.footer_mid ul ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    margin-top: 2em;
}

.footer_mid ul ul li{
    margin-top: 1em;
}


.footer_right{
    width: 240px;
    max-width: 100%;
    display: flex;
    text-align:center;
    float: right;
    margin-top:1em;
    white-space: nowrap;
}

.footer_right span{
    color: #fff;
}

@media (max-width: 430px) {
    .footer_right{
        max-width: 60%;
        flex-direction:column;
    }
    .footer_right p{
        margin-bottom: 0;
    }
}

.footer_right>div{
    flex: 1;
}

.footer_right .QR{
    padding: 10px;
}

.footer_right img{
    width: 100%;
    padding-bottom: 0.5rem;
}

.copyright{
    text-align:center;
}

.copyright p{
    color: white;
    font-size: 0.8em;
}


/* 6. footer END */


/* special CSS */

@media (max-width: 991px) {
    .banner_title h2{
        max-width: 90vw;
        text-align: center;
    }
}

/* end */


.captchaNav {
    display: none; /* 初始隐藏 */
    position: fixed; /* 固定定位 */
    top: 50%; /* 距离顶部 50% */
    left: 50%; /* 距离左侧 50% */
    transform: translate(-50%, -50%); /* 移动自身的宽高的 50% */
    z-index: 8; /* 确保它在其他内容之上 */
    padding: 20px; /* 可选的内边距 */
    background-color:#FFFFFF;
    border-radius:20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
}

.captchaNav:before {
    content: '×'; /* 使用 × 符号 */
    position: absolute;
    top: -10px; /* 根据需求调整位置 */
    right: -10px; /* 根据需求调整位置 */
    font-size: 20px; /* 设置按钮大小 */
    color: #6b6b6b; /* 按钮颜色 */
    background: #fff; /* 背景色 */
    border: 1px solid #6b6b6b; /* 边框颜色 */
    border-radius: 50%; /* 圆形按钮 */
    width: 24px;
    height: 24px;
    line-height: 22px; /* 水平居中 */
    text-align: center;
    cursor: pointer; /* 鼠标样式 */
    z-index: 10; /* 确保在顶部显示 */
}

.captchaNav:before:hover {
    background: #6b6b6b;
    color: #fff;
}

.disabled-btn {
    color: gray !important;
    cursor: not-allowed;
}


#toast-container.toast-top-full-width{
    top: 90px;
}

