body,
div,
h1,
h2,
h3,
h4,
img {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.el-dropdown-menu {
  width: 230px;
  padding: 0;
}
.el-dropdown-menu .el-dropdown-menu__item {
  padding: 10px 20px;
  color: #333333;
  font-size: 18px;
}
.el-dropdown-menu .el-dropdown-menu__item:not(.is-disabled):hover {
  color: #0069EA;
}
.el-dropdown-menu .el-dropdown-menu__item {
  text-align: center;
}
#pc-header .option h2 {
  text-align: start;
}
#pc-header a {
  text-decoration: none !important;
}
#pc-header img {
  vertical-align: baseline !important;
}
#pc-header .pc-navbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
}
#pc-header .pc-navbar-header .header-left,
#pc-header .pc-navbar-header .header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pc-header .pc-navbar-header .header-right .iphone-number {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
#pc-header .pc-navbar-header .header-right .iphone-number span {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
#pc-header .pc-navbar-header .header-right img {
  position: relative;
  top: 2px;
  margin-right: 16px;
  width: 16px;
  height: 16px;
}
#pc-header .pc-navbar-header .header-right .el-dropdown {
  margin-right: 30px;
}
#pc-header .pc-navbar-header .header-right .el-button--primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 44px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 60px;
  background-color: transparent !important;
  background-image: linear-gradient(90deg, #1C5DF6 0%, #34E1FF 100%),
                    linear-gradient(90deg, #3CDBFF 0%, #2CFFFB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #FFFFFF;
  line-height: 1;
}
#pc-header .pc-navbar-header .header-right .el-button--primary span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
#pc-header .pc-navbar-header .header-right .el-button--primary:hover,
#pc-header .pc-navbar-header .header-right .el-button--primary:focus,
#pc-header .pc-navbar-header .header-right .el-button--primary:active {
  background-color: transparent !important;
  background-image: linear-gradient(90deg, #1C5DF6 0%, #34E1FF 100%),
                    linear-gradient(90deg, #3CDBFF 0%, #2CFFFB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  color: #FFFFFF;
  opacity: 0.9;
}
#pc-header .pc-navbar-header .header-left .logo {
  width: 90px;
  margin-right: 40px;
}
#pc-header .pc-navbar-header .header-left span:hover {
  color: #0069EA;
}
#pc-header .pc-navbar-header .header-left span:hover .arrow-icon {
  filter: drop-shadow(#0069EA 0 60px);
  transform: translateY(-60px);
}
#pc-header .pc-navbar-header .header-left span {
  display: inline-block;
  margin-right: 26px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #05172E;
  cursor: pointer;
}
#pc-header .pc-navbar-header .header-left span img {
  margin-left: 4px;
  height: 12px;
}
.navbar-content {
  position: absolute;
  height: 0px;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(77, 88, 101, 0.15);
  transition: height 0.5s ease;
  z-index: 999;
}
.navbar-content-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.navbar-content-item .item-left {
  width: 290px;
  height: 100%;
  padding: 40px 24px 0 54px;
  box-sizing: border-box;
  background: #F4F7FF;
}
.navbar-content-item .item-left p {
  width: 180px;
  margin-top: 15px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}
