@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&family=Noto+Serif+TC:wght@200;300;400;500;600&display=swap');

.m-slider {
  position: relative
}
.m-slider:nth-child(n+2) {
  margin-top: 34px
}
.m-slider__inner {
  margin: -40px -20px 0
}
.m-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.m-slider__touch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  pointer-events: none
}
.m-slider__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 20px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.m-live {
  -webkit-box-shadow: 0 6px 20px 6px rgba(0, 0, 0, .15);
  box-shadow: 0 6px 20px 6px rgba(0, 0, 0, .15)
}
.m-slider2__item .m-live {
  margin: 0;
  -webkit-transform: none;
  transform: none
}

.m-slider__item {
  padding: 20px 10px 0
}




.m-slider__ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}
.m-slider__ctrl:nth-child(n+2) {
  margin-top: 60px
}
.m-slider__ctrl__prev {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.m-slider__ctrl__move, .m-slider__ctrl__next, .m-slider__ctrl__prev {
  outline: 0
}
.m-slider__ctrl__move:nth-child(n+2), .m-slider__ctrl__next:nth-child(n+2), .m-slider__ctrl__prev:nth-child(n+2) {
  margin-top: 0;
  margin-left: 12px
}
.m-slider__ctrl__next, .m-slider__ctrl__prev {
  width: 46px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 0
}
.m-slider__ctrl__next > button, .m-slider__ctrl__prev > button {
  display: block;
  position: relative;
  overflow: hidden !important;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .15);
  text-align: left !important;
  text-indent: 200% !important;
  white-space: nowrap !important;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}


.m-slider__ctrl__next > button::before, .m-slider__ctrl__prev > button::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
  transform: rotate(45deg) translate(-2px, 2px)
}
.m-slider__ctrl__next > button:hover, .m-slider__ctrl__prev > button:hover {
  opacity: .7
}
.m-slider__ctrl__next.opt-transparent, .m-slider__ctrl__prev.opt-transparent {
  background-color: rgba(255, 255, 255, 0)
}
.m-slider__ctrl__next.opt-transparent > button, .m-slider__ctrl__prev.opt-transparent > button {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none
}
.m-slider__ctrl__prev {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}
.m-slider__ctrl__prev > button {
  -webkit-box-shadow: 0 -6px 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 -6px 30px 0 rgba(0, 0, 0, .15);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.m-slider__ctrl__next {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3
}
.m-slider__ctrl__move {
  -ms-flex-order: 2;
  position: relative;
  width: 180px;
  height: 3px;
  background-color: #fff;
  -webkit-box-ordinal-group: 3;
  order: 2
}
.m-slider__ctrl__move.opt-dark {
  background-color: #bfcdd9
}
.m-slider__ctrl__move > button {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden !important;
  width: 100%;
  min-width: 10%;
  height: 100%;
  border: 0;
  background-color: #ed3242;
  text-align: left !important;
  text-indent: 200% !important;
  white-space: nowrap !important;
  pointer-events: none
}
.slide__arrow {
  position: absolute;
  top: 0;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 46px;
  background: #fffffe;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .15);
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
.slide__arrow img {
  position: absolute;
  top: 17px;
  width: 18px
}
.slide__arrow.left {
  left: -56px
}
.slide__arrow.left img {
  left: 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.slide__arrow.right {
  right: -56px
}
.slide__arrow.right img {
  right: 13px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.m-slider2__item .m-block-link, .m-slider__item .m-block-link {
  height: 100%
}
/*----------------
success  share  slidr
---------*/
.m-live-wrap {
  position: relative;
  padding-top: 74.91289199%
}
.m-live {
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .15)
}
.m-live__inner {
  position: relative;
  z-index: 1;
  padding-top: 74.91289199%;
}

   .m-live__inner .eventDate {
        position:absolute;
        right:0
    }
        .m-live > a {
  display: block;
}

.live-slide__touch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  pointer-events: none;
}
.live-slide__item-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.live-slide__item-wrap:not(.transition-none) {
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}
.live-slide__item-wrap:not(.transition-none) .m-live {
  -webkit-transition: margin .3s ease, -webkit-transform .3s ease;
  transition: margin .3s ease, -webkit-transform .3s ease;
  transition: margin .3s ease, transform .3s ease;
  transition: margin .3s ease, transform .3s ease, -webkit-transform .3s ease
}
.live-slide__item-wrap.is-small .m-live, .live-slide__item-wrap:nth-child(n+2):not(.is-initialized) .m-live {
  margin: -8.83803782% -11.79775281%;
  -webkit-transform: scale(.80909091);
  transform: scale(.80909091)
}
.live-slide__item-wrap.is-xsmall .m-live, .live-slide__item-wrap:nth-child(n+3):not(.is-initialized) .m-live {
  margin: -15.03029362% -20.06369427%;
  -webkit-transform: scale(.71363636);
  transform: scale(.71363636)
}
.top__live {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 180px auto 0
}
.top__live_inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 84px 0 130px;
  background: url(../images/bg/bg_live.jpg) no-repeat #8be6f8 center bottom;
  background-size: auto
}
.top__live_caption {
  margin-bottom: 15px;
  text-align: center;
  font-size: 38px
}
.top__live_text {
  text-align: center;
  font-size: 17px;
  line-height: 1.6
}
.top__live .button-wrap {
  margin-top: 50px
}
 

.m-live__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  max-height: calc(100% - 50px);
  margin: 25px 27px;
  -webkit-box-align: start;
  align-items: flex-start
}

