.pc-tab-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 0 11%;
  display: flex;
  align-items: center;
}

.pc-tab-wrap .logo {
  margin-right: 5%;
  display: flex;
  align-items: center;
}

.pc-tab-wrap .logo img {
  height: 39px;
}

.pc-tab-wrap .tab {
  flex: 1;
  height: 7.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
  font-size: 1.43rem;
}

.pc-tab-wrap .tab .tab-item {
  margin-right: 8%;
  height: 7.14rem;
  line-height: 7.14rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.pc-tab-wrap .tab .tab-item:nth-last-of-type(1) {
  margin-right: 0;
}

.pc-tab-wrap .tab .tabActive {
  color: #4581fb;
  border-bottom: 2px solid #4581fb;
}

.pc-tab-wrap .gap {
  position: absolute;
  top: 7.14rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}

.pc-tab-wrap .free {
  margin-left: 5%;
  width: 9.43rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  background: linear-gradient(to right, #40d0d7, #4584fa);
  box-shadow: 0px 6px 7px 0px rgba(0, 39, 134, 0.3);
  color: #ffffff;
  font-size: 1.29rem;
  border-radius: 1.6rem;
  transition: 0.3s ease-in-out;
}

.pc-tab-wrap .free:hover {
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: 0px 6px 9px 2px rgba(0, 39, 134, 0.3);
}

.pc-tab-wrap .children-list {
  position: absolute;
  top: 7.14rem;
  left: 0;
  right: 0;
  background: #fff;
}

.pc-tab-wrap .children-list .pop {
  padding: 0 11%;
  width: 100%;
  background: #f6f6f6;
}

.pc-tab-wrap .children-list .pop h3 {
  padding: 4.57rem 0 1.18rem 0;
  font-size: 1.43rem;
  font-weight: bold;
  color: #2e2e2e;
}

.pc-tab-wrap .children-list .pop .pop-list {
  display: flex;
  justify-content: space-between;
}

.pc-tab-wrap .children-list .pop .pop-list .item {
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding-top: 1.21rem;
  padding-left: 2rem;
  cursor: pointer;
}

.pc-tab-wrap .children-list .pop .pop-list .item .item-header {
  display: flex;
  align-items: center;
}

.pc-tab-wrap .children-list .pop .pop-list .item .item-header img {
  margin-right: 1.07rem;
  height: 1.93rem;
}

.pc-tab-wrap .children-list .pop .pop-list .item .item-header span {
  font-size: 1.64rem;
  font-weight: 500;
  color: #4581fb;
}

.pc-tab-wrap .children-list .pop .pop-list .item .item-info {
  padding-top: 1.82rem;
  padding-bottom: 1.92rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2e2e2e;
  line-height: 1.73rem;
}

.pc-tab-wrap .children-list .pop .pop-list .item:nth-last-of-type(1) {
  border-right: none;
}

.pc-tab-wrap .product .pop .pop-list .item,
.pc-tab-wrap .about .pop .pop-list .item {
  padding: 0;
  flex: 1;
}

.pc-tab-wrap .product .pop .pop-list .item .item-header,
.pc-tab-wrap .about .pop .pop-list .item .item-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pc-tab-wrap .product .pop .pop-list .item .item-header img,
.pc-tab-wrap .about .pop .pop-list .item .item-header img {
  margin-right: 0;
  padding-bottom: 1.32rem;
  height: 3.82rem;
  widows: 4.25rem;
  object-fit: cover;
}

.pc-tab-wrap .product .pop .pop-list .item .item-header span,
.pc-tab-wrap .about .pop .pop-list .item .item-header span {
  font-size: 1.43rem;
  font-weight: 300;
  color: #4581fb;
}

.pc-tab-wrap .help .pop .pop-list {
  flex-wrap: wrap;
}

.pc-tab-wrap .help .pop .pop-list .item {
  flex: 1;
}

.pc-tab-wrap .solution .pop .pop-list {
  flex-wrap: wrap;
}

.pc-tab-wrap .solution .pop .pop-list .item {
  width: 25%;
}

.pc-tab-wrap .solution .pop .pop-list .item:nth-last-of-type(5) {
  border-right: none;
}

.el-dialog__header {
  display: none !important;
}

.el-dialog__body {
  padding: 0 !important;
  height: 352px;
}

.el-dialog {
  background: transparent !important;
}
