.main {
  background: #fff;
}
/* 通用顶部内容 end */
/* 通用底部内容 */
.common-container {
  background: #f8f9fc;
}
/* 华秋优势 */
.huaqiu-advantage {
  width: 1200px;
  padding-top: 80px;
  margin: 0 auto;
}
.huaqiu-advantage .huaqiu-advantage-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.huaqiu-advantage .huaqiu-advantage-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.huaqiu-advantage .huaqiu-advantage-item {
  width: 224px;
  height: 290px;
  background: #ffffff;
  border-radius: 4px;
}
.huaqiu-advantage .huaqiu-advantage-item-img-box {
  height: 186px;
  line-height: 186px;
  text-align: center;
}
.huaqiu-advantage .huaqiu-advantage-item-img {
  width: 96px;
  height: 96px;
}
.huaqiu-advantage .huaqiu-advantage-item-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.huaqiu-advantage .huaqiu-advantage-item-intro {
  font-size: 14px;
  text-align: center;
  color: #666666;
  margin-top: 3px;
}
/* 专业团队 */
.professional-team {
  width: 1200px;
  margin: 80px auto 0;
}
.professional-team .professional-team-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.professional-team .professional-team-intro {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  color: #333333;
}
.professional-team .professional-team-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.professional-team .professional-team-item {
  width: 285px;
}
.professional-team .professional-team-item-img {
  width: 285px;
  height: 214px;
  display: block;
}
.professional-team .team-text {
  width: 285px;
  height: 165px;
  background: linear-gradient(180deg, #f5f6f9, #edf0f5);
  border-radius: 0px 0px 4px 4px;
}
.professional-team .team-name {
  padding: 20px 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.professional-team .team-intro {
  padding: 0 0 0 20px;
  margin-top: 6px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.professional-team .professional-team-desc {
  margin-top: 40px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
/* 行业选择 */
.industry-selection {
  width: 1200px;
  margin: 80px auto 0;
  padding-bottom: 80px;
}
.industry-selection .industry-selection-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.industry-selection .industry-selection-desc {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  color: #333333;
}
.industry-selection .industry-selection-img {
  width: 1200px;
  margin-top: 50px;
  display: block;
}
/* 通用页脚 */
.contact-us {
  background: #fff;
}
.contact-us .contact-us-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.contact-us .contact-us-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.contact-us .contact-us-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.contact-us .contact-content {
  height: auto;
}
.contact-us .address-content {
  height: auto;
}
.contact-us .address-content-p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.contact-us .address-content-title {
  font-weight: bold;
}
.contact-us .contact-info {
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.contact-us .contact-info-title {
  font-weight: bold;
}
.contact-us .qrcode {
  height: auto;
}
.contact-us .qrcode-img {
  width: 200px;
}
.copy-right-box {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #333333;
  text-align: center;
}
.copy-right-box .icp {
  color: #fff;
  display: inline-block;
  margin-left: 30px;
}
/* 通用底部内容 end */
/* 通用样式 --- 内容不一致 */
/* 常见问题 */
.common-problem {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.common-problem .common-problem__intro {
  font-size: 16px;
  text-align: center;
  color: #666666;
  line-height: 28px;
}
.common-problem .common-problem-wrapper {
  margin-top: 60px;
  background: #f8f9fc;
  border-radius: 4px;
  overflow: hidden;
}
.common-problem .common-problem__menu {
  width: 1200px;
  height: 64px;
  background: #f2f7fb;
}
.common-problem .common-problem__menu .common-problem__menu-item {
  display: inline-block;
  padding-left: 40px;
  padding-right: 20px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.common-problem .common-problem__menu .common-problem__menu-item.active {
  position: relative;
  font-weight: bold;
  color: #CC0000;
}
.common-problem .common-problem__menu .common-problem__menu-item.active::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-10px);
  width: 40px;
  height: 4px;
  background: #cc0000;
}
.common-problem .common-problem__project-intro {
  margin: 48px 40px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebf1f5;
}
.common-problem .common-problem__project-intro .common-problem__project-intro-text {
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
}
.common-problem .common-problem__project-intro .common-problem__project-intro-btn {
  display: inline-block;
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  background: #cc0000;
  color: #FFFFFF;
  border-radius: 24px;
  margin-top: 15px;
  cursor: pointer;
}
.common-problem .common-problem__project-intro .common-problem__project-intro-btn:hover {
  background: #c40000;
}
.common-problem .common-problem__content .common-problem-title {
  padding-top: 50px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.common-problem .common-problem__content .common-problem-list {
  padding: 50px 40px;
  background: #f8f9fc;
  border-radius: 4px;
}
.common-problem .common-problem__content .common-problem-item {
  display: flex;
  padding-bottom: 40px;
}
.common-problem .common-problem__content .common-problem-item:last-child {
  padding-bottom: 0;
}
.common-problem .common-problem__content .common-problem-item-icon {
  width: 44px;
  background: url('/images/act/common-problem.png');
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  flex-shrink: 0;
}
.common-problem .common-problem__content .common-problem-item-number {
  width: 44px;
  background: url('/images/act/common-problem-number.png');
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  flex-shrink: 0;
}
.common-problem .common-problem__content .common-problem-item-number .number {
  display: inline-block;
  padding-top: 4px;
  line-height: 20px;
  text-align: center;
  width: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #CC0000;
}
.common-problem .common-problem__content .common-problem-content {
  width: auto;
}
.common-problem .common-problem__content .common-problem-content__title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.common-problem .common-problem__content .common-problem-content__answer {
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.common-problem .common-problem__content .common-problem-content__number-answer {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
/* 通用样式 --- 内容不一致 end */
/* 联系我们弹窗 */
.pop-container {
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translateX(-280px);
  width: 560px;
  height: 360px;
  box-sizing: border-box;
  background: url('/images/act/pop-bg.png');
  background-size: 560px;
  background-repeat: no-repeat;
}
.pop-container .pop-container-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url('/images/act/pop-close.png');
  background-size: 24px;
  background-repeat: no-repeat;
}
.pop-container .pop-container-close:hover {
  background: url('/images/act/pop-close-active.png');
}
.pop-container .pop-title {
  padding-left: 60px;
  padding-top: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.pop-container .pop-content {
  display: flex;
  margin-top: 32px;
}
.pop-container .pop-img {
  padding-left: 60px;
}
.pop-container .qrcode-img {
  width: 200px;
  height: 200px;
}
.pop-container .pop-contact {
  padding-top: 40px;
  padding-left: 40px;
}
.pop-container .pop-contact-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 28px;
}
.pop-container .pop-contact-text {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #000000;
  line-height: 18px;
}
/* 新的banner样式 */
.banner-content {
  height: 460px;
  background-image: url(/images/act/free-banner.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-content .banner-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.banner-content .banner-content__title {
  position: relative;
  font-size: 46px;
  font-weight: bold;
  color: #333;
}
.banner-content .banner-content__title .banner-content__title-tag {
  position: absolute;
  left: 540px;
  top: 18px;
  width: 104px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #41496D;
  background: #dfe3f2;
  border-radius: 4px;
}
.banner-content .banner-content__title .banner-content__title-tag::after {
  position: absolute;
  top: 10px;
  left: -16px;
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid #dfe3f2;
  border-left: 8px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.banner-content .banner-content__title .banner-content__title-red {
  color: #CC0000;
}
.banner-content .banner-content__time {
  margin-top: 18px;
  font-size: 16px;
  color: #666666;
}
.banner-content .banner-service {
  margin-top: 30px;
  width: 670px;
  height: 120px;
  padding: 20px;
  background: linear-gradient(180deg, #ffffff, #f9fafd);
  border-radius: 8px;
}
.banner-content .banner-service .service__title {
  display: flex;
  justify-content: space-between;
}
.banner-content .banner-service .service__title-text {
  font-size: 14px;
  color: #333333;
}
.banner-content .banner-service .service__title-span {
  font-size: 12px;
  color: #999999;
}
.banner-content .banner-service .service__title-desc {
  font-size: 12px;
  color: #999999;
}
.banner-content .banner-service .service__tag {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.banner-content .banner-service .service__tag-item {
  cursor: pointer;
  background: url(/images/act/free-banner-tag.png);
  width: 144px;
  height: 72px;
  padding-left: 16px;
  padding-top: 16px;
}
.banner-content .banner-service .service__tag-item .service__tag-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.banner-content .banner-service .service__tag-item .service__tag-item-desc {
  font-size: 14px;
  color: #666666;
}
.banner-content .banner-service .service__tag-item:hover {
  background: url(/images/act/free-banner-tag-active.png);
}
.banner-content .banner-service .service__tag-item:hover .service__tag-item-title,
.banner-content .banner-service .service__tag-item:hover .service__tag-item-desc {
  color: #CC0000;
}
/* 悬浮内容 */
.fixed-qrcode-container {
  position: fixed;
  top: 20vh;
  right: 0;
  width: 208px;
  height: 354px;
  background: url('/images/act/fixedimg2.png');
  background-size: 208px;
}
.fixed-qrcode-content {
  padding-left: 32px;
  padding-top: 70px;
}
.qrcode-title {
  padding-right: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
}
.qrcode-img {
  margin-top: 10px;
  margin-bottom: 8px;
  width: 160px;
  display: block;
}
.qrcode-text {
  margin-bottom: 6px;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  color: #fff;
}
