@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    background: #fff;
}

div {
    line-height: 1.6;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-family: microsoft yahei;
    color: #333;
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, hr,
fieldset, input, p, blockquote, th, td {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font: 100%/1.4 microsoft yahei, Verdana, Arial, Helvetica, sans-serif;
}

.clearfix:after { display: block; height: 0; content: ""; clear: both; }
.hidden { display:none; }
img {
    border: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #e46713;
    text-decoration: underline;
}

/*---ie6---*/
html {
    *padding: 122px 50px 0 50px;
    overflow-x: hidden;
}

.top {
    *height: 112px;
    *margin-top: -122px;
    *margin-bottom: 10px;
    *position: relative;
    *top: 0;
    *right: 0;
    *bottom: 0;
    *left: 0;
}

.sidebar {
    *height: 100%;
    *float: left;
    *width: 270px;
    *position: relative;
    *top: 0;
    *right: 0;
    *bottom: 0;
    *left: 0;
}

.mapcont {
    *margin-left: 270px;
    _margin-left: 267px;
    *position: relative;
    *top: 0;
    *right: 0;
    *bottom: 0;
    *left: 0;
}

.bottom {
    *height: 0px;
    *margin-top: 0px;
    *position: relative;
    *top: 0;
    *right: 0;
    *bottom: 0;
    *left: 0;
}

.leftbar {
    margin: 0 0 0 170px;
}

.leftbar2 {
    margin: 0 0 0 345px;
}

.leftbar3 {
    margin: 0 0 0 380px;
}

/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl, dd {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: 10pt;
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}

a img {
    border: none;
}

/* ~~ 此容器包含所有其它 div，并依百分比设定其宽度 ~~ */
#container {
    font-size: 10pt;
    margin: 0 50px;
    height: 100%;
    min-width: 920px;
    overflow: hidden;
    background-color: #FFF;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 15px;
}

/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a:link {
    color: #4E5869;
    text-decoration: underline;
}

a:visited {
    color: #4E5869;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #e46713;
    text-decoration: underline;
}

a img {
    border: none;
}

/* ~~ 登录页部分样式 ~~ */
.header span {
    border-left: 1px solid #ccc;
    padding: 0 5px 0 10px;
}

.login_box {
    padding: 20px;
    margin: 20px 0 0 640px;
    width: 238px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
}

.logintitle {
    /*height: 120px;*/
    margin: 0px 0 0 300px;
    /*position: absolute;*/
    display: inline-block;
}

.logintitle h1 {
    font-size: 18pt;
    color: #f28300;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 5px 0;
    display: block;
}

.loginPhonetitle {
    /*height: 120px;*/
    margin: 0px 0 0 0px;
    /*position: absolute;*/
    display: inline-block;
}

.loginPhonetitle h1 {
    font-size: 12pt;
    color: #f28300;
    font-weight: bold;
    margin: 0 0;
    padding: 0 0 0 0;
    display: block;
}

.login_bg {
    height: 320px;
}

.loginarea {
    width: 960px;
    height: 450px;
    margin: 0 auto;
    margin-top: 120px;
    background: url(../images/login_bg.jpg) no-repeat;
}

.loginarea h2 {
    font-size: 12pt;
    color: #f28300;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #f28300;
    display: block;
}

.loginarea a {
    color: #f28300;
    text-decoration: underline;
}

.loginarea a:hover {
    color: #666;
    text-decoration: none;
}

.loginarea p {
    padding: 3px 0;
    font-size: 11pt;
    clear: both;
}

/* ~~ 透明登录样式 ~~
.login_box{width:235px; padding:20px; margin:20px 0 30px 680px; overflow:hidden; color:#ffffff; background:rgba(0,0,0,0.4); filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#66000000',EndColorStr='#66000000')}
.login_bg{width:100%; height:300px;position:relative; zoom:1;}
.loginarea h2{font-size:12pt; color:#fff; font-weight:bold; margin:10px 0; padding:0 0 5px 0; border-bottom:1px solid #fff; display:block;}
.loginarea a{color:#fff; text-decoration:underline;}
.loginarea a:hover{color:#fff; text-decoration:none;}
.loginarea p{padding:3px 0; font-size:11pt; clear:both;}
*/

.loginarea li {
    list-style: none outside none;
    padding: 3px 0;
}

.loginarea span {
    float: right;
    width: 160px;
    font-size: 10pt;
    text-align: right;
    display: inline-block;
}

.loginarea input {
    border: 1px solid #d5d5d5;
    padding: 3px 5px;
}

.loginarea input.username {
    width: 225px;
}

.loginarea input.password {
    width: 225px;
}

.loginarea input.checkbox {
    border: 0px;
    vertical-align: middle;
    line-height: 20px;
}

.loginarea li.login a {
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    font-size: 11pt;
    width: 236px;
    float: left;
    background: url(../images/Login_button_hover.gif) no-repeat;
}

.loginarea li.login a:hover {
    text-decoration: none;
    background: url(../images/Login_button.gif) no-repeat;
}

/* ~~ 顶部样式 ~~ */

.top {
    position: absolute;
    left: 50px;
    top: 0px;
    right: 50px;
    height: 112px;
    min-width: 920px;
}

.topnav ul {
    float: right;
    position: relative;
}

.logo {
    float: left;
    width: 100px;
    height: 50px;
    background: url(../images/logo_100x50.gif) no-repeat;
    margin: 10px;
    cursor: pointer;
}

.comlogo {
    float: left;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-family: "微软雅黑";
    font-weight: bold;
    margin: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-height: 400px;
    position: absolute;
    left: 160px;
}

.comlogos {
    float: left;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-family: "微软雅黑";
    font-weight: bold;
    margin: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-height: 400px;
    position: absolute;
    left: 160px;
}

.topnav {
    float: right;
    margin: 40px 0 0 0;
    padding: 5px;
    overflow: hidden;
}

.topnav p {
    display: block;
}

.topnav span {
    border-right: 1px solid #ccc;
    padding: 0 5px;
    font-weight: normal;
    font-size: 10pt;
}

/* ~~ 主菜单样式 ~~ */

.mainNav {
    padding: 0px;
    background: url(../images/MainNav_bg.gif) repeat-x;
    clear: both;
}

.mainNav ul {
    overflow: auto;
    _height: 1%;
}

.mainNav li {
    list-style: none outside none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    font-family: microsoft yahei;
}

.mainNav li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 105px;
    margin-left: 5px;
    float: left;
    display: block;
    font-family: microsoft yahei;
}

.mainNav li a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/MainButton.gif);
}

.mainNav li.hover {
    color: #6d6969;
    margin: 0px;
    margin-left: 5px;
}

.mainNav li.hover a {
    color: #6d6969;
    font-weight: bold;
    background: url(../images/MainButton_hover.gif);
}

.mainNav li.hover a:hover {
    color: #6d6969;
    text-decoration: none;
}

/* ~~ 子菜单样式 ~~ */

.subNav {
    border: 1px solid #ccc;
    border-top: 0px;
    padding: 5px 12px;
    margin: 0;
}

.subNav ul {
    overflow: auto;
    _height: 1%;
}

.subNav li {
    list-style: none outside none;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 27px;
    font-family: microsoft yahei;
}

.subNav li a {
    color: #868686;
    text-decoration: none;
    min-width: 68px;
    float: left;
    margin-left: 5px;
    padding: 0 6px;
    border: 1px solid #fff;
}

.subNav li a:hover {
    color: #6d6969;
    text-decoration: none;
    /* background: url(../images/subNavEx_hover.gif) */
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: inset 0 0 2px #ccc;
}

.subNav li.hover a {
    color: #868686;
    font-weight: normal;
    /* background: url(../images/subNavEx.gif); */
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: inset 0 0 2px #ccc;
    background: #e7e7e7;
}

.subNav li.hover a:hover {
    color: #6d6969;
    text-decoration: none;
    /* background: url(../images/subNavEx.gif); */
}

/* ~~ 左侧内容样式 ~~ */

