@media (min-width: 480px) {
  html {
    font-size: 16px; } }
@media (min-width: 720px) {
  html {
    font-size: 20px; } }
@media (min-width: 960px) {
  html {
    font-size: 24px; } }
@media (min-width: 992px) {
  html {
    font-size: 12px; } }
.container .content {
  position: relative;
  width: 100%;
  z-index: 1; }
  .container .content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(../images/bg-body-top_m.png) 50% -90px no-repeat; }
    @media screen and (min-width: 992px) {
      .container .content:before {
        background: url(../images/bg-body.png) 50% -90px no-repeat; } }
    @media screen and (min-width: 1600px) {
      .container .content:before {
        background: url(../images/bg-body.png) 50% -90px no-repeat; } }
    @media screen and (min-width: 1920px) {
      .container .content:before {
        background: url(../images/bg-body.png) 50% -90px no-repeat; } }
  .container .content .section-title {
    position: relative;
    font-weight: 500;
    color: #333333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .container .content .section-title strong {
      font-size: 1.75rem;
      font-family: 'EsaManru';
      font-weight: 500; }
      @media screen and (min-width: 992px) {
        .container .content .section-title strong {
          font-size: 44px; } }
    .container .content .section-title i {
      display: inline-block;
      width: 2.0625rem;
      height: 1.6041666667rem;
      margin: 0.125rem 0.375rem 0 0;
      background: url(../images/simbol.svg) 0 0 no-repeat;
      background-size: 100%; }
      @media screen and (min-width: 992px) {
        .container .content .section-title i {
          width: 43px;
          height: 33px;
          margin: 3px 9px 0 0;
          background: url(../images/simbol.svg) 0 0 no-repeat; } }
  .container .content .tab-common {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
    .container .content .tab-common li {
      position: relative;
      width: auto;
      padding: 0.375rem;
      margin: 0 0.7083333333rem; }
      .container .content .tab-common li:before {
        display: none;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.0833333333rem;
        background: #e62140; }
      .container .content .tab-common li a {
        color: #939598;
        font-size: 1.1666666667rem;
        font-weight: 300;
        font-weight: 500; }
      .container .content .tab-common li.active a {
        color: #333;
        font-weight: 500; }
      .container .content .tab-common li.active:before {
        display: block; }
    @media screen and (min-width: 992px) {
      .container .content .tab-common {
        justify-content: center; }
        .container .content .tab-common li {
          padding: 9px;
          margin: 0 17px; }
          .container .content .tab-common li:before {
            height: 2px; }
          .container .content .tab-common li a {
            font-size: 22px; } }
  .container .content .btn_more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.0833333333rem;
    color: #4f4f51;
    width: 9.375rem;
    height: 2.9166666667rem;
    border-radius: 1.4583333333rem;
    border: 0.0625rem solid #4f4f51;
    margin: 2.0833333333rem auto 0 auto; }
    @media screen and (min-width: 992px) {
      .container .content .btn_more {
        font-size: 18px;
        width: 165px;
        height: 45px;
        border-radius: 23px;
        border: 1px solid #4f4f51;
        margin: 55px auto 0 auto; } }
  .container .content .swiper-pagination-horizontal {
    text-align: center;
    padding-top: 10px; }
    .container .content .swiper-pagination-horizontal .swiper-pagination-bullet {
      background-color: #dce3e8;
      opacity: 1; }
    .container .content .swiper-pagination-horizontal .swiper-pagination-bullet-active {
      background-color: #114064; }
  .container .content .playandstop {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    width: 2.2916666667rem;
    height: 2.2916666667rem;
    z-index: 9; }
    .container .content .playandstop a {
      display: inline-block;
      width: 100%;
      height: 100%;
      border-radius: 2.2916666667rem;
      overflow: hidden; }
      .container .content .playandstop a.pause {
        background: url(../images/icon-pause.png) 50% 50% no-repeat;
        background-size: cover; }
      .container .content .playandstop a.play {
        background: url(../images/icon-play.png) 50% 50% no-repeat;
        background-size: cover; }
    @media screen and (min-width: 992px) {
      .container .content .playandstop {
        top: 20px;
        right: 20px;
        width: 41px;
        height: 41px; }
        .container .content .playandstop a {
          border-radius: 21px; } }
  .container .content-main {
    position: relative;
    z-index: 1;
    margin-bottom: 6.25rem; }
    @media screen and (min-width: 992px) {
      .container .content-main {
        margin-bottom: 120px; } }
    .container .content-main:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 7.2916666667rem;
      left: 0;
      top: 0;
      z-index: -1;
      transition: all 2s ease-in-out; }
      @media screen and (min-width: 992px) {
        .container .content-main:before {
          height: 285px; } }
    .container .content-main.bg0:before {
      background: url(../images/top-bg-none_m.jpg) 50% 0 no-repeat;
      background-size: 100%; }
      @media screen and (min-width: 992px) {
        .container .content-main.bg0:before {
          background: url(../images/top-bg-none.jpg) 50% 0 no-repeat;
          background-size: auto 100%; } }
    .container .content-main.bg1:before {
      background: url(../images/top-bg-00_m.jpg) 50% 0 no-repeat;
      background-size: 100%; }
      @media screen and (min-width: 992px) {
        .container .content-main.bg1:before {
          background: url(../images/top-bg-00.jpg) 50% 0 no-repeat;
          background-size: auto 100%; } }
    .container .content-main.bg2:before {
      background: url(../images/top-bg-01_m.jpg) 50% 0 no-repeat;
      background-size: 100%; }
      @media screen and (min-width: 992px) {
        .container .content-main.bg2:before {
          background: url(../images/top-bg-01.jpg) 50% 0 no-repeat;
          background-size: auto 100%; } }
    .container .content-main.bg3:before {
      background: url(../images/top-bg-02_m.jpg) 50% 0 no-repeat;
      background-size: 100%; }
      @media screen and (min-width: 992px) {
        .container .content-main.bg3:before {
          background: url(../images/top-bg-02.jpg) 50% 0 no-repeat;
          background-size: auto 100%; } }
    .container .content-main .main-top {
      position: relative;
      margin: auto;
      overflow: hidden;
      width: 100%;
      height: 39.4791666667rem;
      z-index: 1; }
      @media screen and (min-width: 412px) {
        .container .content-main .main-top {
          height: 39.4791666667rem; } }
      @media screen and (min-width: 992px) {
        .container .content-main .main-top {
          width: 992px;
          height: 974px; } }
      @media screen and (min-width: 1600px) {
        .container .content-main .main-top {
          width: 1360px;
          height: 650px; } }
      .container .content-main .main-top .main-swiper {
        height: 100%; }
        .container .content-main .main-top .main-swiper .swiper-slide {
          height: 100%; }
          .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner h2 {
            position: relative;
            left: 0;
            padding-top: 10.1041666667rem;
            width: 100%;
            text-align: center; }
            .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner h2 img {
              width: 16.9791666667rem; }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner h2 {
                text-align: left;
                width: auto;
                padding-top: 80px; }
                .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner h2 img {
                  width: 400px; } }
            @media screen and (min-width: 1600px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner h2 img {
                width: 503px; } }
          .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner p {
            text-align: center;
            left: 3.125rem;
            margin-top: 1.7708333333rem; }
            .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner p .mo {
              display: block; }
            .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner p .pc {
              display: none; }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner p {
                text-align: left;
                margin-top: 180px; }
                .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner p .mo {
                  display: none; }
                .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner p .pc {
                  display: block; } }
          .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner span {
            position: absolute;
            top: 1.0416666667rem;
            left: 50%;
            width: 11.8541666667rem;
            height: 7.0625rem;
            margin-left: -5.9375rem;
            opacity: 0;
            z-index: 1; }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner span {
                top: 30px;
                left: 700px;
                width: 510px;
                height: 304px;
                margin-left: auto; } }
            @media screen and (min-width: 1600px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro .slide-inner span {
                top: 30px;
                left: 900px;
                width: 664px;
                height: 396px; } }
          .container .content-main .main-top .main-swiper .swiper-slide.intro.animation-active .slide-inner h2 {
            animation: mainVisual-h22-mo 5s forwards; }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro.animation-active .slide-inner h2 {
                animation: mainVisual-h22-pc 5s forwards; } }
          .container .content-main .main-top .main-swiper .swiper-slide.intro.animation-active .slide-inner p {
            animation: mainVisual-p2-mo 5s forwards; }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro.animation-active .slide-inner p {
                animation: mainVisual-p-pc 5s forwards; } }
          .container .content-main .main-top .main-swiper .swiper-slide.intro.animation-active .slide-inner span {
            animation: mainVisual-span2-mo 5s forwards; }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro.animation-active .slide-inner span {
                animation: mainVisual-span2-pc-992 5s forwards; } }
            @media screen and (min-width: 1600px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro.animation-active .slide-inner span {
                animation: mainVisual-span2-pc-1600 5s forwards; } }
            @media screen and (min-width: 1920px) {
              .container .content-main .main-top .main-swiper .swiper-slide.intro.animation-active .slide-inner span {
                animation: mainVisual-span2-pc-1920 5s forwards; } }
          .container .content-main .main-top .main-swiper .swiper-slide .slide-inner {
            height: 100%; }
            .container .content-main .main-top .main-swiper .swiper-slide .slide-inner h2 {
              position: relative;
              font-family: 'EsaManru';
              color: #fff;
              font-weight: 500;
              opacity: 0;
              left: 3.125rem;
              font-size: 2rem;
              padding-top: 10.1041666667rem;
              line-height: 2.5rem;
              color: #000; }
            .container .content-main .main-top .main-swiper .swiper-slide .slide-inner p {
              position: relative;
              color: #333;
              font-weight: 400;
              margin-top: 1.3541666667rem;
              font-size: 1rem;
              line-height: 1.25rem;
              left: 3.125rem;
              opacity: 0; }
            .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
              position: absolute;
              top: 2.2916666667rem;
              width: 12.5rem;
              height: 12.5rem;
              left: 9.0625rem;
              opacity: 0; }
            @media screen and (min-width: 360px) {
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner h2 {
                font-size: 2.2916666667rem; }
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner p {
                font-size: 1.125rem; }
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
                width: 13.5416666667rem;
                height: 13.5416666667rem;
                left: 11.1458333333rem; } }
            @media screen and (min-width: 412px) {
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
                top: 2.2916666667rem;
                width: 16.6666666667rem;
                height: 16.6666666667rem;
                left: 11.1458333333rem; } }
            @media screen and (min-width: 500px) {
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
                left: 16.25rem;
                top: 2.7083333333rem; } }
            @media screen and (min-width: 600px) {
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner h2 {
                left: 1.25rem; }
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner p {
                left: 3.125rem; }
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
                left: 22.5rem;
                top: 3.75rem; } }
            @media screen and (min-width: 700px) {
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
                left: 26.6666666667rem;
                top: 4.1666666667rem; } }
            @media screen and (min-width: 800px) {
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
                left: 24.5833333333rem; } }
            @media screen and (min-width: 900px) {
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
                left: 28.75rem; } }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner h2 {
                color: #fff;
                left: 100px;
                font-size: 56px;
                padding-top: 110px;
                line-height: 66px; }
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner p {
                position: relative;
                font-size: 28px;
                color: #333;
                font-weight: 400;
                margin-top: 120px;
                line-height: 38px;
                left: 200px;
                opacity: 0; }
              .container .content-main .main-top .main-swiper .swiper-slide .slide-inner span {
                position: absolute;
                top: 95px;
                left: 420px;
                width: 534px;
                height: 534px;
                left: 700px;
                opacity: 0; } }
          .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner h2 {
            animation: mainVisual-h2-mo 5s forwards; }
            @media screen and (min-width: 600px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner h2 {
                animation: mainVisual-h2-mo-600 5s forwards; } }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner h2 {
                animation: mainVisual-h2-pc 5s forwards; } }
          .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner p {
            animation: mainVisual-p-mo 5s forwards; }
            @media screen and (min-width: 600px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner p {
                animation: mainVisual-p-mo-600 5s forwards; } }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner p {
                animation: mainVisual-p-pc 5s forwards; } }
          .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
            animation: mainVisual-span-mo-320 5s forwards; }
            @media screen and (min-width: 360px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
                animation: mainVisual-span-mo-360 5s forwards; } }
            @media screen and (min-width: 412px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
                animation: mainVisual-span-mo-412 5s forwards; } }
            @media screen and (min-width: 500px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
                animation: mainVisual-span-mo-500 5s forwards; } }
            @media screen and (min-width: 600px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
                animation: mainVisual-span-mo-600 5s forwards; } }
            @media screen and (min-width: 700px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
                animation: mainVisual-span-mo-700 5s forwards; } }
            @media screen and (min-width: 800px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
                animation: mainVisual-span-mo-800 5s forwards; } }
            @media screen and (min-width: 900px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
                animation: mainVisual-span-mo-900 5s forwards; } }
            @media screen and (min-width: 992px) {
              .container .content-main .main-top .main-swiper .swiper-slide.animation-active .slide-inner span {
                animation: mainVisual-span-pc 5s forwards; } }
        .container .content-main .main-top .main-swiper .bar_wrap {
          position: absolute;
          width: 80%;
          height: 1.0416666667rem;
          left: 1.25rem;
          top: 21.875rem;
          z-index: 999;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .container .content-main .main-top .main-swiper .bar_wrap .bar {
            position: relative;
            background: #ccc;
            overflow: hidden;
            width: 11.0416666667rem;
            height: 0.1875rem;
            border-radius: 0.1041666667rem;
            margin-left: 0.4166666667rem; }
            .container .content-main .main-top .main-swiper .bar_wrap .bar .back {
              background: #e62140;
              width: 0%;
              height: 0.1875rem; }
              .container .content-main .main-top .main-swiper .bar_wrap .bar .back.animation {
                animation: 5s loadingBar linear; }
          .container .content-main .main-top .main-swiper .bar_wrap .swiper-button {
            width: 1.0416666667rem;
            height: 1.0416666667rem; }
          .container .content-main .main-top .main-swiper .bar_wrap .swiper-button-prev-main {
            background: url(/images/arrow-mainvisual-left.svg) 50% 50% no-repeat;
            background-size: 0.375rem 0.625rem; }
          .container .content-main .main-top .main-swiper .bar_wrap .swiper-button-next-main {
            background: url(/images/arrow-mainvisual-right.svg) 50% 50% no-repeat;
            background-size: 0.375rem 0.625rem; }
          .container .content-main .main-top .main-swiper .bar_wrap .swiper-pagination-main {
            width: 4.1666666667rem;
            text-align: center;
            color: #ada8a8;
            font-family: 'EsaManru';
            font-size: 0.75rem;
            font-weight: 300; }
            .container .content-main .main-top .main-swiper .bar_wrap .swiper-pagination-main span {
              font-family: 'EsaManru';
              color: #ada8a8;
              font-size: 0.75rem;
              font-weight: 500; }
              .container .content-main .main-top .main-swiper .bar_wrap .swiper-pagination-main span.swiper-pagination-current {
                color: #e62140; }
          @media screen and (min-width: 992px) {
            .container .content-main .main-top .main-swiper .bar_wrap {
              width: 472px;
              height: 19px;
              left: 0;
              top: 519px; }
              .container .content-main .main-top .main-swiper .bar_wrap .bar {
                width: 340px;
                height: 4px;
                border-radius: 2px;
                margin-left: 4px; }
                .container .content-main .main-top .main-swiper .bar_wrap .bar .back {
                  width: 0%;
                  height: 4px; }
                  .container .content-main .main-top .main-swiper .bar_wrap .bar .back.animation {
                    animation: 5s loadingBar linear; }
              .container .content-main .main-top .main-swiper .bar_wrap .swiper-button {
                width: 25px;
                height: 25px; }
              .container .content-main .main-top .main-swiper .bar_wrap .swiper-button-prev-main {
                background: url(/images/arrow-mainvisual-left.svg) 50% 50% no-repeat;
                background-size: 9px 15px; }
              .container .content-main .main-top .main-swiper .bar_wrap .swiper-button-next-main {
                background: url(/images/arrow-mainvisual-right.svg) 50% 50% no-repeat;
                background-size: 9px 15px; }
              .container .content-main .main-top .main-swiper .bar_wrap .swiper-pagination-main {
                width: 75px;
                font-size: 18px; }
                .container .content-main .main-top .main-swiper .bar_wrap .swiper-pagination-main span {
                  font-size: 18px; }
                  .container .content-main .main-top .main-swiper .bar_wrap .swiper-pagination-main span.swiper-pagination-current {
                    color: #e62140; } }
      .container .content-main .main-top .main-banner {
        position: absolute;
        top: auto;
        width: 18.75rem;
        height: 10.0625rem;
        bottom: 2.0833333333rem;
        right: 0;
        opacity: 1;
        overflow: hidden;
        left: 50%;
        z-index: 2;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all .3s ease-in; }
        .container .content-main .main-top .main-banner .banner-swiper {
          width: 100%;
          height: 8.3958333333rem;
          border-radius: 0.8333333333rem;
          overflow: hidden; }
          .container .content-main .main-top .main-banner .banner-swiper .mo {
            display: block; }
          .container .content-main .main-top .main-banner .banner-swiper .pc {
            display: none; }
        .container .content-main .main-top .main-banner .swiper-pagination-bullets {
          text-align: center;
          margin-top: 0.2083333333rem; }
          .container .content-main .main-top .main-banner .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 0.4166666667rem;
            height: 0.4166666667rem;
            margin: 0 0.3125rem; }
        @media screen and (min-width: 412px) {
          .container .content-main .main-top .main-banner {
            width: 24.1666666667rem;
            height: 12.5rem;
            bottom: 2.0833333333rem; }
            .container .content-main .main-top .main-banner .banner-swiper {
              height: 10.8333333333rem;
              border-radius: 0.8333333333rem; } }
        @media screen and (min-width: 992px) {
          .container .content-main .main-top .main-banner {
            width: 660px;
            height: 355px;
            bottom: 0; }
            .container .content-main .main-top .main-banner .banner-swiper {
              width: 100%;
              height: 295px;
              border-radius: 40px; }
            .container .content-main .main-top .main-banner .swiper-pagination-bullets {
              text-align: center;
              margin-top: 10px; }
              .container .content-main .main-top .main-banner .swiper-pagination-bullets .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                margin: 0 5px; } }
        @media screen and (min-width: 1600px) {
          .container .content-main .main-top .main-banner {
            position: absolute;
            width: 376px;
            height: 520px;
            top: 110px;
            left: auto;
            right: -187px;
            opacity: 1;
            overflow: hidden;
            transition: all .3s ease-in; }
            .container .content-main .main-top .main-banner .banner-swiper {
              width: 100%;
              height: 460px;
              border-radius: 20px;
              overflow: hidden; }
              .container .content-main .main-top .main-banner .banner-swiper .mo {
                display: none; }
              .container .content-main .main-top .main-banner .banner-swiper .pc {
                display: block; }
            .container .content-main .main-top .main-banner.hide {
              opacity: 0;
              right: -287px; } }
    .container .content-main .main-bottom {
      position: relative;
      width: 100%;
      height: 20.375rem;
      margin: auto; }
      .container .content-main .main-bottom .box-menu-wrap {
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow: hidden;
        background-color: #3966cc;
        padding: 2.0833333333rem 2.0833333333rem 1.0416666667rem 2.0833333333rem;
        box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1); }
        .container .content-main .main-bottom .box-menu-wrap ul {
          display: flex;
          justify-content: flex-start;
          flex-flow: wrap;
          width: 100%;
          margin: auto; }
          .container .content-main .main-bottom .box-menu-wrap ul li {
            width: 22%;
            height: 8.4791666667rem;
            margin-right: 4%;
            display: flex;
            justify-content: center;
            flex-flow: wrap; }
            .container .content-main .main-bottom .box-menu-wrap ul li a {
              width: 100%;
              font-size: 0.75rem;
              letter-spacing: -0.0625rem;
              color: #fff;
              font-weight: 300;
              display: flex;
              flex-flow: wrap;
              justify-content: center;
              transition: all .15s ease-in; }
              .container .content-main .main-bottom .box-menu-wrap ul li a span {
                display: inline-block;
                width: 5rem;
                height: 5rem;
                border-radius: 0.8333333333rem;
                overflow: hidden;
                box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
                -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
                -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
                transition: all .15s ease-in; }
              .container .content-main .main-bottom .box-menu-wrap ul li a strong {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 3.4791666667rem; }
              .container .content-main .main-bottom .box-menu-wrap ul li a:hover {
                transform: scale(1.05); }
                .container .content-main .main-bottom .box-menu-wrap ul li a:hover span {
                  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
                  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
                  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(1) a span {
              background: #fff url(../images/box-menuTop-icon1.png) 50% 50% no-repeat;
              background-size: 3.0416666667rem 3.2291666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(2) a span {
              background: #fff url(../images/box-menuTop-icon2.png) 50% 50% no-repeat;
              background-size: 3.0416666667rem 3.2291666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(3) a span {
              background: #fff url(../images/box-menuTop-icon3.png) 50% 50% no-repeat;
              background-size: 3.0416666667rem 3.2291666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(4) {
              margin-right: 0; }
              .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(4) a span {
                background: #fff url(../images/box-menuTop-icon4.png) 50% 50% no-repeat;
                background-size: 3.0416666667rem 3.2291666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(5) a span {
              background: #fff url(../images/box-menuTop-icon5.png) 50% 50% no-repeat;
              background-size: 3.0416666667rem 3.2291666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(6) a span {
              background: #fff url(../images/box-menuTop-icon6.png) 50% 50% no-repeat;
              background-size: 3.0416666667rem 3.2291666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(7) a span {
              background: #fff url(../images/box-menuTop-icon7.png) 50% 50% no-repeat;
              background-size: 3.0416666667rem 3.2291666667rem; }
      @media screen and (min-width: 560px) {
        .container .content-main .main-bottom .box-menu-wrap {
          padding: 2.0833333333rem 2.0833333333rem 1.0416666667rem 2.0833333333rem; }
          .container .content-main .main-bottom .box-menu-wrap ul li {
            height: 8.75rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li a {
              font-size: 1.0833333333rem;
              letter-spacing: 0; }
              .container .content-main .main-bottom .box-menu-wrap ul li a span {
                width: 5.4166666667rem;
                height: 5.4166666667rem; }
              .container .content-main .main-bottom .box-menu-wrap ul li a strong {
                height: 3.2291666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(1) a span {
              background: #fff url(../images/box-menuTop-icon1.png) 50% 50% no-repeat;
              background-size: 4.1666666667rem 4.4166666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(2) a span {
              background: #fff url(../images/box-menuTop-icon2.png) 50% 50% no-repeat;
              background-size: 4.1666666667rem 4.4166666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(3) a span {
              background: #fff url(../images/box-menuTop-icon3.png) 50% 50% no-repeat;
              background-size: 4.1666666667rem 4.4166666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(4) {
              margin-right: 0; }
              .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(4) a span {
                background: #fff url(../images/box-menuTop-icon4.png) 50% 50% no-repeat;
                background-size: 4.1666666667rem 4.4166666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(5) a span {
              background: #fff url(../images/box-menuTop-icon5.png) 50% 50% no-repeat;
              background-size: 4.1666666667rem 4.4166666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(6) a span {
              background: #fff url(../images/box-menuTop-icon6.png) 50% 50% no-repeat;
              background-size: 4.1666666667rem 4.4166666667rem; }
            .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(7) a span {
              background: #fff url(../images/box-menuTop-icon7.png) 50% 50% no-repeat;
              background-size: 4.1666666667rem 4.4166666667rem; } }
      @media screen and (min-width: 992px) {
        .container .content-main .main-bottom {
          width: 992px;
          height: 240px; }
          .container .content-main .main-bottom .box-menu-wrap {
            border-radius: 20px;
            padding-top: 45px;
            box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1); }
            .container .content-main .main-bottom .box-menu-wrap ul {
              width: 100%;
              justify-content: center; }
              .container .content-main .main-bottom .box-menu-wrap ul li {
                width: 130px;
                height: 170px;
                margin-right: 0; }
                .container .content-main .main-bottom .box-menu-wrap ul li a {
                  width: 130px;
                  font-size: 18px; }
                  .container .content-main .main-bottom .box-menu-wrap ul li a span {
                    width: 120px;
                    height: 120px;
                    border-radius: 20px;
                    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
                    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
                    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0); }
                  .container .content-main .main-bottom .box-menu-wrap ul li a strong {
                    height: 50px; }
                  .container .content-main .main-bottom .box-menu-wrap ul li a:hover span {
                    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
                    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
                    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(1) a span {
                  background: #fff url(../images/box-menuTop-icon1.png) 50% 50% no-repeat;
                  background-size: 100%; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(2) a span {
                  background: #fff url(../images/box-menuTop-icon2.png) 50% 50% no-repeat;
                  background-size: 100%; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(3) a span {
                  background: #fff url(../images/box-menuTop-icon3.png) 50% 50% no-repeat;
                  background-size: 100%; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(4) a span {
                  background: #fff url(../images/box-menuTop-icon4.png) 50% 50% no-repeat;
                  background-size: 100%; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(5) a span {
                  background: #fff url(../images/box-menuTop-icon5.png) 50% 50% no-repeat;
                  background-size: 100%; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(6) a span {
                  background: #fff url(../images/box-menuTop-icon6.png) 50% 50% no-repeat;
                  background-size: 100%; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(7) a span {
                  background: #fff url(../images/box-menuTop-icon7.png) 50% 50% no-repeat;
                  background-size: 100%; } }
      @media screen and (min-width: 1600px) {
        .container .content-main .main-bottom {
          position: relative;
          width: 1360px;
          height: 240px;
          margin: auto; }
          .container .content-main .main-bottom .box-menu-wrap {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            overflow: hidden;
            background-color: #3966cc;
            padding-top: 45px;
            box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: -1px 19px 19px 8px rgba(0, 0, 0, 0.1); }
            .container .content-main .main-bottom .box-menu-wrap ul {
              display: flex;
              justify-content: space-between;
              width: 1200px;
              margin: auto; }
              .container .content-main .main-bottom .box-menu-wrap ul li {
                width: 130px;
                height: 170px;
                display: flex;
                justify-content: center;
                flex-flow: wrap; }
                .container .content-main .main-bottom .box-menu-wrap ul li a {
                  width: 130px;
                  color: #fff;
                  font-size: 18px;
                  font-weight: 300;
                  display: flex;
                  flex-flow: wrap;
                  justify-content: center;
                  transition: all .15s ease-in; }
                  .container .content-main .main-bottom .box-menu-wrap ul li a span {
                    display: inline-block;
                    width: 120px;
                    height: 120px;
                    border-radius: 20px;
                    overflow: hidden;
                    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
                    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
                    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
                    transition: all .15s ease-in; }
                  .container .content-main .main-bottom .box-menu-wrap ul li a strong {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 50px; }
                  .container .content-main .main-bottom .box-menu-wrap ul li a:hover {
                    transform: scale(1.05); }
                    .container .content-main .main-bottom .box-menu-wrap ul li a:hover span {
                      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
                      -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
                      -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(1) a span {
                  background: #fff url(../images/box-menuTop-icon1.png) 50% 50% no-repeat; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(2) a span {
                  background: #fff url(../images/box-menuTop-icon2.png) 50% 50% no-repeat; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(3) a span {
                  background: #fff url(../images/box-menuTop-icon3.png) 50% 50% no-repeat; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(4) a span {
                  background: #fff url(../images/box-menuTop-icon4.png) 50% 50% no-repeat; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(5) a span {
                  background: #fff url(../images/box-menuTop-icon5.png) 50% 50% no-repeat; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(6) a span {
                  background: #fff url(../images/box-menuTop-icon6.png) 50% 50% no-repeat; }
                .container .content-main .main-bottom .box-menu-wrap ul li:nth-child(7) a span {
                  background: #fff url(../images/box-menuTop-icon7.png) 50% 50% no-repeat; } }
  .container .content-business {
    padding: 0 1.4583333333rem; }
    .container .content-business .bz-tab {
      margin: 1.0416666667rem 0 2.0833333333rem 0; }
      @media screen and (min-width: 992px) {
        .container .content-business .bz-tab {
          margin: 25px 0 50px 0; } }
    .container .content-business .bz-tab-content {
      position: relative;
      width: 100%;
      margin: auto;
      display: none; }
      .container .content-business .bz-tab-content ul {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap; }
        .container .content-business .bz-tab-content ul li {
          width: 48%;
          margin-bottom: 2.0833333333rem; }
          .container .content-business .bz-tab-content ul li a {
            position: relative;
            width: 100%;
            height: 15.625rem;
            overflow: hidden;
            -webkit-border-bottom-right-radius: 1.25rem;
            -moz-border-radius-bottomright: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            display: flex;
            justify-content: flex-start;
            align-content: flex-start;
            flex-flow: wrap;
            background-color: #fff;
            box-shadow: -1px 0.625rem 0.625rem 0.5rem rgba(0, 0, 0, 0.05);
            -webkit-box-shadow: -1px 0.625rem 0.625rem 0.5rem rgba(0, 0, 0, 0.05);
            -moz-box-shadow: -1px 0.625rem 0.625rem 0.5rem rgba(0, 0, 0, 0.05);
            --outline: 1 solid #fff;
            outline: var(--outline);
            border: var(--outline);
            outline-offset: 0;
            transition: outline-width 200ms ease, outline-offset 200ms ease; }
            .container .content-business .bz-tab-content ul li a .img {
              width: 100%;
              height: 10.4166666667rem; }
              .container .content-business .bz-tab-content ul li a .img img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
            .container .content-business .bz-tab-content ul li a em {
              position: absolute;
              top: 0;
              left: 0;
              width: 3.2291666667rem;
              height: 1.5625rem;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 14px;
              color: #fff;
              -webkit-border-bottom-right-radius: 0.625rem;
              -moz-border-radius-bottomright: 0.625rem;
              border-bottom-right-radius: 0.625rem; }
              .container .content-business .bz-tab-content ul li a em.ing {
                background: #e62140; }
              .container .content-business .bz-tab-content ul li a em.end {
                background: #4f4f51; }
            .container .content-business .bz-tab-content ul li a span {
              font-family: 'EsaManru';
              display: inline-block;
              width: 100%;
              height: 2.9166666667rem;
              padding: 1.0416666667rem 0 0 1.0416666667rem;
              font-size: 1.2083333333rem;
              font-weight: 300;
              line-height: 1.3;
              color: #333;
              transition: color .25s ease-in-out; }
            .container .content-business .bz-tab-content ul li a i {
              position: absolute;
              width: 1.125rem;
              height: 1.125rem;
              bottom: 0.8333333333rem;
              right: 0.8333333333rem; }
              .container .content-business .bz-tab-content ul li a i:before {
                content: "";
                position: absolute;
                width: 1.125rem;
                height: 1.125rem;
                top: 0;
                left: 0;
                opacity: 1;
                background: url(../images/icon-plus-black.png) 0 0 no-repeat;
                background-size: 100%;
                transition: all .25s ease-in-out; }
              .container .content-business .bz-tab-content ul li a i:after {
                content: "";
                position: absolute;
                width: 1.125rem;
                height: 1.125rem;
                top: 0;
                left: 0;
                opacity: 0;
                background: url(../images/icon-plus-red.png) 0 0 no-repeat;
                background-size: 100%;
                transition: all .25s ease-in-out; }
            .container .content-business .bz-tab-content ul li a:hover {
              outline: 0.1875rem solid #e62140;
              outline-width: 0.1875rem;
              outline-offset: -0.1875rem; }
              .container .content-business .bz-tab-content ul li a:hover span {
                color: #e62140; }
              .container .content-business .bz-tab-content ul li a:hover i:before {
                opacity: 0;
                transform: rotate(180deg); }
              .container .content-business .bz-tab-content ul li a:hover i:after {
                opacity: 1;
                transform: rotate(180deg); }
      .container .content-business .bz-tab-content .btn_more {
        margin: 2.0833333333rem auto 0 auto; }
        @media screen and (min-width: 992px) {
          .container .content-business .bz-tab-content .btn_more {
            margin: 55px auto 0 auto; } }
      @media screen and (min-width: 992px) {
        .container .content-business .bz-tab-content {
          width: 992px; }
          .container .content-business .bz-tab-content ul {
            justify-content: center;
            gap: 13px; }
            .container .content-business .bz-tab-content ul li {
              width: 24%;
              margin-bottom: 0; }
              .container .content-business .bz-tab-content ul li a {
                width: 100%;
                height: 300px;
                -webkit-border-bottom-right-radius: 20px;
                -moz-border-radius-bottomright: 20px;
                border-bottom-right-radius: 20px;
                box-shadow: -1px 10px 10px 8px rgba(0, 0, 0, 0.05);
                -webkit-box-shadow: -1px 10px 10px 8px rgba(0, 0, 0, 0.05);
                -moz-box-shadow: -1px 10px 10px 8px rgba(0, 0, 0, 0.05);
                --outline: 1 solid #fff;
                outline: var(--outline);
                border: var(--outline);
                outline-offset: 0;
                transition: outline-width 200ms ease, outline-offset 200ms ease; }
                .container .content-business .bz-tab-content ul li a .img {
                  width: 100%;
                  height: 168px; }
                  .container .content-business .bz-tab-content ul li a .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover; }
                .container .content-business .bz-tab-content ul li a em {
                  width: 78px;
                  height: 38px;
                  font-size: 14px;
                  -webkit-border-bottom-right-radius: 20px;
                  -moz-border-radius-bottomright: 20px;
                  border-bottom-right-radius: 20px; }
                .container .content-business .bz-tab-content ul li a span {
                  width: 100%;
                  height: 69px;
                  padding: 25px 0 0 23px;
                  font-size: 20px; }
                .container .content-business .bz-tab-content ul li a i {
                  width: 21px;
                  height: 21px;
                  bottom: 30px;
                  right: 30px; }
                  .container .content-business .bz-tab-content ul li a i:before {
                    width: 21px;
                    height: 21px;
                    opacity: 1;
                    background: url(../images/icon-plus-black.png) 0 0 no-repeat;
                    background-size: 100%; }
                  .container .content-business .bz-tab-content ul li a i:after {
                    width: 21px;
                    height: 21px;
                    background: url(../images/icon-plus-red.png) 0 0 no-repeat;
                    background-size: 100%; }
                .container .content-business .bz-tab-content ul li a:hover {
                  outline: 3px solid #e62140;
                  outline-width: 3px;
                  outline-offset: -3px; }
          .container .content-business .bz-tab-content .btn_more {
            margin: 55px auto 0 auto; } }
      @media screen and (min-width: 1600px) {
        .container .content-business .bz-tab-content {
          width: 1360px; }
          .container .content-business .bz-tab-content ul {
            gap: 26px; }
            .container .content-business .bz-tab-content ul li {
              width: auto; }
              .container .content-business .bz-tab-content ul li a {
                width: 320px;
                height: 380px; }
                .container .content-business .bz-tab-content ul li a em {
                  width: 78px;
                  height: 38px; }
                .container .content-business .bz-tab-content ul li a .img {
                  height: 238px; }
                  .container .content-business .bz-tab-content ul li a .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover; }
                .container .content-business .bz-tab-content ul li a span {
                  height: 69px;
                  padding: 25px 0 0 23px;
                  font-size: 20px; }
          .container .content-business .bz-tab-content .btn_more {
            margin: 55px auto 0 auto; } }
  .container .content-community {
    padding: 0 1.4583333333rem 5rem 1.4583333333rem; }
    .container .content-community .community-inner {
      position: relative;
      width: 100%;
      margin: auto;
      padding-top: 8.3333333333rem; }
      .container .content-community .community-inner .section-title {
        justify-content: center; }
      .container .content-community .community-inner .inner-box {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 1.25rem;
        margin-top: 1.6666666667rem;
        margin-bottom: 2.0833333333rem;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1); }
        .container .content-community .community-inner .inner-box .community-tab {
          margin: 0;
          padding: 1.6666666667rem 1.0416666667rem;
          width: 100%;
          justify-content: flex-start; }
        .container .content-community .community-inner .inner-box .com-tab-content {
          padding: 0 1.0416666667rem; }
          .container .content-community .community-inner .inner-box .com-tab-content ul {
            width: 100%;
            margin: auto; }
            .container .content-community .community-inner .inner-box .com-tab-content ul li {
              display: flex;
              justify-content: space-between;
              align-items: center;
              align-content: center;
              flex-flow: wrap;
              width: 100%;
              border-bottom: 1px solid #969696;
              padding: 1.6666666667rem 0; }
              .container .content-community .community-inner .inner-box .com-tab-content ul li a, .container .content-community .community-inner .inner-box .com-tab-content ul li span {
                position: relative;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                color: #333333;
                width: 100%;
                font-size: 1rem;
                font-weight: 400; }
              .container .content-community .community-inner .inner-box .com-tab-content ul li a {
                line-height: 1.4;
                padding-bottom: 0.625rem; }
                .container .content-community .community-inner .inner-box .com-tab-content ul li a:hover {
                  color: #e62140; }
                .container .content-community .community-inner .inner-box .com-tab-content ul li a img {
                  margin-left: 4px; }
              .container .content-community .community-inner .inner-box .com-tab-content ul li span {
                color: #cccccc;
                position: relative;
                justify-content: flex-start; }
          .container .content-community .community-inner .inner-box .com-tab-content .btn_more {
            margin: 1.875rem auto 1.875rem auto; }
      .container .content-community .community-inner .community-banner {
        position: relative;
        width: 100%;
        height: auto; }
        .container .content-community .community-inner .community-banner .community-swiper {
          width: 100%;
          height: auto;
          overflow: hidden;
          border-radius: 1.25rem; }
          .container .content-community .community-inner .community-banner .community-swiper a {
            display: flex;
            justify-content: center; }
            .container .content-community .community-inner .community-banner .community-swiper a img {
              max-width: 100%; }
            .container .content-community .community-inner .community-banner .community-swiper a .mo {
              display: block; }
            .container .content-community .community-inner .community-banner .community-swiper a .pc {
              display: none; }
        .container .content-community .community-inner .community-banner .swiper-pagination-bullets {
          text-align: center;
          margin-top: 0.2083333333rem; }
          .container .content-community .community-inner .community-banner .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 0.4166666667rem;
            height: 0.4166666667rem;
            margin: 0 0.3125rem; }
    @media screen and (min-width: 992px) {
      .container .content-community {
        padding: 0 0 120px 0; }
        .container .content-community .community-inner {
          width: 992px;
          padding-top: 150px; }
          .container .content-community .community-inner .inner-box {
            width: 925px;
            height: 540px;
            margin: auto;
            border-radius: 30px;
            margin-top: 40px; }
            .container .content-community .community-inner .inner-box .community-tab {
              margin: 38px 0 40px 33px;
              padding: 0;
              width: 823px; }
            .container .content-community .community-inner .inner-box .com-tab-content {
              padding: 0; }
              .container .content-community .community-inner .inner-box .com-tab-content ul {
                width: 823px; }
                .container .content-community .community-inner .inner-box .com-tab-content ul li {
                  border-bottom: none;
                  width: 100%;
                  height: 52px; }
                  .container .content-community .community-inner .inner-box .com-tab-content ul li a, .container .content-community .community-inner .inner-box .com-tab-content ul li span {
                    height: 100%;
                    font-size: 18px; }
                  .container .content-community .community-inner .inner-box .com-tab-content ul li a {
                    width: 673px;
                    padding-left: 10px; }
                    .container .content-community .community-inner .inner-box .com-tab-content ul li a:hover:before {
                      content: "";
                      position: absolute;
                      left: -6px;
                      top: 0;
                      width: 6px;
                      height: 6px;
                      background: url(/images/li-style1.svg) 0 0 no-repeat;
                      background-size: 100%; }
                  .container .content-community .community-inner .inner-box .com-tab-content ul li span {
                    justify-content: center;
                    width: 150px; }
                    .container .content-community .community-inner .inner-box .com-tab-content ul li span:before {
                      content: "";
                      position: absolute;
                      left: 0;
                      top: -2px;
                      width: 1px;
                      height: 19px;
                      background: #cccccc; }
              .container .content-community .community-inner .inner-box .com-tab-content .btn_more {
                margin: 21px auto 46px auto; }
          .container .content-community .community-inner .community-banner {
            margin: auto;
            width: 925px;
            height: 200px;
            margin-top: 50px; }
            .container .content-community .community-inner .community-banner .community-swiper {
              width: 100%;
              height: 200px;
              border-radius: 20px; }
              .container .content-community .community-inner .community-banner .community-swiper .swiper-slide a img {
                width: auto;
                height: 200px; }
            .container .content-community .community-inner .community-banner .swiper-pagination-bullets {
              text-align: center;
              margin-top: 10px; }
              .container .content-community .community-inner .community-banner .swiper-pagination-bullets .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                margin: 0 5px; } }
    @media screen and (min-width: 1600px) {
      .container .content-community {
        padding-bottom: 120px; }
        .container .content-community .community-inner {
          position: relative;
          width: 1360px;
          margin: auto;
          padding-top: 200px; }
          .container .content-community .community-inner .section-title {
            justify-content: flex-start; }
          .container .content-community .community-inner .inner-box {
            width: 925px;
            height: 512px;
            margin: 40px 0 0 0; }
            .container .content-community .community-inner .inner-box .community-tab {
              margin: 25px 0 25px 33px;
              width: 823px; }
            .container .content-community .community-inner .inner-box .com-tab-content ul {
              width: 823px; }
              .container .content-community .community-inner .inner-box .com-tab-content ul li {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                height: 52px; }
                .container .content-community .community-inner .inner-box .com-tab-content ul li a, .container .content-community .community-inner .inner-box .com-tab-content ul li span {
                  height: 100%;
                  font-size: 18px;
                  font-weight: 400; }
                .container .content-community .community-inner .inner-box .com-tab-content ul li span {
                  position: relative;
                  justify-content: center;
                  width: 150px; }
            .container .content-community .community-inner .inner-box .com-tab-content .btn_more {
              margin: 21px auto 46px auto; }
          .container .content-community .community-inner .community-banner {
            position: absolute;
            top: 284px;
            right: 0;
            width: 376px;
            height: 562px;
            z-index: 2;
            margin-top: 0; }
            .container .content-community .community-inner .community-banner:before {
              content: "";
              position: absolute;
              width: 350px;
              height: 401px;
              top: -60px;
              right: -60px;
              border-radius: 40px;
              z-index: 1;
              background: #f36f21;
              animation: bg-box 2s infinite alternate; }
            .container .content-community .community-inner .community-banner .community-swiper {
              width: 100%;
              height: 508px; }
              .container .content-community .community-inner .community-banner .community-swiper .swiper-slide a .mo {
                display: none; }
              .container .content-community .community-inner .community-banner .community-swiper .swiper-slide a .pc {
                display: block; }
              .container .content-community .community-inner .community-banner .community-swiper .swiper-slide a img {
                height: auto; } }
  .container .content-information {
    width: 100%;
    position: relative;
    background: #ff90a2;
    margin-bottom: 7.2916666667rem; }
    .container .content-information .inner {
      position: relative;
      width: 100%;
      margin: auto;
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .container .content-information .inner > p {
        font-size: 1rem;
        font-weight: 400;
        color: #333;
        text-align: center;
        line-height: 1.4;
        letter-spacing: -1px;
        padding: 1.1666666667rem 0 1.6666666667rem 0; }
      .container .content-information .inner .info-search {
        position: relative;
        width: 90%;
        margin: auto; }
        .container .content-information .inner .info-search .search-inner {
          width: 100%;
          height: 3.3333333333rem;
          border-radius: 1.6666666667rem;
          background: #ee2f4e;
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          .container .content-information .inner .info-search .search-inner input {
            width: 80.68965517241%;
            height: 3rem;
            background: #fff;
            border: 0;
            outline: 0;
            margin: 0.1666666667rem 0 0 0.1666666667rem;
            -webkit-border-top-left-radius: 1.5rem;
            -webkit-border-bottom-left-radius: 1.5rem;
            -moz-border-radius-topleft: 1.5rem;
            -moz-border-radius-bottomleft: 1.5rem;
            border-top-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
            font-size: 1.125rem;
            text-indent: 1.25rem;
            color: #333; }
          .container .content-information .inner .info-search .search-inner a {
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 19.31034482759%;
            height: 3rem;
            margin: 0.1666666667rem 0.1666666667rem 0 0;
            padding-left: 3rem;
            -webkit-border-top-right-radius: 1.5rem;
            -webkit-border-bottom-right-radius: 1.5rem;
            -moz-border-radius-topright: 1.5rem;
            -moz-border-radius-bottomright: 1.5rem;
            border-top-right-radius: 1.5rem;
            border-bottom-right-radius: 1.5rem;
            color: #fff;
            font-size: 0;
            overflow: hidden;
            text-indent: -99999px; }
            .container .content-information .inner .info-search .search-inner a:before {
              content: "";
              position: absolute;
              width: 100%;
              left: 0;
              top: 0.625rem;
              height: 1.6875rem;
              background: url(/images/icon-search-wh.png) 50% 50% no-repeat;
              background-size: 1.6041666667rem 1.6875rem; }
        .container .content-information .inner .info-search .hot-keyword {
          position: relative;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-flow: wrap;
          padding: 0.625rem 0 0.625rem 7.5rem; }
          .container .content-information .inner .info-search .hot-keyword h3 {
            position: absolute;
            left: 0;
            font-size: 1.125rem;
            color: #fff;
            font-weight: 500;
            padding: 0 0.8333333333rem 0 1.25rem;
            margin-right: 0.4166666667rem; }
            .container .content-information .inner .info-search .hot-keyword h3:before {
              content: "";
              position: absolute;
              width: 0.8333333333rem;
              height: 1.25rem;
              left: 0;
              top: 0;
              background: url(/images/icon-hotsearch.svg) 0 50% no-repeat;
              background-size: 0.8333333333rem; }
            .container .content-information .inner .info-search .hot-keyword h3:after {
              content: "";
              position: absolute;
              width: 1px;
              height: 1.25rem;
              right: 0;
              top: 0;
              background: #fff;
              opacity: .5; }
          .container .content-information .inner .info-search .hot-keyword a {
            display: inline-block;
            min-width: 2.0833333333rem;
            height: 1.4583333333rem;
            font-size: 1rem;
            color: #fff;
            font-weight: 400;
            padding: 0 0.3333333333rem; }
      .container .content-information .inner .box-menu-bottom {
        position: absolute;
        width: 100%;
        margin: auto;
        height: 7.5rem;
        bottom: -2.5rem;
        padding: 0 1.4583333333rem;
        padding-top: 1.6666666667rem; }
        .container .content-information .inner .box-menu-bottom ul {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .container .content-information .inner .box-menu-bottom ul li {
            width: 5.4166666667rem;
            height: 5.4166666667rem;
            margin-right: 0.625rem; }
            .container .content-information .inner .box-menu-bottom ul li a {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: flex-start;
              color: #fff;
              font-size: 0.875rem;
              font-weight: 300;
              padding-top: 3.5416666667rem;
              border-radius: 0.8333333333rem;
              overflow: hidden;
              background-color: #f86980;
              background-repeat: no-repeat;
              background-position: 50% 0.9166666667rem;
              background-image: url(/images/box-menu-icon1.png);
              background-size: 2.25rem auto;
              transition: all .15s ease-in; }
              .container .content-information .inner .box-menu-bottom ul li a:hover {
                transform: scale(1.1);
                background-color: #ee2f4e;
                box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(1) a {
              background-image: url(/images/box-menu-icon1.png); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(2) a {
              background-image: url(/images/box-menu-icon2.png); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(3) a {
              background-image: url(/images/box-menu-icon3.png); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(4) a {
              background-image: url(/images/box-menu-icon4.png); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(5) a {
              background-image: url(/images/box-menu-icon5.png); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(6) a {
              background-image: url(/images/box-menu-icon6.png); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(7) a {
              background-image: url(/images/box-menu-icon7.png); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(8) a {
              background-image: url(/images/box-menu-icon8.png); }
            .container .content-information .inner .box-menu-bottom ul li:nth-child(9) a {
              background-image: url(/images/box-menu-icon9.png); }
    @media screen and (min-width: 992px) {
      .container .content-information {
        margin-bottom: 185px; }
        .container .content-information .inner {
          width: 992px;
          padding-top: 120px;
          padding-bottom: 130px; }
          .container .content-information .inner > p {
            font-size: 22px;
            padding: 28px 0 50px 0; }
            .container .content-information .inner > p br {
              display: none !important; }
          .container .content-information .inner .info-search {
            width: 954px; }
            .container .content-information .inner .info-search .search-inner {
              width: 954px;
              height: 80px;
              border-radius: 40px; }
              .container .content-information .inner .info-search .search-inner input {
                width: 718px;
                height: 72px;
                margin: 4px 0 0 4px;
                -webkit-border-top-left-radius: 36px;
                -webkit-border-bottom-left-radius: 36px;
                -moz-border-radius-topleft: 36px;
                -moz-border-radius-bottomleft: 36px;
                border-top-left-radius: 36px;
                border-bottom-left-radius: 36px;
                font-size: 22px;
                text-indent: 36px; }
              .container .content-information .inner .info-search .search-inner a {
                width: 228px;
                height: 72px;
                margin: 4px 4px 0 0;
                padding-left: 72px;
                -webkit-border-top-right-radius: 36px;
                -webkit-border-bottom-right-radius: 36px;
                -moz-border-radius-topright: 36px;
                -moz-border-radius-bottomright: 36px;
                border-top-right-radius: 36px;
                border-bottom-right-radius: 36px;
                font-size: 22px;
                text-indent: 0; }
                .container .content-information .inner .info-search .search-inner a:before {
                  left: 35px;
                  top: 22px;
                  width: 26px;
                  height: 27px;
                  background: url(/images/icon-search-wh.png) 0 0 no-repeat;
                  background-size: 26px 27px; }
            .container .content-information .inner .info-search .hot-keyword {
              justify-content: center;
              height: 54px;
              padding: 0;
              padding-top: 30px; }
              .container .content-information .inner .info-search .hot-keyword h3 {
                position: relative;
                left: auto;
                font-size: 20px;
                font-weight: 500;
                padding: 0 20px 0 30px;
                margin-right: 12px; }
                .container .content-information .inner .info-search .hot-keyword h3:before {
                  width: 20px;
                  height: 20px;
                  background: url(/images/icon-hotsearch.svg) 0 0 no-repeat;
                  background-size: 20px; }
                .container .content-information .inner .info-search .hot-keyword h3:after {
                  height: 20px; }
              .container .content-information .inner .info-search .hot-keyword a {
                font-size: 18px;
                padding: 0 8px; }
          .container .content-information .inner .box-menu-bottom {
            width: 992px;
            bottom: -65px;
            height: 180px;
            padding-top: 40px; }
            .container .content-information .inner .box-menu-bottom ul {
              width: auto; }
              .container .content-information .inner .box-menu-bottom ul li {
                width: 130px;
                height: 130px;
                margin-right: 20px; }
                .container .content-information .inner .box-menu-bottom ul li a {
                  font-size: 18px;
                  font-weight: 300;
                  padding-top: 90px;
                  border-radius: 20px;
                  background-position: 50% 22px;
                  background-image: url(/images/box-menu-icon1.png);
                  background-size: 54px auto; } }
    @media screen and (min-width: 1600px) {
      .container .content-information .inner {
        width: 1360px; }
        .container .content-information .inner > p {
          font-size: 22px; }
        .container .content-information .inner .box-menu-bottom {
          width: 1360px; } }
  .container .content-banner {
    padding: 0 1.4583333333rem 5rem 1.4583333333rem; }
    .container .content-banner .inner {
      position: relative;
      width: 100%;
      margin: auto; }
      .container .content-banner .inner .banner2-swiper {
        position: relative;
        width: 70.3125%;
        margin: auto;
        overflow: hidden; }
        .container .content-banner .inner .banner2-swiper .swiper-wrapper {
          width: 100%; }
          .container .content-banner .inner .banner2-swiper .swiper-wrapper .swiper-slide {
            width: 100%; }
            .container .content-banner .inner .banner2-swiper .swiper-wrapper .swiper-slide a {
              display: flex;
              justify-content: center;
              width: 100%;
              height: auto;
              overflow: hidden;
              border-radius: 1.25rem;
              border: 0.0625rem solid #cccccc;
              transition: outline-width 200ms ease, outline-offset 200ms ease; }
              .container .content-banner .inner .banner2-swiper .swiper-wrapper .swiper-slide a img {
                width: 100%; }
      .container .content-banner .inner .swiper-button-next-banner2, .container .content-banner .inner .swiper-button-prev-banner2 {
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .container .content-banner .inner .swiper-button-next-banner2 {
        background: url(/images/arrow-bottom-banner-right.svg) 0 0 no-repeat;
        background-size: 100%;
        right: 0; }
      .container .content-banner .inner .swiper-button-prev-banner2 {
        background: url(/images/arrow-bottom-banner-left.svg) 0 0 no-repeat;
        background-size: 100%;
        left: 0; }
    @media screen and (min-width: 960px) {
      .container .content-banner .inner .banner2-swiper {
        width: 80%; } }
    @media screen and (min-width: 992px) {
      .container .content-banner {
        padding-bottom: 120px; }
        .container .content-banner .inner {
          width: 992px; }
          .container .content-banner .inner .banner2-swiper {
            width: 850px; }
            .container .content-banner .inner .banner2-swiper .swiper-wrapper .swiper-slide {
              width: 380px; }
          .container .content-banner .inner .swiper-button-next-banner2, .container .content-banner .inner .swiper-button-prev-banner2 {
            width: 37px;
            height: 37px; } }
    @media screen and (min-width: 1600px) {
      .container .content-banner .inner {
        width: 1360px; }
        .container .content-banner .inner .banner2-swiper {
          width: 1256px; }
          .container .content-banner .inner .banner2-swiper .swiper-wrapper .swiper-slide a {
            width: 300px;
            height: 160px; } }

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000; }

.autoplay-progress svg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #000;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - 0));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg); }

@keyframes loadingBar {
  from {
    width: 0%; }
  to {
    width: 100%; } }
@keyframes mainVisual-h22-mo {
  0% {
    opacity: 0;
    left: 2.0833333333rem; }
  15%,88% {
    opacity: 1;
    left: 0; }
  100% {
    opacity: 0;
    left: -2.0833333333rem; } }
@keyframes mainVisual-h22-pc {
  0% {
    opacity: 0;
    left: 2.0833333333rem; }
  15%,88% {
    opacity: 1;
    left: 0; }
  100% {
    opacity: 0;
    left: -2.0833333333rem; } }
@keyframes mainVisual-h2-mo {
  0% {
    opacity: 0;
    left: 2.5rem; }
  15%,88% {
    opacity: 1;
    left: 1.25rem; }
  100% {
    opacity: 0;
    left: 0; } }
@keyframes mainVisual-h2-mo-600 {
  0% {
    opacity: 0;
    left: 4.5833333333rem; }
  15%,88% {
    opacity: 1;
    left: 2.5rem; }
  100% {
    opacity: 0;
    left: 0; } }
@keyframes mainVisual-h2-pc {
  0% {
    opacity: 0;
    left: 100px; }
  15%,88% {
    opacity: 1;
    left: 0; }
  100% {
    opacity: 0;
    left: -100px; } }
@keyframes mainVisual-p-mo {
  0% {
    opacity: 0;
    left: 3.125rem; }
  18%,90% {
    opacity: 1;
    left: 1.25rem; }
  100% {
    opacity: 0;
    left: -1.25rem; } }
@keyframes mainVisual-p-mo-600 {
  0% {
    opacity: 0;
    left: 4.5833333333rem; }
  18%,90% {
    opacity: 1;
    left: 2.5rem; }
  100% {
    opacity: 0;
    left: 0; } }
@keyframes mainVisual-p2-mo {
  0% {
    opacity: 0;
    left: 3.125rem; }
  18%,90% {
    opacity: 1;
    left: 0; }
  100% {
    opacity: 0;
    left: -1.25rem; } }
@keyframes mainVisual-p-pc {
  0% {
    opacity: 0;
    left: 100px; }
  18%,90% {
    opacity: 1;
    left: 0; }
  100% {
    opacity: 0;
    left: -100px; } }
@keyframes mainVisual-span-mo-320 {
  0% {
    opacity: 0;
    left: 11.1458333333rem; }
  20%,92% {
    opacity: 1;
    left: 7.5rem; }
  100% {
    opacity: 0;
    left: 4.8958333333rem; } }
@keyframes mainVisual-span-mo-360 {
  0% {
    opacity: 0;
    left: 11.1458333333rem; }
  20%,92% {
    opacity: 1;
    left: 8.9583333333rem; }
  100% {
    opacity: 0;
    left: 4.8958333333rem; } }
@keyframes mainVisual-span-mo-412 {
  0% {
    opacity: 0;
    left: 11.1458333333rem; }
  20%,92% {
    opacity: 1;
    left: 9.0625rem; }
  100% {
    opacity: 0;
    left: 4.8958333333rem; } }
@keyframes mainVisual-span-mo-500 {
  0% {
    opacity: 0;
    left: 16.25rem; }
  20%,92% {
    opacity: 1;
    left: 14.1666666667rem; }
  100% {
    opacity: 0;
    left: 10rem; } }
@keyframes mainVisual-span-mo-600 {
  0% {
    opacity: 0;
    left: 22.5rem; }
  20%,92% {
    opacity: 1;
    left: 20.4166666667rem; }
  100% {
    opacity: 0;
    left: 16.25rem; } }
@keyframes mainVisual-span-mo-700 {
  0% {
    opacity: 0;
    left: 26.6666666667rem; }
  20%,92% {
    opacity: 1;
    left: 24.5833333333rem; }
  100% {
    opacity: 0;
    left: 20.4166666667rem; } }
@keyframes mainVisual-span-mo-800 {
  0% {
    opacity: 0;
    left: 24.5833333333rem; }
  20%,92% {
    opacity: 1;
    left: 22.5rem; }
  100% {
    opacity: 0;
    left: 20.4166666667rem; } }
@keyframes mainVisual-span-mo-900 {
  0% {
    opacity: 0;
    left: 28.75rem; }
  20%,92% {
    opacity: 1;
    left: 26.6666666667rem; }
  100% {
    opacity: 0;
    left: 24.5833333333rem; } }
@keyframes mainVisual-span-pc {
  0% {
    opacity: 0;
    left: 700px; }
  20%,92% {
    opacity: 1;
    left: 420px; }
  100% {
    opacity: 0;
    left: 320px; } }
@keyframes mainVisual-span2-mo {
  0% {
    opacity: 0;
    left: 60%; }
  20%,92% {
    opacity: 1;
    left: 50%; }
  100% {
    opacity: 0;
    left: 40%; } }
@keyframes mainVisual-span2-pc-992 {
  0% {
    opacity: 0;
    left: 900px; }
  20%,92% {
    opacity: 1;
    left: 470px; }
  100% {
    opacity: 0;
    left: 585px; } }
@keyframes mainVisual-span2-pc-1600 {
  0% {
    opacity: 0;
    left: 900px; }
  20%,92% {
    opacity: 1;
    left: 695px; }
  100% {
    opacity: 0;
    left: 585px; } }
@keyframes mainVisual-span2-pc-1920 {
  0% {
    opacity: 0;
    left: 900px; }
  20%,92% {
    opacity: 1;
    left: 695px; }
  100% {
    opacity: 0;
    left: 585px; } }
@keyframes bg-box {
  0% {
    opacity: 0;
    right: 0;
    top: 0; }
  20%,100% {
    opacity: 1;
    right: -60px;
    top: -60px; } }
