body,
html {
  height: 100%;
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
}
#app * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_box {
  min-width: 1200px;
  width: 100%;
  height: 641px;
  padding-top: 80px;
  background: url(/w/img/hw_speed_push_header_bg1.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.banner_box .title {
  text-align: center;
  font-size: 70px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 5px 0px rgba(12, 19, 65, 0.6);
  margin-bottom: 54px;
}
.banner_box .title_fen {
  margin: 0px auto;
  width: 98px;
  border: 1px solid #fff;
  margin-bottom: 54px;
  box-shadow: 0px 2px 0px 0px rgba(12, 19, 65, 0.6);
}
.banner_box .title2 {
  text-align: center;
  font-size: 42px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  text-shadow: 0px 3px 4px rgba(12, 19, 65, 0.6);
}
.banner_box .shadow_bottom {
  width: 100%;
  height: 206px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
}
.banner_box .shadow_bottom .icon {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 14px;
}
.banner_box .shadow_bottom .icon .icon_1 {
  width: 62px;
  height: 62px;
  background-image: url(/w/img/hw_speed_header_icon1.png);
  background-position: center;
  background-size: cover;
}
.banner_box .shadow_bottom .icon .icon_2 {
  width: 62px;
  height: 62px;
  background-image: url(/w/img/hw_speed_header_icon2.png);
  background-position: center;
  background-size: cover;
}
.banner_box .shadow_bottom .icon .icon_3 {
  width: 62px;
  height: 62px;
  background-image: url(/w/img/hw_speed_header_icon3.png);
  background-position: center;
  background-size: cover;
}
.banner_box .shadow_bottom .icon .icon_fen {
  width: 133px;
  height: 1px ;
  background-image: linear-gradient(90deg, #000 0%, #fff 30%, #fff 70%, #000 100%);
}
.banner_box .shadow_bottom .icon .font {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-shadow: 0px 3px 4px rgba(12, 19, 65, 0.6);
}
.flex-rj-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-ca-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-ca-center,
.flex-center,
.flex-ra-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-r-spb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.short-line {
  width: 37px;
  height: 4px;
  background-color: #333;
}
.mt-135 {
  margin-top: 135px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-25 {
  margin-top: 25px;
}
.cu-po {
  cursor: pointer;
}
.title-text {
  font-size: 36px;
  font-weight: 700;
  color: #010101;
}
.content-text,
.title-text {
  font-family: Microsoft YaHei;
  line-height: 40px;
}
.content-text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-indent: 2rem;
}
#app {
  overflow: hidden;
}
#app .header {
  width: 100%;
  background-size: 100%;
}
#app .content-1 {
  height: 742px;
  width: 1200px;
  margin: 0 auto;
}
#app .content-1 .content-1-main {
  width: 1086px;
  height: 100%;
  position: relative;
}
#app .content-1 .content-1-main .content-1-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#app .content-1 .content-1-main .content-1-bg .service-why {
  width: 590px;
  height: 108px;
  background: url(/w/img/hw_speed_push/introduction.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-top: 60px;
}
#app .content-1 .content-1-main .content-1-bg .service-special {
  width: 490px;
  height: 120px;
  background: url(/w/img/hw_speed_push/features.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-top: 243px;
}
#app .content-1 .content-1-main .content-1-desc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#app .content-2 {
  height: 466px;
  background: #f2f5f8;
  width: 100%;
}
#app .content-2 .content-2-main {
  width: 1057px;
  height: 100%;
}
#app .content-2 .content-2-main .title {
  width: 400px;
  height: 120px;
  background: url(/w/img/hw_speed_push/service.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}
#app .content-2 .content-2-main .title .title-m {
  margin-top: 73px;
  text-align: center;
}
#app .content-2 .content-2-main .content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
#app .content-2 .content-2-main .content .content-item {
  width: 280px;
  height: 270px;
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#app .content-2 .content-2-main .content .content-item .flag {
  width: 90px;
  height: 44px;
  background: url(/w/img/hw_speed_push/flag_1.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-top: 24px;
}
#app .content-2 .content-2-main .content .content-item .flag span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-left: 14px;
}
#app .content-2 .content-2-main .content .content-item .year-price {
  margin-top: 28px;
}
#app .content-2 .content-2-main .content .content-item .year-price span {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #ef242a;
  line-height: 30px;
}
#app .content-2 .content-2-main .content .content-item .unit-price {
  margin-top: 20px;
}
#app .content-2 .content-2-main .content .content-item .unit-price span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 30px;
}
#app .content-2 .content-2-main .content .content-item .year-purchase-btn {
  margin-top: 20px;
}
#app .content-2 .content-2-main .content .content-item .year-purchase-btn .btn-div {
  width: 233px;
  height: 55px;
  background: #ef242a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#app .content-2 .content-2-main .content .content-item .year-purchase-btn .btn-div span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  letter-spacing: 3px;
}
#app .content-3 {
  height: 475px;
  width: 100%;
}
#app .content-3 .content-3-main {
  width: 1168px;
  height: 100%;
}
#app .content-3 .content-3-main .content-3-title {
  width: 502px;
  height: 102px;
  background: url(/w/img/hw_speed_push/advantage.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-top: 43px;
  position: relative;
}
#app .content-3 .content-3-main .content-3-title .title-advantage {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -6px;
}
#app .content-3 .content-3-main .advantage-list {
  margin-top: 36px;
  width: 100%;
}
#app .content-3 .content-3-main .advantage-list .advantage-item img {
  width: 97px;
  height: 97px;
}
#app .content-3 .content-3-main .advantage-list .advantage-item .advantage-item-desc {
  margin-top: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #333;
  line-height: 40px;
}
#app .content-4 {
  width: 100%;
  height: 942px;
  background: #f2f5f8;
}
#app .content-4 .content-4-main {
  width: 1200px;
  height: 100%;
}
#app .content-4 .content-4-main .content-4-title {
  width: 462px;
  height: 124px;
  background: url(/w/img/hw_speed_push/question.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: relative;
}
#app .content-4 .content-4-main .content-4-title span {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15px;
}
#app .content-4 .content-4-main .question-list {
  width: 100%;
  margin-top: 12px;
}
#app .content-4 .content-4-main .question-list .question-item {
  margin-top: 18px;
  height: 167px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#app .content-4 .content-4-main .question-list .question-item .question-flag {
  width: 350px;
  height: 44px;
  background: url(/w/img/hw_speed_push/flag_1.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-top: 24px;
}
#app .content-4 .content-4-main .question-list .question-item .question-flag span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-left: 16px;
}
#app .content-4 .content-4-main .question-list .question-item .answer {
  margin-top: 20px;
}
#app .content-4 .content-4-main .question-list .question-item .answer span {
  width: 1086px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 30px;
}
#app .now-purchase {
  padding: 50px 0;
}
#app .now-purchase,
#app .now-purchase .purchase-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#app .now-purchase .purchase-btn {
  width: 347px;
  height: 85px;
  background: #ef2329;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#app .now-purchase .purchase-btn span {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  letter-spacing: 5px;
}
