html { }
body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333333; background-color: #ffffff; }
.page-loading { background-image: url('imgs/loading.gif'); background-repeat: no-repeat; background-position: center center; width: 100%; height: 100%; }
.scan_movie { background-position: center center; background-image: url('imgs/scan_movie.gif'); background-repeat: no-repeat; }
.mm { margin: 30px 23px 30px 23px; border-left-style: dashed; border-left-width: 1px; border-left-color: #CCCCCC; }
A:link { color: #0000CC; text-decoration: none; }
A:visited { color: #0000CC; text-decoration: none; }
A:hover { color: #ff7f24; text-decoration: none; }
A:active { color: #ff7f24; text-decoration: none; }

A:link.easyui-linkbutton { color: black; text-decoration: none; min-width: 65px; }
A:visited.easyui-linkbutton { color: black; text-decoration: none; }
A:hover.easyui-linkbutton { color: black; text-decoration: none; }
A:active.easyui-linkbutton { color: black; text-decoration: none; }

A:link.l-btn { color: black; text-decoration: none; }
A:visited.l-btn { color: black; text-decoration: none; }
A:hover.l-btn { color: black; text-decoration: none; }
A:active.l-btn { color: black; text-decoration: none; }

.hide { display: none; }
.show { display: block; }
/* 滚动条 */
/*水平滚动条的样式
::-webkit-scrollbar-thumb:horizontal { width: 5px;background-color: #CCCCCC;-webkit-border-radius: 2px; }
::-webkit-scrollbar-track-piece { background-color: #fff; -webkit-border-radius: 0; }
::-webkit-scrollbar { width: 6px; height: 8px; }
::-webkit-scrollbar-thumb:vertical { height: 50px; background-color: #999; -webkit-border-radius: 2px; outline: 2px solid #fff; outline-offset: -2px; border: 2px solid #fff; }
::-webkit-scrollbar-thumb:hover { height: 50px; background-color: #9f9f9f; -webkit-border-radius: 2px; }
*/
::-webkit-scrollbar-track-piece { background-color: #f4f8f9; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: #999; }

/*头部样式*/
.topbg { height: 80px; overflow: hidden; background-color: #068ff9; color: rgb(15, 115, 191); }
.topTabHeadBg { background-image: url('imgs/tabHeadBg.jpg'); background-repeat: repeat-x; background-position: bottom; background-color: #fff }
/*
.form-control { display: block; width: 95%; height: 28px; padding: 2px 6px;  font-size: 14px; line-height: 1.428571429; color: #555555; vertical-align: middle; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0px;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control:-moz-placeholder { color: #999999; }
.form-control::-moz-placeholder { color: #999999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999999; }
.form-control::-webkit-input-placeholder { color: #999999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; }
*/

textarea.form-control { height: auto; }
label { display: block; margin-bottom: 5px; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 20px; padding: 4px 0px; margin-bottom: 0px; font-size: 14px; line-height: 20px; color: #555555; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
input, textarea, .uneditable-input { width: 206px; }
textarea { height: auto; }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px; margin-top: 0; line-height: normal; }
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; }
input:disabled { border: 0px solid #DDD; background-color: #F5F5F5; color: #000; }
input:readonly { border: 0px solid #DDD; background-color: #FFFFFF; color: #000; }

* html input.disabled { border: 1px solid #DDD; background-color: #F5F5F5; color: #000; }
* html input.readonly { border: 1px solid #DDD; background-color: #FFFFFF; color: #000; }

select, input[type="file"] { height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ margin-top: 4px; /* For IE7, add top margin to align select with labels */ line-height: 30px; }
select { width: 208px; background-color: #ffffff; border: 1px solid #cccccc; }
select[multiple], select[size] { height: auto; }
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

table { border-collapse: collapse; }

/* scrollable root element */
.wizard { background: #fff repeat scroll 0 0; height: 100%; width: 100%; overflow-x: hidden; position: relative; /* rounded corners for modern browsers */ }

/* scrollable items */
.wizard .items { width: 20000em; clear: both; position: absolute; }

/* single item */
.wizard .page { margin: 30px 23px 30px 23px; }
.wizard .status { margin: 0px !important; height: 35px; background: #338cce repeat-x; padding-left: 25px !important; _background: #123; }
.status li { list-style-type: none; list-style-image: none; float: left; color: #f2f6ff; padding: 10px 30px; }
.status li.active { background-color: #fbec87; color: #060793; font-weight: normal; }

/*menu style*/
#menubox { z-index: 9999; left: -199px; top: 80px; width: 200px; position: absolute; }
#menubox .menu-content { background-color: #DAE1EB; width: 200px; display: block; overflow: hidden; }
#menubox .menu-collapsbutton { position: relative; background: url('imgs/menu/collaps.png') no-repeat; float: right; left: 7px; top: 275px; width: 7px; height: 64px; cursor: pointer; opacity: 0.6; filter: alpha(opacity=60); }
#menubox .menu-item { padding: 5px 0 5px 10px; border-bottom-color: #E3E3E3; border-bottom-width: 1px; border-bottom-style: dashed; text-overflow: ellipsis; overflow: hidden; }
#menubox .menu-item-selected { background-color: #e5f0fe; border-right-style: solid; border-right-width: 2px; border-right-color: #0066FF; }
#menubox a { color: #000000; }
#menubox a:hover { color: #0c4a8a; opacity: 1.0; filter: alpha(opacity=100); }

.tool-bar { padding: 3px; background-color: #EEEEEE; border-bottom: solid 1px #D4D4D4; }

.web-searchbox { border: 1px solid #808080; width: 340px; height: 27px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background-color: #FFFFFF; padding-left: 5px; }
.web-searchbox input { padding: 0px 5px 0px 5px; margin: 0px; border-style: none; width: 235px; height: 27px; display: block; float: left; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); font-size: 12px; }
.web-searchbox input:focus { border: 0; outline: 0; outline: thin dotted 0 \9; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(82, 168, 236, 0.6); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(82, 168, 236, 0.6); }
.web-searchbox a { margin-top: 2px; float: left; width: 30px; height: 22px; display: block; }
.win-btnline { border-top: solid 1px #E4E4E4; background-color: #F7F7F7; height: 100%; text-align: right; padding-right: 10px; padding-top: 7px; }

.web-session { font-family: 黑体; color: #CCE1F2; cursor: default; }
.web-session td { line-height: 30px; padding-left: 10px; padding-right: 10px; letter-spacing: 1px; }
.web-session td span { display: inline-block; float: left; }

.web-menu { border: 1px solid #CCCCCC; background-color: #ECF5FF; }
.web-menu span { width: 25px; height: 25px; border-right-style: solid; border-right-width: 1px; border-right-color: #EBEBEB; display: block; float: left; }
.web-menu a { width: 60px; height: 25px; display: block; float: left; padding-left: 5px; line-height: 25px; font-size: 12px; cursor: default; }

.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }

/*边框*/
.border-solid { border: solid 1px #D4D4D4; }
.border-top-solid { border-top: solid 1px #D4D4D4; }
.border-bottom-solid { border-bottom: solid 1px #D4D4D4; }
.border-left-solid { border-left: solid 1px #D4D4D4; }
.border-right-solid { border-right: solid 1px #D4D4D4; }
.border-dotted { border: dotted 1px #D4D4D4; }
.border-top-dotted { border-top: dotted 1px #D4D4D4; }
.border-bottom-dotted { border-bottom: dotted 1px #D4D4D4; }
.border-left-dotted { border-left: dotted 1px #D4D4D4; }
.border-right-dotted { border-right: dotted 1px #D4D4D4; }

/*表单样式*/
table.formGrid { font-size: 14px; border: 1px solid #D4D4D4; }
table.formGrid th { background-color: #FCFCFC; border-left: dotted 1px #D4D4D4; border-bottom: solid 1px #D4D4D4; padding: 5px; text-align: right; color: #666666; font-family: 宋体, Arial, Helvetica, sans-serif; }
table.formGrid td { border-left: dotted 1px #D4D4D4; border-bottom: solid 1px #D4D4D4; padding: 5px; }
table.formGrid td input { width: 100%; }
table.formGrid td textarea { width: 100%; resize: none; }
table.formGrid td input[disabled] { border: 0px solid #DDD; background-color: #F5F5F5; color: #000; }
table.formGrid td input[readonly] { border: 0; background-color: #FFFFFF; color: #000; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }
table.formGrid td textarea[disabled] { border: 0px solid #DDD; background-color: #F5F5F5; color: #000; }
table.formGrid td textarea[readonly] { border: 0; background-color: #FFFFFF; color: #000; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }

table.partGrid { border: 1px solid #D4D4D4; }
table.partGrid th { padding: 5px; height: 25px; border-left: dotted 1px #D4D4D4; border-bottom: solid 1px #D4D4D4; text-align: left; color: #3A8BC7; }
table.partGrid td { padding: 5px; height: 25px; border-left: dotted 1px #D4D4D4; border-bottom: solid 1px #D4D4D4; text-align: left; }

table.nbGrid { border: none; }
table.nbGrid td { border: none; }

.edit-fieldset { border: none; border-top: 1px solid #D4D4D4; padding: 8px 0; margin: 12px auto; }
.edit-fieldset legend { color: #0E2D5F; line-height: 16px; font-size: 12px; font-weight: bold; }
.line-block-label { display: inline-block; padding-left: 5px; }

.runrecordBox { border: solid 1px #D4D4D4; padding: 5px; line-height: 25px; background-color: #F6FAFD; }

/*业务单样式*/
.businessBox { /*margin: 10px;*/ border: 0px solid #D3D3D3; border-collapse: collapse; }
.businessBox .bis-title { border-bottom: solid 1px #D4D4D4; background-color: #FCFCFC; background-image: url('imgs/icon_07.png'); background-repeat: no-repeat; background-position: 5px center; height: 35px; line-height: 35px; padding-left: 40px; font-size: 14px; font-weight: bold; }
.businessBox .btn-Line { border-top: solid 1px #D4D4D4; background-color: #FCFCFC; padding: 7px 10px; }
.businessBox .btn-Line2 { border-top: solid 1px #D4D4D4; background-color: #FCFCFC; padding: 7px 10px; text-align: right; }

/*无边框文本输入*/
input.noborder, textarea.noborder, textarea.noborder:focus, input.noborder:focus { border: 0; padding: 0; margin-bottom: 0px; font-size: 14px; line-height: 20px; color: #555555; vertical-align: middle; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: url('imgs/bottomline.png') 0 0; overflow-x: hidden; overflow-y: hidden; resize: none; }
input.noshadow, textarea.noshadow, textarea.noshadow:focus, input.noshadow:focus { overflow-x: hidden; overflow-y: hidden; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0s, box-shadow linear 0s; -moz-transition: border linear 0s, box-shadow linear 0s; -o-transition: border linear 0s, box-shadow linear 0s; transition: border linear 0s, box-shadow linear 0s; resize: none; }

/*查询*/
.grid-toolbar, .grid-query { text-align: left; vertical-align: middle; }
.grid-toolbar { height: 30px; overflow: hidden; }
.grid-query { overflow: hidden; padding: 2px; }
.grid-query table { vertical-align: middle; height: 99%; float: left; border: 0px; }
.grid-query table th { vertical-align: middle; text-align: left; font-weight: normal; padding-left: 15px; padding-right: 5px; border: 0px; }
.grid-query table td { vertical-align: middle; text-align: left; border: 0px; }
.grid-query input { padding: 0 3px; height: 22px; font-size: 12px; border: 1px solid #bcbcbc; vertical-align: middle; line-height: 18px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
input.grid-query-input { padding: 0 3px; height: 22px; font-size: 12px; border: 1px solid #bcbcbc; vertical-align: middle; line-height: 15px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
.grid-query .combo .combo-text { font-size: 12px; height: 22px; }

.datagrid-btable .borderStyle { border-left: 2px solid red; }
.pos_progress { background: url('imgs/pos_progress.gif') no-repeat; }

/*银行资金情况表*/
.table-bankInfo { padding: 5px; width: 100%; border: 1px solid #8CB5D5; border-spacing: 0; border-collapse: collapse; }
.table-bankInfo th, .table-bankInfo td { border: 1px solid #8CB5D5; height: 30px; }
.table-bankInfo th { text-align: center; background-color: rgb(135, 206, 235); color: white; }
.table-bankInfo tr td.align-left { padding-left: 2px; text-align: left; }
.table-bankInfo tr td.align-right { padding-right: 2px; text-align: right; }
.table-bankInfo tr td.align-center { padding: 0px; text-align: center; }

/**归集与使用汇总情况表格*/
.table-payInfo { padding: 3px; width: 100%; border: 1px solid #8CB5D5; border-right: 0; border-left: 0; border-spacing: 0; border-collapse: collapse; margin-top: 3px; }
.table-payInfo th, .table-payInfo td { border: 1px solid #8CB5D5; height: 25px; padding: 3px; }
.table-payInfo td { border-left: 0px; border-right: 0; border-top: 0; }
.table-payInfo th { text-align: center; background-color: rgb(135, 206, 235); color: white; }
.table-payInfo tr td.table-payInfo-left { width: 54px; text-align: right; }

/**无数据显示*/
.no-data-alter { padding: 5px; }

.select-file-btn { color: #444; background-image: none; background-repeat: no-repeat; background-repeat: repeat-x; border: 1px solid #d5d5d5; background: -webkit-linear-gradient(top,#ffffff 0,#f4f4f4 100%); background: -moz-linear-gradient(top,#ffffff 0,#f4f4f4 100%); background: -o-linear-gradient(top,#ffffff 0,#f4f4f4 100%); background: linear-gradient(to bottom,#ffffff 0,#f4f4f4 100%); -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
.select-file-flash-btn { color: #fff; background-image: none; background-repeat: no-repeat; background-repeat: repeat-x; border: 1px solid #d5d5d5; background: -webkit-linear-gradient(top,#ffffff 0,#f4f4f4 100%); background: -moz-linear-gradient(top,#ffffff 0,#f4f4f4 100%); background: -o-linear-gradient(top,#ffffff 0,#f4f4f4 100%); background: linear-gradient(to bottom,#ffffff 0,#f4f4f4 100%); -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }

#index_tabs .tabs { height: 26px; margin-left: 30px; }
.frame-menu { width: 29px; height: 25px; position: absolute; left: 2px; top: 88px; background: url('menuIcons/frame-menu.png'); cursor: pointer; }


.apidebug .apiMenu .menu-item { padding: 5px 0 5px 10px; border-bottom-color: #E3E3E3; border-bottom-width: 1px; border-bottom-style: dashed; text-overflow: ellipsis; overflow: hidden; }
.apidebug .apiNeirong h1 { margin: 20px 20px; border-bottom: 1px dashed #ecede8; font-size: 16px; color: #333; font-weight: normal; height: 30px; line-height: 30px; position: relative; clear: both; }
.apidebug .apiNeirong .manual { padding: 0px; margin: 0px; margin-bottom: 10px; }
.apidebug .apiNeirong .manual li { margin-top: 5px; list-style: none; }
.apidebug .apiNeirong .manual li b { font-weight: bold; }
.apidebug .apiNeirong .manual li table { width: auto; height: auto; margin-left: 32px; display: block; }
.apidebug .apiNeirong .manual li table tr { border: 1px solid #000; }
.apidebug .apiNeirong .manual li table tr td { border: 1px solid #000; }
.apidebug .apiNeirong .main { margin: 0 20px; }
.apidebug .apiNeirong .notice1 { width: 100%; height: 200px; margin-bottom: 5px; }
.apidebug .content1 { padding: 10px 15px; border: 1px solid #ccc; color: #333; background-color: #f8f8f8; border-radius: 3px; margin-bottom: 20px; font-family: "Microsoft Yahei", "Tahoma",Arial; font-size: 14px; height: auto; }
.apidebug .content1 .frm_control_group { margin-bottom: 20px; }
.apidebug .content1 .frm_control_group label { display: inline-block; vertical-align: top; zoom: 1; }
.apidebug .content1 .frm_control_group .inputDiv span { vertical-align: top; }
.apidebug .content1 .frm_control_group .inputDiv span.red { color: Red; }
.apidebug .content1 .frm_control_group .inputDiv .tips { display: block; margin-left: 139px; color: #a3a3a3; }
.apidebug .content1 .frm_control_group .inputDiv .name { display: inline-block; zoom: 1; width: 125px; }
.apidebug .content1 .frm_control_group .inputDiv .input1 { height: 21px; border: 1px solid #ccc; padding: 0px; }
.apidebug .content1 .frm_control_group .inputDiv .textarea1 { margin: 0px; width: 750px; height: 200px; }
.apidebug .content1 .frm_control_group .unsubmit { margin-left: 138px; display: inline-block; height: 30px; line-height: 30px; color: rgb(0, 0, 0); font-size: 14px; text-align: center; vertical-align: middle; margin-top: 6px; box-shadow: rgb(221, 222, 219) 0px 1px 1px; overflow: visible; padding: 0px 40px; text-decoration: none; border-width: 1px; border-style: solid; border-color: rgb(190, 190, 190); border-image: initial; border-radius: 3px; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(248, 248, 248)), color-stop(0.1, rgb(241, 241, 241)), color-stop(0.5, rgb(228, 228, 228)), color-stop(0.9, rgb(215, 215, 215)), to(rgb(213, 213, 213)), to(rgb(213, 213, 213))); }
.apidebug .content1 .clear_f { clear: both; display: block; height: 0px; }
.apidebug .content1 .frm_control_group .resultDiv { width: 700px; height: 300px; border: 1px solid #ccc; overflow: auto; }
.apidebug .content1 .frm_control_group .reqDiv { height: 130px; }

/*首页弹窗 begin*/
@font-face { font-family: iconfont; src: url(fonts/iconfont.ttf) format('truetype'); }
#notice-main { z-index: 100; position: fixed; right: 0; bottom: 0; height: auto; width: 18rem; background: #fff; box-shadow: 0 0.1rem 0.75rem 0 rgba(9,41,77,.15); visibility: hidden; transition: all .3s ease; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); padding: 1.5rem 1.2rem 1.5rem 1.2rem; line-height: 1; }
#notice-main a { color: #205ec0; text-decoration: none; }
#notice-main :after, #notice-main :before { box-sizing: border-box; }
#notice-main a img { border: none; }
#notice-main.visible { visibility: visible; -webkit-transform: none; -ms-transform: none; transform: none; }
#notice-main h3 { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI Light", "Microsoft YaHei UI", "Microsoft YaHei", 微软雅黑, Arial, sans-serif; }
#notice-main.visible { visibility: visible; -webkit-transform: none; -ms-transform: none; transform: none; }
#notice-main .btn-close { position: absolute; right: .52rem; top: .515rem; width: .635rem; height: .635rem; text-align: center; color: #205ec0; background: #fff; font-size: .9rem; }
#notice-main .btn-close:before { font-family: iconfont !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e6d9'; }
#notice-main .content { position: relative; }
#notice-main .app { height: auto; overflow: hidden; display: none; }
#notice-main .notice-img-app { width: 18rem; height: 10rem; float: left; margin-bottom: .5rem; margin-top: .5rem; }
#notice-main .notice-img-app img { width: 18rem; height: 10rem; }
#notice-main .notice-title { width: 18rem; height: 3rem; max-height: 3rem; overflow: hidden; font-size: .7rem; color: #205ec0; line-height: 1rem; }
#notice-main .notice-title a { color: #205ec0; }
#notice-main .notice-intro { width: 18rem; height: 3rem; max-height: 3rem; overflow: hidden; font-size: 12px; color: #205ec0; line-height: .8rem; }
#notice-main .notice-link-app { bottom: -1.5rem; left: .1rem; position: absolute; }
#notice-main .app.active { display: block; }
#notice-main .btn-wrapper { height: 1.5rem; text-align: right; padding-top: .75rem; padding-left: .1rem; font-size: 12px; color: #4293f4; letter-spacing: 0; line-height: .8rem; }
#notice-main .btn-wrapper a { display: inline-block; }
#notice-main .btn-wrapper .btn-next { margin-left: 1rem; }
#notice-main .btn-disabled { cursor: not-allowed; pointer-events: none; opacity: .3; }
/*首页弹窗 end*/
.moneyRed { color: red !important; font-weight: bold; }

.color-green { color: #008000 !important; }

/* ueditor table style */
table.ue-table { margin-bottom: 10px; border-collapse: collapse; display: table; }
table.ue-table .selectTdClass { background-color: #edf5fa !important }
table.ue-table td, table.ue-table th { padding: 5px 10px; border: 1px solid #DDD; }
table.ue-table caption { border: 1px dashed #DDD; border-bottom: 0; padding: 3px; text-align: center; }
table.ue-table th { border-top: 1px solid #BBB; background-color: #F7F7F7; }
table.ue-table tr.firstRow th { border-top-width: 2px; }
table.ue-table td p { margin: 0; padding: 0; }
table.noBorderTable td, table.noBorderTable th, table.noBorderTable caption { border: 1px dashed #ddd !important }
.ue-table-interlace-color-single { background-color: #fcfcfc; }
.ue-table-interlace-color-double { background-color: #f7faff; }
