body {
}

/* 标题 */
.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-banner {
  position: relative;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ffffff;
  z-index: 10;
}

.header-box {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 111px;
}

.header-right {
}

.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;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 130px;
}

.swiper-pagination-bullet {
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
  width: 25px;
  height: 3px;
}

.swiper-pagination-bullet-active {
  background-color: rgb(0, 215, 159);
  width: 25px;
  height: 3px;
}

.banner1 {
  height: 620px;
  background: url(/images/banner1.png) no-repeat;
  background-size: 100% 100%;
}

.banner2 {
  height: 620px;
  background: url(/images/banner2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.banner1-box {
  margin-left: 20%;
  margin-top: 220px;
}

.banner1-box h1 {
  font-size: 30px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.851);
  line-height: 1.2;
  font-weight: normal;
}

.banner1-box a {
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgb(222, 94, 50);
  line-height: 1;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.banner1-box img {
  width: 12px;
  margin-left: 10px;
}

.banner2-box {
  margin-left: 20%;
  margin-top: 220px;
}

.banner2-box h1 {
  font-size: 30px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.851);
  line-height: 1;
  font-weight: normal;
}

.banner2-box h1 span {
  font-size: 40px;
  color: #de5e32;
}

.banner2-box p {
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1;
  margin-top: 25px;
}

.banner2-a-box {
  margin-top: 30px;
}

.banner2-item {
  display: inline-block;
  border-radius: 5px;
  width: 131px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 35px;
}

.banner2-first {
  background-color: rgb(242, 88, 47);
  margin-right: 60px;
}

.banner2-second {
  background-color: rgb(0, 215, 159);
}

.banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(132, 132, 132, 0.15);
}

.banner-bottom-box {
  width: 1200px;
  margin: auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}

.banner-bottom-box li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.banner-bottom-box li img {
  height: 43px;
  margin-right: 13px;
}

.banner-bottom-text h4 {
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgb(88, 88, 88);
  line-height: 1;
  margin-bottom: 10px;
}

.banner-bottom-text p {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1;
}

/* 公共宣传 */
#publicity {
  min-width: 1200px;
  background-color: #f5f5f5;
  padding: 40px 0 80px 0;
}

#publicity .more {
  max-width: 1200px;
  margin: auto;
  font-size: 2em;
  margin-bottom: 25px;
}

#publicity .more span {
  font-size: 15px;
  padding-left: 1.5%;
}

#publicity ul {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#publicity ul li {
  width: 24%;
  cursor: pointer;
}

#publicity ul li > a:hover .publicity_img {
  transform: translateY(-10px);
  -moz-box-shadow: 0px 10px 20px #bababa;
  -webkit-box-shadow: 0px 10px 20px #bababa;
  box-shadow: 0px 10px 20px #bababa;
}

#publicity ul li:not(:last-of-type) {
  margin-right: 1%;
}

#publicity ul li > a,
#publicity ul li > a img.publicity_img {
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  display: inline-block;
  width: 100%;
  position: relative;
}

#publicity ul li p.title.textCenter {
  font-size: 15px;
  position: absolute;
  bottom: -45px;
  width: 100%;
  color: #666666;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

#publicity ul li p.title.textCenter .arrow {
  float: right;
  margin-right: 10px;
}

/* 热卖账号 */
.hotsale {
  padding: 50px 0;
  background-color: #ffffff;
}

.hotsale-box {
  width: 1200px;
  margin: auto;
}

