body {
  background: #f1f1f1;
}
.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 .content-squre {
  margin-top: 10px;
}
.header .main .header-icon .user-list .user-list-content .squre-title {
  line-height: 32px;
  font-weight: bold;
  color: #999999;
}
.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;
}
.order {
  width: 1200px;
  margin: 0 auto 80px;
  padding-top: 112px;
}
.order .order-enquiry-head {
  position: relative;
  width: 100%;
  height: 48px;
  background: #f8f8f8;
  color: #959595;
}
.order .order-enquiry-head .enquiry-info {
  float: left;
  width: 50%;
  font-size: 0;
}
.order .order-enquiry-head .enquiry-info > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  font-size: 14px;
}
.order .order-enquiry-head .enquiry-info > span.code {
  margin-right: 24px;
}
.order .order-enquiry-head .part-share {
  text-align: right;
  line-height: 48px;
  margin-right: 22px;
}
.order .order-enquiry-head .enquiry-share {
  display: inline-block;
  vertical-align: middle;
}
.order .order-enquiry-head .share {
  float: left;
}
.order .order-enquiry-head .share .share-tips {
  float: left;
  height: 30px;
  color: #656565;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
.order .order-enquiry-head .share .share-list {
  float: left;
}
.order .order-enquiry-head .share .share-list .share-item {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 2px;
  position: relative;
  top: 0;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code {
  -webkit-box-shadow: 0 0 16px 0 rgba(53, 53, 53, 0.2);
          box-shadow: 0 0 16px 0 rgba(53, 53, 53, 0.2);
  background: #fff;
  display: none;
  z-index: 3;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code.share-qr-code-wx {
  width: 180px;
  position: absolute;
  top: 36px;
  right: -92px;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code.share-qr-code-wx .share-img {
  padding: 30px 32px;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code.share-qr-code-wx img {
  width: 115px;
  display: block;
  margin: 0 auto;
  height: 115px;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code.share-qr-code-wx .share-txt {
  height: 44px;
  background: #f5f5f5;
  color: #353535;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code.share-qr-code-qq {
  display: none;
  width: 180px;
  position: absolute;
  top: 36px;
  right: -92px;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code.share-qr-code-qq .share-img {
  padding: 30px 32px;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code.share-qr-code-qq img {
  width: 115px;
  display: block;
  margin: 0 auto;
  height: 115px;
}
.order .order-enquiry-head .share .share-list .share-item .share-qr-code.share-qr-code-qq .share-txt {
  height: 44px;
  background: #f5f5f5;
  color: #353535;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
}
.order .order-enquiry-head .share .share-list .share-item.active div.share-qr-code {
  display: block;
}
.order .order-enquiry-head .share .share-list .share-item.active i {
  color: #2d8cf0;
}
.order .order-enquiry-head .share .share-list .share-item.active .share-qr-code.share-qr-code-qq::after,
.order .order-enquiry-head .share .share-list .share-item.active .share-qr-code.share-qr-code-wx::after {
  content: " ";
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 66px;
  top: -12px;
}
.order .part-enquiry-info {
  background: #fff;
}
.order .part-enquiry-info .enquiry-info {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  height: 196px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f1f1;
}
.order .part-enquiry-info .enquiry-info .company-info {
  padding-top: 54px;
}
.order .part-enquiry-info .enquiry-info .company-info .company-name {
  display: inline-block;
  max-width: 472px;
  line-height: 30px;
  color: #353535;
  font-size: 20px;
  margin-bottom: 10px;
}
.order .part-enquiry-info .enquiry-info .company-info .quotenum {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-left: 16px;
  margin-top: -2px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  color: #ff7300;
}
.order .part-enquiry-info .enquiry-info .company-info .quotenum .txt-bold {
  font-weight: 600;
  margin-right: 5px;
}
.order .part-enquiry-info .enquiry-info .company-info .contact {
  line-height: 22px;
  font-size: 0;
}
.order .part-enquiry-info .enquiry-info .company-info .contact .phone {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  color: #656565;
  font-size: 14px;
  position: relative;
}
.order .part-enquiry-info .enquiry-info .operation {
  float: right;
  padding-top: 32px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-right: 8px;
  border-radius: 4px;
  color: #000;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box .quote-time {
  min-width: 325px;
  text-align: center;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box .countdown-box {
  position: relative;
  margin-bottom: 21px;
  text-align: center;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box .countdown-box .horizontal-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e6e6e8;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box .countdown-box .horizontal-line.fix {
  margin-top: 5px;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box .countdown-box .countdown {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  font-size: 14px;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box .countdown-box .countdown span {
  padding: 0 8px;
  font-size: 14px;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box .countdown-box .countdown .highlight {
  color: #ff4400;
  font-size: 30px;
}
.order .part-enquiry-info .enquiry-info .operation .quote-box .quote-btn {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 0;
}
.order .part-enquiry-info .enquiry-info .operation .cut-off-button span {
  display: inline-block;
  border: 1px solid #c5c5c5;
  color: #959595;
  width: 124px;
  line-height: 40px;
  text-align: center;
  cursor: not-allowed;
}
.order .part-enquiry-info .yug-clr {
  zoom: 1;
}
.order .mod-content {
  background: #fff;
}
.order .mod-content .part-goods {
  width: 1120px;
  padding-top: 40px;
  margin: 0 auto 32px;
}
.order .mod-content .part-goods .part-content .table-title {
  height: 40px;
  line-height: 40px;
  background: #f1f6ff;
  font-size: 12px;
  color: #353535;
}
.order .mod-content .part-goods .part-content .table-list {
  padding-top: 24px;
  background: #e9f0fe;
}
.order .mod-content .part-goods .part-content .table-list .subtotal {
  line-height: 32px;
  position: relative;
}
.order .mod-content .part-goods .part-content .table-list .subtotal .remove {
  position: absolute;
  right: 0;
  top: 2px;
  cursor: pointer;
  color: #316ccb;
  display: none;
}
.order .mod-content .part-goods .part-content .table-list .list-ul:hover .subtotal .remove {
  display: block;
}
.order .mod-content .part-goods .part-content .table-total {
  height: 60px;
  background: #f1f6ff;
}
.order .mod-content .part-goods .part-content .table-total p {
  line-height: 60px;
  text-align: right;
  padding-right: 20px;
}
.order .mod-content .part-goods .part-content .table-addreb {
  padding: 10px 20px 30px;
  background: #f1f6ff;
}
.order .mod-content .part-goods .part-content .table-qita {
  padding-top: 20px;
}
.order .mod-content .part-goods .part-content .table-qita .ivu-collapse {
  background-color: transparent;
  border-radius: none;
  border: none;
}
.order .mod-content .part-goods .part-content .table-qita .ivu-collapse .ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header {
  border-bottom: none;
}
.order .mod-content .part-goods .part-content .table-qita .ivu-collapse .ivu-collapse-content {
  background: #eee;
}
.order .mod-content .part-goods .part-content .table-qita .ivu-collapse .ask-list .ask-item {
  line-height: 22px;
  margin-bottom: 12px;
  font-size: 0;
}
.order .mod-content .part-goods .part-content .table-qita .ivu-collapse .ask-list .ask-item .item-title {
  display: inline-block;
  color: #353535;
  font-size: 12px;
  vertical-align: middle;
}
.order .mod-content .part-goods .part-content .table-qita .ivu-collapse .ask-list .ask-item .item-content {
  display: inline-block;
  color: #353535;
  font-size: 12px;
  vertical-align: middle;
}
.order .mod-content .part-pics {
  width: 1120px;
  margin: 0 auto 32px;
}
.order .mod-content .part-pics .pics li {
  position: relative;
  float: left;
  width: 110px;
  height: 100px;
  margin: 0 0 20px 20px;
}
.order .mod-content .part-pics .pics li img {
  display: block;
  width: 100%;
  height: 100%;
}
.order .mod-content .part-pics .pics li .search {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background: #000;
  color: #fff;
}
.order .mod-content .part-pics .pics p {
  text-align: center;
  line-height: 100px;
}
.order .mod-content .part-ask {
  width: 1120px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 auto 32px;
}
.order .mod-content .part-ask .ask-list .ask-item {
  line-height: 22px;
  margin-bottom: 12px;
  font-size: 0;
}
.order .mod-content .part-ask .ask-list .ask-item .item-title {
  display: inline-block;
  color: #353535;
  font-size: 14px;
  vertical-align: middle;
}
.order .mod-content .part-ask .ask-list .ask-item .item-content {
  display: inline-block;
  color: #353535;
  font-size: 14px;
  vertical-align: middle;
}
.order .mod-content .part-quote {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
.order .mod-content .part-quote .part-content {
  padding-bottom: 40px;
}
.order .mod-content .part-head {
  margin-bottom: 12px;
}
.order .mod-content .part-head h3 {
  line-height: 28px;
  color: #353535;
  font-size: 18px;
  text-indent: 12px;
  position: relative;
}
.order .mod-content .part-head h3::before {
  content: " ";
  width: 4px;
  height: 16px;
  background: #ff4400;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
}
.order .success-content {
  background: #fff;
  padding-bottom: 30px;
}
.order .success-content .success-icon {
  text-align: center;
  font-size: 40px;
  color: #2d8cf0;
}
.order .success-content .success-button {
  text-align: center;
  margin-top: 20px;
}
.order .success-content .success-info {
  width: 600px;
  margin: 50px auto 0;
}
.order .success-content .success-info .success-info-l {
  float: left;
  width: 300px;
  border-right: 1px solid #eee;
}
.order .success-content .success-info .success-info-l .info-l-title {
  font-size: 12px;
}
.order .success-content .success-info .success-info-l p {
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order .success-content .success-info .success-info-l p span {
  font-size: 14px;
  margin-right: 5px;
}
.order .success-content .success-info .success-info-r {
  float: left;
  width: 300px;
  text-align: center;
}
.order .success-content .success-info .success-info-r a {
  margin-left: 20px;
  font-weight: normal;
}
.order .success-content .success-info .success-info-r .info-r-m {
  margin-top: 10px;
}
.order .success-content .success-info .success-info-r .info-r-m span {
  font-size: 20px;
  font-weight: bold;
}
.order .success-content .success-info .success-info-r .info-r-b {
  margin-top: 18px;
  color: #999;
}
.order .quyu {
  position: relative;
}
.order .quyu .quyu-zhezhao {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/static/images/mohu.png") 0 0;
  background-size: cover;
  overflow: hidden;
  z-index: 10;
}
.order .quyu a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.order .quyu a img {
  width: 500px;
  height: auto;
}
.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;
  z-index: 10;
}
.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;
}
.jigong-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000000;
}
.jigong-mask .jiagong-squre {
  width: 800px;
  margin: 100px auto 0;
  background: #fff;
  border: 1px solid #eee;
  font-size: 14px;
}
.jigong-mask .jiagong-squre .title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.jigong-mask .jiagong-squre .content {
  height: 300px;
  overflow-y: auto;
  padding: 0 60px;
}
.jigong-mask .jiagong-squre .content h3 {
  line-height: 50px;
}
.jigong-mask .jiagong-squre .content p {
  line-height: 40px;
  margin-bottom: 20px;
}
.jigong-mask .jiagong-squre .bottom {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.jigong-mask .jiagong-squre .bottom .ivu-btn {
  padding: 6px 30px;
  border-radius: 0;
}
.yuntu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}
.yuntu-wrapper .yuntu {
  position: relative;
  height: 600px;
  width: 1200px;
  padding: 20px;
  margin: 50px auto;
  background: #fff;
  border-radius: 6px;
}
.yuntu-wrapper .yuntu span {
  position: absolute;
  right: -11px;
  top: -25px;
  font-size: 30px;
  font-weight: bold;
  color: #ff4400;
}
.yuntu-wrapper .yuntu span iframe {
  border: none;
}
.zhifu-type {
  display: inline-block;
  width: 100px;
  border: 1px solid #eee;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
.zhifu-type.active {
  border: 1px solid #ff4400;
}
