.solution {
  width: 1200px;
  margin: 0 auto;
  padding-top: 96px;
  position: relative;
  margin-bottom: 68px;
}
.solution::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  border-top: 1px solid #d9d9d9;
  left: 50%;
  transform: translate(-50%);
}
.solution > .title {
  font-size: 48px;
  color: #333333;
  line-height: 67px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.solution > .sub-title {
  font-size: 21px;
  color: #989898;
  line-height: 29px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 53px;
  font-weight: 400;
}
.solution .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  transform: scale(0.5) translateY(-5px);
  transform-origin: 50% 50%;
  background: url("/assets/images/solution-icon.png") -58px -10px no-repeat;
}
.solution .solution-card {
  display: flex;
  justify-content: space-between;
  width: 1036px;
  margin: 0 auto;
}
.solution .solution-card .card {
  width: 312px;
  overflow: hidden;
  height: 470px;
  background: linear-gradient(313deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.solution .solution-card .card > .title {
  height: 117px;
  text-align: center;
  padding-top: 35px;
  color: #fff;
}
.solution .solution-card .card > .title h1 {
  margin-bottom: 10px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.23);
  letter-spacing: 7px;
  height: 45px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 45px;
}
.solution .solution-card .card > .title p {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  letter-spacing: 3px;
}
.solution .solution-card .card > .main {
  padding: 0 27px;
}
.solution .solution-card .card .config {
  padding-top: 15px;
}
.solution .solution-card .card .config h1 {
  height: 45px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 45px;
  text-align: center;
  margin-bottom: 35px;
}
.solution .solution-card .card .config button {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  border-color: rgba(0, 0, 0, 0);
  outline: none;
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 45px;
  letter-spacing: 3px;
  cursor: pointer;
  opacity: 0.9;
  border: 1px solid #DDDDDD;
  margin-top: 30px;
}
.solution .solution-card .card .config button:hover {
  opacity: 1;
}
.solution .solution-card .card .config ul,
.solution .solution-card .card .config li {
  list-style: none;
}
.solution .solution-card .card .config ul {
  padding-bottom: 17px;
}
.solution .solution-card .card .config li {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
.solution .solution-card .card .config li span {
  float: right;
  color: #fff;
}
.solution .solution-card .card .function {
  padding-top: 28px;
}
.solution .solution-card .card .function h1 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  margin-bottom: 18px;
}
.solution .solution-card .card .function ul {
  padding-bottom: 17px;
}
.solution .solution-card .card .function ul,
.solution .solution-card .card .function li {
  list-style: none;
}
.solution .solution-card .card .function li {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 18px;
}
.solution .solution-card .card .function .icon {
  float: right;
}
.solution .solution-card .card.one .warning-icon {
  width: 14px;
  height: 14px;
  background: url("../../images/3.0/1icon.png") no-repeat center/100% 100%;
}
.solution .solution-card .card.one button {
  color: #1B1E24;
}
.solution .solution-card .card.one > .title {
  color: #1B1E24;
}
.solution .solution-card .card.one > .title p {
  color: #1B1E24;
}
.solution .solution-card .card.one h1 {
  color: #1B1E24;
}
.solution .solution-card .card.one li {
  color: #1B1E24;
}
.solution .solution-card .card.one li span {
  color: #1B1E24;
}
.solution .solution-card .card.pro {
  background: url("../../images/3.0/pro.png") no-repeat center/100% 100%;
}
.solution .solution-card .card.pro .config button {
  border-color: rgba(0, 0, 0, 0);
  color: #0e65dd;
  background-color: #f3f8ff;
}
.solution .solution-card .card.pro .function .icon {
  background-position: -10px -10px;
}
.solution .solution-card .card.ee {
  background: url("../../images/3.0/ee.png") no-repeat center/100% 100%;
}
.solution .solution-card .card.ee .config button {
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  background: linear-gradient(137deg, #67D2FF 0%, #0090FF 45%, #005BFF 100%);
  border-radius: 4px;
}
.solution .solution-card .card.ee .function .icon {
  background-position: -10px -10px;
}
.solution .solution-table {
  width: 1036px;
  margin: 0 auto;
  margin-top: 60px;
}
.solution .solution-table table {
  width: 100%;
}
.solution .solution-table table th,
.solution .solution-table table td {
  padding: 15px;
  line-height: 1;
}
.solution .solution-table table th:first-child,
.solution .solution-table table td:first-child {
  padding-left: 50px;
  text-align: left;
}
.solution .solution-table table thead th {
  height: 66px;
  background: #e7f3ff;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  line-height: 36px;
}
.solution .solution-table table tbody td {
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
  height: 50px;
  line-height: 20px;
  position: relative;
}
.solution .solution-table table tbody td p + p {
  margin-top: 5px;
}
.solution .solution-table table tbody td.primary {
  font-size: 18px;
  font-weight: 600;
}
.solution .solution-table table tbody td + td {
  border-left: 1px solid #ededed;
}
.solution .solution-table table tbody td .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -14px;
}
.solution .solution-table table tbody td .icon.pro {
  background-position: -10px -10px;
}
.solution .solution-table table tbody td .icon.close {
  background-position: -10px -58px;
}
.solution .solution-table table tbody td .icon.close.pro {
  background-position: -56px -58px;
}
.solution .solution-table table tbody td.pro {
  color: #0e65dd;
}

.solution-en {
  width: unset;
}
.solution-en .title {
  font-size: 48px;
  font-weight: 600;
  color: #333333;
  line-height: 67px;
  -webkit-text-stroke: 1px #333333;
  text-stroke: 1px #333333;
}
.solution-en .sub-title-en {
  font-size: 21px;
  font-weight: 400;
  color: #989898;
  line-height: 29px;
  letter-spacing: unset;
}
.solution-en .solution-card-en .card .title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 45px;
  letter-spacing: unset;
  -webkit-text-stroke: 0px;
}
.solution-en .solution-card-en .card .title p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  letter-spacing: unset;
  -webkit-text-stroke: 0px;
}
.solution-en .solution-card-en .card .main {
  padding: 0 16px;
}
.solution-en .solution-card-en .card .main .config h1 {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 45px;
  width: 312px;
  text-align: center;
  transform: translateX(-17px);
}
.solution-en .solution-card-en .card .main .config li {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.solution-en .solution-card-en .card .main .config button {
  letter-spacing: unset;
}
.solution-en .solution-card-en .card.one .title h1 {
  color: #1B1E24;
  -webkit-text-stroke: 0px;
}
.solution-en .solution-card-en .card.one .title p {
  color: #1B1E24;
  -webkit-text-stroke: 0px;
}
.solution-en .solution-card-en .card.one .main .config h1 {
  font-size: 32px;
  font-weight: 600;
  color: #1B1E24;
  line-height: 45px;
}
.solution-en .solution-table-en table thead th {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
}
.solution-en .solution-table-en table th:first-child,
.solution-en .solution-table-en td:first-child {
  padding-left: 20px;
  text-align: left;
}
.solution-en .solution-table-en table td:first-child {
  padding-left: 20px;
  text-align: left;
}

.warning-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-color: #d88b3b;
  position: relative;
  cursor: pointer;
  background: url("/assets/images/realtion-tips-icon-2.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  opacity: 0.8;
  margin-left: 2px;
  margin-bottom: 3px;
}
.warning-icon .tips {
  opacity: 0;
  width: 253px;
  padding: 9px 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 7px 8px rgba(0, 0, 0, 0.04);
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -80px;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
  line-height: 20px;
  transition: opacity 0.3s linear;
}
.warning-icon .tips::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -16px;
  box-sizing: border-box;
  left: 73px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.warning-icon:hover {
  overflow: visible;
  opacity: 1;
}
.warning-icon:hover .tips {
  opacity: 1;
}