.hotsale-cont {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hotsale-left {
  width: 340px;
  background-color: rgb(252, 253, 253);
  box-shadow: 0px 0px 10px 0px rgba(180, 181, 216, 0.5);
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.hotsale-left h2 {
  font-size: 18px;
  font-family: "SourceHanSansCN";
  color: rgb(0, 0, 0);
  line-height: 1;
  position: relative;
}

.hotsale-left h2::after {
  content: "";
  display: block;
  background-color: rgb(222, 94, 50);
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 20px;
  height: 2px;
}

.hotsale-left-data {
  margin-top: 25px;
  height: 70px;
  overflow: hidden;
}

.hotsale-left-data li {
  margin-bottom: 15px;
}

.hotsale-left-item-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.hotsale-left-item-top p {
  font-size: 13px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}

.hotsale-left-data li h3 {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.902);
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hotsale-left-bot {
  height: 188px;
  background: url(/images/hotsale-left.png) no-repeat;
  background-size: 100%;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  margin-top: 9px;
}

.hotsale-left-bot h3 {
  font-size: 24px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 5px;
}

.hotsale-left-bot p {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(255, 255, 255, 0.902);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.hotsale-left-bot p:nth-child(3) {
  margin-bottom: 35px;
}

.hotsale-left-bot a {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 39px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.hotsale-left-a-first {
  width: 15px;
  margin-right: 7px;
}

.hotsale-left-a-second {
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.hotsale-left-bot a span {
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 1;
}

.hotsale-right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 20px;
}

.hotsale-right .hotsale-right-item:nth-child(odd) {
  margin-right: 10px;
}

.hotsale-right .hotsale-right-item:nth-child(1),
.hotsale-right .hotsale-right-item:nth-child(2) {
  margin-bottom: 10px;
}

.hotsale-right-item {
  background-color: rgb(252, 253, 253);
  box-shadow: 0px 0px 10px 0px rgba(180, 181, 216, 0.5);
  width: 415px;
  padding: 24px 20px;
  box-sizing: border-box;
  position: relative;
}

.hotsale-right-item h3 {
  font-size: 18px;
  font-family: "SourceHanSansCN";
  color: rgb(0, 0, 0);
  line-height: 1.1;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hotsale-right-item ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
}

.hotsale-right-item li {
  margin-right: 30px;
}

.hotsale-info-top {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.851);
  line-height: 1;
  margin-bottom: 5px;
}

.hotsale-info-bot {
  font-size: 12px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1;
}

.hotsale-right-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hotsale-price {
  font-size: 24px;
  font-family: "SourceHanSansCN";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1;
}

.hotsale-service {
  border-radius: 5px;
  background-color: rgb(0, 215, 159);
  width: 105px;
  height: 30px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hotsale-service img {
  width: 13px;
}

.hotsale-service-line {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0 5px;
}

.hotsale-service-text {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 1;
}

.hotsale-service-container {
  position: relative;
}

.hotsale-service-qrcode {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.hotsale-service-qrcode img {
  width: 150px;
  height: 150px;
  display: block;
}

.hotsale-service-container:hover .hotsale-service-qrcode {
  display: block;
}

.hotsale-right-item::before {
  content: "";
  display: none;
  background-color: rgb(222, 94, 50);
  opacity: 0.749;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
}

.hotsale-right-item:hover .hotsale-service {
  background-color: #de5e32;
}

.hotsale-right-item:hover::before {
  display: block;
}

/* 人气客服 */

.rkefu {
  padding: 0 0 90px;
}

.rkefu-box {
  width: 1200px;
  margin: auto;
}

.blockTitle {
  padding-bottom: 20px;
  font-size: 2em;
  position: relative;
}

.blockTitle span.grayColor {
  font-size: 15px;
  padding-left: 1.5%;
}

.dlfloat:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  zoom: 0;
}

#serviceTeam ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#serviceTeam ul li.salesMan {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  width: 23%;
  min-height: 78px;
  overflow: hidden;
  vertical-align: top;
}

#serviceTeam ul li.salesMan > img {
  width: 100%;
  bottom: 0;
}

#serviceTeam ul li.salesMan .context {
  padding: 25px 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.textCenter {
  text-align: center;
}

#serviceTeam ul li.salesMan .context p:first-of-type {
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  font-size: 18px;
}

#serviceTeam ul li.salesMan .context p:first-of-type span {
  font-size: 14px;
}