.sidebar_title {
    position: absolute;
    left: 50px;
    top: 135px;
    width: 250px;
    margin: 0px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-right: 0px;
    font-size: 10pt;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

.sidebar_title ul {
    overflow: auto;
    _height: 1%;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    background: url(../images/content_title.gif);
}

.sidebar_title h1 {
    font-size: 10pt;
    margin: 0 0px 0 0px;
    padding: 0px;
    float: left;
    line-height: 30px;
    top: 188
}

.sidebar_title .s_cutover {
    background: url(../images/title_s_cutover.png) no-repeat left;
    padding: 0 8px;
}

.sidebar_title li {
    list-style: none;
    display: block;
    text-align: center;
    width: 68px;
    margin: 3px 0 0 0;
    line-height: 24px;
    float: right;
}

.sidebar_title li:hover {
    background: url(../images/content_title_sbtn.gif);
}

.sidebar_title li a {
    color: #333;
    text-decoration: none;
}

.sidebar_title li a:hover {
    color: #4c73c2;
    text-decoration: none;
}

.sidebar {
    position: absolute;
    left: 50px;
    top: 172px;
    bottom: 50px;
    width: 270px;
    overflow: auto;
    border: 1px solid #ccc;
    /* border-top: 0px; */
    word-break: break-all;
}

.sidebar ul {
    padding-bottom: 10px; /*margin:5px;*/
    border-bottom: 1px solid #ccc;
    clear: both;
}

.sidebar ul:hover {
    background: #fbf7c7;
}

.sidebar h1 {
    font-size: 10pt;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

/*                       全屏                   */

div.black_qp {
    position: absolute;
    height: 28px;
    bottom: 10px;
    text-align: center;
    padding-top: 15px;
    width: 270px;
    font-size: 10pt;
    border: 1px solid #ccc;
    border-top: 0px;
}

div.black_qp a {
    border: #ccc 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #000000;
    text-decoration: none;
}

div.black_qp a:hover {
    border: #f28300 1px solid;
    color: #fff;
    background-color: #f28300;
}

div.black_qp A:active {
    border: #f28300 1px solid;
    color: #fff;
    background-color: #f28300;
}

div.black_qp SPAN.current {
    border: #f28300 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #f28300;
}

div.black_qp SPAN.disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}

.sidebar_title_qp {
    position: absolute;
    /*left: 50px;*/
    width: 250px;
    margin: 0px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-right: 0px;
    font-size: 10pt;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

.sidebar_title_qp ul {
    overflow: auto;
    _height: 1%;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    background: url(../images/content_title.gif);
}

.sidebar_title_qp h1 {
    font-size: 10pt;
    margin: 0 0px 0 0px;
    padding: 0px;
    float: left;
    line-height: 30px;
    top: 188
}

.sidebar_title_qp .s_cutover {
    background: url(../images/title_s_cutover.png) no-repeat left;
    padding: 0 8px;
}

.sidebar_title_qp li {
    list-style: none;
    display: block;
    text-align: center;
    width: 68px;
    margin: 3px 0 0 0;
    line-height: 24px;
    float: right;
}

.sidebar_title_qp li:hover {
    background: url(../images/content_title_sbtn.gif);
}

.sidebar_title_qp li a {
    color: #333;
    text-decoration: none;
}

.sidebar_title_qp li a:hover {
    color: #4c73c2;
    text-decoration: none;
}

.sidebar_qp {
    position: absolute;
    /*left: 50px;*/
    /*top: 192px;*/
    top: 30px;
    bottom: 50px;
    width: 270px;
    overflow: auto;
    border: 1px solid #ccc;
    border-top: 0px;
    word-break: break-all;
}

.sidebar_qp ul {
    padding-bottom: 10px; /*margin:5px;*/
    border-bottom: 1px solid #ccc;
    clear: both;
}

.sidebar_qp ul:hover {
    background: #fbf7c7;
}

.sidebar_qp h1 {
    font-size: 10pt;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

.mark_red, .mark_blue {
    float: left;
    width: 30px;
    height: 38px;
    margin: 3px 0 0 10px;
    list-style: none;
}

.mark_red {
    background: url(../images/map/marker-red.png) no-repeat;
}

.mark_blue {
    background: url(../images/map/marker-blue.png) no-repeat;
}

.mark_red b, .mark_blue b {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 8px 8px 10px 0;
    text-align: center;
    display: block;
    cursor: default;
}

.order_red, .order_blue {
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px 0 0 10px;
    list-style: none;
}

.order_red {
    background: url(../images/map/small-symbol_red.png) no-repeat;
}

.order_blue {
    background: url(../images/map/small-symbol_blue.png) no-repeat;
}

.order_red b, .order_blue b {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 3px 0px 10px 0;
    text-align: center;
    display: block;
    cursor: default;
}

.markcol {
    font-size: 9pt;
    color: #666;
    margin: 0 0 0 -10px;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
}

.sidebar h2 {
    font-size: 11pt;
    color: #666;
    padding: 10px 0 5px 0;
    margin: 0 0 0 46px;
}

.sidebar h2 a {
    font-size: 11pt;
    color: #0000cc;
    text-decoration: none;
}

.sidebar h2 a:hover {
    color: #0000cc;
    text-decoration: underline;
}

.sidebar p {
    font-size: 10pt;
    line-height: 120%;
    padding: 0 0 0 5px;
    margin: 0 0 0 42px;
    color: #666;
}

.sidebar_qp h2 {
    font-size: 11pt;
    color: #666;
    padding: 10px 0 5px 0;
    margin: 0 0 0 46px;
}

.sidebar_qp h2 a {
    font-size: 11pt;
    color: #0000cc;
    text-decoration: none;
}

.sidebar_qp h2 a:hover {
    color: #0000cc;
    text-decoration: underline;
}

.sidebar_qp p {
    font-size: 10pt;
    line-height: 120%;
    padding: 0 0 0 5px;
    margin: 0 0 0 42px;
    color: #666;
}

.scroll {
    width: 270px;
    overflow-y: scroll;
    word-break: break-all;
}

/* ~~ 子页左侧菜单样式 ~~ */
.leftcont_title {
    position: absolute;
    left: 50px;
    top: 135px;
    width: 250px;
    height: 31px;
    margin: 0px;
    padding: 0 10px;
    float: left;
    border: 1px solid #ccc;
    border-right: 0px;
    font-size: 10pt;
    line-height: 31px;
    background: url(../images/content_title.gif) repeat-x center center;
}

.leftcont {
    position: absolute;
    left: 50px;
    top: 178px;
    bottom: 312px;
    width: 269px;
    background: #f9f9f9;
    overflow: auto;
    border: 1px solid #ccc;
    /* border-top: 0px; */
    word-break: break-all;
}

.leftcont dl {
    padding: 2px 0 2px 10px;
    margin: 0px;
    display: block;
    border-bottom: 1px solid #ccc;
    clear: both;
    overflow: auto;
    _height: 1%;
}

.leftcont dl:hover {
    background: #fbf7c7;
}

.leftcont dt {
    float: left;
    margin: 8px 0 0 0;
    padding: 0px;
}

.leftcont dd {
    float: right;
    margin: 0px;
    padding: 0px;
}

.leftcont h1 {
    font-size: 10pt;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

.leftcont input {
    vertical-align: middle;
}

.leftcont p {
    background: url(../images/percentImage.png) no-repeat;
    width: 53px;
    overflow: hidden;
    margin: 5px 5px 0 0;
    padding: 0px;
}

.leftcont span.weight {
    background: url(../images/percentImage_back1.png) no-repeat;
}

.leftcont span.volume {
    background: url(../images/percentImage_back2.png) no-repeat;
}

.leftcont span.weight, .leftcont span.volume {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 5px 0 0 0;
    padding: 0px;
    width: 0%;
    display: block;
}

.leftcont b {
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
    font-size: 9px;
    text-align: center;
    display: block;
    width: 53px;
    overflow: auto;
}

.lrcont {
    border: 1px solid #ccc;
    background: #fff;
    height: 272px;
    width: 269px;
    border-top: 0px;
    overflow: hidden;
}

.lrcont dl {
    margin: 0px;
    background: #f5f5f5;
    padding: 5px 10px 0 10px;
    border-top: 1px solid #ccc;
}

.lrcont dd {
    padding: 3px 0;
}

.lrcont input {
    padding: 1px 0;
    margin: 2px 0;
}

/* ~~ 子页左侧菜单样式 ~~ */
/* ~~ 
#leftnav{position:absolute; width:158px; left:50px; top:120px; bottom:50px; background:url('../images/leftnav_bg.gif') repeat-y; overflow:hidden; border-left:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; border-top:1px solid #d5d5d5;}
 ~~ */
#leftnav {
    width: 158px;
    margin: 10px 0;
    float: left;
    background: url('../images/leftnav_bg.gif') repeat-y;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-right: 0px;
}

#leftnav {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}

#leftnav p {
    padding: 0px;
    line-height: 12pt;
}

#leftnav ul {
    height: 100%;
    overflow-y: auto;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}

#leftnav li {
    clear: both;
}

#leftnav li.current {
    color: #666;
    background: #fff url('../images/leftnav_dot.gif') no-repeat;
    background-position: right;
}

#leftnav li a {
    color: #333;
    padding: 10px 10px;
    font-size: 10pt;
    border-top: 1px solid #ccc;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#leftnav li a:hover {
    color: #666;
    background-position: right;
    text-decoration: none;
    padding-right: 10px;
}

#leftnav .ico {
    display: block;
    width: 20px;
    float: left;
    padding: 12px 0;
    margin: 7px 10px 7px 15px;
}

#leftnav .group {
    background: url('../images/leftmenu_file.png') no-repeat left;
}

#leftnav .group_gray {
    background: url('../images/leftmenu_file_gray.png') no-repeat left;
}

#leftnav .share {
    background: url('../images/diy/share.png') no-repeat left;
}

#leftnav div {
    overflow: hidden;
    margin: 0px;
}

#leftnav div a {
    color: #333;
    padding: 10px 0;
    font-size: 10pt;
    font-weight: bold;
    border-top: 0px solid #ccc;
    text-decoration: none;
    display: block;
}

#leftnav div a:hover {
    color: #666;
    background-position: right;
    text-decoration: none;
}

#leftnav div input {
    line-height: 20px;
    width: 80px;
    vertical-align: middle;
    margin: 8px 0px 0px 0px;
}

#leftnav div .ico1 {
    display: block;
    width: 20px;
    float: left;
    padding: 12px 0;
    margin: -3px 10px 7px 15px;
}

#leftnav div dl {
    margin: 0px;
    display: block;
    clear: both;
    overflow: auto;
    border-top: 1px solid #ccc;
}

#leftnav div dl dt {
    float: left
}

/* ~~ 子页左侧列表样式 ~~ */
#leftlist {
    width: 158px;
    height: 500px;
    margin: 10px 0;
    float: left;
    background: url('../images/leftnav_bg.gif') repeat-y;
    overflow: hidden;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}

#leftlist ul {
    margin: 10px;
}

#leftlist li {
    float: left;
    margin: 0 5px 10px 0;
    padding: 1px;
}

#leftlist li a {
    padding: 2px 3px;
    border: 1px solid #d5d5d5;
    text-decoration: none;
}

#leftlist li a:hover {
    text-decoration: none;
    border: 1px solid #f28300;
}

#leftlist .hover {
    padding: 3px;
    border: 1px solid #d5d5d5;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #f28300;
    background: #f28300;
}

#lefttree {
    width: 158px;
    margin: 0 0;
    float: left;
    background: url('../images/leftnav_bg.gif') repeat-y;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-right: 0px;
}

#lefttree {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}

