@charset "utf-8";
/*Technical Support SudyTech*/

@font-face {
  font-family: "zhiMangXing";
  src: url(../fonts/zhiMangXing.ttf);
  display: 'swap'
}

@font-face {
  font-family: "barlow-bold";
  src: url(../fonts/Barlow-Bold.ttf);
  display: 'swap'
}

html {
  font-size: calc(100 / 1920 * 100vw);
}
.skip{position:fixed;top:2vh;right:2vw;z-index:2000;cursor:pointer;color:var(--theme-color); font-size:var(--base-size);padding:0.1rem;opacity:1 !important;border-radius:6px}
body.main .indexvideo{position:absolute;z-index:999;inset:0;width:100%;height:100%;object-fit:cover;transition:3s ease-in-out;opacity:1}
body.main .indexvideo.hide{opacity:0;}
body.main >*{opacity:0;transition:1s}
body.main.show>*{opacity:1}
.p_text_indent_2{text-indent:2em !important}
.fix-top {
  padding-top: 100vh;
  position: relative;
  transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  -webkit-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  -moz-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  -ms-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  -o-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  z-index: -1
}

.fix-top.fixed {
  padding-top: 0
}

body {
  height: 100vh;
  overflow: hidden;
}

/**头部**/
.header {
  border-bottom: none;
  height: auto;
  line-height: inherit;
  background-size: cover;
  position: relative;
  z-index: 100;
  ;
  position: absolute;
  width: 100%;
  top: 0;
  transition: 1s;
}

body.list .header {
  position: relative;
}

.header.fix {
  background: var(--theme-color);
}

.header .inner {
  position: relative;
  transition: all 0.4s ease-in-out;
  width: auto;
  max-width: 100%;
  padding: 0.3rem 0.75rem 0 0.56rem;
}

.header .sitelogo {
  display: flex;
}

.header .sitelogo .logo a {
  display: block;
}

.header .sitelogo .logo img {
  width: 2.92rem;
}

.header .sitelogo .logo {
  margin-right: 0.29rem;
  display: inline-block;
}

.header .sitelogo .sitetitle span {
  display: block;
}

.header .sitelogo img.logo {
  width: 3.4rem;
  transition: all 0.6s ease-in-out;
}

.header .head-main {
  float: left;
  margin-top: 10px;
}

.header .mod {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .head-right {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

/**导航**/
#nav {}

#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: .7;
  filter: alpha(opacity=70);
}

.nav .wp-menu {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0.65rem
}

.nav .wp-menu .menu-item {
  position: relative;
  text-align: center;
}

.nav .wp-menu .menu-item.selected:after,.nav .wp-menu .menu-item.parent:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 38%;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 0.2rem;
  background: url(../images/nav_selected.svg) no-repeat center/cover;
}

.nav .wp-menu .menu-item.i1 {
  background: none;
}

.nav .wp-menu .menu-item.selected a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
  color: var(--hover-color)
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
  display: none;
  width: 20px;
  height: 20px;
  background: url(../images/nav_j.png) no-repeat center center;
  vertical-align: middle;
}

.nav .wp-menu .sub-menu li .sub-menu {
  display: none;
}

.nav .wp-menu .menu-item a.menu-link {
  line-height: 1.4;
  font-size: var(--medium-size);
  display: block;
  color: #fff;
  position: relative;
  font-weight: bold;
}

.nav .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 1.5rem;
  z-index: 100;
  background: var(--theme-color);
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
  
}

.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}

.nav .sub-menu .sub-item a {
  display: block;
  color: #fff;
  line-height: 0.5rem;
  padding: 0 17px;
  font-size: var(--base-size);
  background: none;
  text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
  color: #333;
  background-color: #fff;
  display: block;
}

.nav .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 200;
  background: #fff;
}

.nav .site-lang {
  display: none;
}

.nav .wp-menu .menu-item a.menu-link:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.nav .wp-menu .menu-item a.menu-link:hover:after {
  transform: scale(1);
}