.navbar-content-item .item-left h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}
.navbar-content-item .item-left h1 {
  position: relative;
  left: -24px;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.navbar-content-item .item-left h1 img {
  position: relative;
  top: 6px;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.navbar-content-item .rt {
  left: 0 !important;
}
.navbar-content-item .item-left .item-left-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 209px;
  padding: 8px 8px 8px 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
}
.navbar-content-item .item-left .item-left-option img {
  display: none;
  height: 12px;
  width: 12px;
}
.navbar-content-item .item-left .active {
  background: rgba(0, 105, 234, 0.06);
}
.navbar-content-item .item-left .active h2 {
  color: #0069EA;
}
.navbar-content-item .item-left .active h3 {
  color: #0069EA;
}
.navbar-content-item .item-left .active img {
  display: inline-block;
}
.item-left-option div {
  display: flex;
  flex-direction: column;
}
.item-left-option h3 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
.navbar-content-item .item-left h2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.navbar-content-item .item-right {
  display: none;
  width: 760px;
  padding-top: 40px;
  padding-left: 45px;
  box-sizing: border-box;
}
.navbar-content-item .current {
  display: block;
}
.navbar-content-item .item-right h1 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0069EA;
  line-height: 22px;
  cursor: pointer;
}
.item-right .item-right-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.item-right .item-right-options img {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.item-right .item-right-options .option {
  display: flex;
  flex-direction: row;
  width: 209px;
  margin: 0 8px 8px 0;
  padding: 10px 0 10px 16px;
  border-radius: 4px;
  cursor: pointer;
}
.item-right .item-right-options .option:hover {
  background: #F0F6FE;
}
.item-right .item-right-options .option div {
  display: flex;
  flex-direction: column;
}
.item-right-options .option div h2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.item-right-options .option div h3 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
.item-right .item-right-options .option {
  overflow: hidden;
}
.item-right .item-right-options .option:hover img {
  filter: drop-shadow(#0069EA 0 60px);
  transform: translateY(-60px);
}
.item-right .item-right-options .option:hover h3 {
  color: #0067F3;
}
.item-right .item-right-options .option:hover h2 {
  color: #0067F3;
}
.arrow-icon {
  height: 12px;
  width: 12px;
  margin-left: 4px;
}
#pc-header .solution-style {
  width: 930px;
}
#pc-header .solution-style .option {
  margin-right: 44px;
  padding: 20px;
}
#pc-header .solution-style .option h2 {
  margin-bottom: 12px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
#pc-header .solution-style .option h3 {
  width: 160px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}
