@charset "utf-8";
@import url(../lib/layui/css/layui.css?id=121);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
*{
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 0px;
    margin-right: 0px;
    }
A { font-family:微软雅黑; COLOR: #1572BE; TEXT-DECORATION: none }
A:hover { COLOR: #FF6600 }
.del-a{ font-family:微软雅黑; COLOR:#FF936F; TEXT-DECORATION: none }
.del-a:hover { COLOR: #FF6600 }
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
    background-color:#ffffff;
}
form{
    width: 100%;
    height: 100%;
}
.x-body{
    padding: 10px;
}
.layui-table th
{
    text-align:center;
    height:45px;
}
.layui-table tr
{
    height:45px;
}

.layui-table td
{
    height:45px;
    padding-left:10px;
    padding-right:10px;
}
.nolayui-table td, .nolayui-table th {
    position: relative;
    padding: 0px !important;
    min-height: 2px;
    line-height: 2px;
    font-size: 13px;
    border: 0px solid #888888;
}
.div_up {
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent #888;
    opacity: 0.5;
} 
.div_down {
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #888 transparent transparent ;
    opacity: 0.5;
}
.orddiv A:hover div{opacity: 1;}
.select
        {
            padding-left: 10px;
            background-repeat: no-repeat;
            background-position: right center;
        }
mydiv input{width:100%!important;}
.rd label
{
    padding-left:5px;
    padding-right:15px;
}
.rd input
{
    vertical-align: text-bottom;
    margin-bottom: 2px;
    *margin-bottom: -2px;  /*兼容IE6，IE7*/
}
.date
{
    background-image: url('../img/date.png'); background-repeat: no-repeat; background-position: right center;
}
.num
{
    background-image: url('../img/num.png'); background-repeat: no-repeat; background-position: right center;
}
textarea{padding:10px;}
.layui-badge{border-radius: 8px;}

@font-face {font-family: "iconfont";
  src: url('font_ali/iconfont.eot?t=1619527260045'); /* IE9 */
  src: url('font_ali/iconfont.eot?t=1619527260045#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('font_ali/iconfont.woff?t=1619527260045') format('woff'),
  url('font_ali/iconfont.ttf?t=1619527260045') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('font_ali/iconfont.svg?t=1619527260045#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caidan:before {
  content: "\e60e";
}

.icon-icon_chakan:before {
  content: "\e65a";
}

.icon-shangchuan:before {
  content: "\f459";
}

.icon-xiazai:before {
  content: "\f45c";
}

.rddiv{border-radius: 2px; border: 1px solid #dedede; width: 100%; padding: 9px 0px 9px 0px;
                            box-sizing: border-box; padding-left:10px}

.tip {
    border-radius: 4px;
    width: 7px;
    height: 16px;
    background-color: #268FE6
}