/*样式重置*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
li,
div,
p,
span,
i,
em,
ol,
label,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: '宋体', Tahoma, Verdana, nsimsun, simsun, sans-serif;
  font-size: 12px;
  line-height: 22px;
}
dl,
dt,
dd,
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
}
/* 公共样式 */
.w {
  width: 100%;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/* 顶部菜单栏样式 */
.header {
  width: 100%;
  height: 72px;
  background: #fff;
  position: relative;
  z-index: 69;
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
}
.header-main {
  height: 72px;
  margin-left: 120px;
  margin-right: 120px;
}
.header-top-logo {
  padding: 23px 0px 22px 0;
}
.header-top-logo img {
  width: 110px;
  height: 23px;
}
.header .header-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header .header-right > li {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-right > li.header-right-about,
.header .header-right > li.header-right-relative,
.header .header-right > li.header-right-language,
.header .header-right > li.header-right-language-mobile {
  height: 72px;
  margin-right: 30px;
  cursor: pointer;
}
.header .header-right > li.header-right-relative {
  margin-right: 24px;
}
.header .header-right > li.header-right-language {
  margin-right: 0;
}
.header .header-right > li.header-right-relative-mobile,
.header .header-right > li.header-right-language-mobile,
.header .header-right > li.header-right-dropdown-mobile {
  display: none;
}
.header .header-right > li.header-right-language-mobile .dropdown-layer {
  width: 100px;
}
.header .header-right > li .title {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .header-right > li .icon {
  width: 20px;
}
.header .header-right > li .icon img {
  width: 100%;
}
.header .header-right .header-right-about .header-title a,
.header .header-right .header-right-language-mobile .title span {
  color: #222222;
  line-height: 20px;
  font-size: 16px;
  font-family: Manrope-Medium, Manrope;
  font-weight: 500;
}
.header .header-right .header-right-about .header-title a:hover {
  color: #117ed1;
  line-height: 20px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
}
.header .header-right > li.header-right-about:hover {
  background: unset;
  border: none;
}
.header .header-right .header-right-relative a {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-family: Manrope-Medium, Manrope;
  font-weight: 500;
}
.header .header-right .header-right-relative a:hover {
  font-size: 16px;
  line-height: 20px;
  color: #117ed1;
  font-family: Manrope-Medium, Manrope;
  font-weight: 500;
}
.header .header-right > li .dropdown-layer {
  width: 228px;
  /* width: 140px; */
  top: 63px;
  background-color: #117ed1;
  padding-bottom: 12px;
}
.header .header-right > li .dropdown-layer li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  line-height: 44px;
}
.header .header-right > li .dropdown-layer li:hover {
  background-color: #0863a8;
}
.header .header-right .dropdown-layer li:first-child {
  margin-top: 12px;
}
.header .header-right > li:hover .dropdown-layer {
  display: block;
}
.header .header-right .dropdown-layer {
  display: none;
  position: absolute;
  z-index: 99;
  border: 1px solid #117ed1;
  border-top: none;
  background: #117ed1;
  width: 100%;
}
.header .header-right .dropdown-layer a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: Manrope-Medium, Manrope;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-right .dropdown-layer a:hover {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: Manrope-Medium, Manrope;
  font-weight: 500;
}
.header .header-right .dropicon {
  display: inline-block;
  z-index: 9;
  width: 16px;
  height: 16px;
  background-image: url(../zh-hans/assets/dropicon.png);
  background-size: cover;
  transition: all 0.5s ease;
  margin: 5px;
}
.header .header-right .language-cn {
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  line-height: 20px;
  color: #666666;
}
.header .header-right .language-hk {
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  line-height: 20px;
  color: #666666;
}

.header .header-right .language-en {
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  line-height: 20px;
  color: #666666;
}

.header .header-right .language-cn:hover {
  color: #117ed1;
}
.header .header-right .language-hk:hover {
  color: #117ed1;
}
.header .header-right .language-en:hover {
  color: #117ed1;
}

.header .header-right .active {
  color: #117ed1 !important;
  font-family: AlibabaPuHuiTi_2_65_Medium;
}

/*header-logo*/
.header-logo {
  width: 100%;
  height: auto;
}
.header-logo img {
  width: 100%;
  height: auto;
}

/*主体开始*/
.body-main {
  width: 100%;
  background-color: #fbfbfb;
}
.body-tabs {
  text-align: center;
}
.about-tabs {
  display: flex;
  margin: 0 120px;
}
.body-tabs div {
  display: inline-block;
  margin-right: 32px;
}
.body-tabs div p {
  line-height: 50px;
}
.body-tabs p a {
  color: #222222;
  font-size: 20px;
  line-height: 20px;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
}
.body-tabs .body-tabs-about {
  padding: 16px 0 16px 0;
  border-bottom: 2px solid #117ed1;
}
.body-tabs .body-tabs-about a {
  font-weight: bold;
  font-family: Manrope-Bold, Manrope;
  color: #117ed1;
}
.body-tabs .body-tabs-report {
  height: 52px;
}
.body-tabs .body-tabs-report a:hover {
  color: #117ed1;
}
.body-tabs .body-tabs-report a {
  color: #222222;
}
.body-tabs .body-tabs-report-line {
  position: absolute;
  width: 182px;
  border-bottom: 2px solid #117ed1;
  margin-top: 52px;
}
.body-tabs .body-tabs-file {
  height: 52px;
}
.body-tabs .body-tabs-file-line {
  position: absolute;
  width: 147px;
  border-bottom: 2px solid #117ed1;
  margin: 52px 0 0 229px;
}
.body-tabs .body-tabs-file a:hover {
  color: #117ed1;
}
.body-tabs .body-tabs-announce {
  height: 52px;
}
.body-tabs .body-tabs-announce-line {
  position: absolute;
  width: 207px;
  border-bottom: 2px solid #117ed1;
  margin: 52px 0 0 413px;
}
.body-tabs .body-tabs-graph {
  height: 52px;
}
.body-tabs .body-tabs-graph-line {
  position: absolute;
  width: 141px;
  border-bottom: 2px solid #117ed1;
  margin: 52px 0 0 656px;
}
.body-tabs .body-tabs-manage {
  height: 52px;
}
.body-tabs .body-tabs-manage-line {
  position: absolute;
  width: 178px;
  border-bottom: 2px solid #117ed1;
  margin: 52px 0 0 838px;
}
.body-tabs .body-tabs-relation {
  height: 52px;
}
.body-tabs .body-tabs-relation:last-of-type {
  margin-right: 0;
}
.body-tabs .body-tabs-relation-line {
  position: absolute;
  width: 83px;
  border-bottom: 2px solid #117ed1;
  margin: 52px 0 0 1050px;
}
.body-tabs .body-tabs-file a:hover {
  color: #117ed1;
}
.body-tabs .body-tabs-announce a:hover {
  color: #117ed1;
}
.body-tabs .body-tabs-graph a:hover {
  color: #117ed1;
}
.body-tabs .body-tabs-manage a:hover {
  color: #117ed1;
}
.body-tabs .body-tabs-relation a:hover {
  color: #117ed1;
}
.body-text {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 120px;
}
.body-text .about-main {
  margin: 0 120px 0 120px;
}
.body-text .body-text-about {
  font-size: 24px;
  color: #117ed1;
  padding: 60px 0 24px 0;
  line-height: 30px;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
}
.body-text p {
  line-height: 24px;
  font-size: 16px;
  padding: 0 0 12px 0;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
}
.body-text span {
  color: #117ed1;
}
.body-text .body-text-price {
  font-size: 24px;
  color: #117ed1;
  padding: 60px 0 12px 0;
  line-height: 30px;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
}
.body-text .body-prize-year {
  font-weight: 600;
  font-size: 20px;
  color: #117ed1;
  letter-spacing: 0;
  line-height: 24px;
  padding: 24px 0;
  font-family: Manrope-Bold, Manrope;
}
.body-text .body-prize-dot {
  font-size: 32px;
  position: relative;
  top: 5px;
  color: #333;
}
.body-report {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 120px;
  padding-top: 30px;
}
.body-report .report-main {
  margin: 0 120px 0 120px;
}
.body-report .report-title {
  font-size: 24px;
  color: #117ed1;
  line-height: 30px;
  padding: 60px 0 0 0;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
  text-align: left;
}
.body-report .body-report-top {
  display: flex;
}
.body-report .body-report-top .report-background {
  width: 600px;
  height: 80px;
  margin: 24px 0 0 0;
  position: absolute;
  background-color: #dcedfa;
}
.body-report .body-report-top .report-slide {
  width: 600px;
  height: 2px;
  position: absolute;
  background-color: #117ed1;
  margin-top: 104px;
}
.body-report .body-report-top .quarterly-report {
  margin: 24px 0 0 0;
  width: 600px;
  height: 80px;
  background-color: #f5f5f5;
  text-align: center;
}
.body-report .body-report-top .quarterly-report a {
  width: 600px;
  height: 80px;
}
.body-report .body-report-top .quarterly-report .q-title {
  padding: 28px 0 28px 0;
  height: 24px;
  color: #117ed1;
  font-size: 20px;
  line-height: 24px;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
  position: relative;
  z-index: 99;
}
.body-report .body-report-top .quarterly-report .q-title:hover {
  color: #117ed1;
}
.body-report .body-report-top .finance-report {
  margin: 24px 0 0 0;
  width: 600px;
  height: 80px;
  background-color: #f5f5f5;
  text-align: center;
}
.body-report .body-report-top .finance-report-select {
  margin: 24px 0 0 0;
  width: 600px;
  height: 80px;
  background-color: #0863a8;
  text-align: center;
}
.body-report .body-report-top .finance-report a {
  width: 600px;
  height: 80px;
}
.body-report .body-report-top .finance-report .f-title {
  padding: 28px 0 28px 0;
  height: 24px;
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  position: relative;
  z-index: 99;
}
.body-report .body-report-top .finance-report .f-title:hover {
  color: #117ed1;
}
.body-report .year-title {
  font-size: 20px;
  color: #117ed1;
  line-height: 24px;
  padding: 36px 0 0 0;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
  text-align: left;
}
.body-report .body-report-list {
  width: 100%;
  display: flex;
}
.body-report .body-report-list .first-list {
  width: 590px;
  height: 384px;
  background-color: #f5f5f5;
  margin: 20px 0 0 0;
}
.body-report .body-report-list .first-list .first-list-title {
  width: 590px;
  height: 56px;
  padding-top: 24px;
  text-align: left;
}
.body-report .body-report-list .first-list .first-list-title p {
  font-size: 24px;
  color: #117ed1;
  line-height: 30px;
  padding: 13px 0 13px 48px;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
}
.body-report .body-report-list .list-line {
  position: absolute;
  width: 490px;
  height: 1px;
  border-bottom: 1px solid #cccccc;
  margin: 55px 0 0 48px;
}
.body-report .body-report-list .first-list .first-list-info {
  width: 590px;
  height: 279px;
}
.body-report .body-report-list .first-list .first-list-info li {
  width: 590px;
  height: 56px;
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #cccccc; */
}
.body-report .body-report-list .first-list .first-list-info li p a {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  padding: 18px 0 18px 48px;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
}
.body-report .body-report-list .first-list .first-list-info li p a:hover {
  color: #117ed1;
}
.body-report .body-report-list .second-list {
  width: 590px;
  height: 384px;
  background-color: #f5f5f5;
  margin: 20px 0 0 20px;
}
.body-report .body-report-list .second-list .second-list-title {
  width: 590px;
  height: 56px;
  padding-top: 24px;
  text-align: left;
}
.body-report .body-report-list .second-list .second-list-title p {
  font-size: 24px;
  color: #117ed1;
  line-height: 30px;
  padding: 13px 0 13px 48px;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
}
.body-report .body-report-list .second-list .second-list-info {
  width: 590px;
  height: 279px;
}
.body-report .body-report-list .second-list .second-list-info li {
  width: 590px;
  height: 56px;
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #cccccc; */
}
.body-report .body-report-list .second-list .second-list-info li p a {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  margin: 18px 0 18px 48px;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
}
.body-report .body-report-list .second-list .second-list-info li p a:hover {
  color: #117ed1;
}
.body-finance-list {
  display: none;
  width: 100%;
}
.body-finance-list ul li:first-child a .list-left-button {
  background-color: #117ed1;
}
.body-finance-list .list-left-button {
  margin: 45px 0 15px 0;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  background-color: #cccccc;
}

.body-finance-list .list-left-line {
  position: absolute;
  border-left: 2px solid #cccccc;
  height: 234px;
  margin-top: 51px;
  margin-left: 0.28rem;
}
.body-finance-list ul {
  z-index: 9999;
}
.body-finance-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-finance-list ul li:first-child .list-left-year {
  color: #117ed1;
}
.body-finance-list .list-left-year {
  margin: 36px 0 0 16px;
  font-size: 24px;
  line-height: 30px;
  color: #cccccc;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
}
.body-finance-list .list-right-year {
  font-size: 32px;
  color: #222222;
  line-height: 45px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  margin: 36px 0 0 102px;
}
.body-finance-list .list-right-first {
  display: flex;
}
.body-finance-list .list-right-second {
  display: flex;
  margin-left: 82px;
}
.body-finance-list .list-right-img {
  width: 200px;
  height: 280px;
  margin: 36px 0 0 24px;
}
.body-finance-list .list-right-body .list-right-first {
  height: 280px;
}
.body-finance-list .list-right-body .list-right-second {
  height: 280px;
}
.body-finance-list .list-right-body .list-rigth-space {
  background-color: #ffffff;
  width: 100%;
  height: 120px;
}
.body-finance-list .list-right-title {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  margin: 200px 0 0 16px;
}
.body-finance-list .list-right-body ul {
  height: 850px;
}
.body-finance-list .list-right-body ul li {
  margin-bottom: 60px;
}
.body-prospectus {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
  padding-top: 24px;
}
.body-prospectus .file-main {
  margin: 0 120px 0 120px;
}
.body-prospectus h3 {
  padding: 60px 0 0 0;
  font-size: 24px;
  line-height: 30px;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
  color: #117ed1;
  text-align: left;
}
.body-prospectus .file-body ul li {
  display: flex;
}
.body-prospectus .file-body .file-first {
  width: 368px;
  height: 236px;
  background-color: #ffffff;
  margin: 36px 0 48px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}
.body-prospectus .file-body .file-second {
  width: 368px;
  height: 236px;
  background-color: #ffffff;
  margin: 36px 0 48px 48px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}
.body-prospectus .file-body .file-third {
  width: 368px;
  height: 236px;
  background-color: #ffffff;
  margin: 36px 0 48px 48px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}
.body-prospectus .file-body .prospectus-data {
  font-size: 16px;
  line-height: 20px;
  color: #117ed1;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  margin-top: 12px;
}
.body-prospectus .file-body .prospectus-name {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  margin-top: 12px;
}
.body-prospectus .file-body .prospectus-button {
  width: 103px;
  height: 32px;
  background-color: #117ed1;
  border-radius: 6px;
  margin: 24px 140px 24px 140px;
}
.body-prospectus .file-body a .prospectus-button p {
  font-size: 14px;
  line-height: 18px;
  font-family: Manrope-Medium, Manrope;
  font-weight: 500;
  color: #ffffff;
  padding: 7px 8px 7px 8px;
}
.body-announcement {
  width: 100%;
  padding-top: 39px;
  margin-bottom: 120px;
}
.announcement-main {
  margin: 0 120px 0 120px;
}
.stock-information {
  margin: 30px 120px 0 120px;
}
.body-relation {
  width: 100%;
  background-color: #ffffff;
}
.body-relation .relation-main {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .body-relation .relation-main {
    padding: 0 20px;
  }
}
.relation-main h3 {
  font-size: 24px;
  line-height: 30px;
  color: #117ed1;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
  padding-top: 60px;
}
.relation-main .main-contain {
  margin-top: 36px;
  padding-bottom: 40px;
}
.relation-main .main-contain .contain {
  display: flex;
}
.relation-main .mail-icon {
  background-image: url(../zh-hans/assets/mailIcon.png);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.relation-main p {
  font-size: 16px;
  line-height: 20px;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
  color: #222222;
  margin: 1px 0 0 4px;
}
.relation-main p span {
  font-size: 16px;
  line-height: 20px;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  color: #222222;
}
.relation-main .position-icon {
  background-image: url(../zh-hans/assets/positionIcon.png);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  flex-shrink: 0;
}
.body-manage {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 120px;
}
.body-manage .manage-main {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .body-manage .manage-main {
    padding: 0 20px;
  }
}
.manage-main h3 {
  font-size: 24px;
  line-height: 30px;
  color: #117ed1;
  font-family: Manrope-Bold, Manrope;
  font-weight: bold;
  padding-top: 60px;
}
.contractual-arrangements-contain {
  display: flex;
  align-items: center;
  max-width: 100%;
  position: relative;
  left: -6px;
}
.contractual-arrangements-contain + .contractual-arrangements-contain {
  margin-top: 16px;
}
.contractual-arrangements-contain img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.contractual-arrangements-contain .contractual-arrangements {
  font-size: 20px;
  cursor: pointer;
  color: #222;
  display: inline-block;
  min-height: 36px;
  line-height: 26px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.contractual-arrangements-contain .contractual-arrangements:hover {
  color: #117ed1;
}
.governance-documents-title {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.governance-documents-title h3 {
  padding-top: 0;
}
.governance-documents-title .governance-documents-button-contain {
  text-align: right;
}
.governance-documents-title .governance-documents-button-contain button {
  padding: 8px 16px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  line-height: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.governance-documents-title .governance-documents-button-contain button:hover {
  background: #f5f5f5;
  border: 1px solid transparent;
}
.governance-documents-title .governance-documents-button-contain button:active,
.governance-documents-title .governance-documents-button-contain button:focus {
  border: 1px solid #117ed1;
  color: #117ed1;
  background: #fff;
}
#governanceDocumentsContain {
  display: none;
}
.manage-main .manage-list {
  margin-top: 48px;
}
.manage-main .manage-list .manage-item {
  margin-bottom: 32px;
}
.manage-main .manage-title-first {
  width: 221px;
  height: 48px;
  background-color: #117ed1;
  text-align: center;
}
.manage-main .manage-title-second {
  width: 259px;
  height: 48px;
  background-color: #117ed1;
  text-align: center;
}
.manage-main .manage-title-third {
  width: 390px;
  height: 48px;
  background-color: #117ed1;
  text-align: center;
}
.manage-main .manage-title-forth {
  width: 197px;
  height: 48px;
  background-color: #117ed1;
  text-align: center;
}
.manage-main .manage-title-fifth {
  width: 278px;
  height: 48px;
  background-color: #117ed1;
  text-align: center;
}
.manage-main .manage-title-sixth {
  width: 255px;
  height: 48px;
  background-color: #117ed1;
  text-align: center;
}
.manage-main .manage-title-seventh {
  width: 285px;
  height: 48px;
  background-color: #117ed1;
  text-align: center;
}
.manage-main .manage-position {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  padding: 10px 0 10px 0;
  word-wrap: break-word;
  word-break: break-all;
}
.manage-main .manage-item ul {
  display: flex;
  justify-content: space-between;
  height: 112px;
}
.manage-main .manage-item ul li {
  width: 300px;
  height: 112px;
  text-align: left;
  padding-right: 24px;
}
.manage-main .manage-item ul li:last-of-type {
  padding-right: 0;
}
.manage-main .manage-item a .manage-name {
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  font-family: Manrope-SemiBold, Manrope;
  font-weight: 600;
  padding-top: 24px;
}
.manage-main .manage-item a .manage-name:hover {
  color: #117ed1;
}

.manage-main .manage-item .manage-introduce {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  padding-top: 4px;
}
.manager-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 60%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 98;
  display: none;
}
.modal-body {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 996px;
  background-color: #ffffff;
  z-index: 99;
  border-radius: 12px;
}
.modal-close-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-close-icon img {
  width: 18px;
  height: 18px;
}
.modal-body .modal-top {
  width: 100%;
  height: 80px;
  display: flex;
}
.modal-body .modal-top .top-left {
  width: 880px;
  height: 80px;
}
.modal-body .modal-top .modal-icon {
  background-image: url(../zh-hans/assets/modalIcon.png);
  width: 24px;
  height: 24px;
  margin: 28px 0 0 0;
  background-size: 24px 24px;
}
.modal-body .modal-top p {
  font-size: 20px;
  line-height: 24px;
  color: #117ed1;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  padding: 28px 0 0 4px;
}
.modal-body .modal-main {
  display: none;
  margin-bottom: 30px;
  flex-direction: column;
}
.modal-body .modal-main ul {
  display: flex;
}
.modal-body .modal-main .user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 24px;
  max-height: calc(66vh - 36px);
}
.modal-body .modal-main .user-info .user-info-top {
  display: grid;
  place-items: center;
  align-items: center;
  width: calc(100% + 48px);
  box-shadow: 0 2px 5px 0 #00000014;
  padding-bottom: 12px;
}
.modal-body .modal-main .user-info .desc {
  padding: 0 24px;
}
.modal-body .modal-main .user-info .avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.modal-body .modal-main .user-info .name {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 4px;
}
.modal-body .modal-main .user-info .desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 4px;
  text-align: center;
}
.modal-body .modal-main .user-info .introduce {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 12px;
  overflow-y: auto;
}
.modal-body .modal-main .main-left {
  width: 252px;
  /* height: 432px; */
}
.modal-body .modal-main .main-left img {
  width: 156px;
  height: 156px;
  margin-left: 48px;
  border-radius: 50%;
}
.modal-body .modal-main .main-right {
  width: 696px;
  /* height: 432px; */
}
.modal-main .main-right .main-name {
  font-size: 28px;
  line-height: 34px;
  color: #222222;
  font-family: Manrope-SemiBold, Manrope;
  font-weight: 600;
  padding-bottom: 24px;
}
.modal-main .main-name-type {
  font-size: 28px;
  line-height: 34px;
  color: #222222;
  font-family: Manrope-SemiBold, Manrope;
  font-weight: 600;
  padding-left: 48px;
}
.modal-body .main-right .main-position {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  padding: 10px 0 0 12px;
}
.modal-body .main-position-type {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  padding: 10px 0 0 12px;
}
.modal-body .main-right .introduce {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  overflow: auto;
  overflow-x: hidden;
}
.modal-body .main-right .introduce {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  overflow: auto;
  overflow-x: hidden;
}
.modal-body .introduce-type {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family: Manrope-Regular, Manrope;
  font-weight: 400;
  padding: 24px 48px 0 48px;
  overflow: auto;
  overflow-x: hidden;
}
.modal-body .main-right .introduce::-webkit-scrollbar {
  width: 4px;
}
.modal-body .main-right .introduce::-webkit-scrollbar-thumb {
  width: 4px;
  height: 60px;
  background: #d8d8d8;
  border-radius: 6px;
}
.modal-body .main-right .introduce::-webkit-scrollbar {
  width: 4px;
}
.modal-body .main-right .introduce::-webkit-scrollbar-thumb {
  width: 4px;
  height: 60px;
  background: #d8d8d8;
  border-radius: 6px;
}
.modal-body .modal-bottom {
  width: 996px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px -2px 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0 0 12px 12px;
}

/* 小屏幕下显示小弹窗样式，大屏幕下显示大弹窗样式 */
.modal-main .layui-row {
  display: block;
  margin-top: 80px;
}
.modal-main .main-name-type {
  margin-top: 80px;
}
.modal-body .modal-main .user-info {
  display: none;
}

@media screen and (max-width: 1024px) {
  body {
    line-height: 1.5;
  }
  .header {
    height: 44px;
  }
  .header-main {
    height: 44px;
    margin: 0 20px;
  }
  .header-top-logo {
    padding: 9px 0;
  }
  .header-top-logo img {
    width: 100px;
    height: auto;
  }
  .header .header-right > li.header-right-about,
  .header .header-right > li.header-right-relative,
  .header .header-right > li.header-right-language,
  .header .header-right > li.header-right-language-mobile,
  .header .header-right > li.header-right-dropdown-mobile,
  .header .header-right > li.header-right-relative-mobile {
    height: 44px;
    margin-right: 20px;
  }
  .header .header-right > li .dropdown-layer {
    top: 55px;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    padding-bottom: 0;
  }
  .header .header-right > li .dropdown-layer::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header-right > li .dropdown-layer::after {
    content: '';
    position: absolute;
    top: -10px;
    width: calc(100% - 24px);
    height: 10px;
  }
  .header .header-right .dropdown-layer a {
    color: #333;
    padding: 12px;
    width: calc(100% - 24px);
    height: 100%;
    display: inline-block;
  }
  .header .header-right > li .dropdown-layer li {
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    height: auto;
    color: #333;
    line-height: 20px;
    padding: 0;
  }
  .header .header-right > li .dropdown-layer li:hover {
    background-color: #f5f5f5;
  }
  .header .header-right .dropdown-layer a:hover {
    color: #333;
  }
  .header .header-right .dropdown-layer li:first-child {
    margin-top: 0;
  }
  .header .header-right .dropdown-layer li:last-of-type {
    border: none;
  }
  .header .header-right > li.header-right-about,
  .header .header-right > li.header-right-news,
  .header .header-right > li.header-right-relative,
  .header .header-right > li.header-right-language {
    display: none;
  }
  /* .header .header-right > li.header-right-language-mobile {
    display: flex;
  }
  .header .header-right > li.header-right-dropdown-mobile {
    display: flex;
    margin-right: 0;
  } */

  .header .header-right > li.header-right-relative-mobile,
  .header .header-right > li.header-right-language-mobile,
  .header .header-right > li.header-right-dropdown-mobile {
    display: flex;
    margin-right: 10px;
  }
  .header .header-right > li.header-right-dropdown-mobile {
    margin-right: 0;
  }
  .header .header-right > li.header-right-dropdown-mobile .dropdown-layer {
    right: -8px;
    width: 180px;
    padding: 5px 10px;
  }
  .header
    .header-right
    > li.header-right-dropdown-mobile
    .dropdown-layer::before {
    left: unset;
    right: 0px;
  }
  .header .header-right > li.header-right-relative-mobile .dropdown-layer {
    width: 280px;
    padding: 5px 10px 10px;
  }
  .header
    .header-right
    > li.header-right-relative-mobile
    .dropdown-layer-relative-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .header
    .header-right
    > li.header-right-relative-mobile
    .dropdown-layer-relative-item
    a {
    all: unset;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    background-color: #f5f5f5;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }

  .governance-documents-title .governance-documents-button-contain {
    margin-top: 12px;
  }
  .contractual-arrangements-contain + .contractual-arrangements-contain {
    margin-top: 12px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .body-relation .relation-main {
    padding: 0 20px;
  }
  .body-manage .manage-main {
    padding: 0 20px;
  }
}

.main-body-margin {
  margin: 0 120px;
}
@media screen and (max-width: 1024px) {
  .main-body-margin {
    margin: 0 36px;
  }
  .modal-body {
    width: 80vw;
  }
  .modal-main .main-name-type {
    padding-left: 24px;
    font-size: 20px;
    line-height: 24px;
  }
  .modal-body .introduce-type {
    overflow-y: auto;
    padding: 8px 24px 0 24px;
  }
  .modal-body .modal-bottom {
    width: auto;
    display: none;
  }
  .modal-body .modal-main .main-left img {
    margin-left: 24px;
    margin-bottom: 12px;
    height: 100px;
    width: 100px;
  }
  .modal-body .main-position-type {
    display: block;
    padding: 10px 0 0 0;
  }
  .modal-body .main-name {
    padding-left: 24px;
  }
  .modal-body .main-right .main-position {
    display: block;
    padding: 10px 0 0 0;
  }
  .modal-body .modal-main .main-right {
    width: 100%;
  }
  .modal-body .main-right .introduce,
  .modal-body .main-right .introduce {
    padding: 0 24px;
    max-height: 30vh;
    overflow-y: auto;
  }
  .modal-body .modal-top {
    height: 40px;
  }
  .modal-body .modal-top .top-left {
    width: calc(100% - 70px);
    height: 40px;
  }
  .modal-body .modal-top p {
    padding: 14px 0 0 4px;
  }
  .modal-body .modal-top .modal-icon {
    margin: 14px 0 0 0;
  }
  .modal-main .main-right .main-name {
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
  }
  .manage-main .manage-title-third {
    max-width: 70vw;
    width: auto;
    height: auto;
    padding: 0 24px;
  }
  /* 选项卡样式 */
  .body-main {
    position: relative;
  }
  .body-tabs {
    display: flex;
    width: calc(100% - 48px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px;
    margin: 0;
  }
  .body-main .body-tabs > div {
    white-space: nowrap;
    height: 44px;
    margin-right: 30px;
  }
  .body-main .body-tabs > div:last-of-type {
    padding-right: 30px;
  }
  .body-main .body-tabs > div p {
    margin-top: 0;
    line-height: 42px;
  }
  .body-tabs::after {
    width: 36px;
    height: 44px;
    transform: scaleX(-1);
    background-image: linear-gradient(90deg, #ffffff 50%, #ffffff00 100%);
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
  }
  .body-tabs::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
  .body-report .report-main,
  .body-prospectus .file-main,
  .announcement-main,
  .stock-information {
    margin: 0;
  }

  /* 关于我们 页面边距 */
  .body-text .about-main {
    margin: 0 24px;
  }

  /* 小屏幕的内容主体 */
  .body-manage .manage-main,
  .body-relation .relation-main {
    padding: 0;
  }

  /* 小屏幕换背景图 */
  .header-logo {
    background: url('./assets/background-high-small.jpg') no-repeat top center;
    background-size: cover;
    padding: 8.7% 0;
  }
  .header-logo img {
    opacity: 0;
  }

  /* 选项卡文字 */
  .body-tabs p a {
    font-size: 16px;
    line-height: 16px;
  }

  /* 顶部logo */
  .header-top-logo img {
    width: 76px;
  }

  /* 整体字号改小两号,边距缩小 */
  .manage-main h3 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 30px;
  }
  .contractual-arrangements-contain {
    max-width: 100%;
  }
  .contractual-arrangements-contain img {
    margin-right: 6px;
  }
  .contractual-arrangements-contain .contractual-arrangements {
    font-size: 18px;
  }
  .manage-main .manage-list {
    margin-top: 24px;
  }
  .manage-main .manage-item a .manage-name {
    font-size: 18px;
    line-height: 26px;
    padding-top: 0;
  }
  .manage-item > div:first-child {
    margin-bottom: 16px;
    height: 36px;
  }
  .manage-main .manage-list .manage-item {
    margin-bottom: 16px;
  }
  .manage-main .manage-position {
    font-size: 20px;
    line-height: 26px;
    padding: 5px 0;
  }
  .modal-body .modal-top p {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-body .modal-top .modal-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .modal-body .modal-main {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
  }
  .modal-body .modal-main-without-avator {
    max-height: calc(66vh - 52px);
  }
  .relation-main h3 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 30px;
  }
  .relation-main .main-contain {
    margin-top: 18px;
    padding-bottom: 20px;
  }
  .relation-main .mail-icon {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .body-text .body-text-about,
  .body-text .body-text-price {
    font-size: 22px;
    line-height: 28px;
    padding: 30px 0 12px 0;
  }

  /* 小屏幕下显示小弹窗样式，大屏幕下显示大弹窗样式 */
  .modal-main .layui-row {
    display: none;
  }
  .modal-main .main-name-type {
    margin-top: 40px;
    box-shadow: 0 5px 5px 0 #00000008;
    padding-bottom: 12px;
  }
  .modal-body .modal-main .user-info {
    display: flex;
  }

  /* 底部边距 */
  .body-manage {
    margin-bottom: 30px;
  }

  .governance-documents-title {
    padding-top: 0;
  }
  .governance-documents-title h3 {
    padding-top: 0;
    margin-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .main-body-margin {
    margin: 0 24px;
  }
  .modal-body .modal-bottom {
    width: auto;
  }
}

@media screen and (max-width: 1280px) {
  .body-tabs div {
    margin-right: 20px;
  }
  .body-tabs p a {
    font-size: 16px;
  }
}