#pc-header .solution-style .option:hover {
  background: #F0F6FE;
}
#pc-header .solution-style .option:hover h2 {
  color: #0067F3;
}
#pc-header .solution-style .option:hover h3 {
  color: #0067F3;
}
#pc-header .solution-ul-style {
  width: 1220px;
  padding-top: 0;
}
#pc-header .solution-ul-style .item-right-options {
  margin-top: 34px;
}
#pc-header .solution-ul-style .option:hover {
  background: #F0F6FE;
}
#pc-header .solution-ul-style .option:hover h2 {
  color: #333333;
}
#pc-header .solution-ul-style .option:hover h3 {
  color: #0067F3;
}
#pc-header .solution-ul-style h2 {
  position: relative;
  left: 6px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #05172E;
  line-height: 24px;
}
#pc-header .solution-ul-style .option {
  padding: 10px 10px 0 0;
}
#pc-header .solution-ul-style .option .link-style:hover {
  color: #0067F3 !important;
}
#pc-header .solution-ul-style .option-list {
  padding-top: 10px;
  width: 230px;
  border-top: 1px solid #D8D8D8;
}
#pc-header .solution-ul-style h4 {
  padding: 3px 0 3px 8px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #05172E;
  line-height: 22px;
}
#pc-header .solution-ul-style h4:hover {
  background: #F0F6FE;
  color: #0069EA;
}
#pc-header .solution-ul-style .item-right-options .option:hover {
  background: #FFFFFF;
}
#pc-header .ul-style {
  width: 1220px;
  padding-top: 0;
}
#pc-header .ul-style .item-right-options {
  margin-top: 34px;
}
#pc-header .ul-style .option {
  padding: 10px 10px 0 0;
  margin-right: 60px;
}
#pc-header .ul-style h2 {
  position: relative;
  left: 6px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #05172E;
  line-height: 24px;
}
#pc-header .ul-style .option-list {
  margin-top: 10px;
  padding-top: 10px;
  width: 230px;
  border-top: 1px solid #D8D8D8;
}
#pc-header .ul-style h4 {
  padding: 3px 0 3px 8px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #05172E;
  line-height: 22px;
}
#pc-header .ul-style h4:hover {
  background: #F0F6FE;
  color: #0069EA;
}
#pc-header .ul-style .item-right-options .option:hover {
  background: #FFFFFF;
}
@media (max-width: 1250px) {
  .iphone-number {
    display: none;
  }
}
@media (max-width: 1150px) {
  #pc-header .pc-navbar-header .header-left span {
    font-size: 14px;
    margin-right: 16px;
  }
  .item-right .item-right-options .option {
    width: 140px;
  }
  .solution-ul-style .item-right-options .option {
    width: 118px;
  }
  .navbar-content-item .item-left {
    padding: 40px 12px 0 38px;
  }
}
@media (max-width: 950px) {
  #pc-header .pc-navbar-header .header-left .logo {
    width: 85px;
    margin-right: 16px;
  }
  #pc-header .pc-navbar-header .header-right .el-button--primary {
    width: 140px;
    height: 44px;
  }
  #pc-header .ul-style .option-list {
    width: 120px;
  }
  .solution-ul-style .item-right-options .option {
    width: 118px;
  }
  #pc-header .ul-style h2 {
    font-size: 14px;
  }
}
.right-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fr-adv {
  margin-right: 55px;
  margin-top: 48px;
  width: 270px;
  height: 140px;
  padding: 36px 0 0 30px;
  box-sizing: border-box;
  border-radius: 4px;
  background-image: url('https://src.fanruan.com/2023-website/solution-pages/common/img/navbar-adv.png');
  background-size: cover;
}
.fr-adv h3 {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.fr-adv a {
  display: inline-block;
  width: 76px;
  height: 24px;
  padding: 0px 8px;
  box-sizing: border-box;
  background: #0069EA;
  border-radius: 2px;
}
.fr-adv a span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.fr-adv a img {
  height: 10px;
  width: 10px;
  margin-left: 2px;
}
.solution-img-active {
  display: none;
}
#pc-header .solution-style .option h2:hover .solution-img-active {
  display: inline-block;
}
.link-button {
  display: inline-block;
  margin-top: 20px;
  width: 118px;
  height: 32px;
  padding: 0 14px;
  background: #0069EA;
  border-radius: 4px;
}
.link-button span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}
.link-button span img {
  display: inline-block;
  height: 12px;
  position: relative;
  top: 1px;
  margin-left: 20px;
}
.hot-tag {
  height: 20px !important;
  width: 23px !important;
  top: 4px !important;
  filter: none !important;
  transform: none !important;
}
.content-item-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.adv-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 230px;
  width: 180px;
  margin-top: 85px;
  margin-right: 295px;
  border-radius: 4px;
  background-image: url('https://src.fanruan.com/2023-website/solution-pages/common/FineBI2x.png');
  background-size: cover;
}
.adv-part a {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 36px;
  margin-top: 180px;
  box-sizing: border-box;
  padding: 9px 16px;
  background: #0069EA;
  border-radius: 4px;
  display: inline-flex;
  text-align: center;
}
.adv-part a img {
  margin-left: 4px;
  height: 12px !important;
}
.adv-part a span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .adv-part {
    display: none;
  }
}

/* 产品功能：云上产品 / 本地化产品 */
#pc-header .item-left.product-left {
  width: 220px;
  padding: 28px 16px 28px 20px;
  background: #F4F8FF;
}

#pc-header .product-left .item-left-option,
#pc-header .product-left .item-left-option.solution-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  height: auto;
  padding: 8px 20px !important;
  margin-bottom: 8px;
  border-radius: 8px;
  box-sizing: border-box;
}

#pc-header .product-left .item-left-option:hover,
#pc-header .product-left .item-left-option.active {
  width: 180px;
}

#pc-header .product-left .item-left-option > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#pc-header .product-left .item-left-option h3 {
  display: none !important;
}

#pc-header .product-left .item-left-option > img {
  display: none;
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
}

