/* Reset some default styles */
* {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  display: block;
  height: 100%;
  position: relative;
}

/* Main container */
.content {
  width: 100%;
  height: 687px;
  color: #fff;
  background-image: linear-gradient(#207ec8,#fff);
}

.l-father {
  display: block;
  text-align: center;
}

.box_title {
  width: 100%;
  height: 38px;
  font-size: 5vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff /* padding:0.5rpx; */;
}

/* Content box */
.content_box {
  display: flex;
  justify-content: center;
  min-height: calc(100% - 82px);
}

.main_box {
  width: 90%;
  background-image: linear-gradient(#006fc7,#cee1f0);
  border-radius: 11px;
  text-align: center;
}

/* Top image */
.top_img img{
  width: 33px;
}
.top_img{
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 33px;
  margin: auto;
}

/* Bottom line with title */
.row_line_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-top: 38px;
}

.left_line_style{
  width: 82px;
  height: 1px;
  margin-right: 11px;
  background: linear-gradient(244deg,rgba(25,91,156,0),#fff 0,rgba(25,91,156,.04));
}
.right_line_style{
  width: 82px;
  height: 1px;
  margin-left: 11px;
  background: linear-gradient(244deg,rgba(25,91,156,0),#fff 100%,rgba(25,91,156,.04) 0);
}
.title {
  font-size: 16px;
  margin: 0 10px;
  font-weight: bold;
}

/* Box message */
.box_mess {
  background-color: #fff;
  width: 90%;
  height: 93px;
  border-radius: 11px;
  margin: auto;
  color: #000;
  position: relative;
  top: 8px;
  text-decoration: none;
}
.row_line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_mess div {
  width: 193px;
}
  .box_mess .l_img {
    margin-bottom: 8px;
    width: 55px;
    margin-right: 5px;
  }

  .top_ju {
    margin-top: 10px;
  }

  .right_img {
    width: 27px;
    margin-left: 0.5px;
  }


