.investor{
  padding-top: 2rem;
}
.info{
  padding: 2rem 10% calc(56rem / 40);
  background-color: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.info-left{
  flex: 1;
}
.titie{
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: calc(56rem / 40);
}
.info-name{
  margin-top: 0.7rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #C0191F;
  line-height: 1rem;
}
.info-wrap {
  display: flex;
  align-items: stretch;
  margin-top: calc(180rem / 40);
}
.info-price{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-price-name{
  font-size: 0.6rem;
  color: #4D4D4D;
  line-height: 0.8rem;
}
.info-price-value{
  padding: calc(17rem / 40) 0 calc(29rem / 40);
  font-size: calc(88rem / 40);
  font-weight: 500;
  color: #1A1A1A;
  line-height: calc(106rem / 40);
  font-family: D-DIN-PRO-Medium, D-DIN-PRO;
}
.info-list{
  padding-left: calc(210rem / 40);
}
.info-price-ratio{
  position: relative;
  padding-left: 1rem;
  font-size: 0.5rem;
  color: #C0191F;
  line-height: calc(23rem / 40);
}
.info-price-ratio.down {
  color: #008000;
}
.info-price-ratio::after{
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../img/investor/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #bf2229;
}
.info-price-ratio.down::after {
  background-color: #008000;
}

.info-item:not(:first-child){
  margin-top: 0.5rem;
}
.info-item{
  display: flex;
  align-items: center;
  font-size: 0.45rem;
  color: #4D4D4D;
  line-height: 0.6rem;
}
.info-item-name{
  display: inline-block;
  width: 2rem;
  text-align: right;
}
.info-item-value{
  display: inline-block;
  margin-left: calc(54rem / 40);
  width: 2.8rem;
  line-height: calc(34rem / 40);
  font-size: 0.7rem;
  font-weight: 600;
  font-family: D-DIN-PRO-SemiBold, D-DIN-PRO;
}
.info-right{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 42%;
}
.info-btns{
  display: flex;
  align-items: center;
}
.info-btn{
  padding: 0.12rem 0.4rem;
  font-size: 0.4rem;
  color: rgba(26, 26, 26, 1);
  line-height: 0.55rem;
  cursor: pointer;
  white-space: nowrap;
}
.info-btn:not(:first-child) {
  margin-left: 0.8rem;
}
.info-btn.active {
  color: #fff;
  background-color: rgba(192, 25, 31, 1);
}
.info-content{
  width: 100%;
  margin-top: calc(38rem / 40);
}
.info-image{
  width: 100%;
}

.notice{
  padding: 2rem 10%;
  background-color: #F6F6F6;
}
.notice-content{
  height: calc(418rem / 40);
  margin-top: 1.5rem;
  overflow: hidden;
}
.notice-item{
  display: flex;
}
.notice-item:not(:first-child) {
  margin-top: 0.8rem;
}
.notice-year{
  padding-left: calc(56rem / 40);
  font-size: 0.9rem;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.1rem;
  background-image: url(./../img/investor/year.png);
  background-repeat: no-repeat;
  background-size: 1.1rem 0.7rem;
  background-position: left 0.25rem;
  font-family: D-DIN-PRO-SemiBold, D-DIN-PRO;
  width: calc(132rem / 40);
  box-sizing: content-box;
}
.notice-article-list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.notice-article-item{
  width: 32%;
  padding: 0.6rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  cursor: pointer;
}
.notice-article-item:not(:nth-child(3n)) {
  margin-right: calc(4% / 2);
}
.notice-article-item:nth-child(n + 4) {
  margin-top: 0.8rem;
}

.notice-article-item:hover {
  background: rgba(192, 25, 31, 1)
}
.notice-article-item:hover .notice-article-item-title {
  color: #fff;
}
.notice-article-item:hover .notice-article-item-year {
  color: #fff;
}
.notice-article-item:hover .notice-article-item-text {
  color: #fff;
  background-image: url(./../img/investor/arrow_white.png);
}
.notice-article-item-title{
  font-size: 0.5rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-article-item-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem; 
}
.notice-article-item-year, .notice-article-item-text{
  font-size: 0.4rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.55rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-article-item-text{
  padding-right: 0.35rem;
  background-image: url(./../img/investor/arrow_black.png);
  background-repeat: no-repeat;
  background-size: 0.2rem 0.35rem;
  background-position: center right;
}
.notice-footer{
  margin-top: 1.5rem;
  text-align: center;
}
.notice-arrow-white{
  width: 0.2rem;
  height: 0.35rem;
  transform: rotateZ(90deg);
  transition: 0.3s all;
  margin-left: 0.2rem;
}
.notice-btn.show >.notice-arrow-white {
  transform: rotateZ(270deg);
}

.education{
  padding: 2rem 10%;
  background-color: #fff;
}
.education-list {
  margin-top: 0.6rem;
}
.education-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.education-item:hover .education-item-title{
  color: rgba(192, 25, 31, 1);
}
.education-item:not(:last-child) {
  border-bottom:  1px solid #F1F3F5;
  border-radius: 0.2rem;
}
.education-item-title{
  font-size: 0.5rem;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.education-item-time {
  font-size: 0.5rem;
  font-weight: 400;
  color: #999999;
}
.connection{
  padding: 2rem 10%;
  background-color: #F6F6F6;
}
.connection-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(71rem / 40);
}
.connection-item{
  position: relative;
  width: 49%;
  padding: 0.7rem 0.8rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.connection-item-title{
  font-size: 0.5rem;
  color: #4D4D4D;
  line-height: 1.1rem;
}
.connection-item-text{
  font-size: 0.5rem;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 0.9rem;
  margin-top: 0.2rem;
}
.connection-item-image{
  position: absolute;
  right: 0.8rem;
  top: 0;
  transform: translateY(-50%);
  width: calc(100rem / 40);
  height: calc(100rem / 40);
  z-index: 1;
}
.platform{
  padding: calc(74rem / 40) 0;
  background-image: url(./../img/investor/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.platform-title{
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.4rem;
  text-align: center;
}
.platform-btn{
  margin-top: calc(30rem / 40);
  text-align: center;
}
.platform-btn >.btn-more:nth-child(2) {
  margin-left: 0.3rem;
}

@media screen and (max-width: 1000px) {
  .info{
    flex-direction: column;
    padding: 1rem 5% 1rem;
  }
  .info-right{
    width: 100%;
    margin-top: 2rem;
  }
  .notice-article-item{
    width: 48%;
  }
  .notice-article-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .notice-article-item:not(:nth-child(2n)) {
    margin-right: calc(4% / 2);
  }
  .notice-article-item:nth-child(n + 3) {
    margin-top: 0.8rem;
  }

  .connection-list{
    flex-direction: column;
  }
  .connection-item{
    width: 100%;
  }
  .connection-item:nth-child(2) {
    margin-top: 3rem;
  }
  .info-wrap{
    margin-top: 1rem;
    justify-content: space-around;
  }
  .info-item-value{
    width: 2.5rem;
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 720px) {
  .notice-year{
    display: none;
  }
  .notice-article-item{
    width: 100%;
    margin-right: initial !important;
  }
  .notice-article-item:nth-child(n + 2) {
    margin-top: 0.8rem;
  }
  .info-list{
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 375px) {
  .notice-article-list{
    padding-left: initial;
  }
}