body {
  background: #f7f7f7;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0 auto;
  height: 72px;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1001;
  background: #fff;
}
.header .main {
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.header .main .header-logo {
  width: 129px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.header .main .header-saerch {
  width: 600px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -300px;
}
.header .main .header-saerch-wrap {
  position: relative;
  width: 600px;
  height: 34px;
  margin: 0 auto;
}
.header .main .header-saerch-wrap .filter-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79px;
  height: 100%;
  line-height: 32px;
  border: 1px solid #BDBDBD;
  border-right: none;
  font-size: 12px;
  color: #555;
}
.header .main .header-saerch-wrap .filter-wrap .cus-filter-searchBox-select-container {
  background: #FFF;
  text-align: left;
  padding-left: 14px;
}
.header .main .header-saerch-wrap .filter-wrap .cus-filter-searchBox-select-container .cus-filter-select-panel {
  left: -1px;
  border: 1px solid #BDBDBD;
  border-top: none;
}
.header .main .header-saerch-wrap .input-wrap {
  position: absolute;
  width: 420px;
  height: 34px;
  top: 0;
  left: 79px;
}
.header .main .header-saerch-wrap .input-wrap .bdsug {
  position: absolute;
  z-index: 1;
  top: 34px;
  width: 397px;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px #ededed;
          box-shadow: 1px 1px 3px #ededed;
}
.header .main .header-saerch-wrap .input-wrap .bdsug.active {
  display: block;
}
.header .main .header-saerch-wrap .input-wrap .bdsug ul {
  padding-bottom: 10px;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li {
  display: list-item;
  width: 100%;
  color: #000;
  font: 14px arial;
  line-height: 22px;
  padding: 0 8px;
  position: relative;
  cursor: default;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li.active {
  background: #f0f0f0;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li:hover {
  background: #f0f0f0;
}
.header .main .header-saerch-wrap .search-input {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 14px;
  padding-left: 8px;
  width: 397px;
  height: 34px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  letter-spacing: 0;
  border: 1px solid #BDBDBD;
  border-left: none;
  border-right: none;
  background-color: #fff;
  -webkit-appearance: none;
  outline: 0;
}
.header .main .header-saerch-wrap .search-btn {
  position: absolute;
  top: 0;
  left: 475px;
  padding-bottom: 9px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  border: 0;
}
.header .main .cus-filter-select-container {
  position: relative;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
.header .main .cus-filter-select-container .cus-filter-select-icon {
  display: inline-block;
  width: 12px;
  height: 100%;
  margin-left: 14px;
  vertical-align: top;
  background: url("../images/filter-drop-down.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.38s;
  transition: all 0.38s;
}
.header .main .cus-filter-select-container .cus-filter-select-icon.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .main .cus-filter-select-container .cus-filter-select-panel {
  display: none;
  position: absolute;
  padding-left: 14px;
  width: 100%;
  background: inherit;
  z-index: 999;
}
.header .main .cus-filter-select-container .cus-filter-select-panel:hover {
  color: #ff4400;
}
.header .main .cus-filter-select-container:hover .cus-filter-select-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .main .cus-filter-select-container:hover .cus-filter-select-panel {
  display: block;
}
.header .main .cui-button {
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  height: 38px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #fff;
  background-color: #ff4400;
  border-color: #ff4400;
}
.header .main .cui-button:hover {
  background-color: #ff5a1e;
  border-color: #ff5a1e;
}
.header .main .header-login {
  position: absolute;
  top: 50%;
  right: 30px;
  height: 22px;
  margin-top: -11px;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
}
.header .main .header-login .header-login-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-position: -10px -255px;
  background-image: url("../images/sprite_sj_icons@2x.png");
  background-image: -webkit-image-set(url(../images/sprite_sj_icons@2x.png) 2x);
}
.header .main .header-icon {
  position: relative;
  float: right;
  margin-top: 12px;
  width: 40px;
  height: 52px;
  background: url("../images/user.jpg") 0 0 no-repeat;
}
.header .main .header-icon .user-list {
  display: none;
  position: absolute;
  width: 250px;
  border: 1px solid #d9d9d9;
  top: 50px;
  right: -5px;
  background: #fff;
}
.header .main .header-icon .user-list::after {
  position: absolute;
  right: 18px;
  top: -7px;
  content: '';
  width: 12px;
  height: 7px;
  background: url("../images/sanjiao.jpg") 0 0 no-repeat;
}
.header .main .header-icon .user-list .user-list-title {
  height: 46px;
  line-height: 46px;
  padding: 0 15px 0 32px;
  background: #f9f9f9;
}
.header .main .header-icon .user-list .title-name {
  float: left;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #666666;
}
.header .main .header-icon .user-list .exit {
  float: right;
}
.header .main .header-icon .user-list .user-list-content {
  padding: 0 0 45px 32px;
}
.header .main .header-icon .user-list .user-list-content .squre-title {
  line-height: 50px;
  font-weight: bold;
  color: #999999;
}
.header .main .header-icon .user-list .user-list-content .squre-title .xunjia {
  display: inline-block;
  margin-left: 10px;
  width: 86px;
  height: 33px;
  background: url("../images/xunbaojia.png") 0 0;
  background-position: -620px -366px;
  vertical-align: middle;
}
.header .main .header-icon .user-list .user-list-content .squre-title .baojia {
  display: inline-block;
  margin-left: 10px;
  width: 86px;
  height: 33px;
  background: url("../images/xunbaojia.png") 0 0;
  background-position: -620px -320px;
  vertical-align: middle;
}
.header .main .header-icon .user-list .user-list-content .squre-title .baojia-no {
  display: inline-block;
  margin-left: 10px;
  width: 86px;
  height: 33px;
  background: url("../images/xunbaojia.png") 0 0;
  background-position: -620px -216px;
  vertical-align: middle;
}
.header .main .header-icon .user-list .user-list-content .squre-title .xunjia-no {
  display: inline-block;
  margin-left: 10px;
  width: 86px;
  height: 33px;
  background: url("../images/xunbaojia.png") 0 0;
  background-position: -620px -265px;
  vertical-align: middle;
}
.header .main .header-icon .user-list .user-list-content .squre-content-line {
  line-height: 30px;
}
.header .main .header-icon .user-list .user-list-content .squre-content-line .line-r {
  margin-left: 32px;
}
.header .main .header-icon:hover .user-list {
  display: block;
}
.content {
  padding: 102px 0 72px;
}
.content .main {
  margin: 0 auto;
  width: 1140px;
  padding: 30px;
  background: #fff;
  min-height: 500px;
}
.content .main h1 {
  font-size: 24px;
  font-weight: bold;
}
.content .main .list {
  margin-top: 10px;
}
.content .main .list .list-title {
  border-bottom: 1px solid #eeeeee;
}
.content .main .list .list-title .title-toogle {
  position: relative;
  display: inline-block;
  line-height: 46px;
  margin-left: 40px;
  font-size: 14px;
}
.content .main .list .list-title .title-toogle.active {
  border-bottom: 2px solid #ff5a1e;
  color: #ff5a1e;
}
.content .main .list .list-title .title-toogle:hover {
  -webkit-transition: all 0.28s;
  transition: all 0.28s;
  border-bottom: 2px solid #ff5a1e;
  color: #ff5a1e;
}
.content .main .list .content-nodata {
  width: 158px;
  text-align: center;
  margin: 200px auto;
}
.content .main .list .content-nodata p {
  font-size: 20px;
  margin: 20px 0 15px;
}
.content .main .list .content-nodata .nodata-btn {
  display: block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  color: #fff;
  background: #ff5a1e;
  border-radius: 2px;
}
.content .main .list .list-content .content-search {
  padding: 15px 0;
  line-height: 32px;
  font-size: 14px;
}
.content .main .list .list-content .content-search .search-number {
  float: right;
}
.content .main .list .list-content .content-search .search-number span {
  line-height: 32px;
  font-weight: bold;
  margin: 0 2px;
  color: #ff4400;
}
.content .main .list .list-content .content-search .baojia-number {
  color: #ff4400;
  font-weight: bold;
  margin: 0 2px;
}
.content .main .list .list-content .dbj {
  width: auto;
  height: 24px;
  line-height: 24px;
  text-indent: 5px;
  display: inline-block;
  margin-left: -8px;
  position: relative;
  background-color: #fff2e7;
  color: #ff7300;
}
.content .main .list .list-content .dbj::after {
  content: " ";
  border-color: #fff2e7 transparent #fff2e7 #fff2e7;
  border-style: solid;
  border-width: 12px 8px;
  position: absolute;
  right: -16px;
  text-indent: 0;
}
.content .main .list .list-content .yxx {
  width: auto;
  height: 24px;
  line-height: 24px;
  text-indent: 5px;
  display: inline-block;
  margin-left: -8px;
  position: relative;
  background-color: #f1f1f1;
  color: #959595;
}
.content .main .list .list-content .yxx::after {
  content: " ";
  border-color: #f1f1f1 transparent #f1f1f1 #f1f1f1;
  border-style: solid;
  border-width: 12px 8px;
  position: absolute;
  right: -16px;
  text-indent: 0;
}
.content .main .list .list-content .dongtai {
  cursor: pointer;
}
.content .main .list .list-content .dongtai span {
  color: #ff4400;
}
.content .main .list .list-content .componeyName .company-name {
  display: inline-block;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 4px;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 17px;
  font-size: 16px;
  color: #353535;
}
.content .main .list .list-content .componeyName .component-tag-group {
  vertical-align: top;
  display: block;
}
.content .main .list .list-content .componeyName .component-tag-group .identity-icon {
  border-right: 1px solid #e1e1e1;
  color: #ff4400;
  margin-right: 6px;
}
.content .main .list .list-content .componeyName .component-tag-group .identity-icon1 {
  color: #2d8cf0;
  margin-right: 6px;
}
.content .main .list .list-content .componeyName .company-info {
  margin-top: 3px;
  line-height: 17px;
  font-size: 0;
  color: #959595;
}
.content .main .list .list-content .componeyName .company-info .box {
  margin-right: 8px;
  padding: 0 4px;
  background: #f1f1f1;
  font-size: 12px;
}
.content .main .list .list-content .componeyName .company-info .box .high-light {
  color: #353535;
}
.content .main .list .list-content .componeyName .line {
  margin-top: 10px;
  height: 12px;
  line-height: 12px;
  font-size: 0;
}
.content .main .list .list-content .componeyName .line .quotation-time {
  display: inline-block;
  font-size: 12px;
  margin-right: 16px;
}
.content .main .list .list-content .table-moeny {
  font-size: 16px;
  color: #ff4400;
  font-weight: bold;
}
.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f6f5;
  border-top: 1px solid #ebebeb;
  text-align: left;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  margin-top: 40px;
}
.footer .help {
  background: #f5f6f5;
  zoom: 1;
  padding: 0 0 0 50px;
  float: left;
  padding-left: 121px;
}
.footer .help a {
  color: #777;
  padding: 0 15px;
  text-decoration: none;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
  overflow-y: auto;
}
.mask .popup {
  margin: 50px auto;
  width: 460px;
  border-radius: 5px;
  background: #fff;
}
.mask .popup .popup-title {
  position: relative;
  height: 45px;
  line-height: 44px;
  font-size: 18px;
  color: #ff4400;
  text-align: center;
  border-bottom: 1px solid #dfdee3;
}
.mask .popup .popup-title i {
  position: absolute;
  top: 0;
  right: 17px;
  font-size: 12px;
  color: #616161;
  cursor: pointer;
}
.mask .popup .popup-content {
  padding: 20px;
}
.mask .popup .popup-content .popup-content-block {
  height: 34px;
  margin-bottom: 15px;
  line-height: 34px;
  font-size: 12px;
}
.mask .popup .popup-content .popup-content-block .block-l {
  float: left;
  width: 100px;
}
.mask .popup .popup-content .popup-content-block .block-l .xing {
  color: #ff4400;
}
.mask .popup .popup-content .popup-content-block .block-r {
  float: left;
}
.mask .popup .popup-content .popup-content-block .block-r .jishu {
  position: relative;
  float: left;
}
.mask .popup .popup-content .popup-content-block .block-r .danwei {
  float: left;
  margin-left: 5px;
}
.mask .popup .popup-content .popup-content-block .block-r .jia {
  position: absolute;
  right: 34px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
.mask .popup .popup-content .popup-content-block .block-r .jian {
  position: absolute;
  right: 34px;
  top: 17px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
.mask .popup .popup-content .popup-content-block .block-r .number {
  width: 34px;
  position: absolute;
  right: 0;
  top: 0;
}
.mask .popup .wrap-content {
  background: #fff;
  margin-bottom: 20px;
  padding: 27px 32px 32px;
  margin-bottom: 24px;
}
.mask .popup .wrap-content .ivu-form-item-content {
  font-size: 14px;
}
.mask .popup .wrap-content .item-jian {
  position: absolute;
  left: -26px;
  top: 8px;
  width: 19px;
  height: 19px;
  background: url("../images/delete_product_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.mask .popup .wrap-content .content-input-title-squre .item-label-require {
  color: #f5222d;
}
.mask .popup .wrap-content .content-title {
  display: inline-block;
  margin-bottom: 14px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.mask .popup .wrap-content .content-input-title {
  height: 35px;
  font-size: 0;
}
.mask .popup .wrap-content .content-input-title .content-input-title-squre {
  display: inline-block;
  font-size: 14px !important;
  margin-right: 16px;
}
.mask .popup .wrap-content .content-input-title .content-input-title-squre .item-label {
  font-size: 14px;
}
.mask .popup .wrap-content .content-input-title .item-label {
  display: inline-block;
  padding-bottom: 11px;
}
.mask .popup .wrap-content .content-input-title .item-label-require {
  color: #f5222d;
}
.mask .popup .wrap-content .content-container {
  margin-bottom: 20px;
  font-size: 0;
}
.mask .popup .wrap-content .content-container .item-jian {
  display: inline-block;
  display: none;
  width: 19px;
  height: 19px;
  margin: 0 6.5px 7.5px -25.5px;
  background: url("../images/delete_product_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -6px;
}
.mask .popup .wrap-content .content-container .item-container {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.mask .popup .wrap-content .content-container .item-container .item-label {
  display: inline-block;
  padding-bottom: 11px;
}
.mask .popup .wrap-content .content-container .item-container .item-label-require {
  color: #f5222d;
}
.mask .popup .wrap-content .content-container .item-container .upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 34px;
  color: #1E9FFF;
  line-height: 34px;
  margin-top: -7px;
  width: 100px;
  vertical-align: top;
}
.mask .popup .wrap-content .content-container .item-container .upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.mask .popup .wrap-content .content-container .item-container .upload .show-img {
  display: none;
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
}
.mask .popup .wrap-content .content-container .item-container .upload .show-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.mask .popup .wrap-content .content-container .item-container .item-container-select {
  height: 34px;
}
.mask .popup .wrap-content .content-container .item-container .item-container-select .item-container-squre {
  display: inline-block;
}
.mask .popup .wrap-content .content-addbtn {
  height: 22px;
  line-height: 22px;
  padding-left: 0;
  border: none;
  color: #1E9FFF;
  background: #fff;
  cursor: pointer;
}
.mask .popup .wrap-content .division {
  height: 1px;
  border: none;
  margin: 20px 0 25px;
  background: #eee;
}
.mask .popup .wrap-content .content-tj {
  margin: 0 auto;
  width: 150px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #ff4400;
  cursor: pointer;
}
.mask .popup .wrap-content .content-tj:hover {
  background: #fc6c38;
}
.mask .popup .wrap-content .attachment-list {
  width: 730px;
}
.mask .popup .wrap-content .attachment-list .attachment-list-item {
  display: inline-block;
  position: relative;
  margin: 10px 20px 0 0;
  width: 220px;
  padding: 0 15px;
  height: 32px;
  border: 1px solid #ccc;
  line-height: 32px;
  background: #fbc6b3;
}
.mask .popup .wrap-content .attachment-list .attachment-list-item .ext {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background: url("../images/sprite_sj_icons.png") no-repeat;
  z-index: 1;
}
.mask .popup .wrap-content .attachment-list .attachment-list-item .ext.png {
  background-position: -9px -108px;
}
.mask .popup .wrap-content .attachment-list .attachment-list-item .name-con {
  position: relative;
  float: left;
  width: 158px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  z-index: 1;
}
.mask .popup .wrap-content .attachment-list .attachment-list-item .item-remover {
  position: relative;
  top: -2px;
  float: left;
  cursor: pointer;
  z-index: 1;
}
.mask .popup .wrap-content .imgs-list {
  float: left;
  margin-right: 10px;
}
.mask .popup .wrap-content .imgs-list li {
  float: left;
  margin-left: 10px;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
}
.mask .popup .wrap-content .imgs-list li .img-zhezhao {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
}
.mask .popup .wrap-content .imgs-list li img {
  display: block;
  width: 100%;
  height: 100%;
}
.mask .popup .wrap-content .imgs-list li:hover .img-zhezhao {
  display: block;
}
