/* line 6, ../../sass/app/stock.scss */
.overview .s2 .sect .right .list .item, .announcement .s1 .list .item {
  border-top: 1px solid #D0D5DD;
  padding: 8px 8px 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 13px;
}
/* line 16, ../../sass/app/stock.scss */
.overview .s2 .sect .right .list .item .info .date, .announcement .s1 .list .item .info .date {
  font-size: 16px;
  color: #45B035;
}
/* line 20, ../../sass/app/stock.scss */
.overview .s2 .sect .right .list .item .info .title, .announcement .s1 .list .item .info .title {
  margin-top: 10px;
  color: #1D2939;
  font-size: 18px;
  line-height: 1.5;
}
/* line 27, ../../sass/app/stock.scss */
.overview .s2 .sect .right .list .item .icon, .announcement .s1 .list .item .icon {
  background-color: #D0D5DD;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
/* line 74, ../../sass/construct/_mixin.scss */
.overview .s2 .sect .right .list .item .icon:after, .announcement .s1 .list .item .icon:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}
/* line 87, ../../sass/construct/_mixin.scss */
.overview .s2 .sect .right .list .item .icon i, .announcement .s1 .list .item .icon i {
  font-size: 24px;
  line-height: 36px;
  color: white;
  position: relative;
  z-index: 2;
}
/* line 94, ../../sass/construct/_mixin.scss */
.overview .s2 .sect .right .list .item .icon.scale, .announcement .s1 .list .item .icon.scale {
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
/* line 96, ../../sass/construct/_mixin.scss */
.overview .s2 .sect .right .list .item .icon.scale i, .announcement .s1 .list .item .icon.scale i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 34, ../../sass/app/stock.scss */
.overview .s2 .sect .right .list .item:before, .announcement .s1 .list .item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 0%;
  height: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #45B035;
}
/* line 46, ../../sass/app/stock.scss */
.overview .s2 .sect .right .list .item:hover:before, .announcement .s1 .list .item:hover:before {
  width: 100%;
}
/* line 49, ../../sass/app/stock.scss */
.overview .s2 .sect .right .list .item:hover .icon:after, .announcement .s1 .list .item:hover .icon:after {
  background-color: #45B035;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 58, ../../sass/app/stock.scss */
.overview .s1 {
  background-color: #F2F4F7;
  padding: 120px 0 0;
}
/* line 61, ../../sass/app/stock.scss */
.overview .s1 .sect {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 66, ../../sass/app/stock.scss */
.overview .s1 .left .t, .overview .s1 .right .t {
  font-size: 32px;
  color: #1D2939;
  line-height: 1.2;
}
/* line 71, ../../sass/app/stock.scss */
.overview .s1 .left .l, .overview .s1 .right .l {
  width: 60px;
  height: 2px;
  background-image: linear-gradient(96deg, #004aae, #45b035 57%, #ffea00);
  margin-top: 16px;
}
/* line 78, ../../sass/app/stock.scss */
.overview .s1 .left {
  position: relative;
  padding-right: 60px;
  border-right: 1px solid #D0D5DD;
}
/* line 82, ../../sass/app/stock.scss */
.overview .s1 .left .abst {
  margin-top: 56px;
  max-width: 910px;
  word-break: keep-all;
  color: #98A2B3;
  font-size: 16px;
  line-height: 1.5;
}
/* line 90, ../../sass/app/stock.scss */
.overview .s1 .left ._btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 96, ../../sass/app/stock.scss */
.overview .s1 .right {
  flex: none;
  width: 40%;
  height: 420px;
  padding: 0 60px;
}
/* line 101, ../../sass/app/stock.scss */
.overview .s1 .right .list {
  margin-top: 35px;
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: space-between;
  align-items: space-between;
}
/* line 107, ../../sass/app/stock.scss */
.overview .s1 .right .list .item {
  width: 40%;
}
/* line 110, ../../sass/app/stock.scss */
.overview .s1 .right .list .lab {
  font-size: 16px;
  line-height: 1.5;
  color: #45B035;
}
/* line 115, ../../sass/app/stock.scss */
.overview .s1 .right .list .val {
  margin-top: 10px;
  color: #1D2939;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
/* line 123, ../../sass/app/stock.scss */
.overview .s1 .right .tip {
  display: inline-block;
  margin-top: 16px;
  color: red;
  font-size: 16px;
}
/* line 128, ../../sass/app/stock.scss */
.overview .s1 .right .tip:hover {
  text-decoration: underline;
}
/* line 132, ../../sass/app/stock.scss */
.overview .s1 .right ._btn {
  position: absolute;
  left: 60px;
  bottom: 0;
}
/* line 140, ../../sass/app/stock.scss */
.overview .s2 {
  padding: 130px 0 190px;
  background-color: #F2F4F7;
}
/* line 143, ../../sass/app/stock.scss */
.overview .s2 .sect {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 146, ../../sass/app/stock.scss */
.overview .s2 .sect .sec-title .t1 {
  color: #F2F4F7;
}
/* line 149, ../../sass/app/stock.scss */
.overview .s2 .sect .sec-title .l {
  background-color: #45B035;
}
/* line 153, ../../sass/app/stock.scss */
.overview .s2 .sect .tip {
  margin: 16px 0;
  font-size: 16px;
  color: #667085;
}
/* line 157, ../../sass/app/stock.scss */
.overview .s2 .sect .tip a {
  color: #004AAE;
  text-decoration: underline;
}
/* line 162, ../../sass/app/stock.scss */
.overview .s2 .sect .left {
  flex: none;
  width: 40%;
  height: 600px;
  padding: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 171, ../../sass/app/stock.scss */
.overview .s2 .sect .left .sec-title .abst {
  color: #D0D5DD;
  word-break: unset;
}
/* line 177, ../../sass/app/stock.scss */
.overview .s2 .sect .left .c .item {
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 182, ../../sass/app/stock.scss */
.overview .s2 .sect .left .c .item i {
  font-size: 24px;
}
/* line 185, ../../sass/app/stock.scss */
.overview .s2 .sect .left .c .item .str {
  margin-left: 16px;
  font-size: 14px;
  line-height: 1;
}
/* line 193, ../../sass/app/stock.scss */
.overview .s2 .sect .right {
  margin-left: 45px;
  padding: 32px;
  background-color: white;
  width: 100%;
}
/* line 199, ../../sass/app/stock.scss */
.overview .s2 .sect .right .sec-title .t1 {
  color: #1D2939;
}

/* line 212, ../../sass/app/stock.scss */
.information .s1, .information .s2 {
  background-color: #F2F4F7;
}
/* line 215, ../../sass/app/stock.scss */
.information .s1 {
  padding: 100px 0 130px;
}
/* line 218, ../../sass/app/stock.scss */
.information .s1 .sec-title .l {
  background-color: #45B035;
}
/* line 221, ../../sass/app/stock.scss */
.information .s1 .sec-title .abst {
  margin-top: 70px;
  color: #1D2939;
}
/* line 228, ../../sass/app/stock.scss */
.information .s1 .list {
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 65px;
}
/* line 236, ../../sass/app/stock.scss */
.information .s1 .list .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #98A2B3;
  position: relative;
}
/* line 241, ../../sass/app/stock.scss */
.information .s1 .list .item .lab {
  font-size: 16px;
  color: #45B035;
}
/* line 245, ../../sass/app/stock.scss */
.information .s1 .list .item .num {
  margin-top: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 250, ../../sass/app/stock.scss */
.information .s1 .list .item .num .number {
  color: #1D2939;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
}
/* line 256, ../../sass/app/stock.scss */
.information .s1 .list .item .num .unit {
  color: #98A2B3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0 0 10px;
}
/* line 264, ../../sass/app/stock.scss */
.information .s1 .list .item:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #45B035;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 276, ../../sass/app/stock.scss */
.information .s1 .list .item:hover:after {
  width: 100%;
}
/* line 283, ../../sass/app/stock.scss */
.information .s1 .tip {
  display: inline-block;
  margin-top: 16px;
  color: red;
  font-size: 16px;
}
/* line 288, ../../sass/app/stock.scss */
.information .s1 .tip:hover {
  text-decoration: underline;
}
/* line 293, ../../sass/app/stock.scss */
.information .s2 {
  padding-bottom: 195px;
}
/* line 296, ../../sass/app/stock.scss */
.information .s2 .sect #kl {
  width: 100%;
  height: 600px;
}

/* line 305, ../../sass/app/stock.scss */
.announcement .s1 {
  background-color: #F2F4F7;
  padding: 100px 0 190px;
}
/* line 309, ../../sass/app/stock.scss */
.announcement .s1 .sec-title .l {
  background-color: #45B035;
}
/* line 313, ../../sass/app/stock.scss */
.announcement .s1 .tip {
  margin: 16px 0;
  font-size: 16px;
  color: #667085;
}
/* line 317, ../../sass/app/stock.scss */
.announcement .s1 .tip a {
  color: #004AAE;
  text-decoration: underline;
}
/* line 322, ../../sass/app/stock.scss */
.announcement .s1 .list {
  margin-top: 70px;
}
/* line 326, ../../sass/app/stock.scss */
.announcement .s1 .tool {
  margin-top: 100px;
  text-align: center;
}
/* line 329, ../../sass/app/stock.scss */
.announcement .s1 .tool ._btn {
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  /* line 338, ../../sass/app/stock.scss */
  .overview .s1 {
    padding: 64px 0;
  }
  /* line 340, ../../sass/app/stock.scss */
  .overview .s1 .sect {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  /* line 345, ../../sass/app/stock.scss */
  .overview .s1 .left .t,
  .overview .s1 .right .t {
    font-size: 20px;
  }
  /* line 348, ../../sass/app/stock.scss */
  .overview .s1 .left .l,
  .overview .s1 .right .l {
    margin-top: 8px;
  }
  /* line 352, ../../sass/app/stock.scss */
  .overview .s1 .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  /* line 356, ../../sass/app/stock.scss */
  .overview .s1 .left .abst {
    margin-top: 16px;
    word-break: normal;
    max-width: unset;
    width: 100%;
    color: #667085;
  }
  /* line 363, ../../sass/app/stock.scss */
  .overview .s1 .left ._btn {
    position: relative;
    margin-top: 32px;
  }
  /* line 368, ../../sass/app/stock.scss */
  .overview .s1 .right {
    width: 100%;
    margin-top: 64px;
    padding: 24px 0 0;
    border-top: #45B035 1px solid;
  }
  /* line 373, ../../sass/app/stock.scss */
  .overview .s1 .right .list {
    margin-top: 32px;
    height: auto;
  }
  /* line 376, ../../sass/app/stock.scss */
  .overview .s1 .right .list .item {
    margin-bottom: 32px;
  }
  /* line 378, ../../sass/app/stock.scss */
  .overview .s1 .right .list .item .lab {
    font-size: 14px;
  }
  /* line 381, ../../sass/app/stock.scss */
  .overview .s1 .right .list .item .val {
    font-size: 28px;
    margin-top: 6px;
  }
  /* line 387, ../../sass/app/stock.scss */
  .overview .s1 .right ._btn {
    position: relative;
    left: 0;
    bottom: unset;
  }
  /* line 395, ../../sass/app/stock.scss */
  .overview .s2 {
    padding: 0;
    background: #D0D5DD;
  }
  /* line 398, ../../sass/app/stock.scss */
  .overview .s2 .sect {
    padding: 0;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  /* line 405, ../../sass/app/stock.scss */
  .overview .s2 .sect .left {
    width: unset;
    height: 220px;
    padding: 24px 32px;
  }
  /* line 410, ../../sass/app/stock.scss */
  .overview .s2 .sect .left .sec-title .l {
    background: white;
  }
  /* line 413, ../../sass/app/stock.scss */
  .overview .s2 .sect .left .sec-title .abst {
    display: none;
  }
  /* line 418, ../../sass/app/stock.scss */
  .overview .s2 .sect .left .c .item {
    margin-bottom: 5px;
    line-height: 1;
  }
  /* line 421, ../../sass/app/stock.scss */
  .overview .s2 .sect .left .c .item i {
    font-size: 16px;
  }
  /* line 424, ../../sass/app/stock.scss */
  .overview .s2 .sect .left .c .item .str {
    font-size: 12px;
  }
  /* line 430, ../../sass/app/stock.scss */
  .overview .s2 .sect .right {
    margin-left: 0;
    padding: 64px 32px;
    background: #EAECF0;
  }
  /* line 434, ../../sass/app/stock.scss */
  .overview .s2 .sect .right .sec-title {
    background: #F2F4F7;
    padding: 24px;
  }
  /* line 439, ../../sass/app/stock.scss */
  .overview .s2 .sect .right .list {
    background: #F2F4F7;
    padding: 24px;
  }
  /* line 442, ../../sass/app/stock.scss */
  .overview .s2 .sect .right .list .item {
    border-bottom: 1px solid #D0D5DD;
    border-top: unset;
    padding: 16px 0px;
    margin-bottom: 13px;
    margin-top: unset;
  }
  /* line 448, ../../sass/app/stock.scss */
  .overview .s2 .sect .right .list .item:before {
    top: unset;
    bottom: -1px;
  }
  /* line 453, ../../sass/app/stock.scss */
  .overview .s2 .sect .right .list .item .info .date {
    font-size: 20px;
    font-family: HarmonyOS_Sans;
  }
  /* line 457, ../../sass/app/stock.scss */
  .overview .s2 .sect .right .list .item .info .title {
    font-size: 14px;
    margin-top: 5px;
  }
  /* line 462, ../../sass/app/stock.scss */
  .overview .s2 .sect .right .list .item .icon {
    margin-left: 24px;
    flex: none;
  }

  /* line 474, ../../sass/app/stock.scss */
  .announcement .s1 {
    padding: 64px 0;
  }
  /* line 477, ../../sass/app/stock.scss */
  .announcement .s1 .list .item {
    border-bottom: 1px solid #D0D5DD;
    border-top: unset;
    padding: 16px 0px;
  }
  /* line 481, ../../sass/app/stock.scss */
  .announcement .s1 .list .item:before {
    top: unset;
    bottom: -1px;
  }
  /* line 486, ../../sass/app/stock.scss */
  .announcement .s1 .list .item .info .date {
    font-size: 12px;
    font-family: HarmonyOS_Sans;
  }
  /* line 490, ../../sass/app/stock.scss */
  .announcement .s1 .list .item .info .title {
    font-size: 14px;
    margin-top: 5px;
  }
  /* line 495, ../../sass/app/stock.scss */
  .announcement .s1 .list .item .icon {
    margin-left: 24px;
    flex: none;
  }
  /* line 502, ../../sass/app/stock.scss */
  .announcement .s1 .tool ._btn {
    background: #45B035;
    color: white;
  }
  /* line 505, ../../sass/app/stock.scss */
  .announcement .s1 .tool ._btn ._icon {
    color: inherit;
    background: #45B035;
  }

  /* line 516, ../../sass/app/stock.scss */
  .information .s1,
  .information .s2 {
    background-color: #EAECF0;
  }
  /* line 520, ../../sass/app/stock.scss */
  .information .s1 {
    padding: 64px 0;
  }
  /* line 523, ../../sass/app/stock.scss */
  .information .s1 .sec-title .abst {
    margin-top: 16px;
    font-size: 14px;
    color: #667085;
  }
  /* line 529, ../../sass/app/stock.scss */
  .information .s1 .list {
    margin-top: 32px;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 12px;
  }
  /* line 533, ../../sass/app/stock.scss */
  .information .s1 .list .item {
    padding: 24px 0;
  }
  /* line 535, ../../sass/app/stock.scss */
  .information .s1 .list .item .lab {
    font-size: 14px;
    line-height: 1;
  }
  /* line 539, ../../sass/app/stock.scss */
  .information .s1 .list .item .num {
    font-size: 28px;
    line-height: 1;
  }
  /* line 542, ../../sass/app/stock.scss */
  .information .s1 .list .item .num .number {
    line-height: inherit;
    font-size: inherit;
  }
}