/* ~~ 子页左侧菜单样式 ~~ */
.lefttree_title {
    position: absolute;
    left: 50px;
    top: 158px;
    height: 28px;
    width: 136px;
    margin: 0px;
    padding: 0 10px;
    float: left;
    border: 1px solid #ccc;
    border-right: 0px;
    font-size: 10pt;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

.lefttree_title .caption {
    margin-top: 5px;
    float: left;
}

.lefttree_title_ex {
    position: absolute;
    left: 220px;
    top: 160px;
    height: 28px;
    width: 136px;
    margin: 0px;
    padding: 0 10px;
    float: left;
    border: 1px solid #ccc;
    border-right: 0px;
    font-size: 10pt;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

.lefttree_title_ex .caption {
    margin-top: 5px;
    float: left;
}

#lefttable {
    /*margin: 10px 0;*/
    float: left;
    /*background: url('../images/leftnav_bg.gif') repeat-y;*/
    background-color: #efefef;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-right: 0px;
}

#lefttable {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}

/* ~~ 子页左侧菜单样式 ~~ */
.lefttable_title {
    position: absolute;
    left: 50px;
    top: 158px;
    height: 28px;
    width: 180px;
    margin: 0px;
    padding: 0 10px;
    float: left;
    border: 1px solid #ccc;
    border-right: 0px;
    font-size: 10pt;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

.lefttable_title .caption {
    margin-top: 5px;
    float: left;
}

/* ~~ 子页左侧菜单样式 ~~ */
.lefttable_title_ex {
    position: absolute;
    left: 220px;
    top: 143px;
    height: 28px;
    width: 199px;
    margin: 0px;
    padding: 0 2px;
    font-size: 10pt;
    line-height: 30px;
    /*background: url(../images/content_title.gif);*/
}

.lefttable_title_ex .caption {
     margin-top: 5px;
     float: left;
 }
.lefttable_title_ex .caption strong{
    padding-left: 5px;
}

/* ~~ 右侧控制按钮样式 ~~ */

.ctl {
    border: 1px solid #dedede;
    background: #ffc;
    margin: 0 0 5px 0;
    padding: 0px;
}
.ctl label {
}

.ctl input.textfield {
    width: 100px;
}

.ctl2 {
    border: 1px solid #dedede;
    margin: 0 0 5px 0;
    padding: 0px;
}

.tableform {
    border: 1px solid #dedede;
    background: #f5f5f5;
    margin: 0 0 5px 0;
    padding: 0px;
}

.tableform input.textfield {
    width: 120px;
}

.tableform .title {
    overflow: auto;
    _height: 1%;
    font-size: 10pt;
    margin: 0px;
    padding-left: 10px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    background: url(../images/content_title.gif);
}

.control {
    margin: 0px;
    padding: 10px;
    border: 1px solid #d5d5d5;
    background: url(../images/control_bg.gif) repeat;
}

.control a {
    background: url('../images/contrbtn_m.png') no-repeat;
    font-weight: bold;
    margin: 0px;
    width: 85px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.control a:hover {
    background: url('../images/contrbtn_m_hover.png') no-repeat;
    text-decoration: none;
}

.control a.left {
    background: url('../images/contrbtn_left.png') no-repeat;
}

.control a.left:hover {
    background: url('../images/contrbtn_left_hover.png') no-repeat;
    text-decoration: none;
}

.control b {
    margin: 0 10px 0 5px;
    border-right: 1px solid #ccc;
}

.control span a {
    background: url('../images/control_btn_100.png') no-repeat;
    font-weight: bold;
    width: 100px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.control span a:hover {
    background: url('../images/control_btn_hover_100.png') no-repeat;
    text-decoration: none;
}

/* ~~ 地图页右侧样式 ~~ */

/* ~~ 宽度自适应 ~~ */
#adaptive {
    margin-top: 10px;
}

.mapcontLoc_qp {
    left: 270px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

.mapcontLoc {
    left: 320px;
    top: 135px;
    bottom: 40px;
    right: 50px;
    position: absolute;
}

.mapcont {
    height: 100%;
    min-width: 650px;
    border: 1px solid #ccc;
    overflow: hidden !important;
}

.mapcont ul {
    overflow: auto;
    _height: 1%;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    background: url(../images/content_title.gif);
}

.mapcont h1 {
    font-size: 10pt;
    margin: 0 20px 0 10px;
    padding: 0px;
    float: left;
    line-height: 30px;
}

.mapcont h2 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    line-height: 26px;
    border-bottom: 2px solid #f28300;
}

.mapcont li {
    list-style: none outside none;
    display: block;
    text-align: center;
    width: 88px;
    margin: 3px 10px 0 0;
    line-height: 24px;
    float: right;
}

.mapcont .s_xiangqing {
    background: url(../images/iconfont-xiangqing.png) no-repeat left;
    padding: 0 10px 0 8px;
}

.mapcont .s_quanping {
    background: url(../images/iconfont-quanping.png) no-repeat left;
    padding: 0 10px 0 8px;
}

.mapcont .s_zhongzuo {
    background: url(../images/iconfont-zhongzuo.png) no-repeat left;
    padding: 0 10px 0 8px;
}

.mapcont .s_car {
    background: url(../images/title_s_car.png) no-repeat left;
    padding: 0 10px 0 8px;
}

.mapcont .s_order {
    background: url(../images/title_s_order.png) no-repeat left;
    padding: 0 10px 0 8px;
}

.mapcont .s_drive {
    background: url(../images/title_s_drive.png) no-repeat left;
    padding: 0 10px 0 8px;
}

.mapcont li {
    list-style: none outside none;
    display: block;
    text-align: center;
    width: 88px;
    margin: 3px 10px 0 0;
    line-height: 24px;
    float: right;
}

.mapcont li:hover {
    background: url(../images/content_title_button.gif);
}

.mapcont li a {
    color: #333;
    text-decoration: none;
}

.mapcont li a:hover {
    color: #4c73c2;
    text-decoration: none;
}

.mapcont iframe {
    width: 100%;
    height: 100%;
}

.mapfloat {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    position: absolute;
    z-index: 1000;
    left: 325px;
    bottom: 50px;
}

/* ~~ 地图样式 ~~ */

.map {
    border: 0px solid #ccc;
}

#MapHolder {
    position: relative;
    height: 900px;
    margin: 0;
    page-break-after: auto;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mapdiv {
    margin: 0px;
    padding: 5px 8px;
    background: #f9f9f9;
    border: 1px solid #ccc;;
}

.mapdiv h3 {
    color: #f28000;
    margin: 5px 0;
    padding: 5px 0;
    font-size: 11pt;
    font-weight: bold;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.mapdiv p {
    margin: 5px 0;
    padding: 0px;
    color: #666;
}

.mapdiv a {
    color: #f28000;
    padding: 5px;
    text-decoration: none;
}

.mapdiv a:hover {
    color: #666;
    text-decoration: underline;
}

.mapdiv table {
    border: 1px solid #ccc;
    border-right: 0px;
    border-bottom: 0px;
}

.mapdiv td {
    font-size: 10pt;
    color: #666;
    padding: 3px 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.orderdiv {
    margin: 0px;
    padding: 5px 8px;
    font-size: 10pt;
    background: #f9f9f9;
    border: 1px solid #ccc;;
}

.orderdiv h3 {
    color: #f28000;
    margin: 5px 0;
    padding: 5px 0;
    font-size: 10pt;
    font-weight: bold;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.orderdiv p {
    margin: 5px 0;
    padding: 0px;
    color: #666;
}

.orderdiv a {
    color: #333;
    padding: 5px;
    text-decoration: none;
}

.orderdiv a:hover {
    color: #666;
    text-decoration: underline;
}

.orderdiv table {
    border-bottom: 1px dashed #ccc;
    font-size: 10pt;
}

.orderdiv input {
    margin: 1px 0;
}

.orderdiv textarea {
    margin: 1px 0;
}

/* ~~ 地图边框阴影 ~~ 
#shad div{position:absolute; z-index:10; left:0px; top:153px; overflow:hidden;}
#shad_v{width:4px; height:100%; left:0; top:0; background:url(../images/shad_v_kqoxcl.png) repeat-y 0 0;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale",src="../images/shad_v_kqoxcl.png"); font-size:0; _background:none;}
#shad_h{width:100%; height:6px; left:0; top:0; background: url(../images/shad_h_zknpei.png) repeat-x 0 0; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale",src="../images/shad_h_zknpei.png");	font-size: 0; _background: none;
}
*/

/* ~~ 收缩左侧 ~~ */

.mapinfo_but {
    position: absolute;
    z-index: 20;
    left: -1px;
    top: 50%;
    width: 18px;
    height: 68px;
    overflow: hidden;
}

.mapinfo_but_con {
    width: 42px;
    height: 68px;
    background: url(../images/mapinfo_ie6_gim5y1.png);
    cursor: pointer;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/mapinfo_ie6_gim5y1.png");
}

.mapinfo_but_div {
    position: absolute;
}

.mapinfo_but_span {
    display: block;
    width: 5px;
    height: 10px;
    overflow: hidden;
    margin: 29px 0 0 7px;
    background: url(../images/mapinfo_ie6_gim5y1.png) no-repeat -37px -29px;
}

.mapinfo_but_open {
    display: block;
    width: 5px;
    height: 10px;
    overflow: hidden;
    margin: 29px 0 0 7px;
    background: url(../images/mapinfo_ie6_gim5y1.png) no-repeat -21px -29px;
}

.mapinfo_but_close_on .mapinfo_but_span {
    background-position: -37px -29px;
}

.mapinfo_but_open_on .mapinfo_but_span {
    background-position: -21px -29px;
}

.map0a {
}

.map0b {
}

/* ~~ 地图页右侧查询样式 ~~ */

.serch_map {
    min-width: 370px;
    max-width: 500px;
    overflow: hidden;
    font-size: 10pt;
    padding: 10px;
}

.hide {
    display: none;
}

.serch_map dl {
    margin: 0px;
    padding: 0px;
}

.serch_map p {
    margin: 10px 0;
    padding: 0px;
}

.serch_map form {
    margin: 10px 0 0 0;
    font-size: 10pt;
}

.serch_map input, select {
    line-height: 20px;
    padding: 2px 3px;
}

.serch_map select {
    font-size: 11pt;
    padding: 2px 3px;
}

.serch_map textarea {
    vertical-align: middle;
    width: 330px;
    max-width: 390px;
    max-height: 30px;
}

.serch_map fieldset {
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    display: block;
}

.serch_map legend {
    font-size: 11pt;
    font-weight: bold;
    color: #f28300;
    padding: 0 10px;
}

input.submit {
    background: url(../images/map_button.gif);
    border: 0px;
    width: 100px;
    height: 35px;
    font-size: 11pt;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

input.submit:hover {
    background: url(../images/map_button_hover.gif);
}

/* ~~ 功能页内容样式 ~~ */
/* ~~ 
.content {min-width:750px; position:absolute; top:120px; right:50px; bottom:100px; left:220px;}
 ~~ */
.content {
    min-width: 750px;
    margin: 10px 0 0 170px;
}

.content a {
    text-decoration: none;
}

.content a:hover {
    text-decoration: none;
}

.content ul {
    _height: 1%;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    display: block;
}

.content h1 {
    font-size: 12pt;
    color: #666;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 5px 10px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.content h2 {
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 0;
    padding: 0 5px;
    line-height: 26px;
    border-bottom: 2px solid #999;
    color: #f28300;
}

.content h2 span {
    font-size: 10pt;
    margin: 0px;
    padding: 0 10px;
    line-height: 26px;
    color: #666;
}

.content h3 {
    font-size: 11pt;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 5px 15px;
    line-height: 18px;
    border-bottom: 2px solid #f28300;
}

.content p {
    margin: 5px 0;
    padding: 0px;
    font-size: 10pt;
    word-spacing: 5pt;
}

.content .serch {
    background: #ffffcb;
    border: 1px solid #ddd;
    padding: 10px;
}

.content form {
    margin: 5px 0 0 0;
    font-size: 10pt;
}

.content input {
    line-height: 20px;
    margin: 0px;
    vertical-align: middle;
}

.content select, textarea {
    width: 190px;
    line-height: 20px;
    font-size: 10pt;
    padding: 2px 3px;
    margin: 0px;
    vertical-align: middle;
}

.content label {
    text-align: right;
    width: 100px;
    font-size: 10pt;
    color: #666;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.maxwidth {
    margin: 5px 0 0 0;
}

.content .ctrol {
    margin-top: 20px;

}
.tableform .ctrol{
    margin-left: 10px;
}
#mainForm .col-xs-12{
    padding: 0;
}
#btContent{
    padding: 0;
}

.content h1 a {
    font-size: 10pt;
    color: #999;
    text-decoration: underline;
    font-weight: normal;
}

.content h1 a:hover {
    color: #f28300;
    text-decoration: underline;
}

.content ul form {
    margin: 10px 0 0 0;
    font-size: 10pt;
}
.content ul form {
    margin: 10px 0 0 0;
    font-size: 10pt;
}
.content ul form#mainForm .tableform {
    height: 20000px;
}

.content ul input, select {
    line-height: 20px;
    padding: 2px 3px;
}

.content ul select {
    font-size: 11pt;
    padding: 2px 3px;
}

.content ul textarea {
    vertical-align: middle;
    width: 330px;
}

.content ul fieldset {
    padding: 10px;
    margin: 10px 0;
    text-align: left;
    border: 1px solid #ccc;
    display: block;
}

.content ul legend {
    font-size: 11pt;
    font-weight: bold;
    color: #f28300;
    padding: 0 10px;
}

/* ~~ 内容分页tab样式 ~~ */

.c-tab {
    *zoom: 1;
    margin: 0 0 1px 0px;
}

.c-tab-ttl {
    *zoom: 1;
}

.c-tab-ttl ul {
    overflow: hidden;
    margin: 0 0 0 0px;
}

.c-tab-ttl li {
    float: left;
    _display: inline;
    display: inline;
    margin: 0px;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    *line-height: 30px;
}

.c-tab-ttl li a {
    display: block;
    float: left;
    height: 100%;
}

.c-tab-ttl li span {
    height: 100%;
    display: block;
    float: left;
    width: 85px;
    text-align: center;
    padding: 0 14px 0 15px;
    white-space: nowrap;
    cursor: pointer;
}

.c-tab-ttl li.current {
    font-weight: 700;
    font-size: 14px;
}

.c-tab-ttl li.current span {
    padding: 0 11px 0 13px;
}

.c-tab-ttl li.current .ico-expand-arrow {
    margin-right: -3px;
}

.c-tab-ttl a, .c-tab-ttl a:hover {
    color: #4D4D4D;
    text-decoration: none;
}

.c-tab-1 {
    position: relative;
}

.c-tab-1 .c-tab-ttl {
    border-bottom: 1px #D2D2D2 solid;
}

.c-tab-1 .c-tab-ttl ul {
    position: relative;
    top: 1px;
    _zoom: 1;
}

.c-tab-1 .c-tab-ttl a, .c-tab-1 .c-tab-ttl span {
    background-image: url(../images/bg-tab.png);
    background-repeat: no-repeat;
}

.c-tab-1 .c-tab-ttl a {
    background-position: 0 -181px;
}

.c-tab-1 .c-tab-ttl span {
    background-position: right -215px;
}

.c-tab-1 .c-tab-ttl a:hover {
    background-position: 0 -249px;
}

.c-tab-1 .c-tab-ttl a:hover span {
    background-position: right -283px;
}

.c-tab-1 .c-tab-ttl .current a, .c-tab-1 .c-tab-ttl .current a:hover {
    background-position: 0 -316px;
}

.c-tab-1 .c-tab-ttl .current span, .c-tab-1 .c-tab-ttl .current a:hover span {
    background-position: right -349px;
}

.lrtitle {
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 270px;
}

/* ~~ 表格样式 ~~ */

table {
    margin: 5px 0;
    padding: 0px;
    border: 0px;
}
#picking table, #sign table {
    margin: 0;
}

table.data {
    border: 0px solid #ddd;
    border-right: 0px;
    border-top: 0px solid #dddddd;
}

table.data label {
    margin: 0px;
    padding: 0px;
    width: 30px;
}

table.data thead {
    border: 1px solid #ddd;
    border-top: none;
    background: #f5f5f5;
    color: #666;
}

#productTables thead {
    border: none;
}
table.data tr:hover,table.data tr.active {
    background: #FFFFCC;
}

table.data th {
    padding: 0 5px;
    font-weight: bold;
    min-width: 30px;
    line-height: 30px;
    background: #eee;
    background: url(../images/control_bg.gif);
    /* 背景图片拉伸 */
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    
    border-right: 0px solid #dddddd;
}

table.data td {
    padding: 7px 5px;
    min-width: 30px;
    /* max-width: 300px; */
    border-bottom: 1px solid #dddddd;
    border-right: 0px solid #dddddd;
    text-align: center;
    white-space: nowrap;
}

table.data div {
    text-align: left;
    min-width: 100px;
    word-break: break-all;
}

table.data p {
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
}

table.data .visited {
    background: #FFFFCC;
    cursor: pointer;
}

table.data .checkbox {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    width: 20px;
    min-width: 0;
}

table.data a {
    color: #0000cc;
    text-decoration: none;
}

table.data a:hover {
    text-decoration: underline;
}

/* ~~ 订单步骤样式 ~~ 

#step{margin:10px 0; height:80px; background:url(../images/Steps_bg.png) no-repeat;}
#step li{width:149px; margin:25px 0 0 0; float:left; list-style:none; display:block; padding:0px;}
#step .step_ok{background:url(../images/step_ok.png) no-repeat; width:36px; line-height:36px; display:block; margin:1px 0 0 59px; padding:0px; text-align:center; color:#fff; font-family:Tahoma, Geneva, sans-serif; font-size:18px; font-weight:bold;}
#step .step_none{background:url(../images/step_none.png) no-repeat; width:36px; line-height:36px; display:block; margin:1px 0 0 59px; padding:0px; text-align:center; color:#fff; font-family:Tahoma, Geneva, sans-serif; font-size:18px; font-weight:bold;}
#step .step_ing{background:url(../images/step_ing.png) no-repeat; width:36px; line-height:36px; display:block; margin:1px 0 0 59px; padding:0px; text-align:center; color:#fff; font-family:Tahoma, Geneva, sans-serif; font-size:18px; font-weight:bold;}
#step .step_stop{background:url(../images/step_stop.png) no-repeat; width:36px; line-height:36px; display:block; margin:1px 0 0 59px; padding:0px; text-align:center; color:#fff; font-family:Tahoma, Geneva, sans-serif; font-size:18px; font-weight:bold;}

#step p{text-align:center; line-height:15px; font-size:10pt; word-spacing:2px;}
*/
.mapContainer {
    border: 1px solid #ccc;
    margin: 10px 0;
}

.mapContainer p {
    background: url(../images/Steps_background.jpg) repeat-x;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 11pt;
    font-weight: bold;
}

.mapContainer b {
    font-size: 9pt;
    color: #666;
    font-weight: normal;
}

#Steps {
    border: 1px solid #ccc;
    margin: 10px 0;
}

#Steps div {
    background: url(../images/Steps_background.jpg) repeat-x;
    padding: 10px 0 0 30px;
    height: 140px;
}

