/* Less 变量 */
/*红色*/
/*暗色*/
/*蓝色*/
/*黄色*/
/*橘色*/
/*绿色*/
/*灰色*/
/*黑色*/
/*红色*/
/*红色hover效果*/
/*蓝色*/
/*蓝色hover效果*/
/*黄色*/
/*黄色hover效果*/
/*橘色*/
/*橘色hover效果*/
/*绿色*/
/*绿色hover效果*/
/*灰色*/
/*淡红色*/
/*淡蓝色*/
/*淡橘色*/
/*淡绿色*/
/*淡灰色*/
/*边框用的灰色*/
/*th颜色*/
/*输入框颜色*/

p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #006fbc;
}

img {
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: 400;
}

input,
select:not(.ui-pg-selbox),
textarea {
  box-sizing: border-box;
  padding: 3px 5px;
  border: 1px solid #e4e4e4;
  font-size: 12px;
}

button {
  cursor: pointer;
  border: 0;
}

h5 {
  color: #403d3d;
  line-height: 30px;
}

.row {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.content10 {
  padding: 10px;
}
.contentBorder{
  padding: 10px;
  background-color: #fff;
}
.skin .box {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 0 !important;
  box-sizing: border-box;
}

.box {
  background-color: #fff;
  box-sizing: border-box;
  border-top:0 !important;
  overflow-y: auto;
}

.boxShadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 3px;
}

.titleCon {
  font-size: 16px;
  padding: 0 5px;
}

.infoCon {
  border-top: 0;
  margin-bottom: 10px;
}

