@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body {
  font: 14px "Microsoft YaHei", "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #365895; }

ul, li, ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal; }

a {
  text-decoration: none; }

img {
  border: 0; }

button, input, .combobox, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

.ofh {
  overflow: hidden; }

.uhide {
  display: none !important; }

.preview-hide {
  display: none !important; }

.noborder {
  border: none !important; }

button, input, .combobox, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible;
  outline: none; }

button, select {
  text-transform: none; }

button, html input[type="button"], html [type="button"].combobox, input[type="reset"], [type="reset"].combobox, input[type="submit"], [type="submit"].combobox {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled], html [disabled].combobox {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner, .combobox::-moz-focus-inner {
  padding: 0;
  border: 0; }

.onfocus, input[type="text"]:focus, [type="text"].combobox:focus, input[type="search"]:focus, [type="search"].combobox:focus, input[type="number"]:focus, [type="number"].combobox:focus, input[type="password"]:focus, [type="password"].combobox:focus, textarea:focus {
  -webkit-box-shadow: 0 0 1px 0 #4b89fb;
  box-shadow: 0 0 1px 0 #4b89fb;
  outline: 0 none; }

input, .combobox {
  line-height: normal;
  min-height: 24px;
  outline: 0 none;
  border: 1px solid #CCC;
  background-color: #f7f7f7; }

input[type="checkbox"], [type="checkbox"].combobox, input[type="radio"], [type="radio"].combobox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, [type="number"].combobox::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, [type="number"].combobox::-webkit-outer-spin-button {
  height: auto; }

input[type="search"], [type="search"].combobox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, [type="search"].combobox::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, [type="search"].combobox::-webkit-search-decoration {
  -webkit-appearance: none; }

input::-ms-clear, .combobox::-ms-clear {
  display: none; }

textarea:focus {
  border: 1px solid #CCC; }

input:-webkit-autofill, .combobox:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
  background-image: none !important; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

.umar-tp10 {
  margin: 10px 0; }

.umar-tp20 {
  margin: 20px 0; }

.check_box {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block; }

.check_box > input, .check_box > .combobox {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0; }

.check_box > label {
  display: block;
  position: absolute;
  text-indent: -999px;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #DDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px; }

.check_box > label.checked {
  border-color: #CCC !important;
  background-image: url(./images/box_checked.png); }

.check_box > label:hover {
  border-color: #CCC; }

.check_radio {
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  display: inline-block; }

.check_radio > input, .check_radio > .combobox {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 3px; }

.check_radio > label {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #DDD;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; }

.check_radio > label.checked {
  border-color: #22ac38 !important;
  background-image: url(./images/radio_checked.png); }

.check_radio > label:hover {
  border-color: #CCC; }

.check_switch {
  position: relative;
  width: 50px;
  height: 30px;
  background-color: #FFF;
  border: 2px solid #DADADA;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px; }

.check_switch.on {
  background-color: #23DC23;
  border-color: #23DC23; }

.check_switch > label {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 28px;
  height: 28px;
  background-color: #FFF;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.check_switch > label.off {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2); }

.check_switch > label.on {
  -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2); }

.sim_combobox {
  position: relative;
  background-color: #FFF;
  border: 1px solid #CCC;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap; }

.sim_combobox.focus {
  border: 1px solid #98c8f0;
  -webkit-box-shadow: 0 0 2px 2px rgba(65, 135, 255, 0.3);
  box-shadow: 0 0 2px 2px rgba(65, 135, 255, 0.3); }

.sim_combobox > span {
  position: absolute;
  right: 0px;
  top: 0; }

.sim_combobox > span a {
  display: table-cell;
  height: 100%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.sim_combobox > span a > i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(./images/ui-icons.png);
  background-repeat: no-repeat; }

.sim_combobox > span a > i.down {
  background-position: -64px -16px; }

.sim_combobox > span a > i.remove {
  background-position: -80px -128px; }

.sim_combobox > span a.down {
  background-color: #CBE0FF; }

.sim_combobox > span a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.sim_combobox > input, .sim_combobox > .combobox {
  background-color: transparent;
  margin-left: 0px;
  padding: 0 5px;
  outline: none;
  border: 0;
  vertical-align: middle; }

.sim_combobox > input.trans, .sim_combobox > .trans.combobox {
  color: transparent; }

.sim_combobox > input:focus, .sim_combobox > .combobox:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.sim_combobox > input::-ms-clear, .sim_combobox > .combobox::-ms-clear {
  display: none; }

.sim_combobox > label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: text; }

.sim_combobox > label.empty {
  color: #888; }

.sim_combobox > label.warning, .sim_combobox > label .warning {
  color: #FF0000; }

.combobox {
  height: 34px;
  padding: 0; }

.combobox.focus {
  border: 1px solid #98c8f0;
  -webkit-box-shadow: 0 0 2px 2px rgba(65, 135, 255, 0.3);
  box-shadow: 0 0 2px 2px rgba(65, 135, 255, 0.3); }

.combobox > table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%; }

.combobox > table td {
  padding: 0;
  position: relative;
  text-align: center; }

.combobox > table td > input, .combobox > table td > .combobox {
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  width: 100%;
  height: 100%;
  outline: none !important; }

.combobox > table td > input.trans, .combobox > table td > .trans.combobox {
  color: transparent; }

.combobox > table td > input:focus, .combobox > table td > .combobox:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.combobox > table td > input::-ms-clear, .combobox > table td > .combobox::-ms-clear {
  display: none; }

.combobox > table td > label {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  line-height: 34px;
  display: block;
  text-align: left;
  cursor: text; }

.combobox > table td > label.focus {
  color: #888; }

.combobox > table td > label > span {
  color: #ff0000; }

.combobox > table td.icons {
  width: 20px; }

.combobox > table td.bg {
  width: 24px;
  background-color: #0E2D5F; }

.combobox > table td.bg i {
  color: #FFF; }

.combobox > table td i {
  color: #888;
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 32px; }

.combobox > table td i:hover {
  color: #1f8fe0; }

.defaultCombobox {
  position: absolute;
  z-index: 10000;
  min-width: 120px;
  display: none;
  border: 1px solid #DDD;
  padding: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px; }

.defaultCombobox:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 8px; }

.defaultCombobox:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 9px; }

.defaultCombobox .scontent {
  position: relative;
  height: 200px;
  overflow: hidden; }

.defaultCombobox .scontent .scroller {
  width: 100%; }

.defaultCombobox ul {
  overflow: hidden; }

.defaultCombobox ul > li {
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #DDD;
  color: #666;
  cursor: pointer; }

.defaultCombobox ul > li:last-child {
  border: 0; }

.defaultCombobox ul > li:hover {
  color: #333; }

.defaultCombobox ul > li.empty {
  color: #888; }

.defaultCombobox ul > li.active {
  color: #1f8fe0; }

.defaultCombobox ul > li.focus {
  background-color: #448aca;
  color: #FFF; }

.defaultCombobox ul > li input[type='checkbox'], .defaultCombobox ul > li [type='checkbox'].combobox {
  vertical-align: middle;
  margin-right: 10px; }

.slideCombobox {
  position: absolute;
  z-index: 100;
  min-width: 120px;
  display: none;
  border: 1px solid #DDD;
  padding: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px; }

.slideCombobox > ul {
  overflow: hidden; }

.slideCombobox > ul > li {
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #DDD;
  color: #666;
  cursor: pointer; }

.slideCombobox > ul > li:last-child {
  border: 0; }

.slideCombobox > ul > li:hover {
  color: #333; }

.slideCombobox > ul > li.empty {
  color: #888; }

.slideCombobox > ul > li.active {
  color: #1f8fe0; }

.icon-arrowdown {
  background-image: url(./images/arrow_down.png); }

.pw100 {
  width: 100%; }

.pw50 {
  width: 50%; }

.pw33-3 {
  width: 33.3%; }

.pw25 {
  width: 25%; }

.w20 {
  width: 20px !important; }

.w50 {
  width: 50px !important; }
  
.w60 {
  width: 60px !important; }

.w80 {
  width: 80px !important; }

.w100 {
  width: 100px !important; }

.w105 {
  width: 105px !important; }

.w110 {
  width: 110px !important; }

.w120 {
  width: 120px !important; }

.w125 {
  width: 125px !important; }

.w150 {
  width: 150px !important; }

.w160 {
  width: 160px !important; }

.w170 {
  width: 170px !important; }

.w180 {
  width: 180px !important; }

.w200 {
  width: 200px !important; }

.w220 {
  width: 220px !important; }

.w250 {
  width: 250px !important; }

.w300 {
  width: 300px !important; }

.w350 {
  width: 350px !important; }

.w400 {
  width: 400px !important; }

.w450 {
  width: 450px !important; }

.w500 {
  width: 500px !important; }

.w600 {
  width: 600px !important; }

.fl {
  float: left; }

.fr {
  float: right; }

.border-blue {
  border: 1px solid #bce8f1; }

.breadNav {
  height: 60px;
  line-height: 60px;
  color: #d5e1fe;
  font-size: 16px;
  background-color: #4b89fb;
  position: fixed;
  top: 84px;
  width: 100%;
  margin: 0 auto;
  z-index: 1000; }

.breadNav > .column {
  margin: 0 auto; }

.breadNav .fa {
  color: #81adfe; }
.nav-star .fa-star-o:hover,
.breadNav a {
  color: #81adfe; }

.breadNav a:hover {
  color: #FFF; }

.breadNav > div {
  height: 100%; }

.nav-star .fa-star-o{

}


/* 2016/5/16 zero tree start */
.hpa_tree .hide {
  display: none; }

.hpa_tree li > div:hover {
  color: red;
  background-color: #aaa; }

.hpa_tree span {
  display: inline-block; }

.hpa_tree .tree-pref {
  width: 1em; }

.hpa_tree i {
  display: inline-block;
  width: 19px; }

.hpa_tree i.open, .hpa_tree i.close {
  height: 100%;
  cursor: pointer; }

.hpa_tree i.open {
  background-size: 100% 100%;
  background-repeat: no-repeat\9;
  background-image: none\9;
  background-image: url(../images/open.png);
  -moz-border-image: url(../images/open.png) 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/open.png', sizingMethod='scale') \9; }

.hpa_tree i.close {
  background-size: 100% 100%;
  background-repeat: no-repeat\9;
  background-image: none\9;
  background-image: url(../images/close.png);
  -moz-border-image: url(../images/close.png) 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/close.png', sizingMethod='scale') \9; }

/* 2016/5/16 zero tree end */
/* 2016/5/17 zero window start */
html, body {
  width: 100%;
  height: 100%; 
}

.window-area {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  text-align: center;
  visibility: hidden; }

.window-area .window-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.window-area .window {
  display: inline-block;
  background-color: #FFF;
  position: relative;
  vertical-align: middle; }

.window-area .window .window-head {
  background-color: #77a1ee;
  color: #FFF;
  text-align: left;
  padding: 5px 10px;
  line-height: 40px;
  font-size: 16px;
  position: relative; }

.window-area .window .window-head > div {
  display: inline-block; }

.window-area .window .window-head .window-close {
  position: absolute;
  right: 15px;
  top: 17px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat\9;
  background-image: none\9;
  background-image: url(./images/wClose.png);
  -moz-border-image: url(./images/wClose.png) 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/wClose.png', sizingMethod='scale') \9;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.window-area .window .window-head .window-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.window-area .window .window-content {
  overflow: hidden;
  min-width: 120px;
  min-height: 90px;
  max-height: 500px;
  overflow-y: auto;
  text-align: left; }

.window-area .window .window-content .templateContainer, .window-area .window .window-content .unpassQuotation {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 400px;
  min-width: 400px; }

.window-area .window .window-content .templateContainer .content, .window-area .window .window-content .unpassQuotation .content {
  padding: 10px;
  overflow: hidden; }

.window-area .window .window-content .templateContainer .content .title, .window-area .window .window-content .unpassQuotation .content .title {
  padding: 10px 10px 10px 16px;
  position: relative; }

.window-area .window .window-content .templateContainer .content .title em, .window-area .window .window-content .unpassQuotation .content .title em {
  position: absolute;
  margin-top: 3px;
  color: #4b89fb;
  margin-left: 6px; }

.window-area .window .window-content .templateContainer .content textarea, .window-area .window .window-content .unpassQuotation .content textarea {
  padding-left: 16px;
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 1px solid #cecece;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  resize: none; }

.window-area .window .window-content ul {
  overflow: hidden; }

.window-area .window .window-content ul > li {
  border-bottom: 1px dashed #CCC;
  line-height: 35px; }

.window-area .window .window-content ul > li > div {
  display: inline-block;
  vertical-align: middle; }

.window-area .window .window-content .scroller {
  width: 100%; }

.window-area .window .btns {
  overflow: hidden;
  text-align: right;
  padding: 10px;
  background-color: #F8F8F8; }

.window-area .window .btns > button {
  margin-left: 10px;
  background-color: transparent;
  color: #888;
  padding: 5px 10px;
  width: 100px;
  line-height: 30px;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px; }

.window-area .window .btns > button.submit {
  background-color: #628aff;
  color: #FFF; }

.window-area .window-base {
  display: inline-block;
  width: 0;
  height: 100%;
  visibility: hidden;
  vertical-align: middle; }

/* 2016/5/17 zero window end */
/* 2016/5/18 zero organization start */
input, .combobox {
  outline: none; }

.organization-template {
  width: 400px;
  height: 600px;
  font-size: 16px; }

.organization-template .org-tmp-head {
  height: 68px;
  line-height: 68px;
  padding: 0 32px;
  text-align: right; }

.organization-template .org-tmp-head > * {
  display: inline-block; }

.organization-template .org-tmp-head .org-tmp-title {
  float: left;
  font-size: 16px; }

.organization-template .org-tmp-head .org-tmp-search {
  font-size: 16px;
  background-color: #FFF;
  border: 1px solid #b8b8b8; }

.organization-template .org-tmp-head .org-tmp-search-button {
  width: 13px;
  height: 13px;
  background-size: 100% 100%;
  background-repeat: no-repeat\9;
  background-image: none\9;
  background-image: url(../images/search-icon-small.png);
  -moz-border-image: url(../images/search-icon-small.png) 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/search-icon-small.png', sizingMethod='scale') \9; }

.organization-template .org-tmp-tree {
  height: 388px;
  overflow: auto;
  margin: 28px 0; }

.organization-template .org-tmp-tree li > div {
  height: 46px;
  line-height: 46px;
  padding: 0 32px; }

.organization-template .org-tmp-foot {
  height: 88px;
  text-align: right;
  padding: 28px 20px 0 0; }

.organization-template .org-tmp-foot button {
  width: 95px;
  height: 40px;
  display: inline-block;
  color: #FFF;
  border: 0px;
  margin-left: 8px; }

.organization-template .org-tmp-foot .confirm {
  background-color: #5e99d1; }

.organization-template .org-tmp-foot .close {
  background-color: #b8b8b8; }

/* 2016/5/18 zero organization end */
/*Upload**/
.upload-html4 {
  position: absolute;
  left: -10000px;
  top: -1000px; }

.upload-input {
  position: absolute;
  overflow: hidden; }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.15rem 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.btn:focus, .btn:hover {
  text-decoration: none; }

.btn.focus {
  text-decoration: none; }

.btn:active, .btn.active {
  background-image: none;
  outline: 0; }

.btn.disabled, .btn:disabled, fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65; }

a.btn.disaabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }

.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b; }

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #0275d8;
  border-color: #0275d8; }

.btn-primary.disabled:hover, .btn-primary:disabled:hover, fieldset[disabled] .btn-primary:hover {
  background-color: #0275d8;
  border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #CCC;
  border-color: #ccc; }

.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #b3b3b3;
  border-color: #adadad; }

.btn-secondary:hover {
  color: #373a3c;
  background-color: #b3b3b3;
  border-color: #adadad; }

.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none; }

.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #CCC;
  border-color: #ccc; }

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover, fieldset[disabled] .btn-secondary:hover {
  background-color: #CCC;
  border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2; }

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info.disabled:hover, .btn-info:disabled:hover, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641; }

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success.disabled:hover, .btn-success:disabled:hover, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316; }

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning.disabled:hover, .btn-warning:disabled:hover, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a; }

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger.disabled:hover, .btn-danger:disabled:hover, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }

.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }

.btn-primary-outline:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }

.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus, fieldset[disabled] .btn-primary-outline:focus, fieldset[disabled] .btn-primary-outline.focus {
  border-color: #43a7fd; }

.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover, fieldset[disabled] .btn-primary-outline:hover {
  border-color: #43a7fd; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }

.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc; }

.btn-secondary-outline:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc; }

.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus, fieldset[disabled] .btn-secondary-outline:focus, fieldset[disabled] .btn-secondary-outline.focus {
  border-color: white; }

.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover, fieldset[disabled] .btn-secondary-outline:hover {
  border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }

.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info-outline:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus, fieldset[disabled] .btn-info-outline:focus, fieldset[disabled] .btn-info-outline.focus {
  border-color: #b0e1ef; }

.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover, fieldset[disabled] .btn-info-outline:hover {
  border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }

.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success-outline:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus, fieldset[disabled] .btn-success-outline:focus, fieldset[disabled] .btn-success-outline.focus {
  border-color: #a3d7a3; }

.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover, fieldset[disabled] .btn-success-outline:hover {
  border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }

.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus, fieldset[disabled] .btn-warning-outline:focus, fieldset[disabled] .btn-warning-outline.focus {
  border-color: #f8d9ac; }

.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover, fieldset[disabled] .btn-warning-outline:hover {
  border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }

.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger-outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus, fieldset[disabled] .btn-danger-outline:focus, fieldset[disabled] .btn-danger-outline.focus {
  border-color: #eba5a3; }

.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover, fieldset[disabled] .btn-danger-outline:hover {
  border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled, fieldset[disabled] .btn-link {
  background-color: transparent; }

.btn-link, .btn-link:focus, .btn-link:active {
  cursor: pointer;
  border-color: transparent; }

.btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link:disabled:focus, .btn-link:disabled:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #818a91;
  text-decoration: none; }

.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 0.85rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, [type="submit"].btn-block.combobox, input[type="reset"].btn-block, [type="reset"].btn-block.combobox, input[type="button"].btn-block, [type="button"].btn-block.combobox {
  width: 100%; }

.ms-controller, .ms-important {
  visibility: hidden; }

.whiteColor {
  color: #FFF; }

.placeholderColor {
  color: #888; }

.blueBlock {
  background-color: #1f8fe0;
  color: #FFF;
  padding: 3px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px; }

em, i {
  font-style: normal; }

.tx-c {
  text-align: center; }

.noborder {
  border: none !important; }

.sysNotice {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000; }

.sysNotice div {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  filter: alpha(opacity=75); }

.sysNotice p {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
  color: #e60012; }

.wraper {
  width: 100%; }

.column {
  width: 1200px;
  margin: 0 auto;
  margin-top: 58px; 
  /* margin-bottom: 78px;  */ 
  /* by max 2021-9-7  imgTextModel信息条拉开 */
}

#header {
  border-bottom: 1px solid #DDD;
  height: 84px;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 1000; }

#header > .column {
  margin: 0 auto; }

#header .logo {
  margin-top: 26px; }

#header .logo img {
  height: 32px; }

#header .menu {
  background: #333;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 40px;
  line-height: 40px; }

#header .menu > ul {
  width: 1200px;
  margin: 0 auto; }

#header .menu > ul > li {
  width: 100px;
  float: left;
  text-align: center;
  font-weight: 800;
  color: #fff; }

#header .menu > ul > li:hover {
  color: orange; }

#header .fr {
  margin-top: 26px;
  width: 300px;
  text-align: right; }

#header .fr span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-left: 15px; }

#header .fr span.btn-search {
  background-image: url(./images/searchBtn.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 16px; }

#header .fr span.message {
  background-image: url(./images/img1.png);
  background-position: center center;
  background-size: 16px 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  background-color: #4b89fb;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 16px;
  position: relative; }

#header .fr span .message_num {
  position: absolute;
  min-width: 20px;
  max-width: 33px;
  height: 20px;
  font-weight: 700;
  color: red;
  background: #fff;
  border: 1px solid #ccc;
  top: -13px;
  left: 21px;
  line-height: 20px; }

#header .fr span.avatar {
  width: 36px;
  height: 36px;
  border-radius: 18px; }

#header .fr span.avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; }

#header .fr .icon {
  line-height: 40px;
  text-align: left;
  font-size: 24px;
  margin-left: -5px; }

.searchContainer {
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 1; }

.searchContainer .searchKey {
  margin: 5px auto;
  height: 25px;
  max-width: 150px;
  padding: 10px 20px;
  background-color: #1f8fe0;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px; }

#footer {
  margin: 35px 0;
  color: rgba(255, 255, 255, 0.5); }

#footer .copyright {
  text-align: center; }

#windowMask {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #666;
  display: none; }

#windowMask .contents {
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  overflow: hidden; }

#windowMask .blackBg {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30); }

#windowMask .column {
  width: 880px;
  padding-top: 80px; }

#windowMask .inputContainer {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 15px 20px; }

#windowMask .inputContainer > div {
  font-size: 32px; }

#windowMask .inputContainer .left {
  float: left;
  color: #b0d4ff; }

#windowMask .inputContainer .right {
  float: right;
  background-color: #b0d4ff;
  color: #FFF;
  width: 40px;
  height: 40px;
  font-size: 24px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; }

#windowMask .inputContainer .right:hover {
  background-color: #35506f; }

#windowMask .inputContainer .input {
  position: absolute;
  width: 720px;
  height: 240px;
  left: 60px;
  font-size: 24px;
  color: #333; }

#windowMask .inputContainer .input input, #windowMask .inputContainer .input .combobox, #windowMask .inputContainer .input label {
  position: absolute;
  width: 98%;
  height: 45px;
  border: 0;
  text-align: center;
  line-height: 45px; }

#windowMask .inputContainer .input input, #windowMask .inputContainer .input .combobox {
  background: transparent;
  outline: none; }

#windowMask .inputContainer .input input:focus, #windowMask .inputContainer .input .combobox:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

#windowMask .inputContainer .input label {
  color: #CCC;
  cursor: text; }

#windowMask .noResult {
  overflow: hidden;
  margin: 15px 0;
  text-align: center;
  display: none; }

#windowMask .searchList {
  width: 100%;
  max-height: 500px;
  margin: 20px auto;
  background-color: #666;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px; }

#windowMask .searchList ul li {
  line-height: 40px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  cursor: pointer; }

#windowMask .searchList ul li:hover {
  background-color: #CCC; }

#windowMask .searchResult {
  overflow: hidden;
  padding: 10px;
  min-height: 400px;
  border-top: 1px solid #DDD;
  display: none; }

#windowMask .searchResult > h3 {
  line-height: 35px;
  padding: 0 20px;
  font-size: 12px;
  overflow: hidden; }

#windowMask .searchResult .tabs {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 20px; }

#windowMask .searchResult .tabs > ul {
  padding-top: 8px;
  overflow: hidden;
  line-height: 30px; }

#windowMask .searchResult .tabs > ul > li {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  cursor: pointer; }

#windowMask .searchResult .tabs > ul > li.active, #windowMask .searchResult .tabs > ul > li:hover {
  color: #1f8fe0;
  border-bottom: 2px solid #00b3ee; }

#windowMask .searchResult .tabs > p {
  line-height: 35px; }

#windowMask .searchResult .searchContainer {
  overflow: hidden;
  height: 450px;
  position: relative; }

#windowMask .searchResult .searchContainer .scroller {
  width: 100%; }

#windowMask .searchResult .searchContainer .lists {
  margin-bottom: 20px;
  padding: 0 20px;
  min-height: 100px !important; }

#windowMask .searchResult .searchContainer .lists > h3 {
  line-height: 30px;
  border-bottom: 1px solid #DDD; }

#windowMask .searchResult .searchContainer .lists > div {
  padding: 10px 0; }

#windowMask .searchResult .searchContainer .lists > div > div {
  display: inline-block;
  vertical-align: top; }

#windowMask .searchResult .searchContainer .lists > div > div.img {
  width: 80px; }

#windowMask .searchResult .searchContainer .lists > div > div.img > img {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

#windowMask .searchResult .searchContainer .lists > div > div > div {
  line-height: 30px; }