.nav .wp-menu li:hover>.sub-menu {
  transform: translateX(-50%);
  opacity: 1;
}

/**内容**/
.news_imgs a,
.news_imgs span {
  display: block;
  overflow: hidden;
}

.post .news:hover .news_imgs a img,
.post .news:hover .news_imgs span img {
  transform: scale(1.1);
}

.news_imgs img,
.news_imgs span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}

.news_imgs {
  overflow: hidden;
  background: #ccc;
  position: relative;
}

.news_imgs.bg:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1.4rem;
  background: linear-gradient(0.00deg, rgb(21, 21, 21) 3.433%, rgba(57, 57, 57, 0) 96.567%);
  bottom: 0;
  opacity: 0.7;
  pointer-events: none;
}

span.underLine {
  background-image: linear-gradient(var(--theme-color), var(--theme-color));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .4s;
}

.news:hover span.underLine {
  background-size: 100% 1px;
  color: var(--theme-color);
}

/**主体公共**/
.post1 .tt {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 0.42rem;
}

.post1 .more_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.post1 .more_btn img {
  width: 0.14rem;
  margin-left: 0.05rem;
}

.post1 .more_btn .more_text {
  vertical-align: middle;
  font-size: var(--base-size);
  color: #212121;
  line-height: 0.21rem;
}

.post1 .tt .tit span {
  display: block;
  position: relative;
  z-index: 1;
}

.post1 .tt .tit {
  width: 1.59rem;
  text-align: center;
  position: relative;
}

.post1 .tt .tit:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.72rem;
  position: absolute;
  background: url(../images/ttbg1.svg) no-repeat;
  background-size: 100% auto;
  bottom: 0.057rem;
}

.post1 .tt .title {
  font-size: 0.3rem;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.4;
}

.post1 .tt .tt_en {
  font-size: var(--base-size);
  font-weight: normal;
}

.post1 .news .news_title {
  font-size: var(--regular-size);
  line-height: 1.35;
  color: #4b4b4b;
  font-weight: bold;
}

.post1 .news .news_text {
  font-size: var(--base-size);
  line-height: 1.75;
  color: #707070;
}

.news_title a,
.news_text a {
  color: inherit;
}


body.main {
  background: var(--theme-color) url(../images/main_bg.png) no-repeat center/cover
}
body.main:before{content:"";width:110%;left:50%;top:50%;height:8.3rem;transform:translate(-50%,-50%);z-index:0;background:url(../images/main_stars.png) no-repeat center center / 100%;position:absolute}

img.xiaoxun {
  position: absolute;
  left: 1.56rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;width:1.83rem;
}

body.main .text-celebrate {
  position: absolute;
  right: 0.95rem;
  bottom: 2.21rem;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  color: var(--primary-color);
  writing-mode: vertical-lr;
  display: flex;
  font-weight: bold;
  font-size: 0.28rem;
  white-space: nowrap;
  flex-direction: column;
  letter-spacing: 0.1rem;
}

body.main .text-celebrate div:nth-child(1) {
  font-size: 0.34rem;
}

body.main .text-celebrate div:nth-child(2) {
  margin: 0.75rem 0.24rem 0 0.38rem;
}

body.main .text-celebrate div:nth-child(3) {
  margin-top: 0.75rem;
}

body.main .count {
  position: absolute;
  width: 1.58rem;
  box-sizing: border-box;
  right: 0.9rem;
  bottom: 0.8rem;
  font-size: var(--small-size);
  font-weight: bold;
  z-index: 2;
  padding: 0.05rem 0.3rem;
  color: var(--primary-color);
  background: url(../images/count_bg.png) no-repeat center/100%;
}

body.main .count div:nth-child(1) {
  padding-left: 0.1rem;
  position: relative;
  top: 5px;
}

body.main .count div:nth-child(2) span:nth-child(1) {
  font-size: 0.5rem;
  font-family: "roboto";
  line-height: 1.3;
}

body.main .count div:nth-child(2) span:nth-child(2) {
  position: relative;
  top: -5px
}

