/*样式重置  消除浏览器间的差异*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input, select, textarea{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body{
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
html{
    overflow-y: scroll;
}
body{
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    position: relative;
    height: 100%;
    background-color: #f1f4f6;
}
html::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
html::-webkit-scrollbar-track-piece{
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}
html::-webkit-scrollbar-thumb:vertical{
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
html::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: #606266;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
img {
    border-style: none;
}
button{
    border: none;
}

/*清除IE下input的删除样式*/
input::-ms-clear{
    display:none;
}
select {
    border: solid 1px #ddd;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 18px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}
/*样式重置  消除浏览器间的差异*/

h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

/*网格系统，自己补充width的值*/
.row{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.row .row{
    margin: 0;
    width: auto;
    display: inline-block;
}
.col{
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.push, .pull {
    position: relative;
}
.clear {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    /*content: "\0020";*/
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/*************************页面封装样式******************************/
.relative{position:relative;}
/*圆角3px*/
.rc3 {border-radius: 3px;}
.rc5 {border-radius: 5px;}
.rc10 {border-radius: 10px;}

.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs32{font-size: 32px;}
.fs36{font-size: 36px;}
.fs40{font-size: 40px;}
.fs60{font-size: 60px;}
.fs72{font-size: 72px;}

.fw100{font-weight: 100}
.fw300{font-weight: 300}
.fw500{font-weight: 500}
.fwb{font-weight: bold;}
.fwn{font-weight: normal;}

.lh12{line-height: 12px;}
.lh14{line-height: 14px;}
.lh16{line-height: 16px;}
.lh18{line-height: 18px;}
.lh20{line-height: 20px;}
.lh22{line-height: 20px;}
.lh24{line-height: 24px;}
.lh26{line-height: 26px;}
.lh30{line-height: 30px;}
.lh36{line-height: 36px;}
.lh40{line-height: 40px;}
.lh50{line-height: 50px;}
.lh60{line-height: 60px;}
.lh70{line-height: 70px;}
.lh80{line-height: 80px;}
.lh90{line-height: 90px;}
.lh100{line-height: 100px;}

.mt1{margin-top: 1px;}
.mt2{margin-top: 2px;}
.mt3{margin-top: 3px;}
.mt4{margin-top: 4px;}
.mt5{margin-top: 5px;}
.mt6{margin-top: 6px;}
.mt7{margin-top: 7px;}
.mt8{margin-top: 8px;}
.mt9{margin-top: 9px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.mr1{margin-right: 1px;}
.mr2{margin-right: 2px;}
.mr3{margin-right: 3px;}
.mr4{margin-right: 4px;}
.mr5{margin-right: 5px;}
.mr6{margin-right: 6px;}
.mr7{margin-right: 7px;}
.mr8{margin-right: 8px;}
.mr9{margin-right: 9px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr70{margin-right: 70px;}
.mr80{margin-right: 80px;}
.mr90{margin-right: 90px;}
.mr100{margin-right: 100px;}

.mb1{margin-bottom: 1px;}
.mb2{margin-bottom: 2px;}
.mb3{margin-bottom: 3px;}
.mb4{margin-bottom: 4px;}
.mb5{margin-bottom: 5px;}
.mb6{margin-bottom: 6px;}
.mb7{margin-bottom: 7px;}
.mb8{margin-bottom: 8px;}
.mb9{margin-bottom: 9px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

.ml1{margin-left: 1px;}
.ml2{margin-left: 2px;}
.ml3{margin-left: 3px;}
.ml4{margin-left: 4px;}
.ml5{margin-left: 5px;}
.ml6{margin-left: 6px;}
.ml7{margin-left: 7px;}
.ml8{margin-left: 8px;}
.ml9{margin-left: 9px;}
.ml10{margin-left: 10px;}
.ml12{margin-left: 12px;}
.ml24{margin-left: 24px;}
.ml36{margin-left: 36px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml70{margin-left: 70px;}
.ml80{margin-left: 80px;}
.ml90{margin-left: 90px;}
.ml100{margin-left: 100px;}
.ml150{margin-left: 150px;}
.ml200{margin-left: 200px;}

.pt1{padding-top: 1px;}
.pt2{padding-top: 2px;}
.pt3{padding-top: 3px;}
.pt4{padding-top: 4px;}
.pt5{padding-top: 5px;}
.pt6{padding-top: 6px;}
.pt7{padding-top: 7px;}
.pt8{padding-top: 8px;}
.pt9{padding-top: 9px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}
.pt90{padding-top: 90px;}
.pt100{padding-top: 100px;}

.pr1{padding-right: 1px;}
.pr2{padding-right: 2px;}
.pr3{padding-right: 3px;}
.pr4{padding-right: 4px;}
.pr5{padding-right: 5px;}
.pr6{padding-right: 6px;}
.pr7{padding-right: 7px;}
.pr8{padding-right: 8px;}
.pr9{padding-right: 9px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr45{padding-right: 45px;}
.pr50{padding-right: 50px;}
.pr60{padding-right: 60px;}
.pr70{padding-right: 70px;}
.pr80{padding-right: 80px;}
.pr90{padding-right: 90px;}
.pr100{padding-right: 100px;}

.pb1{padding-bottom: 1px;}
.pb2{padding-bottom: 2px;}
.pb3{padding-bottom: 3px;}
.pb4{padding-bottom: 4px;}
.pb5{padding-bottom: 5px;}
.pb6{padding-bottom: 6px;}
.pb7{padding-bottom: 7px;}
.pb8{padding-bottom: 8px;}
.pb9{padding-bottom: 9px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}
.pb90{padding-bottom: 90px;}
.pb100{padding-bottom: 100px;}

.pl1{padding-left: 1px;}
.pl2{padding-left: 2px;}
.pl3{padding-left: 3px;}
.pl4{padding-left: 4px;}
.pl5{padding-left: 5px;}
.pl6{padding-left: 6px;}
.pl7{padding-left: 7px;}
.pl8{padding-left: 8px;}
.pl9{padding-left: 9px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl34{padding-left: 34px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 40px;}
.pl45{padding-left: 45px;}
.pl50{padding-left: 50px;}
.pl58{padding-left: 58px;}
.pl60{padding-left: 60px;}
.pl68{padding-left: 68px;}
.pl70{padding-left: 70px;}
.pl80{padding-left: 80px;}
.pl90{padding-left: 90px;}
.pl100{padding-left: 100px;}


.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}

.fl {float: left;}
.fr {float: right;}
.hidden {display: none;}


/*手动加宽度限制才会有效*/
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_bd{
    margin-left: 90px;
}

.right_bd .crumb{
    height: 50px;
    line-height: 50px;
    background: #fff;
}
.right_bd .container{
    margin: 20px;
    padding: 20px 20px 100px 20px;
    background: #fff;
    min-height: 700px;
}
.right_bd .container .title_hd{
    padding: 25px;
    border-bottom: 1px solid #F2F2F2;
}
.right_bd .container .title_hd .fo{
    font-size: 16px;
    color: #666;
    margin-right: 5px;
    margin-top: -1px;
}
.right_bd .container .title_hd .name{
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.right_bd .container .title_hd .tips{
    font-size: 12px;
    color: #999;
    float: right;
}
.right_bd .container .title_hd .tips i{
    color: red;
    padding-right: 5px;
}
.right_bd .crumb .icon{
    color: #999;
}
.right_bd .crumb .icon i{
    font-size: 20px;
    color: #999;
    padding-left: 20px;
    padding-right: 10px;
    vertical-align: sub;
}
.right_bd .crumb .arrow{
    color: #999;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
}
.right_bd .crumb .name{
    color: #999;
}

/*后台样式*/
/*表格中 新增  编辑  删除  帮助 样式*/
.icon_edit{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/images/admin/edit.png) no-repeat 0px 0px;
    background-size: 20px;
}
.icon_delete{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/images/admin/delete.png) no-repeat 0px 0px;
    background-size: 20px;
}
.icon_add{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/images/admin/add.png) no-repeat 0px 0px;
    background-size: 20px;
}
.icon_mark{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(/images/admin/mark.png) no-repeat 0px 0px;
    background-size: 15px;
    cursor: pointer;
    vertical-align: middle;
}
.icon_prev{
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 3px;
    vertical-align: middle;
    border-radius: 3px;
    background: url(/images/base/arrow_left.png) no-repeat 50% 50% #38f;
    background-size: 22px 22px;
}
.icon_next{
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-left: 3px;
    vertical-align: middle;
    border-radius: 3px;
    background: url(/images/base/arrow_right.png) no-repeat 50% 50% #38f;
    background-size: 22px 22px;
}
/*表格中 新增  编辑  删除  帮助 样式*/


/*工具栏 begin*/
.toolbar{
    width: 100%;
    height: 50px;
    line-height:28px;
}
.toolbar .tips{
    display: inline-block;
    color: #999;
}
.toolbar .tips i{
    padding-right: 5px;
}
.toolbar .more_box {
    display: inline-block;
    color: #666;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}
.toolbar .more_box span,.first{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding-left: 12px;
    padding-right: 28px;
    border: 1px solid #dedede;
    color: #666;
    position: relative;
    background: url(/images/base/arrowdown.png) no-repeat 85% 50% #FFF;
    background-size: 10px;
    z-index:100;
}
.toolbar .more_box:hover{
    color: #1890ff;
    border-color: #badeff;
    background-color: #e8f4ff;
}
.toolbar .more_box ul{
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 99;
    width: 100%;
    border:1px solid #dedede;
    background-color: #FFF;
    box-sizing: border-box;
}
.toolbar .more_box ul li{
    height: 28px;
    overflow: hidden;
    border-top:1px solid #eee;

}
.toolbar .more_box ul li a{
    display: inline-block;
    width: 100%;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
    color: #333;
}
.toolbar .more_box ul li a:hover{
    background-color: #f5f5f5;
}
.toolbar .more_box ul li a:hover ul{
    display: inline-block;
}
.toolbar .more_box ul li a:hover span{
    border-bottom: 0px;
}
/*.toolbar .more_boxinput[type='text']{*/
/*    display:inline-block;*/
/*    font-size:12px;*/
/*    height: 32px;*/
/*    padding: 0 10px;*/
/*    line-height:32px;*/
/*    color:#555;*/
/*    vertical-align:middle;*/
/*    resize: none;*/
/*    border: 1px solid #ddd;*/
/*    box-sizing: border-box;*/
/*    border-radius: 3px;*/
/*}*/
.toolbar input[class]{
    width: 180px;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.toolbar input.keyword{
    background: url(/images/admin/search.png) no-repeat 150px 50%;
    background-size: 16px;
}
.toolbar input.date{
    background: url(/images/admin/calender.png) no-repeat 150px 50%;
    background-size: 16px;
}

/*.toolbar .more_box input.calendar{*/
/*    width: 120px;*/
/*    background: url(/images/icon_calendar.png) no-repeat 90% 50%;*/
/*    background-size: 14px;*/
/*    margin: 0px 5px;*/
/*}*/
/*.toolbar .more_box label[for]{*/
/*    cursor: pointer;*/
/*}*/

body .select2-container .select2-selection--single{
    height: 39px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 39px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.toolbar select{
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding:0px 18px 0px 6px;
    margin-left: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 3px;
    color: #606266;
    vertical-align:middle;
}
/*工具栏 end*/

/*表单样式pt70 pb100 pl100*/
.mega{
    font-size: 14px;
    min-width: 600px;
    min-height: 300px;
    /*max-height: 600px;*/
    overflow-y: auto;
    /*padding-left: 50px;*/
}
.mega .item{
    width:520px;
    min-height: 34px;
    margin:30px 0px 10px;
    position: relative;
}
.mega .item.fx input{
    padding-right: 40px;
}
.mega .item .unit{
    display: inline-block;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border-left: 1px solid #dcdfe6;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 1px;
}
.mega .item textarea:hover,input[type="text"]:hover,input[type="password"]:hover,select:hover{
    border-color: #C7C7CA;
    /*-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
    /*-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
    /*box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
}
.mega .item textarea:focus,input[type="text"]:focus,input[type="password"]:focus,select:focus{
    border-color: #409FFF;
    /*-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
    /*-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
    /*box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
}
.mega .item select{
    height: 40px;
    line-height: 40px;
    padding:0px 18px 0px 6px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 3px;
    color: #606266;
}
.mega .item input.date{
    background: url(/images/admin/calender.png) no-repeat 98% 50%;
    background-size: 18px 18px;
}
.mega .item input.industry{
    background: url(/images/admin/calender.png) no-repeat 98% 50%;
    background-size: 18px 18px;
}
.mega .item input[type="radio"]{
    vertical-align: middle;
}
.mega .item input[type="radio"]{
    vertical-align: middle;
}
.mega .item input[readonly]{
    background-color: #f5f5f5;
}
.mega .item input[readonly]:hover{
    border-color: #C7C7CA;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
}
.mega .label{
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    padding: 0 10px 0 0;
    width: 120px;
    text-align: right;
    box-sizing: border-box;
}
.mega .label b{
    color: #f00;
    font-size: 14px;
    margin-right: 3px;
}
.mega input[type="text"],input[type="password"]{
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 380px;
}
.mega textarea{
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height:150px;
    outline: none;
    padding: 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 380px;
    resize: none;
}
.mega .textarea_box{
    position: relative;
}
.mega .textarea_box .length{
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #cccccc;
    font-size: 12px;
}
.mega input:-ms-input-placeholder,.mega textarea:-ms-input-placeholder {
    color: #CCCCCC;
}
.mega input::-webkit-input-placeholder, .mega textarea::-webkit-input-placeholder {
    color: #CCCCCC;
}
.mega input::-moz-placeholder, .mega textarea::-moz-placeholder {
    color: #CCCCCC;
}
.mega input:-moz-placeholder, .mega textarea:-moz-placeholder {
    color: #CCCCCC;
}
.mega input[readonly]{
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mega input[readonly]:hover{
    border-color: #CCC;
}

.mega .column{
    float: left;
    border-right: 1px solid #F2F2F2;
    padding: 50px 50px;
}
.mega .column .item{
    /*float: left;*/
    /*margin-bottom:5px;*/
}

.mega .column .item select{
    width: 214px;
}
.mega .notice{
    line-height: 14px;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
    color: #999;
    padding-left: 130px;
}
.mega .warning{
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 0;
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
}
.mega label[for]{
    cursor: pointer;
}
.mega .title{
    font-size: 16px;
    padding-left: 10px;
    margin: 40px 0 20px 20px;
    border-left:5px solid #347AFE;
}
.form_btn{
    margin-top: 40px;
    margin-left: 200px;
}

/*表单样式*/

.fo_radio input[type="radio"]{
    position:absolute;
    clip: rect(0,0,0,0);
}
.fo_radio label{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
}
.fo_radio input[type="radio"] + label::before{
    display: inline-block;
    content: '';
    background: #FFF;
    border: 1px solid #0079FE;
    width: 10px;
    height: 10px;
    padding: 2px;
    vertical-align: text-bottom;
    border-radius: 50%;
    margin-right: 3px;
}
.fo_radio input[type="radio"]:checked + label::before{
    background-color: #0079FE;
    background-clip: content-box;
    padding: 2px;
}

.fo_checkbox{
    height: 18px;
    margin-bottom: 5px;
}

.fo_checkbox label{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

.fo_checkbox input[type="checkbox"]{
    position: absolute;
    clip: rect(0,0,0,0);
}

.fo_checkbox input[type="checkbox"]:checked+label {
    position: relative;
}

.fo_checkbox input[type="checkbox"]+label::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*关联checkbox的值*/
.fo_checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    width: 6px;
    height: 10px;
    border: 0px;
    border-bottom: 2px solid #0079FE;
    border-right: 2px solid #0079FE;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 2;
    box-sizing: border-box;
}
/*按钮样式*/



/*报表样式*/
/*.grid tr{*/
/*    background: #fff;*/
/*}*/
/*.grid tr:nth-child(odd){*/
/*    background: none repeat scroll 0 0 #f5f5f5;*/
/*}*/

/*.grid tr:hover{*/
/*    background-color: #f5f5f5;*/
/*}*/
/*.grid th{*/
/*    color: #333;*/
/*    font-weight: normal;*/
/*    line-height: 40px;*/
/*    border:1px solid #ddd;*/
/*    background-color: #f5f5f5;*/
/*    border-collapse: collapse;*/
/*    vertical-align: middle;*/
/*}*/
/*.grid td{*/
/*    color: #555;*/
/*    font-size: 12px;*/
/*    padding: 9px 5px 8px 5px;*/
/*    line-height: 20px;*/
/*    border:1px solid #ddd;*/
/*    vertical-align: middle;*/
/*    border-collapse: collapse;*/
/*    word-wrap: break-word;*/
/*    word-break: break-all;*/
/*}*/
/*.grid td input[type="text"]{*/
/*    border: none;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    line-height: 16px;*/
/*}*/
/*报表样式*/

/*datatablees 底部样式 add by lisheng 2018-09-20*/
.dataTables_info {
    margin-top: 10px;
}
.dataTables_paginate {
    margin-top: 10px;
}
.dataTables_length{
    padding-top: 0.755em;
    margin-top: 9px;
    margin-left: 15px;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current{
    /*background: #0079FE;*/
    /*border: 1px solid #0079FE;*/
    /*color: #fff;*/
}
.dataTables_wrapper .dataTables_paginate span .paginate_button{
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    color: rgb(153, 153, 153);
    border: 1px solid rgb(153, 153, 153);
    margin-right: 5px;
}
/*datatablees 底部样式 add by lisheng 2018-09-20*/

/*datatables footer及合计行样式 add by lisheng 2018-09-20*/
#grid_wrapper #footer_title td, #grid_wrapper  #sumtr td{
    vertical-align: middle;
    font-weight: bold;
    padding: 10px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom:1px solid #ddd;
}
#grid_wrapper #footer_title{
    color: #666;
}
#grid_wrapper #sumtr{
    color: #333;
}
#grid_wrapper .dataTables_empty{
    line-height: 40px;
}
/*datatables横向滚动条样式*/
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar { /*滚动条整体样式*/
    width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 9px;
}
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(6,6,6,0.2);
    background: #ddd;
}
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #FFF;
}
table.dataTable tbody tr{
    height: 40px;
    line-height: 40px;
}
table.dataTable thead tr{
    background: #F5F5F5;
}
table.dataTable thead th{
    padding: 15px;
}
/*datatables横向滚动条样式*/
/*datatables footer及合计行样式 add by lisheng 2018-09-20*/

/******************************************样式封装*******************************************/
a .fo{
    margin-right: 3px;
}
.fo_button{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #DCDFE6;
    color: #909399;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 2px;
}

.fo_button:hover{
    border-color: #409EFF;
    outline: none;
}

.fo_button_primary{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #0079FE;
    border: 1px solid #0079FE;
    color: #FFFFFF;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 2px;
}

.fo_button_middle{
    padding: 6px 12px;
    border-radius: 2px;
}

.fo_button .fo,.fo_button_primary .fo{
    margin-right: 2px;
    vertical-align: text-bottom;
}
.fo_button .fo:last-child,.fo_button_primary .fo:last-child{
    margin-left: 5px;
    vertical-align: text-bottom;
}

.fo_button:hover{
    color: #0079FE;
    border: 1px solid #0079FE;
}
.fo_button_primary:hover{
    background: #409EFF;
    border: 1px solid #409EFF;
}

.fo_button + .fo_button {
    margin-left: 10px;
}
.fo_button_primary + .fo_button {
    margin-left: 10px;
}
.fo_button + .fo_button_primary {
    margin-left: 10px;
}
.fo_button_primary + .fo_button_primary {
    margin-left: 10px;
}

.fo_dropdown{
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.fo_dropdown:hover .fo_dropdown_menu
{
    display: block;
}

.fo_dropdown_menu{
    display: none;
    width: 100%;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.fo_dropdown .fo_dropdown_menu li a{
    display: block;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: none;
    text-align: center;
}

.fo_dropdown .fo_dropdown_menu li a:hover{
    background-color: #ecf5ff;
    color: #66b1ff;
}

.fo_link{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: #606266;
}
.fo_link_primary{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: #0079FE;
}
.fo_link:hover,.fo_link_primary:hover{
    color: #409EFF;
}
.fo_link_primary:hover:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    border-bottom: 1px solid #0079FE;
}
.fo_link .fo,.fo_link_primary .fo{
    vertical-align: text-bottom;
}
.fo_link + .fo_link {
    margin-left: 5px;
}
.fo_link + .fo_link_primary {
    margin-left: 5px;
}
.fo_link_primary + .fo_link {
    margin-left: 5px;
}
.fo_link_primary + .fo_link_primary {
    margin-left: 5px;
}

.fo_step{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #909399;
    padding: 0px 10px 0px 20px;
    border-top: 1px solid #DCDFE6;
    border-left: 1px solid #DCDFE6;
    border-bottom: 1px solid #DCDFE6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    margin-right: 30px;
}

.fo_step.selected{
    color: #FFF;
    background-color: #0079FE;
}

.fo_step::before{
    content: "";
    width:0;
    height:0;
    border-top: 20px solid transparent;
    border-left: 15px solid #FFFFFF;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: -1px;
    right: -14px;
    z-index: 10;
}

.fo_step::after{
    content: "";
    width:0;
    height:0;
    border-top: 20px solid transparent;
    border-left: 15px solid #DCDFE6;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: -1px;
    right: -15px;
    z-index: 9;
}

.fo_step.selected:before{
    border-left: 15px solid #0079FE;
}

.fo_brand{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0px 12px;
    text-align: center;
    color: #FFFFFF;
    background-color: #0079FE;
    position: relative;
}

.fo_brand .icon_arrow_left{
    width:0;
    height:0;
    border-top: 11px solid transparent;
    border-right: 6px solid #0079FE;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 0px;
    left: -6px;
}

.fo_tabs{
    height: 50px;
    border: 1px solid #DCDFE6;
}
.fo_tabs li{
    float: left;
}
.fo_tabs li a{
    display:inline-block;
    height: 50px;
    line-height: 50px;
    padding:0px 18px;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    color: #303133;
    position: relative;
}
.fo_tabs li.selected a,.fo_tabs li a:hover{
    color:#0079FE;
}
.fo_tabs li a:hover:after{
    content: "";
    width: 100%;
    border-bottom: 2px solid #0079FE;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.fo_tabs li.selected a:after{
    content: "";
    width: 100%;
    border-bottom: 2px solid #0079FE;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.fo_tabs_items{
    padding: 25px 0px;
}
.fo_tabs_items .tab_item{
    display: none;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

.fo_tabs_items .tab_item:first-child{
    display: inline-block;
}

.fo_table{
    width: 1200px;
    margin-bottom: 40px;
}

.fo_table tr{
    height: 36px;
}

.fo_table tr td{
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
}

.fo_table tr td:nth-child(2n){
    color: #606266;
    width: 460px;
    padding-left: 20px;
}
.fo_table tr td:nth-child(2n+1){
    width: 100px;
    text-align: right;
    padding-right: 20px;
    background-color: #f5f5f5;
}

/*-----------------------------------*/
.color_block{
    display: inline-block;
    width: 200px;
    height: 70px;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    margin-right: 20px;
    padding-top: 30px;
}
.color_block p{
    line-height: 20px;
}
.icon_example{
    display: inline-block;
    width: 100px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #E4E7ED;
    text-align: center;
    margin-right: 20px;
    padding-top: 20px;
    color: #909399;
    cursor: pointer;
    float: left;
}
.icon_example:hover{
    color: #0079FE;
}
.icon_example i{
    font-size: 24px;
}
.icon_example div{
    line-height: 20px;
    margin-top: 10px;
    word-break: break-all;
}

code,pre{
    font-family: 'Consolas', 'Courier', 'Monaco', monospace;
    display: block;
    background-color: #555555;
    border-radius:4px 4px 4px 4px;
    color: #fff;
    margin: 5px 0px;
    overflow: auto;
    padding: 10px;
    white-space: pre;
    font-size: 14px;
}

/*******************************************样式封装*******************************************/






