.top-fixed-bar {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 12.8vw;
  background: white;
  z-index: 999;
}

.top-fixed-bar .left-info {
  display: flex;
  align-items: center;
  width: 65.6vw;
  padding-left: 3.8vw;
  height: 100%;
}

.top-fixed-bar .left-info img {
  width: 4.5vw;
  height: 6.1vw;
  margin-right: 1.9vw;
}

.top-fixed-bar .left-info span {
  font-size: 3.7vw;
  color: #333333;
}

.top-fixed-bar .right-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34.4vw;
  height: 100%;
  background: #28C445;
}

.top-fixed-bar .right-info img {
  width: 6.9vw;
  height: 5.8vw;
  margin-right: 1.6vw;
}

.top-fixed-bar .right-info span {
  font-size: 3.7vw;
  color: white;
}

.h5-tg-free {
  display: flex;
  justify-content: center;
  position: relative;
  height: 111vw;
}

.h5-tg-free .top-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 46.9vw;
  background: url(../images/h5-tg-submit-bg.png) no-repeat;
  background-size: cover;
  z-index: 0;
}

.h5-tg-free .submit-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84.3vw;
  height: 92.5vw;
  margin-top: 12.8vw;
  box-shadow: 0.04vw 0.07vw 6.8vw 0px rgba(167, 47, 0, 0.15);
  border-radius: 2.3vw;
  background: white;
}

.h5-tg-free .submit-info p {
  margin: 0;
  padding: 0;
  margin-top: 11.2vw;
  color: #FB6E00;
  font-size: 5.7vw;
  font-weight: 500;
  line-height: 1;
}

.h5-tg-free .submit-info .sub-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #FB6E00;
  font-size: 5.7vw;
  font-weight: 500;
  line-height: 1;
}

.h5-tg-free .submit-info .sub-title p {
  margin-top: 7.2vw;
}

.h5-tg-free .submit-info .sub-title span {
  margin-top: 2vw;
  font-size: 5.2vw;
}

.h5-tg-free .submit-info .num {
  margin-top: 3.4vw;
  padding-bottom: 4.4vw;
  font-size: 3.3vw;
  font-weight: 500;
  color: #474747;
}

.h5-tg-free .submit-info .num span {
  color: #FB6E00;
  font-size: 3.3vw;
  font-weight: 500;
}

.h5-tg-free .submit-info .input-box {
  display: flex;
  align-items: center;
  width: 65.1vw;
  height: 11vw;
  border-radius: 5.5vw;
  border: 1px solid rgba(125, 125, 125, 0.4);
  margin-bottom: 2.9vw;
}

.h5-tg-free .submit-info .input-box .user-icon {
  width: 4.4vw;
  height: 5vw;
  margin-left: 6.7vw;
  margin-right: 2.4vw;
}

.h5-tg-free .submit-info .input-box .tel-icon {
  width: 3.1vw;
  height: 4.7vw;
  margin-left: 7.2vw;
  margin-right: 3.2vw;
}

.h5-tg-free .submit-info .input-box input {
  border: none;
  outline: none;
  color: #AEAEAE;
  font-size: 3.3vw;
}

.h5-tg-free .submit-info .h5-tg-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  width: 65.9vw;
  height: 11vw;
  background: #FF6700;
  border-radius: 5.5vw;
  font-size: 4.4vw;
  color: white;
}

.new-h5-tg-free .top-bg {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 40.3vw;
  background: url(../images/0422/06.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
}
.new-h5-tg-free .top-bg p {
  font-size: 7.3vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  margin: 8.2vw 0 3.2vw;
  letter-spacing: 2vw;
}
.new-h5-tg-free .top-bg .num {
  font-size: 3.3vw;
  font-weight: 400;
  color: #FFFFFF;
}
.new-h5-tg-free .submit-info {
  padding-top: 12.1vw;
  width: 88.3vw;
  height: 77.5vw;
  margin-top: 26.4vw;
  box-sizing: border-box;
}
.new-h5-tg-free .submit-info .input-box {
  width: 64.4vw;
  height: 10.8vw;
  box-shadow: 0px 0.4vw 1.3vw 0px #eeeeee;
  border: none;
}
.new-h5-tg-free .submit-info .h5-tg-submit {
  width: 64.4vw;
  height: 10.8vw;
  background: #FF6B4D;
  box-shadow: 0px 0.4vw 1.3vw 0px rgba(62, 62, 62, 0.29);
}
.new-h5-tg-free .submit-info .note {
  width: 73.8vw;
  height: 11.3vw;
  font-size: 3.3vw;
}

.h5-tg-free .submit-info .note {
  display: flex;
  align-items: center;
  width: 74.5vw;
  height: 11.5vw;
  margin-top: 8.1vw;
  padding-right: 5.5vw;
  border-radius: 2.3vw;
  background: #F8F8F8;
  box-sizing: border-box;
  overflow: hidden;
}

.h5-tg-free .submit-info .note img {
  margin-left: 4.4vw;
  margin-right: 8vw;
  width: 3.5vw;
  height: 3.1vw;
}

.h5-tg-free .submit-info .note .notice-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.h5-tg-free .submit-info .note .notice-list li {
  padding-top: 0.1vw;
  color: #333333;
  font-size: 3.3vw;
}

.bottom-make-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #28C445;
  height: 14.6vw;
  font-size: 4.4vw;
  color: white;
}