.box-body {
  padding: 8px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.hide {
  display: none;
}
/*/
/////////////////////////////////////////*/
/*数字代表一行被分格成几列*/
.col1 {
  width: 100%;
  float: left;
}

.col2 {
  width: 50%;
  float: left;
}

.col2_4 {
  width: 40%;
  float: left;
}

.col2_6 {
  width: 60%;
  float: left;
}

.col2_3 {
  width: 30%;
  float: left;
}

.col2_7 {
  width: 70%;
  float: left;
}

.col3 {
  width: 33.3%;
  float: left;
}

.col4 {
  width: 25%;
  float: left;
}

.col5 {
  width: 33%;
  float: left;
}

.col6 {
  width: 16.6%;
  float: left;
}

.col7 {
  width: 14.2%;
  float: left;
}

.col8 {
  width: 12.5%;
  float: left;
}

.col9 {
  width: 11.1%;
  float: left;
}

.col10 {
  width: 10%;
  float: left;
}
/*页面加载*/
.loadingDiv {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: #f3f8ff;
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 10000;
}
/*/
/////////////////////////////////////////*/
/*按钮样式*/
.btnToggle {
  height: 30px;
}

.selectButton {
  background-color: #4bb4e9;
  color: #fff;
  width: 50px;
  height: 24px;
  padding: 0;
  margin-left: 5px;
}

.BigRadius {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.SmallRadius {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.blueButton,
.blueButton:link,
.blueButton:visited {
  background-color: #35a6d2;
  color: #fff;
  border: 1px solid #35a6d2;
  padding: 2px 25px;
}

.blueButton:active,
.blueButton:hover {
  background-color: #1a96c6;
  border: 1px solid #1a96c6;
}

.greenButton,
greenButton:link,
greenButton:visited {
  background-color: #1eb473;
  color: #fff;
  border: 1px solid #1eb473;
  padding: 2px 25px;
}

.greenButton:active,
.greenButton:hover {
  background-color: #0f965c;
  border: 1px solid #0f965c;
}

.redButton,
redButton:link,
redButton:visited {
  background-color: #d70000;
  color: #fff;
  border: 1px solid #d70000;
  padding: 2px 25px;
}

.redButton:hover,
redButton:active {
  background-color: #be0505;
  border: 1px solid #be0505;
}

.orangeButton,
.orangeButton:visited,
orangeButton:link {
  background-color: #ec841f;
  color: #fff;
  border: 1px solid #ec841f;
  padding: 2px 25px;
}

.orangeButton:active,
.orangeButton:hover {
  background-color: #d5700e;
  border: 1px solid #d5700e;
}

.grayButton {
  background-color: #bfc1c0;
  border: 1px solid #bfc1c0;
  color: #fff;
  padding: 2px 25px;
}

button.notAllowed {
  cursor: not-allowed;
}

input.notAllowed {
  cursor: not-allowed;
  background-color: #f2f1f1 !important;
}

.lightButton {
  background-color: #f3f3f3;
  color: #000;
  border: 1px solid #bfc1c0;
  padding: 2px 25px;
}

.gradientButton,
gradientButton:link,
gradientButton:visited {
  background: url('../img/icon/buttonBg.png');
  border: 1px solid #cdcdcd;
  padding: 2px 25px;
}

.gradientButton:hover,
gradientButton:active {
  background: url('../img/icon/buttonBgHover.png');
}

.btn-sm {
  padding: 2px 15px !important;
}

.iconButton {
  padding: 2px 15px;
}

.numButton {
  padding: 0 5px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.bcBlue {
  background-color: #35a6d2 !important;
  border: 0;
}

.bcGreen {
  background-color: #1eb473 !important;
  border: 0;
}

.bcRed {
  background-color: #d70000 !important;
  border: 0;
}

.bcOrange {
  background-color: #ec841f !important;
  border: 0;
}

.bcYellow {
  background-color: #f5ca30 !important;
  border: 0;
}

.bcGray {
  background-color: #bfc1c0 !important;
  border: 0;
}

.bcLightBlue {
  background-color: #f5f8fb !important;
  padding: 3px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bcLightBlue span {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0;
}

.bcLightGreen {
  background-color: #e6fbe6 !important;
  padding: 3px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bcLightGreen span {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0;
}

.bcLightRed {
  background-color: #fdf7f7 !important;
  padding: 3px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bcLightRed span {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0;
}

.bcLightOrange {
  background-color: #f8fad0 !important;
  padding: 3px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bcLightOrange span {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0;
}

.bcLightGray {
  background-color: #f2f1f1 !important;
  padding: 3px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bcLightGray span {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0;
}

.colorBlue {
  color: #1a96c6;
}

.colorGreen {
  color: #0f965c;
}

.colorRed {
  color: #9a0505;
}

.colorBigRed {
  color: #ff0000;
}

.colorOrange {
  color: #d5700e;
}

.colorGray {
  color: #bfc1c0;
}

.fontWeight {
  font-weight: 600;
}
/*/
/////////////////////////////////////////*/
/*默认高度，假如底部有fix 按钮，用来撑开高度*/
.nullHeigt {
  height: 50px;
}
/*/
/////////////////////////////////////////*/
/*用来撑开10px的间距*/
.marginTop {
  margin-top: 10px;
}

.marginBottom {
  margin-bottom: 10px;
}

.marginRight {
  margin-right: 10px;
}
/*/
/////////////////////////////////////////*/
/*按钮功能样式*/
.buttonBox {
  width: 100%;
  margin: 0 0 10px;
}

.buttonFix {
  position: fixed;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dfdfdf;
  margin-top: 0;
  bottom: 0;
  color: #000;
  text-align: center;
  padding: 8px 0;
}

.buttonCenter {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: 0;
  box-sizing: border-box;
  padding: 8px 0;
}
/*/
/////////////////////////////////////////*/
/*虚线分割*/
/*.line {*/
  /*width: 100%;*/
  /*height: 0;*/
  /*border-bottom: 1px dashed #b7b5b5;*/
  /*margin: 20px 0;*/
/*}*/
/*/
/////////////////////////////////////////*/
/*jqgriddi底部距离*/
.ui-jqgrid {
  margin-bottom: 10px;
}
/*/
/////////////////////////////////////////*/

.selfDialogBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon/selfDialogBg.png");
  z-index: 9999;
}

.textareaConStyle textarea {
  width: 800px;
  height: 490px;
  border: 0;
  background-color: #f7f5f2;
  padding-top: 10px;
}

.icon3D {
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.icon3D-search {
  background: url("../img/iconTheme/icon3D.png") 0 0;
}

.icon3D-add {
  background: url("../img/iconTheme/icon3D.png") -16px 0;
}

.icon3D-edit {
  background: url("../img/iconTheme/icon3D.png") -32px 0;
}

.icon3D-start {
  background: url("../img/iconTheme/icon3D.png") -48px 0;
}

.icon3D-disable {
  background: url("../img/iconTheme/icon3D.png") -64px 0;
}

.icon3D-export {
  background: url("../img/iconTheme/icon3D.png") -80px 0;
}

.icon3D-forbidden {
  background: url("../img/iconTheme/icon3D.png") -96px 0;
}

.icon3D-set {
  background: url("../img/iconTheme/icon3D.png") -112px 0;
}

.icon3D-submit {
  background: url("../img/iconTheme/icon3D.png") -128px 0;
}

.icon3D-home {
  background: url("../img/iconTheme/icon3D.png") -144px 0;
}

.icon3D-message {
  background: url("../img/iconTheme/icon3D.png") -160px 0;
}

.icon3D-lock {
  background: url("../img/iconTheme/icon3D.png") -176px 0;
}

.icon3D-print {
  background: url("../img/iconTheme/icon3D.png") -192px 0;
}

.icon3D-save {
  background: url("../img/iconTheme/icon3D.png") -208px 0;
}

.icon3D-cart {
  background: url("../img/iconTheme/icon3D.png") -224px 0;
}

.icon3D-forward {
  background: url("../img/iconTheme/icon3D.png") -240px 0;
}

.icon3D-back {
  background: url("../img/iconTheme/icon3D.png") -256px 0;
}

.icon3D-up {
  background: url("../img/iconTheme/icon3D.png") -272px 0;
  position: absolute;
  margin-left: 5px;
}

.icon3D-down {
  background: url("../img/iconTheme/icon3D.png") -288px 0;
  position: absolute;
  margin-left: 5px;
}

.icon3D-recall {
  background: url("../img/iconTheme/icon3D.png") -304px 0;
}

.icon3D-download {
  background: url("../img/iconTheme/icon3D.png") -320px 0;
}

.icon3D-return {
  background: url("../img/iconTheme/icon3D.png") -336px 0;
}

.icon3D-authorise {
  background: url("../img/iconTheme/icon3D.png") -352px 0;
}

.icon3D-noAuthorise {
  background: url("../img/iconTheme/icon3D.png") -368px 0;
}

.icon3D-log {
  background: url("../img/iconTheme/icon3D.png") -384px 0;
}

.icon3D-hospital {
  background: url("../img/iconTheme/icon3D.png") 0 -16px;
}

.icon3D-truck {
  background: url("../img/iconTheme/icon3D.png") -16px -16px;
}

.icon3D-product {
  background: url("../img/iconTheme/icon3D.png") -32px -16px;
}

.icon3D-government {
  background: url("../img/iconTheme/icon3D.png") -48px -16px;
}

.icon3D-drug {
  background: url("../img/iconTheme/icon3D.png") -64px -16px;
}

.icon3D-Medical {
  background: url("../img/iconTheme/icon3D.png") -80px -16px;
}

.icon3D-vaccine {
  background: url("../img/iconTheme/icon3D.png") -96px -16px;
}

.icon3D-value {
  background: url("../img/iconTheme/icon3D.png") -112px -16px;
}

.icon3D-base {
  background: url("../img/iconTheme/icon3D.png") -128px -16px;
}

.icon3D-trade {
  background: url("../img/iconTheme/icon3D.png") -144px -16px;
}

.icon3D-accounts {
  background: url("../img/iconTheme/icon3D.png") -160px -16px;
}

.icon3D-tender {
  background: url("../img/iconTheme/icon3D.png") -176px -16px;
}

.icon3D-supervise {
  background: url("../img/iconTheme/icon3D.png") -192px -16px;
}

.icon3D-interface {
  background: url("../img/iconTheme/icon3D.png") 0 -32px;
}

.icon3D-bargain {
  background: url("../img/iconTheme/icon3D.png") -16px -32px;
}

.icon3D-system {
  background: url("../img/iconTheme/icon3D.png") -32px -32px;
}

.icon3D-user {
  background: url("../img/iconTheme/icon3D.png") -48px -32px;
}

.icon3D-institutions {
  background: url("../img/iconTheme/icon3D.png") -64px -32px;
}

.icon3D-task {
  background: url("../img/iconTheme/icon3D.png") -80px -32px;
}

.icon3D-department {
  background: url("../img/iconTheme/icon3D.png") -96px -32px;
}

.icon3D-jobs {
  background: url("../img/iconTheme/icon3D.png") -112px -32px;
}

.icon3D-commonly {
  background: url("../img/iconTheme/icon3D.png") -128px -32px;
}

.icon3D-supplier {
  background: url("../img/iconTheme/icon3D.png") -144px -32px;
}

.icon3D-order {
  background: url("../img/iconTheme/icon3D.png") -160px -32px;
}

.icon3D-inventory {
  background: url("../img/iconTheme/icon3D.png") -176px -32px;
}

.iconBark {
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.iconBark-search {
  background: url("../img/iconTheme/iconBark.png") 0 0;
}

.iconBark-add {
  background: url("../img/iconTheme/iconBark.png") -16px 0;
}

.iconBark-edit {
  background: url("../img/iconTheme/iconBark.png") -32px 0;
}

.iconBark-start {
  background: url("../img/iconTheme/iconBark.png") -48px 0;
}

.iconBark-disable {
  background: url("../img/iconTheme/iconBark.png") -64px 0;
}

.iconBark-export {
  background: url("../img/iconTheme/iconBark.png") -80px 0;
}

.iconBark-forbidden {
  background: url("../img/iconTheme/iconBark.png") -96px 0;
}

.iconBark-set {
  background: url("../img/iconTheme/iconBark.png") -112px 0;
}

.iconBark-submit {
  background: url("../img/iconTheme/iconBark.png") -128px 0;
}

.iconBark-home {
  background: url("../img/iconTheme/iconBark.png") -144px 0;
}

.iconBark-message {
  background: url("../img/iconTheme/iconBark.png") -160px 0;
}

.iconBark-lock {
  background: url("../img/iconTheme/iconBark.png") -176px 0;
}

.iconBark-print {
  background: url("../img/iconTheme/iconBark.png") -192px 0;
}

.iconBark-save {
  background: url("../img/iconTheme/iconBark.png") -208px 0;
}

.iconBark-cart {
  background: url("../img/iconTheme/iconBark.png") -224px 0;
}

.iconBark-forward {
  background: url("../img/iconTheme/iconBark.png") -240px 0;
}

.iconBark-back {
  background: url("../img/iconTheme/iconBark.png") -256px 0;
}

.iconBark-recall {
  background: url("../img/iconTheme/iconBark.png") -272px 0;
}

.iconBark-download {
  background: url("../img/iconTheme/iconBark.png") -288px 0;
}

.iconBark-return {
  background: url("../img/iconTheme/iconBark.png") -304px 0;
}

.iconBark-authorise {
  background: url("../img/iconTheme/iconBark.png") -320px 0;
}

.iconBark-noAuthorise {
  background: url("../img/iconTheme/iconBark.png") -336px 0;
}

.iconBark-log {
  background: url("../img/iconTheme/iconBark.png") -352px 0;
}

.iconBark-hospital {
  background: url("../img/iconTheme/iconBark.png") 0 -16px;
}

.iconBark-truck {
  background: url("../img/iconTheme/iconBark.png") -16px -16px;
}

.iconBark-product {
  background: url("../img/iconTheme/iconBark.png") -32px -16px;
}

.iconBark-government {
  background: url("../img/iconTheme/iconBark.png") -48px -16px;
}

.iconBark-drug {
  background: url("../img/iconTheme/iconBark.png") -64px -16px;
}

.iconBark-Medical {
  background: url("../img/iconTheme/iconBark.png") -80px -16px;
}

.iconBark-vaccine {
  background: url("../img/iconTheme/iconBark.png") -96px -16px;
}

.iconBark-value {
  background: url("../img/iconTheme/iconBark.png") -112px -16px;
}

.iconBark-base {
  background: url("../img/iconTheme/iconBark.png") -128px -16px;
}

.iconBark-trade {
  background: url("../img/iconTheme/iconBark.png") -144px -16px;
}

.iconBark-accounts {
  background: url("../img/iconTheme/iconBark.png") -160px -16px;
}

.iconBark-tender {
  background: url("../img/iconTheme/iconBark.png") -176px -16px;
}

.iconBark-supervise {
  background: url("../img/iconTheme/iconBark.png") -192px -16px;
}

.iconBark-interface {
  background: url("../img/iconTheme/iconBark.png") 0 -32px;
}

.iconBark-bargain {
  background: url("../img/iconTheme/iconBark.png") -16px -32px;
}

.iconBark-system {
  background: url("../img/iconTheme/iconBark.png") -32px -32px;
}

.iconBark-user {
  background: url("../img/iconTheme/iconBark.png") -48px -32px;
}

.iconBark-institutions {
  background: url("../img/iconTheme/iconBark.png") -64px -32px;
}

.iconBark-task {
  background: url("../img/iconTheme/iconBark.png") -80px -32px;
}

.iconBark-department {
  background: url("../img/iconTheme/iconBark.png") -96px -32px;
}

.iconBark-jobs {
  background: url("../img/iconTheme/iconBark.png") -112px -32px;
}

.iconBark-commonly {
  background: url("../img/iconTheme/iconBark.png") -128px -32px;
}

.iconBark-supplier {
  background: url("../img/iconTheme/iconBark.png") -144px -32px;
}

.iconBark-order {
  background: url("../img/iconTheme/iconBark.png") -160px -32px;
}

.iconBark-inventory {
  background: url("../img/iconTheme/iconBark.png") -176px -32px;
}

.iconLight {
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.iconLight-search {
  background: url("../img/iconTheme/iconLight.png") 0 0;
}

.iconLight-add {
  background: url("../img/iconTheme/iconLight.png") -16px 0;
}

.iconLight-edit {
  background: url("../img/iconTheme/iconLight.png") -32px 0;
}

.iconLight-start {
  background: url("../img/iconTheme/iconLight.png") -48px 0;
}

.iconLight-disable {
  background: url("../img/iconTheme/iconLight.png") -64px 0;
}

.iconLight-export {
  background: url("../img/iconTheme/iconLight.png") -80px 0;
}

.iconLight-forbidden {
  background: url("../img/iconTheme/iconLight.png") -96px 0;
}

.iconLight-set {
  background: url("../img/iconTheme/iconLight.png") -112px 0;
}

.iconLight-submit {
  background: url("../img/iconTheme/iconLight.png") -128px 0;
}

.iconLight-home {
  background: url("../img/iconTheme/iconLight.png") -144px 0;
}

.iconLight-message {
  background: url("../img/iconTheme/iconLight.png") -160px 0;
}

.iconLight-lock {
  background: url("../img/iconTheme/iconLight.png") -176px 0;
}

.iconLight-print {
  background: url("../img/iconTheme/iconLight.png") -192px 0;
}

.iconLight-save {
  background: url("../img/iconTheme/iconLight.png") -208px 0;
}

.iconLight-cart {
  background: url("../img/iconTheme/iconLight.png") -224px 0;
}

.iconLight-forward {
  background: url("../img/iconTheme/iconLight.png") -240px 0;
}

.iconLight-back {
  background: url("../img/iconTheme/iconLight.png") -256px 0;
}

.iconLight-recall {
  background: url("../img/iconTheme/iconLight.png") -272px 0;
}

.iconLight-download {
  background: url("../img/iconTheme/iconLight.png") -288px 0;
}

.iconLight-return {
  background: url("../img/iconTheme/iconLight.png") -304px 0;
}

.iconLight-authorise {
  background: url("../img/iconTheme/iconLight.png") -320px 0;
}

.iconLight-noAuthorise {
  background: url("../img/iconTheme/iconLight.png") -336px 0;
}

.iconLight-log {
  background: url("../img/iconTheme/iconLight.png") -352px 0;
}

.iconLight-up {
  background: url("../img/iconTheme/iconLight.png") -368px 0;
}

.iconLight-down {
  background: url("../img/iconTheme/iconLight.png") -384px 0;
}

.iconLight-hospital {
  background: url("../img/iconTheme/iconLight.png") 0 -16px;
}

.iconLight-truck {
  background: url("../img/iconTheme/iconLight.png") -16px -16px;
}

.iconLight-product {
  background: url("../img/iconTheme/iconLight.png") -32px -16px;
}

.iconLight-government {
  background: url("../img/iconTheme/iconLight.png") -48px -16px;
}

.iconLight-drug {
  background: url("../img/iconTheme/iconLight.png") -64px -16px;
}

.iconLight-Medical {
  background: url("../img/iconTheme/iconLight.png") -80px -16px;
}

.iconLight-vaccine {
  background: url("../img/iconTheme/iconLight.png") -96px -16px;
}

.iconLight-value {
  background: url("../img/iconTheme/iconLight.png") -112px -16px;
}

.iconLight-base {
  background: url("../img/iconTheme/iconLight.png") -128px -16px;
}

.iconLight-trade {
  background: url("../img/iconTheme/iconLight.png") -144px -16px;
}

.iconLight-accounts {
  background: url("../img/iconTheme/iconLight.png") -160px -16px;
}

.iconLight-tender {
  background: url("../img/iconTheme/iconLight.png") -176px -16px;
}

.iconLight-supervise {
  background: url("../img/iconTheme/iconLight.png") -192px -16px;
}

.iconLight-interface {
  background: url("../img/iconTheme/iconLight.png") 0 -32px;
}

.iconLight-bargain {
  background: url("../img/iconTheme/iconLight.png") -16px -32px;
}

.iconLight-system {
  background: url("../img/iconTheme/iconLight.png") -32px -32px;
}

.iconLight-user {
  background: url("../img/iconTheme/iconLight.png") -48px -32px;
}

.iconLight-institutions {
  background: url("../img/iconTheme/iconLight.png") -64px -32px;
}

.iconLight-task {
  background: url("../img/iconTheme/iconLight.png") -80px -32px;
}

.iconLight-department {
  background: url("../img/iconTheme/iconLight.png") -96px -32px;
}

.iconLight-jobs {
  background: url("../img/iconTheme/iconLight.png") -112px -32px;
}

.iconLight-commonly {
  background: url("../img/iconTheme/iconLight.png") -128px -32px;
}

.iconLight-supplier {
  background: url("../img/iconTheme/iconLight.png") -144px -32px;
}

.iconLight-order {
  background: url("../img/iconTheme/iconLight.png") -160px -32px;
}

.iconLight-inventory {
  background: url("../img/iconTheme/iconLight.png") -176px -32px;
}

.textareaConStyle textarea {
  width: 800px;
  height: 490px;
  border: 0;
}
/*查询条件*/
.searchBox {
  background-color: #fff;
  margin-bottom: 10px;
}

.searchBox .searchBoxTitle {
  padding: 5px 10px;
  height: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.searchBox .searchBoxTitle .searchBoxText {
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #056488;
}

.searchBox .searchBoxTitle .searchBoxIcon {
  float: right;
  cursor: pointer;
  width: 12px;
  height: 10px;
  background: url("../img/icon/upIcon.png") no-repeat center center;
}

.searchBox .searchBoxTitle .searchBoxIcon.active {
  background: url("../img/icon/downIcon.png") no-repeat center center;
}

.searchBox .searchBody {
  padding: 5px 10px;
}

.searchBox th {
  font-weight: 400;
  text-align: right;
  width: 9%;
  color: #4e5051;
  padding: 6px;
}

.searchBox td {
  width: 14%;
}

.searchBox td input {
  width: 95%;
}

.searchBox td select {
  width: 95%;
}

.searchBox td label input {
  width: 10%;
  border: 0;
}

.searchBox td table {
  width: 95%;
}

.searchBox td table td {
  width: auto;
}

.searchBox td table td input {
  width: 100%;
}

.searchBox td table .selectButtonTd {
  width: 50px;
}

.searchBox .selectArea3 select {
  float: left;
  width: 31.4%;
  margin-right: 1px;
}

.searchBox .selectArea2 select {
  float: left;
  width: 47.3%;
  margin-right: 1px;
}

.searchBox .moreButton {
  display: block;
  width: 55px;
  height: 22px;
  text-align: left;
  float: right;
  cursor: pointer;
  background: url("../img/icon/moreDownIcon.png") no-repeat right;
}

.searchBox .moreUpButton {
  background: url("../img/icon/moreUpIcon.png") no-repeat right;
}

.updown {
  text-align: center;
}
/*/
/////////////////////////////////////////*/
/*表单样式*/
.tableStyle th {
  border: 1px solid #e4e4e4;
  padding: 6px;
  background-color: #fdfbfb;
  text-align: right;
  width: 16%;
  color: #464646;
}

.tableStyle .tableStyleTh {
  font-weight: 600;
  text-align: left;
  background-color: #fff;
}

.tableStyle td {
  border: 1px solid #e4e4e4;
  padding: 6px;
  background-color: #fff;
  width: 33%;
  color: #666666;
}

.tableStyle td input {
  width: 70%;
  background-color: #fdfbfb;
  margin-right: 5px;
}

.tableStyle td select {
  width: 70%;
  background-color: #fdfbfb;
  margin-right: 5px;
}

.tableStyle td textarea {
  width: 70%;
  margin-right: 5px;
}

.tableStyle td input[type="radio"] {
  width: 20px;
  border: 0;
  background-color: none;
}

.tableStyle td input[type="checkbox"] {
  width: 20px;
  border: 0;
  background-color: none;
}

.tableStyle td table {
  width: 70%;
  display: inline-table;
}

.tableStyle td table td {
  border: 0;
  padding: 0;
  width: auto;
}

.tableStyle td table td input {
  width: 100%;
}

.tableStyle td table .selectButtonTd {
  width: 50px;
}

.tableStyle td.selectArea3 select {
  float: left;
  width: 23.3%;
  margin-right: 1px;
}

.tableStyle td.selectArea2 select {
  float: left;
  width: 34.8%;
  margin-right: 1px;
}

.tableStyle td.colspan input {
  width: 88%;
}

.tableStyle td.colspan textarea {
  width: 88%;
}

.tableStyle td.colspan select {
  width: 88%;
}
/*表单只有一行*/
.oneline th {
  width: 6%;
}
/*/
/////////////////////////////////////////*/
/*表单中或查询条件中输入框与按钮的并排显示*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 70%;
}

.input-group input {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  border-right: 0;
  display: table-cell;
}

.input-group .input-group-btn {
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  padding: 2px 18px;
}
/*/
/////////////////////////////////////////*/
/*采购步骤*/
.shopStep {
  width: 100%;
  min-height: 75px;
  background: url("../img/icon/shopStepLine.png") repeat-x 0 22px;
}

.shopStep ul li {
  width: 16.2%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}

.shopStep ul li .stepNum {
  display: block;
  background-color: #bfc1c0;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  color: #fff;
  font-family: Arial;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 5px;
}

.shopStep ul li .stepCon {
  text-align: center;
  color: #676767;
}

.shopStep ul li .stepNumActive {
  background-color: #35a6d2;
}
/*/
/////////////////////////////////////////*/
/*需要有颜色背景来突出的内容*/
.icon20 {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/icon/checkIcon.png");
  float: left;
  margin-right: 5px;
}

.icon20Edit {
  background-position: 0 0;
}

.icon20Reply {
  background-position: -22px 0;
}

.icon20Notice {
  background-position: -44px 0;
}

.icon20Pass {
  background-position: -66px 0;
}

.icon20Info {
  background-position: -88px 0;
}

.noticeCon {
  background-color: #fdf7f7;
  border: 1px solid #e4e4e4;
  padding: 5px;
  color: #464646;
  border-radius: 3px;
  margin-bottom: 10px;
}

.noticeCon span {
  color: #be0505;
  font-size: 15px;
}

.noCheckCon {
  background-color: #fff;
  padding: 5px 7px;
  border: 1px solid #e4e4e4;
  font-size: 13px;
  line-height: 25px;
  border-top: 0;
  margin-bottom: 10px;
}

.noCheckCon li {
  list-style: decimal;
  color: #838282;
  margin-left: 20px;
}

.CheckCon {
  background-color: #fff;
  padding: 7px;
  border: 1px solid #dfdfdf;
  font-size: 13px;
}
/*/
/////////////////////////////////////////*/
/*订单详情-上下*/
.dingdanInfoCon {
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
  border-top: 0;
}

.dingdanInfoCon th {
  text-align: right;
  padding: 4px;
  width: 10%;
  min-width: 100px;
}

.dingdanInfoCon td {
  width: 20%;
}

.dingdanInfoCon td .adressName {
  float: left;
  display: inline-block;
}

.dingdanInfoCon td .adressIcon {
  width: 19px;
  height: 19px;
  background: url("../img/adressIcon.png");
  display: inline-block;
  margin-left: 15px;
  float: left;
}
/*/
/////////////////////////////////////////*/
/*订单详情-左右*/
.dingdanInfoTable {
  background-color: #fff;
  margin-bottom: 10px;
}

.dingdanInfoTable th {
  text-align: right;
  padding: 4px;
}

.dingdanInfoTable th.dingdanInfoTh {
  background-color: #f5f8fb;
  border-right: 1px solid #e4e4e4;
  font-size: 18px;
  text-align: left;
  width: 15%;
  min-width: 160px;
}

.dingdanInfoTable td {
  width: 20%;
}
/*/
/////////////////////////////////////////*/
/*图片资质样式*/
.zizhi {
  text-align: center;
  height: 220px;
  width: 223px;
  float: left;
  margin-right: 10px;
}

.zizhi .zizhi-header {
  width: 100%;
  background-color: #f5f8fb;
  height: 100px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.zizhi .zizhi-header input {
  float: left;
  margin: 5px;
}

.zizhi .zizhi-header .zizhi-img {
  width: 72px;
  height: 53px;
  margin: 0 auto;
  padding-top: 10px;
}

.zizhi .zizhi-header .zizhi-title {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 600;
  color: #08749E;
}

.zizhi .zizhi-edit {
  margin-top: 10px;
}

.zizhi .zizhi-edit th {
  text-align: right;
  width: 70px;
  font-size: 12px;
  padding: 3px;
  color: #666;
}

.zizhi .zizhi-edit td {
  text-align: left;
  font-size: 12px;
  padding: 3px;
}
/*/
/////////////////////////////////////////*/
/*tab标签切换*/
.perTab {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  border-top: 2px solid #e4e4e4;
}

.perTab li {
  float: left;
}

.perTab li a {
  display: block;
  padding: 0 50px;
  font-size: 15px;
  line-height: 37px;
  border-top: 3px solid #fff;
  color: #5f5c5c;
}

.perTab li a:hover {
  color: #1a96c6;
}

.perTab li a.perTabActive {
  color: #1a96c6;
  border-top: 3px solid #35a6d2;
  border-right: 1px solid #e4e4e4;
  border-bottom: 3px solid #fff;
  border-left: 1px solid #e4e4e4;
  margin-top: -2px;
}
/*/
/////////////////////////////////////////*/
/*权限设置*/
.perContent {
  background-color: #fff;
  padding: 10px;
}

.perContent .perHeader {
  width: 100%;
  border: 1px solid #e4e4e4;
  background-color: #f5f8fb;
  box-sizing: border-box;
}

.perContent .perHeader span {
  display: inline-block;
  padding: 6px;
  height: 18px;
  line-height: 18px;
}

.perContent .perHeader span .cheAllText {
  color: #9a0505;
  font-weight: 600;
}

.perContent .perDiv .perTable {
  border: 1px solid #e4e4e4;
  margin-top: -1px;
}

.perContent .perDiv .perTable tr {
  background-color: #fff;
}

.perContent .perDiv .perTable th {
  border-bottom: 1px solid #e4e4e4;
  font-weight: normal;
  padding: 6px;
}

.perContent .perDiv .perTable td {
  border-bottom: 1px solid #e4e4e4;
  font-weight: normal;
  padding: 6px;
}

.perContent .perDiv .perTable td label {
  margin-right: 10px;
}

.perContent .perDiv .perTable td .space {
  width: 25px;
  float: left;
  height: 10px;
}

.perContent .perDiv .perTable td .perTableLine {
  width: 9px;
  height: 19px;
  display: inline-block;
  background: url("../img/icon/treeLine.png");
  float: left;
  margin-right: 8px;
}

.perContent .perDiv .perTable td input {
  margin: 0 5px;
}

.perContent .perDiv .perTable td.perTableTd {
  width: 60px;
}

.perContent .perDiv .perTable td.perTableTd2 {
  width: 40%;
}
/*/
/////////////////////////////////////////*/
/*表单里面图片预览*/
.imgCon {
  float: left;
  padding: 5px;
}

.imgCon .img {
  width: 100px;
  height: 100px;
  background-color: #f2f1f1;
  border: 1px solid #e4e4e4;
  text-align: center;
}

.imgCon .img img {
  margin: 5px;
  vertical-align: middle;
  text-align: center;
}

.imgCon .imgText {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #969393;
}
/*/
/////////////////////////////////////////*/
/*首页图表样式*/
.companyEchart {
  width: 100%;
  height: 90px;
}

.companyEchart .companyEchart-icon {
  display: block;
  width: 90px;
  height: 90px;
  float: left;
}

.companyEchart .companyEchart-icon i {
  display: block;
  width: 45px;
  height: 45px;
  background-image: url('../img/icon/companyEchartIcon.png');
  margin-top: 22px;
  margin-left: 22px;
}

.companyEchart .companyEchart-icon .companyEchartIcon1 {
  background-position: 0 0;
}

.companyEchart .companyEchart-icon .companyEchartIcon2 {
  background-position: -45px 0;
}

.companyEchart .companyEchart-icon .companyEchartIcon3 {
  background-position: -90px 0;
}

.companyEchart .companyEchart-icon .companyEchartIcon4 {
  background-position: -135px 0;
}

.companyEchart .companyEchart-icon .companyEchartIcon5 {
  background-position: -180px 0;
}

.companyEchart .companyEchart-con {
  background-color: #fff;
  height: 90px;
}

.companyEchart .companyEchart-con span {
  display: block;
  margin-left: 100px;
  line-height: 30px;
}

.companyEchart .companyEchart-con .companyEchart-num {
  font-size: 25px;
  font-weight: 600;
  color: #4a4b4d;
}
/*/
/////////////////////////////////////////*/
/*弹出框的css $.HN.message.alert()*/
.close {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.text-success {
  color: #0f965c;
}

.text-info {
  color: #00a75a;
}

.text-warning {
  color: #d5700e;
}

.text-danger {
  color: #9a0505;
}

.text-Notice {
  color: #3c763c;
}

.h4,
h4 {
  font-size: 18px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-title,
span[aria-hidden="true"] {
  font-family: 'Microsoft YaHei', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-header button.close {
  position: absolute;
  right: 4px;
  top: 4px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 20px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*图标*/
.iconAlert {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: 2px;
  float: left;
  margin-right: 2px;
}

.iconSuccess {
  background: url("../img/icon/iconSuccess.png");
}

.iconError {
  background: url("../img/icon/iconError.png");
}

.iconInfo {
  background: url("../img/icon/iconInfo.png");
}

.iconWarn {
  background: url("../img/icon/iconWarn.png");
}

.iconNotice {
  background: url("../img/icon/iconNotice.png");
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*/
/////////////////////////////////////////*/
/*表单验证相关css*/
.false {
  color: #be0505;
}

.right {
  color: #1eb473;
}

input.false {
  border: 1px solid #be0505;
}

input.right {
  border: 1px solid #1eb473;
}
/*/
/////////////////////////////////////////*/
/*自定义多选框以及单选框样式*/
.mutli li,
.singleli li {
  float: left;
  margin-right: 6px;
}

.mutli input[type="checkbox"],
.singleli input[type="checkbox"] {
  display: inline-block;
  width: auto;
  border: 0;
}

.mutli label,
.singleli label {
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 3px 15px;
  border: 1px solid #eee;
  background-color: #fff;
  cursor: pointer;
  color: #006fbc;
  display: inline-block;
  margin-left: -25px;
}

.mutliArrow {
  border: solid 2px #1e99c7;
  padding: 2px 14px;
  background-color: #1d64b9 !important;
  color: #fff !important;
}
/*/
/////////////////////////////////////////*/
/* 1.1新增红点提示 */
b.update {
  color: #e4393c;
}

/* 遮罩层 开始 */
.wait_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  -webkit-opacity: .2;
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  filter:alpha(opacity=20);
  z-index: 99;
  font-size: 0;
}

.wait_warp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 0;
  text-align: center;
}

.wait_warp:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.wait_body {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  background: url("../img/load.gif") no-repeat;
}
/* 遮罩层 结束 */
