@font-face {
    font-family: "PingFang-Regular";
    src:url('/public/home/fonts/pingfang_regular.eot');
    src:url('/public/home/fonts/pingfang_regular.eot?#iefix') format('embedded-opentype'),
    url('/public/home/fonts/pingfang_regular.woff?t=1658477172970') format('woff'),
    url('/public/home/fonts/PINGFANG REGULAR.TTF?t=1658477172970') format('truetype');
}
@font-face {
    font-family: "PingFang-Bold";
    src:url('/public/home/fonts/pingfang_bold.eot');
    src:url('/public/home/fonts/pingfang_bold.eot?#iefix') format('embedded-opentype'),
    url('/public/home/fonts/pingfang_bold.woff?t=1658477172970') format('woff'),
    url('/public/home/fonts/PINGFANG BOLD.TTF?t=1658477172970') format('truetype');
}

body {
    font: 14px "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.6;
}

body::-webkit-scrollbar,.answering .isleft::-webkit-scrollbar{
    width: 4px;
}

body::-webkit-scrollbar-thumb,.answering .isleft::-webkit-scrollbar{
    background-color: #bbb;
}
/* 隐藏number类型输入框的右侧箭头 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 针对Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.h3, h3 {
    font-size: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    /* font-family: inherit; */
}
h5{
    font-size: 16px;
}
.footInner a{ color:#bbb; padding: 0 10px;}
.footInner a:hover{color: #2961FD}
.footInner a:last-child{border-right: 0}
.footInner{
    color: #bbb;
    width: 100%;
    height: 60px;
    line-height: 60px;
    min-width: 1100px;
    clear: both;text-align: center;
}
body > .footInner{
    background-color:#33383A;
}
body > .footInner a:hover{color: #fff}
.footInner div{
    margin: 0 auto;
    width: 30%;
    display: flex;
    justify-content: center;
}
.footInner div img{
    width: 22px;
    height:22px;
    margin: 0;
}
.footInner div p{
    height: 22px;
    margin: 0 4px;
}
.index-banner {
    background: url("/public/images/2L105.d7efc1fe.png") no-repeat;
    height: 400px;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.index-banner .container {
    margin: 0 auto;
}

.index-banner .t1 {
    font-size: 40px;
    color: #17181B;
    font-weight: 700;
    margin-bottom: 20px;
}

.index-banner .t2 {
    font-size: 16px;
    color: #4D525C;
}

.index-banner .itongji {
    font-size: 14px;
    color: #17181B;
    margin-top: 30px;
}

.index-banner .itongji span {
    font-size: 22px;
    color: #17181B;
}

.index-banner .itongji em {
    width: 1px;
    height: 14px;
    background: #ACB2C3;
    display: inline-block;
    margin: 0 13px;
}

.index-banner .isbtns {
    margin-top: 65px;
}

.index-banner .isbtns a {
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 23px;
    border: 1px solid #2961FD;
    color: #2961FD;
    margin-right: 20px;
}

.index-banner .isbtns a:hover {
    background: #2961FD;
    color: #fff;
}

.index-banner .isbtns a:nth-child(2) {
    background: #2961FD;
    color: #fff;
}

.index-menu {
    background: #fff;
}

.index-menu .container {
    margin: 0 auto;
    display: flex;
    font-size: 20px;
    color: #333333;
}

.index-menu .container a {
    position: relative;
    display: inline-block;
    margin-right: 80px;
    line-height: 78px;
}

.index-menu .container a:after {
    content: '';
    width: 42px;
    height: 4px;
    background: #2961FD;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: none;
}

.index-menu .container a:last-child {
    margin-right: 0;
}

.index-menu .container a.active {
    color: #2961FD;
}

.index-menu .container a:hover {
    color: #2961FD;
}

.index-menu .container a.active:after {
    display: inline-block;
}

.index-model {
    background: #F6F7F9;
}

.index-model .container{overflow: hidden;}

.container {
    margin: 0 auto;
    width: 1180px;
}

.index-model .t1 {
    text-align: center;
    font-size: 30px;
    color: #303C4F;
    margin-bottom: 15px;
    margin-top: 40px;
}

.index-model .t2 {
    text-align: center;
    font-size: 16px;
    color: #858E99;
    margin-bottom: 50px;
}

.index-model ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.layui-form-label{
    box-sizing: border-box;
}
.index-model ul li {
    width: calc(50% - 20px);
    background: #fff;
    box-sizing: border-box;
    padding: 28px;
    border-radius: 5px;
    margin-right: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
}

.index-model ul li p{
    margin-top: 15px;
}

.index-model ul li:nth-child(2n) {
    margin-right: 0;
}

.index-model ul li .f1 {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.index-model ul li .f1 a{
    color: #2961FD;
    font-size: 16px;flex-shrink: 0;
}

.index-model .f1-l {
    display: flex;
    align-items: center
}

.index-model .f1-l img {
    margin-right: 20px;
}

.index-model .t3 {
    font-size: 20px;
    color: #263035;
}

.index-model .t4 {
    font-size: 14px;
    color: #858E99;margin-top: 5px;
}

.index-model .fb {
    text-align: right;margin-top: 20px;
}

.index-model .fb a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #2961FD;
    border-radius: 3px;
    border: 1px solid #2961FD;
    margin-left: 10px;
}

.answering {
    display: flex;
    min-height: calc(100vh - 80px);align-items: flex-start;
}

.answering .isleft {
    width: 320px;
    flex-shrink: 0;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 26px 0;flex-shrink: 0;
    position: sticky;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    overflow: auto;
}

.answering .isleft form .layui-form-item:last-child .layui-input-block{
text-align: center;
}
.answering .isleft form .layui-form-item:last-child .layui-btn-fluid{
    width: 70%;
}

.answering .isleft .pageTitle{
    font-size: 18px;color: #28354A;border-left: 4px solid #2961FD;padding-left: 15px;
}

.answering .isbottom {
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.11);
    display: flex;
    justify-content: space-between;
    color: #7684A0;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: -26px;
    margin-right: -26px;flex-shrink: 0;
}

.answering .isbottom > div:last-child {
    border-left: 1px solid #ffffff;
    padding-left: 21px;
}

.answering .addbtn {
    /*height: 40px;*/
    /*border-radius: 5px;*/
    /*background: #2961FD;*/
    /*color: #fff;*/
    font-size: 16px;
    display: block;
    /*text-align: center;*/
    /*line-height: 40px;*/
}
.answering .addbtn .icon-wenda{
    font-size: 22px;vertical-align: middle;
}

.answering .search {
    border-top: 1px solid #DBDEE8;
    border-bottom: 1px solid #DBDEE8;
    display: flex;
    padding: 15px 0;
    font-size: 18px;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.answering .search .iconfont {
    font-size: 18px;
    color: #AFB7C5;
}

.answering .search input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
}

.answering .history .h-title {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}
.answering .history .h-title:hover{
    /*color: #2961FD;*/
}

.answering .history ul {
    margin:25px 0 0;
    padding: 0
}

.answering .history ul li {
    margin-bottom: 0;
    display: flex;
    padding: 10px;border-radius: 10px;
}
.answering .history ul li.active,.answering .history ul li:hover{background: #ececec;}

.answering .history ul li .isbtn{display: none;flex-shrink: 0;}
.answering .history ul li .icon-a-huaban2fuben42{cursor: pointer;vertical-align: middle;}
.answering .history ul li:hover .isbtn{display: inline-block;}
.answering .history ul a {
    font-size: 16px;
    color: #445069;display: block;
    white-space: nowrap;
    overflow: hidden;flex: 1;
    text-overflow: ellipsis;
}

.answering .history ul a:before {
    content: '\e6de';
    font-family: "iconfont" !important;
    color: #2961FD;font-size: 18px;
    margin-right: 15px;font-weight: normal!important;
    vertical-align: middle;display: none;
}

.answering .isright{
    flex: 1;
    box-sizing: border-box;
    padding: 0 0 0;display: flex;flex-direction: column;box-sizing: border-box;
    min-height: calc(100vh - 70px);
    position: relative;
}

.answering .isright .isword {
    /*border-radius: 12px;*/
    /*background: #FFFFFF;*/
    /*box-shadow: 0px 3px 6px rgba(0,0,0,0.1);*/
    font-size: 16px;
    /*color: #3D4F6E;*/
    box-sizing: border-box;
    /*padding: 25px;*/
    flex: 1;
    word-break: break-all;
}
.answering .isright .default{
    text-align: center;
    flex: 1;
}
.answering .isright #isresultList{
    flex: 1;
}

.answering .isright .isword p{font-size: 16px;margin-bottom: 15px;}
.answering .isright .isword p:empty{display: none;}
.answering .isright .isword .istext1{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.answering .isright .isword .istext2{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.answering .isright .isword h4{
    box-sizing: border-box;font-size: 20px;
    counter-increment: h4-counter;
}
.answering .isright .isword h4::before {
    content: counter(h4-counter) ". ";
}
.answering .isright .isword ul{
    box-sizing: border-box;
    margin-bottom: 10px;
}
.answering .isright .isword ol{
    padding-left: 20px;
    box-sizing: border-box;
}
.answering .isright .isword .operate{display: none;text-align: right;}

.answering .isright > ul {
    margin: 0;
    padding: 0;
    flex: 1;
}
.answering .isright > ul > li{
    width: 70%;
    /*margin-bottom: 30px;*/
    display: flex;
    padding: 30px 0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.answering .isright ol li{
    list-style: decimal;margin-bottom: 0;
}
.answering .isright .iscontent{
    font-size: 16px;
}
.answering .isright .my{
    /*justify-content: flex-end;*/
}

.answering .isright .isimg {
    width: 24px;
    height: 24px;
    border-radius: 5px;flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
}

.answering .other .isimg{
    margin-right: 20px;
    background-image: url("/public/home/images/index/1881698635242_.pic.png");
}
.answering .my .isimg{
    margin-right: 20px;
}
.answering .addMessage{
    border-radius: 10px;
    background: #FFFFFF;
    /*box-shadow: 0px 10px 20px rgba(0,0,0,0.1);*/
    display: flex;
    padding:0 10px;
    margin-left: calc(15% + 44px);
    margin-top: 30px;
    border: 1px solid #e7e7e7;
    width: calc(70% - 44px);
    box-sizing: border-box;
    position: sticky;
    bottom: 60px;
}
.answering .addMessage input{
border: none;
    outline: none;flex: 1;font-size: 14px;
}

.answering .addMessage a {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    /*background: linear-gradient(90deg, #8C8EF6 0%, #3670E8 100%);*/
    color: #2961FD;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 48px;
}
.answering .addMessage a.isnodisplay{
    opacity: 0.4;
    cursor: not-allowed;
}

.layui-layer .layui-form > .layui-form-item:last-child{
    margin-bottom: 0!important;
}

.page3 {
    margin-bottom: 30px;
    margin-top: 50px;
    min-height: calc(100vh - 450px);
}
.page3 .iscon {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.page3 .iscon .page3-pane {
    display: none;
}
.page3 .iscon .page3-pane.active {
    display: block;
}
.new_menu li {
    padding: 20px 40px;
    background-color: #fff;
    border: 1px solid #f1f2f4;
    margin-bottom: 10px;
}
.new_menu .h1 {
    position: relative;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    padding-right: 100px;
}
.new_menu .h1 .isdo {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    font-size: 16px;
    display: none;
}
.new_menu .h1 .isdo > div {
    margin-left: 5px;
}
.new_menu .h1 .shouqi {
    display: none;
}
.new_menu .h1 .isdo .iconfont {
    font-size: 20px;
    color: #777777;
}
.new_menu .h1 .isdo .add {
    position: relative;
}
.new_menu .h1 .isdo .add .addmore {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 80px;
    box-sizing: border-box;
    padding: 0 15px;
    display: none;
    z-index: 5;
}
.new_menu .h1 .isdo .add .addmore a {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
}
.new_menu .h1 .isdo .add .addmore a:last-child {
    border-bottom: none;
}
.new_menu .isjie, .new_menu .isknowledges {
    display: none;
    margin-top: 25px;
}

.new_menu .h2, .new_menu .h4 {
    position: relative;
    font-size: 18px;
    color: #000;
    padding: 20px 80px 20px 20px;
    cursor: pointer;
}
.new_menu .h2:hover, .new_menu .h4:hover {
    background-color: #ecf1f9;
    color: #2961FD;

}
.new_menu .h2 .istitle {
    position: relative;
    padding-left: 30px;
}
.new_menu .h2 .isedit {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.new_menu .h2 .isedit a {
    font-size: 20px;
    margin-left: 15px;
}
.new_menu li:hover .h1 {
    color: #2961FD;
}
.new_menu .h1 .isdo .iconfont:hover {
    color: #2961FD;
}
.new_menu li:hover .isdo {
    display: flex;
}
.new_menu .h1 .isdo .add:hover .addmore {
    display: block;
}
.new_menu li.active .isjie {
    display: block;
}
.new_menu .h2:hover .isedit {
    display: block;
}
.new_menu .h2 .istitle:before {
    position: absolute;
    font-family: "iconfont" !important;
    content: "\e601";
    left: 0;
}
.new_menu .h2 .isedit a:hover {
    color: #2961FD;
}
.new_menu .h1 .isdo .add .addmore a:hover {
    color: #2961FD;
}
.layui-bg-blue{
    background-color: #2961FD!important;
}
.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover{
    background-color: #fbfbfb!important;
}
.isnone{font-size: 20px;text-align: center;}
.isnone p{margin-top: 30px;}

.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #2961FD;}
.layui-laypage a:hover{color: #2961FD;}
.layui-input:focus, .layui-textarea:focus{
    border-color: #2961FD!important;
    box-shadow: 0 0 0 3px rgba(41, 97, 253, 0.08);
}
.layui-input{
    padding-right: 10px;
}
.layui-layer-btn .layui-layer-btn0{
    background-color: #2961FD;
}
.layui-btn-primary:hover {
    border-color: #2961FD;
    color: #2961FD;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus {
    border-color: #ff5722!important;
    box-shadow: 0 0 0 3px rgba(255,87,34,.08);
}
.layui-form-select dl dd.layui-this{
    color: #2961FD;
}
.layui-form-checkbox[lay-skin=primary]:hover>i {
    border-color: #2961FD;
}
.layui-form-checked[lay-skin=primary]>i{
    border-color: #2961FD!important;
    background-color: #2961FD;
}


.pptlist .content{
    display: flex;align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.pptlist .isbadge{
    border:1px solid #2961FD;
    border-radius: 3px;font-size: 12px;
    color: #2961FD;
    padding:1px 3px;
    box-sizing: border-box;
    margin-right: 5px;flex-shrink: 0;
}
.pptlist .isdot1{
    background: #ddd;
    box-sizing: border-box;
    border:1px solid #ddd;
    width: 7px;
    height: 7px;
    border-radius: 50%;flex-shrink: 0;position: relative;z-index: 1;
}
.pptlist .istext{
    margin-left: 13px;flex: 1;
    border: 1px solid #fff;
    position: relative;
    padding: 5px;box-sizing: border-box;cursor: pointer;border-radius: 5px;
}
.pptlist .istext.active{
border-color: #2961FD;color: #2961FD;
}
.pptlist .twoLevel{
    margin-left: 65px;
}
.pptlist .oneLevel.neiye .isdot1,.pptlist .twoLevel .isdot1{
    background: #fff;
}
.pptlist .oneLevel,.pptlist .twoLevel{
    position: relative;
}

.pptlist .oneLevel:before,.pptlist .neiye .twoLevel:before,.pptlist > .twoLevel:before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 40px;
    top: 23px;
    background: #ddd;
}
.pptlist > .twoLevel:before{
    left: -25px;
}
.pptlist .neiye .twoLevel:before{left: 3px;top: -21px;}

.pptlist .twoLevel .content .istext:before,.pptlist .neiye > .content .istext:before{
    content: '';
    width: 24px;
    height: 1px;
    position: absolute;
    left: -45px;
    top: 50%;
    background: #ddd;
    transform: translateY(-50%);
}

.pptlist .layui-input{
    width: 100%!important;
    display: block!important;
}
.pptlist .oneLevel.neiye .isdot1{margin-left: 28px;}
.pptlist .oneLevel:last-child:before{content: none;}

.type-list{display: flex;flex-wrap: wrap;min-height: calc(100vh - 130px);box-sizing: border-box;padding-top: 50px;padding-bottom: 50px;align-items: flex-start;}
.type-list li{border-radius: 8px;background: #fff;box-shadow: rgba(235, 238, 253,1) 0px 3px 10px;width: calc(33.333333% - 14px);margin-right: 21px;margin-bottom: 20px;}
.type-list li a{box-sizing: border-box;padding: 15px;display: block;}
.type-list li:nth-child(3n){margin-right: 0;}
.type-list li img{width: 45px;margin-right: 5px;}
.type-list li .title{margin-bottom: 15px;font-weight: bold;color: #000;font-size: 16px;}
.type-list li:hover{background-color: #2961FD;}
.type-list li:hover .title,.type-list li:hover .secondary{color: #fff;}
