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: 50px;
}
#pc-header .pc-navbar-header .header-right .iphone-number span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
#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-button--primary {
  color: #FFF;
  background-color: #0069ea;
  height: 60px;
  width: 240px;
  border-radius: 0px;
}
#pc-header .pc-navbar-header .header-right .el-button--primary span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
#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: 32px;
  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: 120px;
  }
  #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('../image/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('../image/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;
  }
}
