#app {
  padding: 0 6%;
}

.userSound .userSound-content {
  width: 65%;
  position: relative;
  display: flex;
  align-items: center;
}

.userSound .userSound-content .img-userSound {
  width: 100%;
  border-radius: 30px;
}

.userSound .userSound-content .userInfo {
  position: absolute;
  right: -55%;
  background-color: #fff;
  border-radius: 30px;
  padding: 8%;
  width: 55%;
}

.userSound .userSound-content .userInfo .userName {
  margin-bottom: 35px;
  height: 27px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #333;
  line-height: 32px;
}

.userSound .userSound-content .userInfo .described {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 400;
}

.userSound .userSound-content .userInfo:hover {
  box-shadow: 0 5px 15px 10px rgba(0, 122, 255, 0.2);
}

.userSound .layui-tab-title {
  height: 90px;
}

.userSound .layui-tab-title li {
  width: 300px;
  height: 90px;
  font-size: 24px;
  font-weight: 700;
  color: #666;
  line-height: 90px;
  white-space: nowrap;
}

.userSound .layui-tab-title li::after {
  height: 90px;
}

.userSound .layui-tab-title .layui-this {
  color: #fe6700;
}

.userSound .layui-tab-title .layui-this::after {
  border-bottom-color: #fe6700 !important;
}

.userSound .layui-tab-title .layui-tab-bar {
  top: 25%;
}

.companyProfile {
  background-color: #ffffff;
  border: 1px solid #c2d6fc;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}

.companyProfile .info {
  padding: 5%;
  width: 50%;
}

.companyProfile .info .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #333;
}

.companyProfile .info .introduced {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.companyProfile .info .dataInfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 77px;
}

.companyProfile .info .dataInfo li span {
  font-size: 36px;
  font-weight: 700;
  color: #fe6700;
}

.companyProfile .info .dataInfo li div {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-top: 5px;
}

.companyProfile .info .dataInfo .btn-understand {
  width: 64px;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ec6618;
  width: 200px;
  height: 50px;
  border: 1px solid #ec6618;
  border-radius: 25px;
  margin-top: 20px;
  cursor: pointer;
  background-color: #ffffff;
}

.companyProfile .video-box {
  width: 50%;
  display: flex;
  position: relative;
}

.companyProfile .video-box video {
  width: 100%;
  height: 100%;
}

.companyProfile .video-box .play {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: linear-gradient(135deg, #888 0%, #999 100%);
  opacity: .7;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin: auto;
  inset: 0;
  cursor: pointer;
}

.companyProfile .video-box .play::after {
  content: "";
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left: 19px solid white;
  position: absolute;
  top: 32%;
  left: 40%;
}

.enterpriseDynamic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}

.enterpriseDynamic .dynamic {
  background-color: #fff;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.enterpriseDynamic .dynamic a {
  display: block;
}

.enterpriseDynamic .dynamic:hover {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.enterpriseDynamic .dynamic:hover .img-dynamic {
  transform: scale(1.2);
}

.enterpriseDynamic .dynamic:hover .content > .title {
  color: #fe6700;
}

.enterpriseDynamic .dynamic:hover .layui-icon {
  color: #fe6700;
}

.enterpriseDynamic .dynamic:hover .described {
  color: #333333;
}

.enterpriseDynamic .dynamic:hover .more {
  color: #fe6700 !important;
}

.enterpriseDynamic .dynamic .img-dynamic-box {
  width: 100%;
  height: 276px;
  overflow: hidden;
}

.enterpriseDynamic .dynamic .img-dynamic-box .img-dynamic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ffffff;
  transition: all 0.3s ease;
}

.enterpriseDynamic .dynamic .content {
  padding: 32px;
}

.enterpriseDynamic .dynamic .content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 24px;
}

.enterpriseDynamic .dynamic .content .info {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999;
  margin-top: 12px;
}

.enterpriseDynamic .dynamic .content .info .described {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.enterpriseDynamic .dynamic .content .info .date {
  margin-top: 16px;
}

.enterpriseDynamic .dynamic .content .info .date .layui-icon {
  font-size: 20px;
}

.enterpriseDynamic .dynamic .content .info .more {
  font-size: 12px;
  margin-top: 20px;
}

.newsAndInformation {
  display: flex;
}

.newsAndInformation .img-left {
  width: 38%;
}

.newsAndInformation .img-left img {
  width: 100%;
  height: 320px;
  border-radius: 10px;
}

.newsAndInformation .right-row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 35px 0 50px;
  width: 62%;
}

