/* RESET All ELEMENT */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
html, body, div, span, table, caption, tbody, tfoot, thead, tr, th, td, font, img, small, strong, sub, sup, p, a, dl, dt, dd, ol, ul, li, form, label {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* SPECIAL RESET */
ol, ul {
  list-style: none;
}

/*th,td{font-weight:normal;text-align:left;}*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

:focus {
  outline: none;
}

/*============================================
=                    Base                    =
============================================*/
html * {
  max-height: 1000000px;
  /*-webkit-text-size-adjust: 100%;*/
}

a {
  color: #535353;
  text-decoration: none;
}

a, area {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}

img {
  vertical-align: top;
}

/*iframeRwd*/
/*=============================================
=                  All setting               =
=============================================*/
/*=============================================
=                    spc                      =
=============================================*/
.ComRel, .roleWrap, .roleWrap .tipTitle {
  position: relative;
  display: block;
  line-height: 1.4;
  margin: 0;
}

/*=============================================
=                   custom                    =
=============================================*/
.main .kv {
  background: url(../img/kv-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .kv .mask {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main .kv .mask .arrow-xs {
  display: block;
  position: absolute;
  width: 6%;
  height: 17%;
  background: url(../img/kv-arrow-01.png) 50% 50% no-repeat;
  background-size: auto 100%;
  -webkit-animation: downArrow 6s infinite;
          animation: downArrow 6s infinite;
}

.main .kv .mask .arrow-s {
  display: block;
  position: absolute;
  width: 8%;
  height: 27%;
  background: url(../img/kv-arrow-01.png) 50% 50% no-repeat;
  background-size: auto 100%;
  -webkit-animation: downArrow 5s infinite;
          animation: downArrow 5s infinite;
}

.main .kv .mask .arrow-m {
  display: block;
  position: absolute;
  width: 9%;
  height: 30%;
  background: url(../img/kv-arrow-02.png) 50% 50% no-repeat;
  background-size: auto 100%;
  -webkit-animation: downArrow 7s infinite;
          animation: downArrow 7s infinite;
}

.main .kv .mask .arrow1 {
  top: -4%;
  left: 35%;
}

.main .kv .mask .arrow2 {
  top: 15%;
  right: 25%;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.main .kv .mask .arrow3 {
  top: 31%;
  right: 2%;
}

.main .kv .mask .arrow4 {
  top: 36%;
  left: 21%;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.main .kv .mask .arrow5 {
  top: 71%;
  right: 33.5%;
}

@-webkit-keyframes downArrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}

@keyframes downArrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}

.main .kv .main_tag {
  position: relative;
  display: inline-block;
  color: #FFCC33;
  width: 100%;
  margin: 0 0 8%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .kv .main_tag p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1.5% 5% 1% 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 1.9vw;
  font-weight: 800;
}

.main .kv .main_title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 20px, 0) scale(0.9);
          transform: translate3d(0, 20px, 0) scale(0.9);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .kv .main_dec {
  position: relative;
  display: block;
  line-height: 1.4;
  width: 100%;
  font-size: 2.3vw;
  font-weight: 800;
  text-align: left;
  color: #542a14;
  margin: 8% 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-40px, 0px, 0);
          transform: translate3d(-40px, 0px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .kv.on {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 6s;
  transition: all 6s;
}

.main .kv.on .main_tag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.main .kv.on .main_title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0) scale(1);
          transform: translate3d(0, 0px, 0) scale(1);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.main .kv.on .main_dec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.main .page1 {
  padding: 30px 0;
  background: #DFEFED;
}

.main .page3 .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .page3 .bg .tdec {
  display: block;
  position: absolute;
  width: 4%;
  height: 1.5%;
}

.main .page3 .bg .tdec1 {
  top: 3%;
  right: 1%;
}

.main .page3 .bg .tdec2 {
  top: 4.5%;
  right: 5%;
}

.main .page3 .bg .tdec3 {
  top: 20%;
  left: 5%;
}

.main .page3 .bg .tdec4 {
  top: 23%;
  right: 10%;
}

.main .page3 .bg .tdec5 {
  top: 40%;
  right: 1%;
}

.main .page3 .bg .tdec6 {
  top: 43%;
  left: 5%;
}

.main .page3 .bg .tdec7 {
  top: 55%;
  left: 0;
}

.main .page3 .bg .tdec8 {
  top: 80%;
  right: 3%;
}

.main .page3 .bg .tdec9 {
  top: 90%;
  left: 5%;
}

.main .page3 .bg .s1 {
  background: url(../img/kv-dec1.svg) 50% 50% no-repeat;
  background-size: auto 100%;
}

.main .page3 .bg .s2 {
  background: url(../img/kv-dec2.svg) 50% 50% no-repeat;
  background-size: auto 100%;
}

.main .page3 .bg .s3 {
  background: url(../img/kv-dec3.svg) 50% 50% no-repeat;
  background-size: auto 100%;
}

.main .page3 .bg .s4 {
  background: url(../img/kv-dec4.svg) 50% 50% no-repeat;
  background-size: auto 100%;
}

.main .page4 {
  background: #DFEFED;
}

.main .page4 .chartCont {
  width: 95%;
  margin: 0 0 0 5%;
}

.main .page4 .title {
  position: relative;
  z-index: 2;
}

.main .page5 {
  background: #FFE3DC;
}

.main .page5 .block {
  z-index: 1;
}

.main .page5:before, .main .page5:after {
  content: '';
  display: block;
  position: absolute;
  width: 26%;
  height: 35%;
  z-index: 0;
}

.main .page5:before {
  top: 25%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/c01-l.jpg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.main .page5:after {
  bottom: -10%;
  right: -5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/c02-r.jpg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.main .page6 {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #DFEFED), to(#85CCCC));
  background: linear-gradient(90deg, #DFEFED 20%, #85CCCC 100%);
}

.main .page .contBox .title_main:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icon01-06.svg) 50% 50% no-repeat;
  background-size: auto 100%;
}

.main .page .contBox .swiperStyle1 {
  width: 100%;
  height: 100%;
}

.main .page .contBox .swiperStyle1 .swiper-slide {
  overflow: hidden;
}

.main .page .contBox .swiperStyle1 .swiper-slide .img {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle1 .swiper-slide:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle4 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle4 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.main .page .contBox .swiperStyle4 .swiper-slide .img img {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle4 .swiper-slide:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle4.fadeContent.animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle5 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle5.fadeContent.animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .chartCont.fadeContent {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.main .page .chartCont.fadeContent.animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fixTitle {
  display: block;
  position: absolute;
  top: 13%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 800;
}

.fixTitle:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icon01-06.svg) 50% 50% no-repeat;
  background-size: auto 100%;
}

.fixTitle h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #FF3333;
  font-weight: bold;
  margin: 20px 0;
}

.fixPage {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #DFEFED;
  margin-top: -8rem;
  z-index: 1;
}

.fixPage_end {
  background-size: cover;
}

.fixPage_noPadding {
  padding-bottom: 0;
}

.fixPage_img {
  position: -webkit-sticky;
  position: sticky;
  min-width: 60%;
  height: 100vh;
  top: 0;
}

.fixPage_img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
}

.fixPage_img img.pcShow {
  display: block;
}

.fixPage_img img.mShow {
  display: none;
}

.fixPage_img .image-transition {
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0.5;
  -webkit-animation: showOn 2s forwards;
          animation: showOn 2s forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.fixPage_img .image-reset {
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 1;
  -webkit-animation: showOn 2s forwards;
          animation: showOn 2s forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

@-webkit-keyframes showOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fixPage_cont {
  padding: 75px 60px 100px 30px;
  text-align: left;
}

.fixPage_cont h3 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #FF3333;
  font-weight: bold;
  margin: 20px 0 0;
}

.fixPage_cont p {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 18px;
  line-height: 1.7;
}

.fixPage_txtBox {
  padding: 4.6rem 0 15rem;
}

.fixPage_txtBox h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin: 40px auto 20px;
}

.fixPage_txtBox:first-child p:first-child {
  margin: 0px auto 20px;
}

.fixPage_txtBox:first-child p:last-child {
  margin: 20px auto 0;
}

.fixPage_txtBox p:first-child {
  margin: 40px auto 20px;
}

.fixPage_txtBox p:last-child {
  margin: 20px auto 0;
}

.fixPage_txtBox_last {
  border-bottom: none;
}

.fixImage {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fixImage.hide {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 100px, 0);
          transform: translate(-50%, -50%) translate3d(0, 100px, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}

.fixImage.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: auto;
}

.fixTxt {
  color: #006666;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.fixScroll {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #DFEFED), to(#85CCCC));
  background: linear-gradient(90deg, #DFEFED 20%, #85CCCC 100%);
}

.fixScroll_wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixScroll_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.fixScroll_sticky {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixScroll_sticky_container {
  position: relative;
  width: 100%;
}

.fixScroll_sticky_container .fixCont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.fixScroll_sticky_container .fixCont .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixScroll_sticky_container .fixCont .bg_left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.fixScroll_sticky_container .fixCont .bg_right {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.fixScroll_sticky_container .fixCont .bg .arrow-s {
  display: block;
  position: absolute;
  width: 10%;
  height: 10%;
  background: url(../img/kv-arrow-01.png) 50% 50% no-repeat;
  background-size: auto 100%;
  -webkit-animation: downArrow 5s infinite;
          animation: downArrow 5s infinite;
}

.fixScroll_sticky_container .fixCont .bg .arrow-m {
  display: block;
  position: absolute;
  width: 10%;
  height: 12%;
  background: url(../img/kv-arrow-02.png) 50% 50% no-repeat;
  background-size: auto 100%;
  -webkit-animation: downArrow 7s infinite;
          animation: downArrow 7s infinite;
}

.fixScroll_sticky_container .fixCont .bg .arrow1 {
  top: 17%;
  left: 15%;
}

.fixScroll_sticky_container .fixCont .bg .arrow2 {
  top: 30%;
  left: 4%;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fixScroll_sticky_container .fixCont .bg .arrow3 {
  top: 38%;
  right: 20%;
}

.fixScroll_sticky_container .fixCont .bg .arrow4 {
  top: 67%;
  right: 13%;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fixScroll_sticky_container .fixCont .bg .arrow5 {
  top: 35%;
  left: 30%;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fixScroll_sticky_container .fixCont .bg .arrow6 {
  top: 67%;
  left: 7%;
}

.fixScroll_sticky_container .fixCont .bg .arrow7 {
  top: 38%;
  right: 7%;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fixScroll_sticky_container .fixCont .bg .arrow8 {
  top: 67%;
  right: 20%;
}

.fixScroll_sticky_container .fixCont .bg .arrow9 {
  top: 29%;
  left: 15%;
}

.fixScroll_sticky_container .fixCont .bg .arrow10 {
  top: 61%;
  left: 4%;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fixScroll_sticky_container .fixCont .bg .arrow11 {
  top: 38%;
  right: 10%;
}

.fixScroll_sticky_container .fixCont .bg .arrow12 {
  top: 63%;
  right: 25%;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@keyframes downArrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}

.fixScroll_sticky_container .fixCont3, .fixScroll_sticky_container .fixCont5 {
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #DFEFED), to(#85CCCC));
  background: linear-gradient(90deg, #DFEFED 20%, #85CCCC 100%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.fixScroll_sticky_container .fixCont4 {
  height: 100vh;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, #DFEFED), to(#85CCCC));
  background: linear-gradient(270deg, #DFEFED 20%, #85CCCC 100%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.fixScroll_sticky_container .fixCont.active .fixBox .imgBox .chat {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all .9s;
  transition: all .9s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.fixScroll_sticky_container .fixCont.active .fixBox .txtBox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all .9s;
  transition: all .9s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.fixScroll_sticky_container .fixBox {
  display: block;
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  width: 100%;
  height: 75%;
  max-width: 800px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 2;
}

.fixScroll_sticky_container .fixBox .imgBox {
  position: relative;
  display: block;
}

.fixScroll_sticky_container .fixBox .imgBox .img {
  position: relative;
  width: 70%;
}

.fixScroll_sticky_container .fixBox .imgBox .chat {
  display: block;
  position: absolute;
  bottom: -28%;
  width: 66%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.fixScroll_sticky_container .fixBox .imgBox .chat p {
  display: block;
  position: absolute;
  top: 42%;
  left: 50%;
  width: 100%;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #13B7B3;
  font-weight: 500;
  text-align: left;
  padding: 0 8% 0 4%;
}

.fixScroll_sticky_container .fixBox .imgBox .chat p b {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #006666;
  line-height: 1.2;
}

.fixScroll_sticky_container .fixBox .txtBox {
  position: relative;
  padding: 4.5rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  text-align: left;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.fixScroll_sticky_container .fixBox .txtBox .txt2 p {
  color: #3b3e41;
  line-height: 1.4;
  font-weight: 500;
}

.fixScroll_sticky_container .fixBox_left .imgBox .img {
  float: left;
}

.fixScroll_sticky_container .fixBox_left .chat {
  right: 0;
}

.fixScroll_sticky_container .fixBox_right .imgBox .img {
  float: right;
}

.fixScroll_sticky_container .fixBox_right .imgBox .img .moreUrl {
  right: 0;
  left: auto;
}

.fixScroll_sticky_container .fixBox_right .chat {
  left: 0;
}

.fixScroll_sticky_container .hide {
  opacity: 0;
  pointer-events: none;
}

.fixScroll_sticky_container .hide .fixBox {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0) translate(-50%, -50%);
          transform: translate3d(0, 100px, 0) translate(-50%, -50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.fixScroll_sticky_container .active {
  opacity: 1;
  pointer-events: all;
}

.fixScroll_sticky_container .active .fixBox {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0) translate(-50%, -50%);
          transform: translate3d(0, 0px, 0) translate(-50%, -50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.view {
  width: 100%;
  height: 600vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.view .box {
  width: 460px;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-70%);
          transform: translate(-70%);
}

.view .box p {
  color: #fff;
  letter-spacing: .5px;
}

.preView {
  height: 10px;
}

.roleWrap .tipBox {
  position: relative;
  display: block;
  margin: 2% auto;
  text-align: left;
}

.roleWrap .tipBox ul {
  position: relative;
  display: block;
}

.roleWrap .tipBox ul li {
  position: relative;
  display: block;
  margin: .5rem 0;
  padding: .3rem .5rem .3rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
}

.roleWrap .tipBox ul li b {
  color: #FF3333;
}

.roleWrap .tipBox ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: #FF3333;
}

.roleWrap .tipTitle {
  font-size: 20px;
  color: #006666;
  font-weight: 800;
}

.roleWrap.fadeContent .tipBox ul li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0px, -40px, 0);
          transform: translate3d(0px, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.roleWrap.fadeContent .roleBoxImg {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.roleWrap.fadeContent .roleBoxTxt {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(40px, 0, 0);
          transform: translate3d(40px, 0, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.roleWrap.fadeContent.animate .tipBox ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0px, 0);
          transform: translate3d(0px, 0px, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.roleWrap.fadeContent.animate .tipBox ul li:nth-child(1) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.roleWrap.fadeContent.animate .tipBox ul li:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.roleWrap.fadeContent.animate .tipBox ul li:nth-child(3) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.roleWrap.fadeContent.animate .tipBox ul li:nth-child(4) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.roleWrap.fadeContent.animate .roleBoxImg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.roleWrap.fadeContent.animate .roleBoxTxt {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.roleBox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.roleBoxImg {
  width: 30%;
}

.roleBoxTxt {
  width: 67%;
  margin-left: 2%;
  color: #000;
}

.moreUrl {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  color: #000;
  font-weight: 600;
  display: inline;
  padding: 5px 20px 8px 10px;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 1.7;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #FFCC33;
}

.moreUrl .liDec {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.moreUrl .liDec i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
  -webkit-animation: arrowAni1 1s infinite;
          animation: arrowAni1 1s infinite;
}

.moreUrl .liDec i:nth-child(1) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.moreUrl .liDec i:nth-child(3) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.moreUrl:hover {
  background: #13B7B3;
  -webkit-transition: all .6s;
  transition: all .6s;
  color: #fff;
}

.moreUrl:hover .liDec i {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@-webkit-keyframes arrowAni1 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: .3;
  }
}

@keyframes arrowAni1 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: .3;
  }
}

/*=============================================
=                     RWD                   =
=============================================*/
@media screen and (min-width: 1440px) {
  .header .menuBox .block .navBtn {
    padding: 1rem 2% 4rem 0;
  }
  .main .kv {
    height: 100vh;
    padding-top: 0;
  }
  .main .pageEdit .block .edit:before {
    top: 50px;
  }
  .fixScroll_sticky_container .fixBox {
    top: calc(50% + 90px);
  }
  .fixScroll_sticky_container .fixBox .imgBox .img {
    width: 55%;
  }
  .fixScroll_sticky_container .fixBox .imgBox .chat {
    width: 60%;
    bottom: -25%;
  }
  .fixScroll_sticky_container .fixBox .txtBox {
    padding: 5rem 0 0;
  }
  .fixScroll_sticky_container .fixBox .txtBox .txt2 p {
    font-size: 16px;
    line-height: 1.7;
  }
  .fixTitle {
    top: 120px;
  }
  .fixTitle:before {
    top: 5px;
  }
  .fixPage {
    margin-top: -4rem;
  }
  .swiper-videoSlide5 .swiper-slide {
    margin: 0;
    max-width: 320px;
  }
  .view {
    height: 400vh;
  }
  .preView {
    height: 0;
  }
  .roleWrap .tipTitle {
    font-size: 28px;
  }
  .roleWrap .tipBoxImg {
    width: 35%;
  }
  .roleWrap .tipBoxTxt {
    width: 60%;
    margin-left: 4%;
  }
  .roleWrap .tipBox ul li {
    font-size: 22px;
    margin: 1rem 0;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .main .kv .block {
    max-width: 530px;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .main .kv .main_tag p {
    font-size: 40px;
  }
  .main .kv .main_dec {
    font-size: 40px;
  }
  .fixScroll_sticky_container .fixBox {
    max-width: 1100px;
  }
  .fixScroll_sticky_container .fixBox .imgBox .img {
    width: 55%;
  }
  .fixScroll_sticky_container .fixBox .imgBox .chat {
    width: 55%;
    bottom: -30%;
  }
  .fixScroll_sticky_container .fixBox .imgBox .chat p {
    font-size: 22px;
  }
  .fixScroll_sticky_container .fixBox .imgBox .chat p b {
    font-size: 24px;
  }
  .fixScroll_sticky_container .fixBox .txtBox {
    padding: 8rem 0 0;
  }
  .fixScroll_sticky_container .fixBox .txtBox .txt2 p {
    font-size: 22px;
    line-height: 1.7;
  }
  .fixScroll_sticky_container .fixBox_left .chat {
    right: 10%;
  }
  .fixScroll_sticky_container .fixBox_right .chat {
    left: 10%;
  }
  .fixPage_cont {
    padding: 75px 120px 200px 0;
  }
  .fixPage_cont p {
    font-size: 22px;
  }
  .fixPage_cont p b {
    font-size: 28px;
  }
  .fixPage_txtBox {
    padding: 4.6rem 0 30rem;
  }
}

@media screen and (max-width: 1280px) {
  .fixScroll_sticky_container .fixBox .txtBox {
    padding: 8.5rem 0 0;
  }
  .fixScroll_sticky_container .fixBox .txtBox .txt2 p {
    line-height: 1.7;
  }
  .fixPage_txtBox {
    padding: 8.5rem 0 15rem;
  }
  .main .page .chartCont {
    max-width: 750px;
  }
  .main .page .contBox .swiperStyle4 {
    max-width: 750px;
  }
}

@media screen and (max-width: 1280px) and (max-height: 600px) {
  .header .menuBox .block .navBtn {
    padding: 1rem 2% 4rem 0;
  }
  .fixTitle {
    top: 100px;
  }
  .fixScroll_sticky_container .fixBox .imgBox .img {
    width: 50%;
  }
  .fixScroll_sticky_container .fixBox .imgBox .chat {
    width: 60%;
    bottom: -25%;
  }
  .fixScroll_sticky_container .fixBox_left .chat {
    right: 0%;
  }
  .fixScroll_sticky_container .fixBox_right .chat {
    left: 0%;
  }
  .fixScroll_sticky_container .fixBox .txtBox {
    padding: 4rem 0 0;
  }
  .fixPage {
    margin-top: -4rem;
  }
  .fixPage_txtBox {
    padding: 4.5rem 0 15rem;
  }
  .main .page .contBox .swiperStyle4 {
    max-width: 900px;
  }
  .main .page .coverBox .cover_txt {
    font-size: 16px;
  }
  .view {
    height: 500vh;
  }
  .preView {
    height: 0;
  }
}

@media screen and (max-width: 1100px) and (min-height: 1000px) {
  .fixScroll_sticky_container .fixBox {
    top: auto;
    bottom: -40%;
  }
}

@media screen and (max-width: 1100px) {
  .fixScroll_sticky_container .fixBox .txtBox {
    padding: 8rem 0 0;
  }
  .fixScroll_sticky_container .fixBox .txtBox .txt2 p {
    line-height: 1.7;
  }
  .fixPage {
    display: block;
    margin-top: 0;
  }
  .fixPage_img {
    height: 60vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#DFEFED), color-stop(90%, #DFEFED), to(transparent));
    background: linear-gradient(180deg, #DFEFED 0%, #DFEFED 90%, transparent 100%);
    z-index: 2;
  }
  .fixPage_cont {
    position: relative;
    z-index: 1;
    max-width: 80%;
    margin: 0 auto;
  }
  .fixPage_txtBox {
    padding: 10rem 0 20rem;
  }
  .swiper-videoSlide5 .swiper-slide {
    max-width: 350px;
  }
  .main .page4 .chartCont {
    width: 60%;
    margin: 0 20%;
  }
}

@media screen and (max-width: 768px) {
  .header .menuBox .bg {
    width: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header .menuBox .block {
    width: 80%;
  }
  .header .menuBox .block .navBtn {
    width: 100%;
    padding: 1rem 2%;
    border-top: none;
    border-bottom: 1px solid #006666;
  }
  .header .menuBox .block .navBtn:nth-child(4), .header .menuBox .block .navBtn:nth-child(5) {
    color: #006666;
    border-top: none;
    border-bottom: 1px solid #006666;
  }
  .fixScroll_sticky_container .fixCont .bg img.pcShow {
    display: none;
  }
  .fixScroll_sticky_container .fixCont .bg img.tbShow {
    display: block;
  }
  .fixScroll_sticky_container .fixCont .bg .mask {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, black), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(90%, black));
    background: linear-gradient(180deg, black 15%, transparent 40%, transparent 60%, black 90%);
  }
  .fixScroll_sticky_container .fixCont .bg .arrow-s {
    width: 16%;
  }
  .fixScroll_sticky_container .fixCont .bg .arrow-m {
    width: 16%;
  }
  .fixScroll_sticky_container .fixBox {
    max-width: 90%;
    padding: 2rem 0;
    top: 50%;
    bottom: auto;
  }
  .fixScroll_sticky_container .fixBox .imgBox {
    padding: 4rem 0 0;
  }
  .fixScroll_sticky_container .fixBox .imgBox .img {
    width: 80%;
    margin: 0 10%;
    float: none;
  }
  .fixScroll_sticky_container .fixBox .imgBox .chat {
    position: relative;
    bottom: auto;
    width: 80%;
    margin: 2% 10%;
  }
  .fixScroll_sticky_container .fixBox .imgBox .chat p {
    top: 43%;
    font-size: 16px;
  }
  .fixScroll_sticky_container .fixBox .imgBox .chat p b {
    font-size: 20px;
  }
  .fixScroll_sticky_container .fixBox .txtBox {
    padding: 0;
    width: 80%;
  }
  .view {
    height: 400vh;
  }
  .preView {
    height: 0;
  }
  .main .page .txt2 p {
    font-size: 18px;
  }
  .main .page4 .chartCont {
    width: 90%;
    margin: 0 5%;
  }
  .main .page .contBox .swiperStyle4 {
    max-width: 80%;
  }
  .main .page .contBox .swiperStyle5 {
    max-width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .header .menuBox .block .navBtn:hover {
    border-top: none;
    color: #006666;
  }
  .header .menuBox .block .navBtn:hover:nth-child(4), .header .menuBox .block .navBtn:hover:nth-child(5) {
    border-top: none;
    color: #006666;
  }
  .main .kv {
    padding-top: 0;
    height: 90vh;
    background: url(../img/m/kv-bg.jpg) 50% 70% no-repeat;
    background-size: cover;
  }
  .main .kv .block {
    top: 40%;
    max-width: 60%;
  }
  .main .kv .main_tag p {
    font-size: 3.5vw;
  }
  .main .kv .main_dec {
    font-size: 4.8vw;
  }
  .main .kv .mask .arrow2, .main .kv .mask .arrow5 {
    display: none;
  }
  .main .kv .mask .arrow4 {
    top: 21%;
    left: 4%;
  }
  .main .kv .mask .arrow-s {
    width: 10%;
    height: 17%;
  }
  .main .kv .mask .arrow-m {
    width: 14%;
    height: 21%;
  }
  .main .page2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #DFEFED), to(#85CCCC));
    background: linear-gradient(90deg, #DFEFED 20%, #85CCCC 100%);
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .main .page2 .part {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 8% 0;
  }
  .main .page2 .part .block {
    position: relative;
    display: block;
    width: 90%;
  }
  .main .page2 .part .block .imgBox {
    position: relative;
    display: block;
  }
  .main .page2 .part .block .imgBox .img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .main .page2 .part .block .imgBox .chat {
    position: relative;
    display: block;
    width: 95%;
    margin: 5% 2.5% 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .main .page2 .part .block .imgBox .chat p {
    display: block;
    position: absolute;
    top: 43%;
    left: 50%;
    width: 100%;
    font-size: 22px;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.4;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #13B7B3;
    font-weight: 500;
    text-align: left;
  }
  .main .page2 .part .block .imgBox .chat p b {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #006666;
    line-height: 1.4;
  }
  .main .page2 .part .block .txtBox {
    padding: 0;
    width: 100%;
    margin: 2% auto 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .main .page2 .part .block .txtBox .txt2 p {
    color: #000;
  }
  .main .page2 .part3 {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #DFEFED), to(#85CCCC));
    background: linear-gradient(90deg, #DFEFED 20%, #85CCCC 100%);
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .main .page2 .part2 {
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, #DFEFED), to(#85CCCC));
    background: linear-gradient(270deg, #DFEFED 20%, #85CCCC 100%);
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .main .page2 .part.fadeContent.animate .imgBox .img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .main .page2 .part.fadeContent.animate .imgBox .chat {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .main .page2 .part.fadeContent.animate .txtBox {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .main .page3 .bg .tdec {
    width: 5%;
    height: 1%;
  }
  .main .page3 .contBox {
    margin: 1rem 0;
  }
  .main .page .chartCont {
    max-width: 90%;
  }
  .main .page .contBox .swiperStyle5 .swiper-wrapper {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    padding-left: 0;
  }
  .fixPage_cont {
    padding: 75px 0;
  }
  .roleBoxImg {
    width: 50%;
  }
  .roleBoxTxt {
    width: 100%;
    margin: 5% 0;
  }
  .roleWrap .tipTitle {
    font-size: 22px;
  }
  .roleWrap .tipBox ul li {
    font-size: 20px;
  }
  .swiper-videoSlide5 .swiper-slide {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .fixScroll_sticky_container .fixBox {
    padding: .5rem 2.5rem;
  }
  .fixScroll_sticky_container .fixBox .txtBox h3 {
    font-size: 4.5vw;
  }
  .main .kv {
    height: 90vh;
  }
  .main .kv .mask .arrow-xs {
    background-size: 100% auto;
  }
  .main .kv .mask .arrow-s {
    background-size: 100% auto;
  }
  .main .kv .mask .arrow-m {
    background-size: 100% auto;
  }
  .main .kv .block {
    max-width: 70%;
  }
  .main .kv .main_tag p {
    font-size: 22px;
  }
  .main .kv .main_dec {
    font-size: 28px;
  }
  .main .page2 {
    padding: 40px 0 10px;
  }
  .main .page2 .part .block .imgBox .chat p {
    top: 42%;
    font-size: 14px;
    padding: 0 10% 0 8%;
  }
  .main .page .txt2 p {
    font-size: 3vw;
  }
  .main .page .extendBtn li .extendUrl {
    font-size: 3vw;
  }
  .main .page .contBox .swiperCont .swiperBtn .swiper-button-next {
    right: -10%;
  }
  .main .page .contBox .swiperCont .swiperBtn .swiper-button-prev {
    left: -10%;
  }
  .main .page .contBox .swiperStyle8 {
    max-width: 100%;
  }
  .main .page .coverBox {
    padding: 1rem 1rem .5rem;
  }
  .main .pageEdit .block .edit:before {
    top: 0;
  }
  .main .pageEdit .block .edit .box {
    word-break: keep-all;
  }
  .swiper-videoSlide5 .swiper-slide .vdBox_play {
    font-size: 16px;
  }
  .fixPage_img {
    height: 60vh;
    min-width: 40%;
  }
}

@media screen and (max-width: 414px) {
  .header .menuBox .block {
    top: 55%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .menuBox .block .navBtn {
    font-size: 20px;
    margin: 2% 0;
  }
  .header .menuBox .block .navBtn:after {
    top: 50%;
    bottom: auto;
    width: 20px;
    height: 20px;
    right: -10px;
  }
  .fixScroll_sticky_container .fixBox {
    top: 70%;
    padding: .5rem 2rem;
  }
  .fixScroll_sticky_container .fixBox .txtBox h3 {
    font-size: 20px;
    margin: 20px auto 10px;
  }
  .fixScroll_sticky_container .fixCont .bg .mask {
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, transparent), color-stop(60%, transparent), color-stop(90%, black));
    background: linear-gradient(180deg, black 0%, transparent 20%, transparent 60%, black 90%);
  }
  .fixPage {
    margin-top: -4rem;
  }
  .fixPage_img {
    height: 60vh;
    max-width: 100%;
    min-width: auto;
    z-index: 2;
  }
  .fixPage_img:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#DFEFED), color-stop(90%, #DFEFED), to(transparent));
    background: linear-gradient(180deg, #DFEFED 0%, #DFEFED 90%, transparent 100%);
    z-index: 0;
  }
  .fixPage_cont {
    max-width: 90%;
  }
  .view {
    height: 300vh;
  }
  .swiper-pagination-group {
    text-align: center;
    margin: 10px;
  }
  .main .kv {
    height: 90vh;
  }
  .main .kv .main_tag p {
    font-size: 20px;
  }
  .main .kv .main_dec {
    font-size: 24px;
  }
  .main .page {
    padding: 60px 0;
  }
  .main .page2 {
    padding: 60px 0 0;
  }
  .main .page h3 {
    text-align: left;
  }
  .main .page .word-break {
    display: inline;
  }
  .main .page .block .txtBox {
    max-width: 100%;
  }
  .main .page .contBox .title_main_s h3 {
    text-align: center;
  }
  .main .page2 .part .block {
    width: 100%;
  }
  .main .page2 .part .block .imgBox .chat {
    width: 100%;
    margin: 5% 0 0;
  }
  .main .page2 .part .block .imgBox .chat p {
    font-size: 18px;
    padding: 1% 5% 0;
  }
  .main .page2 .part .block .imgBox .chat p b {
    font-size: 20px;
    line-height: 1.2;
  }
  .main .page3 {
    padding: 60px 0 0;
  }
  .main .page3 .bg .tdec {
    width: 8%;
  }
  .main .page5:before, .main .page5:after {
    width: 60%;
  }
  .main .page .txt1 p {
    font-weight: 400;
  }
  .main .page .txt2 p {
    font-size: 18px;
    line-height: 1.5;
  }
  .main .page .extendCont li .extendUrl {
    font-size: 16px;
    padding-bottom: 3px;
    z-index: 3;
  }
  .roleWrap .tipBox ul li {
    font-size: 18px;
  }
  .roleBoxImg {
    width: 70%;
  }
  .swiper-videoSlide5 .swiper-slide {
    max-width: 100%;
  }
  .swiper-videoSlide5 .swiper-slide .vdBox_cont {
    font-size: 16px;
  }
  .popup .popCont_video .swiper-container {
    width: 90%;
  }
}

@media screen and (max-width: 375px) {
  .fixScroll_sticky_container .fixBox .txtBox h3 {
    font-size: 18px;
  }
  .main .kv .main_dec {
    font-size: 22px;
  }
  .main .page .txt2 p {
    font-size: 14px;
  }
  .swiper-videoSlide5 .swiper-slide .vdBox_cont {
    font-size: 16px;
  }
  .swiper-videoSlide5 .swiper-slide .vdBox_play {
    font-size: 14px;
  }
}
/*# sourceMappingURL=custom.css.map */