/* 1680 */
.tabList {
  display: flex;
  align-items: center;
  margin: 20px 0 0;

  @media screen and (max-width: 1680px) {
    margin: 10px 0 0;
  }

  @media screen and (max-width: 1280px) {
    margin: 10px 0 0;
  }

}

.tabList .item {
  cursor: pointer;
  width: 90px;
  height: 28px;
  border-radius: 5px 5px 0px 0px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  background: #FFF4F0;
  color: #C7A5A5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 48px;
}

.tabList .item:nth-child(2) {
  margin-left: 10px;
}

.tabList .itemAct {
  background: #FDEAE1;
  color: #FA4E4E;
  font-weight: bold;
}

.okami {
  width: 100%;
  height: 191px;
  background: url(../images/bg-Okami.png) no-repeat 0px 0 / 740px ;
  overflow: hidden;

  @media screen and (max-width: 1680px) {
    background: url(../images/bg-Okami.png) no-repeat -0px 0 / 640px 100%;
  }

  @media screen and (max-width: 1280px) {
    background: url(../images/bg-Okami.png) no-repeat 0px 0 / 640px 100%;
  }
}

.okami .okami-box {
  width: 680px;
  margin-left: 52px;
  height: 100%;
  position: relative;
  overflow: hidden;

  @media screen and (max-width: 1680px) {
    width: 580px;
  }

  @media screen and (max-width: 1280px) {
    width: 450px;
  }

}

.okami .okami-box .contlist {
  height: 194px;
  left: -40px;
  position: absolute;
  white-space: nowrap;
  display: flex;
  flex-direction: row;

  @media screen and (max-width: 1680px) {
    left: -60px;
  }

  @media screen and (max-width: 1280px) {
    left: -80px;
  }
}

.okami .okami-box .contlist li:hover {
  cursor: pointer;
}

.contlist ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* animation: scrollText 40s linear infinite;  */

}

.ulanimation {
  animation: scrollText 40s linear infinite;
  animation-delay: .5s;
}

@keyframes scrollText {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-80%);
  }
}

.contlist ul li {
  width: 150px;
  min-width: 150px;
  height: 175px;
  margin-right: 10px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  white-space: initial;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(237, 136, 90, 0.25);
  border-radius: 4px;
  text-align: center;

  @media screen and (max-width: 1680px) {
    width: 140px;
    height: 165px;
  }

  @media screen and (max-width: 1280px) {
    width: 130px;
    height: 155px;
  }

}

.contlist ul:hover {
  animation-play-state: paused;
  /* 暂停动画 */
}

.contlist ul li .okami-img {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;

  @media screen and (max-width: 1680px) {
    width: 48px;
    height: 48px;
    margin-top: 8px;
  }

  @media screen and (max-width: 1280px) {
    width: 38px;
    height: 38px;
    margin-top: 6px;

  }
}

.contlist ul li p {
  width: 100%;
  line-height: 20px;
}

.contlist ul li p.okami-icon {
  width: 44px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  font-size: 12px;
  margin: 5px 0 0 5px;

  @media screen and (max-width: 1680px) {
    width: 34px;
  }

  @media screen and (max-width: 1280px) {
    width: 34px;
  }
}

.contlist ul li p.okami-icon.dlt {
  color: #997f09;
  background-color: #f9ecb0;
}

.contlist ul li p.okami-icon.ssq {
  background-color: #fbcbce;
  color: #f21010;
}

.contlist ul li p.okami-icon.fcsd {
  background-color: #186A9B;
  color: #CDE6F5;
}

.contlist ul li p.okami-icon.pls {
  background-color: #C0F1F7;
  color: #118290;
}

.contlist ul li p.okami-icon.kl8 {
  background-color: #FDCDBA;
  color: #B64113;
}

.contlist ul li p.okami-name {
  width: 100%;
  font-size: 16px;
  color: #111111;
  margin-top: 10px;
  @include ellipsis;

  @media screen and (max-width: 1680px) {
    margin-top: 8px;

  }

  @media screen and (max-width: 1280px) {
    margin-top: 6px;
  }
}

.contlist ul li p.okami-text {
  width: 95%;
  font-size: 14px;
  color: #ec9973;
  margin: 0px auto 0;
  @include ellipsis;

  @media screen and (max-width: 1680px) {
    font-size: 12px;


  }

  @media screen and (max-width: 1280px) {
    font-size: 10px;

  }
}

.contlist ul li p.okami-total {
  width: 130px;
  height: 20px;
  position: relative;
  transform: scale(0.9);
  margin: 10px auto 0;
  font-size: 12px;

  @media screen and (max-width: 1680px) {
    margin: 8px auto 0;
  }

  @media screen and (max-width: 1280px) {
    margin: 6px auto 0;
  }
}

.contlist ul li p.okami-total span {
  position: absolute;
  top: 0;
  height: 100%;
  display: inline-block;
}

.contlist ul li p.okami-total span:first-child {
  left: 0;
  width: 100px;
  background-color: #ffeeec;
  color: #111111;
  border-radius: 4px 0px 0px 4px;
}

.contlist ul li p.okami-total span:last-child {
  right: 0;
  width: 30px;
  background-color: #f8ccc6;
  color: #de0716;
  border-radius: 0px 4px 4px 0px;
}