#windowMask .searchResult .searchContainer .lists > div > div > div.title {
  color: #00b3ee; }

#windowMask .searchResult .searchContainer .lists > div > div > div.title > div {
  display: inline-block;
  vertical-align: middle; }

.normal_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%; }

.normal_table td {
  position: relative;
  overflow: hidden;
  vertical-align: top; }

.list_table, .grid_table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFF;
  /*tbody tr td > div > span{
      padding:4px;
      display: block;
  }
  input[type="text"],.list_table select{
      width:99%;
      font-size:11px;
      border:1px solid #bce8f1;
      padding:5px;
      height:22px;
      background-color: $whiteColor;
  }*/ }

.list_table tr.selected, .grid_table tr.selected {
  background-color: #9fddfc !important; }

.list_table thead tr th, .grid_table thead tr th {
  background: #89b3ff none repeat scroll 0 0;
  border: 1px solid #a1c2ff;
  color: #fff;
  padding: 5px;
  font-weight: normal;
  height: 45px;
  vertical-align: middle; }

.list_table thead tr td, .grid_table thead tr td {
  border: 1px solid #e9eeff;
  color: #829ab4;
  padding: 5px;
  height: 44px;
  vertical-align: middle; }

.list_table tbody tr td, .grid_table tbody tr td {
  border: 1px solid #e9eeff;
  color: #829ab4;
  padding: 10px;
  height: 44px;
  vertical-align: middle; }

.list_table tbody tr td > a, .grid_table tbody tr td > a {
  color: #4b89fb; }

.list_table tbody tr td > a:hover, .grid_table tbody tr td > a:hover {
  color: #1f8fe0; }

.list_table tbody tr:nth-of-type(even), .grid_table tbody tr:nth-of-type(even) {
  /*background-color:#f5f5f5*/ }

.grid-title {
  background: #BCE8F1;
  height: 40px;
  line-height: 40px;
  color: #3A87AD;
  padding-left: 20px;
  font-size: 16px; }

.data_grid {
  overflow: hidden; }

.data_grid > div {
  float: left;
  position: relative;
  height: 100%;
  overflow: hidden; }

.data_grid .scrollContainer {
  height: 100%;
  z-index: 1; }

.paginationText {
  line-height: 40px;
  /*border:1px solid #bce8f1;
    overflow:hidden;
    background-color: #F8F8F8;
    font-size:12px;
    color:#3a87ad;
    .opts{
        float:left;
        select, input{
            border:1px solid #bce8f1 !important;
            padding: 2px;
        }
        input[type="text"]{
            width:25px;
            text-align: center;
            background-color: $whiteColor;
        }
    }
    table{
        border-collapse: collapse;
        border-spacing: 0;
        td{
            padding:5px;
        }
    }

    .pagination-btn-separator {
        height: 18px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #fff;
    }
    i{
        background-image: url('images/pagination_icons.png');
        background-repeat: no-repeat;
        background-position: 0 center;
        display: inline-block;
        width: 16px;
        height: 16px;
        padding:9px;
        line-height: 18px;
        border-radius:5px;
        border:1px solid #F8F8F8;
        cursor:pointer;
        &:hover{
            border:1px solid #CCC;
            background-color: #FFF;
        }
        &.pagination-prev{
            background-position: -16px center;
        }
        &.pagination-next{
            background-position: -32px center;
        }
        &.pagination-last{
            background-position: -48px center;
        }
        &.pagination-reload{
            background-position: -64px center;
        }
    }
    .pagenum{
        float:right;
        line-height: 25px;
        padding:5px;
    }*/ }

.paginationText .selectPages {
  float: left;
  background-color: #FFF; }

.paginationText .selectPages > span {
  width: 80px;
  color: #888;
  text-align: center;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #EEE transparent #EEE transparent;
  cursor: pointer; }

.paginationText .selectPages > span.active {
  border-color: #7aa5fc !important;
  background-color: #7aa5fc;
  color: #FFF; }

.paginationText .selectPages > span:first-child {
  border-color: #EEE transparent #EEE #EEE;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.paginationText .selectPages > span:last-child {
  border-color: #EEE #EEE #EEE transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.paginationText .listPage {
  float: right;
  line-height: 30px;}
  /* margin: 5px 0;  */

.paginationText .listPage > div {
  float: left;
  overflow: hidden; }

.paginationText .listPage > div span {
  float: left;
  width: 36px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #EEE;
  cursor: pointer;
  /* background-color: #FFF; */
  /* color: #7aa5fc;  */
  border-top: none;
  border-bottom: none;
}

.paginationText .listPage > div span:hover, .paginationText .listPage > div span.active {
  color: #111; }

.paginationText .listPage > div span.disabled {
  color: #CCC; }

.paginationText .listPage  .totalPage {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.paginationText .listPage > div .last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* 2020-3-23 14:38:47 by max 修改 分页控件 */

.leftPagePart{
  float: left!important;
}
.rightPagePart{
  float: right;
  padding: 0 10px;
  height: 32px;
  line-height: 30px;
}
.leftPagePart,.rightPagePart{
  background-color:rgba(255, 255, 255, .9); 
  border-radius: 4px;
  border:1px solid #fff;
  margin-top: 5px;
  overflow: hidden;
}
.fa-angle-double-right{
  margin-left: -1px;
}
.rightPagePart > span{
  display: inline-block;
}
.rightPagePart > span:nth-child(1){
    border-right: 1px solid rgba(222, 210, 206, .6);
    padding-right: 10px;
}
.totalPage{
  padding: 0 10px;
  border-radius: 4px 0 0 4px;
}
.rightPagePart select,
.numPageInput,.rightPagePart input{
  display: inline;
  border-radius: 4px;
}
.totalWrap{
  margin-right: 30px;
}
.totalPage,
.numPage{

  padding: 0 5px;
  margin-left: none;
}
.numPage input,
.numPage input, .rightPagePart select,
.rightPagePart .jumperInput{
  width: 50px;
  padding: 2px 3px;
  margin: 0 5px;
  height: 24px;
  text-align: center;
  border: 1px solid #ded2ce;
}
.rightPagePart .jumperSelect{
  width: 80px;
  opacity:100;
  height: 26px;
  margin: 2px 5px 0;
  position:unset;
  color: #333!important;
}

.rightPagePart .jumperSelect option{
  border: none; 
  font-size: 14px;
  color: #333!important;
  outline: none;
}
.rightPagePart .jumperSelect option::aftter{
  background-color: #a1c2ff
}
。.rightPagePart .jumperSelect .optionLi,
.rightPagePart .jumperSelect option:hover{
  border: 1px solid #a1c2ff;
  background-color: #a1c2ff!important;
}
.paginationText{
  color:#646464;
}
.logoColor{
  color: #365895;
}
.totalSize{ 
   padding:  0 5px;
  }
/*  page end */
.scroller {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

.comboboxList {
  z-index: 10000;
  border: 1px solid #CCC;
  background: #FFF; }

.comboboxList ul {
  overflow: hidden; }

.comboboxList ul li {
  border-bottom: 1px solid #DDD;
  padding: 10px 5px;
  font-size: 12px;
  cursor: pointer; }

.comboboxList ul li:last-child {
  border: 0px; }

.comboboxList ul li:hover {
  background-color: #d9edf7; }

.border-all {
  border: 1px solid #ddd; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-t {
  border-top: 1px solid #ddd; }

.c-orange {
  color: orange; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.els {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.fz20 {
  font-size: 20px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt48 {
  margin-top: 48px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.fb {
  font-weight: bold; }

.cl {
  clear: both; }

.ml10 {
  margin-left: 10px; }

.ml25 {
  margin-left: 25px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.c6 {
  color: #666; }

.c6 b {
  color: #000; }

.ptb10 {
  padding: 10px 0; }

.form-input {
  width: 100%; }

.form-input ul {
  margin: 0 auto; }

.form-input ul li {
  float: left;
  width: 50%;
  padding: 0 0 20px 10px; }

.form-group {
  margin-bottom: 15px; }

.form-group > div > span.btn {
  line-height: 20px !important; }

label {
  display: inline-block;
  max-width: 100%; }

.main {
  overflow: hidden; }
 body>.main{
  padding-bottom:70px;
 }

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 80%; }

*::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input-group {
  display: inline-table;
  vertical-align: middle; }

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
  width: 80%; }

.input-group-addon {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
  width: 19%;
  float: right; }

.icon_download {
  width: 16px;
  height: 16px;
  background: url(./images/icon_download.png) center no-repeat;
  display: inline-block; }

#memerBar {
  margin: 25px 0; }

#memerBar > div {
  min-height: 200px;
  background-color: #FFF;
  border-top: 8px solid #4b89fb;
  padding: 20px 15px;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 1, 1, 0.08);
  box-shadow: 2px 2px 3px 0 rgba(0, 1, 1, 0.08); }

#memerBar .companyLogo {
  float: left;
  margin-right: 20px;
  width: 120px; }

#memerBar .companyLogo > span {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  display: block; }

#memerBar .companyLogo > span > img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; }

#memerBar .content {
  float: left;
  width: 1000px;
  font-size: 14px; }

#memerBar .content > dl {
  line-height: 30px;
  margin-bottom: 10px; }

#memerBar .content > dl > dt {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle; }

#memerBar .content > dl > dd {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px; }

#memerBar .content > div {
  overflow: hidden; }

#memerBar .content > div > div {
  float: left;
  width: 45%; }

#memerBar .content > div > div:last-child {
  border-left: 1px solid #bbb;
  padding-left: 100px; }

#memerBar .content > div > div .icons {
  width: 24px;
  height: 24px;
  background-image: url(./images/member-icons.png);
  background-repeat: repeat;
  margin-right: 10px; }

#memerBar .content > div > div .icons.avatar {
  background-position: 0 0; }

#memerBar .content > div > div .icons.tel {
  background-position: -24px 0; }

#memerBar .content > div > div .icons.email {
  background-position: -48px 0; }

#memerBar .content > div > div > dl {
  overflow: hidden;
  margin: 10px 0;
  color: #888;
  height: 24px;
  line-height: 24px; }

#memerBar .content > div > div > dl > dd > span {
  display: inline-block;
  vertical-align: middle; }

#memerBar .content > div > div > dl #serviceCityList > span {
  color: #4b89fb;
  cursor: pointer; }

.userInfoWin > div {
  background-color: #FFF;
  padding: 10px; }

.userInfoWin .logo {
  float: left;
  width: 120px; }

.userInfoWin .logo > span {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  display: block; }

.userInfoWin .logo > span > img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; }

