/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.banner5 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #333;
  overflow: hidden;
}
.banner5-mini-banner {
  padding-top: 150px;
  padding-bottom: 20px;
  height: auto;
  min-height: 500px;
  overflow: visible;
}
.banner5-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("/static/home/electric-earth-darker.png");
  background-position: 0 50%;
  background-size: cover;
}
.banner5-background-mask {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner5 video {
  width: 100%;
  position: absolute;
  top: 0;
  min-height: 100vh;
}
.banner5 .video-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: #000;
  opacity: 0.35;
}
.banner5 .banner5-page {
  padding: 1px 0 0;
  z-index: 2;
}
.banner5-title {
  font-size: 38px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}
.banner5-title-wrapper {
  width: 100%;
  position: relative;
  text-align: left;
  top: 32%;
  left: 24px;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.banner5-title-wrapper-product {
  width: 70%;
  max-width: 700px;
}
.banner5-explain {
  color: #fff;
  font-size: 24px;
  margin-bottom: 34px;
  line-height: 2;
}
.banner5-content {
  font-size: 16px;
  color: #fff;
  margin-bottom: 48px;
  line-height: 2;
}
.banner5-button-wrapper .banner5-button {
  box-shadow: 0 2px 12px #75488d;
  border-radius: 20px;
  border: none;
  padding: 0 42px;
  line-height: 40px;
  height: 40px;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #75478c;
}
.banner5-button-wrapper .banner5-button:hover {
  background-color: #8c5aa5;
}
.banner5-image {
  overflow: hidden;
  width: 45%;
  max-width: 710px;
  position: absolute;
  top: 22%;
  right: 24px;
}
.banner5-image-product {
  overflow: hidden;
  width: 27%;
  max-width: 710px;
  position: absolute;
  top: -18px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .banner5 {
    min-height: 200px;
  }
  .banner5-mini-banner {
    height: auto;
  }
  .banner5 .banner5-page.home-page {
    padding-top: 1px;
    padding-bottom: 0;
  }
  .banner5 video {
    width: initial;
    height: 100%;
    margin-left: -100%;
  }
  .banner5-title-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 64px;
    left: 0;
    top: 20%;
  }
  .banner5-title {
    font-size: 32px;
  }
  .banner5-explain {
    font-size: 18px;
  }
  .banner5-content {
    font-size: 14px;
  }
  .banner5-image {
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    margin: 32px 0 24px;
  }
  .banner5-image-product {
    display: none;
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    margin: 32px 0 24px;
  }
}

body {
  word-wrap: break-word;
}
.video {
  max-width: 800px;
}
#react-content {
  min-height: 100%;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 详细页图片或框框的样式;
*/
.about-us-v2 {
  color: rgba(0, 0, 0, 0.65);
}
.about-us-v2-row {
  margin-top: 100px;
}
.about-us-v2-col {
  margin-bottom: 10px;
}
.about-us-v2-box {
  height: 100%;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #d9d9d9;
  transition: transform 0.3s;
}
.about-us-v2-box > h3 {
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
  margin-top: 18px;
  margin-bottom: 0px;
}
.about-us-v2-box > h4 {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-us-v2-box:hover {
  transform: translateY(-3px);
  border-color: #75478c;
}
.about-us-v2-box:hover .about-us-v2-icon > span {
  color: #fff;
  background-color: #75478c;
  border-color: transparent;
}
.about-us-v2-divider {
  text-align: center;
}
.about-us-v2-divider > span {
  display: inline-block;
  width: 80px;
  border-top: 2px solid #75478c;
}
.about-us-v2-img {
  text-align: center;
  height: 255px;
  overflow: hidden;
  position: relative;
}
.about-us-v2-img > img {
  width: 80%;
  left: 50%;
  margin-left: -40%;
  position: absolute;
  bottom: 0px;
}
.about-us-v2-icon {
  text-align: center;
}
.about-us-v2-icon > span {
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 1px solid #75478c;
  vertical-align: middle;
  border-radius: 45px;
  font-size: 58px;
  font-weight: lighter;
  color: #75478c;
  transition: all 0.2s;
}
.about-us-v2-des {
  margin-top: 18px;
  line-height: 1.8;
  font-size: 14px;
}
.banner5 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #333;
  overflow: hidden;
}
.banner5-mini-banner {
  padding-top: 150px;
  padding-bottom: 20px;
  height: auto;
  min-height: 500px;
  overflow: visible;
}
.banner5-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("/static/home/electric-earth-darker.png");
  background-position: 0 50%;
  background-size: cover;
}
.banner5-background-mask {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner5 video {
  width: 100%;
  position: absolute;
  top: 0;
  min-height: 100vh;
}
.banner5 .video-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: #000;
  opacity: 0.35;
}
.banner5 .banner5-page {
  padding: 1px 0 0;
  z-index: 2;
}
.banner5-title {
  font-size: 38px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}
