* { margin:0; padding:0 }
body { 
    font-family:"DECATHLON-Regular", "SourceHanSansCN", "PingFang SC", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    font-size:14px
}
@font-face {
  font-family: "SourceHanSansCN";
  font-weight: 400;
  src: url("../images/SourceHanSansCN-Regular.ttf") format("truetype"),
  url("../images/SourceHanSansCN-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "DECATHLON-Regular";
  font-weight: 350;
  src: url("../images/DECATHLON-Regular.ttf") format("truetype"),
  url("../images/DECATHLON-Regular.woff") format("woff");
  font-display: swap;
}

/* clear float */
.cf { zoom:1 } /* for IE */
.cf:after { content:"."; display: block; clear:both; font-size:0; height:0; visibility:hidden; overflow:hidden } /* for other */
/* end of clear float */

/* float */
.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }
/* text-align */
.tleft { text-align:left }
.tright { text-align:right }
.tcenter { text-align:center }
.tjustify { text-align:justify }
/* display */
.dis { display:block }
.undis { display:none }
.disinline { display:inline }
.disinblock { display:inline-block }

.cursor_pointer, a { cursor:pointer }

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }

.container { margin-right:auto; margin-left:auto }
.container:before, .container:after { content:" "; display:table }
.container:after { clear: both }

/*-------------------定位-------------------*/
.positionRelative { position: relative }
.positionAbsolute { position: absolute } 
.positionStatic { position:static!important; top: 0!important; margin-top: 0!important }

.poabsolute-wh50 { position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-w50 { position:absolute; left:50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0) }
.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%) }
.poabsolute-t { position:absolute; top:0 }
.poabsolute-b { position:absolute; bottom:0 }

.left0 { left:0!important }
.right0 { right:0!important }

.zindex2 { z-index:2 }
.zindex3 { z-index:3 }

.overhidden { overflow:hidden }

