
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c1c1c1;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.db {
  display: block;
  width: 100%;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  font-family: fzylt;
}

@font-face {
  font-family: "fzylt";
  src: url("/ZT/cn2023/fonts/fzyl.woff2") format("woff2"), url("/ZT/cn2023/fonts/fzyl.woff") format("woff"), url("/ZT/cn2023/fonts/fzyl.ttf") format("truetype"), url("/ZT/cn2023/fonts/fzyl.eot") format("embedded-opentype"), url("/ZT/cn2023/fonts/fzyl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'din_condensedbold';
  src: url("/ZT/cn2023/fonts/din_condensed_bold-webfont.eot");
  src: url("/ZT/cn2023/fonts/din_condensed_bold-webfont.eot") format("embedded-opentype"), url("/ZT/cn2023/fonts/din_condensed_bold-webfont.woff2") format("woff2"), url("/ZT/cn2023/fonts/din_condensed_bold-webfont.woff") format("woff"), url("/ZT/cn2023/fonts/din_condensed_bold-webfont.ttf") format("truetype"), url("/ZT/cn2023/fonts/din_condensed_bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.yyh_page {
  max-width: 750px;
  margin: 0 auto;
}

.focus_tit {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 30px;
}

.focus_tit.en img {
  max-width: 95%;
}

.focus_tit span {
  transform: skewX(20deg);
  display: inline-block;
}

.focus_tit.s_1 {
  background-color: #8fc5c7;
}

.focus_tit.s_2 {
  background-color: #eeabbd;
}

.focus_tit img {
  display: block;
  height: 70px;
}

.kv__body {
  position: relative;
  z-index: 1;
}

.kv__body .kv {
  width: 100%;
  display: block;
  object-fit: cover;
}

.kv__body .txt__con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
}

.kv__body .txt__con.en {
  bottom: 160px;
}

.kv__body .txt__con.en img {
  width: 550px;
}

.kv__body .txt__con.kr {
  bottom: 160px;
}

.kv__body .txt__con.kr img {
  width: 500px;
}

.kv__body .txt__con p {
  text-align: center;
  font-size: 22px;
  color: #198f96;
  line-height: 1.6;
}

.kv__body .txt__con img {
  width: 280px;
  display: block;
  margin: 0 auto;
}

.kv__body .lag__con {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 50px;
  border: 1px solid #fff;
  border-radius: 2em;
  overflow: hidden;
}

.kv__body .lag__con a {
  display: inline-block;
  font-size: 24px;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #3ab59b;
}

.kv__body .lag__con a:hover, .kv__body .lag__con a.active {
  background-color: rgba(58, 181, 155, 0.6);
  color: #fff;
}

.tab__body {
  background: url(/ZT/cn2023/images/blank.png) center bottom no-repeat;
  background-size: 100% auto;
  height: 90px;
  position: relative;
  z-index: 2;
  margin-top: -90px;
  text-align: center;
  margin-bottom: 100px;
  padding-top: 10px;
}

.tab__body.en {
  padding-top: 25px;
}

.tab__body.en a {
  font-size: 24px;
}

.tab__body.en a i {
  width: 30px;
  height: 47px;
}

.tab__body.kr a {
  font-family:system !important;
  font-size: 32px;
}

.tab__body.kr a i {
  width: 30px;
  height: 47px;
}

.tab__body a {
  display: inline-block;
  text-decoration: none;
  font-size: 36px;
  color: #5eb29b;
  width: 26%;
  margin: 0 3%;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}

.tab__body a.hz {
  width: 50%;
}

.tab__body a:hover, .tab__body a.active {
  background-color: #fff;
  color: #007c84;
}

.tab__body a:hover span, .tab__body a.active span {
  color: #007c84;
}

.tab__body a i, .tab__body a span {
  display: inline-block;
  vertical-align: middle;
}

.tab__body a i {
  background: url(/ZT/cn2023/images/icon.png) center no-repeat;
  background-size: cover;
  width: 60px;
  height: 47px;
  margin-right: 10px;
}

.remen__body {
  padding-bottom: 70px;
}

.remen__list li img {
  display: block;
  width: 100%;
}

.remen__list li .txt__con {
  background-color: #fff;
  padding: 30px 30px;
}

.remen__list li .txt__con p {
  color: #808080;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.meishi__body {
  padding-bottom: 30px;
}

.ticket__list {
  padding-top: 70px;
}

.ticket__list.s_w {
  padding-top: 0;
}

.ticket__list.s_1 li {
  margin-bottom: 60px;
}

.ticket__list li {
  margin-bottom: 40px;
  padding: 0 30px;
}

.ticket__list li img {
  display: block;
  width: 100%;
}

.ticket__list li a {
  text-decoration: none;
}

.swiper__out {
  background-color: #eef6f6;
  margin: 0 30px;
  padding: 20px 30px;
  border-radius: 16px;
}

.swiper__out a {
  text-decoration: none;
}

.swiper__out .img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.swiper__out .swiper-pagination {
  bottom: 0;
}

.swiper__out .swiper-pagination span {
  background-color: #bfdede;
  width: 6px;
  height: 6px;
  opacity: 1;
}

.swiper__out .swiper-pagination span.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}

.js__con {
  padding: 0 0 60px 30px;
}

.js__con img {
  display: block;
  width: 100%;
}

.gouwu__body {
  padding-bottom: 70px;
}

.ico__line {
  text-align: center;
  padding: 0 30px;
  margin-top: 40px;
}

.ico__line img, .ico__line span {
  display: inline-block;
  vertical-align: middle;
}

.ico__line img {
  width: 90%;
}

.ico__line span {
  font-size: 20px;
  color: #808080;
  padding-left: 10px;
  font-weight: normal;
}

.chuxing__body {
  padding: 0 0 60px;
}

.chuxing__body a.link {
  text-decoration: none;
  padding: 0 30px;
  display: block;
}

.chuxing__body .img {
  display: block;
  width: 100%;
}

.zhifu__body {
  padding-bottom: 10px;
}

.zhifu__list {
  padding: 0 30px;
}

.zhifu__list li {
  margin-bottom: 50px;
}

.zhifu__list li .img {
  display: block;
  width: 100%;
}

.zhifu__list li h6 {
  text-align: center;
  font-size: 20px;
  color: #808080;
}

.app_title {
  text-align: center;
  margin-top: 50px;
}

.app_title img {
  width: 90%;
}

.app_title img, .app_title span {
  display: inline-block;
  vertical-align: middle;
}

.app_title span {
  color: #7cc6c7;
  font-size: 30px;
  padding-left: 10px;
}

.zhifu__list li.link_li{
  position: relative;
}
.zhifu__list li.link_li a{
  position: absolute;
  background-color:transparent;
  width: 150px;
  height: 220px;
}
.zhifu__list li.link_li a.mt{
  left:125px;
  top:130px;
}
.zhifu__list li.link_li a.dsn{
  left:125px;
  top:390px;
}
.zhifu__list li.link_li a.tb{
  left:430px;
  top:390px;
}

.zhifu__list li.link_li.en a.mt{
  left:125px;
  top:190px;
}
.zhifu__list li.link_li.en a.dsn{
  left:125px;
  top:460px;
}
.zhifu__list li.link_li.en a.tb{
  left:430px;
  top:460px;
}

.zhifu__list li.link_li.kr a.mt{
  left:125px;
  top:170px;

}
.zhifu__list li.link_li.kr a.dsn{
  left:125px;
  top:440px;
}
.zhifu__list li.link_li.kr a.tb{
  left:430px;
  top:440px;
}

.one_page img{
  display: block;
  width: 100%;
}