:root {
    /* 50 */

    --bs-fontsize-54: calc(14px + 2.08vw);
    --bs-fontsize-46: calc(14px + 1.66vw);
    --bs-fontsize-36: calc(14px + 1.14vw);
    --bs-fontsize-24: calc(14px + 0.52vw);
    --bs-fontsize-20: calc(14px + 0.3125vw);
    --bs-theme-color: #152cb6;
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

em,
button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;

}

.container {
    width: 100%;
    max-width: 1460px;
    padding-left: 10px;
    padding-right: 10px;


}

@media (max-width: 1540px) {
    .container {
        max-width: 1200px;
    }



}

@media (max-width: 1280px) {
    .container {
        max-width: 1100px;
    }

}

@media (max-width: 1180px) {
    .container {
        max-width: 960px;
    }

}

@media (max-width: 991.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;

    }

}


.logo-box{
    max-width: 116px;
}

.logo-box img{
    width: 100%;
}

@media (max-width: 991.98px) {
    .logo-box{
        max-width: 100px;
    }
}
@media (max-width: 767.98px) {
    .logo-box{
        max-width: 80px;
    }
}
@media (max-width: 575.98px) {
    .logo-box{
        max-width: 70px;
    }
}

.btn {
    width: 138px;
    height: 48px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}
/* .btn .hover-bg,
.btn .line{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index:-1;

}
.btn i{
    margin-right: 3px;
} */

/* .btn.btn-white {
    background: url("../images/btn-bg-1.png") no-repeat left top;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background-size: cover;
} */


/* 
.btn.btn-white::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0.2));

}

.btn.btn-white::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0.2));
} */

/* gray */
/* .btn-gray{
    background: url("../images/btn-bg-2.png") no-repeat left top;
    color: #000;
    background-size: cover;
    position: relative;
}
.btn-gray::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #000, rgba(255, 255, 255, 0.2));
}

.btn-gray::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #000, rgba(255, 255,255, 0.2) );
}

.btn.btn-gray.btn-login i{
    background-image: url("../images/icon-login2.png");
}

.btn-gray .line::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(0, 0, 0, 0.3));
}
.btn-gray .line::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,.1), rgba(0, 0, 0, 0.3));
}
.btn-gray .hover-bg{
    background:url("../images/btn-bg-2.png") no-repeat left top
}
.btn.btn-white .hover-bg{
    background: url("../images/btn-bg-1.png") no-repeat;
}


.btn .hover-bg{
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.btn .hover-bg{
    
    transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    opacity: 0;
}

.btn:hover .hover-bg{
    transform: translateX(110%);
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    opacity: 1;
} */

.btn-blue{
   background-color: #152cb6;
   color: #fff!important;
   transition:none;
   -webkit-transition:none;
   -moz-transition:none;
   -ms-transition:none;
   -o-transition:none;
   border: none!important;
}

.btn-blue:hover{
    color: #fff;
    background-image: linear-gradient(to right, #152cb6, #2d49f1);
}

@media (max-width: 991.98px) {

    .btn {
        width: 110px;
        height: 38px;
        margin-right: 50px;
    }


}
@media (max-width: 768px) {
    .btn {
        width:auto;
        height: 30px;
        margin-right: 50px;
        font-size: 13px;
    }
}

/* 
header .header-nav .btn-login{
    width: 138px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25) 30%, #09042a 75%);
    

    position: relative;
    cursor: pointer;
    margin-left: 50px;

}
*/

.btn.btn-login {
    margin-left: 30px;
}

.btn.btn-login i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icon-login.png") no-repeat center;
}

@media (max-width: 768px) {
    .btn.btn-login i{
        height: 10px;
        background-size: auto 10px;
    }
    
}


/* header.header-fixed .btn.btn-login {
    border: 1px solid transparent;
    border-image: none;
    background: #152cb6 !important;
    color: #fff !important;

}

header.header-fixed .btn.btn-login::before,
header.header-fixed .btn.btn-login::after {
    display: none;
} */





.row {
    margin: 0;

}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.ttf') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold";
    src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
}

@font-face {
    font-family: "Rajdhani-Medium";
    src: url("../fonts/Rajdhani-Medium-3.ttf");
}
@font-face {
    font-family: "DINGTALK";
    src: url("../fonts/DINGTALK\ JINBUTI.TTF");
}
/*scroll*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #f6f6f6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--bs-theme-color);
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--bs-theme-color);
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: var(--bs-theme-color);
}

body {
    font-family: "HarmonyOS_Sans_SC_Regular";
    font-size: 1rem;
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    html {
        font-size: 15px;
    }
}


/* header */
/* header */
/* header */
/* header */
/* header */
header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    padding: 0 1rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;

}

header.header-fixed {
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

header.header-fixed .header-nav .header-nav-item a {
    color: #333;

}

header.header-fixed .header-fixed-logo {
    display: block;
}

header.header-fixed .default-logo {
    display: none;
    ;
}

.header-fixed-logo {
    display: none;
}

header .container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    max-width: 1680px;
}