/*-------------------通用圆角-------------------*/
.border-radius3 { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px }
.border-radius10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px }
.border-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0 { filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0 }
.opacity0_1 { filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 }
.opacity0_3 { filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3 }
.opacity0_4 { filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4 }
.opacity0_5 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5 }
.opacity0_6 { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.opacity0_7 { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7 }
.opacity0_8 { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }

/*-------------------字体颜色、样式、字体间距-------------------*/

.iconfont { line-height: 1em }
.fa-0_6x { font-size: 0.6em!important }
.fa-0_8x { font-size: 0.8em!important }
.fa-1x { font-size: 1em!important }
.fa-1_2x { font-size: 1.2em!important }
.fa-1_6x { font-size: 1.6em!important }
.fa-2x { font-size: 2em!important }
.fa-2_4x { font-size: 2.4em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }
.fa-5x { font-size: 5em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 300 }

h1, .h1 { font-size: 26px; line-height:1.1em }
h2, .h2 { font-size: 24px; line-height:1.1em }
h3, .h3 { font-size: 22px; line-height:1.2em }
h4, .h4 { font-size: 20px; line-height:1.3em }
h5, .h5 { font-size: 18px }
h6, .h6 { font-size: 16px }

/*-------------------颜色--------------------*/
.colorfff, .colorfff a, a.colorfff { color: #fff }
.color000, .color000 a, a.color000 { color: #000 }
.colore54d42 { color: #e54d42 }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bge7e8f1 { background: #e7e8f1 }
.bgf9f9f9 { background: #f9f9f9 }

/*-----------------间距---------------------*/ 
.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_3em { line-height:1.3em }
.line-height1_4em { line-height:1.4em }
.line-height1_5em { line-height:1.5em }
.line-height1_6em { line-height:1.6em }
.line-height1_7em { line-height:1.7em }
.line-height1_8em { line-height:1.8em }
.line-height2em { line-height:2em }

/*-------------------区块-------------------*/
.width10 { width:10% }
.width15 { width:15% }
.width20 { width:20% }
.width25 { width:25% }
.width30 { width:30% }
.width33 { width:33.33% }
.width35 { width:35% }
.width40 { width:40% }
.width45 { width:45% }
.width50 { width:50% }
.width55 { width:55% }
.width60 { width:60% }
.width65 { width:65% }
.width66 { width:66.66% }
.width70 { width:70% }
.width80 { width:80% }
.width88 { width:88% }
.width90 { width:90% }
.width92 { width:92% }
.width100 { width:100% }

.imgw100 { display:block; max-width:100%; height:auto }

.height100 { height:100% }

.box-sizing { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.margintop5 { margin-top:5px }
.margintop10 { margin-top:10px }
.margintop15 { margin-top:15px }
.margintop20 { margin-top:20px }
.margintop30 { margin-top:30px }
.margintop35 { margin-top:35px }
.margintop40 { margin-top:40px }

.marginbottom0 { margin-bottom:0 }
.marginbottom5 { margin-bottom:5px }
.marginbottom10 { margin-bottom:10px }
.marginbottom15 { margin-bottom:15px }
.marginbottom20 { margin-bottom:20px }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }

.marginleft5 { margin-left:5px }
.marginleft10 { margin-left:10px }
.marginleft15 { margin-left:15px }
.marginleft20 { margin-left:20px }
.marginleft30 { margin-left:30px }
.marginleft40 { margin-left:40px }

.marginright3 { margin-right:3px }
.marginright5 { margin-right:5px }
.marginright10 { margin-right:10px }
.marginright15 { margin-right:15px }
.marginright20 { margin-right:20px }
.marginright30 { margin-right:30px }
.marginright40 { margin-right:40px }

.marginauto { margin-left:auto; margin-right:auto }

.margin0 { margin: 0!important }

.paddingtop0 { padding-top:0!important }
.paddingtop5 { padding-top:5px }
.paddingtop10 { padding-top:10px }
.paddingtop15 { padding-top:15px }
.paddingtop20 { padding-top:20px }
.paddingtop30 { padding-top:30px }
.paddingtop40 { padding-top:40px }
.paddingtop55 { padding-top:55px }

.paddingbottom0 { padding-bottom:0!important }
.paddingbottom5 { padding-bottom:5px }
.paddingbottom10 { padding-bottom:10px}
.paddingbottom15 { padding-bottom:15px }
.paddingbottom20 { padding-bottom:20px }
.paddingbottom30 { padding-bottom:30px }
.paddingbottom40 { padding-bottom:40px }

.paddingleft0 { padding-left:0!important }
.paddingleft5 { padding-left:5px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }

.paddingright0 { padding-right:0!important }
.paddingright5 { padding-right:5px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }

.padding0 { padding:0!important }
.padding5 { padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding15 { padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding40 { padding:40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10_20 { padding:10px 20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding15_30 { padding:15px 30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20_30 { padding:20px 30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.row5 { margin-left: -5px; margin-right: -5px }
.row10 { margin-left: -10px; margin-right: -10px }
.row15 { margin-left: -15px; margin-right: -15px }
.row20 { margin-left: -20px; margin-right: -20px }


/* ----------------------- 结构/通用 ----------------------- */
.headbox { width: 100%; padding: 0 20px; box-sizing: border-box; display: flex; justify-content: space-between; z-index: 1000 }
.logo { width: 100px; height: auto }
.sub-nav.layui-nav { padding: 0 }
.sub-nav.layui-nav .layui-nav-item a { padding: 0 10px }
.sub-nav.layui-nav .layui-nav-item:last-of-type { margin-left: 10px }
.sub-nav.layui-nav .layui-badge-dot { top: 20px; margin: 0 }
.sub-nav.layui-nav .layui-nav-more { display: none }

.main-frame { padding: 20px 20px 0; box-sizing: border-box; min-height: calc(100vh - 80px) }

.layui-panel { padding: 20px; box-sizing: border-box; margin-bottom: 20px }
.com-title { font-size: 18px; font-weight: bold; line-height: 26px }

.com-calendar .layui-input-inline::before, .com-calendar .layui-input-block::before { font-family: "iconfont" !important; content: "\e609"; position: absolute; top: 8px; right: 10px; pointer-events: none; font-size: 20px; color: #999 }

.have-sidebar { width: calc(100% - 160px); float: right; transition: all 0.3s }
.sidebar { float: left; width: 160px; height: calc(100vh - 60px); box-sizing: border-box; position: fixed; top: 60px; left: 0; z-index: 999 }
.com-subtitle { font-size: 16px; font-weight: bold !important; line-height: 22px }
.sidebar-nav, .sidebar-li, .sidebar-li a { display: block; width: 100% }
.sidebar-li>a { font-size: 14px; line-height: 16px; padding: 10px 20px; box-sizing: border-box }
.sidebar-li>a.cur::before { content: ; }
.sidebar-li-child { width: 0px; overflow: hidden; padding-top: 20px; padding-bottom: 20px; box-sizing: border-box; height: calc(100vh - 60px); overflow-x: hidden; overflow-y: auto; position: fixed; left: 160px; top: 60px; transition: all 0.3s }
.sidebar-li-child a { width: 100%; font-size: 12px; line-height: 16px; padding: 10px 5px; box-sizing: border-box }
.have-sidebar.unfold { width: calc(100% - 320px) }
.sidebar-li-child.unfold {  width: 160px }

/* .layui-anim.layui-icon { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #767676; box-sizing: border-box; margin-right: 5px; position: relative } */

.layui-table-view .layui-table { width: 100% !important }

.add-input .layui-form.top-down-form { padding: 0 10%; box-sizing: border-box }
.layui-form.top-down-form .layui-form-label { width: 100%; padding-left: 0; padding-right: 0; padding-bottom: 2px; text-align: left; float: none }
.layui-form.top-down-form .layui-input-block, .layui-form.top-down-form .layui-inline { margin-left: 0 }
.form-row2 .layui-input-block { min-height: 38px; height: 38px }
.form-row2 { width: 50%; float: left; box-sizing: border-box; clear: inherit }
.add-input .form-row2:nth-of-type(odd) { padding-right: 5% }
.add-input .form-row2:nth-of-type(even) { padding-left: 5% }

.form-row3 .layui-input-block { min-height: 38px }
.form-row3 { width: 33%; float: left; box-sizing: border-box; clear: inherit }

.pop-input .layui-form { padding: 0 20px 20px; box-sizing: border-box }
.pop-input .layui-form-label { width: 200px; text-align: left }
.pop-input .layui-input-block { margin-left: 230px }
 
.hidelist-dl { padding-left: 10em; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid rgba(0,0,0,0.05); box-sizing: border-box; line-height: 20px; color: #000 }
.hidelist-dl dt { width: 9em; margin-left: -10em; color: rgba(0, 0, 0, 0.6) }
.layui-panel .hidelist-dl:first-of-type { border-top: 0 }
.c-more .hidelist-dl:first-of-type { border-top: 0 }

.add-input.layui-panel { min-height: calc(100vh - 110px) }

/* timeline-时间线 */
.timeline { position: relative; margin-top: 20px }
.timelineBox { position: relative; margin-left: 20px; padding-bottom: 30px } 
.timelineBox .icon-on { display: none }
.timelineBox .timelineDot { background: #3643BA; position: absolute; border-radius: 50%;  left: -20px; top: 4px; z-index: 2; width: 10px; height: 10px }
.timelineBox .time_line { position: absolute; left: -15px; top: 4px; width: 1px; height: 100%;background: #3643BA; }
.timelineBox .icon-down { line-height: 22px; padding: 0 10px; position: absolute; right: -10px; top: 0; cursor: pointer; transition: all 0.3s }
/* .timelineBox .icon-down.rotate180 { transform: rotate(180deg) } */
.timelineBox.packup .sub-timeline, .timelineBox.packup .i-form { display: none }
.timelineBox.packup .icon-down { transform: rotate(180deg) }

.timeline .nodes-future .timelineDot { background: #d3d3d3; position: absolute; border-radius: 50%;  left: -20px; top: 4px; z-index: 2; width: 10px; height: 10px }
.timeline .nodes-future .time_line { position: absolute; left: -15px; top: 4px; width: 0; height: 100%; background: transparent; border-left: 1px #d3d3d3 dashed; box-sizing: border-box }
.timelinePull { margin-right: 6em; }
.timelinePull .fright { margin-right: -6em;width: 6em;text-align: right }
.linedel { text-decoration:line-through }
.sub-timeline { padding: 15px; box-sizing: border-box; background: #f9f9f9; font-size: 12px; color: #3D464C; margin-top: 10px }
.sub-timeline p { margin-top: 5px }
.sub-timeline p:first-of-type { margin-top: 0 }
.sub-timeline p.privacy-txt { display: inline-block; position: relative }
.sub-timeline p.privacy-txt a { display: block; width: 30px; text-align: center; height: 16px; line-height: 16px; background: #D8D8D8; border-radius: 2px; position: absolute; right: -40px; top: 0 }
.sub-timeline p.privacy-txt .icon-look { line-height: 16px }
.sub-timeline .add-comment, .sub-timeline .result-box { border-top: 1px dashed rgba(0,0,0,0.1); padding-top: 10px; margin-top: 10px }
.sub-timeline .add-comment p { width: calc(100% - 120px) }
.sub-timeline .add-comment a { display: inline-block; float: right; color: #409EFF; text-decoration: underline }
.sub-timeline .updatetime{display: inline-block;color: #409EFF;text-decoration: underline}
.sub-timeline .btn-box { margin-top: 10px }
.sub-timeline .btn-box .layui-btn-xs { padding: 0 15px }
.sub-timeline .tips-txt { color: #A2A2A2 }
.nodes-ing.timelineBox { padding-left: 5px; box-sizing: border-box }
.nodes-ing.timelineBox .timelineDot { left: -24px; top: -1px; z-index: 2; width: 20px; height: 20px }
.nodes-ing.timelineBox .icon-on { display: block; color: #fff; position: absolute; top: 2px; left: -21px; z-index: 10; font-size: 14px }
.nodes-ing.timelineBox .icon-down, .nodes-future.timelineBox .icon-down, .nodes-ing .sub-timeline.future .btn-box, .nodes-ing .sub-timeline.future .tips-txt { display: none }
.nodes-ing.timelineBox .sub-timeline { display: block }
.nodes-future.timelineBox .com-subtitle, .nodes-ing .sub-timeline.future .com-subtitle { color: #909399!important }

.nodes-ing .sub-timeline.now { background: #F2F9FC }


.sub-timeline .tips-title { line-height: 30px }
.sub-timeline .tips-title span { font-size: 14px; font-weight: bold; color: #000; text-decoration: underline }
.sub-timeline .layui-form-label.com-subtitle { font-size: 14px; width: 140px; text-align: left; padding-left: 0 }
.sub-timeline .layui-input { background-color: #fff !important; border: 1px solid #eee !important;}

.intro-list dl { width: calc(33.33% - 10px); margin-right: 15px; float: left; display: flex; line-height: 20px; border-bottom: 1px solid rgba(0,0,0,0.05); padding: 10px 0; color: rgba(0, 0, 0, 1) }
.intro-list dl:nth-of-type(3n) { margin-right: 0 } 
.intro-list dl dt { padding-right: 10px; box-sizing: border-box; white-space:nowrap; color: rgba(0, 0, 0, 0.6) }

.c-more .hidelist-dl { padding-left: 13em; color: rgba(0, 0, 0, 1) }
.c-more .hidelist-dl dt { width: 12em; margin-left: -13em; white-space:nowrap; color: rgba(0, 0, 0, 0.6) }

.p-table01 td, .p-table01 th { border: 1px solid rgba(0,0,0,0.1) }
.p-table01 td p, .p-table01 th p { padding: 10px; box-sizing: border-box }
.p-table01 th { background: #eee; font-weight: bold }
.p-table01 td input, .p-table01 td textarea, .p-table01 td xm-select { border: 0 }
.p-table01 td input:focus, .p-table01 td textarea:focus { border-bottom: 1px solid #409EFF }

.row1-dl { color: #000; margin-bottom: 10px }
.row1-dl dt { color: rgba(0, 0, 0, 0.6); padding-bottom: 10px }
.row1-dl dd { border-bottom: 1px solid rgba(0,0,0,0.05); padding-bottom: 10px }
.row1-dl:last-of-type { margin-bottom: 0 }
.row1-dl:last-of-type dd { border-bottom: 0 }

.layui-layer-content { max-height: calc(70vh) }

.sidebar-li-child a.cur1 { background:#868ed6 }
.sidebar-li-child a { padding-left: 15px; padding-right: 15px }

.time_error { color: #f54209 }

.a01 { display: inline-block; font-size: 12px; float: right; color: #409EFF; text-decoration: underline; font-weight: 400 }

xm-select > .xm-body .xm-toolbar .toolbar-tag span { display: inline-block; line-height: 14px!important }

.review-list-box { padding: 15px; box-sizing: border-box; background: #3643ba1a }
.review-list { display: flex }
.review-list>div { padding: 30px 30px 0 0; box-sizing: border-box; position: relative }
.review-list>div::before { content: ""; width: 100%; height: 3px; background: #fff; position: absolute; top: 11px; left: 0 } 
.review-list>div:last-of-type { padding-right: 0 }
.review-list>div:last-of-type::before { display: none }
.review-list .reviewed .iconfont, .review-list .notreviewed .iconfont, .review-list .reject .iconfont { font-size: 12px; padding: 4px; box-sizing: border-box; border-radius: 50%; color: #fff; position: absolute; top: 2px; left: 0 }
.review-list .reviewed .iconfont { background: #17C295 }
.review-list .reviewed .iconfont::before { content: "\e6b0" }
.review-list .notreviewed .iconfont { width: 20px; height: 20px; background: #fff }
.review-list .notreviewed .iconfont:before { content: "\e6194"; color: #e5e5e5 }
.review-list .reject .iconfont { background: #F37878 }
.review-list .reject .iconfont::before { content: "\e73e4" }
.review-list .inreview .iconfont { font-size: 16px; padding: 4px; box-sizing: border-box; border-radius: 50%; color: #fff; position: absolute; top: 0; left: 0; background: #ff7544 }
.review-list .inreview .iconfont::before { content: "\e6484" }
.review-list .reviewed a, .review-list .notreviewed a, .review-list .reject a { display: none }
.review-list .inreview a { display: inline-block; height: 22px; line-height: 22px; border-radius: 4px; padding: 0 5px; font-size: 12px; background: #ff7544; color: #fff; margin-top: 5px }
.review-list .inreview a:hover { background: #ff7644c3 }
.review-list .inreview a.button-gray { background: #c2c2c2 }

.RD-table01 td, .RD-table01 th { border: 1px solid #e5e5e5; padding: 10px; box-sizing: border-box }
.RD-table01 th { background: #f9f9f9 }
