.section1 {
  height: 333rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/ebc-static/image/trading-product/etf/section1Bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section1 h1 {
  color: #fff;
  text-align: center;
  font-size: 40rem;
  font-style: normal;
  font-weight: 900;
  line-height: 48rem;
}
.section1 .p1 {
  margin-top: 25rem;
  color: #fff;
  text-align: center;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25rem;
  padding: 0 180rem;
  max-width: 60vw;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41rem;
  min-width: 200rem;
  border-radius: 2rem;
  background: #fff;
  padding: 14rem 20rem;
  color: #a52933;
  text-align: center;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
}
.btn:hover {
  background: #a52933;
  color: #fff;
}

.btn-light {
  background: #a52933;
  color: #fff;
}
.section2 .btn-light:hover {
  background: #9f734c;
  border-color: #9f734c;
  /* color: #a52933; */
}
.mt-52 {
  margin-top: 40rem;
}

.section2,
.section3,
.section4 {
  padding: 120rem 150rem;
}

.section2 h2,
.section3 h2,
.section4 h2 {
  color: #a52933;
  text-align: center;
  font-size: 36rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1em;
}
.bottom-line{
  margin: 30rem auto 0;
  width: 100rem;
  height: 2px;
  background-color: #a52933;
}
.section2 .describe {
  color: #666;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28rem; /* 155.556% */
  margin:50rem auto 0;
  max-width:calc(100% - 380rem)
  /* margin:0 auto; */
}
.section2 .p1 {
  margin-top: 38rem;
  color: #666;
  text-align: center;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28rem;
  padding: 0 180rem;
}
.section2-content {
  margin: 120rem auto 0;
  max-width: 1200rem;
  display: flex;
  flex-wrap: wrap;
  gap: 75rem;
  justify-content: space-between;
}
.section2-content-item {
  display: flex;
  align-items: center;
  gap: 25rem;
}
.section2-item-content {
  width: 300rem;
}
.section2-item-img {
  width: 102rem;
  height: 102rem;
}
.section2-content-item h3 {
  color: #a52933;
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30rem;
}
.section2-content-item .info1 {
  margin-top: 8rem;
  color: #6a6967;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30rem;
}
.section5 {
  padding:120rem 300rem;
}
.section5 .section5-content {
  display:flex;
  justify-content: space-between;
  margin-top:124rem;
}
.section5 .section5-item-img {
  width:170rem;
  height:100rem;
  transform:scale(0.8)
}
.section5-content .section5-item-content{
  margin-top:40rem;

}
.section5-content .section5-content-item:hover h3 {
  color:#A52933;
}
.section5-content .section5-content-item:hover {
    box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.10);
    transform: translateY(-20px);
    background:transparent;
  }
  .section5-content .section5-content-item:hover::after {
    position:absolute;
    content:'';
    width:100%;
    left:0;
    bottom:0;
    height:8rem;
    background:#A52933;
  }
.section5-content  .section5-content-item {
  position:relative;
  flex:0 0 310rem;
  padding:50rem 10rem 30rem;
  overflow:hidden;
  transition: transform 0.5s;
  cursor:pointer;
  background:url('/ebc-static/image/trading-product/etf/linearBorder.png');
  background-size:100% 100%;
  border-radius:10rem;
}
.section5-content,.section5-item-content h3{
  color: #000;
  text-align:center;
  font-size: 24rem;
  font-weight: 700;
  margin-bottom:25rem
}
.section5-content,.section5-item-content .info1{
  color: #666;
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
}
.section2 .btn-box,
.section3 .btn-box {
  margin-top: 110rem;
  display: flex;
  justify-content: center;
  gap: 25rem;
}
.section2 .btn,
.section3 .btn {
  border: 1px solid #a52933;
}

.section3 {
  background-color: #f6f6f6;
}
.section3 .product {
  margin-top: 108rem;
}

.QA-list {
  width: 1024rem;
  margin: 0 auto;
  margin-top: 108rem;
}
.QA-item {
  padding: 22rem;
}