body.main .wallpaper {
  position: absolute;
  z-index: 2; 
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) scale(calc(100vw / 1920px));
}

/**列表页**/
body.list {
  background: #003E92 url(../images/list_bg.png) no-repeat center bottom/cover;
}

.l-banner {
  height: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #c5c4c4;
  position: relative;
  background-size: cover;
}

.l-banner:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 60%;
  background: url(../images/bannerbg.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}

.l-banner img {
  display: none;
  height: 100%;
  vertical-align: top;
}

#l-container {
  position: relative;
}

#l-container .inner {
  padding: .7rem 0 0rem;
  position: relative;
}

#d-container .inner {
  background: #fff;
}

/**栏目列表**/
.col_menu_head {
  position: absolute;
  bottom: 100%;
  z-index: 1;
  width: 100%;
  left: 0;
}

.col_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.col_wrapper .list_news {
  flex: 1 0 0;
  position: relative;
  z-index: 33;
}

.col_name {
  padding: 0rem 0.5rem 0.35rem 0.6rem;
  position: relative;
  z-index: 12;
  margin-right: 1.36rem;
  font-size: .28rem;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: flex-end;
  ;
}

.col_name:before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0;
  transform: translateY(-50%);
  width: 0.09rem;
  height: 0.3rem;
  background: var(--theme-color);display:none
}

.col_name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  ;
  width: calc(100% + (50vw - var(--inner-width)/2));
  height: 100%;
  z-index: -1;
  background: url(../images/col_name_bg.png) no-repeat center/cover;
}

.col_name div.prev-2 {
  font-family: "zhiMangXing";
  font-size: 0.66rem;
  color: #FADEA5;
  text-shadow: 0 3px 6px #003E92;
  writing-mode: vertical-lr;
  position: relative;
  top: -0.2rem;
  line-height: 1;
}

.col_name div.next-2 {
  color: #fff;
  text-shadow: 0 3px 6px #003E92;
  writing-mode: vertical-lr;
  letter-spacing: 0.1rem;
}

.col_name .small_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);display:none;
  z-index: 1;width:0.24rem;height:auto
}

.sub-colList{position: absolute;right:-0.55rem;top:0rem;z-index: 2;}
.sub-colList ul.col_listcolumn{display: flex;}
.sub-colList ul.col_listcolumn .col_column a{color: rgba(255,255,255,0.7);padding:0 0.26rem;font-size: var(--regular-size);display: block;;font-weight: bold;line-height: 2.1;}
.sub-colList ul.col_listcolumn .col_column a:hover{color:#fff}
.sub-colList ul.col_listcolumn .col_column.selected a,.sub-colList ul.col_listcolumn .col_column.parent a{background: url(../images/col-item-bg.svg) no-repeat center/100% 100%;color:#fff}

.datalist {
  margin-bottom: 0.7rem;
  height: calc(100vh - 3.4rem);
  overflow-y: auto;
} 
body.single .datalist{margin-top:0.5rem}
.datalist::-webkit-scrollbar {
  display: none;
}

.showMore {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--base-size);
}

.showMore img {
  animation: move 1.5s infinite ease-in-out;
  transform: translateY(-5px);
}

@keyframes move {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.showAll {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--base-size);
  text-align: center;
}

@keyframes rotate {
  0% {
    transform: perspective(1200px) rotateZ(-15deg) rotateX(13deg) rotateY(0deg);
  }

  100% {
    transform: perspective(1200px) rotateZ(-15deg) rotateX(13deg) rotateY(-360deg);
  }
}

.rotate {
  position: relative;
  width: 336px;
  height: 204px;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateZ(-15deg) rotateX(13deg) rotateY(0deg);
  margin:   auto;
  animation: rotate 20s linear infinite;
  will-change: transform;
}

.rotate.paused {
  animation-play-state: paused;
}

.images {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  aspect-ratio: 84 / 51;
  transform-style: preserve-3d;
  will-change: transform;
}

.images img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}


