body,
html {
  height: 100%;
  background-color: #fff;
  min-width: 1200px;
}
* {
  margin: 0;
  padding: 0;
}
#app * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#app {
  overflow: hidden;
}
#app .head {
  height: 400px;
  background: url(/w/img/hw_bao/head.png) no-repeat;
  background-size: 100%;
  padding-top: 100px;
  letter-spacing: 2px;
  position: relative;
}
#app .head .headtitle {
  font-size: 44px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 8px;
}
#app .head .headnav {
  display: block;
  width: 622px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 15px auto 0;
  font-size: 26px;
  color: #fff;
}
#app .head .border {
  display: block;
  width: 74px;
  height: 2px;
  background: hsla(0, 0%, 100%, 0.8);
  margin: 20px auto;
}
#app .descon {
  margin-top: 60px;
}
#app .mancon {
  position: relative;
}
#app .mancon .mancondesc {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  text-indent: 2em;
  text-align: center;
}
#app .ordercon {
  margin: 70px auto 0;
  width: 1000px;
  position: relative;
  height: 530px;
  overflow: hidden;
}
#app .ordercon .title {
  font-size: 36px;
  font-weight: 700;
}
#app .ordercon .desc,
#app .ordercon .title {
  font-family: Microsoft YaHei;
  color: #010101;
  text-align: center;
}
#app .ordercon .desc {
  font-size: 18px;
  margin-top: 15px;
}
#app .ordercon .conimg {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  top: 150px;
}
#app .ordercon .order_img {
  text-align: center;
  margin-top: 20px;
}
#app .ordercon .order_img img {
  width: 180px;
  margin: 10px 20px;
}
#app .ordercon1 {
  margin-top: 70px;
  overflow: hidden;
}
#app .ordercon1 .title {
  font-size: 36px;
  font-weight: 700;
}
#app .ordercon1 .desc,
#app .ordercon1 .title {
  font-family: Microsoft YaHei;
  color: #010101;
  text-align: center;
}
#app .ordercon1 .desc {
  font-size: 18px;
  margin-top: 15px;
}
#app .ordercon1 img {
  width: 100%;
  margin-top: 30px;
}
#app .ordercon2 {
  margin-top: 70px;
  overflow: hidden;
}
#app .ordercon2 .title {
  font-size: 36px;
  font-weight: 700;
}
#app .ordercon2 .desc,
#app .ordercon2 .title {
  font-family: Microsoft YaHei;
  color: #010101;
  text-align: center;
}
#app .ordercon2 .desc {
  font-size: 18px;
  margin-top: 15px;
}
#app .ordercon2 .imgcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 920px;
  margin: 30px auto 0;
}
#app .ordercon2 .imgcon img {
  width: 363px;
  height: 186px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#app .ordercon2 .update {
  display: block;
  width: 643px;
  height: 643px;
  margin: 70px auto 0;
}
#app .ordercon2 .advencon {
  width: 1200px;
  height: 545px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#app .ordercon2 .advencon .item {
  width: 388px;
  height: 250px;
  position: relative;
}
#app .ordercon2 .advencon .item .bg {
  width: 100%;
  height: 100%;
}
#app .ordercon2 .advencon .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#app .ordercon2 .advencon .item .mask .iconimg {
  width: 40px;
}
#app .ordercon2 .advencon .item .mask .ciontitle {
  font-size: 22px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #fff;
  margin: 30px 0 25px;
}
#app .ordercon2 .advencon .item .mask .desc {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: 400;
  color: #fff;
}
#app .ordercon3 {
  margin-top: 70px;
  overflow: hidden;
}
#app .ordercon3 .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #010101;
  text-align: center;
}
#app .ordercon3 .advencon {
  width: 1200px;
  margin: 70px auto;
  height: 545px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#app .ordercon3 .advencon .item {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 388px;
  height: 250px;
  position: relative;
}
#app .ordercon3 .advencon .item .bg {
  width: 100%;
  height: 100%;
}
#app .ordercon3 .advencon .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#app .ordercon3 .advencon .item .mask .iconimg {
  width: 40px;
}
#app .ordercon3 .advencon .item .mask .ciontitle {
  font-size: 22px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #fff;
  margin: 30px 0 25px;
}
#app .ordercon3 .advencon .item .mask .desc {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: 400;
  color: #fff;
}
#app .isbtn {
  display: block;
  margin: 0 auto 90px;
  width: 479px;
  height: 82px;
}
#app .isbtn img {
  width: 100%;
  height: 100%;
}
