.top_bg {
  background: url(../images/vip_solution/top_bg.png);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.top_bg .box {
  margin: auto;
  color: rgba(255, 255, 255, 1);
  line-height: 55px;
  text-align: center;
}

.top_bg .box div:first-child {
  font-size: 200%;
  font-weight: bold;
}

.top_bg .box div:last-child {
  font-weight: 400;
  font-size: 95%;
}

/*  */

.section {
  width: 65%;
  margin: auto;
  padding: 20px auto;
}

.title_box .title_item {
  width: 65%;
  text-align: center;
  line-height: 50px;
  padding: 20px;
  margin: auto;
}

.title_box .title_item div:first-child {
  color: #414141;
  font-size: 140%;
  font-weight: bold;
}

.title_box .title_item div:last-child {
  font-weight: 400;
  color: rgba(134, 134, 134, 1);
  font-size: 95%;
}

.section .item_box {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.section .item_box .item {
  /* margin: 0 40px; */
  text-align: center;
  cursor: pointer;
}

.section .item_box .item div:last-child {
  margin: 10px auto;
  font-weight: 400;
  color: rgba(52, 51, 51, 1);
  font-size: 100%;
}

.section .item_box .item .img {
  width: 74px;
  height: 74px;
  background: rgba(199, 199, 199, 1);
  border-radius: 50%;
  display: flex;
}

.section .item_box .item .img .bg_in {
  margin: auto;
  width: 40px;
  height: 40px;
}

.section .item_box .item .onitem {
  background-color: #910B83;
  position: relative;
}

.section .item_box .item .onitem::before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 1px dotted #910B83;
  top: -5%;
  left: -5%;
}

/*  */
.before {
  position: relative;
}

.before::before {
  content: '';
  position: absolute;
  width: 29px;
  height: 2px;
  background: rgba(183, 0, 129, 1);
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;

}

.vip {
  background: rgba(247, 247, 249, 1);
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

.arrow_box .box_1,
.arrow_box .box_2,
.arrow_box .box_3 {
  text-align: center;
}

.box_1 .title,
.box_2 .title,
.box_3 .title {
  padding: 10px 0;
  font-weight: bold;
  color: rgba(73, 73, 73, 1);
  font-size: 100%;
}

.box_1 .box_item,
.box_3 .box_item {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 0px rgba(222, 222, 222, 0.75);
  border-radius: 5px;
  padding: 15px;
  height: 230px;
  width: 130px;
}

.box_1 .box_1_item {
  padding: 5px 0;
}

.box_1 .box_1_item img {
  border-radius: 50%;
  width: 56px;
}

.box_1 .box_1_item span {
  font-weight: bold;
  color: rgba(134, 134, 134, 1);
  font-size: 95%;
  margin-left: 10px;
}

.box_2 .arrow_item {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.arrow_item .vip_card {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: rgba(183, 0, 129, 1);
  display: flex;
  margin: 0 20px;
}

.arrow_item .vip_card .vip_card_img {
  width: 47px;
  margin: auto;
}

.arrow_item .arrow {
  width: 60px;
}

.box_3 .box_item {
  display: flex;
}

.box_3 .box_item .arrow {
  border-radius: 50%;
  width: 56px;
  margin: auto;
}

.box_4 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.box_4 .arrow {
  padding: 0 10px;
}

.box_4 .box4_item .title {
  padding: 10px 0;
  font-weight: bold;
  color: rgba(73, 73, 73, 1);
  font-size: 100%;
}

.box_4 .box4_item .box_item {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 0px rgba(222, 222, 222, 0.75);
  border-radius: 5px;
  padding: 15px;
  height: 230px;
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.box_4 .box4_item .width {
  width: 260px;
}

.box_4 .box4_item .box_item span {
  width: 95px;
  height: 28px;
  line-height: 28px;
  background: rgba(183, 0, 129, 1);
  border-radius: 10px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 100%;
  margin: 0 10px;
}

/*  */

.section1 .content {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.section1 .content img {
  width: 100%;
}

.section2 {
  background: #F7F7F9;
}

.section3 .content {
  width: 50%;
}