.plan-type-content {
  margin-top: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-type-item {
  width: 24%;
  height: 5rem;
  background: #f3f5ff;
  text-align: center;
}

.plan-type-item div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0.6rem auto 0.35rem;
  width: 4.25rem;
  height: 2.1rem;
  font-size: 0.6rem;
  color: #ffffff;
  background: #0052d9;
}
.plan-type-item span {
  font-size: 0.45rem;
  font-weight: 500;
  color: #495770;
}
.img-top1 {
  margin-top: 1.3rem;
  width: 80%;
}
.img-top2 {
  margin-top: 2.4rem;
  width: 80%;
}
.img-top3 {
  margin-top: 0.75rem;
  width: 80%;
}
.plan-jy-panel {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.plan-jy-panel::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -72%);
  border-radius: 50%;
  content: " ";
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background: url(/images//plan/bihuan.png) no-repeat center;
}
.plan-jy-item {
  width: 48%;
  height: 9rem;
  background: #f3f5ff;
  padding: 1rem 0.8rem 1rem 1.85rem;
  margin-left: 2%;
  margin-bottom: 2.98rem;
}
.plan-jy-item-header {
  display: flex;
}
.plan-jy-header-icon {
  width: 1.95rem;
}
.plan-jy-item-header > div {
  margin-left: 0.48rem;
  padding: 0 1rem;
  height: 1.7rem;
  line-height: 1.7rem;
  background: #0052d9;
  font-size: 0.6rem;
  font-weight: 500;
  color: #ffffff;
}

.plan-item-list {
  margin-top: 0.7rem;
  text-align: left;
  font-size: 0.45rem;
  font-weight: 500;
  color: #495770;
}
.plan-item-list > div {
  position: relative;
  padding-left: 0.9rem;
  line-height: 0.85rem;
  font-size: 0.45rem;
}
.plan-item-list > div::before {
  position: absolute;
  left: 0;
  top: 0.3rem;
  content: " ";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: #0052d9;
  border-radius: 50%;
  vertical-align: middle;
}

.comm-content {
  margin-top: 2rem;
  text-align: center;
}

.product-content {
  margin-top: 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-item-tx,
.product-item-ys,
.product-item-gn,
.product-item-jz {
  transition: all 0.3s;
}

.product-item-tx {
  position: relative;
  width: 23%;
  padding-left: 1.6rem;
  margin-top: 1rem;
}
.product-item-tx div,
.product-item-ys div,
.product-item-gn div,
.product-item-jz div {
  font-size: 0.35rem;
  font-weight: 500;
  color: #495770;
}
.product-item-tx img {
  position: absolute;
  top: -0.2rem;
  left: 0;
}
.product-item-tx b {
  font-size: 0.4rem;
  font-weight: 500;
  color: #000000;
}
.product-item-tx div {
  margin-top: 0.5rem;
  line-height: 0.6rem;
}
.product-seize {
  width: 30%;
}

.solution_game_header {
}
.bgf5f7fa {
  background-color: #f5f7fa;
}

.solution_game_header {
  margin-bottom: 32px;
  text-align: center;
  padding-top: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 28px;
  color: #000;
  line-height: 48px;
}
.solution-tab {
  position: relative;
  display: inline-block;
  min-width: 100%;
  font-size: 0;
  list-style: none;
  text-align: center;
  vertical-align: top;
}

.solution-tab_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  padding: 0 20px 20px;
  text-align: center;
  font-size: 16px;
  color: #495770;
  line-height: 24px;
  transition: color 0.3s ease-in-out;
}

.solution-tab_item.is-active {
  color: #0052d9;
}

.solution-tab_item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #0052d9;
  transition: height 0.15s ease-in-out, width 0.15s ease-in-out 0.15s;
}

.solution-tab_item.is-active::before {
  width: 100%;
  height: 4px;
  transition: width 0.3s ease-in-out;
}

.solution-tab-content {
  background: #f3f5f8;
  box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, 0.11),
    inset -8px -8px 20px 0 #fff;
  padding: 40px 20px;
}

.solution_tabs_panel {
  display: none;
}

.solution_tabs_panel.is-active {
  display: block;
}
.solution_tabs_panel__text {
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  color: #3d485d;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.solution_tabs_panel__text div {
  position: relative;
  padding-left: 18px;
  line-height: 0.8rem;
  font-size: 0.35rem;
  color: #495770;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.solution_tabs_panel__text h3 {
  line-height: 26px;
  font-size: 16px;
  margin: 12px 0;
  color: #000;
}

.solution_tabs_panel__text h2 {
  line-height: 26px;
  font-size: 16px;
  margin: 12px 0;
  color: #000;
  font-weight: bold;
}

.solution_tabs_panel__text div:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9ba6b7;
}
.solution_tabs_panel__img {
  margin: 32px 0;
}

.solution_tabs_panel__img img {
  max-width: 90%;
  margin: 0 auto;
}
.comm-view_content {
  display: flex;
}
.comm-view_content {
  margin-top: 1.8rem;
}
.comm-view_left {
  flex: 1;
  line-height: 24px;
  font-size: 14px;
  color: #495770;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
.comm-right {
  width: 20rem;
}
.comm-right img {
  width: 100%;
}
.comm-view_left h3 {
  line-height: 40px;
  font-size:0.4rem ;
  margin-bottom: 12px;
  color: #000;
}
.comm-view_left p {
  line-height: 64px;
  font-size: 14px;
}
.w33{
  width: 32%;
}