#Steps p {
    margin: 30px 0 0 3px;
    padding: 0px;
    color: #333;
    font-size: 11pt;
    font-weight: bold;
}

#Steps b {
    font-size: 9pt;
    color: #666;
    font-weight: normal;
}

#Steps ul {
    width: 135px;
    float: left;
}

#Steps ul, #Steps span {
    background: url(../images/Steps_B.png) no-repeat;
    display: block;
}

#Steps ul.step_0a {
    background-position: 0px 0px;
}

#Steps ul.step_0b, #Steps ul.step_0c, #Steps ul.step_0d {
    background-position: -135px 0px;
}

#Steps ul.step_0e {
    background-position: -270px 0px;
}

#Steps ul.step_1a {
    background-position: 0px -150px;
}

#Steps ul.step_1b, #Steps ul.step_1c, #Steps ul.step_1d {
    background-position: -135px -150px;
}

#Steps ul.step_1e {
    background-position: -270px -150px;
}

#Steps ul.step_2a {
    background-position: 0px -300px;
}

#Steps ul.step_2b, #Steps ul.step_2c, #Steps ul.step_2d {
    background-position: -135px -300px;
}

#Steps ul.step_2e {
    background-position: -270px -300px;
}

#Steps li {
    margin: 0px;
    padding: 18px 0 0 1px;
    font-size: 11pt;
    font-weight: bold;
}

