:root{
	--color-primary: #3564f3;
	--color-primary-rgb: 53, 100, 243;
	--color-primary-a6: hsla(225, 89%, 58%, 0.6);
	--color-darkblue: #0a1c6b;
	--color-darkblue-a6: hsla(229, 83%, 23%, 0.6);
  --color-red: #f00;

  --color-linkedin: #0a66c2;
  --color-youtube: #ff0000;
  --color-facebook: #1877f2; /*old: #3b5998*/
  --color-twitter: #1DA1F2;

  --main-bg-color: #fff;
  --gray-bg-1: #f8f8f8;

  --root-font-size: 5.2083333vw;
  --max-container: 1600px;
  --main-side-gap: 0.4rem;
  --font-family: "PingFang", "Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei", Arial, sans-serif;

  --gn-base-height: 1.2rem;



  --transition: 0.3s cubic-bezier(0.4,0,0.6,1);

  
	--color-white: #fff;
	--color-white-a6: hsla(0,0%,100%,0.6);
	--color-white-a0: rgba(255,255,255,0);
  --color-black-0: hsla(0,0%,0%,1);
	--color-black-0-a6: hsla(0,0%,0%,0.6);
	--color-black-3: hsla(0,0%,20%,1);
	--color-black-3-a6: hsla(0,0%,20%,0.6);
	--color-black-6: hsla(0,0%,40%,1);
	--color-black-6-a6: hsla(0,0%,40%,0.6);
	--color-black-8: hsla(0,0%,53%,1);
	--color-black-8-a6: hsla(0,0%,53%,0.6);
	--color-black-9: hsla(0,0%,60%,1);
	--color-black-9-a6: hsla(0,0%,60%,0.6);
	--main-bg-active: rgba(0,0,0,0.05);
}
@media(min-width: 1921px) {
  :root{
    --root-font-size: 100px;
  }
}
@media(min-width: 1601px) {
  :root{
    --main-side-gap: 10px;
  }
}
@media(min-width: 1025px) {
  .hidden__large{display: none!important;}
}
@media(max-width: 1200px) {
  :root{
    --root-font-size: 6.4vw;
  }
}
@media(max-width: 1024px) {
  :root{
    --root-font-size: 7.6vw;
  }
  .hidden__small{display: none!important;}
}
@media(max-width: 768px) {
  :root{
    --root-font-size: 50px;
    --main-side-gap: 0.3rem;
  }
}

*{margin:0; padding:0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{font-size: var(--root-font-size); font-family: var(--font-family);}
body{margin: 0 auto; min-width:320px; line-height: 1.5; font-size: 0.2em; color:#666; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%!important; -ms-text-size-adjust: 100%!important; text-size-adjust: 100%!important;
}
html, body{scroll-behavior: smooth;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display: block;}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}
audio:not([controls]){display: none; height: 0;}
[hidden], template{display: none;}
svg:not(:root){overflow: hidden;}
mark{background: #ff0; color: #000;}
small{font-size: 80%;}
sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}

table{border-collapse:collapse;}
ul{ list-style:none;}
img{border: 0; max-width: 100%;}
a img{vertical-align: bottom;}
a{text-decoration: none; color:#666; background-color: transparent; -webkit-tap-highlight-color: transparent;}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0; text-decoration:none;}
h1,h2,h3,h4,h5{font-weight: normal; font-size: 1.2em;}
[v-cloak]{display: none;}

::-webkit-scrollbar{display: none;}

.fl{float: left}
.fr{float: right}
.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}
.hide{display: none}
.overhide{overflow: hidden;}
.t-hide{-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}

.clear, .clr{display: block; clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
.clearfix2::before,.clearfix2::after{content:""; display: table;}
.clearfix2::after{clear: both;}
.clearfix2, .clearfix{*zoom:1;}
.clearfix:after{display: block; content: ""; clear: both; height: 0; visibility: hidden;}


.white-bg{background-color: var(--color-white);}

.mask{position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.5); opacity: 0; visibility: hidden; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}

