* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.banner {
  margin-top: 158px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 680px;
  background: url(../image/vip_banner.png) no-repeat center;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 144px;
}
.onestop {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.onestop-top {
  margin-top: 100px;
  width: 100%;
  background: url(../image/onestop_title_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.onestop-top p {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.onestop-top span {
  margin-top: 26px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.onestop-bottom {
  margin-top: 53px;
}
.fuwu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuwu-top {
  margin-top: 64px;
  width: 100%;
  background: url(../image/fuwu_title_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuwu-top p {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.fuwu-top span {
  margin-top: 26px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.fuwu-bottom {
  margin-top: 52px;
  width: 100%;
  height: 869px;
  background-color: #f8f8f8;
  border-right: 101px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.fuwu-bottom .fuwu_box {
  width: 1200px;
  position: relative;
}
.fuwu-bottom .fuwu_box-left {
  width: 590px;
  display: flex;
  flex-direction: column;
}
.fuwu-bottom .fuwu_box-left i {
  margin: 60px 0 52px;
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-style: normal;
}
.fuwu-bottom .fuwu_box-left .item {
  margin-bottom: 25px;
  height: 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.fuwu-bottom .fuwu_box-left .item-left {
  display: flex;
  align-items: center;
}
.fuwu-bottom .fuwu_box-left .item-left h4 {
  font-size: 64px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #333;
}
.fuwu-bottom .fuwu_box-left .item-left div {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.fuwu-bottom .fuwu_box-left .item-left div p {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.fuwu-bottom .fuwu_box-left .item-left div span {
  margin-top: 10px;
  font-size: 16px;
  font-size: #333;
  line-height: 1;
}
.fuwu-bottom .fuwu_box-left .item img {
  width: 73px;
  height: 73px;
  display: none;
}
.fuwu-bottom .fuwu_box-left .fuwuActive .item-left p {
  color: #f08519;
}
.fuwu-bottom .fuwu_box-left .fuwuActive img {
  display: block;
}
.fuwu-bottom .fuwu_box-right {
  position: absolute;
  left: 605px;
  top: 120px;
}
.fuwu-bottom .fuwu_box-right .item {
  display: none;
  width: 956px;
  height: 815px;
  position: relative;
  overflow: hidden;
}
.fuwu-bottom .fuwu_box-right .item img {
  width: 120%;
}
.fuwu-bottom .fuwu_box-right .item div {
  width: 100%;
  height: 184px;
  background-color: #acce22;
  padding-left: 47px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fuwu-bottom .fuwu_box-right .item div p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.fuwu-bottom .fuwu_box-right .item div span {
  margin-top: 13px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