#serviceTeam ul li.salesMan .context p:last-of-type {
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: -25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

#serviceTeam ul li.salesMan .getSalesMan {
  display: block;
  background-color: white;
  color: #009688;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  width: 115px;
  margin-left: -65px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  bottom: -60%;
}

.WXcodeBox {
  width: 110px;
  height: 140px;
  position: absolute;
  top: 50px;
  left: -12px;
  padding: 6px;
  display: none;
  z-index: 100;
  background: #f98e39;
}

.topJT {
  position: absolute;
  top: -6px;
  left: 52px;
  height: 12px;
}

.WXcodeBox div:nth-child(2) {
  width: 98px;
  height: 96px;
  padding: 6px;
  background: #fff;
}

.WXcodeImg img {
  width: 100%;
  height: 100%;
}

.WXcodeBox div:nth-child(3) {
  width: 110px;
  height: 32px;
  font-size: 14px;
  line-height: 36px;
}

#serviceTeam ul li.salesMan:hover {
  overflow: visible;
}

#serviceTeam ul li.salesMan:hover .context {
  height: 100%;
  background-color: rgba(0, 150, 136, 0.7);
}

#serviceTeam ul li.salesMan:hover .context p:first-of-type {
  transform: translateY(17px);
}

#serviceTeam ul li.salesMan:hover .context p:last-of-type {
  bottom: 65%;
}

#serviceTeam ul li.salesMan:hover .getSalesMan {
  bottom: 38%;
}

#serviceTeam ul li.salesMan:hover .salesManWX {
  bottom: 20% !important;
}

#serviceTeam ul li.salesMan .getSalesMan:hover {
  background: #009688;
  color: #fff !important;
}

.salesManWX:hover .WXcodeBox {
  display: block;
}

.service {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.service-box {
  width: 1200px;
  margin: auto;
}

.service-cont {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}

.service-left {
  width: 800px;
}

.serleft-top {
  padding: 25px 80px 25px 310px;
  background: url(/images/service-bg1.png) no-repeat;
  background-size: 100%;
}

.serleft-top h2 {
  font-size: 20px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 1;
}

.service-line {
  background-color: rgb(255, 255, 255);
  opacity: 0.349;
  height: 1px;
  margin: 20px 0;
}

.serleft-top p {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.571;
}

.serleft-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgb(222, 94, 50);
  width: 133px;
  height: 34px;
  margin-top: 30px;
}

.serleft-top a span {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 1;
}

.serleft-top a img {
  width: 26px;
  margin-left: 15px;
}

.serleft-bot {
  padding: 40px 0;
  background-color: #ffffff;
}
.serleft-bot .serleft-item:first-child,
.serleft-bot .serleft-item:nth-child(2) {
  margin-bottom: 30px;
}

.serleft-item {
  width: 49%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
}

.serleft-item-img {
  width: 36px;
}

.serleft-item-cont {
  width: 310px;
  margin-left: 15px;
}

.serleft-item-cont h3 {
  font-size: 18px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.851);
  line-height: 1;
  margin-top: 10px;
}

.serleft-item-cont p {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.651);
  line-height: 1.7;
  margin-top: 15px;
}

