/* Custom Styles for About Page based on reference */
.about-banner {
  align-items: center;
  background: url("/skin/img/other/103.jpg") 50% no-repeat;
  background-size: cover;
  display: flex;
  height: 540px;
  justify-content: center;
  position: relative;
  margin-top: 60px; /* Adjust for fixed header */
}
@media screen and (max-width:768px){
  .about-banner { height: auto; padding: 60px 0; margin-top: 60px; }
}
.about-banner-bg {
  align-items: flex-end;
  /* background-image: url(https://static.nicecloud.com/uploads/20250423/xiaoxi.webp); */
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1168px;
  pointer-events: none;
}
@media screen and (max-width:1100px){
  .about-banner-bg { display: none; }
}
.about-banner-container {
  position: relative;
  width: 1092px;
  z-index: 10;
  max-width: 100%;
  padding: 0 15px;
}
.about-banner-box {
  margin-top: 42px;
  width: 500px;
  max-width: 100%;
}
.about-banner-title {
  color: #fff;
  display: inline;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}
.about-banner-text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.about-banner-bt {
  background-color: #5959ff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  text-align: center;
  width: 176px;
  border: none;
  display: inline-block;
}
.about-banner-bt:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4747e6;
}

.about-company {
  align-items: center;
  background: url(https://static.nicecloud.com/uploads/20250415/about-company.png) 50% no-repeat;
  background-size: cover;
  display: flex;
  padding: 60px 0;
  justify-content: center;
}
@media screen and (max-width:768px){
  .about-company { flex-direction: column; padding: 40px 0; }
}
.about-company-inner {
    display: flex;
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    align-items: center;
}
@media screen and (max-width:992px){
    .about-company-inner { flex-direction: column; }
}

.about-company-video {
  position: relative;
  width: 50%;
  margin-right: 48px;
}
@media screen and (max-width:992px){
    .about-company-video { width: 100%; margin-right: 0; margin-bottom: 30px; }
}
.video-poster {
  width: 100%;
  border-radius: 8px;
}
.about-company-container {
  width: 50%;
  color: #fff;
}
@media screen and (max-width:992px){
    .about-company-container { width: 100%; }
}
.about-company-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 16px;
}
.about-company-text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  opacity: 0.9;
}
.about-company-box {
  display: flex;
  margin-top: 30px;
}
.about-company-rate {
  margin-right: 60px;
}
.about-company-rate p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
}
.about-company-rate div {
  align-items: flex-end;
  display: flex;
}
.about-company-rate div span {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.about-company-rate div img {
  margin-left: 8px;
  width: 14px;
  margin-bottom: 6px;
}

.about-friends {
  background: linear-gradient(180deg,#ecf2ffb8,#eff4ff);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.about-friends-earth {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1036px;
  opacity: 0.5;
  z-index: 1;
}
.about-friends-container {
  position: relative;
  z-index: 10;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.about-friends-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-end;
}
.about-friends-text p {
  color: #191919;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-friends-text span {
  color: #666;
  font-size: 16px;
}
.about-friends-total img {
  height: 100px;
}
.about-friends-list-box {
    margin-top: 40px;
}
.about-friends-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.about-friends-list img {
  height: 60px;
  object-fit: contain;
  margin: 10px;
}
.about-friends-list img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.about-data {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px #c0cde84d;
  display: flex;
  justify-content: space-around;
  margin: -60px auto 60px;
  position: relative;
  width: 1200px;
  max-width: 90%;
  z-index: 20;
  padding: 40px 0;
  background: url(https://static.nicecloud.com/uploads/20250415/about-data.png) 50% no-repeat;
  background-size: cover;
  background-color: #fff;
}
@media screen and (max-width:768px){
    .about-data { flex-wrap: wrap; margin-top: 20px; }
    .about-data-box { width: 50%; margin-bottom: 20px; }
}
.about-data-box {
  text-align: center;
}
.about-data-title {
    margin-bottom: 10px;
}
.about-data-title span {
  color: #5959ff;
  font-size: 36px;
  font-weight: 500;
}
.about-data-text {
  color: #191919;
  font-size: 14px;
}

.about-approve {
  padding: 60px 0;
  text-align: center;
}
.about-approve-container {
    display: flex;
    justify-content: space-around;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap;
}
.about-approve-box {
    margin: 20px;
    transition: all 0.3s;
}
.about-approve-box img {
    height: 80px;
}
.about-approve-img-act {
    display: none;
}
.about-approve-box:hover .about-approve-img { display: none; }
.about-approve-box:hover .about-approve-img-act { display: block; }

/* Service Section */
.about-service {
    padding: 60px 0;
    background-color: #fff;
}
.about-service-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.about-service-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 50px;
}
.about-service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-service-item {
    width: 285px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FF 100%);
    border-radius: 8px;
    padding: 40px 30px 0;
    position: relative;
    height: 400px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.about-service-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}
.about-service-item h3 {
    font-size: 20px;
    color: #191919;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}
.about-service-item p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.about-service-item img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    max-width: 120px;
    max-height: 120px;
}
@media screen and (max-width: 1200px) {
    .about-service-item { width: 48%; margin-bottom: 30px; }
}
@media screen and (max-width: 768px) {
    .about-service-item { width: 100%; }
}