.newsAndInformation .right-row a {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsAndInformation .right-row a .text {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.exploreMore-box {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.exploreMore-box .btn-exploreMore {
  width: 200px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ec6618;
  height: 50px;
  border: 1px solid #ec6618;
  border-radius: 25px;
  margin-top: 0 auto;
  position: relative;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.exploreMore-box .btn-exploreMore span {
  position: relative;
  z-index: 1;
}

.exploreMore-box .btn-exploreMore .mask {
  position: absolute;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  border-radius: 25px;
  background-color: #ec6618;
}

.exploreMore-box .btn-exploreMore:hover {
  color: #fff;
}

.exploreMore-box .btn-exploreMore:hover .mask {
  width: 100%;
}

.partners {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-bottom: 80px;
}

.partners .img-partners {
  width: 100%;
}

@media (min-width: 751px) {
  .companyProfile .info .dataInfo i {
    display: none;
  }
}

@media (max-width: 750px) {
  #app {
    padding: 0 4%;
  }
  .userSound .userSound-content {
    width: 90%;
  }
  .userSound .userSound-content .img-userSound {
    border-radius: 15px;
  }
  .userSound .userSound-content .userInfo {
    right: -13%;
    width: 73% !important;
    border-radius: 15px;
    padding: 3% 5%;
  }
  .userSound .userSound-content .userInfo .userName {
    font-size: 3.7vw;
    margin-bottom: 4.66667vw;
    height: 3.6vw;
    line-height: 4.26667vw;
  }
  .userSound .userSound-content .userInfo .described {
    font-size: 2.13333vw;
    line-height: 4.26667vw;
    margin-bottom: 1.33333vw;
  }
  .userSound .layui-tab-content {
    padding: 0;
  }
  .companyProfile {
    flex-direction: column;
    flex-flow: column-reverse;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
  }
  .companyProfile .info {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .companyProfile .info .title {
    text-align: left;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
  }
  .companyProfile .info .introduced {
    margin-top: 2.13333vw;
    font-size: 3.2vw;
    line-height: 5.33333vw;
  }
  .companyProfile .info .dataInfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    margin-top: 77px;
    position: relative;
  }
  .companyProfile .info .dataInfo li {
    text-align: center;
  }
  .companyProfile .info .dataInfo li span {
    font-size: 4.8vw;
  }
  .companyProfile .info .dataInfo li div {
    font-size: 3.2vw;
  }
  .companyProfile .info .dataInfo i {
    margin-top: 6.6vw;
  }
  .companyProfile .info .dataInfo a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
  }
  .companyProfile .info .dataInfo a .btn-understand {
    font-size: 3.2vw;
    line-height: 3.2vw;
    width: 26.66667vw;
    height: 6.66667vw;
    border-radius: 3.33333vw;
    margin-top: 0;
  }
  .companyProfile .video-box {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
  }
  .enterpriseDynamic {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw 0;
  }
  .enterpriseDynamic .dynamic {
    width: 100%;
    border-radius: 15px;
  }
  .enterpriseDynamic .dynamic .img-dynamic-box {
    height: 32.53333vw;
  }
  .enterpriseDynamic .dynamic .content {
    padding: 3vw;
  }
  .enterpriseDynamic .dynamic .content .title {
    font-size: 4.8vw;
    line-height: 5.33333vw;
    text-align: left;
    margin-bottom: 3vw;
  }
  .enterpriseDynamic .dynamic .content .info {
    font-size: 3vw;
    line-height: 20px;
    margin-top: 0;
  }
  .enterpriseDynamic .dynamic .content .info a {
    color: #9b9b9b;
  }
  .enterpriseDynamic .dynamic .content .info .date {
    margin-top: 2vw;
  }
  .enterpriseDynamic .dynamic .content .info .date .layui-icon {
    font-size: 4vw;
  }
  .enterpriseDynamic .dynamic .content .info .more {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .newsAndInformation {
    flex-direction: column;
    align-items: center;
  }
  .newsAndInformation .img-left {
    width: 100%;
  }
  .newsAndInformation .right-row {
    width: 95%;
    padding: 0;
    gap: 15px;
    margin-top: 15px;
  }
  .newsAndInformation .right-row a {
    font-size: 14px;
  }
  .exploreMore-box {
    display: flex;
    justify-content: center;
    margin-top: 10vw;
  }
  .exploreMore-box .btn-exploreMore {
    width: 26.66667vw;
    font-size: 3.2vw;
    height: 6.66667vw;
    border-radius: 3.33333vw;
    line-height: 6.66667vw;
  }
  #D_partners .title h1 {
    margin-top: 10vw;
  }
  #D_partners .partners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
    margin-bottom: 10vw;
  }
  #D_partners .partners .img-partners {
    width: 100%;
  }
}