.col_path a,
.col_path span {
  color: #fff;
  font-size: var(--base-size);
  line-height: 1.3;
}

.col_path {
  display: inline-block;
  padding-left: .26rem;
  background: url(../images/home.svg) no-repeat left;
  margin-bottom: .63rem;
}

.possplit::after {
  content: "/";
  font-size: .15rem;
}

.possplit {
  margin: 0 .08rem;
  width: auto;
  background-image: none;
  color: #666;
  text-indent: inherit;
  font-size: 0;
}

.col_list {
  width: 100%;
  position: relative;
  height: .9rem;
  padding-right: .9rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.column-switch {
  display: none;
}

.col_list ul {
  position: relative;
  width: 100%;
}

.col_list ul li {
  float: left;
}

.col_list .col_column .col_item_link.selected {
  opacity: 1;
}

.col_list .col_column .col_item_link {
  color: #fff;
  padding: 0 .36rem;
  font-size: var(--base-size);
  border-right: 1px solid rgb(255 255 255 / 20%);
  display: inline-block;
  display: block;
  text-align: center;
  opacity: .7;
  margin: .05rem 0;
}

.col_list .slick-next,
.col_list .slick-prev {
  width: auto;
  height: auto;
  background: 0 0;
  border-radius: 0;
}

.col_list .slick-prev {
  left: -.4rem;
  display: none !important;
}

.col_list .slick-next {
  right: -.5rem;
  width: .3rem;
  text-align: center;
}

.col_list .slick-next:hover,
.col_list .slick-prev:hover {
  opacity: 1;
  color: #fff;
  background: 0 0;
}

/**默认新闻列表页**/
.mrlist .list_news .news_list .news:first-child {
  padding-top: 0;
}

.mrlist .list_news .news_list .news {
  display: flex;
  justify-content: space-between;align-items:center;
  padding: 0.36rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mrlist .list_news .news_list .news .news_title {
  font-size: var(--base-size);
  line-height: 1.5;
  font-weight: bold;
  color: #fff;margin-right:10px
}

.news .news_time {
  font-size: var(--small-size);
  color: #FEF8D0;
  font-family: 'barlow-bold';
  padding-left: 0.25rem;
  white-space: nowrap; 
  line-height: 1.6;
  background: url(../images/clock.svg) no-repeat left center/var(--regular-size);
}

/**文章页**/
body.pagelist .col_wrapper .list_news {
  height: calc(100vh - 2.6rem);
  overflow-y: auto;
}

body.pagelist .col_wrapper .list_news::-webkit-scrollbar {
  display: none;
}

.info .col_metas.clearfix {
  height: .63rem;
}

.infobox {
  padding: .56rem 0;
  margin: 0 auto;
  width: auto;
}

.article h1.arti_title {
  line-height: 1.3; 
  font-size: .36rem;
  text-align: center;font-weight:bold;
  margin-bottom: .2rem;color:#fff;
}

.article h2.arti_title {
  line-height: 2;
  font-family: "Microsoft YaHei";
  font-size: .2rem;
  text-align: center;
  color: #1b1b1bc7;
  margin-bottom: .2rem;
}

.art_metas {
  text-align: center;
  line-height: 1.3;
  margin: 20px 0;color:#fff;
  font-size: var(--base-size);
}
.wp_articlecontent,.wp_articlecontent *{color:#fff !important;    font-family: Microsoft YaHei !important;}
.wp_articlecontent img{/* width:100%; */height: auto;max-width: 800px;}
.article .arti_info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: .4rem;
  min-height: 400px;
}

.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: var(--base-size);
  color: #333;
}

.article .entry .read p {
  margin-bottom: 10px;
}

.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
}

.article .entry .read table {
  margin: 0 auto;
  border: none !important;
}

.sibi_art {
  margin-top: 1.3rem;
}

.wp_artfuns .wp_art_adjoin {
  display: flex;
  line-height: .48rem;
  font-size: var(--regular-size);
  flex-wrap: wrap;
}