#pc-header .product-left .item-left-option:hover > img,
#pc-header .product-left .item-left-option.active > img {
  display: inline-block !important;
}

#pc-header .product-left .item-left-option.active > img {
  filter: brightness(0) invert(1);
  transform: none;
}

#pc-header .product-left .item-left-option h2,
#pc-header .product-left .item-left-option.solution-left h2 {
  font-size: 16px;
  font-weight: 400 !important;
  color: #1F2329;
  line-height: 24px;
  margin: 0 !important;
}

#pc-header .product-left .item-left-option.active {
  background: #0069EA;
}

#pc-header .product-left .item-left-option.active h2,
#pc-header .product-left .item-left-option.active h3 {
  color: #FFFFFF;
}

#pc-header .ul-style-product {
  width: 100% !important;
  padding: 32px 360px 28px 8px;
  box-sizing: border-box;
}
#pc-header .ul-style-product.current {
  display: block;
}

#pc-header .content-item-right:has(.ul-style-product.current) .adv-part {
  display: none;
}

#pc-header .ul-style-product .product-feature-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 0;
  gap: 0;
}

#pc-header .ul-style-product .product-feature-col {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 48px;
  border-left: 1px solid #EEF0F3;
  box-sizing: border-box;
}

#pc-header .ul-style-product .product-feature-col:first-child {
  border-left: none;
  padding-left: 16px;
}

#pc-header .ul-style-product .product-feature-col:last-child {
  padding-right: 0;
}

#pc-header .ul-style-product .product-feature-head {
  height: 80px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

#pc-header .ul-style-product .product-feature-head h2,
#pc-header .ul-style-product .product-feature-col > h2 {
  position: static;
  left: auto;
  height: 26px;
  margin: 0 0 6px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1F2329;
  line-height: 26px;
  word-break: break-word;
  overflow: hidden;
}

#pc-header .ul-style-product .product-feature-col .col-desc {
  height: 48px;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #8F959E;
  width: auto;
  word-break: break-word;
  overflow: hidden;
}

#pc-header .ul-style-product .product-feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0;
  margin: 0 0 6px;
  border-radius: 4px;
  text-decoration: none;
}

#pc-header .ul-style-product .product-feature-item > div {
  min-width: 0;
  flex: 1;
}

#pc-header .ul-style-product .product-feature-logo {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

#pc-header .ul-style-product .product-feature-logo img,
#pc-header .ul-style-product .item-right-options .product-feature-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  top: 0 !important;
  object-fit: contain;
  object-position: center;
  filter: none !important;
  transform: none !important;
}

#pc-header .ul-style-product .product-feature-col-agent .product-feature-logo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

#pc-header .ul-style-product .product-feature-col-agent .product-feature-logo img,
#pc-header .ul-style-product .item-right-options .product-feature-col-agent .product-feature-logo img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain;
}

#pc-header .ul-style-product .product-feature-item h3 {
  margin: 0 0 2px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1F2329;
  line-height: 24px;
  white-space: nowrap;
}

#pc-header .ul-style-product .product-feature-core {
  display: inline-block;
  margin: 0 4px 0 6px;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 400;
  color: #FF4D4F;
  background: #FFF1F0;
  border-radius: 2px;
  vertical-align: middle;
}

#pc-header .ul-style-product .product-feature-item p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #8F959E;
  word-break: break-word;
}

#pc-header .ul-style-product .product-feature-item:hover {
  background: transparent;
}

#pc-header .ul-style-product .product-feature-item:hover h3,
#pc-header .ul-style-product .product-feature-item:hover p {
  color: #0069EA;
}

#pc-header .ul-style-product .product-feature-item.product-feature-item--sub {
  align-items: flex-start;
  padding: 4px 0 4px 36px;
  margin: 0 0 4px;
}

#pc-header .ul-style-product .product-feature-item.product-feature-item--sub h3 {
  display: flex;
  align-items: center;
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #1F2329;
}

