.col,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
/**
 * 初始化
 */
html {
  box-sizing: border-box;
  font-family: "microsoft yahei",sans-serif;
  font-size: 14px;
  /* 防止苹果和安卓手机设备放大字体 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
/**
 * 移除 margin 和  padding
 */
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="password"] {
  width: 100%;
}
.hsp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .hsp-container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .hsp-container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .hsp-container {
    width: 1180px;
  }
}
.hsp-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.hsp-row {
  margin-left: -10px;
  margin-right: -10px;
}
.hsp-row:after,
.hsp-row:before {
  display: table;
  content: "";
  clear: both;
}
.col-md-1 {
  width: 4.16666667%;
}
.col-md-2 {
  width: 8.33333333%;
}
.col-md-3 {
  width: 12.5%;
}
.col-md-4 {
  width: 16.66666667%;
}
.col-md-5 {
  width: 20.83333333%;
}
.col-md-6 {
  width: 25%;
}
.col-md-7 {
  width: 29.16666667%;
}
.col-md-8 {
  width: 33.33333333%;
}
.col-md-9 {
  width: 37.5%;
}
.col-md-10 {
  width: 41.66666667%;
}
.col-md-11 {
  width: 45.83333333%;
}
.col-md-12 {
  width: 50%;
}
.col-md-13 {
  width: 54.16666667%;
}
.col-md-14 {
  width: 58.33333333%;
}
.col-md-15 {
  width: 62.5%;
}
.col-md-16 {
  width: 66.66666667%;
}
.col-md-17 {
  width: 70.83333333%;
}
.col-md-18 {
  width: 75%;
}
.col-md-19 {
  width: 79.16666667%;
}
.col-md-20 {
  width: 83.33333333%;
}
.col-md-21 {
  width: 87.5%;
}
.col-md-22 {
  width: 91.66666667%;
}
.col-md-23 {
  width: 95.83333333%;
}
.col-md-24 {
  width: 100%;
}
/**
*   hsp基本样式     
*/
.hsp-btn,
.hsp-btn-normal,
.hsp-btn-green {
  display: inline-block;
  min-width: 100px;
  height: 32px;
  line-height: 14px;
  box-sizing: border-box;
  padding: 10px 8px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
}
.hsp-btn-sm {
  min-width: 50px;
  height: 24px;
  line-height: 12px;
  padding: 5px 8px;
}
.hsp-btn-mid {
  min-width: 80px;
}
.hsp-btn-small {
  min-width: 56px;
}
.hsp-btn-normal {
  color: #333;
  background-color: #f3f3f3;
}
.hsp-btn-normal:focus {
  outline: 0;
}
.hsp-btn-normal:active {
  background-color: #fff;
}
.hsp-btn-normal .icon {
  margin-right: 10px;
}
.hsp-btn-green {
  color: #fff;
  background-color: #006eff;
  border: 0px;
}
.hsp-btn-green:focus {
  outline: 0;
}
.hsp-btn-green:active {
  background-color: #2a86ff;
}
.hsp-btn-green .leftIcon {
  margin-right: 10px;
}
.hsp-btn-a {
  border: 0px;
  background-color: transparent;
}
.hsp-btn-a:focus {
  outline: 0;
}
.hsp-a,
.hsp-btn-a {
  font-size: 12px;
  text-align: center;
  color: #0066cc;
  text-decoration: none;
  cursor: pointer;
}
.hsp-a:active {
  color: #0053a5;
  text-decoration: underline;
}
.hsp-input {
  height: 32px;
  width: 100%;
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid;
  border-color: #e3e3e3;
}
.hsp-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.hsp-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.hsp-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.hsp-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.hsp-input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 12px;
}
.hsp-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
}
.hsp-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
}
.hsp-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
}
select::-ms-expand {
  display: none;
}
.hsp-select {
  border: solid 1px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url("fonts/icon/select-down.png") no-repeat scroll right center transparent;
  height: 32px;
  width: 100%;
  font-size: 12px;
  padding: 6px 8px;
  line-height: 20px;
  padding-right: 24px;
  outline: 0px;
  border-color: #e3e3e3;
  background-color: #fff;
}
.hsp-select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.hsp-select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.hsp-select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.hsp-select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.hsp-select::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
}
.hsp-select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
}
.hsp-select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
}
.hsp-select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
}
.hsp-select.select_only_disabled
{
    background-color: #fbfbfb;
}
.IE select.hsp-select {
  background-image: none;
}
.leftFloat {
  float: left;
}
.rightFloat {
  float: right;
}
.hsp-position-relative {
  position: relative;
}
.hsp-position-absolute {
  position: absolute;
}
.hsp-hide {
  display: none;
}
.hsp-disabled {
  background-color: #fbfbfb;
  border-color: #f3f3f3;
  color: #666;
  width: 100%;
  cursor: not-allowed;
}
.hsp-gridPage {
  padding: 0 10px;
}
.hsp-card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.hsp-card:hover {
  position: relative;
  top: -1px;
  left: -1px;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.m0 {
  margin: 0;
}
.ml0 {
  margin-left: 0;
}
.mr0 {
  margin-right: 0;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb {
  padding-bottom: 0;
}
.pl {
  padding-left: 0;
}
.h30 {
  height: 30px;
}
.h31 {
  height: 31px;
}
.h32 {
  height: 32px;
}
.h33 {
  height: 33px;
}
.h34 {
  height: 34px;
}
.h35 {
  height: 35px;
}
.h36 {
  height: 36px;
}
.h37 {
  height: 37px;
}
.h38 {
  height: 38px;
}
.h39 {
  height: 39px;
}
.h40 {
  height: 40px;
}
.h41 {
  height: 41px;
}
.h42 {
  height: 42px;
}
.h43 {
  height: 43px;
}
.h44 {
  height: 44px;
}
.h45 {
  height: 45px;
}
.h46 {
  height: 46px;
}
.h47 {
  height: 47px;
}
.h48 {
  height: 48px;
}
.h49 {
  height: 49px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.h70 {
  height: 70px;
}
.h80 {
  height: 80px;
}
.h90 {
  height: 90px;
}
.h100 {
  height: 100px;
}
.h110 {
  height: 110px;
}
.h120 {
  height: 120px;
}
.h130 {
  height: 130px;
}
.h140 {
  height: 140px;
}
.h150 {
  height: 150px;
}
.ml10 {
  margin-left: 10px;
}
.ml11 {
  margin-left: 11px;
}
.ml12 {
  margin-left: 12px;
}
.ml13 {
  margin-left: 13px;
}
.ml14 {
  margin-left: 14px;
}
.ml15 {
  margin-left: 15px;
}
.ml16 {
  margin-left: 16px;
}
.ml17 {
  margin-left: 17px;
}
.ml18 {
  margin-left: 18px;
}
.ml19 {
  margin-left: 19px;
}
.ml20 {
  margin-left: 20px;
}
.ml21 {
  margin-left: 21px;
}
.ml22 {
  margin-left: 22px;
}
.ml23 {
  margin-left: 23px;
}
.ml24 {
  margin-left: 24px;
}
.ml25 {
  margin-left: 25px;
}
.ml26 {
  margin-left: 26px;
}
.ml27 {
  margin-left: 27px;
}
.ml28 {
  margin-left: 28px;
}
.ml29 {
  margin-left: 29px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr11 {
  margin-right: 11px;
}
.mr12 {
  margin-right: 12px;
}
.mr13 {
  margin-right: 13px;
}
.mr14 {
  margin-right: 14px;
}
.mr15 {
  margin-right: 15px;
}
.mr16 {
  margin-right: 16px;
}
.mr17 {
  margin-right: 17px;
}
.mr18 {
  margin-right: 18px;
}
.mr19 {
  margin-right: 19px;
}
.mr20 {
  margin-right: 20px;
}
.mr21 {
  margin-right: 21px;
}
.mr22 {
  margin-right: 22px;
}
.mr23 {
  margin-right: 23px;
}
.mr24 {
  margin-right: 24px;
}
.mr25 {
  margin-right: 25px;
}
.mr26 {
  margin-right: 26px;
}
.mr27 {
  margin-right: 27px;
}
.mr28 {
  margin-right: 28px;
}
.mr29 {
  margin-right: 29px;
}
.mr30 {
  margin-right: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mt11 {
  margin-top: 11px;
}
.mt12 {
  margin-top: 12px;
}
.mt13 {
  margin-top: 13px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt17 {
  margin-top: 17px;
}
.mt18 {
  margin-top: 18px;
}
.mt19 {
  margin-top: 19px;
}
.mt20 {
  margin-top: 20px;
}
.mt21 {
  margin-top: 21px;
}
.mt22 {
  margin-top: 22px;
}
.mt23 {
  margin-top: 23px;
}
.mt24 {
  margin-top: 24px;
}
.mt25 {
  margin-top: 25px;
}
.mt26 {
  margin-top: 26px;
}
.mt27 {
  margin-top: 27px;
}
.mt28 {
  margin-top: 28px;
}
.mt29 {
  margin-top: 29px;
}
.mt30 {
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb11 {
  margin-bottom: 11px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb13 {
  margin-bottom: 13px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb17 {
  margin-bottom: 17px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb19 {
  margin-bottom: 19px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb21 {
  margin-bottom: 21px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb23 {
  margin-bottom: 23px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb27 {
  margin-bottom: 27px;
}
.mb28 {
  margin-bottom: 28px;
}
.mb29 {
  margin-bottom: 29px;
}
.mb30 {
  margin-bottom: 30px;
}
.pl10 {
  padding-left: 10px;
}
.pl11 {
  padding-left: 11px;
}
.pl12 {
  padding-left: 12px;
}
.pl13 {
  padding-left: 13px;
}
.pl14 {
  padding-left: 14px;
}
.pl15 {
  padding-left: 15px;
}
.pl16 {
  padding-left: 16px;
}
.pl17 {
  padding-left: 17px;
}
.pl18 {
  padding-left: 18px;
}
.pl19 {
  padding-left: 19px;
}
.pl20 {
  padding-left: 20px;
}
.pl21 {
  padding-left: 21px;
}
.pl22 {
  padding-left: 22px;
}
.pl23 {
  padding-left: 23px;
}
.pl24 {
  padding-left: 24px;
}
.pl25 {
  padding-left: 25px;
}
.pl26 {
  padding-left: 26px;
}
.pl27 {
  padding-left: 27px;
}
.pl28 {
  padding-left: 28px;
}
.pl29 {
  padding-left: 29px;
}
.pl30 {
  padding-left: 30px;
}
.pr10 {
  padding-right: 10px;
}
.pr11 {
  padding-right: 11px;
}
.pr12 {
  padding-right: 12px;
}
.pr13 {
  padding-right: 13px;
}
.pr14 {
  padding-right: 14px;
}
.pr15 {
  padding-right: 15px;
}
.pr16 {
  padding-right: 16px;
}
.pr17 {
  padding-right: 17px;
}
.pr18 {
  padding-right: 18px;
}
.pr19 {
  padding-right: 19px;
}
.pr20 {
  padding-right: 20px;
}
.pr21 {
  padding-right: 21px;
}
.pr22 {
  padding-right: 22px;
}
.pr23 {
  padding-right: 23px;
}
.pr24 {
  padding-right: 24px;
}
.pr25 {
  padding-right: 25px;
}
.pr26 {
  padding-right: 26px;
}
.pr27 {
  padding-right: 27px;
}
.pr28 {
  padding-right: 28px;
}
.pr29 {
  padding-right: 29px;
}
.pr30 {
  padding-right: 30px;
}
.pt10 {
  padding-top: 10px;
}
.pt11 {
  padding-top: 11px;
}
.pt12 {
  padding-top: 12px;
}
.pt13 {
  padding-top: 13px;
}
.pt14 {
  padding-top: 14px;
}
.pt15 {
  padding-top: 15px;
}
.pt16 {
  padding-top: 16px;
}
.pt17 {
  padding-top: 17px;
}
.pt18 {
  padding-top: 18px;
}
.pt19 {
  padding-top: 19px;
}
.pt20 {
  padding-top: 20px;
}
.pt21 {
  padding-top: 21px;
}
.pt22 {
  padding-top: 22px;
}
.pt23 {
  padding-top: 23px;
}
.pt24 {
  padding-top: 24px;
}
.pt25 {
  padding-top: 25px;
}
.pt26 {
  padding-top: 26px;
}
.pt27 {
  padding-top: 27px;
}
.pt28 {
  padding-top: 28px;
}
.pt29 {
  padding-top: 29px;
}
.pt30 {
  padding-top: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb11 {
  padding-bottom: 11px;
}
.pb12 {
  padding-bottom: 12px;
}
.pb13 {
  padding-bottom: 13px;
}
.pb14 {
  padding-bottom: 14px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb17 {
  padding-bottom: 17px;
}
.pb18 {
  padding-bottom: 18px;
}
.pb19 {
  padding-bottom: 19px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb21 {
  padding-bottom: 21px;
}
.pb22 {
  padding-bottom: 22px;
}
.pb23 {
  padding-bottom: 23px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb26 {
  padding-bottom: 26px;
}
.pb27 {
  padding-bottom: 27px;
}
.pb28 {
  padding-bottom: 28px;
}
.pb29 {
  padding-bottom: 29px;
}
.pb30 {
  padding-bottom: 30px;
}
/*------------------------------------------------------ clear/delete -------------------------------------------------------*/
.hsp-delete-float {
  float: none;
}
.hsp-delete-position {
  position: static;
}
.hsp-delete-boxShadow {
  box-shadow: none;
}
.hsp-delete-hover-boxShadow:hover {
  box-shadow: none;
}
.hsp-row:before,
.clearfix:before {
  display: table;
  content: "";
}
.hsp-row:after,
.clearfix:after {
  clear: both;
}
.ieClearFix {
  display: table;
  clear: both;
}
/*------------------------------------------------------ icon -------------------------------------------------------*/
.hsp-mustIcon {
  color: red;
}
/*------------------------------------------------------ css组件 -------------------------------------------------------*/
.hsp-input-seek .hsp-input {
  width: 200px;
  height: 32px;
  padding: 6px 10px;
  line-height: 20px;
  display: inline-block;
  vertical-align: bottom;
  outline: 0;
}
.hsp-input-seek .seek-button {
  position: relative;
  right: 8px;
  height: 32px;
  width: 40px;
  border: 1px solid #e3e3e3;
  outline: 0;
  display: inline-block;
  vertical-align: bottom;
  background-color: #f3f3f3;
}

.width_80, .hsp-input-seek .width_80
{
    width: 80px;
}

.width_100, .hsp-input-seek .width_100
{
    width: 100px;
}

.width_120, .hsp-input-seek .width_120
{
    width: 120px;
}

.hsp-input-seek .seek-button:active {
  background-color: #eee;
}
.hsp-input-seek .seek-button .icon {
  color: #999;
}
.hsp-filtrate-area {
  border: 1px solid #e3e3e3;
  background-color: #fafafa;
  overflow: visible!important;
  padding: 5px 10px;
  margin-top: 10px;
}
.hsp-filtrate {
  float: left;
  padding: 5px 0;
  white-space: nowrap;
}
.hsp-filtrate .title {
  min-width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 12px;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}
.hsp-filtrate .title label {
  line-height: inherit;
}
.hsp-filtrate .inputBox,
.hsp-filtrate .inputBox-lg {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.hsp-filtrate .inputBox select,
.hsp-filtrate .inputBox-lg select,
.hsp-filtrate .inputBox input,
.hsp-filtrate .inputBox-lg input {
  padding: 5px 8px;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  height: 30px;
  width: 100%;
}
.hsp-filtrate .inputBox select::-webkit-input-placeholder,
.hsp-filtrate .inputBox-lg select::-webkit-input-placeholder,
.hsp-filtrate .inputBox input::-webkit-input-placeholder,
.hsp-filtrate .inputBox-lg input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.hsp-filtrate .inputBox select:-moz-placeholder,
.hsp-filtrate .inputBox-lg select:-moz-placeholder,
.hsp-filtrate .inputBox input:-moz-placeholder,
.hsp-filtrate .inputBox-lg input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.hsp-filtrate .inputBox select::-moz-placeholder,
.hsp-filtrate .inputBox-lg select::-moz-placeholder,
.hsp-filtrate .inputBox input::-moz-placeholder,
.hsp-filtrate .inputBox-lg input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.hsp-filtrate .inputBox select:-ms-input-placeholder,
.hsp-filtrate .inputBox-lg select:-ms-input-placeholder,
.hsp-filtrate .inputBox input:-ms-input-placeholder,
.hsp-filtrate .inputBox-lg input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.hsp-filtrate .inputBox-lg {
  width: 350px;
}
.hsp-filtrate .inputBox-lg input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
.hsp-filtrate .inputBox-lg input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.hsp-filtrate .inputBox-lg input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.hsp-filtrate .inputBox-lg input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.hsp-filtrate .tip {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
}
.hsp-filtrate .tip span {
  color: red;
}
.IE .hsp-filtrate .inputBox input,
.IE .hsp-filtrate .inputBox-lg input {
  padding: 0 8px;
}
.hsp-filtrate-selectBtn {
  float: left;
  padding: 5px 0;
  width: 90px;
  text-align: right;
}
.hsp-filtrate-selectBtn button {
  height: 28px;
  padding: 8px;
}
.hsp-filtrate-optBtn {
  text-align: center;
  height: 10px;
}
.hsp-filtrate-optBtn button {
  position: relative;
  z-index: 9;
  top: -1px;
  width: 75px;
  border: 1px solid #e3e3e3;
  border-top: 0;
  outline: 0;
  background-color: #fafafa;
  cursor: pointer;
}
.hsp-filtrate-btnGroup {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hsp-filtrate-btnGroup .supplySelect {
  float: left;
  margin-right: 10px;
  width: 200px;
}
.hsp-filtrate-btnGroup .hsp-input-seek {
  float: left;
}
.hsp-filtrate-btnGroup .moreOperate {
  float: right;
  position: relative;
  margin-left: 20px;
  margin-right: 3px;
}
.hsp-filtrate-btnGroup .moreOperate button {
  padding: 10px 6px;
}
.hsp-filtrate-btnGroup .moreOperate button .icon {
  font-size: 12px;
  margin: 0;
}
.hsp-filtrate-btnGroup .moreOperate .moreOperateList {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 999;
  width: 100px;
  margin-top: -1px;
}
.hsp-filtrate-btnGroup .moreOperate .moreOperateList ul {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}
.hsp-filtrate-btnGroup .moreOperate .moreOperateList ul li {
  text-align: center;
  line-height: 32px;
  cursor: default;
}
.hsp-filtrate-btnGroup .moreOperate .moreOperateList ul li:hover {
  background-color: #ebeef2;
}
.hsp-filtrate-btnGroup .addCompany {
  float: right;
  position: relative;
}
.hsp-filtrate-btnGroup .addCompany button {
  padding: 10px 6px;
}
.hsp-filtrate-btnGroup .addCompany button .icon {
  font-size: 12px;
  margin: 0;
}
.hsp-filtrate-btnGroup .addCompany .addCompanyList {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 999;
  width: 100px;
  margin-top: -1px;
}
.hsp-filtrate-btnGroup .addCompany .addCompanyList ul {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}
.hsp-filtrate-btnGroup .addCompany .addCompanyList ul li {
  text-align: center;
  line-height: 32px;
  cursor: default;
}
.hsp-filtrate-btnGroup .addCompany .addCompanyList ul li:hover {
  background-color: #ebeef2;
}
.hsp-pageGroup:before {
  content: "";
  display: table;
}
.hsp-pageGroup:after {
  clear: both;
}
.hsp-pageGroup .page {
  float: left;
}
.hsp-pageGroup .page button {
  border: 0px;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  background: #fafafa;
  width: 100px;
  height: 30px;
  cursor: pointer;
  outline: 0;
}
.hsp-pageGroup .left button {
  border-left: 1px solid #e3e3e3;
}
.hsp-pageGroup .on button {
  border-top: 1px solid #006eff;
  background: #fff;
  font-weight: 600;
  color: #006eff;
}
.hsp-content {
  padding: 5px 10px;
  background-color: #fff;
}
.hsp-content .hsp-content-title .titleName {
  float: left;
  line-height: 24px;
}
.hsp-content .hsp-content-title .titleName .icon {
  display: inline-block;
  border-top: 6px;
  border-bottom: 6px;
  border-left: 2px;
  border-right: 2px;
  border-style: solid;
  border-color: #006eff;
  vertical-align: middle;
}
.hsp-content .hsp-content-title .titleName span {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px;
}
.hsp-content .infor {
  float: left;
  position: relative;
  padding: 5px 0;
  width: 480px;
  height: 40px;
  white-space: nowrap;
}
.hsp-content .infor .infor-title {
  float: left;
  position: relative;
  text-align: right;
  width: 60px;
  color: #666;
}
.hsp-content .infor .infor-title .icon {
  vertical-align: middle;
  display: inline-block;
  color: #FF0000;
}
.hsp-content .infor .infor-title label {
  line-height: 30px;
}
.hsp-content .infor .infor-text {
  float: left;
  position: relative;
  width: 390px;
  margin: 0 15px 0 10px;
}
.hsp-content .infor .infor-text select,
.hsp-content .infor .infor-text input {
  display: inline-block;
  height: 30px;
  line-height: 24px;
  vertical-align: middle;
  padding: 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hsp-content .infor .infor-text .disabled {
  background-color: #fbfbfb;
  border-color: #f3f3f3;
  color: #666;
  width: 100%;
  cursor: not-allowed;
}
.hsp-content .infor .infor-other {
  float: left;
}
.hsp-content .infor .infor-other i {
  line-height: 32px;
}
.hsp-modal {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}
.hsp-modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.hsp-modal .modal-dialog {
  width: 600px;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
}
.hsp-toolTipBox {
  position: relative;
  display: inline-block;
  z-index: 999;
}
.hsp-toolTipBox .hsp-toolTip {
  position: absolute;
  display: none;
  z-index: 999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.hsp-toolTipBox:hover .hsp-toolTip {
  display: block;
}
.hsp-toolTipBox .hsp-toolTip-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(31, 56, 88, 0.2);
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  box-shadow: 0 1px 4px 0 rgba(31, 56, 88, 0.15);
}
.hsp-toolTipBox .hsp-toolTip-top {
  margin-top: -3px;
  padding: 5px 0;
  white-space: nowrap;
  top: -100%;
}
.hsp-toolTipBox .hsp-toolTip-top .hsp-toolTip-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -5px;
}
.hsp-toolTipBox .hsp-toolTip-right {
  margin-left: 3px;
  padding: 0 5px;
}
.hsp-toolTipBox .hsp-toolTip-right .hsp-toolTip-arrow {
  top: 50%;
  left: 1px;
  margin-top: -5px;
}
.hsp-toolTipBox .hsp-toolTip-bottom {
  margin-top: 3px;
  padding: 5px 0;
  white-space: nowrap;
}
.hsp-toolTipBox .hsp-toolTip-bottom .hsp-toolTip-arrow {
  top: 1px;
  left: 50%;
  margin-left: -5px;
}
.hsp-toolTipBox .hsp-toolTip-left {
  margin-left: -3px;
  padding: 0 5px;
}
.hsp-toolTipBox .hsp-toolTip-left .hsp-toolTip-arrow {
  top: 50%;
  right: 1px;
}
.hsp-toolTipBox .hsp-toolTip-content {
  box-shadow: 0 1px 4px 0 rgba(31, 56, 88, 0.15);
  border: 1px solid rgba(31, 56, 88, 0.2);
}
.hsp-toolTipBox .hsp-toolTip-inner {
  position: relative;
  z-index: 2;
  padding: 8px 12px;
  text-align: center;
  color: rgba(31, 56, 88, 0.8);
  text-decoration: none;
  background-color: #fff;
}
.hsp-form-inputBox {
  line-height: 40px;
  font-size: 12px;
  padding: 5px 10px;
}
.hsp-form-inputBox:before {
  display: table;
  content: "";
}
.hsp-form-inputBox:after {
  clear: both;
}
.hsp-form-inputBox .title {
  float: left;
  position: relative;
  width: 120px;
  margin-right: 10px;
  line-height: 36px;
  text-align: right;
}
.hsp-form-inputBox .title label,
.hsp-form-inputBox .title span {
  line-height: 36px;
}
.hsp-form-inputBox .content {
  float: left;
  width: 300px;
  background-color: #fff;
}
.hsp-form-inputBox .content .hsp-select,
.hsp-form-inputBox .content .hsp-input {
  height: 36px;
  width: 100%;
  padding: 8px 10px;
}
.hsp-form-inputBox .other {
  float: left;
  margin-left: 10px;
}
.hsp-msg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 99999;
}
.hsp-msg-noWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
  text-align: center;
  z-index: 99999;
}
.hsp-msg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  padding: 30px 40px;
  margin: 0 auto;
  background-clip: padding-box;
  font-size: 12px;
  line-height: 1.5;
  border: 0;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 0;
}
.hsp-msg-before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.hsp-msg-icon {
  float: left;
  text-align: center;
}
.hsp-msg-icon .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 36px;
}
.hsp-msg-icon .msg-success {
  color: #19be6b;
}
.hsp-msg-icon .msg-info {
  color: #2d8cf0;
}
.hsp-msg-icon .msg-error {
  color: #ed3f14;
}
.hsp-msg-icon .msg-warning {
  color: #f90;
}
.hsp-msg-content {
  float: left;
  width: 270px;
  margin-left: 10px;
}
.hsp-msg-title {
  font-size: 14px;
  font-weight: 600;
}
.hsp-msg-text {
  margin: 0;
  margin-top: 5px;
}
.IE .hsp-msg {
  border: 1px solid #d7d7d7;
}
.IE .hsp-msg-content {
  width: 265px;
}
.hsp-divToSelect {
  position: relative;
  z-index: 999;
}
.hsp-divToSelect button {
  padding: 10px 6px;
}
.hsp-divToSelect .hsp-icon {
  font-size: 12px;
  margin: 0;
}
.hsp-divToSelect .hsp-divToSelectList {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 999;
  width: 100px;
  margin: -1px;
}
.hsp-divToSelect .hsp-divToSelectList ul {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}
.hsp-divToSelect .hsp-divToSelectList li {
  text-align: center;
  line-height: 34px;
  cursor: default;
}
.hsp-divToSelect .hsp-divToSelectList li:hover {
  background-color: #ebeef2;
}
.IE .hsp-divToSelectList {
  border: 1px solid #d7d7d7;
  border-top: 0px;
  background-color: #fff;
}
.hsp-particularsPage-msgArea {
  background-color: #fff;
  margin-top: 10px;
}
.hsp-particularsPage-msgArea .hsp-msgArea-title {
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.hsp-particularsPage-msgArea .hsp-msgArea-title-content {
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.hsp-particularsPage-msgArea .hsp-msgArea-title-content .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  border-top: 6px;
  border-bottom: 6px;
  border-left: 2px;
  border-right: 2px;
  border-style: solid;
  border-color: #068547;
}
.hsp-particularsPage-msgArea .hsp-msgArea-content {
  padding: 10px 0;
}
.hsp-particularsPage-msgArea .hsp-msgArea-content:after,
.hsp-particularsPage-msgArea .hsp-msgArea-content:before {
  display: table;
  content: "";
  clear: both;
}
.hsp-particularsPage-msgArea .hsp-msgArea-content .msgArea-row-title {
  position: relative;
}
.hsp-particularsPage-msgArea .hsp-msgArea-content .msgArea-row-title .title-name {
  display: inline-block;
  position: relative;
  left: 25px;
  margin-bottom: 10px;
  color: #999;
  background-color: #fff;
}
.hsp-particularsPage-msgArea .onlyContent {
  margin-left: 100px;
}
.hsp-particularsPage-msgArea .hsp-msgArea-content-group {
  float: left;
}
.hsp-particularsPage-msgArea .group-left {
  margin-right: 50px;
}
@media (min-width: 1025px) {
  .hsp-particularsPage-msgArea .group-left {
    margin-right: 80px;
  }
}
@media (min-width: 1367px) {
  .hsp-particularsPage-msgArea .group-left {
    margin-right: 150px;
  }
}
@media (min-width: 1681px) {
  .hsp-particularsPage-msgArea .group-left {
    margin-right: 200px;
  }
}
.hsp-particularsPage-msgArea .groupSeparator {
  height: 10px;
  width: 98%;
  margin: 10px auto 0;
  border-top: 1px dashed #ebeef2;
}
.hsp-particularsArea {
  width: 450px;
  padding: 5px 0;
  box-sizing: border-box;
}
.hsp-particularsArea:after,
.hsp-particularsArea:before {
  display: table;
  content: "";
  clear: both;
}
.hsp-particularsArea .hsp-particularsArea-title {
  float: left;
  text-align: right;
  width: 100px;
  padding: 0 5px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hsp-particularsArea .hsp-particularsArea-title label {
  line-height: 32px;
}
.hsp-particularsArea .hsp-particularsArea-titleIcon {
  color: red;
}
.hsp-particularsArea .hsp-particularsArea-content {
  float: left;
  width: 250px;
}
.hsp-particularsArea .hsp-particularsArea-showInfor {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #f3f3f3;
  background-color: #fbfbfb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: not-allowed;
}
.hsp-particularsArea .hsp-particularsArea-onlyShowInfor {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #f3f3f3;
  background-color: #fbfbfb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.hsp-particularsArea .hsp-particularsArea-input {
  position: relative;
}
.hsp-particularsArea .hsp-particularsArea-input label{
  line-height: 32px;	
}
.hsp-particularsArea .hsp-particularsArea-input .hsp-toolTipBox {
  width: 100%;
}
.hsp-particularsArea .hsp-particularsArea-input .hsp-toolTipBox:hover .hsp-toolTip {
  display: none;
}
.hsp-particularsArea .hsp-particularsArea-input .hsp-toolTipBox .hsp-input:focus + .hsp-toolTip {
  display: block;
}
.hsp-particularsArea .hsp-particularsArea-operation {
  float: left;
  width: 100px;
  padding: 0 10px;
  line-height: 32px;
}
.hsp-particularsArea .hsp-particularsArea-operation .hsp-toolTipBox {
  line-height: 32px;
}
.hsp-particularsArea .hsp-particularsArea-operation .hsp-icon {
  color: #999;
}
.hsp-particularsArea .hsp-toolTip-top {
  margin-top: -13px;
}
.hsp-fadeIn {
  animation: hsp-animation-fadeIn 0.5s;
  -webkit-animation: hsp-animation-fadeIn 0.5s;
  -moz-animation: hsp-animation-fadeIn 0.5s;
  -ms-animation: hsp-animation-fadeIn 0.5s;
  opacity: 1;
}
@keyframes hsp-animation-fadeIn {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
  }
}
.hsp-fadeOut {
  animation: hsp-animation-fadeOut 0.5s;
  -webkit-animation: hsp-animation-fadeOut 0.5s;
  -moz-animation: hsp-animation-fadeOut 0.5s;
  -ms-animation: hsp-animation-fadeOut 0.5s;
  opacity: 0;
}
@keyframes hsp-animation-fadeOut {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    opacity: 0;
  }
}
.hide
{
    display:none;
}