.userInfoWin .rightContent {
  margin-left: 120px;
  font-size: 14px; }

.userInfoWin .rightContent > .title > ul {
  font-size: 14px;
  color: #363636;
  list-style: none; }

.userInfoWin .rightContent > .title > ul > li {
  border: none;
  float: left;
  margin-right: 15px; }

.userInfoWin .rightContent > .title > ul > li > .name {
  font-size: 16px; }

.userInfoWin .rightContent > ul {
  overflow: hidden;
  margin-top: 5px;
  color: #a3a3a3; }

.userInfoWin .rightContent > ul > li {
  border: none !important;
  float: left;
  width: 49.5%;
  word-break: break-all; }

.dots, .searchdots, .userdots {
  height: 14px;
  width: 14px;
  position: relative;
  cursor: pointer;
  background: url(./images/prevent.png) left center no-repeat;
  /*margin-top:2px!important;*/
  margin-top: -3px !important; }

.dots:hover, .searchdots:hover, .userdots:hover {
  background: url(./images/prevent-hover.png) left center no-repeat; }

.userdots {
  margin-top: 2px !important; }

.recordContent .formTabs .tab > div a {
  color: #666; }

.recordContent .empty {
  padding: 20px;
  color: #888; }

.recordContent .logList {
  padding: 15px; }

.recordContent .seriveContent {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #EEE; }

.recordContent .seriveContent:last-child {
  border: 0; }

.recordContent .seriveContent > img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 50%; }

.recordContent .seriveContent > ul {
  height: 50px;
  margin: 5px 0 10px;
  display: inline-block;
  vertical-align: top; }

.recordContent .seriveContent > ul > li {
  line-height: 35px;
  color: #888; }

.recordContent .seriveContent > ul > li > p {
  float: left;
  margin-right: 10px; }

.recordContent .seriveContent > ul > li i {
  float: left;
  font-style: normal;
  margin-left: 10px; }

.hyTip {
  display: none;
  position: absolute;
  z-index: 10000;
  background-color: #FFF;
  border: 1px solid #DDD;
  min-width: 100px;
  min-height: 150px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px; }

.hyTip .userList {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px; }

.hyTip .userList > div {
  overflow: hidden; }

.hyTip .userList > div > div {
  display: inline-block;
  vertical-align: top; }

.hyTip .userList > div > div.img {
  width: 60px;
  height: 60px; }

.hyTip .userList > div > div.img > img {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.hyTip .userList > div > div .role {
  margin-right: 5px;
  display: inline-block; }

.hyTip .userList > div > div .role > a {
  color: #888; }

.hyTip .userList > div > div .role > a:hover {
  color: #00b3ee; }

.hyTip .userMsg {
  margin: 0 10px; }

.hyTip .userMsg > div {
  line-height: 35px;
  cursor: pointer; }

.hyTip .userMsg > div:hover {
  color: #00b3ee; }

.hyTip .userMsg > div > i {
  color: #888;
  margin-right: 10px; }

.hyTip .userMsg > div > em {
  background-color: red;
  color: #FFF;
  border-radius: 10px;
  font-size: 6px;
  padding: 1px 5px; }

.loading {
  margin-right: 10px;
  background: #fff url("./images/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628; }

.zoomImage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  visibility: hidden; }

.zoomImage .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7); }

.zoomImage .content {
  display: inline-block;
  background-color: #FFF;
  position: relative;
  vertical-align: middle; }

.zoomImage .content.zoomIn {
  animation: zoomIn 0.5s ease 0s;
  -webkit-animation: zoomIn 0.5s ease 0s;
  -ms-animation: zoomIn 0.5s ease 0s; }

.zoomImage .content.zoomOut {
  animation: zoomOut 0.5s ease 0s;
  -webkit-animation: zoomOut 0.5s ease 0s;
  -ms-animation: zoomOut 0.5s ease 0s; }

.zoomImage .content > img {
  min-width: 50px; }

.zoomImage .content > a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 10px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF; }

.zoomImage > span {
  display: inline-block;
  width: 0;
  height: 100%;
  visibility: hidden;
  vertical-align: middle; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); } }

.loadingMore {
  margin: 10px auto 0px auto;
  width: 200px;
  color: white;
  cursor: pointer; }

.loadingPage {
  overflow: hidden;
  padding: 15px 0;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  line-height: 30px; }

.loadingPage > span {
  background: url(./images/loading_small.gif) left center no-repeat;
  padding-left: 30px; }

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10001; }

#back-to-top > img {
  width: 100%;
  height: 100%; }

#dropdown-menu {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #DDD;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 1000; }

#dropdown-menu > h3 {
  padding: 0 15px;
  line-height: 40px;
  background-color: #89b3ff;
  font-size: 14px;
  color: #fff;
  position: relative; }

