/**-----------------------------**\
     清楚浮动
\**-----------------------------**/
.clear-fix:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body {
  width: 100%;
  background: #f5f5f5;
}
.common-header .nr-nav ul .nr-nav-demand a {
  color: #ff6900;
  font-weight: bold;
  font-size: 16px;
}
.common-header .nr-nav ul .nr-nav-demand a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #ff6900;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-demand {
  background: #ff751a;
  position: relative;
}
.headerBox-fixed .nr-nav ul .nr-nav-demand::before {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  left: -24px;
  bottom: 0;
  background: #ff751a;
}
.headerBox-fixed .nr-nav ul .nr-nav-demand::after {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  right: -24px;
  bottom: 0;
  background: #ff751a;
}
.headerBox-fixed .nr-nav ul .nr-nav-demand a {
  color: #fff;
}
.headerBox-fixed .nr-nav ul .nr-nav-demand a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #fff;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-demand a:hover {
  color: #fff !important;
}
.demand-wrap {
  position: relative;
  width: 100%;
}
.damand-wrap-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 380px;
}
.demand-form {
  margin: 0 auto;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 2px 15px 0px #d7d7d7;
  border: solid 1px #e5e5e5;
  position: relative;
}
.demand-form-title {
  margin-top: 40px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.demand-form-title div {
  float: left;
}
.demand-form-title i {
  display: inline-block;
  vertical-align: middle;
}
.form-title-right,
.form-title-right:hover,
form-title-right:active {
  position: absolute;
  top: 40px;
  right: 30px;
  color: #929292;
  font-size: 14px;
}
i.icon-package {
  width: 21px;
  height: 21px;
  margin: 0 10px 0 35px;
  background: url('/public/img/project/03-项目标题.png') no-repeat center;
  background-size: 100% 100%;
}
i.icon-right {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url('/public/img/new/xiaji.png') no-repeat center;
  background-size: 100% 100%;
  vertical-align: -1px;
  margin-left: 8px;
}
/**-----------------------------**\
     表单上部分
\**-----------------------------**/
.demand-form-content li {
  width: 520px;
  height: 40px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  margin-left: 371px;
  margin-top: 20px;
  position: relative;
  padding-left: 15px;
}
.demand-form-content .system-detail-checkbox {
  height: auto;
}
.demand-form-content .system-detail-checkbox p {
  display: inline-block;
}
.demand-form-content .system-detail-checkbox .system-box.hidden {
  height: 200px;
  overflow-y: hidden;
}
.demand-general li:first-child {
  margin-top: 50px;
}
.demand-general li.item-phone {
  width: 360px;
}
.demand-detail li.item-desc {
  width: 520px;
  height: 113px;
  padding: 15px 15px 25px 15px;
}
.demand-detail li.item-desc p {
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.demand-form-content li label {
  position: absolute;
  font-size: 14px;
  top: -1px;
  text-align: right;
  display: inline-block;
  width: 150px;
  left: -150px;
  line-height: 40px;
  color: #333;
}
.demand-form-content label span {
  color: #f35050;
  margin-right: 3px;
}
.demand-form-content li input.demand-input-text {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.demand-form-content li textarea {
  resize: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
/**-----------------------------**\
     表单下部分
\**-----------------------------**/
.demand-detail {
  width: 100%;
  font-size: 14px;
}
.demand-detail .no-border {
  padding-left: 0;
  border: 0;
  line-height: 40px;
}
.demand-detail .demand-detail-title label {
  font-size: 18px;
  left: -160px;
}
.demand-detail-radio input,
.demand-detail-checkbox input,
.demand-detail-radio input:checked,
.demand-detail-checkbox input:checked {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  margin-right: 5px;
  cursor: pointer;
}
.demand-detail-radio span,
.demand-detail-checkbox span {
  margin-right: 29px;
}
.demand-detail-radio input:before,
.demand-detail-checkbox input:before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 50%;
}
.demand-detail-radio input:checked + span,
.demand-detail-checkbox input:checked + span {
  color: #ff6900;
}
.demand-detail-radio input:checked:before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #ff6900;
  background-color: #fff;
  border-radius: 50%;
}
.demand-detail-radio input:checked:after {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  z-index: 3;
  background-color: #ff6900;
  border-radius: 50%;
}
.demand-detail-checkbox input {
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}
.demand-detail-checkbox input:before {
  border-radius: 0;
}
.demand-detail-checkbox input:checked:before {
  content: '';
  width: 7px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4.5px;
  background: transparent;
  border: 1px solid #ff6900;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #ff6900;
}
.demand-detail-checkbox input:checked:after {
  display: inline-block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border: 1px solid #ff6900;
  background-color: transparent;
}
.demand-detail .demand-detail-input {
  width: auto;
  border: 0;
  padding-left: 0;
}
.demand-detail .demand-detail-input input {
  height: 100%;
  box-sizing: border-box;
  width: 460px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
}
.demand-detail .demand-detail-input span {
  margin: 0 12px 0 25px;
}
.demand-detail .demand-detail-input span:last-child {
  margin-left: 13px;
}
.item-wxpect-time input {
  width: auto;
}
.item-wxpect-time div {
  margin-right: 21px;
}
.item-wxpect-time .el-input--suffix .el-input__inner {
  padding-right: 18px !important;
}
.item-options div {
  margin-right: 18px;
}
.item-options .el-input--suffix .el-input__inner {
  padding-right: 15px !important;
}
.demand-submit-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #ff6900;
  border-radius: 2px;
  margin: 40px auto 50px auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.more-item {
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  font-size: 12px;
}
.more-notop {
  margin-top: 10px;
}
/**-----------------------------**\
          $article-Interview
\**-----------------------------**/
.article-Interview {
  margin: 40px 0 60px 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.article-Interview-header {
  margin: 0 auto;
  height: 64px;
}
.article-Interview-header h5 {
  font-size: 22px;
  color: #333;
  float: left;
}
.article-Interview-header h5 .icon-people {
  display: inline-block;
  width: 28px;
  height: 24px;
  background-image: url('/public/img/new/dzfa-icon1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 3px 16px 0 0;
  vertical-align: text-top;
}
.article-Interview-header h5 .icon-text {
  display: inline-block;
  width: 22px;
  height: 25px;
  background-image: url('/public/img/new/dzfa-icon2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 3px 16px 0 8px;
  vertical-align: text-top;
}
.article-Interview-header a {
  width: 110px;
  height: 34px;
  background-color: #ffffff;
  border: solid 2px #e6e6e6;
  color: #333333;
  font-size: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  float: right;
}
.article-Interview-header a:hover {
  border-color: #ff6900;
  background-color: #ff6900;
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.article-Interview-content {
  margin: 0 auto;
}
.article-Interview-content .Interview-content-top li {
  width: 284px;
  height: 285px;
  border: solid 1px #ececec;
  box-sizing: border-box;
  position: relative;
  margin-right: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #fff;
  float: left;
}
.article-Interview-content .Interview-content-top li:last-child {
  margin-right: 0;
}
.article-Interview-content .Interview-content-top li:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.Interview-content-top li .Interview-content-img {
  width: 282px;
  height: 197px;
}
.article-Interview-content .Interview-content-top li .Interview-content-ico {
  width: 87px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.article-Interview-content .Interview-content-top li p {
  width: 240px;
}
.article-Interview-content .Interview-content-top li .Interview-content-name {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-size: 14px;
  color: #222;
  margin-top: 12px;
  margin-left: 5px;
  white-space: nowrap;
}
.article-Interview-content .Interview-content-top li .Interview-content-drc {
  font-size: 12px;
  color: #6d6d6d;
  margin-top: 5px;
  margin-left: 10px;
}
/**-----------------------------**\
          $plan-list-box
\**-----------------------------**/
.plan-list-box {
  margin: 40px auto 80px auto;
  font-size: 12px;
  color: #6d6d6d;
}
.plan-list-box .plan-info {
  width: 285px;
  height: 354px;
  border: 1px solid #e8e8e8;
  margin-bottom: 18px;
  margin-right: 14px;
  background: #fff;
  float: left;
}
.plan-list-box .plan-info:last-child {
  margin-right: 0;
}
.plan-list-box .plan-info .plan-info-img {
  position: relative;
}
.plan-list-box .plan-info .plan-info-img a {
  color: #fff;
}
.plan-list-box .plan-info .plan-info-img a img {
  width: 285px;
  height: 190px;
}
.plan-list-box .plan-info .plan-info-img a .brand-logo {
  width: 100px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.plan-list-box .plan-info .plan-info-img a .brand-logo img {
  width: 100px;
  height: 40px;
}
.plan-list-box .plan-info .plan-info-img a .plan-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-bottom-right-radius: 10px;
}
.plan-list-box .plan-info .plan-info-img a .hot-plan {
  background-color: #ff5c00;
}
.plan-list-box .plan-info h2 {
  padding: 14px 0 12px 0;
  width: 240px;
  margin: 0 auto;
}
.plan-list-box .plan-info h2 a {
  color: #222;
  display: inline-block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plan-list-box .plan-info .plan-introduce {
  border-top: 1px solid #e9e9e9;
  width: 240px;
  margin: 0 auto;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  padding-top: 5px;
  word-wrap: break-word;
}
.plan-list-box .plan-info .plan-introduce a {
  color: #6d6d6d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.plan-info .plan-publish {
  width: 240px;
  margin: 20px auto 0 auto;
}
.plan-list-box .plan-info .plan-publish .plan-time {
  width: 50%;
  float: left;
  color: #a0a0a0;
}
.plan-list-box .plan-info .plan-publish .plan-time span {
  margin-right: 3px;
}
.plan-list-box .plan-info .plan-publish .plan-money {
  width: 50%;
  float: right;
  text-align: right;
  color: #f35050;
}
.plan-list-box .plan-info .user-collect {
  width: 240px;
  margin: 10px auto 0 auto;
}
.plan-list-box .plan-info .user-collect span,
.plan-list-box .plan-info .user-collect span,
.plan-list-box .plan-info .user-collect span {
  color: #f35050;
  margin-right: 3px;
}
.plan-list-box .plan-info .user-collect .user-browse {
  width: 34%;
  float: left;
}
.plan-info .user-collect .user-comment {
  width: 33%;
  float: left;
  text-align: center;
}
.plan-list-box .plan-info .user-collect .user-download {
  width: 33%;
  float: right;
  text-align: right;
}
/**-----------------------------**\
     提交成功
\**-----------------------------**/
.demand-submitted {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demand-submitted img {
  width: 56px;
  height: 56px;
  margin-top: 73px;
}
.demand-submitted h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #222;
}
.demand-submitted p {
  font-size: 14px;
  color: #a1a1a1;
  text-align: left;
  line-height: 30px;
}
.demand-submitted p span {
  color: #ff5c00;
}
.demand-submitted p a {
  color: #1aa4f5;
}
.demand-submitted h3 + div {
  margin-top: 20px;
}
.demand-submitted .submit-more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #1bbfda;
  border-radius: 2px;
  margin: 40px auto 73px auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}
.length-value {
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: -1px;
  right: 10px;
  font-size: 12px;
}
.mask-layer-black {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
}
/**-----------------------------**\
     我的定制需求
\**-----------------------------**/
.demand-list {
  margin: 0 35px;
  padding: 35px 0 40px;
  border-bottom: 1px solid #d8d8d8;
}
.demand-list-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.demand-list-title i.icon-demand {
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url('/public/img/demand/demand-list.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  vertical-align: -3px;
  margin-right: 10px;
}
.demand-list-title span {
  position: relative;
  top: -1px;
  color: #777;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}
.demand-list-title span.is-active {
  color: #ff5c01;
}
.demand-list-title span.is-active:after {
  content: '';
  position: absolute;
  border-left: 2px solid #e5e5e5;
  height: 13px;
  right: -1px;
  top: 4px;
}
.demand-list-wrap {
  margin-top: 35px;
  padding: 0 35px;
  position: relative;
}
.demand-list-wrap i.prev-btn,
.demand-list-wrap i.next-btn {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 17px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.demand-list-wrap i.prev-btn {
  background-image: url('/public/img/demand/prev_btn.png');
  left: 0;
}
.demand-list-wrap i.prev-btn:hover {
  background-image: url('/public/img/demand/prev_active_btn.png');
}
.demand-list-wrap i.next-btn {
  background-image: url('/public/img/demand/next_btn_1.png');
  right: 0;
}
.demand-list-wrap i.next-btn:hover {
  background-image: url('/public/img/demand/next_active_btn.png');
}
.demand-list-wrap ul {
  font-size: 0;
}
.demand-list-wrap ul li {
  position: relative;
  display: inline-block;
  height: 122px;
  width: 468px;
  font-size: 14px;
  padding-left: 28px;
  box-sizing: border-box;
}
.demand-list-wrap ul li:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('/public/img/demand/border-icon.png') no-repeat center;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}
.demand-list-wrap ul li:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('/public/img/demand/border-icon.png') no-repeat center;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
}
.demand-list-wrap ul li:first-child {
  margin-right: 114px;
}
.demand-list-wrap ul li .border-left {
  content: '';
  position: absolute;
  height: 87px;
  border-left: 1px solid #bbebf3;
  left: 9px;
  top: 18px;
}
.demand-list-wrap ul li .info-status {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.demand-list-wrap ul li .info-status span {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
}
.demand-list-wrap ul li .info-desc {
  width: 440px;
  height: 54px;
  box-sizing: border-box;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 6px;
  margin-top: 15px;
}
.demand-list-wrap ul li .info-desc p {
  font-size: 12px;
  color: #777777;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.demand-list-wrap ul li .info-btn {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.demand-list-wrap ul li .info-btn a {
  display: inline-block;
  box-sizing: border-box;
  height: 20px;
  line-height: 18px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  color: #1dbfda;
  margin-left: 10px;
  border: 1px solid #1dbfda;
  font-weight: normal;
  vertical-align: middle;
}
.demand-list-wrap ul li .info-btn a.pay-btn {
  border: none;
  background: #f35050;
  color: #fff;
}
.banner-upper {
  position: relative;
  z-index: 1;
  display: block;
  width: 1190px;
  margin: 0 auto;
  padding: 20px 0;
  min-height: 80px;
}
.banner-upper img {
  width: 100%;
  height: 260px;
}
.upload-box {
  padding-left: 0 !important;
  border: none !important;
  height: auto !important;
}
.upload-box .enclosure-file {
  min-height: 35px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.upload-box .enclosure-file .enclosure-file-header {
  width: 740px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.upload-box .enclosure-file .enclosure-file-header span {
  color: #ff3c47;
  display: inline-block;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
}
.upload-box .enclosure-file .enclosure-file-header .upload-file {
  width: 130px;
  height: 33px;
  border: solid 1px #ff6900;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.upload-box .enclosure-file .enclosure-file-header .upload-file img {
  position: absolute;
  top: 9px;
  left: 27px;
  width: 16px;
  height: 16px;
}
.upload-box .enclosure-file .enclosure-file-header .upload-file span {
  font-size: 13px;
  color: #ff6900;
  position: absolute;
  top: 0;
  right: 27px;
}
.upload-box .enclosure-file .enclosure-file-header p {
  height: 35px;
  position: absolute;
  top: 0;
  left: 120px;
  color: #a0a0a0;
  font-size: 10px;
  transform: scale(0.9);
  width: 430px;
  display: flex;
  align-items: center;
}
.upload-box .enclosure-file ul {
  width: 600px;
  margin: 50px 0 20px 0;
}
.upload-box .enclosure-file ul li {
  overflow: hidden;
  margin-bottom: 10px;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border: none;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  padding-left: 0;
}
.upload-box .enclosure-file ul li span {
  margin-left: 30px;
  color: #ff6900;
  cursor: pointer;
}
.upload-box .enclosure-file ul li p {
  color: #222;
  font-size: 12px;
  float: left;
}
.upload-box .enclosure-file ul li button {
  float: left;
  color: #a0a0a0;
  font-size: 12px;
  margin-left: 32px;
  cursor: pointer;
}
.one-key-tips {
  position: absolute;
  top: 280px;
  right: 0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.one-key-tips .one-key-title {
  width: 160px;
  height: 48px;
  background: #ff5c00;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.one-key-tips .one-key-content {
  padding: 25px 0 32px;
  background: #fff;
}
.one-key-tips .one-key-content .one-key-server-icon {
  width: 32px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.one-key-tips .one-key-content .one-key-text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 16px;
  margin: 10px auto;
}
.one-key-tips .one-key-content .one-key-server-btn {
  width: 100px;
  height: 30px;
  background: #ff6900;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  margin: 0 auto;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}
.one-key-tips .one-key-content .one-key-line {
  height: 29px;
  border-bottom: 1px dashed #eeeeee;
}
.one-key-tips .one-key-content .one-key-t-y {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff5c00;
  line-height: 17px;
  padding-left: 10px;
}
.one-key-tips .one-key-content .one-key-t-b {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 17px;
  padding-left: 10px;
}
.demand-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
}
.demand-model-main {
  width: 786px;
  padding: 0 24px;
  box-sizing: border-box;
  background: #fff;
}
.demand-model-title {
  height: 70px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.demand-model-title img {
  width: 24px;
  height: auto;
  cursor: pointer;
}
.demand-model-form {
  padding: 0 0 30px;
}
.demand-model-form .demand-form-content li {
  margin: 24px 0 0 120px;
}
.demand-model-form li.item-desc {
  width: 520px;
  height: 113px;
  padding: 15px 15px 25px 15px;
}
.demand-model-form li.item-desc p {
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.demand-model-form .demand-btn-box {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demand-model-form .demand-model-remove-btn {
  width: 96px;
  height: 34px;
  background: #cfcfcf;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 14px;
  cursor: pointer;
}
.demand-model-form .demand-model-submit-btn {
  width: 96px;
  height: 34px;
  background: #ff6900;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
