html,
body {
  margin: 0;
  padding: 0;
}
.enterprise-procurement .banner {
  width: 100%;
}
.enterprise-procurement .banner img {
  width: 100%;
}
.enterprise-procurement .case {
  padding: 59px 0 88px 0;
  background: #fff;
}
.enterprise-procurement .case-title {
  font-size: 32px;
  color: #555;
  text-align: center;
}
.enterprise-procurement .case-desc {
  margin-top: 8px;
  font-size: 20px;
  color: #99A2BC;
  text-align: center;
}
.enterprise-procurement .case-box {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enterprise-procurement .case-box img {
  width: 48%;
}
.enterprise-procurement .custom {
  font-size: 0;
}
.enterprise-procurement .custom img {
  width: 100%;
}
.enterprise-procurement .intention {
  padding: 65px 0 30px 0;
  background: #fff;
}
.enterprise-procurement .intention-title {
  font-size: 34px;
  color: #555555;
  letter-spacing: 0;
  text-align: center;
}
.enterprise-procurement .intention-desc {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #99A2BC;
  letter-spacing: 0;
  text-align: center;
}
.enterprise-procurement .intention-form {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 130px;
  position: relative;
}
.enterprise-procurement .intention-form .form-mask {
  pointer-events: none;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 10px;
  right: -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(#ffffff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%);
  border-radius: 29px;
}
.enterprise-procurement .intention-form .form-inner {
  z-index: 10;
  padding: 10px 50px;
  padding-top: 1px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 29px;
}
.enterprise-procurement .intention-form .form-item {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 20px 0;
  background: #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(143, 148, 159, 0.53);
          box-shadow: inset 0 -1px 0 0 rgba(143, 148, 159, 0.53);
}
.enterprise-procurement .intention-form .form-input {
  z-index: 11;
  pointer-events: auto;
  height: 100%;
  position: relative;
  left: 20px;
  font-size: 20px;
  color: #777;
  background: none;
  outline: none;
  border: none;
}
.enterprise-procurement .intention-form .form-input::-webkit-input-placeholder {
  color: #777;
  font-size: 16px;
}
.enterprise-procurement .intention-form .form-input:-ms-input-placeholder {
  color: #777;
  font-size: 16px;
}
.enterprise-procurement .intention-form .form-input::-ms-input-placeholder {
  color: #777;
  font-size: 16px;
}
.enterprise-procurement .intention-form .form-input::placeholder {
  color: #777;
  font-size: 16px;
}
.enterprise-procurement .intention-form .form-submit {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 242px;
  height: 65px;
  line-height: 65px;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 20px;
  color: #5B413A;
  text-align: center;
  background: #FEB800;
  border-radius: 48.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
}
.enterprise-procurement .intention-form .form-submit:hover {
  cursor: pointer;
}
.enterprise-procurement .submit-modal {
  z-index: 30;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 50px 60px 30px 60px;
  background: #fff;
  border-radius: 8px;
}
.enterprise-procurement .submit-modal .modal-close {
  background: url('/img/enterprise-procurement/icon-close.png') no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -15px;
  top: -18px;
  cursor: pointer;
}
.enterprise-procurement .submit-modal .modal-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enterprise-procurement .submit-modal .modal-item .item-name {
  width: 110px;
  font-size: 18px;
  color: #bbb;
}
.enterprise-procurement .submit-modal .modal-item .item-value {
  font-size: 20px;
  color: #4A4A4A;
}
.enterprise-procurement .submit-modal .modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enterprise-procurement .submit-modal .modal-confirm {
  width: 150px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FEB800;
  border-radius: 52.82px;
  font-size: 19px;
  color: #5B413A;
  text-align: center;
  cursor: pointer;
  position: relative;
  left: -10px;
}
.enterprise-procurement .submit-modal .modal-cancel {
  width: 150px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #979797;
  border-radius: 52.82px;
  font-size: 19px;
  color: #5B413A;
  text-align: center;
  cursor: pointer;
  position: relative;
  right: -10px;
}
.enterprise-procurement .mask {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.63);
}
.enterprise-procurement .tip {
  z-index: 30;
  padding: 20px 30px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.valid-name::-webkit-input-placeholder {
  color: #D04611 !important;
}
.valid-name:-ms-input-placeholder {
  color: #D04611 !important;
}
.valid-name::-ms-input-placeholder {
  color: #D04611 !important;
}
.valid-name::placeholder {
  color: #D04611 !important;
}
.valid-phone {
  color: red !important;
}