#Steps span {
    height: 36px;
    width: 36px;
    margin: 0 0 0 17px;
}

#Steps span.order_1 {
    background-position: 0px -450px;
}

#Steps span.dispatch_1 {
    background-position: -36px -450px;
}

#Steps span.pack_1 {
    background-position: -72px -450px;
}

#Steps span.trans_1 {
    background-position: -108px -450px;
}

#Steps span.arrival_1 {
    background-position: -144px -450px;
}

#Steps span.order_2 {
    background-position: 0px -486px;
}

#Steps span.dispatch_2 {
    background-position: -36px -486px;
}

#Steps span.pack_2 {
    background-position: -72px -486px;
}

#Steps span.trans_2 {
    background-position: -108px -486px;
}

#Steps span.arrival_2 {
    background-position: -144px -486px;
}

.contab {
    border-bottom: 1px solid #f28000;
    margin: 20px 0;
    padding: 0 20px;
}

.contab ul {
    margin: 0px;
    padding: 0px;
}

.contab li {
    list-style: none;
    float: left;
    text-align: center;
    margin: 0 10px 0 0;
}

.contab a {
    color: #fff;
    text-decoration: none;
    font-size: 12pt;
    word-spacing: 5pt;
    font-weight: bold;
    background: url(../images/Login_button.gif) no-repeat;
    width: 236px;
    line-height: 35px;
    display: block;
}

.contab a:hover {
    background: url(../images/Login_button_hover.gif) no-repeat;
}

/*CSS black style pagination*/

div.black {
    position: absolute;
    left: 50px;
    height: 28px;
    bottom: 10px;
    text-align: center;
    padding-top: 15px;
    width: 270px;
    font-size: 10pt;
    border: 1px solid #ccc;
    border-top: 0px;
}

div.black a {
    border: #ccc 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #000000;
    text-decoration: none;
}

div.black a:hover {
    border: #f28300 1px solid;
    color: #fff;
    background-color: #f28300;
}

div.black A:active {
    border: #f28300 1px solid;
    color: #fff;
    background-color: #f28300;
}

div.black SPAN.current {
    border: #f28300 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #f28300;
}

div.black SPAN.disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}

/* jquery.page.js css  */
/* 
#pager{position:absolute; left:220px; right:50px; min-width:730px; background:#fff; padding:0px 10px; border:1px solid #ccc;}
*/
#pager {
    min-width: 730px;
    background: #fff;
    padding: 0px 10px;
    border: 1px solid #ccc;
}

ul.pages {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10pt;
    margin: 5px 0 35px;
    padding: 0;
}

ul.pages input {
    padding: 0px;
    margin: 0 5px 2px 5px;
    vertical-align: middle;
}

ul.pages li {
    list-style: none;
    font-size: 10pt;
    float: left;
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 2px 8px;
}

