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

body {
  overflow-x: hidden;
  background-color: #f8fafd;
}

footer {
  margin-top: 0;
}

.ej-wrapper { /* background-color: #f8fafd; */
}

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

main {
  padding-top: calc(50 / 750 * 100vw);
  /* padding-bottom: calc(120 / 750 * 100vw); */
}

.ej-simulation-nav li {
  height: 85px;
  line-height: 85px;
  font-weight: bold;
  background-color: var(--ej-color-white);
  border: solid 1px var(--ej-color-primary);
  font-size: var(--ej-font-size-large);
  color: var(--ej-color-primary);
  cursor: pointer;
}

.ej-simulation-nav li span {
  margin-left: 10px;
}

.ej-simulation-nav li em {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ej-simulation-nav li:nth-of-type(1) em {
  width: 32px;
  height: 25px;
}

.ej-simulation-nav li:nth-of-type(1).active em {
  background-image: url("../images/simulation-experience/icon-12.jpg") !important;
}

.ej-simulation-nav li:nth-of-type(2) em {
  width: 33px;
  height: 29px;
}

.ej-simulation-nav li:nth-of-type(2).active em {
  background-image: url("../images/simulation-experience/icon-22.jpg") !important;
}

.ej-simulation-nav li:nth-of-type(3) em {
  width: 30px;
  height: 32px;
}

.ej-simulation-nav li:nth-of-type(3).active em {
  background-image: url("../images/simulation-experience/icon-32.jpg") !important;
}

.ej-simulation-nav li:nth-of-type(4) em {
  width: 35px;
  height: 32px;
}

.ej-simulation-nav li:nth-of-type(4).active em {
  background-image: url("../images/simulation-experience/icon-42.jpg") !important;
}

.ej-simulation-nav li:not(:last-child) {
  border-right: none;
}

.ej-simulation-nav li.active {
  background-color: var(--ej-color-primary);
  color: var(--ej-color-white);
  border-bottom: none;
  border-top: 4px var(--ej-color-warning) solid;
  border-left: none;
  border-right: none;
  background-image: url("../images/simulation-experience/icon-active.jpg");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 50%;
}

.ej-simulation-nav li.active span {
  color: var(--ej-color-white);
}

.ej-opening .content-box {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: calc(104 / 750 * 100vw);
  box-sizing: border-box;
}

.ej-opening .step-box {
  position: relative;
}

.ej-opening .step-box .tab-nav {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--ej-color-primary);
  height: 80px;
}

.ej-opening .step-box ul li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  height: 100%;
}

/* .ej-opening .step-box ul li.current::before, .ej-opening .step-box ul li.visited::before, .ej-opening .step-box ul li::before { content: ""; position: absolute; left: 0; right: 0; bottom: 27px; height: 1px; width: 100%; background: #fff; } */
.ej-opening .step-box ul li::before {
  content: "";
  position: absolute;
  left: calc(50% + 10px);
  right: 0;
  bottom: 27px;
  height: 1px;
  width: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.5);
}

.ej-opening .step-box ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}

.ej-opening .step-box ul li.current::after {
  background: rgba(255, 255, 255, 1);
}

.ej-opening .step-box ul li p {
  margin-top: calc(50 / 750 * 100vw) !important;
  line-height: 1;
  color: #999;
}

.ej-opening .step-box ul li.current p {
  color: #fff;
}

.ej-opening .step-box ul li.end::before {
  display: none;
}

.ej-opening .step-form {
  margin: calc(80 / 750 * 100vw) auto 0 auto;
  width: 100%;
}

.ej-opening .step-form:not(:first-child) {
  display: none;
}

.ej-opening .step-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.ej-opening .step-form .form-group.addr-box .a {
  display: inline-block;
  vertical-align: middle;
}

.ej-opening .step-form .form-group.addr-box .pick-show {
  background-color: #eee;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0 10px;
  width: calc(521 / 750 * 100vw);
}

.ej-opening .step-form .form-group.addr-box .pick-show em.pick-arrow {
  display: none;
}

.ej-opening .step-form .form-group.addr-box .pick-show span {
  background: transparent !important;
  max-width: inherit !important;
  margin-top: 0 !important;
  height: 50px;
  line-height: 50px;
}