.bottom-make-call img {
  width: 5.2vw;
  height: 5.2vw;
  margin-right: 2.2vw;
}

.add-wechat-alert {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.add-wechat-alert .add-wechat-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  padding: 6vw 0;
  border-radius: 2vw;
  background: #ffffff;
}
.add-wechat-alert .add-wechat-content .close {
  position: absolute;
  width: 6.9vw;
  height: 6.9vw;
  right: 0;
  top: 0;
  margin-top: 3vw;
  margin-right: 3vw;
}
.add-wechat-alert .add-wechat-content .success {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin-bottom: 1.5vw;
}
.add-wechat-alert .add-wechat-content .wechatid {
  margin-top: 1vw;
}
.add-wechat-alert .add-wechat-content .wechatid,
.add-wechat-alert .add-wechat-content .des {
  color: #333;
  font-size: 15px;
}
.add-wechat-alert .add-wechat-content .open-wechat {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6vw;
  width: 65.9vw;
  height: 11vw;
  background: #FF6700;
  border-radius: 5.5vw;
  font-size: 4.4vw;
  color: white;
}

.copy-right {
  display: flex;
  justify-content: center;
  padding: 1vw 0;
  font-size: 14px;
  color: #333;
}

.free-alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
}
.free-alert .close {
  width: 6.9vw;
  height: 6.9vw;
  margin-top: 5.1vw;
}
.free-alert .alert-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 81vw;
  background: transparent;
  overflow: hidden;
}
.free-alert .alert-content .top-img {
  width: 100%;
  height: 18.9vw;
  margin-top: -0.1vw;
  vertical-align: bottom;
}
.free-alert .alert-content .submit-info {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4.8vw;
  background: #ffffff;
  overflow: hidden;
}
.free-alert .alert-content .submit-info .input-box {
  display: flex;
  align-items: center;
  width: 65vw;
  height: 10.8vw;
  padding: 0.17vw 0;
  border-radius: 1.9vw;
  margin-top: 7vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 4.4vw;
}
.free-alert .alert-content .submit-info .input-box img {
  width: 8vw;
  height: 8vw;
  margin-left: 4vw;
  margin-right: 1.7vw;
}
.free-alert .alert-content .submit-info .input-box input {
  width: 80%;
  border: none;
  outline: none;
  color: #AEAEAE;
  font-size: 3.3vw;
}
.free-alert .alert-content .submit-info .h5-tg-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65vw;
  height: 10.8vw;
  background: #FF6700;
  font-size: 4.4vw;
  color: white;
  background: url(../images/h5_tg_alert_btn.png) no-repeat;
  background-size: 100% 100%;
}
.free-alert .alert-content .submit-info .h5-tg-submit2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65vw;
  height: 10.8vw;
  background: #FF6700;
  font-size: 4.4vw;
  color: white;
  background: url(../images/h5_tg_alert_btn2.png) no-repeat;
  background-size: 100% 100%;
}
.free-alert .alert-content .submit-info .hint-1, .free-alert .alert-content .submit-info .hint-2 {
  width: 100%;
  text-align: center;
  padding-top: 4.4vw;
  box-sizing: border-box;
  font-size: 2.8vw;
}
.free-alert .alert-content .submit-info .hint-1 {
  color: #999999;
}
.free-alert .alert-content .submit-info .hint-2 {
  padding-top: 0.14vw;
  padding-bottom: 6.5vw;
  color: #f2743d;
}

.swiper-container .swiper-pagination-bullet-active {
  background-color: white;
}

/*# sourceMappingURL=promotion.css.map */