.block-img{display: block; width: 100%;}
.pos-r-cover-image,
.pos-a-cover-image{display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.pos-r-cover-image{position: relative;}
.pos-a-cover-image{position: absolute; top: 0; left: 0;}
.text-hide{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.hide-el,
.hide-el--input{position: absolute; z-index: 5; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; opacity: 0;}
.hide-el--input::-webkit-calendar-picker-indicator,
.hide-el--input::-webkit-file-upload-button,
.hide-el--input::file-selector-button{width: 100%; height: 100%;}
.nodata{display: block; text-align: center; padding: 0 0.24rem; font-size: 0.13rem; color: #ccc;}


.d-flex, .wb, .flex-row{display: -webkit-box; display: flex;}
.wbc{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.align-center{-webkit-box-align: center; align-items: center;}
.flex-1, .wbw, .flex-main{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.flex-side{margin-left: 0.2rem; position: relative; display: block; -webkit-box-flex: 1; flex: 1; min-width: 0; text-align: right;}
.self-top{-webkit-align-self: flex-start; align-self: flex-start;}
.self-center{-webkit-align-self: center; align-self: center;}
.self-end{-webkit-align-self: flex-end; align-self: flex-end;}


ins, .ins{text-decoration: none;}
ins + del{margin-left: 0.1rem;}

input,textarea{font-family: var(--font-family);}
::-webkit-input-placeholder{color: #bbb;}
:focus::-webkit-input-placeholder{color: #999;}
::-moz-placeholder{color: #bbb;}
:-ms-input-placeholder{color: #bbb;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance: none!important; margin: 0;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
input[type="number"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}



/*距离*/
.mt0, .my0, .m0{margin-top: 0!important;}.m0,.mb0,.my0{margin-bottom:0!important}.m0,.mx0,.ml0{margin-left:0!important}.m0,.mx0,.mr0{margin-right:0!important}.m10,.mt10,.my10{margin-top:0.1rem!important}.m10,.mb10,.my10{margin-bottom:0.1rem!important}.m10,.mx10,.ml10{margin-left:0.1rem!important}.m10,.mx10,.mr10{margin-right:0.1rem!important}.m20,.mt20,.my20{margin-top:0.2rem!important}.m20,.mb20,.my20{margin-bottom:0.2rem!important}.m20,.mx20,.ml20{margin-left:0.2rem!important}.m20,.mx20,.mr20{margin-right:0.2rem!important}.m30,.mt30,.my30{margin-top:0.3rem!important}.m30,.mb30,.my30{margin-bottom:0.3rem!important}.m30,.mx30,.ml30{margin-left:0.3rem!important}.m30,.mx30,.mr30{margin-right:0.3rem!important}.m40,.mt40,.my40{margin-top:0.4rem!important}.m40,.mb40,.my40{margin-bottom:0.4rem!important}.m40,.mx40,.ml40{margin-left:0.4rem!important}.m40,.mx40,.mr40{margin-right:0.4rem!important}.p0,.pt0,.py0{padding-top:0!important}.p0,.pb0,.py0{padding-bottom:0!important}.p0,.px0,.pl0{padding-left:0!important}.p0,.px0,.pr0{padding-right:0!important}.p10,.pt10,.py10{padding-top:0.1rem!important}.p10,.pb10,.py10{padding-bottom:0.1rem!important}.p10,.px10,.pl10{padding-left:0.1rem!important}.p10,.px10,.pr10{padding-right:0.1rem!important}.p20,.pt20,.py20{padding-top:0.2rem!important}.p20,.pb20,.py20{padding-bottom:0.2rem!important}.p20,.px20,.pl20{padding-left:0.2rem!important}.p20,.px20,.pr20{padding-right:0.2rem!important}.p30,.pt30,.py30{padding-top:0.3rem!important}.p30,.pb30,.py30{padding-bottom:0.3rem!important}.p30,.px30,.pl30{padding-left:0.3rem!important}.p30,.px30,.pr30{padding-right:0.3rem!important}.p40,.pt40,.py40{padding-top:0.4rem!important}.p40,.pb40,.py40{padding-bottom:0.4rem!important}.p40,.px40,.pl40{padding-left:0.4rem!important}.p40,.px40,.pr40{padding-right:0.4rem!important}.m25,.mt25,.my25{margin-top:0.25rem!important}.m25,.mb25,.my25{margin-bottom:0.25rem!important}.m25,.mx25,.ml25{margin-left:0.25rem!important}.m25,.mx25,.mr25{margin-right:0.25rem!important}.p25,.pt25,.py25{padding-top:0.25rem!important}.p25,.pb25,.py25{padding-bottom:0.25rem!important}.p25,.px25,.pl25{padding-left:0.25rem!important}.p25,.px25,.pr25{padding-right:0.25rem!important}

/*-------------------------结束公用样式--------------------------*/
body{background-color: var(--main-bg-color);}



[class*="btn"]:not(:disabled):not(.disabled):active [class*="ico"],
[class*="button"]:not(:disabled):not(.disabled):active [class*="ico"],
[class*="btn"]:not(:disabled):not(.disabled):active [class*="caret"],
[class*="button"]:not(:disabled):not(.disabled):active [class*="caret"]{opacity: 0.6;}







.container{margin-left: auto; margin-right: auto; padding-left: var(--main-side-gap); padding-right: var(--main-side-gap); width: 100%; max-width: var(--max-container);}
.iconfont{font-size: 1em;}
.t-3{-webkit-transition: 0.3s; transition: 0.3s;}

/*--全局顶部--*/
.gn-header{position: relative; z-index: 13; padding-top: 0.1px; padding-bottom: 0.1px; width: 100%; line-height: 0.4rem; font-size: 0.18rem; color: var(--color-black-3); background: var(--color-white);}
.gn-header--container{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.gn-header--logo{
  --y-space: calc((var(--gn-base-height) - 0.8rem)/2);
  margin-right: 0.5rem; margin-top: var(--y-space); margin-bottom: var(--y-space); display: block;}
.gn-header--logo-image{display: block; height: 0.8rem;}
.gn-header--profile{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: end; justify-content: flex-end; -webkit-box-flex: 1; flex: 1; min-width: 0;}
.gn-header--share{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.gn-header--share-item{margin: 0.03rem; display: block; font-size: 0.34rem;}
.gn-header--share-item:hover{-webkit-transform: translateY(-3px); transform: translateY(-3px);}

.t1-search{--height: 0.5rem; --radius: 0.25rem; --fz: 0.18rem; margin-left: 0.2rem; width: 3.9rem;}
.t1-search--form{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; width: 100%;}
.t1-search--group,
.t1-search--button{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; height: var(--height); border-radius: var(--radius);}
.t1-search--group-input,
.t1-search--button{border: none; outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none;}
.t1-search--group{-webkit-box-flex: 1; flex: 1; min-width: 0; padding-left: 0.2rem; padding-right: 0.2rem; background-color: #efefef;}
.t1-search--group-icon{margin-right: 0.1rem; font-size: 0.26rem; color: var(--color-primary); font-weight: 600;}
.t1-search--group-input{-webkit-box-flex: 1; flex: 1; min-width: 0; height: 0.26rem; line-height: 0.26rem; font-size: var(--fz); color: var(--color-black-3); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background-color: var(--color-white-a0); border-radius: 0;}
.t1-search--button{margin-left: 0.15rem; -webkit-justify-content: center; justify-content: center; padding: 1px var(--radius); min-width: 1.2rem; font-size: var(--fz); color: var(--color-white); background-color: var(--color-primary); -webkit-transition: var(--transition); transition: var(--transition); cursor: pointer;}

.t1-nav{position: relative; z-index: 16; display: -webkit-box; display: flex;}
.t1-nav--item{position: relative; display: block; height: var(--gn-base-height);}
.t1-nav--front-link{position: relative; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; padding: 1px 0.3rem; height: var(--gn-base-height); line-height: 1.2; font-size: 0.18rem; color: var(--color-black-3); background-clip: padding-box; border-bottom: 1px solid rgba(255,255,255,0);}
.t1-nav--front-link::after{position: absolute; left: 50%; bottom: 0.2rem; display: block; content: ""; width: 0; height: 0.03rem; line-height: 0; background-color: var(--color-white-a0); -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: var(--transition); transition: var(--transition);}
.t1-nav--front-link:visited{color: var(--color-black-3);}
.t1-nav--item:not(.on):hover .t1-nav--front-link::after{width: 0.34rem; background-color: var(--color-primary);}
.on.t1-nav--item .t1-nav--front-link{color: var(--color-white); background-color: var(--color-primary);}
.on.t1-nav--item .t1-nav--front-link::after{width: 0.34rem; background-color: var(--color-white);}
.t1-nav--drop{position: absolute; top: 95%; left: 0; display: block; padding: 0.1rem 0.2rem; width: 3rem; background-color: rgba(18,20,18,0.96); display: none;}
.t1-nav--item:hover .t1-nav--drop{display: block;}
.t1-nav--drop-link{margin-top: 0.1rem; margin-bottom: 0.1rem; display: block; padding: 0.15rem 0.2rem; line-height: 0.2rem; font-size: 0.16rem; color: var(--color-white); background-color: rgba(255,255,255,0.1); -webkit-transition: var(--transition); transition: var(--transition);}
.t1-nav--drop-link:visited{color: var(--color-white);}
.t1-nav--drop-link:hover{color: var(--color-primary); background-color: rgba(var(--color-primary-rgb),0.2); -webkit-transform: scale(1.03); transform: scale(1.03);}
@media(max-width: 1024px) {
  .t1-nav{order: 4; width: 100%;}
  .t1-nav--item{-webkit-box-flex: auto; flex: auto; min-width: 0; font-size: 0.24rem;}
  .t1-nav--item:not(:first-child)::before{position: absolute; left: 0; top: 20%; display: block; content: ""; height: 60%; line-height: 0; font-size: 0; border-left: 1px solid #9e9e9e; -webkit-transform: scaleX(0.5); transform: scaleX(0.5);}
}
@media(max-width: 767px) {
  .t1-search{order: 3; margin-left: 0; margin-bottom: 0.2rem; width: 100%;}
  .t1-search--button{color: #ababab; background-color: var(--color-white); border: 1px solid currentColor;}
}



.global-footer{color: var(--color-white); background-color: var(--color-darkblue);}
.gf-about--container{padding-top: 0.2rem; padding-bottom: 0.2rem;}
.gf-about--head{margin-top: 0.3rem; margin-bottom: 0.3rem; text-align: center;}
.gf-about--head-logo-image{height: 0.53rem;}
.gf-about--content{word-break: break-all;line-height: 1.8; font-size: 0.18rem;}
.gf-about--head-content-image{margin-right: 0.5em; display: inline-block; height: 0.4rem; vertical-align: -0.07rem;}
.gf-about--share{margin-top: 0.5rem; margin-bottom: 0.1rem; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center;}
.gf-about--share-item{margin: 0.05rem; display: block; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; font-size: 0.3rem; color: var(--color-white);}
.gf-about--share-item:visited{color: var(--color-white);}
.gf-copy--container{text-align: center; padding-top: 0.2rem; padding-bottom: 0.2rem; font-size: 0.16rem; border-top: 1px solid rgba(255,255,255,0.2);}


.shine-effect__hover{position: relative; overflow: hidden;}
.shine-effect__hover::after{position: absolute; z-index: -1; left: -30%; top: -50%; bottom: -50%; content: ''; width: 20%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.3) 50%, rgba(255,255,255,0)); background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.3) 50%, rgba(255,255,255,0)); -webkit-transform: rotate(35deg); transform: rotate(35deg);}
.shine-effect__hover:hover::after{z-index: 6; left: 130%; -webkit-transition: 1s ease-in-out; transition: 1s ease-in-out;}



.t1-photoadv{margin-top: 0.25rem;  display: block;}
.t1-photoadv--link{position: relative; display: block; background-color: var(--color-black-0); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.t1-photoadv--image{display: block; width: 100%; -webkit-transition: var(--transition); transition: var(--transition);}
.t1-photoadv--link:active .t1-photoadv--image{opacity: 0.6;}


.t1-section{margin-top: 0.5rem; margin-bottom: 0.5rem;}
.t1-section--head{margin-bottom: 0.4rem; display: block; text-align: center;}
.t1-section--head-text{margin-top: 0.1rem; font-size: 0.22rem; color: var(--color-black-6);}
.t1-section--head-title{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; line-height: 0.5rem; font-size: 0.42rem; color: var(--color-primary); font-weight: 600;}
.t1-section--head-title::before,
.t1-section--head-title::after{display: block; content: ""; -webkit-box-flex: 1; flex: 1; min-width: 0; height: 2px; background-repeat: no-repeat; background-size: 2.4rem 0.02rem;}
.t1-section--head-title::before{margin-right: 0.4rem; background-image: -webkit-linear-gradient(0deg, rgba(var(--color-primary-rgb),0), var(--color-primary)); background-image: linear-gradient(90deg, rgba(var(--color-primary-rgb),0), var(--color-primary)); background-position: 100% 50%;}
.t1-section--head-title::after{margin-left: 0.4rem; background-image: -webkit-linear-gradient(0deg, var(--color-primary), rgba(var(--color-primary-rgb),0)); background-image: linear-gradient(90deg, var(--color-primary), rgba(var(--color-primary-rgb),0));}

.t1-boxhead{
  --fz: 0.16rem;
  --color: var(--color-white);
  --color-hover: var(--color-white-a6);
  margin-bottom: 0.2rem; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; font-size: var(--fz);}
.t1-boxhead--title{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 0.3rem; font-size: calc(1.5*var(--fz)); color: var(--color); font-weight: 600;}
.t1-boxhead--button{margin-left: 0.2rem; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; font-size: var(--fz); color: var(--color);}
.t1-boxhead--button:visited{color: var(--color);}
.t1-boxhead--button:hover{color: var(--color-hover);}
.b-0.t1-boxhead{
  --color: var(--color-black-0);
  --color-hover: var(--color-black-0-a6);
}
.s-2.t1-boxhead{
  --fz: 0.14rem;
}

.x1-breadcrumb{padding-top: 0.1rem; padding-bottom: 0.1rem; line-height: 0.3rem; font-size: 0.16rem; color: var(--color-white); background-color: var(--color-primary);}
.f-2.x1-breadcrumb{font-size: 0.26rem;}
.x1-breadcrumb--container{display: -webkit-box; display: flex;padding-left: 0.4rem; padding-right: 0.4rem;}
.align-c.x1-breadcrumb--container{-webkit-box-align: center; align-items: center;}
.x1-breadcrumb--item,
.x1-breadcrumb--dt{padding-top: 0.05rem; padding-bottom: 0.05rem;padding-left: 0.01rem;}
.x1-breadcrumb--dt{margin-right: 0.1rem;}
.x1-breadcrumb--item:not(:last-child){padding-right: 0.08rem;}
.x1-breadcrumb--item:not(:last-child)::after{margin-left: 0.05rem; font-family: "iconfont"; font-style: normal;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e61c";}
.x1-breadcrumb--link{color: var(--color-white); -webkit-transition: 0.3s; transition: 0.3s;}
.x1-breadcrumb--link:hover{color: var(--color-white-a6);}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

.n1-swiper{position: relative; padding-left: 0.4rem; padding-right: 0.4rem; width: 6rem; max-width: 100%; height: 0.4rem; line-height: 0.4rem; font-size: 0.16rem; color: var(--color-white);}
.n1-swiper--container{position: relative; display: block; width: 100%; height: 100%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.n1-swiper--slide{position: relative; display: block; height: 0.4rem; white-space: nowrap; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.t2-swiper--text{position: absolute; top: 0; left: 0; display: block; padding-left: 100%; width: max-content; color: var(--color-white);}
.glide__slide--active .t2-swiper--text{-webkit-animation: swiper-news 10s linear infinite; animation: swiper-news 10s linear infinite;}
.t2-swiper--text:hover{text-decoration: underline; -webkit-animation-play-state: paused; animation-play-state: paused;}
.n1-swiper--bullet{position: absolute; top: 0; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 0.4rem; height: 0.4rem; color: var(--color-white); background-color: var(--color-white-a0); border: none; border-radius: 0; outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none; cursor: pointer;}
.left.n1-swiper--bullet{left: 0;}
.right.n1-swiper--bullet{right: 0;}
@-webkit-keyframes swiper-news {
  0%{-webkit-transform: translateX(0); transform: translateX(0);}
  100%{-webkit-transform: translateX(-100%); transform: translateX(-100%);}
}
@keyframes swiper-news {
  0%{transform: translateX(0);}
  100%{transform: translateX(-100%);}
}


/*.i1-section{margin-top: 0.3rem; margin-bottom: 0.3rem; display: block; padding: 0.1rem 0.4rem; color: var(--color-white); background-color: var(--color-primary);}*/
.i1-section{ margin-bottom: 0.3rem; display: block; padding-bottom:  0.1rem; color: #666; background-color: #fff;}
.s-2.i1-section{padding: 0.1px 0.2rem; border-radius: 4px;}
@media(max-width: 767px) {
  .i1-section{padding-left: 0rem; padding-right: 0rem;}
  .s-2.i1-section{padding: 0.1px 0.2rem;}
}

.member-page-banner{background-color: var(--color-primary);}
.member-page-banner--container{position: relative; padding-bottom: 35.625%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.member-page-banner--image{position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: contain;}


.member-reg{padding-top: 0.1px; padding-bottom: 0.1px; background-image: url(../images/member/main-bg.jpg); background-position: 50% 100%; background-repeat: no-repeat; background-size: cover;}
.member-reg--head{margin-top: 0.8rem; margin-bottom: 0.6rem; text-align: center;}
.member-reg--head-title{line-height: 1.1; font-size: 0.6rem; color: var(--color-primary);}
.member-reg--head-text{font-size: 0.32rem; color: var(--color-black-3);}
.t1-agress--row{margin-top: 0.3rem; margin-bottom: 0.3rem; display: -webkit-box; display: flex; line-height: 0.3rem; font-size: 0.24rem; color: var(--color-black-0);}
.t1-agress--row-checkbox{display: none;}
.t1-agress--row-icon{margin-right: 0.1rem;}
.t1-agress--row-icon::before{content: "\e7c1";}
.t1-agress--row-checkbox:checked ~ .t1-agress--row-icon::before{content: "\e7c0";}
.t1-agress--row-text{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.member-reg--action{margin-top: 0.6rem; margin-bottom: 0.6rem; text-align: center;}
.member-reg--group{
  --lh: 0.5rem;
  --fz: 0.35rem;
  position: relative; display: block;}
.member-reg--group-common{display: block; padding: 0.23rem 0.35rem; width: 100%; line-height: 0.5rem; font-size: 0.35rem; color: var(--color-black-3); background-color: var(--color-white-a0); border: 0.02rem solid var(--color-primary); border-radius: 0; outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none; -webkit-transition: var(--transition); transition: var(--transition);}
.member-reg--group-common:focus{border-color: #ac212c;}
.member-reg--group-common::-webkit-input-placeholder{color: rgba(0,0,0,0.6);}
.member-reg--group-common:focus::-webkit-input-placeholder{color: rgba(0,0,0,0.3);}
.member-reg--group-common::-moz-placeholder{color: rgba(0,0,0,0.6);}
.member-reg--group-common:-ms-input-placeholder{color: rgba(0,0,0,0.6);}
.member-reg--group-input{height: 1rem;}
.member-reg--group-textarea{height: 2.5rem;}
@media(min-width: 768px) {
  .member-reg--container{padding-left: 1.6rem; padding-right: 1.6rem;}
  .member-reg--list{display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between;}
  .member-reg--item{margin-top: 0.2rem; width: calc(50% - 0.3rem);}
  .cols-1.member-reg--item{width: 100%;}
  .member-reg--action-button{min-width: 3.4rem;}
}
@media(max-width: 767px) {
  .member-reg--item{margin-top: 0.3rem; margin-bottom: 0.3rem; width: 100%;}
  .member-reg--action-button{width: 90%;}
}

.t1-item-top--info{position: absolute; z-index: 3; top: 0; left: 0; right: 0; display: -webkit-box; display: flex; height: 1.2rem; background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.7), rgba(0,0,0,0)); background-image: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0));}
.t1-item-top--info-text{-webkit-box-flex: 1; flex: 1; min-width: 0; padding: 0.1rem 0.2rem; height: 0.5rem; line-height: 0.3rem; font-size: 0.18rem; color: var(--color-white); white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.t1-item-top--info-tag{display: block; padding: 0.1rem 0.25rem; max-width: 50%; height: 0.5rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 0.3rem; font-size: 0.18rem; color: var(--color-white); background-color: var(--color-black-0); border-radius: 0 0 0 0.25rem; -webkit-transition: var(--transition); transition: var(--transition);}
.t1-item-top--info-tag:visited{color: var(--color-white);}
.t1-item-top--info-tag:hover{background-color: var(--color-red);}
.t1-item-bottom--name{position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; padding: 0.2rem; line-height: 1.2; font-size: 0.18rem; font-weight: 600; color: var(--color-white); background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0), rgba(0,0,0,0.7)); background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7)); -webkit-transition: var(--transition); transition: var(--transition);}
.t1-item-bottom--name:visited{color: var(--color-white);}
.t1-item-bottom--name:hover{color: var(--color-red);}
.t1-item-center-cover{position: absolute; z-index: 4; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.t1-item-center--youtube-icon{font-size: 0.6rem; background-image: -webkit-linear-gradient(0deg, #fff, #fff); background-image: linear-gradient(90deg, #fff, #fff); background-size: 30% 30%; background-repeat: no-repeat; background-position: 50% 50%;}
@media(max-width: 767px) {
  .t1-item-top--info-text,
  .t1-item-top--info-tag{height: 0.6rem; line-height: 0.4rem; font-size: 0.28rem;}
  .t1-item-bottom--name{font-size: 0.36rem;}
  .t1-item-center--youtube-icon{font-size: 1rem;}
}


.x1-graph--big-photo,
.x1-graph--small-photo{position: relative; display: block; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.x1-graph--photo-image{position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; -webkit-transition: var(--transition); transition: var(--transition);}
.x1-graph--big-item:hover .x1-graph--photo-image,
.x1-graph--small-item:hover .x1-graph--photo-image{-webkit-transform: scale(1.1); transform: scale(1.1);}
.x1-graph--big-item{position: relative; display: block;}
.x1-graph--big-item .t1-item-top--info-text{padding-left: 0.4rem;}
.x1-graph--big-item .t1-item-bottom--name{padding: 0.4rem;}
.x1-graph--big-photo{padding-bottom: 50%;}
.x1-graph--small-item{display: -webkit-box; display: flex;}
.x1-graph--small-photo{margin-right: 0.4rem; width: 2.1rem; height: 1.25rem;}
.x1-graph--small-main{display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-flex: 1; flex: 1; min-width: 0;}
.x1-graph--small-name{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; white-space: normal; overflow: hidden; max-height: 0.75rem; line-height: 0.25rem; font-size: 0.18rem; color: var(--color-black-3); font-weight: 600;}
.x1-graph--small-name:visited{color: var(--color-black-3);}
.x1-graph--small-name:hover{color: var(--color-primary);}
.x1-graph--small-info{display: -webkit-box; display: flex; -webkit-justify-content: space-between; justify-content: space-between; line-height: 0.2rem; font-size: 0.16rem;}
.x1-graph--small-text{-webkit-box-flex: 1; flex: 1; min-width: 0; color: var(--color-black-3);}
.x1-graph--small-source, .x1-graph--small-source:visited{color: var(--color-black-8);}
.x1-graph--small-source:hover{color: var(--color-primary);}
@media(min-width: 1601px) {
  .x1-graph--big-photo{padding-bottom: 60%;}
}
@media(min-width: 1025px) {
  .x1-graph{display: -webkit-box; display: flex;}
  .x1-graph--big{width: 63.125%;}
  .x1-graph--smalls{margin-left: 0.3rem; display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-flex: 1; flex: 1; min-width: 0;}
}
@media(max-width: 1024px) {
  .x1-graph--big,
  .x1-graph--small-item{margin-top: 0.25rem; margin-bottom: 0.25rem;}
}
@media(max-width: 767px) {
  .x1-graph--small-item{margin-top: 0.25rem; margin-bottom: 0.25rem;}
  .x1-graph--small-photo{width: 2.3rem; height: 1.4rem;}
  .x1-graph--small-name{line-height: 0.35rem; font-size: 0.28rem;}
  .x1-graph--small-info{line-height: 0.3rem; font-size: 0.22rem;}
}



.x3-graph--item{position: relative; display: block;}
.x3-graph--photo{position: relative; display: block; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.x3-graph--photo-image{position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; -webkit-transition: var(--transition); transition: var(--transition);}
@media(min-width: 1025px) {
  .x3-graph{display: -webkit-box; display: flex;}
  .x3-graph--side,
  .x3-graph--center{display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column;}
  .x3-graph--side{width: 30%;}
  .x3-graph--center{margin-left: 0.2rem; margin-right: 0.2rem; -webkit-box-flex: 1; flex: 1; min-width: 0;}
  .x3-graph--item:not(:first-child){margin-top: 0.2rem;}
  .x3-graph--item{-webkit-box-flex: 1; flex: 1; min-width: 0; min-height: 0; min-height: 2.8rem;}
  .x3-graph--photo{width: 100%; height: 100%;}
  .x3-graph--item:hover .x3-graph--photo-image{-webkit-transform: scale(1.1); transform: scale(1.1);}
}
@media(max-width: 1024px) {
  .x1-graph--big,
  .x1-graph--small-item{margin-top: 0.25rem; margin-bottom: 0.25rem;}
  .x3-graph--item{margin-top: 0.3rem; margin-bottom: 0.3rem;}
  .x3-graph--photo{padding-bottom: 46%;}
}


.l1-event--item{margin-top: 0.3rem; margin-bottom: 0.3rem; display: -webkit-box; display: flex;}
.l1-event--photo{margin-right: 0.3rem; position: relative; display: block; height: 2.3rem; background-color: #000; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.l1-event--photo-image{position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; -webkit-transition: var(--transition); transition: var(--transition);}
.l1-event--photo:active .l1-event--photo-image{opacity: 0.6;}
.l1-event--main{display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-flex: 1; flex: 1; min-width: 0;}
.l1-event--main-top{display: -webkit-box; display: flex;}
.l1-event--date{font-weight: 600;}
.l1-event--content{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.l1-event--title-text{color: var(--color-black-0); font-weight: 600;}
.l1-event--title-text:visited{color: var(--color-black-0);}
.l1-event--title-text:hover{color: var(--color-red);}
.l1-event--text{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; white-space: normal; overflow: hidden; font-size: 0.16rem;}
.l1-event--action{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.l1-event--action-button{margin-right: 0.2rem;}
.l1-event--action2{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}

.s-2.l1-event--list .l1-event--item{margin-top: 0.15rem; margin-bottom: 0.15rem;}
.s-2.l1-event--list .l1-event--item:not(:last-child){padding-bottom: 0.15rem; border-bottom: 1px solid var(--color-white);}
.s-2.l1-event--list .l1-event--photo{margin-right: 0.15rem; width: 1.5rem; height: 0.88rem;} 
.s-2.l1-event--list .l1-event--date{min-width: 0.55rem; line-height: 0.3rem; font-size: 0.2rem;}
.s-2.l1-event--list .l1-event--title{line-height: 0.3rem; font-size: 0.18rem;}
.s-2.l1-event--list .l1-event--text{-webkit-line-clamp: 2; font-size: 0.12rem;}
.s-2.l1-event--list .l1-event--action{-webkit-justify-content: end; justify-content: flex-end;}
.s-2.l1-event--list .l1-event--action-button{margin-left: 0.15rem; margin-right: 0; padding-left: 0.1rem; padding-right: 0.1rem; height: 0.3rem; font-size: 0.14rem;}

@media(min-width: 768px) {
  .l1-event--action{display: none;}  
  .l1-event--photo{width: 4.1rem;}
  .l1-event--item:hover .l1-event--photo-image{-webkit-transform: scale(1.1); transform: scale(1.1);}
  .l1-event--date,
  .l1-event--title{line-height: 0.4rem;}
  .l1-event--date{min-width: 0.7rem; font-size: 0.24rem;}
  .l1-event--title{font-size: 0.22rem;}
  .l1-event--action{padding-left: 0.7rem;}
}
@media(max-width: 767px) {
    .l1-event--action2{display: none;}
  .l1-event--item:not(:last-child){margin-top: 0.2rem; margin-bottom: 0.2rem; padding-bottom: 0.2rem; border-bottom: 1px solid var(--color-white);}
  .l1-event--photo{width: 2.3rem; height: 1.6rem;}
  .l1-event--date{min-width: 0.8rem; line-height: 0.4rem; font-size: 0.32rem;}
  .l1-event--title{line-height: 0.4rem; font-size: 0.24rem;}
  .l1-event--text{-webkit-line-clamp: 2; font-size: 0.2rem;}
}


.t1-showdata{display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: var(--color-white); background-color: var(--color-primary);}
.t1-showdata--item{position: relative; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 25%; height: 1.6rem; font-size: 0.18rem;}
.t1-showdata--dt,
.t1-showdata--dd{display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.t1-showdata--value{line-height: 1; font-size: 0.4rem; font-weight: 600;}
.t1-showdata--icon{margin-right: 0.15rem; display: block; width: 1em; height: 1em; font-size: 0.7rem; background-image: url(../images/index/aboutus.png); background-repeat: no-repeat; background-size: 1em auto; background-position-x: 0;}
.i-1.t1-showdata--icon{background-position-y: 0;}
.i-2.t1-showdata--icon{background-position-y: -1em;}
.i-3.t1-showdata--icon{background-position-y: -2em;}
.i-4.t1-showdata--icon{background-position-y: -3em;}
@media(min-width: 768px) {
  .t1-showdata--item:not(:nth-of-type(1))::before{position: absolute; left: 0; top: 25%; display: block; content: ""; width: 1px; height: 50%; background-color: rgba(255,255,255,0.2); transform: scaleX(0.5);}
}
@media(max-width: 767px) {
  .t1-showdata--item{width: 50%;}
  .t1-showdata--item:not(:nth-of-type(1)):not(:nth-of-type(2))::before,
  .t1-showdata--item:nth-of-type(even)::after{position: absolute; display: block; content: ""; background-color: rgba(255,255,255,0.2);}
  .t1-showdata--item:not(:nth-of-type(1)):not(:nth-of-type(2))::before{top: 0; width: 0.8rem; height: 1px; transform: scaleY(0.5);}
  .t1-showdata--item:nth-of-type(even)::after{bottom: 0.3rem; left: 0; width: 1px; height: 0.8rem; transform: scaleX(0.5);}
  .t1-showdata--item:nth-of-type(4n)::after{bottom: auto; top: 0.3rem;}
  .t1-showdata--item:nth-of-type(odd)::before{right: 0.3rem;}
  .t1-showdata--item:nth-of-type(even)::before{left: 0.3rem;}
}

.x3-people--list{margin-top: 0.4rem; margin-bottom: 0.4rem;}
.x3-people--item{margin-top: 0.25rem; display: block;}
.x3-people--photo{position: relative; display: block; padding-bottom: 55.769%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.x3-people--photo-image{-webkit-transition: var(--transition); transition: var(--transition);}
.x3-people--brief{position: absolute; z-index: 4; bottom: 0; left: 0; right: 0; text-align: right; padding: 0.4rem 0.2rem 0.2rem; font-size: 0.16rem; color: var(--color-white); background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0), rgba(0,0,0,0.7)); background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));}
.x3-people--brief-name{font-size: 0.24rem; font-weight: 600;}
.x3-people--quote{margin-top: 0.06rem; padding-left: 0.1rem; padding-right: 0.1rem; font-size: 0.18rem; color: var(--color-black-3);}
.x3-people--quote .cap{text-transform: uppercase; font-size: 1.5em;}
@media(min-width: 1025px) {
  .x3-people--list{display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
  .x3-people--item{width: calc((100% - 0.5rem)/3);}
  .x3-people--item:not(:nth-of-type(3n)){margin-right: 0.25rem;}
  .x3-people--item:nth-of-type(1),
  .x3-people--item:nth-of-type(2),
  .x3-people--item:nth-of-type(3){margin-top: 0;}
  .x3-people--item:hover .x3-people--photo-image{-webkit-transform: scale(1.05); transform: scale(1.05);}
}


.t1-cooperator{display: block; padding-top: 0.1px; padding-bottom: 0.1px; background-color: var(--color-primary);}
.t1-cooperator--title{margin-top: 0.3rem; margin-bottom: 0.3rem; text-align: center; font-size: 0.32rem; color: var(--color-white); font-weight: 600;}
.t1-cooperator--marquee-wrap{
  --y-space: 0.6rem;
  --height: 1.3rem;
  position: relative; display: block; padding-top: var(--y-space); padding-bottom: var(--y-space); height: calc(var(--height) + 2*var(--y-space)); background-color: var(--color-white); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.t1-cooperator--marquee{position: absolute; top: var(--y-space); left: 0; display: -webkit-box; display: flex; width: max-content; -webkit-animation: marquee-cooperator 10s linear infinite; animation: marquee-cooperator 20s linear infinite;}
.t1-cooperator--marquee:hover{-webkit-animation-play-state: paused; animation-play-state: paused;}
.t1-cooperator--marquee .t1-cooperator--list{-webkit-box-flex: none; flex: none; min-width: 0;}
.t1-cooperator--list{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.t1-cooperator--item{padding-left: 0.6rem; padding-right: 0.6rem; display: block; -webkit-box-flex: none; flex: none; min-width: 0; -webkit-transition: var(--transition); transition: var(--transition);}
.t1-cooperator--item:hover{-webkit-transform: translateY(-3px); transform: translateY(-3px);}
.t1-cooperator--item-image{display: block; height: var(--height);}
@media(max-width: 767px) {
  .t1-cooperator--marquee-wrap{
    --y-space: 0.3rem;
    --height: 0.7rem;
  }
}
@-webkit-keyframes marquee-cooperator {
  0%{-webkit-transform: translateX(0); transform: translateX(0);}
  100%{-webkit-transform: translateX(-50%); transform: translateX(-50%);}
}
@keyframes marquee-cooperator {
  0%{transform: translateX(0);}
  100%{transform: translateX(-50%);}
}


.t1-section__contact{margin-bottom: 0; padding-top: 0.2rem; padding-bottom: 0.2rem; background-image: url(../images/index/globe.png); background-repeat: no-repeat; background-position: 50% 100%; background-size: 11rem auto;}
.c1-contact{margin: 0.9rem auto 0.7rem; text-align: left; max-width: 5rem;}
.c1-contact--item{margin-top: 0.4rem; margin-bottom: 0.4rem; font-size: 0.24rem; color: var(--color-black-0);}
.c1-contact--item .dt{color: var(--color-black-8);}
.c1-contact--link, .c1-contact--link:visited{color: var(--color-black-0);}
.c1-contact--link{-webkit-transition: var(--transition); transition: var(--transition);}
.c1-contact--link:hover{color: var(--color-black-0-a6);}
.c1-contact--share-item{margin-left: 0.1rem; margin-right: 0.1rem; display: inline-block; text-align: center; width: 0.36rem; height: 0.36rem; line-height: 0.36rem; color: var(--color-white); background-color: var(--color-black-0); border-radius: 50%; -webkit-transition: var(--transition); transition: var(--transition);}
.c1-contact--share-item:visited{color: var(--color-white);}


.news-page--main-view{margin-top: 0.2rem; margin-bottom: 0.6rem; display: -webkit-box; display: flex;}
.news-page--main-left{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.news-page--main-right{margin-left: 0.35rem; display: block; width: 5.2rem;}
@media(max-width: 767px) {
  .news-page--main-view{margin-bottom: 0.2rem;}
}

.r1-news--item{display: block; padding: 0.1px 0.15rem; background-color: var(--gray-bg-1); border-radius: 0.08rem;}
.r1-news--item + .r1-news--item{margin-top: 0.2rem;}
.r1-news--produce{margin-top: 0.15rem; margin-bottom: 0.15rem; display: -webkit-box; display: flex;}
.r1-news--main{display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-flex: 1; flex: 1; min-width: 0;}
.r1-news--title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; overflow: hidden; line-height: 0.25rem; font-size: 0.2rem; color: var(--color-black-0);}
.r1-news--type{line-height: 0.25rem; font-size: 0.18rem; color: var(--color-primary);}
.r1-news--photo{margin-left: 0.4rem; position: relative; display: block; width: 1.2rem; height: 0.9rem; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}


.x1-news--item{margin-top: 0.25rem; margin-bottom: 0.25rem; display: -webkit-box; display: flex;}
.x1-news--item:first-child{margin-top: 0;}
.x1-news--photo{margin-right: 0.3rem; position: relative; display: block; width: 3.1rem; height: 2.05rem; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.x1-news--main{-webkit-box-flex: 1; flex: 1; min-width: 0; font-size: 0.18rem; color: var(--color-black-0);}
.x1-news--item:not(:last-child) .x1-news--main{border-bottom: 1px solid #aaa;}
.x1-news--title{font-size: 0.20rem; color: var(--color-primary);}
.x1-news--title-text, .x1-news--title-text:visited{color: var(--color-primary);}
.x1-news--title-text:hover{color: var(--color-primary-a6);}
.x1-news--info{
  --lh: 0.2rem;
  font-size:0.18rem;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; white-space: normal; overflow: hidden; height: calc(3*var(--lh)); line-height: var(--lh); color: var(--color-black-8); font-weight: normal;}
.x1-news--area{font-weight: 600;font-size: 0.2rem;}
.x1-news--action{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: end; justify-content: flex-end;}
@media(min-width: 767px) {
  .x1-news--photo-image{-webkit-transition: var(--transition); transition: var(--transition);}
  .x1-news--item:hover .x1-news--photo-image{-webkit-transform: scale(1.05); transform: scale(1.05);}
}
@media(max-width: 767px) {
  .x1-news--photo{margin-right: 0.25rem; width: 2.9rem; height: 1.9rem;}
}

.t1-page{margin-top: 0.2rem; margin-bottom: 0.2rem; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center;}
.t1-page--list{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.t1-page--button,
.t1-page--item{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; padding: 1px 0.08rem; min-width: 0.24rem; height: 0.24rem; line-height: 1.1; font-size: 0.18rem; border-radius: 0.12rem; -webkit-transition: var(--transition); transition: var(--transition);}
.t1-page--button{margin-left: 0.04rem; margin-right: 0.04rem;}
.t1-page--button, .t1-page--button:visited{color: var(--color-black-8);}
.t1-page--button:hover{color: var(--color-primary);}
.t1-page--item{margin-left: 0.1rem; margin-right: 0.1rem;}
.t1-page--item, .t1-page--item:visited{color: var(--color-black-0);}
.t1-page--item:not(.on):hover{color: var(--color-primary);}
.on.t1-page--item{color: var(--color-white); background-color: var(--color-primary);}










/*bottom*/
.bottom-wrap,
.bottom-bar{height: 1rem; height: calc(1rem + constant(safe-area-inset-bottom)); height: calc(1rem + env(safe-area-inset-bottom));}
.bottom-wrap{display: block;}
@media(min-width: 768px) {
  .bottom-wrap{display: none;}
}

.bottom-bar{position: fixed; z-index: 13; bottom: 0; left: 0; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; width: 100%; padding-bottom: calc(0px + constant(safe-area-inset-bottom)); padding-bottom: calc(0px + env(safe-area-inset-bottom)); font-size: 0.22rem; color: var(--color-black-9); background-color: var(--color-white); box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);}
.bottom-bar--item{position: relative; display: block; -webkit-box-flex: 1; flex: 1; min-width: 0; text-align: center;	padding-top: 0.1rem; height: 1rem; color: var(--color-black-3);}
.bottom-bar--item::before{margin: 0 auto; display: block; content: ""; width: 1em; height: 1em; font-size: 0.5rem; background-image: url(../images/common/bottom-bar.png); background-repeat: no-repeat; background-size: 2em auto; background-position-x: 0;}
.on.bottom-bar--item::before{background-position-x: -1em;}
.bottom-bar--item:visited{color: var(--color-black-3);}
.bottom-bar--item:active{background-color: var(--main-bg-active);}
.on.bottom-bar--item{color: var(--color-white); background-color: var(--color-primary); -webkit-animation: tabbar .15s linear; animation: tabbar .15s linear;}
@-webkit-keyframes tabbar{0%{-webkit-transform: scale(.5);}to{-webkit-transform: scale(1);}}
@keyframes tabbar{0%{transform: scale(.5);}to{transform: scale(1);}}
.home.bottom-bar--item::before{background-position-y: 0;}
.news.bottom-bar--item::before{background-position-y: -1em;}
.events.bottom-bar--item::before{background-position-y: -2em;}
.about.bottom-bar--item::before{background-position-y: -3em;}
.membership.bottom-bar--item::before{background-position-y: -4em;}



















/*btn*/

.large-button,
.middle-l-button,
.middle-s-button,
.small-button{-webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; line-height: 1.1; border-radius: 0.12rem; border: none; outline: 0; -webkit-appearance: none; appearance: none; cursor: pointer; -webkit-transition: 0.3s; transition: 0.3s;}

.large-button{display: -webkit-box; display: flex;}
.middle-l-button,
.middle-s-button,
.small-button{display: -webkit-inline-flex; display: inline-flex;}

.large-button{padding: 1px 0.2rem; width: 100%; height: 0.9rem; font-size: 0.3rem;}
.radius.large-button{padding-left: 0.5rem; padding-right: 0.5rem; border-radius: 0.45rem;}
.middle-l-button{padding: 1px 0.2rem; height: 0.8rem; font-size: 0.28rem;}
.radius.middle-l-button{border-radius: 0.4rem;}
.middle-s-button{padding: 1px 0.2rem; height: 0.48rem; font-size: 0.16rem;}
.radius.middle-s-button{border-radius: 0.24rem;}
.small-button{padding: 1px 0.1rem; height: 0.36rem; font-size: 0.14rem;}
.radius.small-button{border-radius: 0.18rem;}


.primary-button{color: var(--color-white); background-color: var(--color-primary);}
.primary-button:visited{color: var(--color-white);}
.primary-button__hover:hover{color: var(--color-white-a6); background-color: var(--color-primary-a6);}
.white-line-button{background:#3564f3;color:#fff;border: 0.7px solid var(--color-white);}
.white-line-button:visited{color: var(--color-white);}
.white-line-button__hover:hover{color: var(--color-primary); background-color: var(--color-white);}

.white-line-button{background:#3564f3;color:#fff;border: 0.7px solid #3564f3;}
.white-line-button:visited{color: var(--color-white);}
.white-line-button__hover:hover{color: var(--color-primary); background-color: var(--color-white);}



.fade-button{position: relative; overflow: hidden;}
.fade-button--circle{position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.fade-button:hover .fade-button--circle{-webkit-animation: button-fade-circle 0.75s; animation: button-fade-circle 0.75s;}
.fade-button--circle::before{margin-top: 100%; position: relative; display: block; content: "";}
.fade-button--circle::after{position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ""; border-radius: 50%;}
.fade-button:hover .fade-button--circle::after{-webkit-animation: button-fade-circle-pseudo 0.75s; animation: button-fade-circle-pseudo 0.75s;}
@-webkit-keyframes button-fade-circle{0%{width:0}100%{width:100%}}
@keyframes button-fade-circle{0%{width:0}100%{width:100%}}
@-webkit-keyframes button-fade-circle-pseudo{0%{background:rgba(0,0,0,0.5)}100%{background:transparent}}
@keyframes button-fade-circle-pseudo{0%{background:rgba(0,0,0,0.5)}100%{background:transparent}}


/* maring\padding */
.padding-bottom-safe-area{padding-bottom: calc(0px + constant(safe-area-inset-bottom)); padding-bottom: calc(0px + env(safe-area-inset-bottom));}
.padding-bottom-safe-area-1{padding-bottom: calc(0.1px + constant(safe-area-inset-bottom)); padding-bottom: calc(0.1px + env(safe-area-inset-bottom));}

.ml4{margin-left: 0.04rem;}
.my15, .mt15{margin-top: 0.15rem;}
.my15, .mb15{margin-bottom: 0.15rem;}
.mb70{margin-bottom: 0.7rem;}
.mt60{margin-top: 0.6rem;}
/*font*/


/*color*/
.color-facebook, .color-facebook__hover:hover{color: var(--color-facebook);}
.color-youtube, .color-youtube__hover:hover{color: var(--color-youtube);}
.color-linkedin, .color-linkedin__hover:hover{color: var(--color-linkedin);}
.color-twitter, .color-twitter__hover:hover{color: var(--color-twitter);} 