.serleft-item-cont a {
  border: 1px solid rgba(0, 215, 159, 0.2);
  border-radius: 5px;
  width: 93px;
  height: 27px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.serleft-item-cont a span {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.702);
  line-height: 1;
}
.serleft-item-cont a img {
  width: 5px;
}
.serleft-item-arrowH {
  display: none;
}
.serleft-item-cont a:hover {
  background-color: rgb(0, 215, 159);
}
.serleft-item-cont a:hover span {
  color: #ffffff;
}
.serleft-item-cont a:hover .serleft-item-arrow {
  display: none;
}
.serleft-item-cont a:hover .serleft-item-arrowH {
  display: block;
}
.service-right {
  width: 400px;
}
.serright-top {
  background-color: rgb(222, 94, 50);
  padding: 30px 45px 35px 60px;
}
.serright-top h2 {
  font-size: 18px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 1;
}
.serright-top-question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15.79px;
}
.serright-icon {
  border-radius: 3px;
  width: 22px;
  height: 20px;
  font-size: 12px;
  font-family: "SourceHanSansCN";
  line-height: 20px;
  text-align: center;
  flex-shrink: 0;
}
.top-question {
  background-color: rgb(0, 215, 159);
  color: rgb(255, 255, 255);
}
.serright-top-question p {
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 1;
  margin-left: 20px;
}
.serright-top-ask {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.top-ask {
  background-color: rgb(166, 65, 30);
  color: rgb(255, 255, 255);
}
.serright-top-ask p {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  margin-left: 20px;
}
.serright-bot {
  padding: 20px 60px;
  background-color: #ffffff;
}
.serright-bot-item {
  padding: 25px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.102);
}
.bot-question {
  background-color: rgba(222, 94, 50, 0.102);
  color: rgb(0, 215, 159);
}
.serright-bot-item a {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  margin-left: 25px;
}
.serright-bot-item a:hover {
  color: rgb(222, 94, 50);
}

