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

body {
  overflow-x: hidden;
}

footer {
  margin-top: 0;
}


.ej-wrapper.ej-color {
  background-color: var(--ej-color-white);
}

h5 {
  font-size: var(--ej-font-size-medium);
  font-weight: bold;
}

h3 {
  font-size: 24px;
  font-weight: bold;
}

h6,
h5,
h4,
h3,
h2,
h1,
ol,
ul,
dl {
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  outline: none;
}



img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  max-width: 100%;
}
.line-img{
  display: flex;
  justify-content: center;
}
.line-img img{
  width: 36%;
}
.ej-transformation .content-box {
  margin: calc(60 / 750 * 100vw) 0 calc(180 / 750 * 100vw);
}
.ej-transformation .step-box {
  position: relative;
}
.ej-transformation .step-box ul {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  height: 65px;
  overflow: hidden;
  border-radius: 5px;
}
.ej-transformation .step-box ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 10px;
  border-radius: 5px;
  background: #eee;
}
.ej-transformation .step-box ul li {
  width: 33.333333%;
  float: left;
  text-align: center;
  position: relative;
}
.ej-transformation .step-box ul li.current::before, .ej-transformation .step-box ul li.visited::before, .ej-transformation .step-box ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 10px;
  width: 50%;
  background: #004f9e;
}
.ej-transformation .step-box ul li.visited::before {
  width: 100%;
  left: -50%;
}
.ej-transformation .step-box ul li.visited::before {
  left: 0;
}
.ej-transformation .step-box ul li.current::before {
  width: 100%;
  left: -50%;
}
.ej-transformation .step-box ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  z-index: 99;
}
.ej-transformation .step-box ul li:nth-child(1)::after {
  background: url("../images/simulation-experience/num_01.png") no-repeat center/auto;
}
.ej-transformation .step-box ul li:nth-child(2)::after {
  background: url("../images/simulation-experience/num_02.png") no-repeat center/auto;
}
.ej-transformation .step-box ul li:nth-child(3)::after {
  background: url("../images/simulation-experience/num_03.png") no-repeat center/auto;
}
.ej-transformation .step-box ul li:nth-child(4)::after {
  background: url("../images/simulation-experience/num_04.png") no-repeat center/auto;
}
.ej-transformation .step-box ul li.current:nth-child(2)::after {
  background: url("../images/simulation-experience/num_02_a.png") no-repeat center/auto;
}
.ej-transformation .step-box ul li.current:nth-child(3)::after {
  background: url("../images/simulation-experience/num_03_a.png") no-repeat center/auto;
}
.ej-transformation .step-box ul li.current:nth-child(4)::after {
  background: url("../images/simulation-experience/num_04_a.png") no-repeat center/auto;
}
.ej-transformation .step-box ul li.visited::after {
  background: url("../images/simulation-experience/num_00.png") no-repeat center/auto;
  z-index: 99;
}
.ej-transformation .step-box ul li p {
  margin-top: 50px;
  line-height: 1;
  color: #999;
}
.ej-transformation .step-box ul li.current p {
  color: #004f9e;
}
.ej-transformation .step-box ul li.start::before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ej-transformation .step-box ul li.end.current::before, .ej-transformation .step-box ul li.end.visited::before {
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ej-transformation .step-form {
  margin: 50px auto 0 auto;
  max-width: 960px;
  width: 100%;
}
.ej-transformation .step-form:not(:first-child) {
  display: none;
}
.ej-transformation .step-form .blue {
  color: #508ad4;
}
.ej-transformation .step-form .red {
  color: #e43437;
}
.ej-transformation .step-form input[type=password] {
  color: #333;
  width: calc(220 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  border: 1px solid #ccc;
  vertical-align: middle;
  margin: 0;
  margin-right: calc(10 / 750 * 100vw);
  padding: 0 calc(10 / 750 * 100vw);
}
.ej-transformation .step-form label {
  color: #999;
  text-align: right;
  width: calc(140 / 750 * 100vw);
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(15 / 750 * 100vw);
}
.ej-transformation .step-form .back-btn {
  text-align: center;
  display: block;
  margin-top: 50px;
  color: #333;
}
.ej-transformation .step-form .btn-box {
  text-align: center;
  margin-top: calc(50 / 750 * 100vw);
}
.ej-transformation .step-form .btn-box .submit-btn {
  width: 100%;
  border-radius: 0;
  height: calc(80 / 750 * 100vw);
  padding: 0;
  line-height: calc(80 / 750 * 100vw);
  color: #fff;
  background-color: #80a7ce;
  border: none;
}
.ej-transformation .step-form .input,
.ej-transformation .step-form select {
  width: calc(280 / 750 * 100vw);
  height: 30px;
  background: transparent;
  border: 1px solid #eee;
}
.ej-transformation .step-form .border {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.ej-transformation .step-form .form-group {
  margin-bottom: var(--ej-font-size-extra-large);
  position: relative;
}
.ej-transformation .step-form input[type=checkbox],
.ej-transformation .step-form input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}
.ej-transformation .step-form .img-des {
  font-size: var(--ej-font-size-extra-small);
  padding-left: calc(145 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) 0;
}
.ej-transformation .step-form.step-1 img {
  width: 100%;
}
.ej-transformation .step-form.step-2 .input {
  vertical-align: middle;
  padding: 0 calc(10 / 750 * 100vw);
  width: calc(230 / 750 * 100vw);
  line-height: 1;
}
.ej-transformation .step-form.step-2 label {
  width: calc(140 / 750 * 100vw);
}
.ej-transformation .step-form.step-2 .bank-img {
  margin-left: 5px;
  width: 130px;
  height: 50px;
}
.ej-transformation .step-form.step-2 .des {
  padding-left: 10px;
  width: 404px;
  margin: 0 auto;
  color: #999;
  line-height: 24px;
  font-size: var(--ej-font-size-extra-small);
  text-align: left;
}
.ej-transformation .step-form.step-2 .btn-box .submit-btn {
  width: 380px;
  border-radius: 0;
  height: 50px;
  padding: 0;
  line-height: 50px;
  color: #fff;
  background-color: #80a7ce;
}
.ej-transformation .step-form.step-2 .btn-box a {
  display: block;
  color: #fff;
}
.ej-transformation .step-form.step-2 .btn-box .back-btn {
  display: block;
  margin-top: 25px;
  color: #333;
}
.ej-transformation .step-form.step-2 .file-btn {
  height: 30px;
  display: inline-block;
}
.ej-transformation .step-form.step-2 .file-input {
  position: absolute;
  top: 0;
  left: 170px;
  width: 60px;
  opacity: 0;
  height: var(--ej-font-size-extra-large);
}
.ej-transformation .step-form.step-2 .file-img {
  max-height: 100px;
}
.ej-transformation .step-form.step-2 .btn-box {
  text-align: left;
  background: #e9f0f4;
  padding: calc(32 / 750 * 100vw);
  margin-top: 0;
}
.ej-transformation .step-form.step-2 .btn-box .read-box {
  border-bottom: 1px dashed #ccc;
}
.ej-transformation .step-form.step-2 .btn-box .form-group {

  color: #999;
margin: 0 calc(-30 / 750 * 100vw);margin-bottom: calc(20 / 750 * 100vw);}
.ej-transformation .step-form.step-2 .btn-box .read-box {
  margin-bottom: calc(30 / 750 * 100vw);
}
.ej-transformation .step-form.step-2 .btn-box label {
  width: inherit;
}
.ej-transformation .step-form.step-2 .btn-box .read {
  vertical-align: middle;
  margin: 0;
  margin-right: 5px;
}
.ej-transformation .step-form.step-2 .btn-box .btn {
  width: calc(180 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  line-height: calc(80 / 750 * 100vw);
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  background: #094d9b;
  color: #fff;

}
.ej-transformation .step-form.step-2 .btn-box .info-img {
  margin-top: calc(30 / 750 * 100vw);
}
.ej-transformation .step-form.step-3 {
  text-align: center;
}
.ej-transformation .step-form.step-3 .finished-box {
  border: 1px solid #daf0b0;
  background: #f4ffdf;
  padding: 65px 0;
}
.ej-transformation .step-form.step-3 .finished-head {
  margin-bottom: var(--ej-font-size-extra-large);
}
.ej-transformation .step-form.step-3 .finished-head .icon {
  width: 8%;
}
.ej-transformation .step-form.step-3 .finished-head .title {
  font-size: var(--ej-font-size-extra-large);
  display: inline-block;
  padding: 0 calc(30 / 750 * 100vw);
}
.ej-transformation .step-form.step-3 .finished-con ul {
  display: inline-block;
  padding: 0 calc(30 / 750 * 100vw);
}
.ej-transformation .step-form.step-3 .finished-con ul li {
  float: left;
  width: 33.33%;
  font-size: var(--ej-font-size-extra-small);
  line-height: var(--ej-font-size-medium);
margin-bottom: calc(30 / 750 * 100vw);}
.ej-transformation .step-form.step-3 .finished-con ul .title {
  color: #4b9320;
}
.ej-transformation .step-form.step-3 .finished-con ul .date {
  color: #999;
}

.ej-sellout .step-form .form-group {
  margin-bottom: var(--ej-font-size-extra-large);
  position: relative;
}
.ej-sellout .step-form.step-2 .btn-box label,
.ej-sellout .step-form.step-2 label {
  width: calc(235 / 750 * 100vw);
}
.ej-sellout .step-form.step-2 .img-1 {
  margin-right: calc(10 / 750 * 100vw);
width: 57%;}
.ej-sellout .step-form.step-2 .txt-1 {
  margin-left: 4px;
}
.ej-sellout .step-form.step-2 .txt-2 {
  margin-left: 10px;
  font-size: var(--ej-font-size-extra-small);
}
.ej-sellout .step-form.step-2 .img-num {
  width: calc(410 / 750 * 100vw);
  display: inline-block;
}
.ej-sellout .step-form.step-2 select {
  width: 126px;
  padding: 0 10px;
}
.ej-sellout .step-form.step-2 .btn-box .read-box {
  margin-bottom: calc(30 / 750 * 100vw);
}