.ej-opening .step-form .form-group.addr-box .pick-show span:hover {
  color: #333 !important;
  background: #e8e6e6 !important;
}

.ej-opening .step-form .form-group.addr-box .pick-show span.pressActive {
  color: #000 !important;
  background: #e8e6e6 !important;
}

.ej-opening .step-form .form-group.addr-box .pick-list li {
  height: 40px;
  line-height: 40px;
}

.ej-opening .step-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  color: #333;
  text-align: right;
  width: calc(134 / 750 * 100vw);
  font-weight: normal;
  font-size: calc(24 / 750 * 100vw);
  vertical-align: middle;
}

.ej-opening .step-form .input {
  vertical-align: middle;
  background: #fff;
  height: calc(88 / 750 * 100vw);
  line-height: calc(88 / 750 * 100vw);
  border: none;
  width: calc(521 / 750 * 100vw);
  padding: 0 calc(20 / 750 * 100vw);
  border: solid 1px #dddddd;
}

.ej-opening .step-form .input#bankCard {
  width: calc(321 / 750 * 100vw);
}

.ej-opening .step-form .get-vercode-input {
  width: calc(286 / 750 * 100vw);
  vertical-align: top;
}

.ej-opening .step-form .get-vercode-btn {
  display: inline-block;
  width: calc(225 / 750 * 100vw);
  height: calc(88 / 750 * 100vw);
  text-align: center;
  line-height: calc(88 / 750 * 100vw);
  border: solid 1px var(--ej-color-primary);
  color: var(--ej-color-primary);
  font-size: var(--ej-font-size-base);
  cursor: pointer;
}

.ej-opening .step-form .info-des {
  display: none;
  text-align: left;
  margin: 15px 0 0 170px;
  color: #edb357;
}

.ej-opening .step-form .info-des img {
  max-width: 100%;
  margin: 0 5px;
  vertical-align: middle;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.ej-opening .step-form .bank-img {
  width: calc(154 / 750 * 100vw);
}

.ej-opening .step-form .des {
  padding: 0 calc(32 / 750 * 100vw);
  width: 100%;
  margin: calc(20 / 750 * 100vw) auto;
  color: #999;
  line-height: calc(38 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  text-align: left;
}

.ej-opening .step-form .check-box {
  position: relative;
  display: inline-block;
  margin-right: calc(50 / 750 * 100vw);
}

.ej-opening .step-form .check-box input[type=radio] {
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  left: 0;
  z-index: 99;
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  opacity: 0;
}

.ej-opening .step-form .check-box input[type=checkbox], .ej-opening .step-form .check-box input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

.ej-opening .step-form .check-box .check-img {
  background: url("../images/simulation-experience/icon_08.png") no-repeat center/16px;
  background-position: center;
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.ej-opening .step-form .check-box input[type=radio]:checked + .check-img {
  background-position: center;
  background: url("../images/simulation-experience/icon_08_a.png") no-repeat center/16px;
  background-size: cover;
}

.ej-opening .step-form .check-box .check-name {
  margin-left: 5px;
}

.ej-opening .step-form .select-addr {
  position: absolute;
  left: 168px;
  top: 0;
  width: 380px;
  height: 50px;
  display: inline-block;
  background: transparent;
  font-size: 14px;
  text-decoration: none;
}

.ej-opening .step-form .select-addr .pick-show, .ej-opening .step-form .select-addr .pick-show span {
  border: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
}

.ej-opening .step-form .select-addr .pick-show {
  position: relative;
  padding: 0 24px 0 8px;
  border-radius: 3px;
}

.ej-opening .step-form.finished-form {
  text-align: center;
}

.ej-opening .step-form.finished-form .img-box {
  margin-bottom: calc(20 / 750 * 100vw);
}
.ej-opening .step-form.finished-form .img-box img{
  width: calc(160 / 750*100vw);
  height: calc( 160 / 750*100vw);
}
.ej-opening .step-form .btn-box {
  text-align: center;
  margin-top: calc(50 / 750 * 100vw);
}

.ej-opening .step-form .btn-box .submit-btn {
  width: calc(380 / 750 * 100vw);
  border-radius: 0;
  height: calc(80 / 750 * 100vw);
  padding: 0;
  line-height: calc(80 / 750 * 100vw);
  color: #fff;
  background-color: var(--ej-color-primary);
  font-size: calc(30 / 750 * 100vw);
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.ej-opening .step-form .box-btn-1 {
  text-align: center;
}

.ej-opening .step-form .box-btn-1 .submit-btn {
  width: calc(280 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  line-height: calc(80 / 750 * 100vw);
}

.ej-opening .step-form .btn-box .submit-btn.step-3-btn {
  background-color: #fdd100;
  border-radius: 6px;
  color: #333;
  margin-top: 10px;
}

.ej-opening .step-form .btn-box .back-btn {
  display: block;
  margin-top: calc(30 / 750 * 100vw);
  color: #333;
}

.ej-opening .step-form .btn-box .step-3-btn {
  background: #fdd100;
  border-radius: 6px;
  color: #333;
  margin-top: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.ej-opening .ver-code-box .ver-btn {
  color: #004f9e;
  margin-left: -93px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.ej-opening .ver-code-box .ver-btn::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
}

.ej-opening #occupation, .ej-opening #statement {
  display: inline-block;
  position: relative;
}

.ej-opening #occupation .input, .ej-opening #statement .input {
  cursor: pointer;
  vertical-align: middle;
  background: #eee;
  border: none;
  display: inline-block;
}

.ej-opening #occupation i, .ej-opening #statement i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ej-opening #occupation .input-icon, .ej-opening #statement .input-icon {
  width: 11px;
  height: 6px;
  background: url(../images/simulation-experience/icon-bottom.jpg) no-repeat;
  right: 22px;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  margin-top: -3px;
}

.ej-opening #occupation .input-icon.active, .ej-opening #statement .input-icon.active {
  transition: all 0.3s ease-in;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.ej-opening #occupation .drop-down, .ej-opening #statement .drop-down {
  display: none;
  width: 100%;
  min-height: 100px;
  max-height: 250px;
  background-color: var(--ej-color-white);
  overflow: auto;
  position: absolute;
  z-index: 6;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
}

.ej-opening #occupation .drop-down .drop-down-name, .ej-opening #statement .drop-down .drop-down-name {
  padding: 10px var(--ej-font-size-extra-large);
  cursor: pointer;
  line-height: 1;
}

.ej-opening #occupation .drop-down .drop-down-name:hover, .ej-opening #statement .drop-down .drop-down-name:hover {
  font-weight: bold;
  color: var(--ej-color-primary);
}

