@charset "utf-8";
*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*{margin:0;padding:0;}
body{margin:auto;font-family:normal;font-size:12px;font-family:Arial,Microsoft yahei,宋体;}
.pr{position:relative;}
.pa{position:absolute;}
.db{display:block;}
select, input, button, button img, label {vertical-align: middle;}
img {border:0;}
i,em{font-style:normal;}
ol,ul,li {list-style:none;}
b{font-weight:normal;}
.odd{background:#fbfbfb;}
.even{background:#fbfbfb;}
.fb{font-weight:bold;}
.fl{float:left;}
.fr{float:right;}
.hr_1{height:1px;border-bottom:1px dotted #ccc;}
.red{color:#d80c18 !important;}
.gree{color:#0d9f24 !important;}
.orange{color:#ffad44 !important;}
.yellow{color:#e0b800 !important}
.bule{color:#0000ff;}
.oh{overflow:hidden; _zoom:1}
.tal{text-align:left !important;}
.tac{text-align:center;}
.tar{text-align:right;}
.dn{display:none}
.db{display:block}
.cb{clear:both}
.bg_color_0{background:#c8defa !important;}
.bg_color_1{background:#ffe7a6 !important;}
.bg_color_2{background:#aef6a9 !important;}
.bg_color_3{background:#cfd0ff !important;}
.bg_color_4{background:#eebcff !important;}
.bg_color_5{background:#ffbb9a !important;}
.bg_color_6{background:#ffc881 !important;}

.margin-t{margin-top:-10px;}
.margin-tb{margin-bottom:5px;margin-top:-10px;}

.td_red{background:#d80c18 !important; color:#fff;font-weight:800;}
.td_gree{background:#0d9f24 !important; color:#fff;font-weight:800;}
.td_orange{background:#ffc14d !important;color:#fff !important;}
/*
a:link,a.visit{color:#333;}
a:hover{text-decoration:underline;color:#C00;}
a:visited{color:#333;text-decoration:none;}*/

.header{width:100%;height:50px;line-height:50px;background:url(../Images/header_bg.jpg) repeat-x;min-width:1210px;overflow:hidden;}
.header .header_l{color:#fff;float:left;}
.header .header_l span{float:left;}
.header .header_l img{}
.header .header_l b{float:left;font-size:1.5em;}
.header .header_r{right:20px;top:2px;}
.header .header_r ul{}
.header .header_r li{float:left;margin:0 10px;color:#fff;cursor:pointer;text-decoration:underline;}

.menu{height:65px;background:url(../Images/menu_bg.jpg) repeat-x;border-bottom:1px solid #252525;min-width:1210px;}
.menu .menu_l{width:181px;height:65px;float:left;background:url(../Images/solid_menu_right.jpg) no-repeat right center;}
.menu .menu_r{height:65px;float:left;}
.menu .menu_r ul{}
.menu .menu_r li{float:left;color:#fff;background:url(../Images/solid_menu_right.jpg) no-repeat right center;width:80px;height:65px;font-size:12px;text-align:center;}
.menu .menu_r span{width:100%;text-align:center;display:block;padding-top:10px;}
.menu .menu_r .w98{width:110px;}
.menu .menu_r b{width:100%;text-align:center;height:30px;line-height:30px;letter-spacing:1px;}
.menu .menu_r .selected{background:#3a3d40 url(../Images/solid_menu_right.jpg) no-repeat right center;color:#82c9ee;font-weight:bold;}
.menu .menu_r a{display:block;text-decoration:none;color:#fff;}
.menu .menu_r a:hover{color:#fff;}

.menu_1{height:65px;background:url(../Images/menu_bg.jpg) repeat-x;border-bottom:1px solid #252525;min-width:1210px;}
.menu_1 .menu_l{width:181px;height:65px;float:left;background:url(../Images/solid_menu_right.jpg) no-repeat right center;}
.menu_1 .menu_r{height:65px;float:left;}
.menu_1 .menu_r ul{}
.menu_1 .menu_r li{float:left;color:#fff;background:url(../Images/solid_menu_right.jpg) no-repeat right center;width:80px;height:65px;font-size:12px;text-align:center;}
.menu_1 .menu_r span{width:100%;text-align:center;display:block;padding-top:10px;}
.menu_1 .menu_r .w98{width:100px;overflow:hidden;}
.menu_1 .menu_r b{width:100%;text-align:center;height:30px;line-height:30px;display:inline-block;letter-spacing:1px;word-wrap: break-word;white-space: nowrap;overflow:hidden;}
.menu_1 .menu_r .selected{background:#3a3d40 url(../Images/solid_menu_right.jpg) no-repeat right center;color:#82c9ee;font-weight:bold;}
.menu_1 .menu_r a{display:block;text-decoration:none;color:#fff;}
.menu_1 .menu_r a:hover{color:#fff;}

.container {
    float:left;
    width:100%;
    text-align:left;
    overflow:hidden; /* 截区超过.container标签之外的多余部分 */
    color:#545758;
    min-width:1210px;
}
.mainBox {
    float:left;
    width:100%;
    margin-bottom:-9999px; /* 负边距实现等高效果必须条件一 */
    padding-bottom:9999px; /* 负边距实现等高效果必须条件二 */
} /* 设置主要内容区域的外层div标签浮动，并将宽度设置为960px */
.mainBox .content {
    margin:0 0 0 180px;
    background-color:#fdfdfd;
} /* 设置主要内容区域的内层div标签外补丁并设置宽度为440px，留出空白的位置给左右两列 */
.subMainBox {
    height:560px;
    float:left;
    width:180px;
    margin-left:-100%;
    margin-bottom:-9999px; /* 负边距实现等高效果必须条件一 */
    padding-bottom:9999px; /* 负边距实现等高效果必须条件二 */
    background:#e4ebf4 url(../Images/subMainBox_bg.png) repeat-y right center;
} /* 将次要内容区域设置左浮动，并设置宽度为300px，负边距为左边的-960px */
.sideBox {
    float:left;
    width:180px;
    margin-left:-180px;
    margin-bottom:-9999px; /* 负边距实现等高效果必须条件一 */
    padding-bottom:9999px; /* 负边距实现等高效果必须条件二 */
    background-color:#666666;
} /* 将侧边栏设置左浮动，并设置宽度为200px，负边距为左边的-200px */
.subMainBox dl{width:180px;font-size:12px;margin-top:5px;}
.subMainBox dd{height:32px;line-height:32px;text-align:left;color:#545758;overflow:hidden;clear:both;padding-left:25px;border-width: 0 1px;margin:1px auto;}
.subMainBox .side_bg{background:#fdfdfd url(../Images/nav_bg.png) no-repeat left center;border-top:1px solid #d0d9df;border-bottom:1px solid #d0d9df;font-weight:800;}
.subMainBox .subMain_menu{color:#6682a7;font-size:14px;width:180px;margin:0 auto;height:20px;font-weight:800;overflow:hidden;margin-top:15px;letter-spacing:1px;padding-bottom:3px;}
.subMainBox .subMain_menu label{float:left;display:block;margin:10px;margin-top:5px;font-weight:bold;}
.subMainBox .subMain_menu span{float:right;display:block;margin:10px;margin-top:5px;}
.subMainBox dl a{color:#545758;text-decoration:none;width:150px;display:block;}
.subMainBox dl a:hover{color:#454545;}
.mainBox .content_menu{height:35px;background:#e6eef8;border-bottom:1px solid #bccbcf;padding-top:8px;}
.mainBox .content_menu .selected{background:#74787c;color:#fff;}
.mainBox .content_menu span{margin-top:6px;width:17px;height:17px;display:block;cursor:pointer;float:left;}
.mainBox .content_menu em{margin-left:6px;float:left;}
.mainBox .content_menu .dh_font{line-height:30px;padding-left:10px;font-size:15px;font-weight:blod;}
.showbar{background:url(../Images/icon02.png) no-repeat!important;}
.hidebar{background:url(../Images/icon01.png) no-repeat;}

.mainBox .content_qh li{margin-left:-2px !important;}
.mainBox .content_qh .selected{background:#74787c !important;color:#fff;}
.mainBox .content_rq{margin-top:8px;}
.mainBox .content_rq li{height:24px;line-height:24px;float:left;margin-left:5px;}
.mainBox .content_rq a {display:block;border: solid #bac0c7;border-width: 0 1px;text-decoration: none;outline:none;color: #787878;background:#f2f5f5 url(../Images/arrow_bg.png) repeat-x center bottom;}
.mainBox .content_rq a b {display: block;position:relative;top: -1px;left: 0;border:solid #bac0c7;border-width:1px 0 0;font-weight:normal;}
.mainBox .content_rq a b b { border-width:0 0 1px; top:2px; padding:0 6px;font-weight:800;display:block;}

.mainBox .content_add{margin-top:8px;}
.mainBox .content_add li{height:24px;line-height:24px;float:left;margin-left:5px;}
.mainBox .content_add a {display:block;border: solid #0476b4;border-width: 0 1px;text-decoration: none;outline:none;color: #fff;background:#50b9f2 url(../Images/add_bg.png) repeat-x center bottom;}
.mainBox .content_add a b {display: block;position:relative;top: -1px;left: 0;border:solid #0476b4;border-width:1px 0 0;font-weight:normal;}
.mainBox .content_add a b b { border-width:0 0 1px; top: 2px; padding:0 6px;font-weight:800;}
.mainBox .content_add a:hover,.mainBox .content .content_add a:hover b {background:#50b9f2 url(../Images/add_bg1.png) repeat-x center top;color:white;color:#fff;}

.mainBox .content_table{margin:10px;}
.mainBox .content_table .info_kuang input{width:60px !important;}
.mainBox .content_table th{background:#eaeaea;text-align:center;height:20px;padding-top:5px;padding-bottom:5px;color:#333;font-size:12px;}
.mainBox .content_table td{text-align:center;height:25px;line-height:20px;padding:2px 0}
.mainBox .content_table .td_input{width:100% !important;border:0;margin:0;padding:0;color:#545758;}
.mainBox .content_table .title_td{text-align:left;height:22px;padding-left:5px;font-weight:800;}
.mainBox .content_table .info input{height:28px;text-align:center;padding:0 2px;margin:0;}
.mainBox .content_table .wd60{width:50px;}
.mainBox .content_table .tdbg{background:#fafafa url(../Images/th_bg.jpg) repeat-x center top;}
.mainBox .content_table label{margin:auto 5px;}
.mainBox .content_table a{text-decoration:none;color:#0000ff;}
.mainBox .content_table a:hover{ color:#0000ff;text-decoration:underline; }
.mainBox .content_table .last {left: 0;padding: 1px;margin-left: 0;
overflow: hidden;
position: absolute;
top: 30px;
left: 0;
z-index: 50;
width: auto;
background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.mainBox .content_table .last li{width:100%;height: 25px !important;line-height: 25px !important;padding: 0;border-bottom: 1px dotted #ccc;font-size: 12px !important;}
.mainBox .content_table .last input{width: 20px !important;}

.keep {position:absolute;right:8px;top:4px;}
.keep_table{}
.keep a,.keep a:hover,.keep_table a,.keep_table a:hover{color:#fff !important;text-decoration:none !important;}
.back{box-sizing: content-box;
display: inline-block;
border: 1px solid #999999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 0;
padding: 0 10px;
width: auto;
height: 21px;
line-height: 21px;
font-size: 12px;
text-decoration: nonel;
cursor: pointer;
border-bottom-color: #858585;
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top,#fefefe,#e7e7e7);
background-image: -ms-linear-gradient(top,#fefefe,#e7e7e7);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#e7e7e7));
background-image: -webkit-linear-gradient(top,#fefefe,#e7e7e7);
background-image: -o-linear-gradient(top,#fefefe,#e7e7e7);
background-image: linear-gradient(top,#fefefe,#e7e7e7);
background-repeat: repeat-x;-webkit-box-shadow: #b3b3b3 0 1px 2px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#e7e7e7',GradientType=0);}
.btn{box-sizing: content-box;
display: inline-block;
border: 1px solid #0476b4;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 0;
padding: 0 10px;
width: auto;
height: 21px;
line-height: 21px;
font-size: 12px;
text-decoration: nonel;
cursor: pointer;
border-bottom-color: #02679d;
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top,#50b9f2,#148ece);
background-image: -ms-linear-gradient(top,#50b9f2,#148ece);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#50b9f2),to(#148ece));
background-image: -webkit-linear-gradient(top,#50b9f2,#148ece);
background-image: -o-linear-gradient(top,#50b9f2,#148ece);
background-image: linear-gradient(top,#50b9f2,#148ece);
background-repeat: repeat-x;-webkit-box-shadow: #b3b3b3 0 1px 2px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50b9f2',endColorstr='#148ece',GradientType=0);}
.btn:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-decoration: none;
background-color: #ededed;
background-image: -moz-linear-gradient(top,#148ece,#50b9f2);
background-image: -ms-linear-gradient(top,#148ece,#50b9f2);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#148ece),to(#50b9f2));
background-image: -webkit-linear-gradient(top,#148ece,#50b9f2);
background-image: -o-linear-gradient(top,#148ece,#50b9f2);
background-image: linear-gradient(top,#148ece,#50b9f2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#148ece',endColorstr='#50b9f2',GradientType=0);}


.confir a,.confir a:hover{color:#fff;text-decoration:none !important;}
.confir_dust{box-sizing: content-box;color: #a5a5a5 !important;
display: inline-block;text-shadow:0 1px 0 #fff;
border: 1px solid #bbbbbb;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 0;
padding: 0 10px;
width: auto;
height: 21px;
line-height: 21px;
font-size: 12px;
text-decoration: nonel;
cursor: pointer;
border-bottom-color: #bbbbbb;
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top,#f7f7f7,#cecece);
background-image: -ms-linear-gradient(top,#f7f7f7,#cecece);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#f7f7f7),to(#cecece));
background-image: -webkit-linear-gradient(top,#f7f7f7,#cecece);
background-image: -o-linear-gradient(top,#f7f7f7,#cecece);
background-image: linear-gradient(top,#f7f7f7,#cecece);
background-repeat: repeat-x;-webkit-box-shadow: #b3b3b3 0 1px 2px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#cecece',GradientType=0);}
.confir_btn{box-sizing: content-box;
display: inline-block;color:#fff !important;
border: 1px solid #346e93;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 0;
padding: 0 10px;
width: auto;
height: 21px;
line-height: 21px;
font-size: 12px;
text-decoration: nonel;
cursor: pointer;
border-bottom-color: #346e93;
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top,#65a4cf,#468fbc);
background-image: -ms-linear-gradient(top,#65a4cf,#468fbc);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#65a4cf),to(#468fbc));
background-image: -webkit-linear-gradient(top,#65a4cf,#468fbc);
background-image: -o-linear-gradient(top,#65a4cf,#468fbc);
background-image: linear-gradient(top,#65a4cf,#468fbc);
background-repeat: repeat-x;-webkit-box-shadow: #b3b3b3 0 1px 2px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65a4cf',endColorstr='#468fbc',GradientType=0);}
.confir_btn:hover {
-webkit-box-shadow: none;color:#fff !important;
-moz-box-shadow: none;
box-shadow: none;
text-decoration: none;
background-color: #ededed;
background-image: -moz-linear-gradient(top,#5e9fc7,#337ead);
background-image: -ms-linear-gradient(top,#5e9fc7,#337ead);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e9fc7),to(#337ead));
background-image: -webkit-linear-gradient(top,#5e9fc7,#337ead);
background-image: -o-linear-gradient(top,#5e9fc7,#337ead);
background-image: linear-gradient(top,#5e9fc7,#337ead);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e9fc7',endColorstr='#337ead',GradientType=0);}
.confir_add{box-sizing: content-box;
display: inline-block;color:#fff !important;
border: 1px solid #e09525;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 0;
padding: 0 10px;
width: auto;
height: 21px;
line-height: 21px;
font-size: 12px;
text-decoration: nonel;
cursor: pointer;
border-bottom-color: #ba7207;
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top,#f7d26c,#e5860b);
background-image: -ms-linear-gradient(top,#f7d26c,#e5860b);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#f7d26c),to(#e5860b));
background-image: -webkit-linear-gradient(top,#f7d26c,#e5860b);
background-image: -o-linear-gradient(top,#f7d26c,#e5860b);
background-image: linear-gradient(top,#f7d26c,#e5860b);
background-repeat: repeat-x;-webkit-box-shadow: #b3b3b3 0 1px 2px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d26c',endColorstr='#e5860b',GradientType=0);}
.confir_add:hover {color:#fff !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-decoration: none;
background-color: #ededed;
background-image: -moz-linear-gradient(top,#f0b94f,#e38306);
background-image: -ms-linear-gradient(top,#f0b94f,#e38306);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#f0b94f),to(#e38306));
background-image: -webkit-linear-gradient(top,#f0b94f,#e38306);
background-image: -o-linear-gradient(top,#f0b94f,#e38306);
background-image: linear-gradient(top,#f0b94f,#e38306);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b94f',endColorstr='#e38306',GradientType=0);}

.mainBox .content_table .select_0{border:0;background:#e1ebf9;margin-top:1px;}
.mainBox .content_table .select_1{margin-top:1px;font-size: 12px;}
.mainBox .content_table .info .select_2{border:0;background:#d6f2d4;margin-top:1px;}
.mainBox .content_table .info .select_3{border:0;background:#e3e4fa;margin-top:1px;}
.mainBox .content_table .info .select_4{border:0;background:#eed9f5;margin-top:1px;}
.mainBox .content_table .info .select_5{border:0;background:#f3d8cb;margin-top:1px;}
.mainBox .content_table .info .select_6{border:0;background:#f2ddc2;margin-top:1px;}

.mainBox .content_table .shenpi .selected{background:#959595 !important;color:#fff;padding-left:-2px;font-weight:none;}
.mainBox .content_table .shenpi{height:20px;text-align:center;margin:0 auto;}
.mainBox .content_table .shenpi ul{display:block;text-align:center;margin:0 auto;width:54px;}
.mainBox .content_table .among{width:34px;}
.mainBox .content_table .shenpi li{height:20px;width:20px;line-height:20px;float:left;margin-left:-2px;text-align:center;text-align:center;}
.mainBox .content_table .shenpi a {font-size:16px;display:block;border:1px solid #bac0c7;text-decoration: none;outline:none;color: #787878;background:#f2f5f5 url(../Images/arrow_bg.png) repeat-x center bottom;}
.mainBox .content_table .fbd{color:#333;font-weight:bold;}
.mainBox .content_table .middle{float:none !important;margin:0 auto !important;}
/********************报销**************************/
.mainBox .content_table .info{margin:10px auto 0;width:100%;zoom:1;}
.mainBox .content_table .info input{width:200px;height:20px;text-align:left;}
.mainBox .content_table .info select{height:24px;text-align:center;}
.mainBox .content_table .info strong{font-size:14px;font-weight:normal;}
.mainBox .content_table .info .info-submit{cursor: pointer;border: none;margin-left:10px;text-align:center;width: 59px;height: 23px;background: url(../Images/select_box.jpg) repeat-x;font-size: 14px;color: white;}
.mainBox .content_table .info ul{margin-left:8px}
.mainBox .content_table .info li{float:left;font-size:14px;height:30px;line-height:30px;;text-align:left;margin:0 3px;}
.mainBox .content_table .info b,.mainBox .content_table .info span{border-bottom:1px solid #a4a4a4;padding:0 5px;display:block;float:left;height:27px;line-height:30px;}
.mainBox .content_table .info b{font-weight:normal;border-bottom:none;padding:0;color:#111;}
/********************上传/下载**************************/
.mainBox .content_table .down_upload{overflow:hidden;}
.mainBox .content_table .down_upload ul{margin-bottom:10px;display:block;}
.mainBox .content_table .down_upload  b{border-bottom:1px solid #ccc;padding:0 10px;}
.mainBox .content_table .down_upload li{float:left;font-size:14px;margin-right:20px;text-align:left;}
.mainBox .content_table .down_upload .info-submit{cursor: pointer;border: none;text-align:center;width: 59px;height: 23px;background: url(../Images/select_box.jpg) repeat-x;font-size: 14px;color: white;}


/********************分页**************************/
.pages { height:25px; overflow:hidden; text-align:center; line-height:25px; font-family:Verdana;padding:10px auto;padding-bottom:10px;}
.pages a, .pages strong { margin:0 3px; color:#0000ff; padding:2px 6px; border:1px solid #d3d7dc; text-decoration:none!important; border-radius:2px;-webkit-border-radius:2px; }
.pages a:hover { border-color:#488fcd; }
.pages strong { border-color:#488fcd; background:#488fcd; color:#FFF; }
.pages .prev { padding:4px 6px 2px 20px!important; padding:4px 6px 0 20px; background:url(../Images/arrow_left.gif) no-repeat 9% 50%; font-family:simsun; }
.pages .next { padding:4px 20px 2px 6px!important; padding:4px 20px 0 6px; background:url(../Images/arrow_right.gif) no-repeat 91% 50%; font-family:simsun; }

/********************订单上传**************************/
.publicity{background:#ffffe1;border:1px solid #c6c6a8;color:#7e7e7d;height:24px;line-height:24px;padding:3px;padding-left:10px;margin:10px auto;width:99%;}
.regtab{font-size:14px;margin:0;padding:10px auto;overflow:hidden;float:left;margin-right:25px;}
.regtab_0{font-size:14px;overflow:hidden;float:left;}
.regtab_1{width:49%;font-size:14px;}
.regtab strong,.regtab_1 strong{font-weight:normal;color:#222 !important;float:left;line-height:22px;}
.regtab label,.regtab_1 label{width:50%;overflow:hidden;display:block;float:left;height:22px;line-height:23px;color:#888888;}

.ipt{padding: 4px 5px;border: #ABABAB 1px solid;box-shadow: 2px 2px 3px #EDEDED inset;font-size: 14px;text-align:left !important;border-radius: 3px;width:200px !important;color:#222;}
.btn_0{vertical-align: top;text-align:center;height:26px;line-height: 25px;padding: 0 8px;border: 1px solid #999;border-radius: 3px;cursor: pointer;background: url(../Images/btn_bg.png) repeat-x;}
.btn_1{vertical-align: top;color:#fff;font-weight:800;text-align:center;height:23px;line-height:22px;padding: 0 8px;border: 1px solid #f1760c;border-radius: 2px;cursor: pointer;background: url(../Images/add_btn.png) repeat-x;}
.sub{margin-top:10px;overflow:hidden;padding-bottom:10px;}

.reg{margin:10px auto;}
.nui-btn-text{border-radius:3px;color:#fff;border:1px solid #146700;background: url(../Images/reg_1.png) repeat-x;vertical-align: top;text-align: center;height: 26px;line-height: 25px;padding: 0 12px;cursor: pointer;}

.content_steps{width:99%;margin:10px auto 0;}
.content_steps .steps,.content_steps .steps_2,.content_steps .steps_3{width:100%;height: 88px;background: #f8f8f8;border: 1px solid #efefef;}
.step-1 ol{background-position:179px 0;}
.step-2 ol{background-position:179px -52px !important;}
.step-3 ol{background-position:179px -104px !important;;}
.steps ol{margin-top:12px; width:99%;height:52px;background:url(../Images/steps.png) no-repeat 179px 0;}
.steps li{display: inline;float: left;width: 33.3%;height: 35px;line-height: 35px;text-indent: -9999em;}

.step-1 ol{background-position:179px 0;}
.step-2 ol{background-position:179px -52px !important;}
.steps_2 ol{margin-top:12px; width:99%;height:52px;background:url(../Images/steps_1.png) no-repeat 179px 0;}
.steps_2 li{display: inline;float: left;width: 33%;height: 35px;line-height: 35px;text-indent: -9999em;}


.steps_3 ol{margin-top:12px; width:99%;height:52px;background:url(../Images/steps_3.png) no-repeat 179px 0;}
.steps_3 li{display: inline;float: left;width: 33%;height: 35px;line-height: 35px;text-indent: -9999em;}

/*adidas_group*/
.adidas_group .adidas_cr,.adidas_group .adidas_date,.adidas_group .adidas_yy{width:300px;line-height:25px;float:left;}
.adidas_group .adidas_cr{border-bottom:1px solid #000;}
.adidas_group .adidas_date,.adidas_group .adidas_yy{width:145px;text-align: right;}

.adidas_group{width:800px;height: auto;margin:10px auto 10px;clear:both;overflow: hidden;}
.adidas_group .adidas_logo{float: left;}
.adidas_group .adidas_txt{float: right;text-align: right;margin: 2px auto 10px;}
.adidas_group .adidas_txt span{font-size: 26px;color: #ccc;font-family:Arial,Microsoft yahei,宋体;}
.adidas_group .adidas_title{margin-top: 10px;}
.adidas_group .adidas_title span{margin-left: 3px;}
.adidas_group .adidas_title table{width: 100%;}
.adidas_group .adidas_title table td{padding:2px;background: #fff;line-height: 22px;}
/*.adidas_group .adidas_title .group_w{line-height: 25px;overflow: hidden;width: 49%;float:left;}
.adidas_group .adidas_title .group_w li{width: 100%;overflow: hidden;}
.adidas_group .adidas_title .group_w b{width:46px;display: block;float:left;}
.adidas_group .adidas_title .group_w span{float:left;}
.adidas_group .adidas_title .group_w label{width:200px;}*/

.adidas_group .adidas_t{width: 100%;}
.adidas_group .adidas_t dl{}
.adidas_group .adidas_t dd{float: left;width:110px;height: 25px;line-height: 25px;}
.adidas_group .adidas_t th{text-align: left;padding:8px 2px;background: #dfe3e8;font-size: 14px;}
.adidas_group .adidas_t td{padding: 2px;}
.adidas_group .adidas_t input{width: 80px;height: 22px;line-height: 22px;border: none;color: #000 !important;background: #dfe3e8;}

.adidas_group .explain{margin: 10px auto 20px;}
.adidas_group .explain li{line-height: 22px;font-size: 12px;margin-top: 3px;}

.adidas_group .seal{width:400px;line-height: 30px;font-style: oblique;font-size: 14px;overflow:hidden;}
.adidas_group .seal label{margin-left:100px;}
.adidas_group .remarks{border: 1px solid #808080;overflow: hidden;width:99%;}
.adidas_group .remarks i{font-weight: 800;line-height: 30px;}

/*adidas_genesis*/
.adidas_group .adidas_title h2{margin:5px auto 10px}
.adidas_group .ad_border{border:3px solid #dcdcdc;padding:5px;overflow: hidden;}
.adidas_group .ad_border h2{margin: 4px auto 10px;}
.adidas_group .ad_border th{text-align: left;padding:8px 2px;background: #dfe3e8;font-size: 14px;}
.adidas_group .ad_border td{padding: 2px;line-height: 25px;}
.adidas_group .ad_border p{line-height: 20px;padding: 5px;}
.adidas_group .ad_border .ad_qr{background-color: #f0f0f0;padding: 10px;}
.adidas_group .ad_border .ad_qr h3,.adidas_group .ad_border .ad_qr h4{width: 100%;text-align: center;font-size: 16px;line-height: 26px;}
.adidas_group .ad_border .

.adidas_genesis{border-bottom: 0;height: 50px;line-height: 50px;overflow: hidden;}
.total{margin:5px auto 0; width:780px;overflow:hidden;height:26px;}
.total .total_1{padding-right:2px;width:130px;height:26px;line-height:26px;font-weight: normal;}
.total .total_2{line-height:26px;font-size:14px;font-weight: 800;}
.total .total_3{width: 200px;display:block;line-height: 25px;font-weight: normal;border-bottom: 1px solid #222;height: 25px;text-align: left;}


/*login*/
.login_bg{width: 695px;margin:0 auto;padding-top: 20px;}
.login_bg .login_c{height: 245px;background: url(../Images/login_c.jpg) repeat-y ;}
.login_bg .login_foot{background:url(../Images/login_foot.jpg) no-repeat;width: 692px;height: 68px;text-align: center;color:#a6a6a6;}
.login_bg .login{width: 590px;border: 1px solid #e1e1e1;height: 200px;margin:0 auto;background: #f4f4f4;padding-left: 20px;}
.login_bg .login .login_use{float: left;margin-left:16px;margin-top:30px;overflow: hidden;}
.login_bg .login .login_use .login_name{line-height: 30px;font-size:14px;overflow: hidden;text-shadow:0 1px 0 #959595;}
.login_bg .login .hint{clear:left;color:#dd2026;width: 200px;margin:10px  auto auto 20px;display: inline-block;}
.login_bg .login .hint b{font-weight: 800;}
.login_bg .login .loginFormTdIpt{width: 200px;padding: 3px 3px 2px 4px;height: 36px;top: 0;left: 0;line-height: 32px;font-size: 14px;box-shadow: 1px 1px 2px #EDEDED inset;
font-weight: none;background-color: #ffffff;border: none;font-family: verdana;line-height: 17px;color: #222;border: 1px solid #dcdcdc;border-radius:2px;-webkit-border-radius:2px; }
.randomNoImg{margin-left: 10px;cursor:pointer;}
.login_submit{width:120px;margin-top: 60px;overflow: hidden;display: inline-block;float: left;margin-left: 20px;}
.login_submit .btn0{background-image: url(../Images/bg_v5.png);font-family: "Microsoft YaHei";font-size: 14px;text-shadow:0 1px 0 #002958;}
.login_submit .btn0{float: left;height: 42px;text-align: center;cursor: pointer;border: 0;padding: 0;display: inline-block;line-height: 30px;outline: 0;}
.login_submit .btn0-login {width: 83px;background-position: 0 0;color: #fff;}
.login_submit .btn0-login:hover{background-position: 0 -55px;}

/*信息管理 添加用户*/
.mainBox .content_table .info em{width: 14px;height: 14px;background: url(../Images/glb_v2.png) no-repeat;display: inline-block;margin:0 10px;}
.mainBox .content_table .info dd{margin-top: 20px;margin-left: 20px;border-bottom: 1px dotted #d3d3d3;width:96%;overflow: hidden;padding-bottom: 8px;}
.mainBox .content_table .info dd select{width: 158px;}
.mainBox .content_table .info .empic_answer{background-position: 0 0;}
.mainBox .content_table .info .empic_grind{background-position: -36px 0;}
.mainBox .content_table .info label{color:#dd2026;margin-right: 20px;margin-left: 2px;}
.mainBox .content_table .info i{width: 180px;display: inline-block;margin:0 auto 10px;}
.mainBox .content_table .loginFormCbx {width: 13px!important;height: 13px;padding: 0;overflow: hidden;margin: 0;}
.mainBox .content_table .info .txtmiddle{vertical-align: middle;padding: 0;}
.mainBox .content_table .info .loginFormSslText{font-family: simsun;color: #545758;margin-top: 10px;}
.mainBox .content_table .info  dd strong{margin-right: 5px;text-align: right;display: inline-block;width:120px;}
.mainBox .content_table .info .tj_btn{margin-left: 110px;margin-top: 20px;display: inline-block;width: 100%;}
.mainBox .content_table .info .tj_btn_bg{background-image: url(../Images/bg_v4.png);}
.mainBox .content_table .info .tj_btn_bg{float: left;height: 24px;text-align: center;cursor: pointer;border: 0;padding: 0;font-size: 12px;display: inline-block;vertical-align: baseline;line-height: 24px;outline: 0;}
.mainBox .content_table .info .tj_an{width: 70px;background-position: 0 0;color: #fff;}
.mainBox .content_table .info .tj_an:hover{background-position: 0 -33px;}
.mainBox .content_table .info .tj_fh{width: 70px;background-position: -77px 0;color: #555;margin-left: 20px;}
.mainBox .content_table .info .tj_fh:hover{background-position: -77px -33px;}

.mainBox .content_table .info s{text-decoration: none;font-weight: 700;font-size: 14px;margin:0 10px 0 0;padding-bottom: 2px;}

/*订单执行说明*/
.explain1{margin:10px;background: #ffffe0;border: 1px solid #f9dfb2;padding: 10px;}
.explain1 ol{}
.explain1 li{line-height: 22px;}

/*分辨率只适应*/
@media (min-width: 1210px){.subMainBox { height:1024px;} }
@media (min-width: 1440px){.subMainBox { height:1024px;} }