.banner5-title-wrapper {
  width: 100%;
  position: relative;
  text-align: left;
  top: 32%;
  left: 24px;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.banner5-title-wrapper-product {
  width: 70%;
  max-width: 700px;
}
.banner5-explain {
  color: #fff;
  font-size: 24px;
  margin-bottom: 34px;
  line-height: 2;
}
.banner5-content {
  font-size: 16px;
  color: #fff;
  margin-bottom: 48px;
  line-height: 2;
}
.banner5-button-wrapper .banner5-button {
  box-shadow: 0 2px 12px #75488d;
  border-radius: 20px;
  border: none;
  padding: 0 42px;
  line-height: 40px;
  height: 40px;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #75478c;
}
.banner5-button-wrapper .banner5-button:hover {
  background-color: #8c5aa5;
}
.banner5-image {
  overflow: hidden;
  width: 45%;
  max-width: 710px;
  position: absolute;
  top: 22%;
  right: 24px;
}
.banner5-image-product {
  overflow: hidden;
  width: 27%;
  max-width: 710px;
  position: absolute;
  top: -18px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .banner5 {
    min-height: 200px;
  }
  .banner5-mini-banner {
    height: auto;
  }
  .banner5 .banner5-page.home-page {
    padding-top: 1px;
    padding-bottom: 0;
  }
  .banner5 video {
    width: initial;
    height: 100%;
    margin-left: -100%;
  }
  .banner5-title-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 64px;
    left: 0;
    top: 20%;
  }
  .banner5-title {
    font-size: 32px;
  }
  .banner5-explain {
    font-size: 18px;
  }
  .banner5-content {
    font-size: 14px;
  }
  .banner5-image {
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    margin: 32px 0 24px;
  }
  .banner5-image-product {
    display: none;
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    margin: 32px 0 24px;
  }
}
.content5-wrapper {
  background-color: #fafafa;
  min-height: 720px;
}
.content5-wrapper:hover .content5-load-more {
  display: block;
}
.content5-wrapper .content5 > p {
  text-align: center;
}
.content5-wrapper .content5-img-wrapper {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.content5-wrapper .content5-img-wrapper .block {
  cursor: pointer;
  margin-bottom: 24px;
}
.content5-wrapper .content5-img-wrapper .block .content5-block-content {
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: none;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.content5-wrapper .content5-img-wrapper .block .content5-block-content:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.content5-wrapper .content5-img-wrapper .block .content5-block-content > span {
  width: 100%;
  height: 160px;
  display: block;
  background: #e9e9e9;
  padding: 5%;
}
.content5-wrapper .content5-img-wrapper .block .content5-block-content > span > img {
  height: 100%;
  max-width: 100%;
}
.content5-wrapper .content5-img-wrapper .block .content5-block-content p {
  width: 100%;
  line-height: 30px;
}
.content5-wrapper .content5-img-wrapper .block .content5-block-content:hover p {
  bottom: 0;
}
.content5-wrapper .content5-load-more {
  text-align: right;
  color: #75478c;
}
.content5-wrapper .content5-load-more span {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .content5-wrapper {
    overflow: hidden;
  }
  .content5-wrapper .content5 ul li {
    display: block;
    width: 100%;
    padding: 2%;
  }
  .content5-wrapper .content5 ul li span {
    height: 168px;
  }
  .content5-wrapper .content5 ul li p {
    position: relative;
    bottom: 0;
  }
}
.content6-wrapper {
  min-height: 836px;
}
.content6-wrapper .content6 {
  height: 100%;
  display: flex;
  align-items: center;
}
.content6-wrapper .content6-img img {
  max-width: 100%;
  width: 660px;
  margin-top: 120px;
}
.content6-wrapper .content6-text {
  min-height: 424px;
}
.content6-wrapper .content6-text > *.queue-anim-leaving {
  position: relative !important;
}
.content6-wrapper .content6-text .title-h1 {
  position: relative;
  margin: 0 0 16px;
  text-align: left;
  font-size: 2em;
}
.content6-wrapper .content6-text .title-content {
  position: relative;
  text-align: left;
}
.content6-wrapper .content6-text ul {
  position: relative;
  display: inline-block;
  list-style-type: none;
}
.content6-wrapper .content6-text ul li {
  margin-bottom: 24px;
}
.content6-wrapper .content6-text ul li .content6-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
}
.content6-wrapper .content6-text ul li .content6-title,
.content6-wrapper .content6-text ul li .content6-content {
  margin-left: 45px;
}
.content6-wrapper .content6-text ul li .content6-title {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .content6-wrapper {
    min-height: 860px;
    overflow: hidden;
  }
  .content6-wrapper .content6 {
    display: block;
  }
  .content6-wrapper .content6-img,
  .content6-wrapper .content6-text {
    display: block;
    width: 100%;
  }
  .content6-wrapper .content6-img img,
  .content6-wrapper .content6-text img {
    margin-top: 0;
  }
  .content6-wrapper .content6-text > h1,
  .content6-wrapper .content6-text > p {
    text-align: center;
  }
  .content6-wrapper .content6-text > h1 {
    margin: 56px auto 16px;
  }
  .content6-wrapper .content6-text p {
    margin-bottom: 32px;
  }
  .content6-wrapper .content6-img {
    margin-top: 20px;
  }
}
.-p-disclaimer {
  margin: 0 auto;
  width: 80vw !important;
}
@media screen and (max-width: 800px) {
  .-p-disclaimer {
    width: 100vw !important;
  }
}
.-p-disclaimer .ant-modal-content {
  background-color: transparent;
  background-size: 100% 100%;
  text-align: center;
  box-shadow: initial;
}
.-p-disclaimer .ant-modal-content .ant-modal-body {
  padding: 0;
}
.-p-disclaimer .ant-modal-content img {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .-p-disclaimer .ant-modal-content img {
    width: 100%;
  }
}
.-p-disclaimer .ant-modal-content .ant-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 128px;
  height: 38px;
  margin-left: -64px;
  color: #75478c;
  border: 2px solid #75478c;
  border-radius: 24px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .-p-disclaimer .ant-modal-content .ant-btn {
    width: 76px;
    height: 20px;
    margin-left: -38px;
    bottom: 24px;
    font-size: 12px;
    border: 1px solid #75478c;
  }
}
.-p-disclaimer .ant-modal-content .ant-btn:hover {
  color: #a379b8;
  border: 2px solid #a379b8;
}
.content7-wrapper {
  min-height: 700px;
}
.content7-wrapper .content7 > h1,
.content7-wrapper .content7 > p {
  text-align: center;
}
.content7-wrapper .content7-tag i {
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.content7-wrapper .content7-tag-name {
  display: inline-block;
}
.content7-wrapper .content7 .ant-tabs-bar {
  text-align: center;
}
.content7-wrapper .content7 .ant-tabs .ant-tabs-nav {
  float: none;
  text-align: center;
}
.content7-wrapper .content7-tabs-wrapper {
  position: relative;
  margin-top: 24px;
}
.content7-wrapper .content7-content {
  display: flex;
  align-items: center;
}
.content7-wrapper .content7-text {
  padding: 24px 48px;
}
.content7-wrapper .content7-img {
  padding: 24px 48px;
}
.content7-wrapper .content7 .ant-tabs-tabpane {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content7-wrapper {
    min-height: 980px;
    overflow: hidden;
  }
  .content7-wrapper .content7 {
    max-width: 100%;
  }
  .content7-wrapper .content7-content {
    display: block;
  }
  .content7-wrapper .content7-text,
  .content7-wrapper .content7-img {
    text-align: left;
    padding: 0;
  }
  .content7-wrapper .content7-img {
    margin-top: 32px;
  }
  .content7-wrapper .content7 .ant-tabs-bar {
    width: auto;
  }
  .content7-wrapper .content7 .ant-tabs-bar .ant-tabs-nav {
    float: left;
  }
}
.home-page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-page-wrapper .home-page {
  height: 100%;
  max-width: 1200px;
  position: relative;
  margin: auto;
  will-change: transform;
}
.home-page-wrapper .title-wrapper > h1,
.home-page-wrapper > h1 {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 16px;
}
.home-page-wrapper .title-wrapper {
  margin: 0 auto 64px;
  text-align: center;
}
.home-page {
  padding: 128px 24px;
}
@media screen and (max-width: 767px) {
  .home-page-wrapper .home-page {
    padding: 56px 24px;
  }
  .home-page-wrapper .home-page > h1 {
    font-size: 24px;
    margin: 0 auto 32px;
  }
  .home-page-wrapper .home-page > h1.title-h1 {
    margin-bottom: 8px;
  }
  .home-page-wrapper .home-page > p {
    margin-bottom: 32px;
  }
}
.products-and-service {
  height: 443px;
  display: flex;
  width: 100%;
  margin-top: 150px;
}
.products-and-service-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.products-and-service-title {
  font-size: 28px;
  line-height: 100px;
  transition: all 0.4s;
}
@media screen and (max-width: 1400px) {
  .products-and-service-title {
    font-size: 20px;
    line-height: 70px;
  }
}
.products-and-service-title > h4 {
  font-weight: 100;
  padding-left: 20px;
  border-bottom: dashed 1px #d9d9d9;
}
.products-and-service-title > h4 span {
  display: inline-block;
  margin-right: 20px;
  font-size: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  .products-and-service-title > h4 span {
    font-size: 30px;
  }
}
.products-and-service-body {
  padding: 10px;
}
.products-and-service-row {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.products-and-service-row-left {
  padding: 10px;
  width: 76%;
}
.products-and-service-row-left > p,
.products-and-service-row-left > h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
}
@media screen and (max-width: 1400px) {
  .products-and-service-row-left > p,
  .products-and-service-row-left > h4 {
    line-height: 22px;
    font-size: 14px;
  }
}
.products-and-service-row-left > p span,
.products-and-service-row-left > h4 span {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 1400px) {
  .products-and-service-row-left > p span,
  .products-and-service-row-left > h4 span {
    font-size: 18px;
  }
}
.products-and-service-row-left > p > span {
  visibility: hidden;
}
.products-and-service-row-right {
  overflow: hidden;
}
.products-and-service-active,
.products-and-service-inactive {
  background-color: #fff;
  box-shadow: 0px 6px 6px rgba(117, 71, 140, 0.1);
  height: 490px;
  transition: all 0.5s;
  overflow: hidden;
  border: 0.5px solid rgba(117, 71, 140, 0.4);
  margin-left: -1px;
}
@media screen and (max-width: 1400px) {
  .products-and-service-active,
  .products-and-service-inactive {
    height: 303px;
  }
}
.products-and-service-inactive {
  width: 30%;
}
.products-and-service-inactive .products-and-service-row {
  width: 100%;
}
.products-and-service-inactive .products-and-service-row-left {
  padding: 10px;
  width: 100%;
}
.products-and-service-inactive .products-and-service-row-left > h4 {
  font-weight: 100;
}
.products-and-service-inactive .products-and-service-row-left > p {
  display: none;
}
.products-and-service-inactive .products-and-service-row-right {
  display: none;
}
.products-and-service-active {
  width: 45%;
  height: 640px;
  position: relative;
  top: -70px;
}
@media screen and (max-width: 1400px) {
  .products-and-service-active {
    height: 419px;
  }
}
.products-and-service-active .products-and-service-row {
  border-bottom: dashed 1px #d9d9d9;
}
.products-and-service-active .products-and-service-row-right > a {
  display: inline-block;
  border: 1px solid #75478c;
  padding: 2px 9px;
  border-radius: 15px;
  position: relative;
  top: 10px;
}
.products-and-service-active .products-and-service-title {
  background-color: #75478c;
}
.products-and-service-active .products-and-service-title > h4 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products-and-service {
    display: block;
    height: auto;
    margin-top: 20px;
  }
  .products-and-service-title {
    font-size: 28px;
    line-height: 4;
    transition: all 0.2s;
  }
  .products-and-service-title > h4 {
    font-weight: 100;
    padding-left: 20px;
    border-bottom: dashed 1px #d9d9d9;
  }
  .products-and-service-body {
    padding: 10px;
  }
  .products-and-service-row {
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .products-and-service-row-left {
    padding: 10px;
    width: 72%;
  }
  .products-and-service-row-left > p,
  .products-and-service-row-left > h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .products-and-service-row-right {
    overflow: hidden;
  }
  .products-and-service-active,
  .products-and-service-inactive {
    background-color: #fff;
    height: auto;
    transition: all 0.3s;
    overflow: hidden;
    margin: 20px 0px;
  }
  .products-and-service-inactive {
    width: auto;
  }
  .products-and-service-inactive .products-and-service-row {
    width: 100%;
  }
  .products-and-service-inactive .products-and-service-row-left {
    padding: 10px;
    width: 72%;
  }
  .products-and-service-inactive .products-and-service-row-left > h4 {
    font-weight: 100;
  }
  .products-and-service-inactive .products-and-service-row-left > p {
    display: block;
  }
  .products-and-service-active,
  .products-and-service-inactive {
    width: auto;
    height: auto;
    position: relative;
    top: 0px;
  }
  .products-and-service-active .products-and-service-row,
  .products-and-service-inactive .products-and-service-row {
    border-bottom: dashed 1px #d9d9d9;
  }
  .products-and-service-active .products-and-service-row-right,
  .products-and-service-inactive .products-and-service-row-right {
    display: block;
  }
  .products-and-service-active .products-and-service-row-right > a,
  .products-and-service-inactive .products-and-service-row-right > a {
    display: inline-block;
    border: 1px solid #75478c;
    padding: 2px 9px;
    border-radius: 15px;
    position: relative;
    top: 10px;
  }
  .products-and-service-active .products-and-service-title,
  .products-and-service-inactive .products-and-service-title {
    background-color: #75478c;
  }
  .products-and-service-active .products-and-service-title > h4,
  .products-and-service-inactive .products-and-service-title > h4 {
    color: #fff;
  }
}
.-p-index-team-core {
  min-height: 850px;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0 24px;
}
.-p-index-team-core .title {
  text-align: center;
  font-weight: 500;
  color: #575757;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 50px;
}
.-p-index-team-core .core-team-col {
  width: 20%;
}
@media (max-width: 768px) {
  .-p-index-team-core .core-team-col {
    width: 100%;
  }
}
.-p-index-team-core .core-team {
  position: relative;
  text-align: center;
  margin: 0px 0px 50px;
  height: 363px;
  overflow: hidden;
  background-color: #75478c;
  color: #fff;
}
.-p-index-team-core .core-team-ctn {
  min-height: 500px;
}
.-p-index-team-core .core-team::after {
  content: "";
  display: table;
  clear: both;
}
.-p-index-team-core .core-team-col {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .-p-index-team-core .core-team {
    display: inline-block;
    width: 320px;
    height: 395px;
  }
}
.-p-index-team-core .core-team:hover > img {
  visibility: hidden;
  width: 10px;
}
.-p-index-team-core .core-team:hover > p {
  visibility: visible;
}
.-p-index-team-core .core-team > img {
  width: 100%;
}
.-p-index-team-core .core-team > h3 {
  margin: 10px 0px 0px;
  font-size: 24px;
  color: inherit;
  font-weight: normal;
}
.-p-index-team-core .core-team > h4 {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
  color: inherit;
  padding: 10px 0px 4px;
}
.-p-index-team-core .core-team > p {
  font-size: 14px;
  line-height: 1.7;
  color: inherit;
  text-align: left;
  visibility: hidden;
  padding: 4px 16px;
}
.-p-index-team-core .core-team > img,
.-p-index-team-core .core-team > p {
  transition: width 0.5s;
}
.-p-index-team-senior {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.-p-index-team-senior .title {
  text-align: center;
  font-weight: 500;
  color: #575757;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 50px;
}
.-p-index-team-senior .ant-row .ant-col {
  margin-bottom: 32px;
}
.-p-index-team-senior .person-box {
  border: 1px solid #d9d9d9;
}
.-p-index-team-senior .person-box:hover {
  box-shadow: 0px 4px 16px 0px rgba(60, 52, 63, 0.2);
}
.-p-index-team-senior .person-box .portrait {
  width: 213px;
  display: inline-block;
  vertical-align: top;
}
.-p-index-team-senior .person-box .portrait img {
  width: 100%;
  height: 264px;
}
.-p-index-team-senior .person-box .personal-info {
  width: calc(100% - 213px);
  display: inline-block;
  vertical-align: top;
  padding: 20px 20px 14px;
  height: 264px;
  background-color: #fff;
}
.-p-index-team-senior .person-box .personal-info p {
  color: #575757;
}
.-p-index-team-senior .person-box .personal-info.personal-info-tsie {
  background-color: #75478c;
}
.-p-index-team-senior .person-box .personal-info.personal-info-tsie p {
  color: #fff;
}
.-p-index-team-senior .person-box .personal-info.personal-info-tsie .personal-info-describe::before {
  background-color: #fff;
}
.-p-index-team-senior .person-box .personal-info .personal-info-name {
  font-size: 24px;
  font-weight: 500;
}
.-p-index-team-senior .person-box .personal-info .personal-info-rank {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.-p-index-team-senior .person-box .personal-info .personal-info-describe {
  margin-top: 34px;
  position: relative;
  font-weight: 400;
  font-size: 13px;
}
.-p-index-team-senior .person-box .personal-info .personal-info-describe::before {
  position: absolute;
  top: -16px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #75478c;
}
@media (max-width: 576px) {
  .-p-index-team-senior .person-box .portrait {
    width: 140px;
    height: 173px;
  }
  .-p-index-team-senior .person-box .portrait img {
    width: 100%;
    height: 100%;
  }
  .-p-index-team-senior .person-box:hover .portrait img {
    width: 50%;
    height: 50%;
    transition: all 0.2s;
  }
  .-p-index-team-senior .person-box:hover .personal-info {
    position: absolute;
    width: calc(100% - 32px);
    top: 0;
    right: 16px;
    height: 173px;
    transition: all 0.2s;
  }
  .-p-index-team-senior .person-box .personal-info {
    width: calc(100% - 140px);
    padding: 4px 8px 4px;
    height: 173px;
  }
  .-p-index-team-senior .person-box .personal-info .personal-info-name {
    font-size: 16px;
    font-weight: 500;
  }
  .-p-index-team-senior .person-box .personal-info .personal-info-rank {
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
  }
  .-p-index-team-senior .person-box .personal-info .personal-info-describe {
    margin-top: 6px;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    max-height: 110px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    padding-top: 4px;
  }
  .-p-index-team-senior .person-box .personal-info .personal-info-describe::before {
    position: absolute;
    top: 0px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #75478c;
  }
}
.about-us-carousel {
  padding: 30px;
}
.about-us-carousel .ant-carousel .slick-prev,
.about-us-carousel .ant-carousel .slick-next {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .about-us-carousel .ant-carousel .slick-prev,
  .about-us-carousel .ant-carousel .slick-next {
    font-size: 0px;
  }
}
.about-us-carousel .ant-carousel .slick-next {
  right: 0px;
}
.about-us-carousel-row {
  margin: 70px 0px;
  padding: 0px 70px;
  height: 330px;
  background-color: #f5f5f5;
  background-clip: content-box;
}
@media screen and (max-width: 500px) {
  .about-us-carousel-row {
    padding: 0px;
    min-height: 500px;
    height: auto;
  }
}
.about-us-carousel-row > div {
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 500px) {
  .about-us-carousel-row > div {
    height: auto;
  }
}
.about-us-carousel-row-img > div {
  height: 100%;
}
@media screen and (max-width: 500px) {
  .about-us-carousel-row-img {
    height: auto;
  }
}
.about-us-carousel-row img {
  width: 100%;
}
.about-us-carousel-des {
  padding: 30px;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .about-us-carousel-des {
    font-size: 12px;
  }
}

