@charset "UTF-8";
body,form,textarea,select,option,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dt,dd,menu,blockquote,fieldset,label,i,em,header,footer,section,
legend,button,input,hr,pre,div,input,span,p,a{margin: 0;padding: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:100%;}
html{font-size: 62.5%;}
body{font: 12px/1.5 none;color:#333;font-family: "PingFang SC", "方正兰亭准黑简体", "思源黑体", sans-serif !important;}

@font-face {
    font-family: '方正兰亭黑简体';
    src: local('方正兰亭黑简体'), url('../../../../../../font/FZLTHJW.woff2');
}
@font-face {
    font-family: '方正报宋简体';
    src: local('方正报宋简体'), url('../../../../../../font/FZBSJW.woff2');
}
@font-face {
    font-family: '方正隶书简体';
    src: local('方正隶书简体'), url('../../../../../../font/FZLSJW.woff2');
}
@font-face {
    font-family: '方正魏碑简体';
    src: local('方正魏碑简体'), url('../../../../../../font/FZWBJW.woff2');
}
@font-face {
    font-family: '方正大标宋简体';
    src: local('方正大标宋简体'), url('../../../../../../font/FZDBSJW.woff');
}
@font-face {
    font-family: '方正行楷简体';
    src: local('方正行楷简体'), url('../../../../../../font/FZXKJW.woff');
}
@font-face {
    font-family: '方正少儿简体';
    src: local('方正少儿简体'), url('../../../../../../font/FZSEJW.woff');
}
@font-face {
    font-family: '方正雅士黑简体';
    src: local('方正雅士黑简体'), url('../../../../../../font/FZYASHJW_Cu.woff');
}
li{list-style-type:none;}
input,select,textarea{vertical-align:middle;  color:#333; outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a{text-decoration:none;color:#333;}
img{border:0px;}
i,em{font-style:normal;}
b{ font-weight:normal;}
table{border-spacing:0px; border-collapse:collapse;width:100%; border:0px;}
input[type="button"]:hover{cursor: pointer;}
.hide{display: none;}
.clearfix{overflow:hidden;}
.clear{clear:both; height:0px; font-size:0px; line-height:0px; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}

/*间距*/
.ml10{ margin-left:10px;}.ml20{ margin-left:20px;}.ml30{ margin-left:30px;}.ml40{ margin-left:40px;}
.mt10{ margin-top:10px;}.mt20{ margin-top:20px;}.mt30{ margin-top:30px;}.mt40{ margin-top:40px;}.mt50{margin-top:50px;}.mt60{margin-top:60px;}
.mr10{ margin-right:10px;}.mr20{ margin-right:20px;}.mr30{ margin-right:30px;}.mr40{ margin-right:40px;}
.mb10{ margin-bottom:10px;}.mb20{ margin-bottom:20px;}.mb30{ margin-bottom:30px;}.mb40{ margin-bottom:40px;}

/*截字段-省略号*/
.owt01{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

/*复选框*/
input[type='checkbox']{position:relative;width:20px;height:20px;margin-right:8px;vertical-align:middle;background-color:#fff;border:none;cursor: pointer;}
input[type='checkbox']:after{content:'';z-index:1;position:absolute;width:20px;height:20px;top:0;left:0;background:url(../images/icon_checkbox.png) no-repeat center/contain;border-radius:2px;}
input[type='checkbox']:checked:after{background:url(../images/icon_checkbox_check.png) no-repeat center/contain;}

/*单选框*/
input[type='radio']{position:relative;width:16px;height:16px;margin-right:3px;vertical-align:middle;background-color:#fff;cursor: pointer;border-radius: 50%;}
input[type='radio']:after{content:'';z-index:1;position:absolute;width:16px;height:16px;top:0;left:0;background:url(../images/icon_radio.png) no-repeat center;background-size:contain;border-radius:50%;}
input[type='radio']:checked:after{background-image:url(../images/icon_radio_check.png);background-repeat:no-repeat;background-position:center;background-color:#ffffff;background-size:contain;}

input::-webkit-input-placeholder { /* WebKit browsers */
  color: #C0C0C3;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #C0C0C3;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #C0C0C3;
}


/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.scrollbar::-webkit-scrollbar{
    width: 5px;/*对应的是垂直滚动条的宽度*/
    height: 5px;/*对应的是水平滚动条的高度*/
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
.scrollbar::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    border-radius: 10px;
    background-color: transparent;
}
/*定义滑块，内阴影及圆角*/
.scrollbar::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D9DDE1;
}

figure.video{
    margin:0;
    padding:0;
}



.ck.ck-editor__editable .video .ck-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
}
.ck.ck-editor__editable .video.ck-appear {
    -webkit-animation: fadeIn 0.7s;
    animation: fadeIn 0.7s;
}
.ck.ck-editor__editable .video .ck-progress-bar {
    height: 2px;
    width: 0;
    background: var(--ck-color-upload-bar-background);
    transition: width 0.1s;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
