@import "https://outyingyuchatweb.yingyuchat.com/yingchatweb/plug/fontawesome-free-5.15.4-web/css/all.min.css";
html{
    font-size: 62.5%;;
}
body{
    max-width: 100%;
    overflow-x: hidden;
}
body,header,footer,nav,div,ul,ol,li,dl,dt,dd,dt+dd,p,span,a,b,h1,h2,h3,img,input,textarea{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: all 0.2s;
}
a:hover{
    color: #797DFF;
}
video::-webkit-media-controls {
    /* display:none !important; */
}

@font-face {
    font-family: 'kh-icomoon';
    src:  url('../fonts/kh-icomoon.eot?gb229k');
    src:  url('../fonts/kh-icomoon.eot?gb229k#iefix') format('embedded-opentype'),
    url('../fonts/kh-icomoon.ttf?gb229k') format('truetype'),
    url('../fonts/kh-icomoon.woff?gb229k') format('woff'),
    url('../fonts/kh-icomoon.svg?gb229k#kh-icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="kh-icon-"], [class*=" kh-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'kh-icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kh-icon-logo-full .path1:before {
    content: "\e900";
    color: rgb(83, 162, 242);
    opacity: 0.5;
}
.kh-icon-logo-full .path2:before {
    content: "\e901";
    margin-left: -0.71875em;
    color: rgb(20, 115, 229);
}
.kh-icon-logo-full .path3:before {
    content: "\e902";
    margin-left: -0.71875em;
    color: rgb(20, 115, 229);
}
.kh-icon-logo-full .path4:before {
    content: "\e903";
    margin-left: -0.71875em;
    color: rgb(83, 162, 242);
    opacity: 0.6;
}
.kh-icon-chart:before {
    content: "\e904";
}
.kh-icon-DingTalk:before {
    content: "\e905";
}
.kh-icon-history:before {
    content: "\e906";
}
.kh-icon-logo:before {
    content: "\e907";
}
.kh-icon-MiniProgram:before {
    content: "\e908";
}
.kh-icon-Official:before {
    content: "\e909";
}
.kh-icon-website:before {
    content: "\e90a";
}
.kh-icon-WeChat:before {
    content: "\e90b";
}

.kh-fs12{ font-size:1.2rem;}
.kh-fs14{ font-size:1.4rem;}
.kh-fs16{ font-size:1.6rem;}
.kh-fs18{ font-size:1.8rem;}
.kh-fs20{ font-size:2rem;}
.kh-fs22{ font-size:2.2rem;}
.kh-fs24{ font-size:2.4rem;}
.kh-fs28{ font-size:2.8rem;}
.kh-fs32{ font-size:3.2rem;}
.kh-fs36{ font-size:3.6rem;}
.kh-fs40{ font-size:4rem;}

.kh-block{ display: block;}
.kh-main{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.kh-W1200{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.kh-W100B{ width: 100%;}
.kh-W50B{ width: 50%;}
.kh-H100B{ height: 100%;}
.kh-fl{ float: left;}
.kh-fr{ float: right;}
.kh-relative{ position: relative !important;}
.kh-absolute{ position: absolute !important;}
.kh-fixed{ position: fixed;}
.kh-show{ display: block;}
.kh-hide{ display: none;}
.kh-mobile{ display: none !important;}
.kh-overflow{ overflow: hidden;}
.kh-animate-6{ transition: all 0.6s;}
.kh-xx{ color: #B5FF60;}

.kh-table{
    display: table;
    table-layout: fixed;
}
.hk-tableCell{
    display: table-cell;
    vertical-align: middle;
}
.kh-scroll-bar{
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #797DFF #D5D5D5;
}
.kh-scroll-bar::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.kh-scroll-bar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #797DFF;
}
.kh-scroll-bar::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background   : #D5D5D5;
}

/*统一过滤效果*/
.kh-animate{
    transition: all 1s ease 1s;
    display: block;
    opacity: 0;

}
.kh-section.active .kh-animate{
    opacity: 1;
    margin: unset;
    transform: translate(0,0);
}
.kh-slideInLeft{
    transform: translate(-100px,0);
}
.kh-slideInRight{
    margin-left: -60px;
    transform: translate(100px,0);
}
.kh-slideInDown{
    margin-top: -60px;
}
.kh-slideInUp{
    margin-top: 60px;
}

/*公共页头*/
.kh-header{
    width: 100%;
    position: fixed;
    z-index: 9;
    padding: 1rem 0 0.6rem 0;
    background-color: #F8F8F8;
}
.kh-header.kh-home-header{
    padding: 0;
}
.kh-mini-header{
    padding: 5px 0;
    background-color: rgba(0,0,0,0.2);
}
.kh-mini-header.kh-home-header{
    padding: 0;
}
.kh-mini-header .kh-navbar-toggler-icon{
    color: #FFFFFF;
}
.kh-mini-header .kh-nav-link{
    color: #FFFFFF;
}
.kh-logo-block{
    display: block;
}
.kh-header .kh-logo{
    height: 5.4rem;
}
.kh-home-header .kh-logo{
    height: 75px;
    float: left;
}
.kh-home-header.kh-mini-header .kh-logo{
    width: auto;
    height: 64px;
}
.kh-home-header .kh-nav{
    padding: 1rem 0 0.6rem 0;
}
.kh-home-header.kh-mini-header .kh-nav{
    padding: 5px 0;
}
.kh-nav-item{
    position: relative;
    float: left;
    margin-left: 4.8rem;
    height: 5.4rem;
}
.kh-nav-item:nth-of-type(1){
    margin-left: 0;
}
.kh-nav-link{
    display: block;
    font-size: 1.6rem;
    line-height: 5.4rem;
    color: #999999;
    transition: all 0.2s;
}
.kh-has-subnav{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
.kh-nav-item:hover > .kh-nav-link,.kh-nav-item.active > .kh-nav-link{
    color: #797DFF;
}
.kh-nav-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 7px;
    border-radius: 4px;
    background-color: #797DFF;
    transition: all 0.2s;
}
.kh-nav-item:hover > .kh-nav-bottom,.kh-nav-item.active > .kh-nav-bottom{
    display: block;
}
.kh-header-placeholder{
    width: 100%;
    height: 7rem;
}
.kh-login,.kh-register{
    margin: 1.1rem 0;
    line-height: 3.2rem;
    padding: 0 2rem;
    border-radius: 0.8rem;
    background-color: #FFFFFF;
    color: #797DFF;
    font-size: 1.4rem;
    display: block;
    float: left;
}
.kh-register{
    margin-left: 2rem;
    background-color: #797DFF;
    color: #FFFFFF;
}
.kh-login:hover{
    color: #797DFF;
    opacity: 0.6;
}
.kh-register:hover{
    opacity: 0.6;
    color: #FFFFFF;
}
.kh-client-download{
    font-size: 1.4rem;
    line-height: 5.4rem;
    color: #797DFF;
    font-weight: 500;
}
.kh-client-download::before{
    font-weight: 900;
}
.kh-mini-header .kh-client-download{
    color: #FFFFFF;
}

/* 子栏目 */
.kh-subnav-item{
    position: absolute;
    overflow: hidden;
    padding: 1.6rem 0;
    border-radius: 0.8rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    width: 200%;
    left: -50%;
    background-color: #FFFFFF;
    display: none;
}
.kh-subnav-item > a{
    display: block;
    text-align: center;
    padding: 1.2rem 0;
    line-height: 1.8rem;
    font-size: 1.6rem;
    color: #999999;
}
.kh-nav-item:hover > .kh-subnav-item{
    display: block;
}
.kh-subnav-item > a:hover,.kh-subnav-item > a.active{
    color: #797DFF;
}

/*内页banner*/
.kh-page-banner{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.kh-page-banner > img{
    width: 100%;
}
.kh-banner-name{
    position: absolute;
    font-size: 14.2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: rgba(255,255,255,0.15);
    line-height: 16.4rem;
    top: 50%;
    margin-top: -82px;
}
.kh-banner-title{
    font-size: 6rem;
    line-height: 7.9rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.kh-banner-name > .slideInDown{
    font-size: 14.2rem;
    font-weight: bold;
    text-align: center;
}

/*分页条*/
.kh-page-module{
    overflow: hidden;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.kh-page-module > a{
    display: none;
    text-align: center;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    color: #666666;
    border: 1px solid #707070;
    border-radius: 0.8rem;
    margin-right: 3.2rem;
    vertical-align: unset;
    min-width: unset;
}

.kh-page-module > a.page-num-current,.kh-page-module > a:hover{
    border-color: #797DFF;
    color: #FFFFFF !important;
    background-color: #797DFF;
}

/*底部公告*/
.kh-welfare{
    width: 100%;
    background-color: #5F5FFD;
    text-align: center;
    padding-bottom: 6rem;
    position: relative;
    bottom: 0;
    z-index: 1;
}
.kh-welfare-title{
    font-size: 4rem;
    line-height: 6rem;
    color: #FFFFFF;
    padding: 6rem 0;
}
.kh-welfare > a{
    display: inline-block;
    line-height: 4rem;
    border-radius: 0.4rem;
    border: 1px solid #FFFFFF;
    background-color: rgba(255,255,255,0.08);
    padding: 0 10rem;
    font-size: 1.6rem;
    color: #FFFFFF;
}
.kh-welfare > a:hover{
    background-color: #797DFF;
}

/*底部*/
.kh-footer{
    background-color: #2B2B2B;
    padding: 5rem 0 3em 0;
    position: relative;
    z-index: 2;
}
.kh-footer-nav{
    float: left;
}
.kh-footer-nav:nth-of-type(1){
    padding-left: 13rem;
    width: 37.5%;
}
.kh-footer-nav:nth-of-type(1) > dd{
    padding-top: 1rem;
}
.kh-footer-nav:nth-of-type(2){
    width: 42%;
}
.kh-footer-nav > dt{
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
}
.kh-footer-nav > dd{
    padding-top: 2.8rem;
    line-height: 2.4rem;
    font-size: 1.4rem;
    color: #A7A7A7;
    width: 100%;
}
.kh-footer-nav > dd::before{
    color: #FFFFFF;
    font-size: 2.4rem;
    padding-right: 1.2rem;
}
.kh-footer-nav > dd > a{
    display: block;
    line-height: 2.4rem;
    font-size: 1.4rem;
    color: #A7A7A7;
}
.kh-footer-nav > dd > a:hover{
    color: #797DFF;
}
.kh-footer-qrcode{
    width: 11.5rem;
}
.kh-footer-copyright{
    text-align: center;
    line-height: 2.4rem;
    font-size: 1.4rem;
    color: #A7A7A7;
    padding-top: 1.6rem;
}
.kh-footer-copyright > a{
    color: #A7A7A7;
}
.kh-footer-copyright > a:hover{
    color: #797DFF;
}

/* 放大图片 */
.kh-bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
    transform: translate(-50%,-50%);
    max-width: 99%;
    max-height: 100%;
}
/*遮罩层*/
.kh-opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 1000000;
    top: 0;
    left: 0;
}
.app-details-link{
    font-size: 1.8rem;
}
.app-details-link-small{
    display: inline-block;
}
.kh-update{
    display: none !important;
}

/*友情链接*/
.kh-footer-links{
    padding-top: 3rem;
    padding-left: 13rem;  
    padding-right: 13rem;
    font-size: 1.4rem; 
    line-height: 2.4rem;
}
.kh-footer-links a{
    color: #a5aaa9;
    line-height: 22px;
    margin-right: 20px;
    transition: 0.3s;
}
.kh-footer-links a:hover{
    color: #dce1e0;
}

/* 遮罩层 */
.kh-cover{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.16);
}
.kh-cover *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.kh-loader{
    display:block;
    width:48px;
    height:48px;
    padding:4px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    background-color:#fff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -o-border-radius:100%;
    -ms-border-radius:100%;
    border-radius:100%;
    -webkit-transition:ease-in-out .1s;
    -moz-transition:ease-in-out .1s;
    -o-transition:ease-in-out .1s;
    -ms-transition:ease-in-out .1s;
    transition:ease-in-out .1s;
    -webkit-box-shadow:#000 0 5px 10px -5px;
    -moz-box-shadow:#000 0 5px 10px -5px;
    -o-box-shadow:#000 0 5px 10px -5px;
    -ms-box-shadow:#000 0 5px 10px -5px;
    box-shadow:#000 0 5px 10px -5px
}
.kh-loader > svg {
    fill:transparent;
    stroke:#563d7c;
    stroke-width:5;
    animation:loader_dash 2s ease infinite,loader_rotate 2s linear infinite;
}
@keyframes loader_dash {
    0% {
        stroke-dasharray:1,95;
        stroke-dashoffset:0
    }
    50% {
        stroke-dasharray:85,95;
        stroke-dashoffset:-25
    }
    100% {
        stroke-dasharray:85,95;
        stroke-dashoffset:-93
    }
}
@keyframes loader_rotate {
    0% {
        transform:rotate(0deg)
    }
    100% {
        transform:rotate(360deg)
    }
}

/*自适应调节*/
@media only screen and (min-width: 2500px){
    /* 放大图片 */
    .kh-bigImg { max-width: 98%;}
}
@media only screen and (max-width: 1700px){
}
@media only screen and (max-width: 1560px){
}
@media only screen and (max-width: 1420px){
}
/*小于等于1200px时*/
@media only screen and (max-width: 1200px){
}
/*sm屏幕以下（小于等于1100px时）*/
@media only screen and (max-width: 1100px) {
    .kh-nav-item{
        margin-left: 3rem;
    }
    .kh-footer-nav:nth-of-type(1){
        padding-left: 6rem;
    }
}
/*sm屏幕以下（小于等于920px时）*/
@media only screen and (max-width: 920px) {
    .kh-nav-item{
        margin-left: 2rem;
    }
    .kh-footer-nav:nth-of-type(1){
        padding-left: 5rem;
    }
}
/*sm屏幕以下（小于等于860px时）*/
@media only screen and (max-width: 860px) {
    .kh-nav-item{
        margin-left: 1rem;
    }
    .kh-footer-nav:nth-of-type(1){
        padding-left: 4rem;
    }
}

/*sm屏幕以下（小于等于720px时）*/
@media only screen and (max-width: 720px) {
    .kh-nav-item{
        margin-left: 0.5rem;
    }
    .kh-register{
        margin-left: 0.2rem;
    }
    .kh-footer-nav:nth-of-type(1){
        width: 30%;
    }
    .kh-nav-item:nth-last-of-type(1){
        display: none;
    }
}
/*sm屏幕以下（小于等于576px时）*/
@media only screen and (max-width: 576px) {
    .kh-mobile{ display: block !important;}
    .kh-weixin{ display: block !important;}
    .kh-pc{ display: none !important;}
    .kh-mobile-block{ display: block;}

    .kh-nav-item:nth-last-of-type(1){
        display: block;
    }

    /*头部*/
    .kh-header{ padding: 0;}
    .kh-header > .kh-main{ position: relative; padding: 16px; height: 68px;}
    .kh-header > .kh-W1200{ position: relative; padding: 16px; height: 68px;}
    .kh-logo{ height: 36px; position: relative; z-index: 10;}
    .kh-header .kh-logo{ height: 36px; width: auto;}

    .kh-home-header.kh-header .kh-logo{ height: 48px; width: auto; margin-top: -6px;}
    .kh-home-header.kh-mini-header .kh-logo{ height: 48px; width: auto; margin-top: -6px;}

    .kh-navbar-toggler-icon{ position: relative; z-index: 10; display: block; color: #5F5FFD; width: 36px; line-height: 36px; font-size: 24px; text-align: right; transition: all 0.3ms;}
    .kh-nav{ width: 100%; height: 100vh; position: absolute; z-index: 9; top: 0; left: 100%; padding-top: 68px; background-color: #232323; overflow-y: scroll;}
    .kh-home-header .kh-nav,
    .kh-home-header.kh-mini-header .kh-nav{ padding-top: 68px;}
    .kh-nav-item{ width: 100%; margin: 0; padding: 0.857rem 12%; height: unset;}
    .kh-nav-bottom{ width: 76%; right: unset; height: 2px;}
    .kh-nav-link{ font-size: 1.2rem; line-height: 2.4rem;}
    .kh-has-subnav{ padding-left: 0; padding-right: 0;}
    .kh-login,
    .kh-register{ line-height: 2.8rem; border-radius: 0.8rem; font-size: 1.2rem;}
    .kh-register{ margin-left: 2rem;}
    /* 子栏目 */
    /* .kh-nav-item:hover > .kh-subnav-item{ display: none;} */
    .kh-subnav-item{ position: unset; width: 100%; background: unset; box-shadow: unset; padding: 0;}
    .kh-subnav-item > a{ font-size: 1.2rem; line-height: 3.2rem; text-align: unset; padding: 0 0 0 3.2rem;}
    .kh-subnav-item > a.active{ border-bottom: 2px solid #797DFF;}
    
    /*banner*/
    .kh-banner-name{ line-height: 6.4rem; margin-top: -3.2rem;}
    .kh-page-banner > img{ width: 150%; margin-left: -25%;}
    .kh-banner-name > .slideInDown{ font-size: 4.8rem;}
    .kh-banner-title{ font-size: 2.4rem; line-height: 3.2rem;}

    /*分页*/
    .kh-page-module{ padding: 1.5rem 0 2.5rem 0;}
    .kh-page-module > a{ margin-right: 1rem;}

    /* 底部公告 */
    .kh-welfare{ padding-bottom: 2rem;}
    .kh-welfare-title{ font-size: 1.8rem; line-height: 2.4rem; padding: 2rem 0;}
    .kh-welfare > a{ font-size: 1.4rem; line-height: 3.2rem; padding: 0 2rem;}

    /*底部*/
    .kh-footer{ padding: 2rem 2%;}
    .kh-footer-nav:nth-of-type(1){ padding-left: 0; width: 30%;}
    .kh-footer-nav:nth-of-type(2){ width: 70%;}
    .kh-footer-nav:nth-of-type(3){ display: none; width: 100%;}
    .kh-footer-nav:nth-of-type(3) > dt{ padding-top: 2.8rem; text-align: center;}
    .kh-footer-nav:nth-of-type(3) > dd{ padding-top: 1rem; text-align: center;}
    .kh-footer-nav > dt{ font-size: 1.4rem;}
    .kh-footer-nav > dd{ padding-top: 1rem; font-size: 1.2rem;}
    .kh-footer-nav > dd > a{ font-size: 1.2rem; line-height: 3.2rem;}
    .kh-footer-nav > dd::before{ font-size: 1.6rem; padding-right: 0.6rem;}
    .kh-footer-nav:nth-of-type(1) > dd{ padding-top: 0;}
    .kh-footer-copyright{ padding-top: 2rem; font-size: 1.2rem;}
    .kh-footer-copyright > a{ display: block;}

}
@media only screen and (max-width: 414px){
}
@media only screen and (max-width: 366px){
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
}
