html,
body {
  padding: 0;
  margin: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
#root {
  width: 100%;
  min-width: 1200px;
}
.AppBanner {
  width: 100%;
  padding-bottom: 33.333%;
  position: relative;
  overflow: hidden;
}
.AppBanner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.AppBanner-contentWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 0) {
  .AdaptionSection {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .AdaptionSection {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .AdaptionSection {
    margin: 0 auto;
    width: 1200px;
  }
}
.AdaptionSection {
  box-sizing: border-box;
}
.AppBanner-contentInner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.AppBanner-title {
  font-weight: 500;
  font-family: Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN,
    SourceHanSansSC-Medium, sans-serif;
  margin-bottom: 12px;
  font-size: 64px;
  line-height: 90px;
  color: #fff;
  letter-spacing: 0;
}
.AppBanner-description {
  font-weight: 400;
  font-family: Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN,
    SourceHanSansSC-Regular, sans-serif;
  max-width: 640px;
  margin-bottom: 64px;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.8);
  letter-spacing: 0;
  line-height: 32px;
}
.AppBanner-content {
  position: relative;
  height: 100%;
}
.AppBanner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 23.5px;
  color: #fff;
  background-color: transparent;
  margin-right: 24px;
  min-width: 128px;
  height: 48px;
}
.ant-btn {
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  padding: 0 15px;
  font-size: 14px;
}
a {
  text-decoration: none;
}
a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.HomePageLayout {
  background: #fff;
  position: relative;
  margin: auto;
  will-change: transform;
}
@media screen and (min-width: 0) {
  .HomePageLayout {
    padding-bottom: 30px;
  }
  .HomePageLayout-title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .AdaptionSection {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .NewsCard-description {
    margin-bottom: 16px;
    padding: 16px 24px;
  }
  .NewsCard-descriptionContent {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
  }
}

@media screen and (min-width: 768px) {
  .HomePageLayout {
    padding-bottom: 50px;
  }
  .HomePageLayout-title {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 28px;
  }
  .AdaptionSection {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .ant-col-md-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 auto;
    float: left;
  }
  .NewsCard-description {
    margin-bottom: 0;
    padding: 16px 20px;
  }
  .NewsCard-descriptionContent {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .HomePageLayout {
    padding-bottom: 80px;
  }
  .HomePageLayout-title {
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: 32px;
  }
  .AdaptionSection {
    margin: 0 auto;
    width: 1200px;
  }
  .NewsCard-description {
    margin-bottom: 0;
    padding: 16px 20px;
  }
  .NewsCard-descriptionContent {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
.HomePageLayout-title {
  font-family: Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN,
    SourceHanSansSC-Regular, sans-serif;
  font-weight: 200;
  color: #1b1b1b;
  letter-spacing: 0;
  text-align: center;
}
.AdaptionSection {
  position: relative;
  box-sizing: border-box;
}
.ant-row {
  position: relative;
  height: auto;
  zoom: 1;
  display: block;
  box-sizing: border-box;
}
.ant-row:after,
.ant-row:before {
  display: table;
  content: '';
}
.CorporatePlanItem {
  text-align: center;
}
.CorporatePlanItem-image {
  width: 100%;
}
.CorporatePlanItem-title {
  font-weight: 400;
  font-family: Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN,
    SourceHanSansSC-Regular, sans-serif;
  margin-top: 6px;
  font-size: 16px;
  color: #1b1b1b;
  letter-spacing: 0;
  line-height: 22.4px;
}
.CorporatePlanItem-description {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ApprovalFlowWall {
  background-image: url('../pictures/images/1.png');
  background-size: 100% 100%;
}
.ApprovalFlowWall-title {
  color: #fff;
}
.ant-row-flex-space-between {
  justify-content: space-between;
}
.ant-row-flex,
.ant-row-flex:after,
.ant-row-flex:before {
  display: -ms-flexbox;
  display: flex;
}
.ant-row-flex-center {
  justify-content: center;
}
.ApprovalFlowItem {
  text-align: center;
}
.ApprovalFlowItem-image {
  width: 100%;
}
.ApprovalFlowItem-title {
  font-weight: 400;
  font-family: Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN,
    SourceHanSansSC-Regular, sans-serif;
  margin-top: 16px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 17.92px;
}
.NewsCard {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.NewsCard-imageWrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.NewsCard-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.NewsCard-description {
  box-sizing: border-box;
}
.NewsCard-descriptionContent {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #1b1b1b;
}
.column1 {
  height: 460px;
}
.column2 {
  height: 578px;
}