.youhao-header {
  width: 100%;
  height: 0.7rem;
  background: #000000;
  position: relative;
  z-index: 99999;
}
.youhao-header nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.youhao-header nav .logo {
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youhao-header nav .logo img {
  width: 300%;
  height: 150%;
}
.youhao-header nav .navbar {
  display: flex;
  margin-left: 5.4rem;
}
.youhao-header nav .navbar li {
  font-size: 0.18rem;
  color: #fff;
  padding-right: 0.4rem;
  cursor: default !important;
}
.youhao-header nav .navbar li a {
  font-size: 0.18rem;
  color: #fff;
  cursor: default !important;
}
.youhao-header nav .search {
  visibility: hidden;
}
.youhao-header nav #product {
  top: 0.7rem;
  position: absolute;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  display: none;
  z-index: 999999999999999999999999999999 !important;
}
.youhao-header nav #product .arrows {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -0.05rem;
  left: 8.3rem;
}
.youhao-header nav #plan {
  top: 0.7rem;
  position: absolute;
  width: 100%;
  height: 1.82rem;
  background-color: #fff;
  z-index: 999;
  display: flex;
  justify-content: center;
  display: none;
}
.youhao-header nav #plan .arrows {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -0.05rem;
  left: 9.07rem;
}
.youhao-header nav #plan ul {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.19rem;
  align-items: center;
  background-color: #fff;
  height: 1.82rem;
}
.youhao-header nav #plan ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.73rem;
  height: 1.44rem;
  background-color: #F5F7FA;
  background-image: url('nav_icons.png');
  background-size: 16.37rem 1.45rem;
}
.youhao-header nav #plan ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.youhao-header nav #plan ul li a p {
  width: calc(100% - 0.48rem);
  text-align: left;
  font-size: 0.15rem;
  color: #626161;
  line-height: 0.2rem;
  margin-top: 0.2rem;
}
.youhao-header nav #plan ul li a p span {
  width: 0.03rem;
  height: 0.03rem;
  border-radius: 50%;
  background-color: #626161;
}
.youhao-header nav #plan ul li:nth-child(1) {
  background-position: 0 0;
}
.youhao-header nav #plan ul li:nth-child(2) {
  background-position: -1.83rem 0;
}
.youhao-header nav #plan ul li:nth-child(3) {
  background-position: -3.66rem 0;
}
.youhao-header nav #plan ul li:nth-child(4) {
  background-position: -5.55rem 0;
}
.youhao-header nav #plan ul li:nth-child(5) {
  background-position: -7.32rem 0;
}
.youhao-header nav #plan ul li:nth-child(6) {
  background-position: -9.15rem 0;
}
.youhao-header nav #plan ul li:nth-child(7) {
  background-position: -10.98rem 0;
}
.youhao-header nav #plan ul li:nth-child(8) {
  background-position: -12.81rem 0;
}
.youhao-header nav #plan ul li:nth-child(9) {
  background-position: -14.64rem 0;
}
.youhao-header nav #plan ul li:nth-child(2),
.youhao-header nav #plan ul li:nth-child(3),
.youhao-header nav #plan ul li:nth-child(4),
.youhao-header nav #plan ul li:nth-child(5),
.youhao-header nav #plan ul li:nth-child(6),
.youhao-header nav #plan ul li:nth-child(7),
.youhao-header nav #plan ul li:nth-child(8),
.youhao-header nav #plan ul li:nth-child(9) {
  margin-left: 0.1rem;
}
.youhao-header nav #plan ul li:nth-child(1):hover {
  transition: all 0.2s linear;
  background-image: url('nav-icons-whrite.png') !important;
  background-size: 16.37rem 1.45rem;
  background: #F5CD86;
}
.youhao-header nav #plan ul li:nth-child(1):hover p {
  color: #fff;
}
.youhao-header nav #plan ul li:nth-child(2):hover {
  background-image: url('nav-icons-whrite.png') !important;
  background-position: -1.83rem 0 !important;
  background: #9AA9F0;
}
.youhao-header nav #plan ul li:nth-child(2):hover p {
  color: #fff;
}
.youhao-header nav #plan ul li:nth-child(3):hover {
  transition: all 0.2s linear;
  background-image: url('nav-icons-whrite.png') !important;
  background-position: -3.66rem 0 !important;
  background: #F6B78C;
}
.youhao-header nav #plan ul li:nth-child(3):hover p {
  color: #fff;
}
.youhao-header nav #plan ul li:nth-child(4):hover {
  transition: all 0.2s linear;
  background-image: url('nav-icons-whrite.png') !important;
  background-position: -5.55rem 0 !important;
  background: #EE9797;
}
.youhao-header nav #plan ul li:nth-child(4):hover p {
  color: #fff;
}
.youhao-header nav #plan ul li:nth-child(5):hover {
  transition: all 0.2s linear;
  background-image: url('nav-icons-whrite.png') !important;
  background-position: -7.32rem 0 !important;
  background: #EF7A7A;
}
.youhao-header nav #plan ul li:nth-child(5):hover p {
  color: #fff;
}
.youhao-header nav #plan ul li:nth-child(6):hover {
  transition: all 0.2s linear;
  background-image: url('nav-icons-whrite.png') !important;
  background-position: -9.15rem 0 !important;
  background: #90C8EE;
}
.youhao-header nav #plan ul li:nth-child(6):hover p {
  color: #fff;
}
.youhao-header nav #plan ul li:nth-child(7):hover {
  transition: all 0.2s linear;
  background-image: url('nav-icons-whrite.png') !important;
  background-position: -10.98rem 0 !important;
  background: #8786EB;
}
.youhao-header nav #plan ul li:nth-child(7):hover p {
  color: #fff;
}
.youhao-header nav #plan ul li:nth-child(8):hover {
  transition: all 0.2s linear;
  background-image: url('nav-icons-whrite.png') !important;
  background-position: -12.81rem 0 !important;
  background: #86DBBF;
}
.youhao-header nav #plan ul li:nth-child(8):hover p {
  color: #fff;
}
.youhao-header nav #plan ul li:nth-child(9):hover {
  transition: all 0.2s linear;
  background-image: url('nav-icons-whrite.png') !important;
  background-position: -14.64rem 0 !important;
  background: #F5CD86;
}
.youhao-header nav #plan ul li:nth-child(9):hover p {
  color: #fff;
}
.youhao-header nav #service {
  position: absolute;
  background-color: #fff;
  top: 0.7rem;
  left: 9.05rem;
  border-radius: 0.08rem;
  display: none;
  box-shadow: 0px 0.12rem 0.2rem 0px rgba(0, 0, 0, 0.08);
}
.youhao-header nav #service .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.youhao-header nav #service .wrap .arrows {
  margin-top: -0.05rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  transform: rotate(45deg);
}
.youhao-header nav #service .wrap ul {
  width: 100%;
  padding: 0 0.2rem;
  margin-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.youhao-header nav #service .wrap ul li {
  width: 100%;
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #000;
  cursor: pointer;
}
.youhao-header nav #service .wrap ul li a {
  color: #000;
}
.youhao-header nav #service .wrap ul li:hover {
  background-color: #2E71F0;
  color: #fff;
  transition: all 0.2s;
}
.youhao-header nav #service .wrap ul li:hover a {
  color: #fff;
}
.youhao-header nav #customer {
  position: absolute;
  background-color: #fff;
  top: 0.7rem;
  left: 9.8rem;
  border-radius: 0.08rem;
  display: none;
  box-shadow: 0px 0.12rem 0.2rem 0px rgba(0, 0, 0, 0.08);
}
.youhao-header nav #customer .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.youhao-header nav #customer .wrap .arrows {
  margin-top: -0.05rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  transform: rotate(45deg);
}
.youhao-header nav #customer .wrap ul {
  width: 100%;
  padding: 0 0.4rem;
  margin-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.youhao-header nav #customer .wrap ul li {
  width: 100%;
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #000;
  cursor: pointer;
}
.youhao-header nav #customer .wrap ul li a {
  color: #000;
}
.youhao-header nav #customer .wrap ul li:hover {
  background-color: #2E71F0;
  color: #fff;
  transition: all 0.2s;
}
.youhao-header nav #customer .wrap ul li:hover a {
  color: #fff;
}
.youhao-header nav #about {
  position: absolute;
  background-color: #fff;
  top: 0.7rem;
  left: 10.8rem;
  border-radius: 0.08rem;
  display: none;
  box-shadow: 0px 0.12rem 0.2rem 0px rgba(0, 0, 0, 0.08);
}
.youhao-header nav #about .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.youhao-header nav #about .wrap .arrows {
  margin-top: -0.05rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  transform: rotate(45deg);
}
.youhao-header nav #about .wrap ul {
  width: 100%;
  padding: 0 0.5rem;
  margin-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.youhao-header nav #about .wrap ul li {
  width: 100%;
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #000;
  cursor: pointer;
}
.youhao-header nav #about .wrap ul li a {
  color: #fff;
}
.youhao-header nav #about .wrap ul li:hover {
  background-color: #2E71F0;
  color: #fff;
  transition: all 0.2s;
}
.youhao-header nav #about .wrap ul li:hover a {
  color: #fff;
}
.youhao-header nav .search {
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youhao-header nav .search img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.youhao-bread-crumb {
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.youhao-bread-crumb .bread-crumb-container {
  width: calc(100% - 3.92rem);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youhao-bread-crumb .bread-crumb-container .breadCrumb {
  height: 100%;
  display: flex;
  align-items: center;
}
.youhao-bread-crumb .bread-crumb-container .breadCrumb span {
  font-size: 0.24rem;
  font-weight: 500;
  color: #626161;
}
.youhao-bread-crumb .bread-crumb-container .breadCrumb .icon {
  margin: 0 0.1rem;
}
.youhao-bread-crumb .bread-crumb-container .ask {
  width: 1.52rem;
  height: 0.46rem;
  border-radius: 0.27rem;
  border: 2px solid #85A7E6;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #8FAEE8;
}
.youhao-customer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youhao-customer .customer-wrap {
  width: calc(100% - 0.32rem);
}
.youhao-customer .customer-wrap .customer-title {
  font-size: 0.6rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #626161;
  text-align: center;
  padding: 0.74rem 0 0.66rem 0;
}
.youhao-customer .customer-wrap .customer-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.youhao-customer .customer-wrap .customer-list li {
  width: 6.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.youhao-customer .customer-wrap .customer-list li div {
  width: 100%;
  height: 3.6rem;
  background: linear-gradient(335deg, #3A89D5 0%, #2FA3F0 100%);
  border-radius: 0.04rem;
  background-image: url('https://cy.meigei.com/index_img/620X360%E9%97%B4%E9%9A%9414.jpg');
  background-size: 18.88rem 24.26rem;
}
.youhao-customer .customer-wrap .customer-list li p {
  width: 5.4rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #626161;
  margin-top: 0.36rem;
  text-align: justify;
  padding-bottom: 0.2rem;
}
.opacity {
  background: rgba(46, 113, 240, 0);
  position: fixed;
  top: 0;
  left: 0;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.crumbFixed {
  position: fixed;
  top: 0.7rem;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.iconFixed {
  position: fixed;
  top: 0.7rem !important;
  left: 0;
  background: #FFFFFF !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.noMargin {
  margin-top: 0 !important;
}
.hasMargin {
  margin-top: 0.55rem;
}
.opacity::before {
  position: absolute;
  content: "";
  top: 0.7rem;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.youhao-header-footerNav {
  width: 100%;
  height: 3.6rem;
  background-color: #fff;
}
.youhao-header-footerNav header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.youhao-header-footerNav header .footer-bottom {
  width: calc(100% - 4.9rem);
  display: flex;
  margin-top: 0.29rem;
  position: relative;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info {
  display: flex;
  position: relative;
  z-index: 999;
  height: 100%;
  margin-bottom: 0.2rem;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info .footer-headerTitle {
  height: 0.22rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  display: flex;
  color: #BCBCBC;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info .footer-headerTitle a {
  height: 0.22rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  z-index: 9999;
  color: #BCBCBC;
  cursor: default !important;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info .footer-secTitle {
  display: flex;
  align-items: center;
  margin-top: 0.09rem;
  z-index: 9999;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info .footer-secTitle a {
  font-size: 0.14rem;
  color: #BCBCBC;
  z-index: 999999;
  cursor: default !important;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info ul {
  margin-top: 0.19rem;
  z-index: 999;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #656565;
  display: flex;
  align-items: center;
  z-index: 999;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info ul li a span:nth-child(1) {
  display: inline-block;
  width: 0.03rem;
  height: 0.03rem;
  background-color: #656565;
  border-radius: 50%;
  z-index: 999;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info ul li a span:nth-child(2) {
  display: inline-block;
  margin-left: 0.06rem;
  font-weight: 500;
  line-height: 0.24rem;
  white-space: nowrap;
  z-index: 999;
  color: #000;
  font-size: 0.14rem;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info ul li:hover span:nth-child(2) {
  color: #2E71F0;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-info .footer-secList {
  margin-top: 0.09rem;
}
.youhao-header-footerNav header .footer-bottom .footer-info-hardWare {
  width: 2.38rem;
}
.youhao-header-footerNav header .footer-bottom .footer-info-branch .footer-branch-1 {
  padding-left: 0.4rem;
}
.youhao-header-footerNav header .footer-bottom .footer-info-branch .footer-branch-2 {
  padding-left: 0.94rem;
  padding-right: 0.33rem;
}
.youhao-header-footerNav header .footer-bottom .footer-info-internet div {
  padding-left: 0.33rem;
  padding-right: 0.32rem;
}
.youhao-header-footerNav header .footer-bottom .footer-info-market div {
  padding-left: 0.34rem;
  padding-right: 0.22rem;
}
.youhao-header-footerNav header .footer-bottom .footer-info-supply div {
  padding-left: 0.32rem;
  padding-right: 0.33rem;
}
.youhao-header-footerNav header .footer-bottom .footer-info-dev div {
  padding-left: 0.32rem;
}
.youhao-header-footerNav header .footer-bottom .footer-bottom-before::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.21rem;
  border-right: 1px solid #F1F1F1;
}