.live-slide:nth-child(n+2) {
  margin-top: 40px
}
.live-slide {
  position: relative;
  width: 440px;
  max-width: 440px;
  margin: 0 auto
}
.live-slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.live-slide__content.is-dragging-active a {
  pointer-events: none
}
.live-slide__content.is-dragging {
  cursor: ew-resize
}
.live-slide__item-wrap:not(.transition-none) {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}
.live-slide__item-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}


.m-live-wrap .m-live {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.m-live > a {
  display: block
}
.m-live__inner {
  position: relative;
  z-index: 1;
  padding-top: 74.91289199%;
}
.m-live__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: #255882;
  background-color: #f8f8f8
}
.m-live__bg::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .15)), color-stop(22%, rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .15) 22%, rgba(0, 0, 0, 0) 100%)
}
.m-live__bg > img {
  position: absolute;
  top: -1000%;
  right: -1000%;
  bottom: -1000%;
  left: -1000%;
  overflow: hidden;
  min-width: calc(500% + 10px);
  max-width: none;
  min-height: calc(500% + 10px);
  margin: auto;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: scale(.2);
  transform: scale(.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.m-liveTit {
    position: absolute;
    width: 85%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 17px;
    font-style:normal;
    text-align: center;
    border-radius: 0;
    line-height: 1.8;
    display: block;
    padding: 5px 10px;
    background: rgba(32, 81, 140, .7);
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 10px auto 0 auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.m-live__info__name {
    letter-spacing: .05em;
    font-size: 18px;
    margin: 10px 0 25px 0px;
    padding: 2px 10px 1px;
    line-height: 1.45;
    color: #ac171d;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%;
    width: 100%;
}
.m-liveTit:hover {
    color: #b3e7f8;
}



  a:hover .m-live__bg > img {
    -webkit-transform: scale(.21);
    transform: scale(.21)
  }

/*----media-----*/
@media screen and (max-width:950px) {
  a:active .m-live__bg > img {
    -webkit-transform: scale(.21);
    transform: scale(.21)
  }
  .m-liveTit {
    -webkit-line-clamp: 3;
  }
  .m-live__body {
    margin: 17px 18px
  }
  .m-live__info:nth-child(n+2) {
    margin-left: 20px
  }
  .m-live__info:nth-child(n+2) {
    margin-left: 14px
  }
  .m-live__info__name:nth-child(n+2) {
    margin-top: 5px
  }
  .m-live__info__name:nth-child(n+2) {
    margin-top: 3px
  }
  .m-live-text:nth-child(n+2) {
    margin-top: 18px
  }
 
}
/*----media-----*/
@media screen and (max-width: 812px) {
  .m-live {
    -webkit-box-shadow: 0 6px 20px 6px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 20px 6px rgb(0 0 0 / 15%);
  }
	
	.top__live {
    width: 100%;
    margin: 125px 0 0;
    padding: 0;
}
	.m-live__inner {
    position: relative;
    z-index: 1;
		background-color: #fff
}
 .top__live_inner {
    width: 100%;
    padding: 58px 0 134px;
    background-size: contain;
}
  .m-slider__content {
    margin: 0 auto
  }
  .live-slide {
    width: 303px
  }
  .m-slider__inner {
    width: calc(100% - 65px);
    max-width: 470px;
    margin: -20px auto 0
  }
  .m-live__body {
    margin: 17px 18px;
  }
  .m-slider__touch {
    pointer-events: auto
  }
  .live-slide__item-wrap {
    padding: 0 8px
  }
}
.live-slide__item-wrap.is-small, .live-slide__item-wrap:nth-child(n+2):not(.is-initialized) {
  width: 80.90909091%
}
.live-slide__item-wrap.is-xsmall, .live-slide__item-wrap:nth-child(n+3):not(.is-initialized) {
  width: 71.36363636%
}


.top__live .button-wrap {
    margin-top: 40px
  }

 .top__live_title {
    top: -55px;
    left: calc((100% - 138px)/ 2);
    font-size: 44px
  }
  .top__live_title::before {
    bottom: -6px
  }
  .top__live_title span {
    font-size: 16px
  }
  .top__live_head {
    top: 0;
/*    left: 0;*/
    width: 100%;
    height: 180px
  }
 .m-liveTit {
    -webkit-line-clamp: 3
  }
.m-slider__ctrl__move {
  width: 143px
}
.slide__arrow:active {
  opacity: .7
}
.slide__arrow:hover {
  opacity: .7
}
.slide__arrow {
  width: 35px;
  height: 35px;
  border-radius: 35px
}
.slide__arrow img {
  position: absolute;
  top: 13px;
  width: 18px
}
.slide__arrow.left {
  left: 0
}
.slide__arrow.left img {
  left: 7px
}
.slide__arrow.right {
  right: 0
}
.slide__arrow.right img {
  right: 7px
}
.m-slider__ctrl__prev > button {
  -webkit-box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, .15)
}
.m-slider__ctrl__next.opt-transparent > button::before, .m-slider__ctrl__prev.opt-transparent > button::before {
  width: 15px;
  height: 15px
}
.m-slider__ctrl__next > button:active, .m-slider__ctrl__prev > button:active {
  opacity: .7
}
.m-slider__ctrl__next > button, .m-slider__ctrl__prev > button {
  width: 35px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.m-slider__ctrl__next > button::before, .m-slider__ctrl__prev > button::before {
  width: 12px;
  height: 12px
}
.m-slider__ctrl__next, .m-slider__ctrl__prev {
  width: 35px
}
.m-slider__ctrl__move:nth-child(n+2), .m-slider__ctrl__next:nth-child(n+2), .m-slider__ctrl__prev:nth-child(n+2) {
  margin-left: 15px}
}