body {
  background: url("../image/bodybg.png");
  /*background-size: 100% 100%;*/
}

.expire {
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.expire p {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.expire p span {
  color: #0F87FE;
}


.thenbody {
  padding-top: 1.875vw;
  /* width: 93.75vw; */
  height: 80.185vh;
  display: flex;
  justify-content: space-around;
}

.body_left {
  width: 22.19%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
}

.body_right {
  width: 69.9%;
  height: 100%;
  margin-left: -3%;
  background: rgba(255, 255, 255, 1);
}

.body_left ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.body_left ul li {
  width: 100%;
}

.body_left ul li div {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(191, 191, 191, 1);
}

.body_left ul li div p {
  text-align: center;
  font-size: 1.3vw;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  padding-top: 10%;

}

.body_left ul li div .bot {
  margin: 0 auto;
  width: 35px;
  height: 5px;
  background: linear-gradient(270deg, rgba(50, 145, 255, 1), rgba(88, 214, 249, 1));
  border-radius: 3px;
  padding: 0;
}

.right_top {
  width: 90%;
  margin: 0 auto;
  /* border-bottom: 1px solid rgba(191, 191, 191, 1); */
  height: 20%;
}

.right_top .top_title {
  width: 100%;
}

.right_top .top_content {
  width: 100%;
  height: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1vw;
  border-bottom: 1px solid rgba(191, 191, 191, 1);

}

.right_margin {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.right_top .top_title {
  width: 100%;
}

.right_top .top_title p {
  text-align: center;
  width: 7vw;
  font-size: 1.3vw;
  padding-top: 3%;
  font-weight: 700;
  color: rgba(50, 51, 51, 1);
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(33, 154, 253, 1);

}

.right_top .top_title .top_border {
  width: 100%;
  height: 1px;
  background: rgba(33, 154, 253, 1);
  opacity: 0.2;
  padding: 0;
  margin: -2px;
}

.right_top .top_content p {
  width: 100%;
  font-size: 1.3vw;
  margin-left: 1.3%;
  padding-top: 1.5%;
  font-weight: 700;
  color: rgba(50, 51, 51, 1);
}

.right_top .top_content .content_down {
  font-size: 1vw;
  font-weight: 500;
  width: 25%;
  padding-top: 1%;
  color: rgba(50, 51, 51, 1);

}

.right_top .top_content .content_down span {
  float: right;
  display: flex;
  align-items: center;
}

.right_top .top_content .content_down span img {
  width: 1.5vw;
  margin-right: 5px;
}

.right_down {
  width: 100%;
  height: 76%;
  margin: 1vw 0;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}

.right_down_np {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.right_down img {
  margin: 10px auto;
}

.right_down .top_margin {
  margin-top: 20px;
}

.right_down p {
  /*font-weight: 550;*/
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
}