@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.product .tabs {
  margin: 4.5vw 0;
}
.product .tabs .tabbar {
  position: sticky;
  display: flex;
  top: 5.8vw;
  background-color: #fff;
  z-index: 10;
  padding: 1vw 0;
}
.product .tabs .tabbar li {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-self: center;
  padding: 0.3vw;
  position: relative;
  width: 15.1vw;
  border-radius: 2.6vw;
  border: solid 0.05vw #bfbfbf;
  margin-right: 2.6vw;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.product .tabs .tabbar li:hover {
  background: #cdff80;
}
.product .tabs .tabbar li img {
  position: relative;
  margin-left: 1vw;
  margin-top: 0.3vw;
  z-index: 1;
}
.product .tabs .tabbar li span {
  display: block;
  font-size: 1.25vw;
  font-weight: bold;
  font-stretch: normal;
  line-height: 4.7vw;
  letter-spacing: 0vw;
  color: #0d2030;
  opacity: 0.7;
  margin-left: 2.4vw;
}
.product .tabs .tabbar li.active {
  background-color: #cdff80;
}
.product .tabs .tabbar li.active::after {
  background-color: #fff;
}
.product .tabs .tabbar li.active span {
  opacity: 1;
}
.product .tabs .tabbar li::after {
  position: absolute;
  left: 0.3vw;
  top: 0.3vw;
  content: " ";
  width: 4.69vw;
  height: 4.69vw;
  background-color: #c9dfe6;
  border-radius: 50%;
  z-index: 0;
}
.product .tabs .tabbar li img {
  width: 3.8vw;
  height: 3.8vw;
}
.product .tabs .panels {
  margin-top: 2.66vw;
}
.product .list {
  display: flex;
  flex-wrap: wrap;
}
.product .list li {
  width: 49.2%;
  margin-bottom: 1.25vw;
  margin-right: 1.6%;
  padding: 2.55vw 3.65vw;
  box-sizing: border-box;
  border-radius: 2.6vw;
  border: solid 0.05vw #bfbfbf;
  transition: all 0.3s linear;
}
.product .list li:nth-of-type(2n) {
  margin-right: 0;
}
.product .list li:hover {
  background-color: #c9dfe6;
}
.product .list li .item {
  display: flex;
  flex-direction: row;
}
.product .list li .item .cover {
  flex: none;
}
.product .list li .item .cover img, .product .list li .etc-item .cover img {
  height: 17vw;
  width: auto;
  width: 17vw;
  object-fit: contain;
}
.product .list li .item .detail, .product .list li .etc-item .detail {
  position: relative;
  margin-left: 3.18vw;
}
.product .list li .item .detail h4 {
  font-family: MiSans-Light;
  font-size: 1.56vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #0d2030;
}
.product .list li .item .detail h3{
  font-family: MiSans-Demibold;
  font-size: 1.56vw;
  font-weight: normal;
  letter-spacing: 0vw;
  color: #0d2030;
}
.product .list li .item .detail p {
  margin-top: 2vw;
  font-size: 0.94vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.25vw;
  letter-spacing: 0vw;
  color: #0d2030;
}
.product .list li .item .detail .btn-go {
  position: absolute;
  bottom: 0;
}
.product .list li .etc-item {
  display: flex;
  flex-direction: column;
}
.product .list li .etc-item .detail h3 {
  font-family: MiSans-Demibold;
  font-size: 1.56vw;
  font-weight: normal;
  letter-spacing: 0vw;
  color: #0d2030;
  width: 80%;
  float: left;
  line-height: 3.2vw;
}
.product .list li .etc-item .detail .etc-btn-go {
  float: right;

}
@media screen and (max-width: 960px) {
  .product .tabs {
    margin-top: 13.47vw;
  }
  .product .tabs .tabbar {
    top: 17vw;
    margin-bottom: 4vw;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #fff;
    padding: 2vw 0;
    z-index: 11;
  }
  .product .tabs .tabbar li {
    flex: none;
    width: 35.13vw;
    height: 13.33vw;
    line-height: 13.33vw;
    border-radius: 6.67vw;
    padding: 1vw;
  }
  .product .tabs .tabbar li::after {
    width: 12vw;
    height: 12vw;
    top: 0.6vw;
    left: 0.6vw;
  }
  .product .tabs .tabbar li img {
    width: 9.6vw;
    height: 9.6vw;
    margin-left: 2vw;
    margin-top: 1vw;
  }
  .product .tabs .tabbar li span {
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 12vw;
  }
  .product .list li {
    width: 100%;
    padding: 0;
    margin-right: 0;
    box-sizing: border-box;
    margin-bottom: 2.6vw;
    border-radius: 6.67vw;
  }
  .product .list li .item, .product .list li .etc-item {
    padding: 7.2vw;
  }
  .product .list li .item .cover img {
    width: 32vw;
    height: 100%;
    max-height: 40vw;
  }
  .product .list li .item .detail, .product .list li .etc-item .detail {
    margin-left: 10vw;
  }
  .product .list li .item .detail h4 {
    font-size: 4vw;
    line-height: 4.8vw;
  }
  .product .list li .item .detail h3 {
    margin-top: 2vw;
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 6.5vw;
  }
  .product .list li .etc-item .detail h3 {
    margin-top: 2vw;
    font-size: 4vw;
    font-weight: 600;
  }
  .product .list li .item .detail p {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  .product .list li .item .detail .btn-go, .product .list li .etc-item .detail .btn-go {
    position: relative;
    margin-top: 9.2vw;
  }
  .product .list li .item .detail .btn-go .icon-go {   
    width: 8vw;
    height: 8vw;
    background-image: url(../images/go-hover.png);
  }
  .product .list li .etc-item .detail .etc-btn-go {
    position: relative;
    margin-top: 0;
  }
  .product .list li .etc-item .detail .etc-btn-go .icon-go {   
    width: 8vw;
    height: 8vw;
    background-image: url(../images/go-hover.png);
  }
}
/*# sourceMappingURL=./product.css.map */