.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: calc(36 / 750 * 100vw);
  font-weight: bold;
}

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

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



.ej-buy .content-box {
  margin: calc(60 / 750 * 100vw) 0 calc(180 / 750 * 100vw);
}
.ej-buy .step-box {
  position: relative;
}
.ej-buy .step-box ul {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  height: calc(120 / 750 * 100vw);
  overflow: hidden;
  border-radius: 5px;
}
.ej-buy .step-box ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 10px;
  border-radius: 5px;
  background: #eee;
}
.ej-buy .step-box ul li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.ej-buy .step-box ul li.current::before, .ej-buy .step-box ul li.visited::before, .ej-buy .step-box ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 10px;
  width: 50%;
  background: #004f9e;
}
.ej-buy .step-box ul li.visited::before {
  width: 100%;
  left: -50%;
}
.ej-buy .step-box ul li.visited::before {
  left: 0;
}
.ej-buy .step-box ul li.current::before {
  width: 100%;
  left: -50%;
}
.ej-buy .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-buy .step-box ul li:nth-child(1)::after {
  background: url("../images/simulation-experience/num_01.png") no-repeat center/auto;
}
.ej-buy .step-box ul li:nth-child(2)::after {
  background: url("../images/simulation-experience/num_02.png") no-repeat center/auto;
}
.ej-buy .step-box ul li:nth-child(3)::after {
  background: url("../images/simulation-experience/num_03.png") no-repeat center/auto;
}
.ej-buy .step-box ul li:nth-child(4)::after {
  background: url("../images/simulation-experience/num_04.png") no-repeat center/auto;
}
.ej-buy .step-box ul li.current:nth-child(2)::after {
  background: url("../images/simulation-experience/num_02_a.png") no-repeat center/auto;
}
.ej-buy .step-box ul li.current:nth-child(3)::after {
  background: url("../images/simulation-experience/num_03_a.png") no-repeat center/auto;
}
.ej-buy .step-box ul li.current:nth-child(4)::after {
  background: url("../images/simulation-experience/num_04_a.png") no-repeat center/auto;
}
.ej-buy .step-box ul li.visited::after {
  background: url("../images/simulation-experience/num_00.png") no-repeat center/auto;
  z-index: 99;
}
.ej-buy .step-box ul li p {
  margin-top: calc(80 / 750 * 100vw);
  line-height: 1;
  color: #999;
}
.ej-buy .step-box ul li.current p {
  color: #004f9e;
}
.ej-buy .step-box ul li.start::before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ej-buy .step-box ul li.end.current::before, .ej-buy .step-box ul li.end.visited::before {
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ej-buy .step-form {
  margin: calc(50 / 750 * 100vw) auto 0 auto;

  width: 100%;
}
.ej-buy .step-form:not(:first-child) {
  display: none;
}
.ej-buy .step-form .blue {
  color: #508ad4;
}
.ej-buy .step-form .green {
  color: #49921d;
}
.ej-buy .step-form .red {
  color: #e43437;
}
.ej-buy .step-form label {
  color: #999;
  text-align: right;
  width: 168px;
  font-weight: normal;
}
.ej-buy .step-form .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}
.ej-buy .step-form .table-responsive .table-img {
  width: 232%;
}
.ej-buy .step-form .table-responsive .table-bordered {
  border: 1px solid #ddd;
  width: 220%;

}
.ej-buy .step-form .table-responsive .table-bordered th,
.ej-buy .step-form .table-responsive .table-bordered td {
  padding: 8px;
  line-height: 1.42857143;
  font-style: normal;
  font-weight: normal;
}
.ej-buy .step-form .table-responsive .table-bordered tbody td:not(:last-child) {
  border-right: 1px solid #ddd;
}
.ej-buy .step-form .table-responsive .table-bordered thead {
  background: #1eb9e5;
  color: #fff;
}
.ej-buy .step-form .table-responsive .table-bordered thead th {
  text-align: center;
}
.ej-buy .step-form .info-des {
  margin-top: var(--ej-font-size-extra-large);
  text-align: left;
  color: #edb357;
  display: flex;
  align-items: center;
}
.ej-buy .step-form .info-des img {
  margin: 0 5px;
  vertical-align: middle;
}
.ej-buy .step-form .back-btn {
  text-align: center;
  display: block;
  margin-top: calc(42 / 750 * 100vw);
  color: #333;
}
.ej-buy .step-form .btn-box .submit-btn {
  width: 380px;
  border-radius: 0;
  height: calc(80 / 750 * 100vw);
  padding: 0;
  line-height: calc(80 / 750 * 100vw);
  color: #fff;
  background-color: #80a7ce;
  border: none;
}
.ej-buy .step-form .form-group {
  margin-bottom: var(--ej-font-size-extra-large);
  position: relative;
}
.ej-buy .step-form .des {
  padding-left: 10px;
  width: 100%;
  margin: 0 auto;
  color: #999;

  font-size: var(--ej-font-size-extra-small);
  text-align: left;
}
.ej-buy .step-form.step-1 {

}
.ej-buy .step-form.step-1 .buy-btn {
  text-align: center;
  /* width: 60px; */
  height: 26px;
  line-height: 26px;
  color: #fff;
  border: none;
  background: #1fb9e5;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.ej-buy .step-form.step-1 .buy-btn img {
  margin-right: 5px;
  vertical-align: middle;
}
.ej-buy .step-form.step-1 .dsfof-btn {
  cursor: auto;
  width: 42px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  border: none;
  background: #bbb;
  border-radius: 3px;
}
.ej-buy .step-form.step-2 .table-bordered tbody {
  border-top: 1px solid #ddd;
}
.ej-buy .step-form.step-2 .table-bordered tbody td:not(:last-child) {
  border-right: none;
}
.ej-buy .step-form.step-2 .table-bordered td {
  padding: 27px 8px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.ej-buy .step-form.step-2 .table-bordered td:last-child {
  display: flex;
  align-items: center;
}
.ej-buy .step-form.step-2 .table-bordered td input {
  vertical-align: top;
}
.ej-buy .step-form.step-2 .table-bordered thead {
  background: #eee;
  color: #000;
}
.ej-buy .step-form.step-2 .table-bordered thead th {
  text-align: center;
  border: none;
}
.ej-buy .step-form.step-2 .table-bordered .amount {
  margin-right: 5px;
  font-weight: bold;
}
.ej-buy .step-form.step-2 .table-bordered .capitalization {
  position: absolute;
  top: 4px;
  font-size: var(--ej-font-size-extra-small);
  background: #fffdca;
  color: #fc7d2d;
  border: 1px solid #facf66;
  display: inline-block;
  padding: 2px;
}
.ej-buy .step-form.step-2 .btn-box {
  background: #e9f0f4;
  padding: var(--ej-font-size-extra-large);
  padding-bottom: calc(110 / 750 * 100vw);
  margin-top: calc(70 / 750 * 100vw);
  text-align: left;
}
.ej-buy .step-form.step-2 .btn-box .read-box {
  margin-bottom: calc(30 / 750 * 100vw);
}
.ej-buy .step-form.step-2 .btn-box .read {
  vertical-align: middle;
  margin: 0;
  margin-right: 5px;
}
.ej-buy .step-form.step-2 .btn-box .btn {
  float: right;
  width: calc(180 / 750 * 100vw);
  border-radius: 0;
  height: calc(80 / 750 * 100vw);
  padding: 0;
  line-height: calc(80 / 750 * 100vw);
  color: #fff;
  background-color: #80a7ce;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.ej-buy .step-form.step-3 .btn-box.blue-btn-box .btn {
  width: calc(164 / 750 * 100vw);
  background: #094d9b;
  color: #fff;
  border-radius: 0;
  margin-top: calc(20 / 750 * 100vw);
}
.ej-buy .step-form.step-3 .blue-btn-box {
  text-align: left;
  background: #e9f0f4;
  padding: calc(32 / 750 * 100vw);
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.ej-buy .step-form.step-3 .blue-btn-box .read-box {
  border-bottom: 1px dashed #ccc;
}
.ej-buy .step-form.step-3 .blue-btn-box .info {
  text-align: left;
  display: inline-block;
}
.ej-buy .step-form.step-3 .blue-btn-box .info-r {
  float: right;
}
.ej-buy .step-form.step-3 .blue-btn-box input {
  /*vertical-align: middle;*/
  margin: 0;
  margin-right: 5px;
  padding: 0 5px;
}
.ej-buy .step-form.step-3 .blue-btn-box label {
  width: inherit;
}
.ej-buy .step-form.step-3 .blue-btn-box .form-group {
  margin-top: 10px;
  color: #999;
}
.ej-buy .step-form.step-3 .blue-btn-box .form-group input {
  border: 1px solid #ccc;
}
.ej-buy .step-form.step-3 .blue-btn-box .form-group input[type=password] {
  color: #333;
  height: calc(50 / 750 * 100vw);
width: calc(264 / 750 * 100vw);}
.ej-buy .step-form.step-3 .blue-btn-box .info-img {
  margin-top: 10px;
}
.ej-buy .step-form.step-3 .blue-btn-box .back-btn {
  display: inline-block;
  padding: 0 var(--ej-font-size-extra-large);
}
.ej-buy .step-form.step-4 {
  text-align: center;
}
.ej-buy .step-form.step-4 .img-box {
  margin: 0 auto calc(20 / 750 * 100vw);
width: calc(160 / 750 * 100vw);}
.ej-buy .step-form.step-4 .img-box img {
  width: 100%;
}
.ej-buy .step-form.step-4 .des {
  text-align: center;
  margin-top: calc(20 / 750 * 100vw);
  margin-bottom: calc(60 / 750 * 100vw);
  line-height: var(--ej-font-size-medium);
}
