.lobox {
  background: linear-gradient(180deg, #EFF8FF 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 8px rgba(0, 31, 64, 0.1);
  opacity: 1;
  border-radius: 8px;
  padding: 20px;
}
.lobox .title {
  font-size: 1.875rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 4rem;
  color: #4097F4;
  text-align: center;
}
.lobox .loimg {
  width: 100px;
  height: 100px;
  margin: 20px auto;
}
.lobox .sub1 {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #E78110;
  text-align: center;
}
.lobox .sub2 {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  text-align: center;
  color: #F36161;
}
.lobox .sub3 {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  text-align: center;
  color: #19BD50;
}
.lobox .words {
  margin-top: 14px;
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2.25rem;
  color: #555555;
}
.choose {
  margin-top: 80px;
  border-bottom: 2px solid #E4F3DB;
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 1.5rem;
  color: #5AB221;
  display: flex;
}
.choose .fen {
  width: 200px;
  height: 44px;
  background: #E4F3DB;
  text-align: center;
  padding: 8px 0;
  margin-bottom: -2px;
}
.choose img {
  width: 40px;
  height: 40px;
  margin-left: 30px;
}
.unchoose {
  margin-top: 80px;
  border-bottom: 2px solid #E0EEFE;
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 1.5rem;
  color: #4097F4;
  display: flex;
}
.unchoose .fen {
  width: 200px;
  height: 44px;
  background: #E0EEFE;
  text-align: center;
  padding: 8px 0;
  margin-bottom: -2px;
}
.unchoose img {
  display: none;
}
.lo-top {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 2.5rem;
  color: #333333;
  margin-top: 34px;
  margin-bottom: 20px;
}
.lo-p1 {
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2.5rem;
  color: #666666;
  padding-left: 16px;
  position: relative;
  margin-bottom: 26px;
}
.lo-p1::before {
  content: ' ';
  display: block;
  width: 6px;
  height: 20px;
  background: #5AB221;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 500px) {
  .lobox {
    padding: 16px;
    position: relative;
    margin-bottom: 16px;
  }
  .lobox .title {
    font-size: 1.375rem;
    line-height: 2.5rem;
    text-align: left;
    margin-bottom: 14px;
  }
  .lobox .loimg {
    width: 60px;
    height: 60px;
    margin: 0px auto;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .lobox .sub1 {
    font-size: 1.125rem;
    text-align: left;
  }
  .lobox .sub2 {
    font-size: 1.125rem;
    text-align: left;
  }
  .lobox .sub3 {
    font-size: 1.125rem;
    text-align: left;
  }
  .lobox .words {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .choose {
    margin-top: 50px;
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
  .choose .fen {
    width: 144px;
    height: auto;
    padding: 4px 0;
  }
  .choose img {
    width: 30px;
    height: 30px;
    margin-left: auto;
  }
  .unchoose {
    margin-top: 50px;
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
  .unchoose .fen {
    width: 144px;
    height: auto;
    padding: 4px 0;
  }
  .unchoose img {
    display: none;
  }
  .lo-top {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .lo-p1 {
    font-size: 1rem;
    line-height: 1.875rem;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .lo-p1::before {
    content: ' ';
    display: block;
    width: 0px;
    height: 0px;
  }
}