ul.pages li:hover {
    border: 1px solid #999;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e8e8e8));
    background-image: -moz-linear-gradient(#f9f9f9, #e8e8e8);
    background-image: -o-linear-gradient(#f9f9f9, #e8e8e8);
    background-image: linear-gradient(#f9f9f9, #e8e8e8);
}

ul.pages li.pgEmpty {
    display: none;
}

/*
ul.pages li.pgEmpty {border:1px solid #ccc;color:#f28300;background-color:#f0f0f0;}
*/
ul.pages li.thpoint {
    border: none;
    cursor: auto;
    color: #333;
    font-size: 10pt;
    vertical-align: middle;
    background-color: #fff;
}

ul.pages li.pgCurrent {
    padding: 2px 8px;
    border: 1px solid #e33b00;
    color: #FFF;
    font-weight: bold;
    background-color: #f28300;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f28300), to(#e37b00));
    background-image: -moz-linear-gradient(#f28300, #e37b00);
    background-image: -o-linear-gradient(#f28300, #e37b00);
    background-image: linear-gradient(#f28300, #e37b00);
}

/* ~~ 其它浮动/清除类 ~~ */
.fltrt {
    /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
    float: right;
}

.fltlft {
    /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
    float: left;
}

.clearfloat {
    /* 如果从 #container 中删除或移出了 #footer，则可以将此类放置在 <br /> 或空 div 中，作为 #container 内最后一个浮动 div 之后的最终元素 */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.di {
    display: inline;
}

.shadow {
    -moz-box-shadow: 0 0 5px rgba(52, 83, 139, .6);
    -webkit-box-shadow: 0 0 5px rgba(52, 83, 139, .6);
    box-shadow: 0 0 5px rgba(52, 83, 139, .6);
}

.shadow {
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.target_box {
    width: 200px;
    font-size: 10pt;
    padding: 10px;
    border: 1px solid #aaa;
    background-color: #fff;
}

.target_list {
    padding: 4px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    _zoom: 1;
}

.target_list a {
    text-decoration: none;
    padding: 2px 5px;
}

.target_list input, .target_list label {
    vertical-align: middle;
}

.target_more {
    margin-top: -20px;
}

.bottom {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0px;
    min-width: 920px;
}

.footer {
    padding: 2px 0;
    border-top: 2px solid #f28300;
    background: #fff;
    margin: 0px;
    text-align: center;
    position: relative;
    clear: both;
}

/* =============================================================================
   Base Button
   ========================================================================== */

.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    font: 12px/normal sans-serif;
    font-family: microsoft yahei;
    color: #999;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -moz-linear-gradient(#fff, #f5f5f5);
    background-image: -ms-linear-gradient(#fff, #f5f5f5);
    background-image: -o-linear-gradient(#fff, #f5f5f5);
    background-image: linear-gradient(#fff, #f5f5f5);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #999;
    border-bottom-color: #999;
    text-decoration: 999;
    text-shadow: none;
    color: #333;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e5e5e5));
    background-image: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background-image: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background-image: linear-gradient(#f9f9f9, #e5e5e5);
}

.button:active,
.button.active {
    border-color: #999;
    border-bottom-color: #999;
    background-color: #999;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#fff));
    background-image: -moz-linear-gradient(#ccc, #fff);
    background-image: -ms-linear-gradient(#ccc, #fff);
    background-image: -o-linear-gradient(#ccc, #fff);
    background-image: linear-gradient(#ccc, #fff);
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* =============================================================================
   Button icons
   ========================================================================== */

.button.icon:before {
    content: "";
    position: relative;
    top: 1px;
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 0.75em 0 -0.25em;
    background: url(../images/button_ico.png) 0 99px no-repeat;
}

.button.import.icon:before {
    background-position: 0 -13px;
}

.button.import.icon:hover:before,
.button.import.icon:focus:before,
.button.import.icon:active:before {
    background-position: -12px -13px;
}

.button.export.icon:before {
    background-position: 0 -26px;
}

.button.export.icon:hover:before,
.button.export.icon:focus:before,
.button.export.icon:active:before {
    background-position: -12px -26px;
}

.button.arrowright.icon:before {
    float: right;
    margin: 0 -0.25em 0 0.5em;
    background-position: 0 -91px;
}

.button.arrowright.icon:hover:before,
.button.arrowright.icon:focus:before,
.button.arrowright.icon:active:before {
    background-position: -12px -91px;
}

.button.add.icon:before {
    background-position: 0 0;
}

.button.add.icon:hover:before,
.button.add.icon:focus:before,
.button.add.icon:active:before {
    background-position: -12px 0px;
}

.button.edit.icon:before {
    background-position: 0 -52px;
}

.button.edit.icon:hover:before,
.button.edit.icon:focus:before,
.button.edit.icon:active:before {
    background-position: -12px -52px;
}

.button.fail.icon:before {
    background-position: 0 -65px;
}

.button.fail.icon:hover:before,
.button.fail.icon:focus:before,
.button.fail.icon:active:before {
    background-position: -12px -65px;
}

.button.set.icon:before {
    background-position: 0 -78px;
}

.button.set.icon:hover:before,
.button.set.icon:focus:before,
.button.set.icon:active:before {
    background-position: -12px -78px;
}

.button.search.icon:before {
    background-position: 0 -104px;
}

.button.search.icon:hover:before,
.button.search.icon:focus:before,
.button.search.icon:active:before {
    background-position: -12px -104px;
}

.button.undo.icon:before {
    background-position: 0 -118px;
}

.button.undo.icon:hover:before,
.button.undo.icon:focus:before,
.button.undo.icon:active:before {
    background-position: -12px -118px;
}

/* =============================================================================
   Button extensions
   ========================================================================== */

/* Primary button
   ========================================================================== */

.button.bold {
    font-weight: bold;
}

.button.btn {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    padding: 3px 20px;
}

/* Danger button
   ========================================================================== */

.button.danger {
    color: #666;
    font-weight: bold;
}

.button.danger:hover,
.button.danger:focus,
.button.danger:active {
    border-color: #999;
    border-bottom-color: #999;
    color: #fff;
    background-color: #f28300;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa740), to(#f28300));
    background-image: -moz-linear-gradient(#ffa740, #f28300);
    background-image: -ms-linear-gradient(#ffa740, #f28300);
    background-image: -o-linear-gradient(#ffa740, #f28300);
    background-image: linear-gradient(#ffa740, #f28300);
}

.button.danger:active,
.button.danger.active {
    border-color: #a0302a;
    border-bottom-color: #bf4843;
    background-color: #b33630;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f28300), to(#ffa740));
    background-image: -moz-linear-gradient(#f28300, #ffa740);
    background-image: -ms-linear-gradient(#f28300, #ffa740);
    background-image: -o-linear-gradient(#f28300, #ffa740);
    background-image: linear-gradient(#f28300, #ffa740);
}

/* Pill button
   ========================================================================== */

.button.pill {
    border-radius: 50em;
}

/* Disabled button
   ========================================================================== */

.button.hidden {
    display: none;
}

.button.disable {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.button.disable:hover {
    opacity: 0.5;
    cursor: default;
    border-color: #ccc;
    border-bottom-color: #ccc;
    text-decoration: ccc;
    text-shadow: none;
    color: #666;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f9f9f9));
    background-image: -moz-linear-gradient(#f9f9f9, #f9f9f9);
    background-image: -o-linear-gradient(#f9f9f9, #f9f9f9);
    background-image: linear-gradient(#f9f9f9, #f9f9f9);
}

/*.button.hidden {*/
/*display: none;*/
/*}*/

/* Big button
   ========================================================================== */

.button.big {
    font-size: 14px;
    padding: 5px 30px;
}

.button.big.icon:before {
    top: 0;
}

/* =============================================================================
   Button groups
   ========================================================================== */

/* Standard group
   ========================================================================== */

.button-group {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.button + .button,
.button + .button-group,
.button-group + .button,
.button-group + .button-group {
    margin-left: 5px;
}

.button-group li {
    float: left;
    padding: 0;
    margin: 0;
}

.button-group .button {
    float: left;
    margin-left: -1px;
}

.button-group > .button:not(:first-child):not(:last-child),
.button-group li:not(:first-child):not(:last-child) .button {
    border-radius: 0;
}

.button-group > .button:first-child,
.button-group li:first-child .button {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button-group > .button:last-child,
.button-group li:last-child > .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Minor group
   ========================================================================== */

.button-group.minor-group .button {
    border: 1px solid #d4d4d4;
    text-shadow: none;
    background-image: none;
    background-color: #fff;
    text-decoration: none;
}

.button-group.minor-group .button:hover,
.button-group.minor-group .button:focus {
    background-color: #f5f5f5;
}

.button-group.minor-group .button:active,
.button-group.minor-group .button.active {
    background-color: #f28300;
}

.button-group.minor-group .button.icon:before {
    opacity: 0.8;
}

/* =============================================================================
   Button container (mixing buttons and groups, e.g., nav bar)
   ========================================================================== */

.button-container .button,
.button-container .button-group {
    vertical-align: top;
    text-decoration: none;
}

.button-container {
    overflow: hidden;
    margin: 0px;
}

.dialog_box_layer_wrap {
    width: 80px;
    height: 25px;
    position: fixed;
    _position: absolute;
    text-align: center;
    z-index: 65533;
    cursor: auto;
}

.hidden {
    display: none
}

.block {
    display: block
}

.dialog-loading {
    background: url("../images/load-32-32.gif") center center no-repeat;
    height: 130px;
    width: 400px;
}

.content-loading {
    height: 251px;
}

.content-loading, .content-loading {
    background: url("../images/load-32-32.gif") center center no-repeat;
    height: 300px;
}

.product-list {
    background: #fff;
    border: 1px solid #e9edee;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.product-list .list-title {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9edee;
    height: 40px;
    line-height: 40px;
    padding-left: 24px
}

.product-list .list-title .list-title-em {
    font-weight: bold;
    padding-right: 3px
}

.product-list .list-content {
    line-height: 40px;
    padding-left: 10px;
}

.product-list .list-content .list-content-em {
    font-weight: bold;
    padding-right: 3px
}

.product-list .list-content .category-title {
    margin: 3px 0 6px 15px;
    color: #000000;
    font-weight: bold;
}

.product-list ul {
    list-style: none;
    padding: 0;
    margin: 0 -1px -1px 0
}

.product-list ul li.product-item {
    padding: 10px;
    border-right: 1px solid #e9edee;
    border-bottom: 1px solid #e9edee;
    position: relative;
    float: left;
}

.product-list ul li.product-item .item-profile {
    width: 60px;
    height: 100px;
}

.product-list ul li.product-item .item-profile a {
    margin-bottom: 8px;
}

.product-list ul li.product-item .item-profile .item-icon {
    display: block;
    margin-right: 8px
}

.product-list ul li.product-item .item-profile .item-title {
    line-height: 1em
}

.product-list ul li.product-item .item-profile .item-title a {
    color: #333
}

.product-list ul li.product-item .item-profile .item-links {
    padding-left: 8px;
    line-height: 1em;
    display: none
}

.product-list ul li.product-item .item-profile .item-links a {
    color: #06C
}

.product-list ul li.product-item .item-profile .item-opts {
    margin-top: 20px;
    padding-left: 56px
}

.product-list ul li.product-item .item-profile .item-opts a {
    margin-right: 5px
}

.product-list ul li.product-item .item-record {
    height: 20px;
    position: absolute;
    top: 48px;
    right: 24px;
    text-align: right
}

.product-list ul li.product-item .item-record > span {
    vertical-align: top;
    display: inline-block
}

.product-list ul li.product-item .item-record .item-record-loading {
    display: inline-block;
    vertical-align: top;
    margin: 7px 10px 0 0
}

.product-list ul li.product-item .item-record .item-record-num {
    color: #0066cc;
    font-size: 30px;
    line-height: 30px
}

.product-list ul li.product-item .item-record .item-record-num .item-record-reload {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    height: 20px;
    color: #00a2c9
}

.product-list ul li.product-item .item-record .item-record-num .item-record-num-count:hover {
    color: #0066cc
}

.product-list ul li.product-item .item-record .item-record-unit {
    vertical-align: top
}

.product-list ul li.product-item:hover {
    background-color: #f9f9f9
}

.product-list ul li.product-item:hover .item-links {
    display: inline !important
}

.product-list p {

}

.product-list-notopen {
    margin: 20px 0;
    overflow: hidden
}

.product-list-notopen .product-col {
    padding: 10px;
    border-right: 1px solid #e9edee;
    margin-bottom: -10000px;
    padding-bottom: 10000px
}

.uibox {
    padding: 4px;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    background: #F0F0F0;
}

.uibox-inner {
    padding: 20px;
    background: #FFF;
}

.uitopb {
    padding: 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: url(../images/topb-bg.png) repeat-x;
}

.uitopb-header {
    height: 38px;
    border-bottom: 1px solid #CCC;
}

.uitopb-header h3 {
    padding: 12px 15px;
    height: 14px;
    color: #333;
    font-size: 14px;
    line-height: 14px;
}

.uitopb-border {
    border: 1px solid #CCC;
    border-top: 0;
}

.uitopb-bottom {
    border-bottom: 1px solid #CCC;
}

.uitopg {
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
    background: url(../images/topg-bg.png) repeat-x;
}

.uitopg .uitopg-title {
    margin: 0 0 5px;
    padding: 0 0 10px;
    border-bottom: 1px solid #E0E0E0;
    color: #333;
    font-size: 14px;
    *zoom: 1;
}

.uitopg .uitopg-title:after {
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}

.uitopg .uitopg-title .normalfont {
    font-size: 12px;
    font-weight: normal;
}

.dialog {
    padding: 10px 15px;
}

.ui-title {
    padding: 0 20px 10px;
    border-bottom: 1px solid #CCC;
    color: #333;
    font-size: 14px;
}

.uibox-10b {
    overflow: hidden;
    padding: 10px;
    border: 6px solid #EBEBEB;
}

.uib-header {
    padding: 0 0 15px 10px;
    border-bottom: 2px solid #666;
}

.uib-title {
    color: #333;
    font-size: 14px;
}

.form-wrap {
    font-size: 12px;
}

.form-wrap p.toptips {
    color: #666;
    padding: 5px 0 10px 0
}

.form-wrap .mr5 {
    margin-right: 5px !important;
}

.form-wrap .len1 {
    width: 60px !important;
}

.form-wrap .len2 {
    width: 120px !important;
}

.form-wrap .len3 {
    width: 180px !important;
}

.form-wrap .len4 {
    width: 240px !important;
}

.form-wrap .len5 {
    width: 300px !important;
}

.form-wrap .len6 {
    width: 360px !important;
}

.form-wrap fieldset, .form-wrap fieldset legend {
    border: none;
    margin: 0;
    padding: 0
}

.form-wrap .pb5 {
    padding-bottom: 5px !important;
}

.form-wrap input.ipt {
    font-size: 12px;
    color: #333;
    padding: 5px;
    width: 298px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px #f2f2f2 inset;
    margin-right: 10px;
    vertical-align: middle;
    color: #000;
}

.form-wrap p.tips {
    color: #999
}

.form-wrap fieldset legend {
    font-size: 14px;
    color: #666;
    font-weight: bold
}

.form-wrap fieldset {
    padding: 0 0 30px 0;
}

.form-wrap fieldset legend {
    padding: 0 0 15px 0;
}

.form-wrap dl.row {
    padding: 0 0 10px 115px;
    clear: both;
    overflow: hidden;
}

.form-wrap dl.row dt {
    float: left;
    width: 210px;
    font-size: 16px;
    color: #666;
    line-height: 27px;
    overflow: hidden;
    vertical-align: middle;
    text-align: right;
    height: 27px;
    font-weight: 100;
}

.form-wrap dl.row dt em {
    color: #f00;
}

.form-wrap dl.row dd {
    padding: 0 0 0 25px;
    float: left;
    min-width: 100px;
    line-height: 27px;
}

.form-wrap dl.row dd label {
    width: 100px;
    display: inline-block;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.inlineblock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.mg0 {
    margin: 0 !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
    margin-top:2px;
}

.mr20 {
    margin-right: 20px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.pd0 {
    padding: 0 !important;
}

.pd10 {
    padding: 10px !important;
}

.pd20 {
    padding: 20px !important;
}

.tgrey {
    color: #999 !important;
}

.torange {
    color: #F60 !important;
}

.tred {
    color: #F00 !important;
}

.tgreen {
    color: #3C0 !important;
}

.tblue {
    color: #06C !important;
}

.tblack {
    color: #333 !important;
}

.taleft {
    text-align: left !important;
}

.taright {
    text-align: right !important;
}

.tac, .tacenter {
    text-align: center !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs20 {
    font-size: 20px !important;
}

/*pub-1|2013-01-29 11:17:42*/
.flowsteps {
    min-width: 900px;
    height: 48px;
    margin: 0 auto 40px;
    *zoom: 1;
}

.flowsteps ol {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}

.flowsteps li {
    float: left;
    display: inline;
    height: 48px;
    font-size: 14px;
    line-height: 23px;
    color: #8b8b8b;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\9ED1\4F53", "\534E\6587\7EC6\9ED1";
    list-style: none;
    background: url(/images/T18mEDXn0fXXXUMwbr-5-3.png) repeat-x 0 13px;
}

.flowsteps .num3 li {
    width: 50%;
}

.flowsteps .num4 li, .flowsteps .num4 .last {
    width: 33.3%;
}

.flowsteps .num5 li, .flowsteps .num5 .last {
    width: 24.9%;
}

.flowsteps .num6 li, .flowsteps .num6 .last {
    width: 19.9%;
}

.flowsteps .last {
    width: auto !important;
    position: absolute;
    right: 0;
    background: #FFF;
}

.flowsteps span {
    float: left;
    width: auto;
}

.flowsteps .last span {
    width: 36px;
}

.flowsteps .first span {
    *width: 0;
    *white-space: nowrap;
}

.flowsteps em {
    position: relative;
    left: -50%;
    display: block;
    text-align: center;
}

.flowsteps li i {
    position: relative;
    left: -17px;
    display: block;
    width: 34px;
    height: 30px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    background: url(/images/T1zrgRXoFdXXbWsmfd-34-30.png) no-repeat 50% 50%;
}

.flowsteps .first i {
    width: 100%;
    margin: 0 auto;
}

.flowsteps .first i {
    *width: 34px;
}

.flowsteps .first i, .flowsteps .first em, .flowsteps .last i, .flowsteps .last em {
    left: 0;
}

.flowsteps .last i {
    margin: 0 auto;
    text-indent: -9999em;
    background: url(/images/T17JERXk0eXXbWsmfd-34-30.png) no-repeat 50% 50%;
}

.flowsteps a {
    color: #5185B6;
    text-decoration: underline;
}

.flowsteps .done {
    background-image: url(/images/T1QBARXXxcXXXUMwbr-5-3.png);
}

.flowsteps .done span i {
    background-image: url(/images/T1VAQRXoRaXXcSgITo-197-30.png);
}

.flowsteps .current, .flowsteps .current span {
    color: #ff6824;
}

.flowsteps .current span i {
    background-image: url(/images/T1sR3QXalfXXcSgITo-197-30.png);
}

.tabledv {
}

.tabledv table {
    width: 100%;
    color: #666;
}

.tabledv table th {
    background: #FFF url(/images/table-top-bg.png) repeat-x 0 100%;
    font-weight: normal;
    color: #333;
}

.tabledv table th,
.tabledv table td {
    padding: 8px 10px;
}

.tabledv table#productTables th, #tablesThead th.tacenter {
    padding:0 10px;
}

.tabledv table td {
    border-top: 1px solid #CCC;
}

.tabledv table .alt td {
    background: #F7F9FB;
}

.tabledv .cssSelect {
    margin: 0;
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left !important;
}

div.person span.tag {
    border: 1px solid #a5d24a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #cde69c;
    color: #638421;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;
}

div.person span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px;
}

.gallery-barcode > li {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.gallery-barcode > li > h4 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.pager_left {
    margin-left: 170px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
#setOperNodePage .row,
#editLocationPage .row {
    margin-right: 0;
}
.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.top160 {
    top: 160px;
}

/* ~~ 子页左侧菜单样式 ~~ */
/* ~~ 
#leftnav{position:absolute; width:158px; left:50px; top:120px; bottom:50px; background:url('../images/leftnav_bg.gif') repeat-y; overflow:hidden; border-left:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; border-top:1px solid #d5d5d5;}
 ~~ */
#lefttablenav {
    width: 204px;
    padding: 29px 0;
    float: left;
    /*background: url('../images/leftnav_bg_198.gif') repeat-y;*/
    overflow: hidden;
    border-right: 1px solid #ccc;
}

#lefttablenav {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}

#lefttablenav p {
    padding: 0px;
    line-height: 12pt;
}

#lefttablenav ul {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}

#lefttablenav li {
    clear: both;
}

#lefttablenav li.current {
    color: #666;
    background: #fff url('../images/leftnav_dot.gif') no-repeat;
    background-position: right;
}

#lefttablenav li a {
    color: #333;
    padding: 10px 10px;
    font-size: 10pt;
    border-top: 1px solid #ccc;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#lefttablenav li a:hover {
    color: #666;
    background-position: right;
    text-decoration: none;
    padding-right: 10px;
}

#lefttablenav .ico {
    display: block;
    width: 20px;
    float: left;
    padding: 12px 0;
    margin: 7px 10px 7px 15px;
}

#lefttablenav .group {
    background: url('../images/leftmenu_file.png') no-repeat left;
}

#lefttablenav .group_gray {
    background: url('../images/leftmenu_file_gray.png') no-repeat left;
}

#lefttablenav .share {
    background: url('../images/diy/share.png') no-repeat left;
}

#lefttablenav div {
    overflow: hidden;
    margin: 0px;
}

#lefttablenav div a {
    color: #333;
    padding: 10px 0;
    font-size: 10pt;
    font-weight: bold;
    border-top: 0px solid #ccc;
    text-decoration: none;
    display: block;
}

#lefttablenav div a:hover {
    color: #666;
    background-position: right;
    text-decoration: none;
}

#lefttablenav div input {
    line-height: 20px;
    width: 80px;
    vertical-align: middle;
    margin: 8px 0px 0px 0px;
}

#lefttablenav div .ico1 {
    display: block;
    width: 20px;
    float: left;
    padding: 12px 0;
    margin: -3px 10px 7px 15px;
}

#lefttablenav div dl {
    margin: 0px;
    display: block;
    clear: both;
    overflow: auto;
    border-top: 1px solid #ccc;
}

#lefttablenav div dl dt {
    float: left
}

/* ~~ 功能页内容样式 ~~ */
/* ~~ 
.content {min-width:750px; position:absolute; top:120px; right:50px; bottom:100px; left:220px;}
 ~~ */
.contenttable {
    min-width: 750px;
}

.contenttable_margin {
    margin: 10px 0 0 209px;
}

.contenttable_margin1 {
    margin: 10px 0 0 190px;
}

.contenttable a {
    text-decoration: none;
}

.contenttable a:hover {
    text-decoration: none;
}

.contenttable ul {
    _height: 1%;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    display: block;
}

.contenttable h1 {
    font-size: 12pt;
    color: #666;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 5px 10px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.contenttable h2 {
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 0;
    padding: 0 5px;
    line-height: 26px;
    border-bottom: 2px solid #999;
    color: #f28300;
}

.contenttable h2 span {
    font-size: 10pt;
    margin: 0px;
    padding: 0 10px;
    line-height: 26px;
    color: #666;
}

.contenttable h3 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 5px 15px;
    line-height: 20px;
    border-bottom: 2px solid #f28300;
}

.contenttable p {
    margin: 5px 0;
    padding: 0px;
    font-size: 11pt;
    word-spacing: 5pt;
}

.contenttable .serch {
    background: #ffffcb;
    border: 1px solid #ddd;
    padding: 10px;
}

.contenttable form {
    margin: 5px 0 0 0;
    font-size: 10pt;
}

.contenttable input {
    line-height: 20px;
    margin: 0px;
    vertical-align: middle;
}

.contenttable select, textarea {
    width: 190px;
    line-height: 20px;
    font-size: 10pt;
    padding: 2px 3px;
    margin: 0px;
    vertical-align: middle;
}

.contenttable label {
    text-align: right;
    width: 100px;
    font-size: 10pt;
    color: #666;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.maxwidth {
    margin: 5px 0 0 0;
}

.contenttable .ctrol {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 20px;
}

.contenttable h1 span {
    padding-left: 10px;
}

.contenttable h1 a {
    font-size: 10pt;
    color: #999;
    text-decoration: underline;
    font-weight: normal;
}

.contenttable h1 a:hover {
    color: #f28300;
    text-decoration: underline;
}

.contenttable ul form {
    margin: 10px 0 0 0;
    font-size: 10pt;
}

.contenttable ul input, select {
    line-height: 20px;
    padding: 2px 3px;
}

.contenttable ul select {
    font-size: 11pt;
    padding: 2px 3px;
}

.contenttable ul textarea {
    vertical-align: middle;
    width: 330px;
}

.contenttable ul fieldset {
    padding: 10px;
    margin: 10px 0;
    text-align: left;
    border: 1px solid #ccc;
    display: block;
}

.contenttable ul legend {
    font-size: 11pt;
    font-weight: bold;
    color: #f28300;
    padding: 0 10px;
}

.lefttablebar {
    margin: 0 0 0 220px;
}

/*CSS black style pagination 角色权限分页*/

div.blackFY {
    left: 220px;
    height: 28px;
    bottom: 10px;
    text-align: center;
    padding-top: 15px;
    width: 197px;
    font-size: 10pt;
    border-top: 0px;
}

div.blackFY a {
    border: #ccc 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #000000;
    text-decoration: none;
}

div.blackFY a:hover {
    border: #f28300 1px solid;
    color: #fff;
    background-color: #f28300;
}

div.blackFY A:active {
    border: #f28300 1px solid;
    color: #fff;
    background-color: #f28300;
}

div.blackFY SPAN.current {
    border: #f28300 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #f28300;
}

div.blackFY SPAN.disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}

div.detail_div {
    width: 350px;
    height: 100%;
    border-left: 1px solid #ccc;
    background-color: #fff;
    z-index: 10000;
    overflow: auto;
}

.detail_div_loc {
    position: absolute;
    top: 0;
    right:0;
}

.detail_div_loc_qp {
    position: absolute;
    top: 10%;
    left: 74%;
}

div.detail_div .sidebar_title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 280px;
    margin: 0px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-right: 0px;
    font-size: 10pt;
    line-height: 30px;
    background: url(../images/content_title.gif);
}

div.detail_div .nav {
    top: 5px;
    position: absolute;
}

div.detail_div .nav p {
    padding: 0px;
    line-height: 20pt;
    border-bottom: dashed thin #ccc;
}

div.detail_div .nav p img {
    padding-right: 5px;
    padding-left: 5px;
}

div.detail_div .chart_bar {
    top: 125px;
    position: absolute;
    width: 300px;
    height: 150px;
}

div.detail_div .line_base {
    top: 260px;
    position: absolute;
    width: 300px;
    height: 150px;
    margin-top: 10px;
}

div.detail_div .detail_footer {
    top: 390px;
    position: absolute;
    width: 300px;
}
div.detail_div .detail_bottom {
    top: 280px;
    position: absolute;
    width: 300px;
}

.x-column-header-text {
    white-space: nowrap;
    background-repeat: no-repeat;
    padding-right: 17px;
    background-position: right center;
}

.x-column-header-sort-ASC {
    background-image: url(/images/diy/sort_asc.png)
}

.x-column-header-sort-DESC {
    background-image: url(/images/diy/sort_desc.png)
}

.x-column-header-red-sort-ASC {
    background-image: url(/images/diy/sort_asc_red.png)
}

.x-column-header-red-sort-DESC {
    background-image: url(/images/diy/sort_desc_red.png)
}

.x-column-header-select {
    background-image: url(/images/diy/saixuan.png)
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.break {
    word-wrap: break-word;
    word-break: normal;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.clear-cross {
    position: absolute;
    top: 0;
    left: -35px;
    width: 35px;
    height: 42px;
    display: none;
    background: url(/images/app/clear.png) no-repeat center;
    -webkit-background-size: 16px;
    background-size: 16px;
    z-index: 2;
}


.imgNav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.imgNav > li {
    line-height: 80px;
    height: 80px;
    padding: 0;
    position: relative;
    float: left;
    margin-right: 10px;
}

.imgNav > li >a
{
		z-index:9999;
    		position: absolute;
    		top: 40px;
    		left: 20px;
}
.jeitem{
    margin: 0 !important;
}

#show_fee_manager_html tbody td{
	padding: 0 5px;
}
/* 按钮组滚动效果 */
.btnGroupScrollWrapper{
    position: relative;
    margin-right: 90px;
}
.btnGroupScrollWrapper a.arrow{
    padding: 0.5em 0.5em;
    position: absolute;
    top: 0;
    margin: 0!important;
    z-index: 80;
}
.btnGroupScrollWrapper a.arrow{
    user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}
.btnGroupScrollWrapper a.arrow.fir{
    /*box-shadow: 4px 1px 12px #ccc;*/
    left: 0;
}
.btnGroupScrollWrapper a.arrow.sec{
    /*box-shadow: -4px 1px 12px #ccc;*/
    right: 0;

}
#btnGroupScroll{
    /*margin: 0 23px;*/
}
#btnGroupScroll a.hover, #show_sign_detail_html .button:hover, .textareaWrapper span.button:hover{
    background-color: #f28300;
    background-image: none;
    color: #fff;
    border-color: #f28300;
}
#customBtn{
    cursor: pointer;
}
#btnCustomeWrapper{
    display: none;
    overflow: hidden !important;
    width: 400px;
    height: 400px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #000;
    overflow: auto;
    position: absolute;
    z-index: 1001;
    left: 50%;
    top:50%;
    margin-left: -200px;
    margin-top: -200px;
}
 #btnCustomeWrapper .header{
     background-color: #EBEBEB;
 }
#btnCustomeWrapper .filter{
    height: 302px;
    overflow: auto;
    padding: 15px 50px 0;
}
#btnCustomeWrapper .filter .listHead{
    margin-bottom: 8px;
}
#btnCustomeWrapper .filter .index,#btnCustomeWrapper .filter li .index{
    display: inline-block;
    margin-right: 20px;
    width: 40px;
    text-align: center;
}
#btnCustomeWrapper .filter .left{
    width: 60%;
}
#btnCustomeWrapper .filter .right{
    width: 30%;
}
#btnCustomeWrapper .filter li:nth-of-type(1){
    border-top: 2px solid #ccc;
}
#btnCustomeWrapper .filter li{
    line-height: 24px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
#btnCustomeWrapper .header{
    position: relative;
    line-height: 24px;
}
#btnCustomeWrapper h3{
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}
#btnCustomeWrapper .header .icon {
    font-style: normal;
    color: #4E5869;
    font-size: 13px;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 2px;
    cursor: pointer;
    text-indent: 0;
    margin: 10px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #333;
}