span.next-title,
span.prev-title {
  width: calc(100% - .8rem);
}

.wp_artfuns .wp_art_adjoin .next {
  padding: 0;
}

.wp_artfuns .wp_art_adjoin .next,
.wp_artfuns .wp_art_adjoin .prev {
  pointer-events: none;
  width: auto;
}

/**底部**/
#footer {
  background: var(--theme-color);
  background-size: cover;
  position: relative;
}

.footer .inner {
  padding: .97rem 0 .445rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.foot-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: .857rem;
}

#footer .inner.in1 {
  padding: .57rem 0 .32rem;
  position: relative;
}

#footer .inner .mod {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
}

#footer .inner .foot-left {
  flex: 1;
  display: flex;
}

#footer .inner .foot-center {
  flex: 1;
  text-align: center;
}

#footer .inner .foot-center img {
  max-width: 100%;
}

#footer .inner .foot-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

#footer .inner p {
  font-size: var(--base-size);
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
  opacity: .5;
}

#footer .inner p a {
  color: #fff;
}

#footer .inner p span {
  margin: 0 3px;
}

.foot-left .title {
  color: #fff;
  font-size: var(--base-size);
  line-height: .21rem;
  font-weight: 700;
  margin-bottom: .14rem;
}

/**底部链接**/
.foot-left .tt {
  margin-bottom: .18rem;
}

.foot-left .links {
  margin-right: 1.02rem;
}

/**分享**/
.shares .news_list {
  display: flex;
  text-align: center;
  gap: .17rem;
}

.shares .news_list .imgs {
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 127%;
  left: 50%;
  margin-left: -.5rem;
  transform: translateY(-.4rem);
  opacity: 0;
  transition: all .4s ease-in-out;
}

.shares .news_list .imgs img {
  width: 100%;
  height: 100%unset;
}

.shares .news_list .news_icon {
  display: block;
  background-color: #ffffff2e;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .7;
  background-size: 53%;
}

.shares .news_list .news {
  position: relative;
}

.shares .news_list .n1 .news_icon {
  background-image: url(../images/weixin.svg);
}

.shares .news_list .n2 .news_icon {
  background-image: url(../images/weibo.svg);
}

.shares .news_list .news_icon:hover {
  opacity: 1;
}

.shares .news_list .news:hover .imgs {
  opacity: 1;
  transform: none;
}

.shares .news_list .news_title {
  color: #fff;
  font-size: var(--small-size);
  line-height: 1.4;
  margin-top: .13rem;
}

.footlogo img {
  width: 4.62rem;
}

.foot-bottom {
  padding: .26rem 0 .29rem;
  text-align: center;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.foot-bottom p {
  font-size: var(--small-size);
  line-height: 2.4;
  color: #fff;
  position: relative;
}

/**侧导航**/
nav.Quick-navigation {
  position: fixed;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  font-size: 19px;
  line-height: 70px;
  background: var(--theme-color);
  color: #fff;
  padding: 0 16px;
  border-radius: 20px;
}

nav.Quick-navigation a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

nav.Quick-navigation a.current {
  color: #e1d4a4;
  border-bottom: 1px solid var(--hover-color);
}

.Scroll-to-top {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 1;
  background: #fff;
  bottom: 2%;
  border-radius: 50%;
  right: 1%;
  background: #1776be7a;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/** 加载 **/
.pre-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: 999;
}

.spinner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container1>div,
.container2>div,
.container3>div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts*/
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}




.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #eee;
  z-index: 9999;
}

.progress {
  height: 100%;
  width: 100%;
  background: var(--accent-color);
  transform-origin: left;
  transform: scaleX(0);
}



.nav .wp-menu .menu-item.i7 {
    display: none;
}
.fixbox.navbox .wp-menu li.i7 {
    display: none;
}

td {
    border: unset;
}



.cys  img{background: url(/_upload/tpl/08/24/2084/template2084/images/ewm.png);
    padding: 10px 10px 20px 10px;
    display: inline-block;
    background-size: contain;}