.rankingNormalAll {
  max-width: 750px;
  margin: 10% auto;
  padding: 0;
  overflow: hidden;
  /* nav */
  /* .swiper-nav .swiper-slide-active:after,.swiper-navSmp .swiper-slide-active:after{
    content:"";
    display: block;
    width:1px;
    height:1px;
    border-top:10px solid #66BCB9;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom:-19px;
    left:0;
    right:0;
    margin:auto;
} */
}

.rankingNormalAll * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rankingNormalAll .sysHeadline {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 30px;
}

.rankingNormalAll .sysHeadline span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #dae8e8));
  background: linear-gradient(transparent 80%, #dae8e8 0%);
}

.rankingNormalAll .rankingNormalList {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rankingNormalAll .rankingNormalList a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 768px) {
  .rankingNormalAll .rankingNormalList a {
    /* width: calc(100% / 3); */
  }
}

.rankingNormalAll .rankingNormalList a:last-child {
  display: block;
}

@media screen and (max-width: 768px) {
  .rankingNormalAll .rankingNormalList a:last-child {
    /* display: none; */
  }
}

.rankingNormalAll .rankingNormalList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 33%;
}

.rankingNormalAll .rankingNormalList__itemImage .sysIconRank {
  margin: 0 auto;
  text-align: center;
}

.rankingNormalAll .rankingNormalList__itemImage .sysIconRank img {
  height: 20px;
  display: block;
  margin: 0 auto;
}

.rankingNormalAll .rankingNormalList__itemImage .sysItemImage {
  padding: 1%;
}

.rankingNormalAll .rankingNormalList__itemImage .sysItemImage img {
  width: 100%;
  display: block;
}

.rankingNormalAll .rankingNormalList__itemDetail {
  font-size: 0.9em;
}

.rankingNormalAll .rankingNormalList__itemDetail .sysItemName {
  line-height: 1.2em;
  margin-bottom: 0.3em;
  font-size: 0.9em;
  line-height: 140%;
  text-align: left;
  margin-top: 2%;
  display: block;
  margin-bottom: 2%;
}

.rankingNormalAll .rankingNormalList__itemDetail .sysItemPrice {
  display: block;
  font-size: 1em;
}

.rankingNormalAll .rankingListNav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.rankingNormalAll .swiper-nav {
  margin-bottom: 4em;
}

.rankingNormalAll .swiper-nav .swiper-slide-active {
  background: #fff;
  color: #66bcb9;
}

.rankingNormalAll .swiper-nav .swiper-slide-active {
  /* background:#66BCB9; */
  color: #66bcb9;
  position: relative;
  border-bottom: 3px solid;
}

.rankingNormalAll .swiper-navWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}

.rankingNormalAll .swiper-navSmpWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}

.rankingNormalAll .swiper-nav {
  width: 100%;
  height: 4em;
  position: relative;
  top: 0;
  overflow: initial;
  margin-bottom: 1em;
}

.rankingNormalAll .swiper-navSmp {
  width: 100%;
  height: 4em;
  position: relative;
  top: 0;
  overflow: hidden;
}

.rankingNormalAll .tabs {
  height: 3em;
  width: 100%;
  border-radius: 0;
  background: #fff;
  color: #777;
  line-height: 3;
  margin: 0;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #d9d9d9;
}

.rankingNormalAll .rankingTabSmp {
  height: 3em;
  width: 100%;
  border-radius: 0;
  background: #fff;
  color: #777;
  line-height: 3;
  margin: 0;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #d9d9d9;
}

.rankingNormalAll .nav-next,
.rankingNormalAll .nav-prev {
  width: 2em;
  height: 2.1em;
  background: #fff;
  position: absolute;
  top: 0;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  color: #66bcb9;
  cursor: pointer;
  border: 1px solid #66bcb9;
}

.rankingNormalAll .nav-next {
  right: 0;
}

.rankingNormalAll .rankingButton {
  background: #fff;
  color: #66bcb9;
  border: solid 2px #66bcb9;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  min-height: 80px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  margin: 3% auto;
}