#btnCustomeWrapper .spot-bg{
    cursor: pointer;
    background-color: #ccc;
    width: 48px;
    height: 24px;
    border-radius: 24px;
    margin: 0 auto;
}
#btnCustomeWrapper .spot-bg.on{
    background-color: #f28300;
}
#btnCustomeWrapper .on .spot{
    left: 24px;
}
#btnCustomeWrapper .spot{
    position: relative;
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 19px;
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 19px;
}
#btnCustomeWrapper .operFooter{
    padding-top: 6px;
    border-top: 1px solid #aaa;
    width: 100%;
    margin: 0;
    font-size: 12px;
}
#btnCustomeWrapper .operFooter span{
    display: block;
    margin: 0 10px;
    float: right;
    color: #333;
    font-weight: bold;
    width: 50px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #ffffff;
}
.clearfix:after{
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.SettingOperNodePage_th_padding th{
    padding: 8px 10px!important;
}
#show_transferReceipt td input{
    margin: 5px 0;
}
#system_user_app_table td{
    padding-top: 10px;
}

/* 56默认按钮样式 */
.default-btn-56 { display: inline-block; margin-right: 4px; line-height: 18px; font-size: 12px; font-weight: normal; color: #444444; border-radius: 4px; border: 1px solid #dfdfdf; padding: 4px 12px; background-color: #fbfbfb; cursor: pointer; }
.default-btn-56:hover { opacity: 0.8; }
.default-btn-56.primary { color: #fff; border: 1px solid #f28300; background-color: #f28300; }
.default-btn-56.primary:hover { opacity: 0.8; }
.default-btn-56.disabled { background: #f8f8f8; border: 1px solid #dcdcdc; cursor: not-allowed; color: #bbbbbb; }
.default-btn-56.disabled:hover { cursor: not-allowed; }
.default-btn-56.primary.disabled { background: #f8f8f8; border: 1px solid #dcdcdc; cursor: not-allowed; color: #bbbbbb; }
.default-btn-56.primary.disabled:hover { cursor: not-allowed; }

/* 表单格式 */
.popup-dialog { position: relative; height: auto; padding: 6px 20px 0; box-sizing: border-box; }
.popup-dialog dl { font-size: 13px; padding: 6px 0; }
.popup-dialog.popup-dialog-col-2 dl { float:left; width: 50%; }
.popup-dialog.popup-dialog-col-3 dl { float:left; width: 33.33%; }
.popup-dialog dl.percent100 { width: 100%; }
.popup-dialog dl dt { float: left; min-width: 100px; color: #666666; text-align: right; line-height: 28px; }
.popup-dialog dl dt font { color: #e4281e; }
.popup-dialog dl dd { min-height: 28px; margin-left: 108px; }
.popup-dialog dl dd .ui-txt { display: block; width: 100%; padding: 3px 6px; line-height: 22px; box-sizing: border-box; }
.popup-dialog dl dd .ui-text { display: block; width: 100%; padding: 3px 6px; line-height: 18px; box-sizing: border-box; }
.popup-dialog dl dd .ui-select { display: block; width: 100%; height: 28px; line-height: 28px; box-sizing: border-box; }
.popup-dialog dl dd .ui-check { display: inline-block; width: 16px; height: 16px; line-height: 1; vertical-align: middle; margin-top: -3px; margin-left: 6px; border:1px solid #d3d3db; cursor: pointer; position: relative; border-radius: 4px; background: #fff; }
.popup-dialog dl dd .ui-check:after{ content:''; display: block; width: 16px; height: 16px;overflow: hidden; position: absolute; left: 0;top: 0; color:#fff; background: #447ae3; content: attr(data-text);
    -webkit-transition: all, .1s,ease-in-out;
    -moz-transition: all, .1s,ease-in-out;
    -o-transition: all, .1s,ease-in-out;
    transition: all, .1s,ease-in-out;
    -webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0);
}
.popup-dialog dl dd .ui-textarea { width: 100%; min-width: 100px; padding: 3px 6px; line-height: 24px; height: 78px; min-height: 78px; box-sizing: border-box; }
.popup-dialog dl dd .ui-label { display: inline-block; width: auto; line-height: 28px; }
.popup-dialog dl dd .ui-check:hover{ border-color:#447ae3; }
.popup-dialog dl dd .ui-check.check{ border-color:#447ae3; }
.popup-dialog dl dd .ui-check.check:after{ -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }

/* cookie 设置样式 start */
.optanon-show-settings-popup-wrapper { display: inline-block; vertical-align: top; }
.optanon-show-settings-popup-wrapper .optanon-show-settings-left, .optanon-show-settings-popup-wrapper .optanon-show-settings-right { display: none !important; }
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle { background: none !important; border: none !important; float: none; padding-top: 0 !important; color: #4E5869; text-decoration: underline; }
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings { font-size: 12px; color: #4E5869 !important; font-weight: normal !important; cursor: pointer;  }
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings:hover { color: #e46713 !important; text-decoration: underline; }
/* cookie 设置样式 end */

/* 预览图片 */
.viewer_imgs { cursor: pointer; color: #447ae3;}
.viewer_imgs:hover { opacity: 0.8; }
.viewer_imgs img { display: none; }

/* 默认弹窗样式 */
.dialog_default_container { display: none; margin-top: 10px; font-size:12px; }

.page_table_default_head { height: 40px; margin-top: 5px; }
.page_table_default_nodata { text-align: center; margin: 20px 0; }