.QA-item:hover {
  box-shadow: 0 12px 18px -6px rgba(34, 56, 101, 0.12);
}

.QA-title {
  position: relative;
  color: #232222;
  font-size: 18rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  padding-right: 20rem;
}
.QA-title::after {
  position: absolute;
  right: 0;
  top: 4rem;
  content: "\e61a";
  color: #949699;
  font-family: "iconfont" !important;
  font-size: 16rem;
  transition: all 0.3s;
}

.ar .QA-title {
  padding-left: 20rem;
  padding-right: 0;
}
.ar .QA-title::after {
  right: unset;
  left: 0;
}

.QA-actived .QA-title::after {
  transform: rotate(180deg);
}

.QA-content {
  margin-top: 12rem;
  display: none;
}
.QA-li {
  position: relative;
  color: #6a6967;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28rem;
  padding-left: 28rem;
}
.QA-li::before {
  content: "";
  position: absolute;
  left: calc(14rem - 2rem);
  top: calc(14rem - 2rem);
  width: 4rem;
  height: 4rem;
  background-color: #6a6967;
  border-radius: 50%;
}
.ar .QA-li {
  padding-left: 0;
  padding-right: 28rem;
}
.ar .QA-li::before {
  left: unset;
  right: calc(14rem - 2px);
}

@media (max-width: 996px) {
  .section1 {
    background: url("/ebc-static/image/trading-product/etf/section1BgM.png");
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-size: 100% 100%;

  }
  .section2,
  .section3 {
    padding: 100rem 28rem;
  }
  .section4 {
    padding: 100rem 80rem;
  }
  .section2 h1,
  .section3 h1,
  .section4 h1 {
    font-size: 40rem;
  }
  .section2 h2,
.section3 h2,
.section4 h2 {
  font-size:44rem;
}
  .section1 .p1,
  .section2 .p1 {
    padding: 0 30rem;
    font-size: 20rem;
    line-height: normal;
    margin-top: 26rem;
  }
  .section2 {
    padding:100rem 65rem;
  }
  .section2 .describe{
    font-size:24rem;
    max-width:calc(100% - 100rem)
  }
  .section2-content {
    padding: 0 45rem;
    margin-top: 85rem;
    gap: 78rem 60rem;
  }
  .section2-content-item {
    flex-direction: column;
    align-items: center;
    gap: 20rem;
    width: calc(50% - 40rem);
  }
  .section2-content-item .info1 {
    line-height: normal;
  }
  .section2-item-content {
    width: 100%;
  }
  .section2-content-item h3 {
    font-size: 24rem;
    text-align: center;
  }
  .section2-content-item .info1 {
    font-size: 20rem;
    text-align: center;
  }
  .section2 .btn-box,
  .section3 .btn-box {
    margin-top: 85rem;
  }
  .btn-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn {
    min-width: 334rem;
    height: 68rem;
    font-size: 24rem;
    svg {
      width:10rem;
      height:15rem;
      margin-left:10rem;
    }
  }
  .section2-item-img {
    width: 105rem;
    height: 105rem;
  }
  .section3 .product {
    margin-top: 85rem;
  }
  .QA-list {
    width: 100%;
    margin-top: 70rem;
  }
  .QA-item:hover {
    box-shadow: none;
  }
  .QA-title {
    font-size: 24rem;
  }
  .QA-li {
    font-size: 20rem;
    line-height: 30rem;
  }
  .section5 .section5-content {
    flex-wrap:wrap;
  }
  .section5 .section5-content .section5-content-item {
    flex:0 0 280rem;
    padding:30rem 15rem;
  }
  .section5 .section5-content .section5-content-item:first-child{
    flex:0 0 50vw;
    margin:0 auto
  }
  .section5 .section5-content .section5-content-item:nth-child(n+2){
    margin-top:80rem;
  }
  .section5 .section5-content .section5-item-content h3 {
    margin-bottom:15rem;
    font-size:24rem;
  }
  .section5 .section5-content .section5-item-content .info1 {
    font-size:20rem;
    max-width:50vw;
    margin:0 auto;
  }
}
