/* 标题 */
.title-all {
  font-size: 28px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.902);
  line-height: 1;
  font-weight: normal;
}

.title-all span {
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.702);
  line-height: 1;
  margin-left: 20px;
}

.header {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.header-box {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 111px;
}
.textCenter {
  text-align: center;
}
.header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}

.gzh {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.gzh img {
  width: 14px;
  margin-right: 5px;
}

.gzh p {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.gzh:hover:before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background-image: url(https://qr.maitaowang.com/qr?site=麦淘网&amp;sitetag=拼多多&amp;title=拼多多静态推广站&amp;isgov=是);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  left: -84px;
  bottom: -165px;
  z-index: 100;
}

.gzh-wb-line {
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 5px;
}

.wb {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}

.zqdm {
  font-size: 15px;
  font-family: "SourceHanSansCN";
  color: rgb(140, 139, 139);
  line-height: 1;
  margin-left: 25px;
}

.zqdm span {
  color: #de5e32;
}

.login-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 25px;
}

.login-box img {
  width: 13px;
  margin-right: 3px;
}

.login-box p {
  font-size: 15px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}

.help-center {
  font-size: 15px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  margin-left: 25px;
}

.header-bot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-item {
  display: inline-block;
  font-size: 15px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  font-weight: 600;
  margin-left: 42px;
}

.nav-now {
  position: relative;
}

.nav-now::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: rgb(222, 94, 50);
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
}

/*页面底部*/
#home_footer {
  background: #212a37;
  color: #e4e4e4;
  padding: 1.5% 0px;
  box-sizing: border-box;
  min-width: 1200px;
}

#home_footer .max_width {
  width: 1200px;
  margin: auto;
}

#home_footer a {
  color: #ffffff;
  font-size: 14px;
}

#home_footer span {
  font-size: 14px;
}

#home_footer .tel_Me {
  float: left;
  width: 16%;
}

#home_footer .tel_Me p {
  line-height: 36px;
}

#home_footer .quickHelp {
  float: right;
  width: 84%;
}

#home_footer .quickHelp > li {
  float: left;
  margin-left: 8.7%;
}

#home_footer .quickHelp > li ul li {
  line-height: 25px;
}

#home_footer .quickHelp > li ul li:first-of-type {
  margin-top: 10px;
}

#home_footer .help_Title {
  font-size: 17px;
}

.getSalesMan {
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 2px 15px;
  margin-left: 7%;
}

#home_footer .tel_Me .getSalesMan img.smallQQ {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2%;
}

#home_footer .partners {
  margin-bottom: 3%;
}

#home_footer .partners .linkAndPhone a:hover {
  cursor: pointer;
  background-color: #454c57;
}

#home_footer .partners .linkAndPhone a {
  display: inline-block;
  padding: 2px 15px;
  background-color: #323b47;
  border-radius: 30px;
  margin-right: 1.5%;
  margin-top: 1%;
  margin-bottom: 1%;
}

#home_footer .partners .links {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#home_footer .partners .links a {
  margin-right: 1.2%;
  line-height: 25px;
  color: #afafaf;
  font-size: 12px;
}

#home_footer .copyright,
#home_footer .copyright a {
  font-size: 12px;
  color: #afafaf !important;
}

.AboutUs {
  margin-top: 10%;
  position: relative;
}

.AboutUs a {
  display: inline-block;
  width: 50%;
}

.AboutUs a:first-of-type {
  position: absolute;
  left: -5px;
  top: 10px;
}

.AboutUs a:last-of-type {
  position: absolute;
  right: -5px;
  top: 10px;
}

.AboutUs a.weixin:hover:before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background-image: url(https://qr.maitaowang.com/qr?site=麦淘网&amp;sitetag=拼多多&amp;title=拼多多静态推广站&amp;isgov=是);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  left: -170px;
  bottom: -100px;
}

@media screen and (max-width: 1200px) {
  .header-box {
    width: 100%;
    padding: 20px 2%;
    box-sizing: border-box;
  }
  #home_footer {
    min-width: 100%;
    padding: 20px 2%;
  }
  #home_footer .max_width {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-box {
    flex-direction: column;
    align-items: center;
  }
  .header-right {
    width: 100%;
    margin-top: 15px;
  }
  .header-top {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .header-bot {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .nav-item {
    margin: 5px 10px;
  }

  /* Footer */
  #home_footer .tel_Me,
  #home_footer .quickHelp {
    float: none;
    width: 100%;
    text-align: center;
  }
  #home_footer .quickHelp > li {
    float: none;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
  }
  .getSalesMan {
    margin: 10px auto;
    display: block;
    width: fit-content;
  }
  #home_footer .tel_Me p {
    text-align: center;
  }
  .AboutUs {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .AboutUs a {
    position: static !important;
    width: auto;
    margin: 0 10px;
  }
}
