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

body {
  overflow-x: hidden;
  line-height: 24px;
}

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%;
}

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

.alertBox-submit {
  text-align: center;
  color: #999;
}

.alertBox {
  display: none;
  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: 99;
}

.pop-title {
  position: relative;
}
.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/fund-transaction/transformation/close.png") no-repeat;
  width: var(--ej-font-size-small);
  height: var(--ej-font-size-small);
}
.pop-title .close-pop-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pop-container {
  padding: 0 40px;
}

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

  width: 100%;
}
.ej-withdraw .step-form:not(:first-child) {
  display: none;
}
.ej-withdraw .step-form .blue {
  color: #508ad4;
}
.ej-withdraw .step-form .yellow {
  color: #edb357;
}
.ej-withdraw .step-form input[type=password] {
  color: #333;
  width: calc(180 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  border: 1px solid #ccc;
  vertical-align: middle;
  margin: 0;
  margin-right: calc(20 / 750 * 100vw);
  padding: 0 calc(10 / 750 * 100vw);
}
.ej-withdraw .step-form label {
  color: #999;
  text-align: right;
  width: 168px;
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.ej-withdraw .step-form .back-btn {
  text-align: center;
  display: block;
  margin-top: calc(50 /750*100vw);
  color: #333;
}
.ej-withdraw .step-form .btn-box {
  text-align: center;
  margin-top: calc(50 / 750 * 100vw);
}
.ej-withdraw .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-withdraw .step-form .input,
.ej-withdraw .step-form select {
  width: 172px;
  height: 30px;
  background: transparent;
  border: 1px solid #eee;
}
.ej-withdraw .step-form .border {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.ej-withdraw .step-form .form-group {
  margin-bottom: var(--ej-font-size-extra-large);
  position: relative;
}
.ej-withdraw .step-form.step-1 img {
  width: 100%;
}
.ej-withdraw .step-form.step-2 .input {
  vertical-align: middle;
  padding: 0 10px;
}
.ej-withdraw .step-form.step-2 .btn-box {
  text-align: left;
  background: #e9f0f4;
  padding: calc(30  / 750*100vw);
  margin-top: 0;
}
.ej-withdraw .step-form.step-2 .btn-box .form-group {

  color: #999;
}
.ej-withdraw .step-form.step-2 .btn-box label {
  width: inherit;
}
.ej-withdraw .step-form.step-2 .btn-box .submit-btn {
  height: 50px;
  width: 380px;
  border-radius: 0;
  padding: 0;
  line-height: 50px;
  color: #fff;
  background-color: #80a7ce;
}
.ej-withdraw .step-form.step-2 .btn-box .step-2-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-color: #094d9b;
  color: #fff;
  margin: calc(30 / 750 * 100vw);
}
.ej-withdraw .step-form.step-2 .btn-box a {
  display: block;
  color: #fff;
}
.ej-withdraw .step-form.step-2 .btn-box .back-btn {
  display: block;
  margin-top: 25px;
  color: #333;
}
.ej-withdraw .step-form.step-2 .blue-btn-box {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.ej-withdraw .step-form.step-2 .blue-btn-box .back-btn {
  display: inline-block;
  padding: 0 var(--ej-font-size-extra-large);
  margin-top: 25px;
  color: #333;
  text-align: center;
}
.ej-withdraw .step-form.step-2 .read-box {
  border: none;

}
.ej-withdraw .step-form.step-2 .submit-btn {


}
.ej-withdraw .step-form.step-2 .record-box {
  border-bottom: 1px dashed #eee;
}
.ej-withdraw .step-form.step-2 .record-box .record-head {
  background: #f7f7f7;
}
.ej-withdraw .step-form.step-2 .record-box .record-head li {
  width: calc(180 / 750 * 100vw);
  text-align: center;
  height: calc(80 / 750 * 100vw);
  line-height: calc(80 / 750 * 100vw);
}
.ej-withdraw .step-form.step-2 .record-box .record-head li.on {
  background: #fff;
  border-top: 2px solid #edb357;
  color: #edb357;
  font-weight: bold;
}
.ej-withdraw .step-form.step-2 .record-box .record-con {
  font-size: var(--ej-font-size-extra-small);
  padding: 35px 0;
}
.ej-withdraw .step-form.step-2 .record-box .record-con .title {
  color: #999;
  text-align: right;
  padding: 0;
  width: calc(180 / 750 * 100vw);
}
.ej-withdraw .step-form.step-2 .record-box .record-con .txt {
  text-align: left;
  padding-right: calc(30 / 750 * 100vw);
  padding-left: calc(30 / 750 * 100vw);
}
.ej-withdraw .step-form.step-3 {
  text-align: center;
}
.ej-withdraw .step-form.step-3 .jjzh-alert {
  position: absolute;
  min-width: 80%;
  height: 185px;
}
.ej-withdraw .step-form.step-3 .jjzh-alert .pop-title {
  padding: var(--ej-font-size-extra-large);
}
.ej-withdraw .step-form.step-3 .jjzh-alert .pop-container-con {
  padding-bottom: var(--ej-font-size-extra-large);
}
.ej-withdraw .step-form.step-3 .jjzh-alert .pop-container-con .img-box {
  margin-bottom: var(--ej-font-size-extra-large);
}
.ej-withdraw .step-form.step-3 .jjzh-alert .pop-container-con .img-box img {
  width: calc(160 / 750 * 100vw);
}
.ej-withdraw .step-form.step-3 .jjzh-alert .pop-container-con .title {
  font-size: var(--ej-font-size-medium);
  color: #333;
  margin: var(--ej-font-size-extra-large) 0;
}
.ej-withdraw .step-form.step-3 .jjch-page .mask {
  position: absolute;
}
.ej-withdraw .step-form.step-3 .blue-btn-box {
  background: #e9f0f4;
}
.ej-withdraw .step-form.step-3 .btn-a {
  background-color: transparent;
  text-align: center;
  margin-top: calc(50  / 750*100vw);
  padding: 0;
}
.ej-withdraw .step-form.step-3 .btn-a a {
  display: block;
  margin-top: calc(30  / 750*100vw);
  color: #333;
  font-size: calc(30  / 750*100vw);
}
.ej-withdraw .step-form.step-3 .read-box {
  padding: 0;
  border-bottom: 1px dashed #ccc;
}
.ej-withdraw .step-form.step-3 .submit-btn {
  margin: 30px !important;
}