#dropdown-menu > h3 > a {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: url(./images/wClose.png) center no-repeat; }

#dropdown-menu .content {
  overflow: hidden;
  position: relative; }

#dropdown-menu .content .scroller {
  width: 100%; }

#dropdown-menu .content .scontainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

#dropdown-menu .content .buttons {
  padding: 12px;
  text-align: right;
  background-color: #f8f8f8; }

#dropdown-menu .content .buttons > button {
  margin: 0 5px;
  background-color: transparent;
  color: #628aff; }

#dropdown-menu .content .buttons > button:first-child {
  background-color: #628aff;
  color: #FFF; }

table.contractList {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 10px;
  width: 100% !important;
  overflow: hidden;
  font-size: 12px; }

table.contractList tr:last-child > td {
  border: 0; }

table.contractList tr > td {
  border-bottom: 1px solid #EEE;
  line-height: 20px;
  color: #888;
  padding: 10px;
  word-wrap: break-word; }

table.contractList tr > td > div {
  margin-right: 10px; }

table.contractList tr > td span {
  /*margin-left:10px;*/
  line-height: 30px; }

table.contractList tr > td a {
  color: #6195FB; }

table.contractList tr > td a:hover {
  color: #1f8fe0; }

table.contractList tr > td button {
  background-color: #89b3ff;
  color: #fff; }

table.contractList tr > td button:hover {
  background-color: #628aff; }

.actionsContainer {
  position: absolute;
  display: none;
  left: 100px;
  top: 100px;
  width: 690px !important;
  height: 440px !important;
  background-color: #FFF;
  border: 1px solid #DDD;
  z-index: 9999;
  color: #585858; }

.actionsContainer .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.actionsContainer .content .scroller {
  width: 100%; }

.actionsContainer .content .closeAction {
  color: #888;
  font-size: 24px;
  margin-right: 10px;
  float: right;
  cursor: pointer; }

.actionsContainer .content .closeAction:hover {
  color: #000; }

.actionsContainer .content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px; }

.actionsContainer .content table > thead tr th:first-child {
  color: #fff;
  background: #B1C7F0;
  text-align: center;
  width: 240px;
  line-height: 60px; }

.actionsContainer .content table > thead tr th:nth-child(2) {
  color: #B1C7F0;
  text-align: center;
  line-height: 60px; }

.actionsContainer .content table > thead tr th {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #DDD;
  text-align: left;
  line-height: 60px; }

.actionsContainer .content table > tbody tr td {
  padding: 5px;
  vertical-align: top;
  line-height: 30px; }

.actionsContainer .content table > tbody tr td .listCustomer {
  margin-bottom: 10px; }

.actionsContainer .content table > tbody tr td .listCustomer:first-child {
  margin-top: 10px; }

.actionsContainer .content table > tbody tr td .listCustomer:last-child {
  margin: 0; }

.actionsContainer .content table > tbody tr td .listCustomer > dl {
  overflow: hidden;
  font-size: 14px; }

.actionsContainer .content table > tbody tr td .listCustomer > dl > dt {
  width: 100px;
  text-align: right;
  display: inline-block; }

.actionsContainer .content table > tbody tr td .listCustomer > dl > dd {
  display: inline-block; }

.actionsContainer .content table > tbody tr td .listCustomer > dl .serviceCityList {
  vertical-align: middle; }

.actionsContainer .content table > tbody tr td .listCustomer > dl .serviceCityList > span {
  color: #4b89fb;
  cursor: pointer; }

.actionsContainer .content table > tbody tr td ul li {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ccdaf3;
  line-height: 36px;
  width: 240px;
  text-align: center;
  color: #585858; }

.actionsContainer .content table > tbody tr td ul li:hover {
  color: #fff;
  background: #B1C7F0; }

.actionsContainer .content table > tbody tr td ul li a {
  color: #585858;
  display: inline-block;
  width: 100%; }

.actionsContainer .content table > tbody tr td ul li a:hover {
  color: #fff; }

.actionsContainer .content table > tbody tr td ul li ul {
  display: none;
  position: absolute;
  z-index: 1;
  left: 240px;
  top: 0;
  background-color: #FFF;
  border: 1px solid #DDD;
  min-width: 110px; }

.actionsContainer .content table > tbody tr td ul li ul > li {
  padding: 0 10px;
  border-bottom: 1px solid #DDD;
  text-align: center; }

.actionsContainer .content table > tbody tr td ul li ul > li:last-child {
  border: 0; }

.flowBars .notesMessager {
  display: inline-block;
  width: 706px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #999; }

.flowBars .notesMessager img {
  width: 27px;
  height: 27px;
  border-radius: 27px;
  margin: 7px 0 0 12px;
  vertical-align: top; }

.flowBars .notesMessager textarea {
  height: 100%;
  width: 660px;
  border: 0px;
  outline: none;
  padding: 9px;
  resize: none; }

.flowBars .notesMessager textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.flowBars.fixedBar .notesMessager {
  border: 1px;
  float: left; }

.a-color {
  color: #6195fb; 
  cursor: pointer;
}

.a-color:hover {
  color: #3c77ea; }

.btn-primary {
  background: #4B89FB !important;
  border: 1px solid #4B89FB !important; }

.btn-info {
  background: #fff !important;
  border: 1px solid #4B89FB !important;
  color: #4B89FB !important; }

img {
  border: none !important; }

.mt0 {
  margin-top: 0; }

/* gcss_common1
............................................................*/
.gcss_common1 {
  color: #888; }
  .gcss_common1 .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .gcss_common1 .flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .gcss_common1 .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .gcss_common1 .tabs > div {
      height: 28px;
      line-height: 28px;
      color: #fff;
      text-align: center;
      background-color: #ccc;
      border-radius: 4px;
      cursor: pointer;
      padding: 0 10px; }
    .gcss_common1 .tabs > div.act {
      background-color: #628aff; }
  .gcss_common1 .list {
    border-bottom: 1px solid #EEE;
    padding: 15px 20px;
    background: #fff; }
  .gcss_common1 .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 16px; }
    .gcss_common1 .top > .h1 {
      font-weight: 700; }
    .gcss_common1 .top > .sep {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }
    .gcss_common1 .top .flex {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .gcss_common1 .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
  .gcss_common1 .left {
    overflow: hidden; }
    .gcss_common1 .left img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
  .gcss_common1 .mid {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px; }
  .gcss_common1 .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .gcss_common1 .line {
    margin-top: 5px;
    padding: 0 10px; }
  .gcss_common1 .btns {
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background-color: #628aff;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px; }
  .gcss_common1 .btns2 {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
    color: #628aff; }
    .right-widget{
      position: fixed;
      top: 50%;
      position: fixed;
      right: 0;
      z-index: 9999;
      
    #feedBack{
      display: block;
      color: #303030!important;
      cursor: pointer;
      line-height: 14px;
    }
    }
    
    #feedBack:hover{
      color: #5584ff !important;;
    }
    
#appInvoiceVie .el-upload-list{
  height: 420px;
  overflow: auto;
}
#appInvoiceVie #addInvoiceContainer .el-upload-list{
  height: auto;
  overflow: auto;
}
.red{color: red;}