header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 3.2vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
header .logo {
  display: block;
  width: 9.0667vw;
  height: 9.0667vw;
}
header .logo img {
  display: block;
  width: 9.0667vw;
  height: 9.0667vw;
}
header .search {
  width: 72.2667vw;
  height: 9.6vw;
  display: flex;
  align-items: center;
  padding-left: 2.1333vw;
  font-size: 3.7333vw;
  color: #999999;
  border-radius: 1.0667vw;
  border: 0.2667vw solid #4a4a4a;
}
header .search .iconfont {
  font-size: 4.2667vw;
  color: #4a4a4a;
  margin-right: 2.1333vw;
}
header .navigation {
  display: block;
  width: 6.4vw;
  height: 10.1667vw;
}
header .navigation img {
  display: block;
  width: 6.4vw;
  height: 10.1667vw;
}
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.8vw 2.1333vw;
  padding-top: 16.5333vw;
}
nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16.9333vw;
  margin-bottom: 2.6667vw;
}
nav a img {
  display: block;
  width: 14.9333vw;
  height: 13.8667vw;
}
nav a span {
  font-size: 3.7333vw;
  color: #181818;
}
.hb_wrap {
  width: 100%;
  padding: 0 2.9333vw;
}
.hb_wrap .hb {
  height: 17.0667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  background: url(../images/haibao.webp) no-repeat left center / 100% 100%;
}
.hb_wrap .hb .gx {
  font-size: 3.7333vw;
  font-weight: bold;
  color: #fed55e;
}
.hb_wrap .hb .sz {
  display: flex;
  align-items: center;
}
.hb_wrap .hb .sz .name {
  font-size: 3.7333vw;
  color: #ffffff;
}
.hb_wrap .hb .sz .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.0667vw;
  height: 4.2667vw;
  font-size: 3.2vw;
  color: #ffffff;
  background: #ff9c34;
  border-radius: 0.5333vw;
}
.hb_wrap .hb .money {
  font-size: 2.6667vw;
  color: #ffffff;
}
.hb_wrap .hb .money span {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #fed55e;
}
.hb_wrap .hb .close {
  width: 4.2667vw;
  height: 4.2667vw;
  position: absolute;
  right: 2.4vw;
  top: 1.6vw;
}
.hb_wrap .hb .close span {
  font-size: 4.2667vw;
  color: #ffffff;
}
.notice_wrap {
  padding: 1.6vw 2.9333vw;
  border-bottom: 0.2667vw dashed #eeeeee;
}
.notice_wrap .notice {
  height: 8.2667vw;
  display: flex;
  align-items: center;
  font-size: 3.7333vw;
  color: #181818;
}
.notice_wrap .notice img {
  display: block;
  width: 10.1333vw;
  height: 5.3333vw;
  margin-right: 2.1333vw;
}
.tp_wrap {
  width: 100%;
  padding: 3.2vw;
  border-bottom: 1.6vw solid #f7f7f7;
}
.tp_wrap .title {
  font-size: 4.2667vw;
  color: #204f91;
  margin-top: 2.9333vw;
}
.tp_wrap .title span {
  font-size: 4.2667vw;
  color: #181818;
}
.tp_wrap .tp_con {
  margin-top: 3.2vw;
  padding: 2.6667vw 2.9333vw;
  background: #f7f7f7;
  border-radius: 1.0667vw;
}
.tp_wrap .tp_con .tp_select {
  display: flex;
  flex-wrap: wrap;
}
.tp_wrap .tp_con .tp_select span {
  display: flex;
  align-items: center;
  width: 48.5%;
  min-height: 7.4667vw;
  margin-bottom: 2.1333vw;
  padding: 0 3.2vw;
  font-size: 3.7333vw;
  color: #181818;
  border-radius: 1.0667vw;
  border: 0.2667vw solid #e0e0e0;
}
.tp_wrap .tp_con .tp_select span:nth-of-type(odd) {
  margin-right: 2.1333vw;
}
.tp_wrap .tp_con .bot {
  display: flex;
  justify-content: space-between;
}
.tp_wrap .tp_con .bot .left {
  font-size: 3.2vw;
  color: #999999;
}
.tp_wrap .tp_con .bot .right {
  font-size: 3.2vw;
  color: #999999;
}
.tp_wrap .tp_con .bot .right span {
  color: #204f91;
}
.sp_list .item {
  padding: 3.2vw 3.2vw 0;
  border-bottom: 1.6vw solid #f7f7f7;
  position: relative;
}
.sp_list .item .sp_content .desc,
.sp_list .item .sp_content .img_wrap,
.sp_list .item .sp_content .detail {
  padding-left: 10.1333vw;
}
.sp_list .item .win {
  position: absolute;
  width: 17.6vw;
  height: 13.3333vw;
  right: 3.2vw;
  top: 2.1333vw;
}
.sp_list .item .win img {
  width: 17.6vw;
  height: 13.3333vw;
}