@media (max-width: 1680px) {
    header .container {
        max-width: 1440px;
    }
}

@media (max-width: 1480px) {
    header .container {
        max-width: 1340px;
    }
}

header .header-nav {
    display: flex;
    align-items: center;
}

header .header-nav .header-nav-item {
    position: relative;
    display: inline-block;
    /* margin: 0 30px; */
    margin: 0 calc(10px + 1.04vw);

    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
}

header .header-nav .header-nav-item:after {
    content: "";

}


header .header-nav .header-nav-item a {
    padding: 0;
    display: block;
    color: #000;
    white-space: nowrap;
    font-family: "Misans_Normal";
    font-size: 18px;
}

header .header-nav .header-nav-item a:hover {
    color: #152cb6;
}

header .header-nav .header-nav-item a:hover{
    color: #152cb6!important;
}

@media (max-width: 1440px) {
    header .header-nav .header-nav-item a {
        font-size: 1rem;
    }

}


header .right-oper{
    border: 1px solid red;

}
/* 
*********************
icon-bar 
*********************
*/
header .navbar-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #393D49;
}

header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

/* 
******************
phone show in 
******************
*/
header.in .header-nav-wrap {
    width: 100%;
    left: 0;

}

header.in .icon-bar:nth-child(2) {
    width: 0;
}

header.in .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px;
}

header.in .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -8px;
}

header .navbar-toggle .icon-bar,
header .logo img,
header .header-nav-wrap,
header .header-nav .header-nav-item a {
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

header .header-right-wrap {
    display: flex;
    align-items: center;

}


@media (min-width: 992px) {
    header .navbar-toggle {
        display: none;
    }

    header .header-nav .header-nav-item a:hover {
        /* color: var(--bs-theme-color); */
        color: #fff;

    }

    /* header  */
    header.header-fixed .header-nav .header-nav-item a:hover {
        color: var(--bs-theme-color);
        /* color: #fff; */

    }


    header .header-nav .header-nav-item:hover::after,
    header .header-nav .nav-this:after {
        width: 100%;
    }

}

@media (max-width: 991.98px) {

    header {
        height: 60px;
        background-color: #fff;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    header .container {
        max-width: none;
    }

    header .default-logo {
        display: none;
    }

    header .header-fixed-logo {
        display: block;
    }
    /* header .logo img{
        max-width: 90px;

    } */

    header .header-nav-wrap {
        position: fixed;
        left: 100%;
        top: 60px;
        bottom: 0;
        background-color: #fff;
        width: 100%;
    }

    header .header-nav {
        display: block;
        margin-top: 1rem;

    }

    header .header-nav .header-nav-item {
        display: block;
        line-height: 44px !important;
        /* border-top: 1px solid #dcdcdc; */
        margin-left: 1rem;
        margin-right: 1rem;
        height: auto;
    }
}

/* @media (max-width: 767.98px) {
    header .logo img {
        max-width: 70px;
    }


} */

footer {

    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    /* padding-bottom: 70px; */
    padding-bottom: calc(10px + 3.125vw);



}

footer .footer-nav {
    padding-bottom: 40px;
    padding-bottom: calc(10px + 1.5625vw);


}

footer .footer-nav a {
    color: #555 !important;
    font-size: 18px;
    position: relative;
    /* padding: 0 40px; */
    padding: 0 calc(10px + 1.5625vw);
    font-family: "HarmonyOS_Sans_SC_Medium";

}

footer .footer-nav a::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d1d8ec;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

footer .footer-nav a:first-child::before {
    display: none;
}

footer .footer-bottom {
    border-top: 1px solid #d1d8ec;

}

footer .footer-bottom a {
    color: #afb5c4
}

footer .footer-logo {
    /* margin-top: 50px;
    margin-bottom: 30px; */
    margin-top: calc(10px + 2.08vw);
    margin-bottom: calc(10px + 1.04vw);
    margin-left: auto;
    margin-right: auto;

}

footer .footer-bottom .f-info {
    margin: 3px 0;
}

footer .footer-bottom .f-info a:first-child{
    letter-spacing: -0.5px;
    white-space: nowrap;

}
footer .footer-bottom .f-btn-contact {
    position: relative;
    padding-left: 8px;
    margin-left: 3px;

}

footer .footer-bottom .f-btn-contact::before {
    content: "";
    width: 1px;
    height: 75%;

    background-color: #d1d8ec;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media (max-width: 1440px) {
    footer .footer-nav a {
        font-size: 1rem;
    }
}

/* @media (max-width: 768px) {
    footer .footer-logo img {

        max-width: 80px;
    }
} */

@media (max-width: 576px) {
    footer .container{
        padding-left: .5rem;
        padding-right: .5rem;
    }
    footer .footer-nav a:last-child {
        width: 100%;
        display: block;
        margin-top: .2rem;

    }

    footer .footer-nav a:last-child::before {
        display: none;

    }

    footer .footer-bottom a:first-child {
        display: block;
    }
}