.ej-opening #occupation .drop-down .drop-down-name.active, .ej-opening #statement .drop-down .drop-down-name.active {
  color: var(--ej-color-white);
  font-weight: bold;
  background-color: var(--ej-color-primary);
}
/*
.ej-transaction {
  min-height: 300px;
  padding-bottom: 120px;
} */

.ej-transaction .ej-transaction-row {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ej-transaction a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.ej-transaction .box-shadow, .ej-transaction .box-shadow-layout {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}


.ej-transaction img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: calc(100 / 750 * 100vw);
  height: calc(100 / 750 * 100vw);
}

.ej-transaction .list-box {
  margin: 0 auto;
}

.ej-transaction .list-box .title {
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  margin-bottom: calc(30 / 750 * 100vw);
}

.ej-transaction .list-box .box {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: calc(325 / 750 * 100vw);
  margin-bottom: calc(30 / 750 * 100vw);
}
.ej-transaction .list-box .box:nth-of-type(3),.ej-transaction .list-box .box:nth-of-type(4){
  margin-bottom: 0;
}

.ej-transaction .list-box .box:hover .title {
  color: #004f9e;
}

.ej-transaction .list-box .box-inner {
  height: calc(354 / 750 * 100vw);
  background: #f0f6fc;
}
.ej-transaction .list-box .box-inner .title{
  margin-top: calc(50 / 750*100vw);
}
.ej-transaction .list-box .box-inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.ej-transaction .list-box .img-box {
  text-align: center;
  padding-top: calc(90 / 750 * 100vw);
}

.ej-evaluating img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  max-width: 25%;
}

.ej-evaluating .content-box {
  margin: 0 auto;
  max-width: 1200px;
}

.ej-evaluating .content-box .title-box {
  text-align: center;
}

.ej-evaluating .content-box .title-box .title {
  display: inline-block;
  text-align: center;
  width: calc(394 / 750 * 100vw);
  height: calc(82 / 750 * 100vw);
  line-height: calc(82 / 750 * 100vw);
  background: url("../images/simulation-experience/evaluating-1.png") no-repeat center/contain;
}

