.visual-wrap.inner {
  padding: 0;
}

.visual {
  position: relative;
  width: 100%;
}
.visual img {
  width: 100%;
}
.visual__slider {
  position: relative;
}
.visual__slider2 {
  position: relative;
  padding: 2rem 0;
  background: #f5f5f5;
}
@media screen and (max-width: 1024px) {
  .visual__slider2 {
    padding: 0;
  }
}
.visual__slider2 .swiper-button-prev,
.visual__slider2 .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50px;
  background-color: #fff;
  background-size: 9px auto !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  box-shadow: 0.5px 0.9px 6px 0 rgba(0, 0, 0, 0.11);
  border: 0;
  outline: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  z-index: 5;
  top: calc(50% - 44px);
  opacity: 1;
  font-size: 0.6rem;
}
.visual__slider2 .swiper-button-prev:after,
.visual__slider2 .swiper-button-next:after {
  font-size: 1rem;
}
.visual__slider2 .swiper-button-prev:hover,
.visual__slider2 .swiper-button-next:hover {
  background-color: #00a139;
  transition: all 0.2s;
  color: #fff;
}
.visual__slider2 .swiper-button-prev {
  left: calc(50% - 610px);
}
@media screen and (max-width: 1247px) {
  .visual__slider2 .swiper-button-prev {
    left: calc(50% - 580px);
  }
}
@media screen and (max-width: 1200px) {
  .visual__slider2 .swiper-button-prev {
    left: calc(50% - 521px);
  }
}
@media screen and (max-width: 1024px) {
  .visual__slider2 .swiper-button-prev {
    left: 20px;
  }
}
@media screen and (max-width: 720px) {
  .visual__slider2 .swiper-button-prev {
    display: none;
  }
}
.visual__slider2 .swiper-button-next {
  right: calc(50% - 610px);
}
@media screen and (max-width: 1247px) {
  .visual__slider2 .swiper-button-next {
    right: calc(50% - 580px);
  }
}
@media screen and (max-width: 1200px) {
  .visual__slider2 .swiper-button-next {
    right: calc(50% - 521px);
  }
}
@media screen and (max-width: 1024px) {
  .visual__slider2 .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .visual__slider2 .swiper-button-next {
    display: none;
  }
}
.visual__slider2 img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .visual__slider2 img {
    border-radius: 0;
  }
}
.visual__slider2 .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  padding: 0 4.25rem 2rem;
  width: 1170px !important;
  box-sizing: border-box;
  outline: 0;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .visual__slider2 .swiper-slide {
    width: 1000px !important;
    padding: 0 2rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .visual__slider2 .swiper-slide {
    width: 100% !important;
    padding: 0;
  }
}
.visual__slider2 .swiper-slide a {
  display: block;
  position: relative;
}
.visual__slider2 .swiper-slide.swiper-slide-prev a::before, .visual__slider2 .swiper-slide.swiper-slide-next a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.23);
  z-index: 3;
  border-radius: 10px;
}
.visual__slider2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.35rem;
  background: #aaa;
  cursor: pointer;
  opacity: 1;
}
.visual__slider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a139;
}
.visual__slide {
  position: relative;
  width: 100%;
}
.visual .btn-visual-prev,
.visual .btn-visual-next {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0;
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: 50%;
  background-color: rgba(0, 0, 0, 0.23);
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .visual .btn-visual-prev,
  .visual .btn-visual-next {
    width: 2rem;
    height: 1.5rem;
    background-size: 1rem auto;
  }
}
.visual .btn-visual-prev {
  border-top-left-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
  background-image: url(/imgs/ico/ico_white_prev.svg);
}
.visual .btn-visual-next {
  border-top-right-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  background-image: url(/imgs/ico/ico_white_next.svg);
}
.visual__thumb {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 980px) {
  .visual__thumb {
    display: none;
  }
}
.visual__thumb__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  background-color: #fff;
  font-size: 0.65rem;
  text-align: center;
  color: #333;
  line-height: 1;
}
.visual__thumb .swiper-slide + .swiper-slide {
  border-left: 1px solid #EEEEEE;
}
.visual .swiper-slide-thumb-active .visual__thumb__link {
  background-color: #AD8080;
  color: #fff;
  border-left-width: 0;
}
.visual__contorls {
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 3;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .visual__contorls .inner {
    width: 94%;
    margin: 0 3%;
  }
}
.visual__billboard {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  bottom: 0;
  right: 0;
  height: 2.25rem;
}
@media screen and (max-width: 639px) {
  .visual__billboard {
    height: 1.5rem;
  }
}
.visual__pagination {
  position: absolute;
  bottom: 0;
  right: 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 639px) {
  .visual__pagination {
    right: 4.5rem;
  }
}
.visual__indicate {
  width: auto;
  margin-left: 0.5rem;
  min-width: 5rem;
  padding: 0 1.7rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.23);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.51);
}
.visual__indicate .swiper-pagination-current {
  color: #fff;
}
@media screen and (max-width: 639px) {
  .visual__indicate {
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
.visual__controll {
  position: relative;
}
.visual__stop, .visual__play {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100% !important;
  background-color: rgba(0, 0, 0, 0.23);
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 639px) {
  .visual__stop, .visual__play {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.visual__stop {
  background-image: url(../../imgs/ico/ico_pause.svg);
}
.visual__play {
  background-image: url(../../imgs/ico/ico_play.svg);
}
.visual__area {
  position: relative;
  width: 100%;
}
.visual__component-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
  width: 1200px;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .visual__component-top {
    width: 100%;
    padding: 0 3%;
  }
}
.visual__component-top__inner {
  padding-top: 3vw;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .visual__component-top__inner {
    padding: 40px 24px 24px;
  }
}
.visual__component-middle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
  width: 1200px;
  margin: 0 auto;
  z-index: 100;
}
.visual__component-middle--right {
  padding-left: 647px;
}
@media screen and (max-width: 1200px) {
  .visual__component-middle--right {
    padding-left: 52.5vw;
  }
}
@media screen and (max-width: 800px) {
  .visual__component-middle--right {
    padding-left: 0;
  }
}
.visual__component-middle::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  margin-left: -4px;
  vertical-align: middle;
}
.visual__component-middle__inner {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .visual__component-middle__inner {
    vertical-align: top;
    text-align: center;
    padding: 40px 24px 24px;
  }
}
@media screen and (max-width: 800px) {
  .visual__component-middle {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 800px) {
  .visual__component-inner--mobile-bottom {
    position: absolute;
    bottom: 33vw;
    left: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 700px) {
  .visual__component-inner--mobile-bottom {
    position: absolute;
    bottom: 16vw;
    left: 0;
    z-index: 3;
  }
}
.visual__text2 {
  font-family: "s-core-dream";
  font-weight: 500;
  font-size: 1.25vw;
  color: #000;
  margin-bottom: 1rem;
}
.visual__text2--mt10 {
  margin-top: 0.5rem;
}
.visual__text2--white {
  color: #fff;
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .visual__text2 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1023px) {
  .visual__text2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .visual__text2 {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .visual__text2 {
    font-size: 0.9rem;
  }
}
.visual__title {
  font-family: "s-core-dream";
  font-weight: 700;
  font-size: 2.6563vw;
  color: #000;
}
.visual__title--mt10 {
  margin-top: 0.5rem;
}
.visual__title--white {
  color: #fff;
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .visual__title {
    font-size: 2.6563vw;
  }
}
@media screen and (max-width: 1023px) {
  .visual__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .visual__title {
    font-size: 1.5rem;
  }
}
.visual__text {
  font-weight: 300;
  font-size: 0.9375vw;
  color: #000;
  margin-top: 1.1rem;
}
.visual__text--mt5 {
  margin-top: 5px;
}
.visual__text--white {
  color: #fff;
}
.visual__text i {
  font-style: italic;
}
.visual__text strong {
  font-family: "s-core-dream";
  font-weight: 700;
  color: #1F5078;
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .visual__text {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1023px) {
  .visual__text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 800px) {
  .visual__text {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .visual__text {
    font-size: 0.75rem;
  }
}
.visual__btn-box {
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .visual__btn-box {
    margin-top: 1rem;
  }
}
.visual__link {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2rem;
  border-radius: 25px;
  background: #131313;
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.3s ease;
}
.visual__link:hover {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
}
.visual__link:hover svg {
  stroke: #222;
}
.visual__link:hover svg .story-mall__arrows {
  stroke: #222;
}
.visual__link span,
.visual__link svg {
  position: relative;
  display: inline-block;
}
.visual__link span .story-mall__arrows,
.visual__link svg .story-mall__arrows {
  stroke: #fff;
}
.visual__link span {
  margin-right: 1.05rem;
}

.main-title {
  margin-top: 5rem;
  font-weight: 700;
  font-size: 1.75rem;
  color: #000;
}
@media screen and (max-width: 480px) {
  .main-title {
    margin-top: 9.7656vw;
    font-size: 7vw;
  }
}
.main-title span {
  font-weight: 300;
}

.main-text {
  margin-top: 7px;
  font-size: 0.75rem;
  text-align: center;
  color: #666;
}

.main-category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.main-category__link {
  display: inline-block;
  position: relative;
  padding: 4px 0.55rem;
  border-radius: 15px;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  color: #000;
}
.main-category__link + .main-category__link {
  margin-left: 0.75rem;
}
.main-category__link.active, .main-category__link:hover {
  background-color: #FF3B3B;
  font-weight: 700;
  color: #fff;
}
.main-category__more {
  position: relative;
  margin-left: 1.45rem;
  width: 0.667rem;
  height: 0.65rem;
  background: url(../../imgs/ico/ico_black_plus.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.best {
  position: relative;
  margin-top: 2.5rem;
  padding: 2.25rem 0 2.5rem;
  background-color: #E6E9EA;
}
.best .swiper-pagination {
  position: relative;
  width: 100%;
  bottom: auto;
  left: auto;
  margin-top: 0.8rem;
}
.best .goods .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  background-color: #f1f1f1;
  opacity: 1;
  background-color: #fff;
}
.best .goods .swiper-pagination-bullet-active {
  background-color: #555;
}
.best .btn-best-prev,
.best .btn-best-next {
  display: block;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2.7rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
}
.best .btn-best-prev.swiper-button-disabled,
.best .btn-best-next.swiper-button-disabled {
  display: none;
}
.best .btn-best-next {
  right: -90px;
  background-image: url(../../imgs/ico/btn-next.svg);
}
@media screen and (max-width: 1356px) {
  .best .btn-best-next {
    right: -64px;
  }
}
@media screen and (max-width: 1274px) {
  .best .btn-best-next {
    right: 0;
  }
}
.best .btn-best-prev {
  left: -90px;
  background-image: url(../../imgs/ico/btn-prev.svg);
}
@media screen and (max-width: 1356px) {
  .best .btn-best-prev {
    left: -64px;
  }
}
@media screen and (max-width: 1274px) {
  .best .btn-best-prev {
    left: 0;
  }
}

.md-pick {
  position: relative;
  margin-top: 2.45rem;
}

.main-banner {
  margin-top: 5rem;
}
.main-banner img {
  width: 100%;
}
.main-banner__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.main-banner__item {
  width: 50%;
}
.main-banner__item--w245 {
  width: 245px;
}
.main-banner__item--w490 {
  width: 490px;
}
@media screen and (max-width: 980px) {
  .main-banner__item--w245 {
    width: 100%;
  }
  .main-banner__item--w490 {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .main-banner__item {
    width: 100%;
  }
}

.main-blog {
  position: relative;
  margin-top: 2.4rem;
}
.main-blog__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1.9rem;
}
.main-blog__list img {
  width: 100%;
}
.main-blog__item {
  position: relative;
  width: 50%;
}
.main-blog__item .s_img {
  padding-top: 72.041%;
}
@media screen and (max-width: 550px) {
  .main-blog__item {
    width: 100%;
  }
}
.main-blog__item--empty {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  font-size: 0.75rem;
}

.post {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 489px) {
  .post {
    margin-top: 20.8333vw;
  }
}
.post__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -9.5px;
}
.post__col {
  width: calc(33.3333333333% - 9.5px - 9.5px);
  margin: 9.5px;
  border: 1px solid #ddd;
  padding: 0.95rem 0.8rem 0.9rem 0.95rem;
}
@media screen and (max-width: 810px) {
  .post__col {
    width: calc(100% - 9.5px - 9.5px);
  }
}
.post__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.post__body {
  margin-top: 0.8rem;
}
.post__title {
  font-weight: 700;
  font-size: 0.9rem;
  color: #222;
}
.post .btn-more {
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/imgs/ico/ico_more.svg);
  background-size: 100% auto;
}
.post .notice-list {
  position: relative;
}
.post .notice-list li {
  font-size: 0.7rem;
  color: #777;
  line-height: 1.1rem;
}
.post .notice-list a {
  display: block;
  width: 100%;
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post .notice-list a:hover {
  text-decoration: underline;
}
.post .tel {
  font-weight: 300;
  font-size: 1.5rem;
  color: #222;
}
.post .time {
  font-size: 0.75rem;
  color: #777;
}
.post .cs-btn-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 0.75rem;
}
.post .cs-btn-box a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 99px;
  height: 38px;
  font-size: 0.65rem;
  color: #777;
  border: 1px solid #ddd;
  padding: 0 10px 0 8px;
}
.post .cs-btn-box a + a {
  margin-left: 5px;
}
.post .cs-btn-box a span {
  display: block;
  position: relative;
  width: 100%;
}
.post .cs-btn-box a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 6px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/imgs/ico/ico_dot_left_arr.svg);
}
.post .main-faq-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.post .main-faq-list li {
  width: 50%;
  font-size: 0.7rem;
  line-height: 1.1rem;
}
.post .main-faq-list li a {
  display: block;
  position: relative;
  color: #777;
  padding-left: 0.4rem;
}
.post .main-faq-list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #999;
}

.main-bottom-banner {
  position: relative;
  margin: 6.7rem 0;
}
.main-bottom-banner img {
  max-width: 100%;
}

.main-box {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .main-box {
    margin-top: 9.7656vw;
  }
}
.main-box--mt40 {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .main-box--mt40 {
    margin-top: 8.3333vw;
  }
}
.main-box--bgf2f2f2 {
  padding: 5rem 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 480px) {
  .main-box--bgf2f2f2 {
    padding: 9.7656vw 0;
  }
}