@charset "UTF-8";
@font-face {
  font-family: "Financier Display";
  src: url("/ebc-static/fonts/FinancierDisplay-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Financier Display Regular";
  src: url("/ebc-static/fonts/FinancierDisplay-Regular.otf") format("opentype");
}

.font-size-32 {
  font-size: 32rem !important;
}
.my-l {
  font-size: 48rem !important;
  font-weight: 300;
}
.t-sub1 {
  background: url(/ebc-static/image/trading-account/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 333rem;
  display: flex;
  flex-direction: column;
  gap: 42rem;
  justify-content: center;
  align-items: center;
}
.t-sub1 .p2 {
    color: #fff;
    font-size: 18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28rem;
    /* max-width: 600rem; */
    text-align: center;
}

.red-line {
  width: 77rem;
  height: 2rem;
  min-height: 2px;
  background-color: #ff4b4e;
}

.t-sub1 .p1 {
  color: #fff;
  text-align: center;
  font-size: 40rem;
  font-weight: 900;
}
.line {
  width: 80px;
  border: 1px solid #d9d9d9;
  margin: 60px auto 50px;
}
.en-account-page .t-sub1 .p2 {
  width:60vw;
}
.t-sub1 .p2 {
  color: #fff;
  text-align: center;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  width: 666rem;
  margin: 0 auto;
  line-height: 28rem;
  opacity: 0.9;
}
.t-sub1 .btn {
  display: block;
  width: max-content;
  padding: 10px 56px;
  height: 46px;
  font-size: 16px;
  border-radius: 2px;
  background: #3d0101;
  color: #af8147;
  margin: 28px auto;
}
.t-sub1 .btn:hover {
  color: #3d0101;
  background: #af8147;
}

.public-title {
  color: #a52933;
  text-align: center;
  font-size: 40rem;
  font-weight: 900;
}
.public-line {
  width: 70px;
  border: 1px solid #af8147;
  margin: 46px auto 36px;
}
.public-title2 {
  color: #3d0101;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.public-desc {
  width: 70%;
  color: #666666;
  text-align: center;
  font-size: 18rem;
  font-weight: 400;
  line-height: normal;
  margin: 32rem auto 100rem;
}

/* .account-new5 .public-desc {
  
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
} */

.t-sub2 {
  background: #f8f8f8;
  padding: 80px 0;
}
.t-sub2 .row {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  margin: 46px auto;
  padding: 50px 10% 50px 17%;
  width: 1000px;
}
.t-sub2 .row div {
  margin-top: 10px;
}
.t-sub2 .row img {
  width: 30px;
  position: relative;
  top: 7px;
}
.t-sub2 .row p {
  color: #080e1c;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline;
  line-height: 46px;
  margin-left: 16px;
}

.public-btn {
  display: block;
  width: max-content;
  padding: 13px 40px;
  height: 44px;
  font-size: 16px;
  border-radius: 2px;
  color: #3d0101;
  margin: 50px auto 0px;
  text-align: center;
  border: 1px solid #3d0101;
  border-radius: 2px;
}
.public-btn:hover {
  color: #3d0101;
  background: #af8147;
  border: 1px solid #af8147;
}

.btn-box {
  width: max-content;
  margin: auto;
}

.t-sub3 {
  background: #ffffff;
  padding: 90px 0 160px;
}
.t-sub3 .row {
  margin: 54px auto;
  /* width: 1200px; */
}
.t-sub3 .row div {
  padding-top: 60rem;
  position: relative;
  text-align: center;
}
.t-sub3 .row img {
  height: 32rem;
}
.t-sub3 .row .title {
  color: #666;
  font-size: 22rem;
  font-weight: 500;

  line-height: normal;
  margin-top: 22rem;
}
.t-sub3 .row .desc {
  margin-top: 10rem;
  color: #666;
  font-size: 18rem;
  letter-spacing: 1px;
  line-height: normal;
  padding: 0 10%;
}

.t-sub4 {
  background: #f8f8f8;
  padding: 80px 0;
}
.t-sub4 img {
  display: block;
  margin: 40px auto;
  width: 60%;
  background: #fff;
  padding: 30px;
}
.t-sub4 .public-desc {
  width: 60%;
  text-align: left;
}

.t-sub5 {
  background: #ffffff;
  padding: 80px 0;
}
.t-sub5 .t-sub5-img {
  display: block;
  margin: 40px auto;
  width: 1000px;
}
.t-sub5 .public-desc {
  width: 500px;
}
.t-sub5-content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.t-sub5-bottom {
  position: absolute;
  bottom: 0px;
  height: 80px;
  background: rgba(29, 1, 1, 0.75);
  width: 1000px;
  text-align: center;
}
.t-sub5-bottom p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline;
  padding: 0 60px;
  line-height: 74px;
}
.t-sub5-bottom img {
  width: 7px;
  margin-left: 10px;
}
.t-sub5-bottom span {
  font-size: 26px;
  font-weight: bold;
}
.public-slogan {
  padding: 28px 0px;
  background: #f8f8f8;
  color: #3d0101;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}

.t-subtner-box-en .t-sub2 .row {
  padding: 50px 0% 26px 22%;
}
.t-subtner-box-en .t-sub2 .row div {
  width: 100%;
}
.t-subtner-box-en .t-sub1 .p1 {
  line-height: 52px;
  margin-top: 60px;
}
.t-subtner-box-en .public-desc {
  width: 750px;
}

.t-subtner-box-en .t-sub3 .row p {
  margin-left: 10px;
  display: block;
  line-height: 26px;
  margin-top: 30px;
}
.t-subtner-box-en .t-sub1 .p2 {
  letter-spacing: 0px;
  width: 718px;
  line-height: 30px;
}
.t-subtner-box-en .t-sub2 .row p {
  letter-spacing: 0px;
}
.t-sub1 .btn-ug {
  width: 190px;
}

.t-sub5 .container {
  max-width: 1100px;
}
.t-sub5 .row div {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.t-sub5 .row img {
  width: 80%;
}
.t-sub5 .row p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  width: 90%;
  margin: 30px auto 0;
}

.t-sub6 {
  background: #f8f8f8;
  padding: 80px 0;
}
.t-sub6 .container {
  max-width: 1100px;
}
.t-sub6 .row div {
  background: #fff;
  width: auto;
  margin: 10px 2% 20px;
  height: 44px;
  padding: 14px 20px 14px 46px;
  position: relative;
  border-radius: 3px;
}
.t-sub6 .row div img {
  width: 18px;
  position: absolute;
  top: 13px;
  left: 20px;
}
.t-sub6 .row div p {
  float: left;
  font-size: 16px;
}
.t-sub1 .p1 br {
  display: none;
}

.en-style .t-sub1 .p2 {
  letter-spacing: 0px;
}
.en-style .t-sub1 .p1 {
  margin-top: 80px;
}
.vi-box .t-sub1 .p1 {
  margin-top: 40px;
}

.public-link {
  background: #3d0101;
  /* padding: 11px 28px; */
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  width: max-content;
  padding: 15px 29px;
  float: left;
  margin-top: 20px;
}
.public-link img {
  width: 7px;
  margin-left: 12px;
}
.public-link:hover {
  color: #ffffff;
  background: #af8147;
}

.public-link2 {
  padding: 14px 28px;
  color: #a52933;
  font-size: 16rem;
  border: 1px solid #a52933;
  border-radius: 4rem;
  letter-spacing: 1px;
  display: block;
  /* width: max-content; */
  min-width: 190rem;
  text-align: center;
  float: left;
  margin-top: 20px;
  transition: all 0.3s;
}
.public-link2 img {
  width: 7px;
  margin-left: 12px;
}
.public-link2:hover {
  color: #ffffff;
  background: #a52933;
  /* border: 1px solid #3d0101; */
}
.arrow2 {
  display: none !important;
}
.public-link2:hover .arrow1 {
  display: none !important;
}
.public-link2:hover .arrow2 {
  display: inline-block !important;
}

.product {
  width: 1000px;
  margin: 80px auto;
}

.product .accordion-header {
  cursor: pointer;
}

.product .table-list {
  width: 100%;
  border: none;
  position: relative;
  flex-direction: inherit;
  background: #949699;
}

.product .table-list .flex-1 {
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 12px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;

  text-align: center;
}

.product .table-list .flex-1.active {
  background-color: #3d0101;
  color: #ffffff;
}

.product-box__nav {
  /* margin-bottom: 4px; */
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  color: #666666;
  padding: 0 12px;
  background-color: #f8f8f8;
  padding: 4px 0;
}

.product-box__nav div {
  line-height: 40px;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  text-align: center;
}

.product-box__accordion-item {
  background: #f7f7f7;
  border: none;
}

.product-box__accordion-item .accordion-button {
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  color: #333;
}

.product-box__accordion-item .accordion-body-head {
  width: 100%;
  padding: 12px 0;
  background-color: #949699;
  color: #f7f7f7;
}

.product-box__accordion-item .accordion-body-head div {
  flex: 1;
}

.product-box__accordion-header {
  margin-bottom: 0;
}

.product-box .accordion-body-tr {
  width: 100%;
  padding: 12px 0;
}

.product-box .accordion-body-tr div {
  flex: 1;
  text-align: center;
}

.product-box .accordion-body-tr div:nth-of-type(2) {
  color: #48ba13;
}

.product-box .accordion-body-tr .red {
  color: #cc3221 !important;
}

.product-box .accordion-body-tr div:nth-of-type(5) {
  color: #48ba13;
}

.product .look-all {
  display: flex;
  justify-content: center;
  color: #8b8b8b;
  padding: 20px 0;
  font-size: 16px;
}

.product .look-all span {
  padding-top: 5px;
  border-top: 1px solid #8b8b8b;
}

.product .c-underline__top:after {
  background: #7d1614;
  height: 4px;
}

.accordion-body {
  font-size: 14px;

  background: #f8f8f8;
}

.page-screen-3 {
  background-color: #f8f8f8;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.page-screen-3 .problem-box {
  width: 100%;
  max-width: 882px;
  margin: 22px auto 0;
}

.page-screen-3 .problem-box .accordion {
  padding: 20px 0 0px;
}

.page-screen-3 .problem-box .accordion-item {
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  border: 0 solid #d9d9d9;
  margin-bottom: 25px;
}
.page-screen-3 .problem-box .accordion-item:hover {
  box-shadow: 0 12px 18px -6px rgba(34, 56, 101, 0.12);
}

.page-screen-3 .problem-box .accordion-button {
  font-size: 18px;
  line-height: 1.5;
  color: #333 !important;
  background: #f8f8f8;
}

.page-screen-3 .problem-box .accordion-button:focus,
.page-screen-3 .problem-box .accordion-button:not(.collapsed) {
  box-shadow: none;
  /* background-color: #fff; */
}

.page-screen-3 .problem-box .accordion .cont-info {
  display: none;
}

.page-screen-3 .problem-box .accordion .cont-info.active {
  display: block;
}

.page-screen-3 .problem-box .accordion .accordion-body {
  line-height: 34px;
  font-size: 16px;
  color: #585858;
  background: #f8f8f8;
  font-family: "Noto Serif SC";
}

.page-screen-3 .problem-box .accordion .accordion-body ::v-deep p {
  padding-bottom: 13px;
}

.page-screen-3 .problem-box .accordion .accordion-body ::v-deep a {
  color: #2ea3f2;
}

.page-screen-3 .problem-box .accordion-item {
  border: none;
}

.rotate .accordion-button:after {
  transform: rotate(180deg);
}

.page-screen-3 .page-title {
  text-align: center;
}

.page-screen-3 .leaf-left,
.page-screen-3 .leaf-right {
  position: absolute;
  top: 0;
  right: 0;
}

.page-screen-3 .leaf-left img,
.page-screen-3 .leaf-right img {
  width: 650px;
  display: block;
}

.page-screen-3 .leaf-left {
  left: -70px;
  right: auto;
}

.en-style2 .t-sub1 .p2 {
  letter-spacing: 0px;
}
.en-style2 .t-sub3 .row .title {
  letter-spacing: 0px;
  line-height: 26px;
  margin-top: 32px;
  margin-bottom: 14px;
}
.en-style2 .t-sub3 .row .desc {
  letter-spacing: 0px;
}
.en-style2 .public-link2 {
  letter-spacing: 0px;
}
.en-style2 .public-link {
  letter-spacing: 0px;
}

.t-sub1 .btn {
  display: none;
}

.account1 {
  padding: 80px 0 170px;
  background: #f0f0f0;
}
.account1 .container {
  width: 1000px;
  text-align: center;
}
.account1 .row .title {
  font-size: 28px;
  color: #080e1c;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.account1 .row .title2 {
  color: #3d0101;
}
.account1 .row .desc1,
.account1 .row .desc2,
.account1 .row .desc3 {
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account1 .row .div1 {
}

.account1 .public-link2 {
  margin-right: 0px;
  margin-top: 40px;
}
.account2 {
  padding: 100px 0 80px;
  background: #f8f8f8;
}

.account2 .row img {
  width: 80%;
  margin: 40px auto 40px;
}

.account2 .public-desc {
  color: #949699;
  font-size: 18px;
}

.account2 .public-link2 {
  float: unset;
  margin: 0 auto;
}

.account3 {
  padding: 100px 0 80px;
}

.account3 .row img {
  width: 80%;
  margin: 40px auto 40px;
}

.account3 .public-desc {
  color: #949699;
  font-size: 18px;
}

.account3 .public-link2 {
  /* float: unset; */
  /* margin: 0 auto; */
}

.en-style2 .t-sub1 .p2 {
  letter-spacing: 0px;
}
.en-style2 .account1 .row .desc1,
.en-style2 .account1 .row .desc2,
.en-style2 .account1 .row .desc3 {
  letter-spacing: 0px;
}
.en-style2 .account1 .row .title {
  letter-spacing: 0px;
  font-size: 24px;
}
.en-style2 .public-desc {
  width: 80%;
}
.en-style2 .public-title {
  padding: 0 10%;
  line-height: 38px;
}

.account-new5,
.account-new3,
.account-new1 {
  padding: 120rem 150rem;
  background: #fff;
}
.account-new4,
.account-new2 {
  padding: 120rem 150rem;
  background: linear-gradient(
    90deg,
    rgba(246, 246, 246, 0.5) 0%,
    rgba(217, 217, 217, 0) 100%
  );
}

.account-new1 .public-line {
  width: 42px;
  margin: 26px auto 20px;
}

.account-new1 .account-type {
  border-radius: 5rem;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 0 28px;
}
.account-type + .account-type {
  margin-top: 24rem;
}

.account-new1 .row {
  width: 100%;
  margin: 0 auto;
}
.account-new1 .li1 {
  width: 40%;
  position: relative;
  float: left;
  margin-top: 28px;
}
.account-new1 .li1 .p1 {
  font-weight: 900;
  color: #af8147;
  letter-spacing: 1px;
  font-size: 36rem;
  text-align: center;
}
.account-new1 .account-type2 .li1 .p1 {
  color: #8d0101;
}
.account-new1 .li1 .p2 {
  font-size: 16rem;
  color: #6a6967;
  text-align: center;
  margin-top: 12rem;
}
.account-new1 .li1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 346px;
}
.account-new1 .li2 {
  width: 60%;
  float: left;
  position: relative;
}
.mn .account-new1 .li2 {
  padding-right: 320px;
}
.account-new1 .li2 p {
  color: #333;
  font-size: 16rem;
  margin: 0px 0px 26rem;

  position: relative;
  background: url(/ebc-static/image/account-new-icon1.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: center left;
}
.account-new1 .account-type2 .li2 p {
  background: url(/ebc-static/image/account-new-icon2.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: center left;
}
.account-new1 .li2 p i {
  font-weight: bold;
  color: #af8147;
  font-size: 19px;
}
.account-new1 .account-type2 .li2 p i {
  color: #8d0101;
}
.account-new1 .li2 img {
  width: 18px;
  margin-right: 8px;
  position: relative;
  top: 3px;
  left: 0;
}
.account-new1 .li2 a {
  color: #9f734c;

  padding: 14rem 28rem;
  font-size: 16rem;
  border: 1px solid #9f734c;
  position: absolute;
  top: 43%;
  right: 30rem;
  transform: translate(-50%, -50%);
  min-width: 140rem;
  text-align: center;
  border-radius: 4rem;
  transition: all 0.3s;
}
.account-type2 .li2 a {
  color: #a52933;
  border: 1px solid #a52933;
}
.account-new1 .li2 a:hover {
  background: #9f734c;
  color: #fff;
}

.account-type2 .li2 a:hover {
  background: #a52933;
  color: #fff;
}

.account-new2 .public-line {
  width: 42px;
  margin: 26px auto 20px;
}

.account-new2 .row .title {
  background: #a52933;
  color: #fff;
  font-size: 16rem;
  text-align: center;
  font-weight: 500;
  padding: 14rem;
  margin-bottom: 0;
}

.account-new2 .col-md-4 {
  padding: 0;
}

.account-new2 .desc1:nth-child(even),
.account-new2 .desc2:nth-child(even),
.account-new2 .desc3:nth-child(even) {
  background: #fbf6f1;
}
.account-new2 .desc1:nth-child(odd),
.account-new2 .desc2:nth-child(odd),
.account-new2 .desc3:nth-child(odd) {
  background: #ffffff;
}

.account-new2 .row .desc1,
.account-new2 .row .desc2,
.account-new2 .row .desc3 {
  font-size: 15rem;
  text-align: center;
  /* padding-left: 20%; */
  color: #666;
}

.account-new2 p img {
  width: 14px;
}
.account-new2 .desc1:last-child,
.account-new2 .desc2:last-child,
.account-new2 .desc3:last-child {
  padding: 20px 0;
}

.account-new2 p a {
  color: #a52933;

  padding: 9rem 18rem;
  font-size: 15rem;
  border: 1px solid #a52933;
  border-radius: 4rem;
  font-weight: normal;
  transition: all 0.3s;
}
.account-new2 p a:hover {
  background: #a52933;
  color: #fff;
}

.col-md-4:last-child p a {
  background: #a52933;
  color: #fff;
  opacity: 1;
}
.mn .account-new2 p a {
  font-size: 12px;
}
.col-md-4:last-child p a:hover {
  opacity: 0.9;
}

.account-new3 .public-line {
  width: 42px;
  margin: 26px auto 20px;
}

.account-new3 .row div {
  position: relative;
  text-align: center;
  margin: 80px 0 90px;
}
.account-new3 .row span {
  font-size: 270px;
  font-family: "Financier Display Regular", serif;
  font-weight: 400;
  text-align: center;
  color: #f9f6f2;
  opacity: 1;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.account-new3 .row .title {
  font-family: "Financier Display";
  position: relative;
  color: #9f734c;
  font-weight: 700;
  font-size: 48rem;
  z-index: 2;
}

.account-new3 .row .desc {
  position: relative;
  color: #666;
  font-size: 16rem;
  line-height: normal;
  margin-top: 20rem;
  /* letter-spacing: 2px; */
  padding: 0 8%;

  z-index: 2;
}
.account-new3 .row .title i {
  font-size: 24rem;
}

.account-new4 .public-line {
  width: 42px;
  margin: 26px auto 20px;
}

.account-new5 .public-line {
  width: 42px;
  margin: 26px auto 20px;
}

.account-new5 .row img {
  width: 55%;
}

.en-account-page .account-new1 .li2 {
  width: 40%;
  float: left;
  position: relative;
}
.en-account-page .account-new1 .li1 img {
  width: 52%;
  top: 48%;
}
.en-account-page .account-new1 .li1 .p1 {
  letter-spacing: 0px;
  font-size: 30px;
}
.en-account-page .account-new1 .li1 {
  padding: 0 3%;
}
.en-account-page .account-new1 .li1 .p2 {
  line-height: 22px;
}
.en-account-page .account-new1 .account-type .li2 p {
  line-height: 22px;
}
.en-account-page .account-new1 .li2 a {
  right: -54%;
}
.en-account-page .public-desc {
  font-size: 16px;
  line-height: 26px;
}
.en-account-page .account1 .container {
  width: 1120px;
}
.en-account-page .account-new2 .row .title {
  letter-spacing: 0px;
}
.en-account-page .account1 .row .desc1,
.en-account-page .account1 .row .desc2,
.en-account-page .account1 .row .desc3 {
  letter-spacing: 0px;
}
.en-account-page .account-new2 p a {
  padding: 12px 22px;
}
.en-account-page .account-new3 .row .desc {
  letter-spacing: 0px;
  line-height: 24px;
}
.en-account-page .account-new4 .row .title {
  letter-spacing: 0px;
  /* line-height: 30px;
  margin-top: 40px;
  font-family: "Noto Serif SC"; */
}
.en-account-page .t-sub3 .row .desc {
  margin-top: 15px;
  line-height: 26px;
  letter-spacing: 0px;
}
.en-account-page .public-link2 {
  letter-spacing: 0px;
}

/* @media (max-width: 1400px) {
  .t-sub1 .p1 {
    font-size: 34px;
  }
  .t-sub1 .p2 {
    line-height: 32px;
    font-size: 16px;
    width: 600px;
  }
  .t-sub4 img {
    width: 700px;
  }
  .t-sub5 .t-sub5-img {
    width: 700px;
  }
  .t-sub5-bottom {
    width: 700px;
    height: 68px;
  }
  .t-sub5-content {
    width: 700px;
  }
  .t-sub5-bottom p {
    line-height: 60px;
  }
  .t-subtner-box-en .t-sub1 {
    height: 650px;
  }

  .account-new1 .li2 a {
    right: -16px;
  }
  .account-new1 .li1 img {
    width: 66%;
  }
  .account-new1 .li1 .p1 {
    font-size: 30px;
  }
  .account-new1 .account-type {
    padding: 50px 0 28px;
  }

  .t-sub3 .row {
    width: auto;
  }
  .en-account-page .account-new1 .li2 a {
    right: -59%;
  }
} */

.icon-actived {
  position: absolute;
  color: #9f734c;
  font-size: 20rem !important;
  top: 0;
  left: calc(50% - 10rem);
}
.start-line {
  position: absolute !important;
  left: 50%;
  right: -50%;
  top: calc(10rem - 1px);
  height: 1px;
  width: 100%;
  padding: 0 !important;
  background-color: #9f734c;
}
@media (max-width: 995px) {
  .pc{
    display:none;
  }
  .forex {
    background: url(/ebc-static/image/trade-sub-bg1-m.jpg) 100% / auto 100%
      no-repeat;
    height: 550px;
    margin-top: 0px;
    text-align: center;
    padding-top: 126px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .commodity {
    background: url(/ebc-static/image/trade-sub-bg2-m.jpg) 100% / auto 100%
      no-repeat;
    height: 550px;
    margin-top: 0px;
    text-align: center;
    padding-top: 126px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .index-cfds {
    background: url(/ebc-static/image/trade-sub-bg3-m.jpg) 100% / auto 100%
      no-repeat;
    height: 550px;
    margin-top: 0px;
    text-align: center;
    padding-top: 126px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .share-cfds {
    background: url(/ebc-static/image/trade-sub-bg4-m.jpg) 100% / auto 100%
      no-repeat;
    height: 550px;
    margin-top: 0px;
    text-align: center;
    padding-top: 126px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .t-sub1 .p1 br {
    display: block !important;
  }
  .t-sub1 .p2 {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 20px;
        margin-top: 10px;
        max-width: none!important;
        width:auto!important;
  }
  .t-sub2 .row {
    width: 90%;
    padding: 20px 0% 0px 13%;
    margin: 30px auto;
  }
  .t-sub2 .row p {
    font-size: 14px;
  }
  .t-sub2 .row div {
    margin-top: 0px;
  }
  .t-sub3 .row {
    width: 100%;
    padding: 19px 0% 0px 0%;
    margin: 10px auto 30px;
    /* background: #ffffff; */
  }

  .t-sub3 .row img {
    position: absolute;
    left: 186rem;
    top: 0;
  }
  .public-link2 {
    padding: 14px 18px;
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }
  .public-link {
    padding: 15px 19px;
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
  .t-sub3 .row .title {
    margin-top: 0;
    text-align: left;
    font-size: 26rem;
    line-height: 1.2;
  }
  .t-sub3 .row .desc {
    text-align: left;
    font-size: 20rem;
    padding: 0 0%;
    /* line-height: 26px; */
  }
  .t-sub5-content {
    width: 100%;
  }
  .t-sub5 .t-sub5-img {
    width: 100%;
  }
  .t-sub5-bottom {
    width: 100%;
    height: 46px;
  }
  .t-sub5-bottom p {
    line-height: 42px;
    font-size: 14px;
    padding: 0px 20px;
  }
  .t-sub5-bottom span {
    font-size: 18px;
  }
  .t-sub5-bottom img {
    width: 6px;
    margin-left: 6px;
  }
  .t-sub1 {
    gap:0rem;
    padding:8% 0;
  }
  .t-sub1 .p2 {
    width: 100%;
    padding:0 8%;
    font-size: 16px;
    line-height: 30px;
  }
  .line {
    width: 62px;
    border: 1px solid #d9d9d9;
    margin: 26px auto 0px;
  }
  .t-sub1 .p1 {
    margin-top: 20px;
    line-height: 58px;
    font-size: 34px;
  }
  .t-sub1 .btn {
    margin: 14px auto;
  }
  .public-desc {
    width: 90%;
    font-size: 15px;
    line-height: 24px;
  }
  .t-sub4 .public-desc,
  .t-sub5 .public-desc {
    width: 90%;
  }
  .t-sub2,
  .t-sub3,
  .t-sub4,
  .t-sub5 {
    padding: 56px 0;
  }
  .public-line {
    width: 50px;
    margin: 40px auto 0px;
  }
  .public-title {
    font-size: 26px;
  }
  .t-sub2 .row img {
    width: 28px;
  }
  .t-sub4 img {
    width: 90%;
  }
  .public-slogan {
    padding: 20px 20px;
    line-height: 28px;
  }
  .t-subtner-box-en .t-sub2 .row {
    padding: 20px 0% 0px 3%;
  }
  .t-subtner-box-en .t-sub2 .row div {
    width: 100%;
    margin-top: 14px;
  }
  .t-subtner-box-en .t-sub2 .row div p {
    line-height: 30px;
  }
  .t-subtner-box-en .t-sub1 .p1 {
    line-height: 44px;
    font-size: 28px;
    width: 90%;
    margin: 20px auto 0;
  }
  .public-title2 {
    line-height: 26px;
  }
  .t-subtner-box-en .t-sub5-bottom p {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 0px 8px;
  }
  .t-subtner-box-en .t-sub5-bottom span {
    font-size: 16px;
  }
  .t-subtner-box-en .public-desc {
    width: 90%;
  }
  .t-subtner-box-en .t-sub1 .p2 {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
  .t-subtner-box-en .t-sub2 .row {
    width: 100%;
  }
  .t-subtner-box-en .t-sub2 .row img {
    width: 24px;
  }
  .t-subtner-box-en .t-sub1 .p1 {
    font-size: 26px;
    line-height: 34px;
  }
  .t-subtner-box-en .public-title {
    font-size: 22px;
    line-height: 32px;
  }
  .t-subtner-box-en .public-slogan {
    padding: 16px 0px;
    line-height: 28px;
    font-size: 13px;
  }
  .t-subtner-box-en .t-sub2 .row div p {
    line-height: 30px;
    margin-left: 6px;
  }
  .t-subtner-box-en .t-sub2 .row div {
    text-align: center;
  }
  .t-subtner-box-en .t-sub3 .row p {
    margin-left: 8px;
    display: block;
    line-height: 18px;
    margin-top: 8px;
    font-size: 12px;
  }
  .public-slogan {
    padding: 16px 0px;
    line-height: 28px;
    font-size: 13px;
  }
  .t-sub1 .p1 br {
    display: block;
  }
  .t-sub4 img {
    padding: 0;
    background: none;
    margin: 0 auto;
    width: 96%;
  }
  .public-btn {
    margin: 40px auto 0px;
  }
  .t-sub4 .public-desc {
    margin-top: 30px;
  }
  .t-sub5 .row div {
    width: 50%;
    margin-bottom: 0px;
  }
  .t-sub5 .row p {
    font-size: 14px;
    width: 82%;
    margin: 20px auto 0;
    line-height: 22px;
  }
  .t-sub5 .row img {
    width: 88%;
  }
  .t-sub6 .row div p {
    font-size: 14px;
  }
  .t-sub6 .row div {
    margin-bottom: 6px;
    margin-left: 4%;
    padding: 16px 10px 14px 36px;
  }
  .t-sub6 .row div img {
    top: 13px;
    left: 12px;
  }
  .t-sub6 {
    padding-bottom: 50px;
  }
  .en-style .t-sub6 .row div {
    width: 92%;
    line-height: 22px;
    height: auto;
    padding: 14px 10px 12px 36px;
  }
  .en-style .t-sub6 .row div p {
    font-size: 14px;
  }
  .en-style .t-sub6 .row div img {
    top: 18px;
    left: 12px;
    width: 13px;
  }
  .en-style .public-title {
    font-size: 23px;
  }
  .en-style .t-sub1 .p1 {
    line-height: 46px;
    font-size: 30px;
    margin-top: 55px;
  }
  .product {
    width: 100%;
  }
  .product .table-list .flex-1:nth-child(4),
  .product .table-list .flex-1:nth-child(5) {
    display: none;
  }
  .accordion-body {
    padding: 0;
  }
  .product-box__nav {
    font-size: 12px;
  }
  .product-box__accordion-item .accordion-button {
    font-size: 12px;
  }
  .accordion-body {
    font-size: 12px;
  }
  .page-screen-3 .problem-box .accordion .accordion-body {
    padding: 1rem 1.25rem;
  }
  .page-screen-3 .problem-box .accordion {
    padding-top: 0px;
  }
  .product .table-list .flex-1 {
    font-size: 13px;
  }
  .page-screen-3 .problem-box .accordion {
    margin-bottom: 50px;
  }
  .product .accordion-button:after {
    display: none;
  }
  .product-box__accordion-item .accordion-button {
    padding: 8px 0;
  }
  .page-screen-3 {
    padding-bottom: 100px;
  }
  .en-style2 .public-link2 {
    float: unset;
    margin-bottom: 16px;
  }
  .en-style2 .public-link {
    float: unset;
  }
  .en-style2 .t-sub3 .row .title {
    line-height: 24px;
  }
  .en-style2 .t-sub3 .row .desc {
    margin-top: 14px;
  }
  .en-style2 .product {
    margin-top: 30px;
  }
  .en-style2 .public-title {
    padding: 0 8%;
    line-height: 32px;
  }
  .en-style2 .page-screen-3 {
    padding-bottom: 70px;
  }
  .en-style2 .product {
    margin-bottom: 30px;
  }
  .t-sub1 .btn {
    display: block;
  }

  .t-sub1 .p1 {
    font-size: 27px;
  }
  .account1 {
    padding: 50px 2% 50px;
    background: #ffffff;
  }
  .account1 .container {
    width: 100%;
  }
  .account1 .row div {
    width: 33.3%;
  }
  .account1 .row .title {
    font-size: 17px;
    letter-spacing: 0px;
    white-space: nowrap;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
  }
  .account1 .row .desc1,
  .account1 .row .desc2,
  .account1 .row .desc3 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
  }
  .account1 .row .div1 {
    margin-top: 22px;
    text-align: right;
  }
  .account1 .btn-box {
    display: none;
  }
  .t-sub3 {
    /* background: #f8f8f8; */
  }
  .t-sub3 .row {
    /* background: #f8f8f8; */
  }
  .t-sub3 .row div {
    padding: 0 30rem 80rem 310rem;
    width: 100%;
  }
  .icon-actived {
    font-size: 26rem !important;
    left: 120rem;
  }
  .start-line {
    width: 1px !important;
    height: 100%;
    left: calc(133rem - 1px);
    right: 0;
  }
  .public-link,
  .public-link2 {
    width: 70%;
    text-align: center;
    margin: 20px auto 10px;
    float: unset;
    font-size: 24rem;
  }
  .btn-box {
    width: 100%;
  }
  .account2 {
    background: #ffffff;
    padding: 60px 3%;
  }
  .account2 .public-desc {
    width: 100% !important;
    font-size: 16px;
    line-height: 24px;
  }
  .account2 .row img {
    width: 100%;
    margin: 20px auto 30px;
  }
  .account3 {
    padding: 60px 3%;
    background: #f8f8f8;
  }
  .account3 .public-desc {
    width: 100% !important;
    font-size: 16px;
    line-height: 24px;
  }
  .account3 .row img {
    width: 100%;
  }
  .page-screen-3 {
    background: #ffffff;
  }
  .page-screen-3 .problem-box .accordion-button {
    background: #ffffff;
    font-size: 16px;
  }
  .page-screen-3 .problem-box .accordion .accordion-body {
    background: #ffffff;
  }
  .page-screen-3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .public-line {
    margin: 30px auto 30px;
  }
  .t-sub3 .public-line {
    margin-bottom: 0px;
  }
  .en-style2 .t-sub1 .p2 {
    padding-top: 14px;
  }
  .en-style2 .account1 .row .title {
    font-size: 16px;
  }
  .en-style2 .public-title {
    font-size: 24px;
  }
  .en-style2 .t-sub3 .row .desc {
    padding: 0 10%;
  }

  .account-new0 {
    height: auto;
    background-position: 60%;
  }
  .account-new0 img {
    width: 60%;
    margin-top: 8px;
  }

  .account-new1 .account-type {
    margin: 0 auto;
    max-width: 600rem;
    padding: 20px 5% 20px;
  }
  .account-new1 .account-type:last-child {
    margin-top: 70rem;
  }
  .account-new1 .li1 {
    width: 100%;
  }
  .account-new1 .li2 {
    width: 100%;
    margin-top: 30px;
  }
  .mn .account-new1 .li2 {
    padding-right: 0;
  }
  .account-new1 .li2 a {
    position: unset;
    width: 100%;
    font-size: 24rem;
    margin-top: 12px;
    display: inline-block;
    transform: none;
    text-align: center;

    margin-bottom: 18px;
  }
  .account-new1 .li1 .p1 {
    font-size: 24px;
    margin-top: 12px;
  }
  .account-new1 .li1 img {
    width: 50%;
    top: 42%;
  }
  .account-new1 .li1 .p2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .account-new1 .li2 p {
    font-size: 14px;
    margin: 0px 0px 16px;
    line-height: 24px;
  }

  .account-new2 .row .div1 {
    margin-top: 0;
    text-align: left;
  }
  .account1 .row .title {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 12%;
  }
  .account1 .row .desc1,
  .account1 .row .desc2,
  .account1 .row .desc3 {
    margin-top: 0px;
    padding: 10px 0 10px 12%;
  }
  .account-new2 .public-desc {
    margin-bottom: 24px;
  }
  .account-new2 .desc1:last-child,
  .account-new2 .desc2:last-child,
  .account-new2 .desc3:last-child {
    padding: 20px 0 20px 12%;
    display: none;
  }
  .account-new2 p a {
    padding: 6px 16px;
  }

  .account-new3 .row div {
    width: 50%;
    margin: 60px 0 50px;
  }
  .account-new3 .row span {
    font-size: 210px;
    top: 38px;
  }
  .account-new3 .row .title {
    font-size: 74rem;
  }
  .account-new3 .row .desc {
    padding: 0 6%;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }

  .account-new4 a {
    margin: 0 auto;
    float: unset;
    display: inline-block;
    /* width: 100%; */
    /* background: #3d0101; */
    font-size: 24rem;
    /* color: #fff; */
  }
  .account-new4 .btn-box {
    /* width: 86%; */
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .account-new5 .public-desc {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
  }
  /* .account-new5 a {
    background: #3d0101;
    color: #fff;
  } */

  .en-account-page .account1 .container {
    width: 100%;
  }
  .en-account-page .account-new1 .li2 {
    width: 100% !important;
  }
  .en-account-page .account-new1 .li1 .p1 {
    font-size: 24px;
  }
  .en-account-page .public-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .en-account-page .account-new3 .row .desc {
    line-height: 22px;
  }
  .en-account-page .public-title {
    font-size: 24px;
    line-height: 32px;
  }

  .account-new5,
  .account-new3,
  .account-new1 {
    padding: 100rem 30rem;
    background: #fff;
  }
  .account-new4,
  .account-new2 {
    padding: 100rem 30rem;
    background: linear-gradient(
      90deg,
      rgba(246, 246, 246, 0.5) 0%,
      rgba(217, 217, 217, 0) 100%
    );
  }
  .font-size-32 {
    font-size: 56rem !important;
  }
  .my-l {
    font-size: 74rem !important;
    font-weight: 300;
  }
  .account-new3 .row .title i {
    font-size: 30rem;
  }
}
/* @media (max-width: 400px) {
  .t-sub6 .row div p {
    font-size: 13px;
  }
  .t-sub6 .row div {
    margin-bottom: 6px;
    margin-left: 4%;
    padding: 14px 10px 12px 34px;
    height: 38px;
  }
  .t-sub6 .row div img {
    top: 13px;
    left: 12px;
    width: 14px;
  }
  .en-style .t-sub6 .row div {
    width: 92%;
    line-height: 22px;
    height: auto;
  }
  .en-style .t-sub6 .row div p {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .account1 .row .desc1,
  .account1 .row .desc2,
  .account1 .row .desc3 {
    font-size: 13px;
  }
} */
