/* 分割线 start  */
.divider .wrapper {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ccc;
  margin: 40px auto;
}

.divider span {
  flex: 1;
  height: 1px;
  background: #ccc;
}

.divider .wrapper .iconfont {
  font-size: 20px;
  transform: rotate(125deg);
  display: inline-block;/
}

.divider .wrapper i {
  font-style: normal;
}

/* 分割线 end  */

/* footer start  */

.footer .wrapper {
  width: 90%;
  margin: 40px auto;
}

.footer .wrapper .wrap {
  width: 90%;
  display: flex;
  justify-content: space-between;

}

.footer .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  margin-bottom: 10px;
}

.footer .wrap .logo {
  align-items: center;
}

.footer .wrap .logo .solgean {
  font-size: clamp(14px, 2.8vw, 18px);
}

.footer .wrap .icon {
  display: flex;
  align-items: center;
  margin: clamp(10px, 3vw, 40px) auto;
}

.footer .wrap .icon i {
  margin: 15px;
  cursor: pointer;
}

.footer .wrap .footer-right {
  display: flex;
  justify-content: space-around;
  flex: 1.5;
}

.footer-right .fr-left p,
.fr-right p {
  cursor: pointer;
  color: #6B7280;
  margin: clamp(6px, 2vw, 10px);
  font-size: clamp(14px, 2vw, 16px);
}

.footer .wrapper .copy {
  text-align: center;
  margin-bottom: clamp(12px, 3vw, 20px);
}

.footer .wrap .footer-right .fr-left p:hover,
.fr-right p:hover {
  color: #1F2937;
  font-weight: 600;
}

/* footer end  */
/* AI start  */

.ai {
  position: fixed;
  right: clamp(30px, 8vw, 60px);
  bottom: clamp(40px, 10vw, 80px);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;

  z-index: 9999;
}

.ai img {
  width: clamp(80px, 15vw, 120px);
  height: clamp(80px, 15vw, 120px);
}

/* AI end  */