/*页面底部*/
#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;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 1200px) {
  .header-box {
    width: 100%;
    padding: 20px 2%;
    box-sizing: border-box;
  }
  .banner-bottom-box {
    width: 100%;
    padding: 20px 2%;
    box-sizing: border-box;
  }
  #publicity {
    min-width: 100%;
    padding: 20px 0;
  }
  #publicity .more {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #publicity ul {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .hotsale-box {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .rkefu-box {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .service-box {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #home_footer {
    min-width: 100%;
  }
  #home_footer .max_width {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 992px) {
  .header {
    position: relative;
    background-color: #fff;
  }
  .header-box {
    flex-direction: column;
    height: auto;
    padding-bottom: 0;
  }
  .header-logo {
    margin-bottom: 15px;
  }
  .header-right {
    margin-top: 0;
    width: 100%;
  }
  .header-top {
    justify-content: center;
    flex-wrap: wrap;
    display: flex; /* Restore top bar display */
    margin-bottom: 10px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .header-top > div,
  .header-top > a {
    margin: 5px 10px;
  }
  .gzh,
  .login-box {
    justify-content: center;
  }

  .banner-bottom {
    position: absolute;
    bottom: 0;
    background-color: transparent;
  }
  .banner-bottom-box {
    background-color: rgba(132, 132, 132, 0.15);
    border-radius: 10px;
    padding: 10px;
  }
  .banner-bottom-text h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .banner-bottom-text p {
    font-size: 12px;
  }
  .banner-bottom-box li img {
    height: 30px;
    margin-right: 8px;
  }

  .header-bot {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .nav-item {
    margin: 5px 10px;
  }

  .banner1,
  .banner2 {
    height: 370px;
    background-position: center;
    background-size: cover;
  }
  .banner1-box,
  .banner2-box {
    margin-left: 5%;
    margin-top: 50px;
  }

  .banner-bottom-box {
    flex-wrap: wrap;
  }
  .banner-bottom-box li {
    width: 50%;
    margin: 10px 0;
  }

  #publicity ul {
    flex-wrap: wrap;
  }
  #publicity ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  #publicity ul li p.title.textCenter {
    position: static;
    bottom: auto;
    margin-top: 10px;
  }
  #publicity ul li:not(:last-of-type) {
    margin-right: 0;
  }
  #publicity ul li:nth-child(odd) {
    margin-right: 4%;
  }

  .hotsale-cont {
    flex-direction: column;
  }
  .hotsale-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .hotsale-right {
    margin-left: 0;
    width: 100%;
  }
  .hotsale-right-item {
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  .hotsale-right .hotsale-right-item:nth-child(odd) {
    margin-right: 4% !important;
  }

  #serviceTeam ul {
    flex-wrap: wrap;
  }
  #serviceTeam ul li.salesMan {
    width: 48%;
    margin-bottom: 15px;
  }

  .service-cont {
    flex-direction: column;
  }
  .service-left {
    width: 100%;
  }
  .service-right {
    width: 100%;
    margin-top: 20px;
  }
  .serleft-top {
    padding: 30px 20px;
    background-size: cover;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url(/images/service-bg1.png);
    text-align: center;
  }
  .serleft-top a {
    margin: 30px auto 0;
  }
  .serleft-bot .serleft-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .serleft-bot .serleft-item:nth-child(2) {
    margin-bottom: 20px;
  }

  #home_footer .tel_Me,
  #home_footer .quickHelp {
    float: none;
    width: 100%;
    text-align: center;
  }
  #home_footer .tel_Me {
    margin-bottom: 20px;
  }
  #home_footer .tel_Me .getSalesMan {
    float: none;
    display: inline-block;
    margin-left: 0;
  }
  #home_footer .quickHelp > li {
    float: none;
    display: inline-block;
    margin: 10px 20px;
    text-align: left;
    vertical-align: top;
  }
  .AboutUs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .rkefu {
    padding: 30px 0;
  }
  #publicity .more {
    font-size: 1.5em;
    margin-bottom: 15px;
    padding: 0 2%;
  }
  #publicity .more span {
    display: block;
    padding-left: 0;
    margin-top: 5px;
    font-size: 12px;
  }
  .blockTitle {
    font-size: 1.5em;
    padding-bottom: 10px;
  }
  .blockTitle span.grayColor {
    display: block;
    padding-left: 0;
    margin-top: 5px;
    font-size: 12px;
  }
  .header-top,
  .header-bot {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .nav-item {
    margin: 5px 10px;
  }

  .banner1,
  .banner2 {
    height: 370px;
  }
  .banner1-box,
  .banner2-box {
    margin-top: 50px;
  }
  .banner1-box h1,
  .banner2-box h1 {
    font-size: 20px;
  }
  .banner2-box h1 span {
    font-size: 24px;
  }

  .banner-bottom-box li {
    width: 50%;
  }

  #publicity ul {
    flex-wrap: wrap;
  }
  #publicity ul li {
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  #publicity ul li:nth-child(odd) {
    margin-right: 4% !important;
  }
  #publicity ul li p.title.textCenter {
    font-size: 13px;
    padding: 8px 0;
  }

  .hotsale-right-item {
    width: 100%;
  }
  .hotsale-right .hotsale-right-item:nth-child(odd) {
    margin-right: 0 !important;
  }

  #serviceTeam ul li.salesMan {
    width: 48%;
    margin-bottom: 15px;
  }
  #serviceTeam ul li.salesMan .context {
    padding: 10px 5px;
  }
  #serviceTeam ul li.salesMan .context p:first-of-type {
    font-size: 14px;
  }
  #serviceTeam ul li.salesMan .context p:first-of-type span {
    font-size: 11px;
  }
  #serviceTeam ul li.salesMan .context p:last-of-type {
    font-size: 11px;
    bottom: -50%;
  }
  #serviceTeam ul li.salesMan .getSalesMan {
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-top: 0;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -90%;
  }
  #serviceTeam ul li.salesMan:hover .context p:last-of-type {
    bottom: 40%;
  }
  #serviceTeam ul li.salesMan:hover .getSalesMan {
    bottom: 15%;
  }

  .serleft-bot .serleft-item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .serleft-item-cont {
    margin-left: 0;
    width: 100%;
  }
  .serleft-item-cont a {
    margin: 20px auto 0;
  }

  .serright-top {
    padding: 20px;
  }
  .serright-bot {
    padding: 20px;
  }
}
