.ej-container,
.ej-wrapper {
  width: 100%;
}

.ej-tips-content {
  margin: 0 auto;
  padding: calc(100 / 750 * 100vw) calc(32 / 750 * 100vw) calc(50 / 750 * 100vw);

  text-align: center;
}
.ej-tips-content h1 {
  font-size: calc(46 / 750 * 100vw);
  color: var(--ej-color-primary);
  margin-bottom: calc(30 / 750 * 100vw);
  font-weight: bold;
  margin-top: 0;
}
.ej-tips-content .des {
  margin-bottom: 0;
  color: #999;
  line-height: calc(40 / 750 * 100vw);
}

.ej-form-content .form {
  background: #fff;
  padding: calc(50 / 750 * 100vw) calc(32 / 750 * 100vw);
  box-sizing: border-box;
}
.ej-form-content .form .input {
  font-size: calc(28 / 750 * 100vw);margin: 0;
  height: calc(80 / 750 * 100vw);
  width: 47.6%;
  background-color: #eee;
  border: none;
  padding: 0 calc(20 / 750 * 100vw);
}
/*.ej-form-content .form .input:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}*/
.ej-form-content .form .form-group {
  border-top: 1px solid #eee;
  padding: calc(30 / 750 * 100vw) 0;
  margin: 0;
}
.ej-form-content .form .form-group:first-child {
  border: none;display: flex;
  justify-content: space-between;
}
.ej-form-content .form .form-group .input-l {
  margin-right: 3%;
}
.ej-form-content .form .form-group label {
  display: block;
  font-size: calc(30 / 750 * 100vw);
  margin-bottom: calc(18 / 750 * 100vw);
  font-weight: 700;
}
.ej-form-content .form .form-group .check-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: calc(50 / 750 * 100vw);
  line-height: calc(60 / 750 * 100vw);
}
.ej-form-content .form .form-group .check-box .check-img {
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  background: url(../images/satisfied-form/icon_08.png) no-repeat center/16px;
}
.ej-form-content .form .form-group .check-box .check-name {
  margin-left: calc(8 / 750 * 100vw);
font-size: calc(28 / 750 * 100vw);}
.ej-form-content .form .form-group .check-box input[type=radio] {
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  left: 0;
  z-index: 99;
  height: 16px;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  top: 5px;
}
.ej-form-content .form .form-group .check-box input[type=radio]:checked + .check-img {
  background: url(../images/satisfied-form/icon_08_a.png) no-repeat center/16px;
}
.ej-form-content .form .form-group textarea {
  width: 100%;
  height: calc(350 / 750 * 100vw);
  background-color: #eee;
  border: none;
  padding: calc(30 / 750 * 100vw);
  resize: none;
}
.ej-form-content .form .form-group textarea:focus {
  outline: 0;
}
.ej-form-content .form .btn-box .submit-btn {
  height: 50px;
  width: 100%;
  background-color: #fdd100;
  border-radius: 6px;
}
.ej-form-content .form .btn-box .btn {
  display: inline-block;

  margin-bottom: 0;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.ej-form-content .form .btn-box .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.alertBox-submit {
  text-align: center;
  color: #999;
}
.alertBox-submit .title {
  font-size: 24px;
  color: #0554a3;
  margin: 20px 0;
  font-weight: bold;
}
.alertBox-submit .des {
  margin-bottom: 60px;
}
.alertBox-submit .time {
  margin-bottom: 60px;
}

.alertBox {
  display: none;
  min-width: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0;
  z-index: 999999999;
}
.alertBox .pop-title {
  position: relative;
  padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw);
}
.alertBox .pop-title .close-pop-btn {
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background: url(../images/satisfied-form/close.png) no-repeat;
  width: 13px;
  height: 13px;
}
.alertBox .pop-title .close-pop-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.alertBox .pop-container {
  padding: 0 40px;
}
.img-box img{width: 50%}