#pc-header .ul-style-product .product-feature-item.product-feature-item--sub h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 1.5px;
  margin-right: 8px;
  flex-shrink: 0;
  background: #8F959E;
}

#pc-header .ul-style-product .product-feature-item.product-feature-item--sub p {
  display: block;
  padding-left: 18px;
  font-size: 13px;
  line-height: 20px;
}

#pc-header .ul-style-product .product-feature-item.product-feature-item--sub:hover h3,
#pc-header .ul-style-product .product-feature-item.product-feature-item--sub:hover p {
  color: #0069EA;
}

#pc-header .ul-style-product .product-feature-item.product-feature-item--sub:hover h3::before {
  background: #0069EA;
}

@media (max-width: 1680px) {
  #pc-header .item-left.product-left {
    width: 200px;
    padding: 24px 14px 24px 18px;
  }
  #pc-header .product-left .item-left-option,
  #pc-header .product-left .item-left-option.solution-left,
  #pc-header .product-left .item-left-option:hover,
  #pc-header .product-left .item-left-option.active {
    width: 168px;
    padding: 8px 16px 8px 16px !important;
  }
  #pc-header .product-left .item-left-option h2,
  #pc-header .product-left .item-left-option.solution-left h2 {
    font-size: 14px;
    line-height: 22px;
  }
  #pc-header .ul-style-product {
    padding: 28px 120px 24px 8px;
  }
  #pc-header .ul-style-product .product-feature-col {
    padding: 0 28px;
  }
  #pc-header .ul-style-product .product-feature-col:first-child {
    padding-left: 12px;
  }
  #pc-header .ul-style-product .product-feature-col:last-child {
    padding-right: 0;
  }
  #pc-header .ul-style-product .product-feature-head {
    height: 72px;
    margin-bottom: 8px;
  }
  #pc-header .ul-style-product .product-feature-head h2,
  #pc-header .ul-style-product .product-feature-col > h2 {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  #pc-header .ul-style-product .product-feature-col .col-desc {
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  #pc-header .ul-style-product .product-feature-item h3 {
    font-size: 14px;
    line-height: 22px;
  }
  #pc-header .ul-style-product .product-feature-item p {
    font-size: 13px;
    line-height: 20px;
  }
  #pc-header .ul-style-product .product-feature-logo {
    width: 36px;
    height: 36px;
    margin-right: 16px;
  }
  #pc-header .ul-style-product .product-feature-logo img,
  #pc-header .ul-style-product .item-right-options .product-feature-logo img {
    max-width: 36px !important;
    max-height: 36px !important;
  }
}

