@charset "utf-8";
/* CSS Document */
/*-------------reset------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
*html body {
    _zoom: expression(function(x){x.style.zoom=1;try{document.execCommand('BackgroundImageCache', false, true)}catch(e){}}(this));
}
img,
fieldset,
abbr,
acronym {
    border: 0;
}
img {
    -ms-interpolation-mode: bicubic;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
}
caption,
th {
    text-align: left;
}
ol,
ul,
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
input,
button,
select {
    font-size: inherit;
    *font-size: 100%;
    font-family: inherit;
    vertical-align: middle;
    outline: none;
    height: 23px;
}
textarea {
    font-size: inherit;
    *font-size: 100%;
    font-family: inherit;
    vertical-align: middle;
    outline: none;
}
textarea {
    resize: none;
}
address,
cite,
dfn,
em,
code,
var,
caption,
th {
    font-style: normal;
    font-weight: normal;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
/*-------------end reset------------*/

/* global element */
html {
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    font-family: Arial, Lucida, Verdana, Helvetica, 宋体, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    width: 100%;
    min-height: 100%;
}
a {
    color: #1c83b3;
    text-decoration: none;
    outline: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
body.bg_blue {
    background: #e4f5fb;
}
body.bg_blue1 {
    background: #d3eef8;
}
.none {
    display: none;
}
.l {
    float: left;
}
.r {
    float: right;
}
.clear {
    clear: both;
    zoom: 1;
    height: 0;
    overflow: hidden;
}
.clear:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.cl {
    overflow: hidden;
    _zoom: 1;
}
.center {
    text-align: center;
}
.checkbox,
.radio {
    width: 13px;
    height: 13px;
    line-height: 13px;
    margin-right: 2px;
    vertical-align: -2px;
    *vertical-align: middle;
    _vertical-align: 3px;
}
/* margin & padding */
A:link {
    color: #036;
    text-decoration: none;
}
A:visited {
    color: #036;
    text-decoration: none;
}
A:hover {
    color: #f60;
    text-decoration: underline;
}
A.menuChild:link {
    color: #036;
    text-decoration: none;
}
A.menuChild:visited {
    color: #036;
    text-decoration: none;
}
A.menuChild:hover {
    color: #f60;
    text-decoration: underline;
}
A.menuParent:link {
    color: #000;
    text-decoration: none;
}
A.menuParent:visited {
    color: #000;
    text-decoration: none;
}
A.menuParent:hover {
    color: #f60;
    text-decoration: none;
}

.text_red {
    color: red;
    font-weight: bold;
}
.header {
    min-width: 800px;
    display: block;
    background: url(../mis/img/header_bg.jpg) repeat-x;
    color: #fff;
}
.header .bg {
    height: 56px;
    display: block;
    background: url(../mis/img/header_right.jpg) no-repeat right;
    zoom: 1;
}
.header .logo {
    float: left;
    width: 299px;
    height: 56px;
    display: block;
    background: url(../mis/img/header_left.jpg) no-repeat;
}
.header .menu {
    float: left;
    padding-top: 10px;
    margin-left: 0px;
}
.header .menu a {
    margin-left: 15px;
}
.header .menu .nav {
    margin-left: 15px;
}
.header .menu .channel {
    margin-left: 15px;
    margin-top: 5px;
}
.header .user {
    margin-right: 15px;
}
.header a,
.header a:hover {
    color: #fff;
}
.nav_bg {
    display: block;
    background: url(../mis/img/menu_bg.jpg) repeat-y;
}
.nav_tree {
    width: 100%;
    padding: 2px 0 0 2px;
}
.nav_tree li.menu {
    width: 100%;
    padding: 0 0 0 18px;
    height: 22px;
    line-height: 22px;
    display: block;
    background: url(../mis/img/menu_bt.jpg) no-repeat;
}
.nav_tree li.submenu p {
    width: 120px;
    padding: 5px 0 0 22px;
    line-height: 20px;
    display: block;
    background: url(../mis/img/menu_icon.gif) no-repeat 10px 10px;
    margin: 0;
}
.container {
    margin-bottom: 100px;
}
.body_main {
    border-left: 1px solid #d1e6f7;
}
.content {
    padding: 5px;
}
.curent {
    height: 28px;
    line-height: 28px;
    display: block;
    background: url(../mis/img/title_bg1.jpg) repeat-x;
}
.title {
    padding: 0 0 12px 10px;
    line-height: 22px;
    background: #ecf4fc url(../mis/img/title_bg2.jpg) repeat-x;
    color: #fff;
}
/* page 分页 */
.page {
    text-align: center;
    margin: 0 auto;
}
.page a {
    padding: 3px;
    margin: 0 1px;
}
.page a:hover {
    text-decoration: none;
    color: #336cb3;
}
.page a.cur {
    color: #f60;
    font-weight: bold;
}
.page .selectpage {
    margin: 0 20px;
}
.input_select {
    width: 22px;
    height: 14px;
    margin: 0 5px;
    vertical-align: middle;
}
.tb_list {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
}
.tb_list th {
    width: 100px;
    text-align: right;
    color: #336cb3;
    padding: 5px;
}
.tb_list td {
    padding: 5px;
}

.tb_list2 {
    width: 100%;
    padding: 0;
    white-space: nowrap;
}
.tb_list2 th {
    color: #336cb3;
    padding: 5px;
    min-width: 100px;
    height: 25px;
    text-align: center;
    font-weight: bold;
}
/* .tb_list2 thead tr{color:#336cb3; padding:5px; width:100px; height:25px; text-align:center; font-weight:bold;} */
.tb_list2 tbody tr:hover {
    background: #eeeeee none no-repeat scroll 0 0;
}
.tb_list2 td {
    padding: 5px;
    text-align: center;
    white-space: normal;
}
.tb_list2 .lwf {
    min-width: 180px;
    text-align: left;
    white-space: normal;
}
.lwf60 {
    min-width: 60px;
    text-align: left;
    white-space: normal;
}

.tb_list_h {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
}
.tb_list_h th {
    text-align: center;
    color: #336cb3;
    padding: 5px;
}
.tb_list_h td {
    padding: 5px;
}

.tb_form {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
}
.tb_form td {
    padding: 5px;
}
.tb_form select {
    margin-right: 10px;
}
.tb_form input {
    margin-right: 10px;
    padding-left: 5px;
}
.tb_form .query_btn {
    margin-left: 10px;
}
.tb_form .list_total {
    margin-left: 20px;
    font-weight: bold;
    color: red;
}
.pic_preview {
    margin-top: 2px;
}
.btn {
    padding: 2px;
    height: 28px;
}
.query_btn {
    width: 60px;
    height: 25px;
}

.bor {
    border: 1px solid #666;
}
.bor th,
.bor td {
    border: 1px solid #888;
}

.mt2 {
    margin-top: 2px;
}
.mb2 {
    margin-bottom: 2px;
}
.mb5 {
    margin-bottom: 5px;
}
.ml10 {
    margin-left: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mr10 {
    margin-right: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}

input.input_style {
    border: 1px solid #336cb3;
    line-height: 22px;
    padding-left: 2px;
}

table.ke-container td {
    border: 0;
    margin: 0;
    padding: 0;
}
input.cachebtn {
    margin: 5px 0px 5px 0px;
}
input.show_style {
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
}

select {
    padding: 3px;
}

/* 与phone_global.css同步 by along */
.color1 {
    color: #ff7800;
}
.color2 {
    color: #fd419a;
}
.color3 {
    color: #4fb330;
}
.color4 {
    color: #18a1ef;
}
.color5 {
    color: #e733e9;
}
.color6 {
    color: #f84d55;
}
.color7 {
    color: #875fef;
}
.order_filter {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-decoration: none;
    cursor: pointer;
}
.order_filter.back_img0 {
    background: url('../mis/img/sort_0000.png') no-repeat;
    background-size: 14px 14px;
    vertical-align: sub;
}
.order_filter.back_img1 {
    background: url('../mis/img/sort_0001.png') no-repeat;
    background-size: 14px 14px;
    vertical-align: sub;
}
.order_filter.back_img2 {
    background: url('../mis/img/sort_0002.png') no-repeat;
    background-size: 14px 14px;
    vertical-align: sub;
}
.order_filter:hover {
    text-decoration: none;
}