.ej-evaluating .content-box .questions-box {
  background: var(--ej-color-white);
  margin-top: calc(-40 / 750 * 100vw);
  padding: calc(88 / 750 * 100vw) calc(30 / 750 * 100vw);
}

.ej-evaluating .content-box .questions-box .des {
  padding-bottom: calc(60 / 750 * 100vw);
  text-align: center;
  color: #999;
}

.ej-evaluating .content-box .questions-box .ques-con-box {
  max-width: 1080px;
  margin: 0 auto;
}

.ej-evaluating .content-box .questions-box .ques-con-box .progress-box {
  background-color: #f3f5f9;
  line-height: 6px;
  height: 6px;
  font-size: var(--ej-font-size-extra-small);
  position: relative;
}

.ej-evaluating .content-box .questions-box .ques-con-box .progress-box .progress {
  opacity: 0.5;
  background-color: var(--ej-color-warning);
  width: 0px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ej-evaluating .content-box .questions-box .ques-con-box .progress-box .pro-text {
  left: 0px;
  color: #004f9e;
  position: absolute;
  top: -17px;
  width: 100%;
}

.ej-evaluating .content-box .questions-box .ques-con-box .progress-box .progress-left {
  width: 100%;
}

.ej-evaluating .content-box .questions-box .ques-con-box .ques-num-box {
  font-size: var(--ej-font-size-extra-small);
  margin: calc(50 / 750 * 100vw) 0;
  color: #999;
}

.ej-evaluating .content-box .questions-box .ques-con-box .question_sum {
  color: #999;
}

.ej-evaluating .content-box .questions-box .ques-con-box .question {
  min-height: 244px;
}

.ej-evaluating .content-box .questions-box .ques-con-box .question .question_title {
  font-weight: bold;
  font-size: var(--ej-font-size-medium);
}

.ej-evaluating .content-box .questions-box .ques-con-box .question li {
  display: flex;
  align-items: center;
  font-size: calc(30 / 750 * 100vw);
}

.ej-evaluating .content-box .questions-box .ques-con-box .question li.question_info {
  line-height: calc(46 / 750 * 100vw);
  padding: calc(20 / 750 * 100vw) 0;
  margin: 0;
}

.ej-evaluating .content-box .questions-box .ques-con-box .question li.question_info input {
  width: calc(20 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: calc(-9 / 750 * 100vw);
}

.ej-evaluating .content-box .questions-box .ques-con-box .operation {
  margin-top: 50px;
}

.ej-evaluating .content-box .questions-box .ques-con-box .operation .form-group {
  display: flex;
  justify-content: center;
  color: var(--ej-color-white);
}

.ej-evaluating .content-box .questions-box .ques-con-box .operation .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(260 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  cursor: pointer;
}

.ej-evaluating .content-box .questions-box .ques-con-box .operation .btn:nth-child(1) {
  border: solid calc(2 / 750 * 100vw) var(--ej-color-primary);
  background-color: #fff;
  color: var(--ej-color-primary);
}

.ej-evaluating .content-box .questions-box .ques-con-box .operation .btn:nth-child(2) {
  margin-left: calc(30 / 750 * 100vw);
  color: #fff;
  background-color: var(--ej-color-primary);
}

.ej-evaluating .content-box .questions-box .ques-con-box .btn {
  width: calc(260 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  border-radius: 0;
  border: none;
}

.ej-evaluating .content-box .questions-box .ques-con-box .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ej-evaluating .content-box .questions-box .ques-con-box .next-btn {
  background-color: #80a7ce;
  color: var(--ej-color-white);
}

.ej-evaluating .content-box .questions-box .ques-con-box .prev-btn {
  background: transparent;
  color: #666;
}

.ej-evaluating .content-box .questions-box .finished .finished-form {
  text-align: center;
}

.ej-evaluating .content-box .questions-box .finished .finished-form.step-form {
  margin: 0 auto;
  width: 100%;
}

.ej-evaluating .content-box .questions-box .finished .finished-form .img-box {
  margin-bottom: var(--ej-font-size-extra-large);
}

.ej-evaluating .content-box .questions-box .finished .finished-form .des {
  margin: calc(50 / 750 * 100vw) auto 0;
  text-align: center;
  color: #999;
  font-size: var(--ej-font-size-extra-small);
  line-height: var(--ej-font-size-medium);
  width: 100%;
}

.ej-evaluating .content-box .questions-box .finished .finished-form .btn-box {
  text-align: center;
  font-size: var(--ej-font-size-base);
  font-weight: 400;
}

.ej-evaluating .content-box .questions-box .finished .finished-form .btn-box .submit-btn {
  width: calc(260 / 750 * 100vw);
  border-radius: 0;
  height: calc(80 / 750 * 100vw);
  padding: 0;
  line-height: calc(80 / 750 * 100vw);
  color: var(--ej-color-white);
  background-color: #80a7ce;
  margin: 0 auto;
}

.ej-evaluating .content-box .questions-box .finished .finished-form .btn-box .submit-btn a {
  color: var(--ej-color-white);
  text-decoration: none;
  background-color: transparent;
}

.ej-evaluating .content-box .questions-box .finished .finished-form .btn-box .back-btn {
  display: block;
  margin-top: calc(25 / 750 * 100vw);
  color: #333;
  text-decoration: none;
  font-size: var(--ej-font-size-base);
}

.ej-evaluating .content-box .questions-box .finished .finished-form .btn-box .back-btn:hover {
  font-weight: bold;
}

.ej-widgets {
  margin: 0 auto calc(50 / 750 * 100vw);
  background-color: var(--ej-color-white);
}

.ej-widgets.content {
  background: #f5f5f5;
  padding-bottom: 50px;
}

.ej-widgets .ej-widgets-nav {
  margin-bottom: calc(80 / 750 * 100vw);
}

.ej-widgets .ej-widgets-nav li {
  height: calc(105 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  font-weight: normal;
  font-stretch: normal;
  line-height: calc(105 / 750 * 100vw);
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  cursor: pointer;
  background-color: #f8fafd;
  box-shadow: inset 2px -2px 4px 0px rgba(0, 0, 0, 0.05);
}

.ej-widgets .ej-widgets-nav li.active {
  border-top: var(--ej-color-warning) solid 1px;
  background-color: #fff;
  box-shadow: none;
}

.ej-widgets .ej-widgets-content li {
  padding: 0 calc(30 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content li:not(:first-child) {
  display: none;
}

.ej-widgets .ej-widgets-content li .ej-form-input, .ej-widgets .ej-widgets-content li input, .ej-widgets .ej-widgets-content li .input {
  background-color: #eeeeee;
  border: none;
  padding: 0 calc(20 / 750 * 100vw);
  height: 100%;
  flex: 1;
  outline: none;
  line-height: calc(75 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content li .ej-form-group {
  margin-bottom: calc(30 / 750 * 100vw);
  height: calc(75 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content li .ej-form-group:nth-child(odd) { /* padding-right: 41px; */
}

.ej-widgets .ej-widgets-content li .ej-form-group:nth-child(odd) label {
  width: max-content;
  width: calc(198 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content li .ej-form-group:nth-child(even) label { /* width: max-content; */ /* width: 128px; */
}

.ej-widgets .ej-widgets-content li .ej-form-group .ej-form-input {
  position: relative;
  padding: 0;
}

.ej-widgets .ej-widgets-content li .ej-form-group .ej-form-input input {
  flex: auto;
  width: 100%;
}

.ej-widgets .ej-widgets-content li .ej-form-group .ej-form-input i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ej-widgets .ej-widgets-content li .ej-form-group.drop-box input {
  cursor: pointer;
}

.ej-widgets .ej-widgets-content li .ej-form-group.drop-box .input-icon {
  width: calc(15 / 750 * 100vw);
  height: calc(9 / 750 * 100vw);
  background: url("../images/simulation-experience/icon-bottom.png") no-repeat;
  background-size: contain;
  right: calc(33 / 750 * 100vw);
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.ej-widgets .ej-widgets-content li .ej-form-group.drop-box .input-icon.active {
  transition: all 0.3s ease-in;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.ej-widgets .ej-widgets-content li .ej-form-group.date-box input {
  cursor: pointer;
}

.ej-widgets .ej-widgets-content li .ej-form-group.date-box .input-icon {
  width: calc(24 / 750 * 100vw);
  height: calc(24 / 750 * 100vw);
  background: url("../images/simulation-experience/icon-data.png") no-repeat;
  right: calc(20 / 750 * 100vw);
  background-size: contain;
}

.ej-widgets .ej-widgets-content li .ej-form-group.rate-box .input-icon {
  width: var(--ej-font-size-extra-small); /* background: url("../images/simulation-experience/icon-percentage.jpg") no-repeat; */
  right: calc(20 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content li .ej-form-group .check-box div {
  width: calc(130 / 750 * 100vw);
  height: calc(75 / 750 * 100vw);
  background-color: #f3f5f9;
  border: solid 1px #eeeeee;
  font-size: var(--ej-font-size-base);
  font-weight: normal;
  font-stretch: normal;
  line-height: calc(75 / 750 * 100vw);
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  cursor: pointer;
}

.ej-widgets .ej-widgets-content li .ej-form-group .check-box div.active {
  border: solid 1px var(--ej-color-primary);
  color: var(--ej-color-primary);
  background: url(../images/simulation-experience/icon-check.png) no-repeat 100% 100%;
  background-color: #f6fbfe;
}

.ej-widgets .ej-widgets-content li .ej-form-group .check-box div:not(:last-child) {
  margin-right: 10px;
}

.ej-widgets .ej-widgets-content li .form-group {
  margin-top: calc(15 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content li .form-group label {
  width: 113px;
}

.ej-widgets .ej-widgets-content li .form-group span {
  font-size: calc(24 / 750 * 100vw);
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
}

.ej-widgets .ej-widgets-content li .ej-form .drop-down {
  display: none;
  width: 100%;
  min-height: 100px;
  max-height: 250px;
  background-color: var(--ej-color-white);
  overflow: auto;
  position: absolute;
  z-index: 6;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
  padding-top: 10px;
  padding-bottom: 10px;
}

.ej-widgets .ej-widgets-content li .ej-form .drop-down .drop-down-name {
  padding: 10px var(--ej-font-size-extra-large);
  cursor: pointer;
  line-height: 1;
}

.ej-widgets .ej-widgets-content li .ej-form .drop-down .drop-down-name:hover {
  color: var(--ej-color-primary);
  font-weight: bold;
}

.ej-widgets .ej-widgets-content li .ej-form .drop-down .drop-down-name.active {
  color: var(--ej-color-white);
  font-weight: bold;
  background-color: var(--ej-color-primary);
}

.ej-widgets .ej-widgets-content li .ej-form label {
  text-align: right;
  padding-right: calc(10 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
  width: calc(198 / 750 * 100vw);
  margin-bottom: 0;
}

.ej-widgets .ej-widgets-content li .ej-form .btn-calculation {
  width: calc(525 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  background-color: #005096;
  font-size: calc(30 / 750 * 100vw);
  font-weight: normal;
  font-stretch: normal;
  line-height: calc(80 / 750 * 100vw);
  letter-spacing: 1px;
  color: var(--ej-color-white);
  text-align: center;
  border: none;
  margin: calc(50 / 750 * 100vw) auto 0 auto;
}

.ej-widgets .ej-widgets-content li .ej-calculation-results {
  margin-top: calc(90 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content li .ej-calculation-results .ej-name {
  font-size: calc(46 / 750 * 100vw);
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: calc(30 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content li .ej-calculation-results .ej-detailed {
  font-size: calc(30 / 750 * 100vw);
  font-weight: bold;
  color: #333333;
  margin-top: calc(35 / 750 * 100vw);
  margin-bottom: calc(25 / 750 * 100vw);
  line-height: 1;
}

.ej-widgets .ej-widgets-content li .ej-calculation-results .ej-detailed > div {
  padding-bottom: 8px;
  cursor: pointer;
}

.ej-widgets .ej-widgets-content li .ej-calculation-results .ej-detailed > div:not(:last-child) {
  margin-right: 36px;
}

.ej-widgets .ej-widgets-content li .ej-calculation-results .ej-detailed > div:hover {
  color: var(--ej-color-black);
  font-weight: bold;
}

.ej-widgets .ej-widgets-content li .ej-calculation-results .ej-detailed > div.active {
  font-weight: bold;
  color: var(--ej-color-primary);
  border-bottom: 1px solid var(--ej-color-primary);
}

.ej-widgets .ej-widgets-content li .ej-detailed-table table:not(:first-child) {
  display: none;
}

.ej-widgets .ej-widgets-content li .ej-detailed-table thead {
  background-color: #f5f5f5;
  font-size: var(--ej-font-size-base);
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  color: #333333;
  border: 1px solid #f5f5f5;
}

.ej-widgets .ej-widgets-content li .ej-detailed-table th, .ej-widgets .ej-widgets-content li .ej-detailed-table td {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ej-widgets .ej-widgets-content li .ej-detailed-table tbody td {
  border: 1px solid #e9e7e7;
  border-top: none;
}

.ej-widgets .ej-widgets-content li .ej-detailed-table tbody td:not(:last-child) {
  border-right: none;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment {;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .type-tab {
  margin: 0 -1%;
  width: 163%;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .type-tab .box {
  position: relative;
  height: 100px;
  background-color: #f0f6fc;
  width: 18%;
  float: left;
  margin: 0 1%;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .type-tab .box.active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4195e8), to(#004f9e));
  background-image: linear-gradient(to bottom, #4195e8 0, #004f9e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4195e8", endColorstr="#004f9e", GradientType=0);
  -webkit-filter: none;
  filter: none;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .type-tab .box.active .sub-title {
  color: #fefefe;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .type-tab .box.active .title {
  color: #fefefe;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .type-tab .box.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--ej-color-white);
  border-left: 6px solid transparent;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .type-tab .box .box-inner {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .type-tab .box .sub-title {
  color: #999;
  margin-bottom: 3px;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form {
  margin: calc(80 / 750 * 100vw) auto 0 auto;
  width: 100%;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group {
  margin-bottom: calc(20 / 750 * 100vw);
  position: relative;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .ej-wealth-year {
  position: relative;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .ej-wealth-year .input-group-addon {
  position: absolute;
  right: calc(20 / 750 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group label {
  color: #999;
  text-align: right;
  width: calc(180 / 750 * 100vw);
  font-weight: normal;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: calc(20 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .input {
  vertical-align: middle;
  background: #eee;
  height: calc(80 / 750 * 100vw);
  border: none;
  width: calc(440 / 750 * 100vw);
  max-width: calc(440 / 750 * 100vw);
  padding: 0 10px;
}
.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .total .input {
  background: #bababa;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .des {
  margin-left: calc(186 / 750 * 100vw);
  color: #999;
  line-height: calc(38 / 750 * 100vw);
  font-size: var(--ej-font-size-extra-small);
  text-align: left;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .input-group {
  width: 380px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-collapse: separate;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .input-group .form-control {
  box-shadow: none;
  width: 330px;
  border-radius: 0;
  height: 50px;
  background-color: #eeeeee;
  border: none;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .input-group #simulate-wealth-year {
  padding: 0 10px;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .input-group .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #eee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .error {
  display: none;
  color: red;
  font-size: calc(24 / 750 * 100vw);
  margin-top: calc(10 / 750 * 100vw);
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .form-group .error i {
  width: var(--ej-font-size-base);
  height: var(--ej-font-size-base);
  background: url("../images/simulation-experience/warning.png") no-repeat;
  margin-right: 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* .ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .total .input {
  background: #bababa;
} */

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .btn-box {
  text-align: center;
  margin: calc(50 / 750 * 100vw) auto 0 auto;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .btn-box label {
  width: 168px;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .btn-box .reset-btn, .ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .btn-box .submit-btn {
  width: 380px;
  height: 50px;
  border-radius: 0;
  padding: 0;
  font-size: var(--ej-font-size-base);
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .btn-box .submit-btn {
  background-color: #80a7ce;
  line-height: 50px;
  color: var(--ej-color-white);
}

.ej-widgets .ej-widgets-content .ej-fixed-investment .step-form .btn-box .back-btn {
  background-color: var(--ej-color-white);
  color: #333;
}

.ej-eanchor-content .ej-col-24 {
  display: inline-block;
  max-width: 240%;
  width: 100%;
  white-space: nowrap;
}

.ej-detailed-table {
  overflow-x: auto;
}
.ej-eanchor-content .ej-container>div{
  height: calc(110 / 750*100vw) !important;
  overflow-y: hidden !important;
  overflow-x: auto;
}
