.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  vertical-align: top;
}
.box {
  width: 100%;
  position: relative;
  background: url(/static/home/images/img/extend/active/bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.box .rightnow {
  width: 151px;
  position: fixed;
  top: 500px;
  right: 0;
}
.box .rightnow img {
  border-radius: 50%;
  box-shadow: 0px 5px 20px #b72421;
}
.box .qx1 .qx_top {
  margin: 35px auto;
  width: 497px;
  height: 60px;
  background: url(/static/home/images/img/extend/active/title_bg.png);
  background-size: contain;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  color: #d23829;
  font-weight: bold;
}
.box .qx1 .hundred {
  position: relative;
  text-align: center;
}
.box .qx1 .hundred p {
  position: absolute;
  top: 160px;
  left: 205px;
  width: 810px;
  text-align: left;
  font-size: 22px;
  line-height: 42px;
  color: #ffe8cb;
}
.box .qx2 .qx_top {
  margin: 48px auto;
  width: 545px;
  height: 60px;
  background: url(/static/home/images/img/extend/active/title_big.png) no-repeat center;
  background-size: contain;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  color: #d23829;
  font-weight: bold;
}
.box .qx2 .qx2_box {
  text-align: center;
}
.box .qx3 .qx_top {
  margin: 48px auto;
  width: 440px;
  height: 60px;
  background: url(/static/home/images/img/extend/active/title_bg.png) no-repeat center;
  background-size: contain;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  color: #d23829;
  font-weight: bold;
}
.box .qx3 .qx2_box {
  text-align: center;
}
.box .product {
  text-align: center;
  padding-top: 15px;
}
.box .product h3 {
  font-size: 48px;
  color: #ffe8cb;
  font-weight: bold;
  margin-top: 25px;
}
.box .product p {
  font-size: 34px;
  color: #fff;
  margin-top: 30px;
}
.box .product h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.box .active_city .top {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}
.box .active_city ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 35px;
}
.box .active_city ul li {
  width: 12.5%;
  margin-bottom: 35px;
}
.box .active_city ul li span {
  display: inline-block;
  width: 94px;
  height: 42px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
}
.box .box_mid {
  margin: 0 auto 50px;
  box-sizing: border-box;
  width: 800px;
  height: 301px;
  padding: 25px 90px 40px 90px;
  background-color: #fbf7eb;
  border-radius: 10px;
}
.box .box_mid .mid_top {
  font-size: 28px;
  color: #ff6000;
  text-align: center;
}
.box .box_mid .mid_title {
  display: flex;
  align-items: flex-end;
}
.box .box_mid .mid_title h2 {
  color: #ff6000;
  font-size: 28px;
}
.box .box_mid .mid_title .person_num {
  font-size: 14px;
  color: #333;
}
.box .box_mid .mid_title .person_num span {
  color: #ff6000;
}
.box .box_mid .mid_select {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box .box_mid .mid_select .select_box {
  position: relative;
}
.box .box_mid .mid_select .select_box select {
  box-sizing: border-box;
  width: 300px;
  height: 45px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 5px;
  color: #999999;
  padding: 0 5px;
}
.box .box_mid .mid_select .select_box select option {
  color: #333;
  background-color: #ffffff;
}
.box .box_mid .mid_select .select_box i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.box .box_mid .mid_select .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.box .box_mid .mid_select .info label {
  font-size: 14px;
  color: #999;
}
.box .box_mid .mid_select .info .area_ipt {
  box-sizing: border-box;
  width: 300px;
  height: 45px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.box .box_mid .mid_select .info .area_ipt input {
  flex: 1;
  background-color: transparent;
  color: #999;
  padding-right: 10px;
}
.box .box_mid .mid_select .info .area_ipt input[type="number"] {
  -moz-appearance: textfield;
}
.box .box_mid .mid_select .info .area_ipt input[type="number"]::-webkit-inner-spin-button,
.box .box_mid .mid_select .info .area_ipt input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box .box_mid .mid_select .info .area_ipt input::placeholder {
  color: #999;
}
.box .box_mid .mid_select .info .area_ipt span {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #999;
}
.box .box_mid .mid_buttom {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #ff6000;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
