@font-face {
    font-family: 'PingFangSC';
    src: url('/assets/font/SourceHanSansSC-Normal.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: PingFangSC, PingFang SC;
}

body{
    background: rgba(244, 244, 245, 1);
}

.body{
    display: flex;
    width: 100%;
    min-width: 1440px;
}

#header-block{
    background: white;
}

.b-content{
    width: calc(100% - 60px) !important;
}

.text-center{
    text-align: center;
}

.text-line-1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-line-2{
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.text-line-3{
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.q-btn{
    padding: 6px 8px;
    background: white;
    border: 1px solid #008DA1;
    border-radius: 8px;
    color: rgba(0, 141, 161, 1);
    cursor: pointer;
}

.q-btn-primary{
    background: #008DA1;
    color: white;
}

.none-data{
    width: 100%;
}

.none-data-img{
    text-align: center;
}

.none-data-img img{
    width: 48px;
    height: 48px;
}

.none-data-text{
    text-align: center;
    color: rgba(87, 98, 108, 1);
    margin-top: 8px;
}


header{
    padding: 16px 10px;
    border-right: 1px solid #E9EAEB;
    height: 100vh;
    background: white;
}

.big-header{
    width: 250px;
    display: block;
}

.small-header{
    padding: 0;
    display: none;
}

.small-header .nav-item{
    padding: 11px 22px;
}

.small-header .nav-title{
    text-align: center;
    padding: 0;
}

.logo-box{
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}

.logo-box img{
    position: relative;
    top: -10px;
}

.nav{
    background: #FFFFFF;
}

.nav-item{
    padding: 0 23px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.nav-item:hover{
    background: #E9F7F7;
}

.nav-item-active{
    background: #E9F7F7;
    color: rgba(0, 141, 161, 1);
}

.nav-item-inner{
    display: flex;
    align-items: center;
}

.nav-item-inner i{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.nav-item-inner a:hover{
    color: rgba(0, 141, 161, 1) !important;
}

.nav-item-name{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(87, 98, 108, 1);
    line-height: 40px;
    height: 40px;
}

.nav-item-active .nav-item-name{
    color: rgba(0, 141, 161, 1);
}

.nav-title{
    margin: 16px 0;
    font-weight: bold;
    font-size: 16px;
    color: #57626C;
    line-height: 22px;
    padding-left: 23px;
}

.content{
    width: calc(100% - 240px);
    overflow: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

.big-content{
    width: calc(100% - 60px);
}

.nav-bar{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    background: white;
}

.nav-bar-left{
    /*width: 50%;*/
}

.nav-bar-right{
    /*width: 50%;*/
    display: flex;
    align-items: center;
}

.main-content{
    padding: 20px;
    position: relative;
    z-index: 5;
}

.q-card{
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
}

.q-card-header{
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #1D2E3B;
    line-height: 22px;
    padding: 19px 22px;
}

.q-card-body{
    padding: 0px 22px;
}

.q-header-icon{
    width: 14px;
    height: 14px;
    font-size: 14px !important;
    margin-right: 10px;
    cursor: pointer;
}

.q-global-icon{
    margin-right: 7px;
    font-size: 14px !important;
    position: relative;
    top: 1px;
}

.language-select{
    border: none;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /*appearance:none !important;*/
    /*-moz-appearance:none !important;*/
    /*-webkit-appearance:none !important;*/
    cursor: pointer;
}

.language-select-option{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.nav-user-avatar{
    width: 32px;
    height: 32px;
    background: rgba(0, 141, 161, 1);
    border-radius: 100%;
    display: inline-block;
    /*margin-left: 28px;*/
    cursor: pointer;
    position: relative;
    /*margin-right: 10px;*/
    /*overflow: hidden;*/
}

.nav-user-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.showing-box{
    position: fixed;
    background: rgba(29, 46, 59, 1);
    border-radius: 8px;
    font-size: 14px;
    color: #FFFFFF;
    max-width: 240px;
    padding: 8px;
    text-align: center;
    z-index: 9999;
}

.showing-box-icon{
    position: absolute;
    top: -10px;
    left: 112px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid rgba(29, 46, 59, 1);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.showing-box-icon2{
    position: absolute;
    top: -10px;
    left: 65px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid rgba(29, 46, 59, 1);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.c-common{
    color: rgba(0, 141, 161, 1);
    /*font-weight: bold;*/
}

.c-common-gray{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.s-layer-box{
    padding: 20px 24px 0;
    background: white;
    font-family: PingFangSC, PingFang SC;
    border-radius: 8px;
}

.s-layer-title{
    font-weight: bold;
    font-size: 16px;
    color: rgba(0,0,0,0.88);
    margin-bottom: 16px;
}

.s-layer-content{
    margin-bottom: 12px;
}

.layui-layer{
    border-radius: 8px !important;
}

.layui-layer-btn a{
    border-radius: 8px;
}

.layui-layer-btn .layui-layer-btn0{
    background: white;
    color: black !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.layui-layer-btn .layui-layer-btn1{
    background: #008DA1;
    color: white !important;
    margin-left: 6px;
}

.layui-layer-btn:hover a{
    color: black;
}

.layui-layer-setwin .layui-layer-close2:hover{
    background: #008DA1;
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn{
    padding-top: 0;
}


@keyframes msgUp {
    from{
        top: 50px;
    }
    to{
        top: 0;
    }
}

.c-msg-box{
    position: fixed;
    top:50px;
    z-index: 999999;
    width: 100%;
    display: flex;
    justify-content: center;
    animation: msgUp 1.8s;
    animation-iteration-count: 1;
}

.c-msg{
    display: flex;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 14px 13px;
    font-weight: 400;
}

.c-msg-icon{
    width: 14px;
    height: 14px;
    /*background: #03da03;*/
    /*color: white;*/
    color: #88e001;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-right: 9px;
}

.c-msg-success{
    background: url("/assets/img/success.svg");
    background-size: cover;
}

.c-msg-error{
    background: url("/assets/img/error.svg");
    background-size: cover;
}

.c-msg-text{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.88);
}

.not-showing{
    /*display: none;*/
    position: fixed;
    z-index: 1;
    left: -1000px;
}

.layui-layer-shade{
    opacity: 0.1;
}

tr:hover{
    background: #E9F7F7;
    color: rgba(0, 141, 161, 1);
    /*cursor: pointer;*/
    border-radius: 8px;
}

.hover-block:hover{
    background: #E9F7F7;
}

.box-shadow:hover{
    /*box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);*/
}

.language-block{
    position: relative;
    z-index: 99999;
    cursor: pointer;
    margin-right: 25px;
}

.language-block-2{
    position: absolute;
    top: 10px;
    right: 231px;
    z-index: 99999;
    cursor: pointer;
}

.q-language-cur{
    font-weight: 400;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.q-language-select{
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
    border-radius: 8px;
    width: 100px;
    position: absolute;
    top: 40px;
}

.q-language-select-option{
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    cursor: pointer;
}

.q-language-select-option:hover{
    background: rgba(233, 247, 247, 1);
}

.captcha-block{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.container-fluid{
    margin-top: 333px;
}

.slidercaptcha {
    margin: 0 auto;
    width: 400px;
    height: 320px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
    background: white;
}

.slidercaptcha .card-body {
    padding: 1rem;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
    top: -54px;
}

.q-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
}

.q-icon-s{
    background: url("/assets/img/is.png");
}

.hide-menu{
    display: none;
    position: absolute;
    cursor: pointer;
    top: 30px;
    left: 0;
    background: white;
    z-index: 10;
    width: 70%;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 10px ;
    background: transparent;
    box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
}

.hide-menu-item{
    padding: 8px 14px;
    background: white;
    text-align: left;
}

.hide-menu-item:hover{
    /*background: rgba(11, 183, 166,0.5);*/
    /*background: #008DA1;*/
    background: #E9F7F7;
    color: white;
    color: rgba(0, 141, 161, 1);
}

.nav-user-account:hover .hide-menu{
    display: block;
    /*color: white;*/
}

button:active{
    transform: scale(0.98);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: rgba(0, 141, 161, 1) !important;
}

.cancel-captcha{
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 20px;
    color: gray;
    cursor: pointer;
}

.layui-layer-setwin .layui-layer-close2{
    right: 0;
    top: 0;
    background: none;
    color: black;
    border: none;
}

.layui-layer-setwin .layui-layer-close2:hover{
    background: none;
}

.back-common-input{

}

.nav-icon{
    width: 20px !important;
    height: 20px !important;
}

.nav-icon-1{
    background: url("/assets/img/nav1.svg") no-repeat;
    background-size: cover;
}

.nav-item-active .nav-icon-1{
    background: url("/assets/img/nav11.svg") no-repeat !important;
    background-size: cover;
}

.nav-icon-2{
    background: url("/assets/img/nav2.svg") no-repeat;
    background-size: cover;
}

.nav-item-active .nav-icon-2{
    background: url("/assets/img/nav22.svg") no-repeat !important;
    background-size: cover;
}

.nav-icon-3{
    background: url("/assets/img/nav3.svg") no-repeat;
    background-size: cover;
}

.nav-item-active .nav-icon-3{
    background: url("/assets/img/nav33.svg") no-repeat !important;
    background-size: cover;
}

.nav-icon-4{
    background: url("/assets/img/nav4.svg") no-repeat;
    background-size: cover;
}

.nav-item-active .nav-icon-4{
    background: url("/assets/img/nav44.svg") no-repeat !important;
    background-size: cover;
}

.nav-icon-5{
    background: url("/assets/img/nav5.svg") no-repeat;
    background-size: cover;
}

.nav-item-active .nav-icon-5{
    background: url("/assets/img/nav55.svg") no-repeat !important;
    background-size: cover;
}

.nav-icon-6{
    background: url("/assets/img/nav6.svg") no-repeat;
    background-size: cover;
}

.nav-item-active .nav-icon-6{
    background: url("/assets/img/nav66.svg") no-repeat !important;
    background-size: cover;
}

.nav-icon-7{
    background: url("/assets/img/nav7.svg") no-repeat;
    background-size: cover;
}
.nav-item-active .nav-icon-7{
    background: url("/assets/img/nav77.svg") no-repeat !important;
    background-size: cover;
}

.nav-icon-8{
    background: url("/assets/img/nav8.svg") no-repeat;
    background-size: cover;
}

.nav-item-active .nav-icon-8{
    background: url("/assets/img/nav88.svg") no-repeat !important;
    background-size: cover;
}

.nav-icon-9{
    background: url("/assets/img/nav9.svg") no-repeat;
    background-size: cover;
}

.nav-item-active .nav-icon-9{
    background: url("/assets/img/nav99.svg") no-repeat !important;
    background-size: cover;
}

.nav-user-account{
    /*margin-right: 10px;*/
    display: flex;
    position: relative;
    align-items: center;
}

.nav-user-level{
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.nav-user-level img{
    width: 100%;
    height: 100%;
}

.user-email{
    margin-right: 12px;
}

.doc-content ul{
    margin-left: 30px;
}

.fixed-notice-content ol{
    margin-left: 30px;
}
.fixed-notice-content ol ul{
    margin-left: 30px;
}