@media (max-width: 1440px) {
  #pc-header .item-left.product-left {
    width: 180px;
    padding: 24px 12px 24px 16px;
  }
  #pc-header .product-left .item-left-option,
  #pc-header .product-left .item-left-option.solution-left,
  #pc-header .product-left .item-left-option:hover,
  #pc-header .product-left .item-left-option.active {
    width: 156px;
    padding: 8px 12px 8px 16px !important;
  }
  #pc-header .ul-style-product {
    padding: 24px 40px 20px 4px;
  }
  #pc-header .ul-style-product .product-feature-col {
    padding: 0 16px;
  }
  #pc-header .ul-style-product .product-feature-col:first-child {
    padding-left: 8px;
  }
  #pc-header .ul-style-product .product-feature-head {
    height: 68px;
    margin-bottom: 8px;
  }
  #pc-header .ul-style-product .product-feature-head h2,
  #pc-header .ul-style-product .product-feature-col > h2 {
    height: 22px;
    font-size: 16px;
    line-height: 22px;
  }
  #pc-header .ul-style-product .product-feature-col .col-desc {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  #pc-header .ul-style-product .product-feature-logo {
    margin-right: 16px;
  }
  #pc-header .product-left .item-left-option h2,
  #pc-header .product-left .item-left-option.solution-left h2 {
    font-size: 14px;
    line-height: 20px;
  }
  #pc-header .ul-style-product .product-feature-item h3 {
    font-size: 14px;
    line-height: 20px;
  }
  #pc-header .ul-style-product .product-feature-item p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 1280px) {
  #pc-header .item-left.product-left {
    width: 160px;
    padding: 20px 8px 20px 12px;
  }
  #pc-header .product-left .item-left-option,
  #pc-header .product-left .item-left-option.solution-left,
  #pc-header .product-left .item-left-option:hover,
  #pc-header .product-left .item-left-option.active {
    width: 140px;
    padding: 8px 10px 8px 12px !important;
  }
  #pc-header .product-left .item-left-option h2,
  #pc-header .product-left .item-left-option.solution-left h2 {
    font-size: 13px;
    line-height: 18px;
  }
  #pc-header .ul-style-product {
    padding: 20px 16px 16px 0;
  }
  #pc-header .ul-style-product .product-feature-col {
    padding: 0 12px;
  }
  #pc-header .ul-style-product .product-feature-head {
    height: 58px;
    margin-bottom: 6px;
  }
  #pc-header .ul-style-product .product-feature-head h2,
  #pc-header .ul-style-product .product-feature-col > h2 {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  #pc-header .ul-style-product .product-feature-col .col-desc {
    height: 36px;
    font-size: 12px;
    line-height: 18px;
  }
  #pc-header .ul-style-product .product-feature-item {
    padding: 4px 0;
    margin: 0 0 4px;
  }
  #pc-header .ul-style-product .product-feature-item h3 {
    font-size: 13px;
    line-height: 18px;
  }
  #pc-header .ul-style-product .product-feature-item p {
    font-size: 12px;
    line-height: 16px;
  }
  #pc-header .ul-style-product .product-feature-logo {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  #pc-header .ul-style-product .product-feature-logo img,
  #pc-header .ul-style-product .item-right-options .product-feature-logo img {
    max-width: 32px !important;
    max-height: 32px !important;
  }
  #pc-header .ul-style-product .product-feature-col-agent .product-feature-logo {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  #pc-header .ul-style-product .product-feature-col-agent .product-feature-logo img,
  #pc-header .ul-style-product .item-right-options .product-feature-col-agent .product-feature-logo img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: contain;
  }
}

@media (max-width: 1150px) {
  #pc-header .item-left.product-left {
    width: 148px;
    padding: 16px 6px 16px 10px;
  }
  #pc-header .product-left .item-left-option,
  #pc-header .product-left .item-left-option.solution-left,
  #pc-header .product-left .item-left-option:hover,
  #pc-header .product-left .item-left-option.active {
    width: 128px;
    padding: 6px 8px 6px 10px !important;
  }
  #pc-header .product-left .item-left-option h2,
  #pc-header .product-left .item-left-option.solution-left h2 {
    font-size: 12px;
    line-height: 18px;
  }
  #pc-header .ul-style-product {
    padding: 16px 12px 12px 0;
  }
  #pc-header .ul-style-product .product-feature-col {
    padding: 0 8px;
  }
  #pc-header .ul-style-product .product-feature-head {
    height: 52px;
  }
  #pc-header .ul-style-product .product-feature-head h2,
  #pc-header .ul-style-product .product-feature-col > h2 {
    height: 18px;
    font-size: 13px;
    line-height: 18px;
  }
  #pc-header .ul-style-product .product-feature-col .col-desc {
    height: 32px;
    font-size: 11px;
    line-height: 16px;
  }
  #pc-header .ul-style-product .product-feature-item h3 {
    font-size: 12px;
    line-height: 18px;
  }
  #pc-header .ul-style-product .product-feature-item p {
    font-size: 11px;
    line-height: 16px;
  }
  #pc-header .ul-style-product .product-feature-core {
    height: 14px;
    line-height: 14px;
    font-size: 9px;
  }
}