.rankingNormalAll .rankingButton:hover {
  background: #66bcb9;
  color: #fff;
}

.rankingAll {
  max-width: 750px;
  margin: 10% auto;
  padding: 0;
  overflow: hidden;
  /* nav */
  /* .swiper-nav .swiper-slide-active:after,.swiper-navSmp .swiper-slide-active:after{
    content:"";
    display: block;
    width:1px;
    height:1px;
    border-top:10px solid #66BCB9;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom:-19px;
    left:0;
    right:0;
    margin:auto;
} */
}

.rankingAll * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rankingAll .sysHeadline {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 30px;
}

.rankingAll .sysHeadline span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #dae8e8));
  background: linear-gradient(transparent 80%, #dae8e8 0%);
}

.rankingAll .rankingList {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rankingAll .rankingList__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rankingAll .rankingList__item__wrapper a {
  width: 25%;
  display: block;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 768px) {
  .rankingAll .rankingList__item__wrapper a {
    width: calc(100% / 3);
  }
}

.rankingAll .rankingList__item__wrapper a:last-child {
  display: block;
}

@media screen and (max-width: 768px) {
  .rankingAll .rankingList__item__wrapper a:last-child {
    display: none;
  }
}

.rankingAll .rankingList__itemImage .sysIconRank {
  margin: 0 auto;
  text-align: center;
}

.rankingAll .rankingList__itemImage .sysIconRank img {
  height: 20px;
  display: block;
  margin: 0 auto;
}

.rankingAll .rankingList__itemImage .sysItemImage {
  padding: 1%;
}

.rankingAll .rankingList__itemImage .sysItemImage img {
  width: 100%;
  display: block;
}

.rankingAll .rankingList__itemDetail {
  font-size: 0.9em;
}

.rankingAll .rankingList__itemDetail .sysItemName {
  line-height: 1.2em;
  margin-bottom: 0.3em;
  font-size: 0.9em;
  line-height: 140%;
  text-align: left;
  margin-top: 2%;
  display: block;
  margin-bottom: 2%;
}

.rankingAll .rankingList__itemDetail .sysItemPrice {
  display: block;
  font-size: 1em;
}

.rankingAll .rankingListNav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.rankingAll .swiper-nav {
  margin-bottom: 4em;
}

.rankingAll .swiper-nav .swiper-slide-active {
  background: #fff;
  color: #66bcb9;
}

.rankingAll .swiper-nav .swiper-slide-active {
  /* background:#66BCB9; */
  color: #66bcb9;
  position: relative;
  border-bottom: 3px solid;
}

.rankingAll .swiper-navWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}

.rankingAll .swiper-navSmpWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}

.rankingAll .swiper-nav {
  width: 100%;
  height: 4em;
  position: relative;
  top: 0;
  overflow: initial;
  margin-bottom: 1em;
}

.rankingAll .swiper-navSmp {
  width: 100%;
  height: 4em;
  position: relative;
  top: 0;
  overflow: hidden;
}

.rankingAll .tabs {
  height: 3em;
  width: 100%;
  border-radius: 0;
  background: #fff;
  color: #777;
  line-height: 3;
  margin: 0;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #d9d9d9;
}

.rankingAll .rankingTabSmp {
  height: 3em;
  width: 100%;
  border-radius: 0;
  background: #fff;
  color: #777;
  line-height: 3;
  margin: 0;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #d9d9d9;
}

.rankingAll .nav-next,
.rankingAll .nav-prev {
  width: 2em;
  height: 2.1em;
  background: #fff;
  position: absolute;
  top: 0;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  color: #66bcb9;
  cursor: pointer;
  border: 1px solid #66bcb9;
}

.rankingAll .nav-next {
  right: 0;
}

.rankingAll .rankingButton {
  background: #fff;
  color: #66bcb9;
  border: solid 2px #66bcb9;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  min-height: 80px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  margin: 3% auto;
}

.rankingAll .rankingButton:hover {
  background: #66bcb9;
  color: #fff;
}
/*# sourceMappingURL=ranking.css.map */