#article {
  padding-top: 52px;
}
#article > h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 0;
}
#article > .user {
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #999;
  display: block;
  margin-top: 30px;
}
#article > .user-box {
  margin: 70px 10% 60px 10%;
  padding: 26px;
  box-shadow: 0px 0px 7px #e8e8e8;
  border-radius: 100px;
  position: relative;
  display: flex;
}
#article > .user-box::after {
  content: '';
  width: 54px;
  height: 44px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: block;
  bottom: -50px;
  right: -66px;
  top: -50px;
  left: -54px;
  background: url('../../image/dlapp-a.png') 100% no-repeat;
}
#article > .user-box::before {
  content: '';
  width: 54px;
  height: 44px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: block;
  bottom: -50px;
  right: -66px;
  background: url('../../image/dlapp-b.png') 100% no-repeat;
}
#article > .user-box > .avatar {
  position: relative;
  padding: 5px;
}
#article > .user-box > .avatar > img {
  position: relative;
  height: 177px;
  width: 177px;
  border-radius: 200px;
  display: block;
}
#article > .user-box > .avatar.vip:after {
  content: " ";
  background: url('../../image/vipHead.png') no-repeat center center;
  background-size: 116% 100%;
  height: 209px;
  width: 177px;
  display: block;
  position: absolute;
  left: 5px;
  top: -5px;
}
#article > .user-box > .info {
  padding: 0 190px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
#article > .user-box > .info > .item {
  width: 50%;
  font-size: 15px;
  line-height: 25px;
  color: #535353;
  margin-bottom: 26px;
}
#article > .user-box > .info > .item:nth-child(2n-1) {
  padding-right: 20px;
}
#article > .user-box > .info > .item:nth-child(2n) {
  padding-left: 20px;
}
#article > .user-box > .info > .item.bottom {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 0;
}
#article > .user-box > .info > .item.bottom > .vip {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffab24;
  color: #ffab24;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 9px;
  margin-left: 20px;
  border-radius: 29px;
}
#article > .user-box > .info > .item.bottom > .vip > img {
  vertical-align: middle;
  margin-top: -2px;
  width: 20px;
  margin-right: 5px;
}
#article > .user-box > .info > .item.bottom > img {
  height: 16px;
  margin-left: 22px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
#article > .user-box > .person {
  width: 272px;
  height: 251px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -1px;
  right: -70px;
  background: url('../../image/dlapp-logo.png') no-repeat;
  background-size: 100%;
}
#article > .user-box > .person > div {
  font-size: 11px;
  background: #fff1d2;
  position: absolute;
  right: -35px;
  width: 211px;
  top: -67px;
  padding: 6px 10px;
  line-height: 20px;
  border-radius: 6px;
  color: #ceab5c;
}
#article > .user-box > .person > div.green {
  background: #e8ffed;
  color: #60bc74;
}
#article > .user-box > .person > div.green:after {
  border-color: transparent transparent #e8ffed;
}
#article > .user-box > .person > div:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff1d2;
  transform: rotate(63deg);
  position: absolute;
  bottom: -2px;
  left: 2px;
}
#article > .article-content {
  color: #4d4f53;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 42px;
  padding: 0 50px;
}
#article > .article-end {
  padding: 30px 0px;
  width: 92%;
  margin: 0px auto;
  border-top: 1px dashed #eaeaea;
}
#article > .article-end > .theend {
  width: 112px;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
#article > .article-end > .theend > span {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 18px;
}
#article > .article-end > .statement {
  font-size: 13px;
  color: #bbb;
  text-align: center;
  padding: 23px 0 6px;
}
#article > .article-end > .good {
  margin-top: 70px;
  position: relative;
}
#article > .article-end > .good > i {
  border: 1px solid #5298ff;
  color: #5298ff;
  width: 62px;
  height: 62px;
  line-height: 58px;
  text-align: center;
  margin: 0px auto;
  display: block;
  cursor: pointer;
  font-size: 30px;
  border-radius: 50%;
  transition: 0.7s all;
  font-weight: normal;
}
#article > .article-end > .good > i:hover {
  background: #eaf5ff;
}
#article > .article-end > .good > span {
  display: block;
  margin: 0px auto;
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 15px;
  margin-top: 10px;
  color: #9a9a9a;
}
.main.random > .title {
  text-align: center;
  color: #717171;
  font-size: 18px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.main.random > .title:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translate(50%, -50%);
  height: 1px;
  background: #F1F1F1;
  width: 170px;
}
.main.random > .title:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  height: 1px;
  background: #F1F1F1;
  width: 170px;
}
.main.random > .random-body {
  display: flex;
  padding: 25px 5px 0 5px;
}
.main.random > .random-body > .item {
  width: calc((1300px - (45px * 4)) / 5);
  margin-right: 45px;
}
.main.random > .random-body > .item:hover > p {
  color: #ff6922;
}
.main.random > .random-body > .item:last-child {
  margin-right: 0;
}
.main.random > .random-body > .item > img {
  display: block;
  width: 100%;
  height: calc((1300px - (45px * 4)) / 5);
  border-radius: 5px;
  margin-bottom: 16px;
  object-fit: cover;
}
.main.random > .random-body > .item > p {
  font-size: 15px;
  color: #535353;
}
/*# sourceMappingURL=article.css.map */