.putong-neirong {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 54px 0 88px;
}

.putong-neirong img {
  max-width: 100%;
  height: auto;
}

.putong-neirong .container,
.putong-neirong .wrapper,
.putong-neirong .autoM,
.putong-neirong .beacon-center {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.putong-neirong .page-title-blk__title {
  color: #102343;
  font-size: 32px !important;
  line-height: 1.4;
}

.putong-neirong .submit-row {
  display: flex;
  justify-content: center;
}

.putong-neirong .order-ctx {
  max-width: 760px;
  margin: 0 auto;
}

.putong-neirong .order-r {
  margin-right: 0 !important;
}

.putong-neirong .order {
  min-height: 500px;
  padding-top: 60px;
  background: url("../images/order-bgc.png") no-repeat left top;
  background-size: 555px 500px;
}

.putong-neirong .order-ctx {
  display: flex;
  justify-content: space-between;
}

.putong-neirong .cp-title .sp1 {
  font-size: 28px;
}

.putong-neirong .cp-title .sp2 {
  display: block;
  margin: 5px 0 0 28px;
  font-size: 18px;
}

.putong-neirong .order-base {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.putong-neirong .order-title {
  width: 80px;
  color: #444;
  font-size: 14px;
  text-align: right;
}

.putong-neirong .order-detail {
  display: flex;
  align-items: center;
}

.putong-neirong .order-detail label {
  width: 84px;
  height: 28px;
  margin-left: 10px;
  border: 1px solid #e0dcdc;
  border-radius: 4px;
  color: #999090;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.putong-neirong .order-detail .liColor {
  border: 0;
  background: skyblue;
  color: #fff;
}

.putong-neirong .order-base .in {
  width: 278px;
  margin-left: 10px;
  border-bottom: 1px solid #666060;
}

.putong-neirong .order-base .in-ctx {
  width: 278px;
  margin-bottom: 10px;
  border: 0;
  background: transparent;
  color: #333030;
  font-size: 14px;
  padding-left: 10px;
}

.putong-neirong .order-base .in-ctx::placeholder {
  color: #999090;
}

.putong-neirong .submit-row {
  width: 278px;
  margin: 25px auto 0;
}

.putong-neirong .submit-row .submit {
  width: 278px;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: skyblue;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 767px) {
  .putong-neirong {
    width: calc(100% - 32px);
    padding: 34px 0 58px;
  }

  .putong-neirong .order {
    min-height: 0;
    padding-top: 34px;
    background-size: 420px auto;
  }

  .putong-neirong .order-ctx {
    display: block;
  }

  .putong-neirong .order-detail label {
    width: 68px;
  }

  .putong-neirong .order-r {
    margin: 30px 0 0 !important;
  }

  .putong-neirong .submit-row,
  .putong-neirong .submit-row .submit {
    width: 100%;
  }
}
