/*skeleton*/
li {
  list-style: none;
}
.skeleton-wrap {
  width: 100%;
  background-color: #fff;
}
.skeleton-wrap.skeleton-case2 {
}
.skeleton-content {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.skeleton-wrap:after,
.skeleton-content:after {
  content: '';
  clear: both;
  display: block;
  overflow: hidden;
}
.skeleton-bg {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-gradient(linear, left center, right center, from(#eeeeee), color-stop(0.2, #edeef1), color-stop(0.4, #eeeeee), to(#eeeeee));
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  position: relative;
  border-radius: 4px;
}
.skeleton-line {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(0.2, #edeef1), color-stop(0.4, #f6f7f8), to(#f6f7f8));
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 162px;
  height: 8px;
  position: relative;
}
.skeleton-img-square {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.skeleton-img-round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.skeleton-line.line-default {
  height: 14px;
  border-radius: 7px;
}
.skeleton-line.line-lg {
  height: 16px;
  border-radius: 8px;
}
.skeleton-img {
  padding-top: 56.25%;
}
.skeleton-case2 .skeleton-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 6px);
}
.skeleton-case2 .skeleton-content .skeleton-list-item {
  padding: 0 0 24px 0;
}
.skeleton-case2 .skeleton-content .skeleton-list-item:nth-child(odd) {
  flex-grow: 1;
  width: calc(50% - 14px);
  margin-right: 7px;
}
.skeleton-case2 .skeleton-content .skeleton-list-item:nth-child(even) {
  flex-grow: 1;
  width: calc(50% - 14px);
  margin-left: 7px;
}
.skeleton-case2 .skeleton-content .skeleton-img {
  padding-top: 148%;
}

.skeleton-case3 .skeleton-content {
  padding-top: 24px;
  padding-bottom: 20px;
}

.skeleton-case9 .skeleton-content {
  width: 100%;
}

.skeleton-case9 .skeleton-content .skeleton-img {
  padding-top: 43%;
}

/*line-case*/
.line-case1 li {
  margin-bottom: 10px;
}
.line-case1 li:first-child {
  width: calc(50% + 32px);
}
.line-case1 li:last-child {
  width: calc(50% - 10px);
}

.line-case2 {
  margin-top: 26px;
}
.line-case2 li:first-child {
  width: calc(50% + 32px);
  padding-bottom: 54px;
}
.line-case2 li:nth-child(2),
.line-case2 li:nth-child(3) {
  width: 100%;
}
.line-case2 li:nth-child(4),
.line-case2 li:nth-child(5) {
  width: calc(50% + 110px);
}
.line-case2 li:nth-child(6) {
  width: calc(50% + 20px);
}
.line-case2 li {
  padding-bottom: 12px;
}
.line-case3 {
  margin-top: 12px;
}
.line-case3 li {
  margin-bottom: 8px;
}
.line-case3 li:first-child {
  width: calc(50% + 32px);
}
.line-case3 li:last-child {
  width: calc(50% - 10px);
}
.line-case4 > div {
  display: flex;
  justify-content: space-between;
  min-height: 52px;
}
.line-case4 > div > * {
}
.line-case4 .skeleton-img {
  margin-bottom: 24px;
}
.line-case4 div .line-wrap {
  flex-grow: 1;
  flex-shrink: 0;
}
.line-case4 div .line-wrap > div {
  margin-bottom: 10px;
}
.line-case4 .skeleton-img-square {
  margin-right: 12px;
}
.line-case4 .skeleton-img-round {
  margin-left: 8px;
}
.line-case4 .line-wrap div:first-child.skeleton-line {
  width: calc(50% + 32px);
}
.line-case4 .line-wrap div:last-child.skeleton-line {
  width: calc(50% - 10px);
}
.line-case5 > div {
  display: flex;
  justify-content: space-between;
}
.line-case5 > div > * {
}
.line-case5 .skeleton-img {
  margin-bottom: 24px;
}
.line-case5 div .line-wrap {
  flex-grow: 1;
  flex-shrink: 0;
}
.line-case5 .skeleton-list-item {
  margin-bottom: 10px;
}
.line-case5 div .line-wrap > div {
  margin: 7px 0 6px 0;
}
.line-case5 .skeleton-img-round {
  margin-right: 8px;
}
.line-case5 .line-wrap div:first-child.skeleton-line {
  height: 10px;
  width: calc(50% + 32px);
}
.line-case5 .line-wrap div:last-child.skeleton-line {
  height: 8px;
  width: calc(50% - 10px);
}
.line-case6 {
  margin-top: 40px;
}
.line-case6 li:nth-child(1),
.line-case6 li:nth-child(2) {
  width: 100%;
}
.line-case6 li:nth-child(3),
.line-case6 li:nth-child(4) {
  width: calc(50% + 110px);
}
.line-case6 li:nth-child(5) {
  width: calc(50% + 20px);
}
.line-case6 li {
  margin-bottom: 12px;
}
.line-case7 > div {
  display: flex;
  justify-content: space-between;
}
.line-case7 > div > * {
}
.line-case7 .skeleton-list-item {
  margin-bottom: 13px;
}
.line-case7 div .line-wrap {
  margin-top: 5px;
  flex-grow: 1;
  flex-shrink: 0;
}
.line-case7 div .line-wrap > div {
  margin-bottom: 10px;
}
.line-case7 .skeleton-img-square {
  margin-right: 8px;
}
.line-case7 .line-wrap div:first-child.skeleton-line {
  height: 10px;
  width: calc(50% + 86px);
}
.line-case7 .line-wrap div:last-child.skeleton-line {
  height: 8px;
  width: calc(50% + 26px);
}

.line-case8 > div {
  display: flex;
  justify-content: space-between;
}
.line-case8 > div > * {
}
.line-case8 {
  display: flex;
  flex-wrap: wrap;
}
.line-case8 .skeleton-list-item {
  flex-grow: 1;
  flex-shrink: 0;
  width: 50%;
  margin-bottom: 13px;
}
.line-case8 div .line-wrap {
  margin-top: 5px;
  flex-grow: 1;
  flex-shrink: 0;
}
.line-case8 div .line-wrap > div {
  margin-bottom: 10px;
}
.line-case8 .skeleton-list-item:nth-child(odd) {
  padding-right: 8px;
}
.line-case8 .skeleton-list-item:nth-child(even) {
  padding-left: 8px;
}
.line-case8 .skeleton-list-item:nth-child(odd) .line-wrap {
  text-align: right;
  float: right;
}
.line-case8 .skeleton-list-item:nth-child(odd) .skeleton-img-square {
  margin-left: 8px;
}
.line-case8 .skeleton-list-item:nth-child(even) .skeleton-img-square {
  margin-right: 8px;
}
.line-case8 .skeleton-list-item:nth-child(odd) .skeleton-line {
  float: right;
}
.line-case8 .line-wrap div:first-child.skeleton-line {
  height: 10px;
  width: calc(50% + 43px);
}
.line-case8 .line-wrap div:last-child.skeleton-line {
  height: 8px;
  width: calc(50% + 13px);
}

@-webkit-keyframes skeletonAnimate {
  from {
    background-position: top left;
  }
  to {
    background-position: top right;
  }
}
@-webkit-keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.skeleton-board {
  padding-top: 13px;
}

.skeleton-board .skeleton-img {
  padding-top: 65.25%;
}

.skeleton-board .line-case2 li:first-child {
  padding-bottom: 20px;
}

.skeleton-thums-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: 0;
  line-height: 1;
  background-color: #ddd;
}

.skeleton-thums-bg:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 21px;
  background: url('../../images/svg/img-logo-d-90.svg') 0 0 no-repeat;
}
