.set-psd-wrapper .main-wrapper {
  background: #f9f9f9;
  min-width: 1000px;
}
.set-psd-wrapper .main-wrapper .set-psd-container {
  padding-top: 155px;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box {
  width: 800px;
  height: 360px;
  background: #fff;
  margin: 0 auto;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .title {
  height: 50px;
  line-height: 50px;
  background: #e8bd7e;
  color: #000;
  font-size: 18px;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper {
  width: 550px;
  margin: 50px auto 0;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .psd-row {
  font-size: 0;
  margin-bottom: 30px;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .psd-row .label {
  width: 90px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  margin-right: 10px;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .psd-row .input-wrapper {
  width: 450px;
  height: 46px;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .psd-row .input-wrapper input {
  outline: none;
  width: 450px;
  text-align: center;
  font-size: 15px;
  padding: 14px 0;
  border: 1px solid #e5e5e5;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .psd-row .input-wrapper input input,
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .psd-row .input-wrapper input::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 15px;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .psd-row .input-wrapper input::-moz-placeholder {
  color: #a9a9a9;
  font-size: 15px;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .psd-row .input-wrapper input:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 15px;
}
.set-psd-wrapper .main-wrapper .set-psd-container .set-psd-box .psd-wrapper .submit-btn {
  width: 320px;
  height: 50px;
  line-height: 50px;
  background-color: #e8bd7e;
  font-size: 16px;
  margin: 50px auto 0;
  cursor: pointer;
}
.set-psd-wrapper .main-wrapper .set-success-wrapper {
  padding-top: 155px;
  display: none;
}
.set-psd-wrapper .main-wrapper .set-success-wrapper .set-success-container {
  width: 800px;
  height: 360px;
  background: #fff;
  margin: 0 auto;
}
.set-psd-wrapper .main-wrapper .set-success-wrapper .set-success-container .title {
  height: 50px;
  line-height: 50px;
  background: #e8bd7e;
  color: #000;
  font-size: 18px;
}
.set-psd-wrapper .main-wrapper .set-success-wrapper .set-success-container .set-success-icon {
  width: 150px;
  margin: 35px auto 0;
  font-size: 30px;
  padding-top: 105px;
  background: url("../imgs/set-success.png") no-repeat top center;
  background-size: 81px 81px;
}
.set-psd-wrapper .main-wrapper .set-success-wrapper .set-success-container .confirm-btn {
  width: 320px;
  height: 50px;
  line-height: 50px;
  background-color: #e8bd7e;
  font-size: 16px;
  margin: 40px auto 0;
  cursor: pointer;
}
