.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-line,
.g-foot .list li>a,
.g-foot .nav li a {
  background: -webkit-linear-gradient(left, #333, #333) no-repeat;
  background: linear-gradient(to right, #333, #333) no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  -webkit-transition: background-size .5s;
  transition: background-size .5s;
}

.text-line-on,
.g-foot .list li>a:hover,
.g-foot .nav li a:hover {
  background-position: left bottom;
  background-size: 100% 1px;
}

.circle-btn,
.g-foot a.topA,
.g-head .side a.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
}

.circle-btn:before,
.g-foot a.topA:before,
.g-head .side a.language:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  background: #a41818;
  border-radius: 50%;
  -webkit-transition: .4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: .4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.circle-btn em,
.g-foot a.topA em,
.g-head .side a.language em {
  position: relative;
}

.circle-btn:hover:before,
.g-foot a.topA:hover:before,
.g-head .side a.language:hover:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.show a,
body.show .transition,
body.show :before,
body.show img {
  -webkit-transition: All .5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: All .5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.zoomImg img {
  width: 100%;
}

.zoomImg:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

a:hover .zoomImg img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  font-size: 0.12rem;
  font-family: Arial,"SourceHanSans-Regular";
  color: #212121;
  -webkit-text-size-adjust: none;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

body.show {
  opacity: 1;
}

body.hidden {
  overflow: hidden;
}

a {
  color: #212121;
  text-decoration: none;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #a41818;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 0.16rem;
}

h2,
h3,
h4,
h5 {
  font-size: 0.14rem;
}

h5 {
  font-size: 0.12rem;
}

textarea,
input {
  background: transparent;
  font-size: 0.12rem;
  font-family: Arial,"SourceHanSans-Regular";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.wal {
  max-width: 14rem;
  margin: 0 auto;
}

.phone-show {
  display: none;
}

@font-face {
  font-family: "iconfont";
  src: url("https://at.alicdn.com/t/font_2640790_0xr51bk0scp.woff2?t=1650704386844") format("woff2"),url("https://at.alicdn.com/t/font_2640790_0xr51bk0scp.woff?t=1650704386844") format("woff"),url("https://at.alicdn.com/t/font_2640790_0xr51bk0scp.ttf?t=1650704386844") format("truetype");
}

.iconfont {
  font-family: "iconfont";
}

@font-face {
  font-family: "BarlowCondensed-Regular";
  src: url(/static/szsorch/image/BarlowCondensed-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSans-Regular";
  src: url(/static/szsorch/image/SourceHanSans-Regular.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.g-head {
  height: 0.6rem;
}

.g-head .head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 0 1rem;
  border-bottom: #e3e3e3 solid 1px;
  box-shadow: 0 0 0.1rem rgba(0,0,0,.07);
}

.g-head .head .wal {
  height: 0.6rem;
  position: relative;
  max-width: 100%;
  -webkit-transition: height .5s;
  transition: height .5s;
}

.g-head a.logo {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.77rem;
  background: url(/static/szsorch/image/logo.png) center no-repeat;
  background-size: 100%;
}

.g-head .side {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-head .side a.search {
  margin-right: 0.3rem;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
}

.g-head .side a.search:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/search.svg) center no-repeat;
  background-size: 0.22rem;
}

.g-head .side a.search:hover:after {
  background-image: url(/static/szsorch/image/search-black.svg);
}

.g-head .side a.language {
  font-size: 0.14rem;
  color: #fff;
  text-transform: uppercase;
}

.g-head .g-nav {
  position: absolute;
  top: 0;
  right: 2.2rem;
}

.g-head .g-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-head .g-nav li {
  padding: 0 0.25rem;
}

.g-head .g-nav a.name {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  color: #000;
  position: relative;
  opacity: .7;
}

.g-head .g-nav a.name.on {
  opacity: 1;
}

.g-head .nav-bg {
  position: fixed;
  z-index: 49;
  left: 0;
  right: 0;
  top: 0.6rem;
  background: #fff;
  padding: 0.2rem 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  box-shadow: 0 0 0.1rem rgba(0,0,0,.07);
}

.g-head .nav-bg.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.g-head .nav-bg dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0.25rem;
}

.g-head .nav-bg dd {
  font-size: 0.16rem;
  line-height: 0.43rem;
  text-align: center;
}

.g-head.navHover .head {
  box-shadow: 0 0 0.1rem rgba(0,0,0,0);
}

.g-head.white {
  height: 0;
}

.g-head.white .head {
  background: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 0.1rem rgba(0,0,0,0);
}

.g-head.white .head .wal {
  height: 1.16rem;
}

.g-head.white a.logo {
  background-image: url(/static/szsorch/image/logo177.png);
}

.g-head.white .side a.search:after {
  background-image: url(/static/szsorch/image/search-white.svg);
}

.g-head.white .g-nav a.name {
  height: 1.16rem;
  line-height: 1.16rem;
  color: #fff;
}

.g-head.white .nav-bg {
  top: 1.16rem;
}

.head-search {
  position: fixed;
  z-index: 49;
  left: 0;
  right: 0;
  top: 0.6rem;
  background: #fff;
  padding: 0.57rem 0 0.69rem 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.head-search.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.head-search.show.delay {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.head-search .wal {
  max-width: 7.22rem;
  position: relative;
}

.head-search .input {
  background: #f9f7f4;
  border: 1px solid #e1e0e0;
  height: 0.52rem;
  border-radius: 0.06rem;
}

.head-search .input input::-webkit-input-placeholder {
  color: #999;
}

.head-search .input input::-moz-placeholder {
  color: #999;
}

.head-search .input input:-moz-placeholder {
  color: #999;
}

.head-search .input input:-ms-input-placeholder {
  color: #999;
}

.head-search .input textarea::-webkit-input-placeholder {
  color: #999;
}

.head-search .input textarea::-moz-placeholder {
  color: #999;
}

.head-search .input textarea:-moz-placeholder {
  color: #999;
}

.head-search .input textarea:-ms-input-placeholder {
  color: #999;
}

.head-search .input input {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
  color: #333;
  padding-left: 0.45rem;
}

.head-search .input:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.45rem;
  background: url(/static/szsorch/image/search.svg) center no-repeat;
  background-size: 0.18rem;
  opacity: .7;
}

.head-search .submit {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.22rem;
  font-size: 0.14rem;
}

.head-search .close {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 0;
  left: 100%;
  bottom: 0;
  margin-left: 0.5rem;
  width: 0.35rem;
  background: url(/static/szsorch/image/close.svg) center no-repeat;
  background-size: 0.15rem;
}

@media screen and (min-width: 800px) {
  .g-head .g-nav li {
    position: relative;
  }

  .g-head .g-nav li .list {
    position: absolute;
    left: 50%;
    top: -100vh;
    width: 1.3rem;
    background: rgba(255,255,255,.9);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .05rem .1rem;
    opacity: 0;
    visibility: hidden;
  }

  .g-head .g-nav li .list a {
    display: block;
    text-align: center;
    font-size: .16rem;
    line-height: .5rem;
    border-bottom: rgba(33,33,33,.15) solid 1px;
  }

  .g-head .g-nav li .list a:hover {
    color: #a41818;
  }

  .g-head .g-nav li .list dd:last-child a {
    border-bottom: 0;
  }

  .g-head .g-nav li:hover a.name {
    opacity: 1;
  }

  .g-head.white:hover .head {
    background: #fff;
    border-color: #e3e3e3;
  }

  .g-head.white:hover a.logo {
    background-image: url(/static/szsorch/image/logo.png);
  }

  .g-head.white:hover .side a.search:after {
    background-image: url(/static/szsorch/image/search.svg);
  }

  .g-head.white:hover .g-nav a.name {
    color: #000;
  }

  body.en .g-head .g-nav {
    right: 1.3rem;
  }
}

.g-foot {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 5;
}

.g-foot a.topA {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  z-index: 5;
  top: 0.56rem;
  right: 0.8rem;
  background: #666;
}

.g-foot a.topA:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/topA.svg) center no-repeat;
  background-size: 100%;
}

.g-foot .wal {
  min-height: 4.5rem;
  position: relative;
  max-width: 12rem;
}

.g-foot .logo {
  width: 2.65rem;
  margin: 0 auto;
  padding: 0.94rem 0 0.8rem 0;
}

.g-foot .nav {
  border-bottom: rgba(255,255,255,.2) solid 1px;
  padding-bottom: 0.35rem;
}

.g-foot .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .nav li {
  margin-right: 0.93rem;
}

.g-foot .nav li a {
  font-size: 0.16rem;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  padding-bottom: 0.03rem;
}

.g-foot .share {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 2.5rem;
}

.g-foot .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .share li {
  width: 0.2rem;
  margin-left: 0.22rem;
  position: relative;
}

.g-foot .share li a {
  display: block;
  opacity: .4;
}

.g-foot .share li .layer {
  width: 1.2rem;
  background: #fff;
  padding: 0.08rem;
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  display: none;
  margin-top: 0.1rem;
}

.g-foot .share li .layer:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -0.03rem;
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.g-foot .share li .layer img {
  position: relative;
  z-index: 5;
}

.g-foot .share li:hover a {
  opacity: 1;
}

.g-foot .share li:hover .layer {
  display: block;
}

.g-foot .msg {
  padding: 0.44rem 0;
  font-size: 0.14rem;
  color: rgba(255,255,255,.4);
}

.g-foot .list {
  position: absolute;
  right: 0;
  top: 3.5rem;
}

.g-foot .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .list li {
  margin-left: 0.38rem;
  position: relative;
}

.g-foot .list li>a {
  color: #fff;
  font-size: 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  padding-bottom: 0.03rem;
  opacity: .4;
}

.g-foot .list li>a span {
  width: 0.08rem;
  height: 0.08rem;
  background: url(/static/szsorch/image/down.svg) center no-repeat;
  background-size: 100%;
  margin-left: 0.04rem;
}

.g-foot .list li>a:hover {
  opacity: 1;
}

.g-foot .list li .layer {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 0.1rem;
  display: none;
}

.g-foot .list li .layer dl {
  background: #fff;
  width: 1.94rem;
  border-radius: 0.09rem;
  padding: 0.2rem 0;
}

.g-foot .list li .layer a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.31rem;
  color: #666;
  padding-left: 0.2rem;
}

.g-foot .list li .layer a:hover {
  color: #a41818;
}

.g-foot .list li:hover>a {
  opacity: 1;
}

.g-foot .list li:hover .layer {
  display: block;
}

@media screen and (min-width: 800px) {
  body.en .g-foot .wal {
    max-width: 14rem;
  }

  body.en .g-foot .nav li {
    margin-right: 0.6rem;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 0.5rem;
  }

  .wal,
  .wal-1200 {
    margin: 0 .6rem;
  }

  .phone-show {
    display: block;
  }

  .pc-show {
    display: none;
  }

  body.navShow {
    overflow: hidden;
  }

  body.navShow .g-head .head {
    background: #fff;
  }

  body.navShow .g-head a.logo {
    background-image: url(/static/szsorch/image/logo.png);
  }

  body.navShow .g-head .side a.search:after {
    background-image: url(/static/szsorch/image/search.svg);
  }

  body.navShow .g-head a.navA {
    background-image: url(/static/szsorch/image/close.svg);
  }

  body.navShow .g-head .g-nav {
    right: 0;
    left: 0;
  }

  body.navShow .g-head .g-nav a.name {
    color: #000;
  }

  .g-head {
    height: 1.2rem;
  }

  .g-head .head {
    padding: 0 0.3rem;
  }

  .g-head .head .wal {
    margin: 0;
    height: 1.2rem;
  }

  .g-head a.logo {
    width: 2.81rem;
  }

  .g-head .side {
    right: 0.7rem;
  }

  .g-head .side a.search {
    margin-right: 0;
    width: 0.8rem;
    height: 0.8rem;
  }

  .g-head .side a.search:after {
    background-size: 0.4rem;
  }

  .g-head .side a.language {
    display: none;
  }

  .g-head .navA {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.4rem;
    background: url(/static/szsorch/image/nav.svg) center no-repeat;
    background-size: 100%;
  }

  .g-head .g-nav {
    position: fixed;
    bottom: 0;
    right: -100%;
    left: 100%;
    top: 1.2rem;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: #f1f1f1 solid 1px;
    padding-top: 0.4rem;
  }

  .g-head .g-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
  }

  .g-head .g-nav li {
    padding: 0;
    width: 100%;
  }

  .g-head .g-nav a.name {
    font-size: .42rem;
    padding-left: .5rem;
    height: 1.05rem;
    line-height: 1.05rem;
  }

  .g-head .g-nav a.name:before {
    display: none;
  }

  .g-head .g-nav li.s-nav-li a.name:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: .5rem;
    font-family: "iconfont";
    opacity: .8;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .g-head .g-nav li.s-nav-li.open a.name:after {
    content: "";
  }

  .g-head .g-nav .list {
    padding: 0 0 .1rem .7rem;
    display: none;
  }

  .g-head .g-nav .list a {
    display: block;
    color: #666;
    line-height: .77rem;
    font-size: .36rem;
  }

  .g-head .g-nav .list a.on {
    color: #a41818;
  }

  .g-head .g-nav .date-btn {
    display: block;
    width: 2rem;
    height: 2rem;
    background: #000 url(../image/img200.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
  }

  .g-head .g-nav .date-btn:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #a41818;
    width: 0.14rem;
    height: 0.14rem;
    left: 50%;
    top: 50%;
    margin-left: -0.65rem;
    margin-top: -0.65rem;
    -webkit-transform-origin: 0.65rem 0.65rem;
    -ms-transform-origin: 0.65rem 0.65rem;
    transform-origin: 0.65rem 0.65rem;
    -webkit-animation: rotateAnima 9s linear infinite;
    animation: rotateAnima 9s linear infinite;
  }

  .g-head .g-nav .language {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.75rem;
  }

  .g-head .g-nav .language dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.32rem;
    line-height: 1em;
  }

  .g-head .g-nav .language dd {
    padding: 0 0.4rem;
    position: relative;
  }

  .g-head .g-nav .language dd:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 0.28rem;
    background: #333;
  }

  .g-head .g-nav .language dd:last-child:after {
    display: none;
  }

  .g-head .g-nav .language a {
    font-size: 0.32rem;
    opacity: .4;
  }

  .g-head .g-nav .language a.on {
    opacity: 1;
  }

  .g-head.white {
    height: 0;
  }

  .g-head.white .head .wal {
    height: 1.2rem;
  }

  .g-head.white .navA {
    background-image: url(/static/szsorch/image/nav-white.svg);
  }

  .head-search {
    top: 1.2rem;
  }

  .head-search .input {
    height: 1.02rem;
    border-radius: 0.12rem;
  }

  .head-search .input input {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.26rem;
    padding-left: 0.72rem;
  }

  .head-search .input:before {
    width: 0.72rem;
    background-size: 0.33rem;
  }

  .head-search .submit {
    padding: 0 0.25rem;
    font-size: 0.26rem;
  }

  .head-search .close {
    position: absolute;
    z-index: 5;
    top: calc(100% + 0.69rem);
    left: -0.3rem;
    bottom: auto;
    margin-left: 0;
    width: calc(100% + 0.6rem);
    background: rgba(0,0,0,.5);
    height: 100vh;
  }

  .phone-date {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 1.2rem;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: #f1f1f1 solid 1px;
    padding: 0.7rem 0.3rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s;
    transition: .5s;
  }

  .phone-date.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .phone-date .back {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: #000;
    border-radius: 50%;
    margin-bottom: 0.54rem;
  }

  .phone-date .back img {
    width: 100%;
  }

  .phone-date .container {
    min-height: 7.35rem;
    border-radius: 0.12rem;
    background: #f9f7f4;
    font-family: "BarlowCondensed-Regular";
    font-size: 0.32rem;
    text-align: center;
  }

  .phone-date .container .hd {
    height: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.36rem;
    padding: 0 0.3rem;
  }

  .phone-date .container .hd .arrow {
    font-family: "iconfont";
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .phone-date .container .hd .arrow.prev:after {
    content: "";
  }

  .phone-date .container .hd .arrow.next:after {
    content: "";
  }

  .phone-date .container .week {
    font-weight: bold;
    border-bottom: #e0dfdd solid 1px;
    line-height: 1em;
    padding-bottom: 0.3rem;
  }

  .phone-date .container .week ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .phone-date .container .week li {
    width: 14.285%;
  }

  .phone-date .container .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .phone-date .container .list li {
    width: 14.285%;
    height: 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .phone-date .container .list li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 0.7rem;
    height: 0.7rem;
  }

  .phone-date .container .list li.hasEvent span {
    background: #cfcccb;
  }

  .phone-date .container .list li.on span {
    background: #a41818;
    color: #fff;
  }

  .phone-date .text-list {
    position: relative;
    padding-top: 1.45rem;
    display: none;
  }

  .phone-date .text-list:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    width: 0.02rem;
    height: 0.56rem;
    background: #333;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .phone-date .text-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.36rem;
    line-height: 0.52rem;
    text-align: center;
  }

  .phone-date .text-list a:after {
    content: "";
    background: url(/static/szsorch/image/arrow.svg) center no-repeat;
    background-size: 100%;
    width: 0.45rem;
    height: 0.45rem;
    margin-top: 0.2rem;
  }

  .g-foot a.topA {
    top: 0.7rem;
    right: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .g-foot .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .g-foot .logo {
    width: 3.38rem;
    padding: 1.43rem 0 0.8rem 0;
  }

  .g-foot .nav {
    border-bottom: 0;
    padding-bottom: 0.35rem;
  }

  .g-foot .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .g-foot .nav li {
    margin-right: 0;
    padding-bottom: 0.45rem;
  }

  .g-foot .nav li a {
    font-size: 0.28rem;
  }

  .g-foot .share {
    position: relative;
    top: 0;
    padding-bottom: 0.68rem;
  }

  .g-foot .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .g-foot .share li {
    width: 0.42rem;
    margin: 0 0.25rem;
  }

  .g-foot .share li .layer {
    width: 1.5rem;
  }

  .g-foot .msg {
    padding: 0 0 1rem 0;
    font-size: 0.24rem;
    line-height: 0.36rem;
    width: 4.3rem;
    text-align: center;
  }

  .g-foot .list {
    position: relative;
    top: 0;
    border-top: rgba(255,255,255,.25) solid 1px;
    width: 100%;
    padding: 0.5rem 0;
  }

  .g-foot .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-foot .list li {
    margin: 0 0.4rem;
  }

  .g-foot .list li>a {
    font-size: 0.26rem;
  }

  .g-foot .list li>a span {
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.08rem;
  }

  .g-foot .list li .layer dl {
    width: 3.2rem;
    padding: 0.3rem 0;
  }

  .g-foot .list li .layer a {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-left: 0.28rem;
  }
}

@media screen and (max-width: 550px) {
  .wal,
  .wal-1200 {
    margin: 0 .3rem;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-line,
.privacy-layer .content a,
.page-search .list li a span,
.page-search .navs li a,
.photos .list a .name,
.news .list a .col .name span,
.join .list a .name,
.person .head li .name h2,
.education-detail .list a .name span,
.education .list a .col .name span,
.music-season .list li .name a,
.index-activity .list li a .name span,
.index-activity2 .list li a .name span,
.index-news .list li a .name span,
.index-news .title .more em,
.index-concert .list .list-wrapper a .bd .name span,
.index-calendar .text-list li a em {
  background: -webkit-linear-gradient(left, #333, #333) no-repeat;
  background: linear-gradient(to right, #333, #333) no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  -webkit-transition: background-size .5s;
  transition: background-size .5s;
}

.text-line-on,
.privacy-layer .content a:hover,
.page-search .list li a:hover span,
.page-search .navs li a:hover,
.photos .list a:hover .name,
.news .list a:hover .col .name span,
.join .list a:hover .name,
.person .head li .name h2:hover,
.education-detail .list a:hover .name span,
.education .list a:hover .col .name span,
.music-season .list li .name a:hover,
.index-activity .list li a:hover .name span,
.index-activity2 .list li a:hover .name span,
.index-news .list li a:hover .name span,
.index-news .title .more:hover em,
.index-concert .list .list-wrapper a:hover .bd .name span,
.index-calendar .text-list li a:hover em {
  background-position: left bottom;
  background-size: 100% 1px;
}

.circle-btn,
.competition-detail .back,
.photos-detail .title .back,
.photos .list a .zoomImg .btn,
.news .list a .col .btn,
.join-detail-layer .container .close,
.join-detail .btn a,
.join-detail .back a,
.page-num .num a,
.join .list a .btn,
.concert-hall-1 .btn a,
.person .detail .container .close,
.education-detail .list a .zoomImg .btn,
.education .list a .col .btn,
.tour-detail .back a,
.tour .list a .bd .btn,
.music-season-detail .back,
.music-season .list li .zoomImg .btn,
.index-activity .list li a .zoomImg .btn,
.index-activity2 .list li a .zoomImg .btn,
.index-activity .col .btn a,
.index-activity2 .col .btn a,
.index-tour .list a .bd .btn,
.index-concert .arrow a,
.index-concert .list .list-wrapper a .zoomImg .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
}

.circle-btn:before,
.competition-detail .back:before,
.photos-detail .title .back:before,
.photos .list a .zoomImg .btn:before,
.news .list a .col .btn:before,
.join-detail-layer .container .close:before,
.join-detail .btn a:before,
.join-detail .back a:before,
.page-num .num a:before,
.join .list a .btn:before,
.concert-hall-1 .btn a:before,
.person .detail .container .close:before,
.education-detail .list a .zoomImg .btn:before,
.education .list a .col .btn:before,
.tour-detail .back a:before,
.tour .list a .bd .btn:before,
.music-season-detail .back:before,
.music-season .list li .zoomImg .btn:before,
.index-activity .list li a .zoomImg .btn:before,
.index-activity2 .list li a .zoomImg .btn:before,
.index-activity .col .btn a:before,
.index-activity2 .col .btn a:before,
.index-tour .list a .bd .btn:before,
.index-concert .arrow a:before,
.index-concert .list .list-wrapper a .zoomImg .btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  background: #a41818;
  border-radius: 50%;
  -webkit-transition: .4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: .4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.circle-btn em,
.competition-detail .back em,
.photos-detail .title .back em,
.photos .list a .zoomImg .btn em,
.news .list a .col .btn em,
.join-detail-layer .container .close em,
.join-detail .btn a em,
.join-detail .back a em,
.page-num .num a em,
.join .list a .btn em,
.concert-hall-1 .btn a em,
.person .detail .container .close em,
.education-detail .list a .zoomImg .btn em,
.education .list a .col .btn em,
.tour-detail .back a em,
.tour .list a .bd .btn em,
.music-season-detail .back em,
.music-season .list li .zoomImg .btn em,
.index-activity .list li a .zoomImg .btn em,
.index-activity2 .list li a .zoomImg .btn em,
.index-activity .col .btn a em,
.index-activity2 .col .btn a em,
.index-tour .list a .bd .btn em,
.index-concert .arrow a em,
.index-concert .list .list-wrapper a .zoomImg .btn em {
  position: relative;
}

.circle-btn:hover:before,
.competition-detail .back:hover:before,
.photos-detail .title .back:hover:before,
.photos .list a .zoomImg .btn:hover:before,
.news .list a .col .btn:hover:before,
.join-detail-layer .container .close:hover:before,
.join-detail .btn a:hover:before,
.join-detail .back a:hover:before,
.page-num .num a:hover:before,
.join .list a .btn:hover:before,
.concert-hall-1 .btn a:hover:before,
.person .detail .container .close:hover:before,
.education-detail .list a .zoomImg .btn:hover:before,
.education .list a .col .btn:hover:before,
.tour-detail .back a:hover:before,
.tour .list a .bd .btn:hover:before,
.music-season-detail .back:hover:before,
.music-season .list li .zoomImg .btn:hover:before,
.index-activity .list li a .zoomImg .btn:hover:before,
.index-activity2 .list li a .zoomImg .btn:hover:before,
.index-activity .col .btn a:hover:before,
.index-activity2 .col .btn a:hover:before,
.index-tour .list a .bd .btn:hover:before,
.index-concert .arrow a:hover:before,
.index-concert .list .list-wrapper a .zoomImg .btn:hover:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.index-banner {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.index-banner img {
  width: 100%;
  height: 8.6rem;
}

.index-banner .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0.3rem !important;
  right: 0;
}

.index-banner .dots span {
  margin: 0.1rem;
  border-radius: 50%;
  width: 0.12rem;
  height: 0.12rem;
  background: #e1dfdb;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-banner .dots span.on {
  background: #a41818;
}

.index-calendar {
  background: url(/static/szsorch/image/img166.png) center top no-repeat;
  background-size: 100%;
  position: relative;
  top: -1px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  height: 3.8rem;
}

.index-calendar .month {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 0.3rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.2rem;
  font-family: "BarlowCondensed-Regular";
}

.index-calendar .month a {
  font-family: "iconfont";
  color: #fff;
  margin: 0 0.15rem;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.index-calendar .list {
  position: relative;
  font-family: "BarlowCondensed-Regular";
}

.index-calendar .list ul {
  height: 1.65rem;
  position: relative;
  top: -13.76rem;
}

.index-calendar .list li {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 0.16rem;
  line-height: 1.6em;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  cursor: pointer;
  color: rgba(255,255,255,.6);
}

.index-calendar .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.09rem;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: -0.06rem;
  background: #a41818;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.index-calendar .list li.hasEvent {
  color: #fff;
}

.index-calendar .list li.on:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index-calendar .list li.hide {
  opacity: 0;
}

.index-calendar .arrow a {
  font-family: "iconfont";
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 0.24rem;
  font-size: 0.2rem;
}

.index-calendar .arrow a.prev {
  left: 50%;
  margin-left: -4.6rem;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.index-calendar .arrow a.next {
  right: 50%;
  margin-right: -4.6rem;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.index-calendar .text-list {
  padding: 0.88rem 0 1.1rem 0;
  position: relative;
}

.index-calendar .text-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.34rem;
  width: 1px;
  height: 0.28rem;
  background: #030303;
}

.index-calendar .text-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #000;
}

.index-calendar .text-list li a:after {
  content: "";
  font-family: "iconfont";
  position: relative;
  left: 0.05rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-calendar .text-list li a:hover:after {
  -webkit-animation: arrowAnima 1s linear;
  animation: arrowAnima 1s linear;
}

@-webkit-keyframes arrowAnima {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(0.15rem);
    transform: translateX(0.15rem);
    opacity: 0;
  }

  51.0001% {
    -webkit-transform: translateX(-0.07rem);
    transform: translateX(-0.07rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrowAnima {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(0.15rem);
    transform: translateX(0.15rem);
    opacity: 0;
  }

  51.0001% {
    -webkit-transform: translateX(-0.07rem);
    transform: translateX(-0.07rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.index-concert {
  padding-bottom: 1.2rem;
}

.index-concert .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
}

.index-concert .title h2 {
  text-align: center;
  font-size: 0.42rem;
  font-weight: 400;
}

.index-concert .title .more {
  display: none;
}

.index-concert .list {
  position: relative;
}

.index-concert .list .list-wrapper2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-concert .list .list-wrapper {
  margin-left: -0.55rem;
}

.index-concert .list .list-wrapper li {
  padding-left: 0.55rem;
  padding-top: 0.1rem;
}

.index-concert .list .list-wrapper a {
  display: block;
  background: #f9f7f4;
  position: relative;
  border-radius: 0.15rem 0.15rem 0 0;
  --color1: #000;
  --color2: #000;
}

.index-concert .list .list-wrapper a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2rem;
  height: 0.05rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(left, var(--color1), var(--color2));
  background: linear-gradient(to right, var(--color1), var(--color2));
}

.index-concert .list .list-wrapper a .bd {
  height: 2rem;
  text-align: center;
}

.index-concert .list .list-wrapper a .bd .time {
  font-size: 0.16rem;
  color: #a49e8d;
  line-height: 1em;
  padding: 0.5rem 0 0.35rem 0;
  font-family: "BarlowCondensed-Regular";
}

.index-concert .list .list-wrapper a .bd .name {
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding: 0 0.2rem;
  height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-concert .list .list-wrapper a .zoomImg img {
  height: 5.72rem;
}

.index-concert .list .list-wrapper a .zoomImg .btn {
  position: absolute;
  z-index: 5;
  bottom: 0.2rem;
  right: 0.2rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.index-concert .list .list-wrapper a .zoomImg .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.index-concert .list .list-wrapper a:hover:before {
  width: 2.86rem;
  height: 0.07rem;
}

.index-concert .list .list-wrapper a:hover .bd .name span {
  color: #333;
}

.index-concert .list .list-wrapper a:hover .zoomImg .btn {
  opacity: 1;
}

.index-concert .arrow a {
  font-family: "iconfont";
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.16rem;
  background: #a41818;
  color: #888;
}

.index-concert .arrow a:before {
  background: #eae8e5;
}

.index-concert .arrow a:hover {
  color: #fff;
}

.index-concert .arrow a.prev {
  left: -1rem;
}

.index-concert .arrow a.next {
  right: -1rem;
}

.index-news {
  background: url(/static/szsorch/image/index-news.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.index-news .wal {
  min-height: 8.61rem;
  padding: 1.34rem 0 1.43rem 0;
  color: #fff;
}

.index-news .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.62rem;
}

.index-news .title h2 {
  font-size: 0.42rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
}

.index-news .title .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
}

.index-news .title .more em {
  letter-spacing: 1px;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
}

.index-news .title .more:after {
  margin-left: 0.1rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: #a41818 url(../image/arrow4.svg) center no-repeat;
  background-size: 100%;
  content: "";
}

.index-news .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-news .img-list {
  width: 7.2rem;
  height: 4.8rem;
  position: relative;
}

.index-news .img-list li {
  position: absolute;
  inset: 0;
}

.index-news .img-list img {
  height: 4.8rem;
}

.index-news .list {
  width: 6rem;
}

.index-news .list li {
  border-bottom: rgba(255,255,255,.25) solid 1px;
}

.index-news .list li:last-child {
  border: 0;
}

.index-news .list li a {
  display: block;
  color: #fff;
  font-size: 0.16rem;
  padding: 0.3rem 0;
}

.index-news .list li a .name {
  font-size: 0.22rem;
  padding-bottom: 0.18rem;
}

.index-news .list li a .name span {
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
}

.index-news .list li a .time {
  font-family: "BarlowCondensed-Regular";
}

.index-tour {
  background: #f9f7f4;
  padding: 1rem 0;
}

.index-tour .title {
  text-align: center;
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.65rem;
  color: #000;
}

.index-tour .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-tour .list .list-wrapper {
  width: 28.2rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-tour .list li {
  padding: 0 1.45rem;
}

.index-tour .list a {
  display: block;
  position: relative;
}

.index-tour .list a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4.92rem;
  background: url(/static/szsorch/image/img492.png) center no-repeat;
  background-size: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-tour .list a .zoomImg img {
  height: 6.5rem;
}

.index-tour .list a .bd {
  position: absolute;
  z-index: 5;
  inset: 0;
  background: rgba(0,0,0,.3);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 0.75rem;
}

.index-tour .list a .bd .btn {
  width: 0.8rem;
  height: 0.8rem;
}

.index-tour .list a .bd .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.index-tour .list a .bd .info {
  font-size: 0.16rem;
  padding: 0.7rem 0 0.2rem 0;
  opacity: .6;
}

.index-tour .list a .bd .name {
  font-size: 0.36rem;
  opacity: .8;
}

.index-tour .list li.swiper-slide-active a:before {
  right: -1.85rem;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.index-tour .list li.swiper-slide-active a .bd {
  opacity: 1;
}

.index-tour .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-tour .dots span {
  margin: 0;
  border-radius: 0;
  width: 1rem;
  height: 0.02rem;
  background: #e1dfdb;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-tour .dots span.on {
  background: #a41818;
  height: 0.02rem;
}

.index-activity,
.index-activity2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(/static/szsorch/image/img528.png) left bottom no-repeat;
  background-size: 5.28rem;
}

.index-activity .wal,
.index-activity2 .wal {
  min-height: 9.31rem;
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-activity .col,
.index-activity2 .col {
  width: 4.1rem;
  padding-top: 0.2rem;
}

.index-activity .col .title,
.index-activity2 .col .title {
  font-size: 0.42rem;
  line-height: 1em;
  color: #000;
}

.index-activity .col .content,
.index-activity2 .col .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
  padding: 0.55rem 0 0.5rem 0;
}

.index-activity .col .btn a,
.index-activity2 .col .btn a {
  width: 1.2rem;
  height: 1.2rem;
  background: #a41818;
  font-size: 0.14rem;
  color: #a41818;
}

.index-activity .col .btn a:before,
.index-activity2 .col .btn a:before {
  background: #fff;
  inset: 1px;
}

.index-activity .col .btn a:hover,
.index-activity2 .col .btn a:hover {
  color: #fff;
}

.index-activity .list,
.index-activity2 .list {
  width: 8.65rem;
  position: relative;
}

.index-activity .list .list-wrapper,
.index-activity2 .list .list-wrapper {
  width: 13.38rem;
  overflow: hidden;
  position: relative;
}

.index-activity .list li,
.index-activity2 .list li {
  padding-right: 0.4rem;
}

.index-activity .list li a,
.index-activity2 .list li a {
  display: block;
  padding-bottom: 0.9rem;
}

.index-activity .list li a .zoomImg img,
.index-activity2 .list li a .zoomImg img {
  height: 5.4rem;
}

.index-activity .list li a .zoomImg .btn,
.index-activity2 .list li a .zoomImg .btn {
  position: absolute;
  z-index: 5;
  bottom: 0.2rem;
  right: 0.2rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.index-activity .list li a .zoomImg .btn:after,
.index-activity2 .list li a .zoomImg .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.index-activity .list li a .name,
.index-activity2 .list li a .name {
  font-size: 0.22rem;
  margin-top: 0.25rem;
  height: 2.6em;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}

.index-activity .list li a:hover .zoomImg .btn,
.index-activity2 .list li a:hover .zoomImg .btn {
  opacity: 1;
}

.index-activity .list .arrow,
.index-activity2 .list .arrow {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: -0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 0.9rem;
}

.index-activity .list .arrow a,
.index-activity2 .list .arrow a {
  width: 0.2rem;
  height: 0.2rem;
  background: url(/static/szsorch/image/arrow.svg) center no-repeat;
  background-size: 100%;
  opacity: .5;
}

.index-activity .list .arrow a:hover,
.index-activity2 .list .arrow a:hover {
  opacity: 1;
}

.index-activity .list .arrow a.prev,
.index-activity2 .list .arrow a.prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.music-season {
  padding: 1.3rem 0 1.2rem 0;
}

.music-season.wal {
  max-width: 15.2rem;
}

.music-season .title {
  font-size: 0.48rem;
  line-height: 1em;
  color: #000;
}

.music-season .filter {
  padding: 0.75rem 0 0.6rem 0;
}

.music-season .filter .name {
  display: none;
}

.music-season .filter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.music-season .filter li {
  padding: 0 0.48rem 0 0.2rem;
  min-width: 1.06rem;
  font-size: 0.18rem;
  line-height: 1em;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.music-season .filter li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: #000 solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.music-season .filter li:hover,
.music-season .filter li.on {
  opacity: 1;
}

.music-season .filter li.on:before {
  background: #000;
}

.music-season .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.98rem 0.4rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.music-season .list li .zoomImg img {
  height: 2.7rem;
}

.music-season .list li .zoomImg .btn {
  position: absolute;
  z-index: 5;
  bottom: 0.2rem;
  right: 0.2rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.music-season .list li .zoomImg .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.music-season .list li .zoomImg:hover .btn {
  opacity: 1;
}

.music-season .list li .name {
  margin-top: 0.25rem;
  line-height: 0.36rem;
  max-height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.music-season .list li .name a {
  font-size: 0.24rem;
  color: #333;
}

.music-season .list li dl.info {
  min-height: 1.3rem;
  padding-top: 0.2rem;
}

.music-season .list li dl.info dd {
  font-size: 0.17rem;
  line-height: 0.35rem;
  color: #666;
  padding-left: 0.31rem;
  background: left center no-repeat;
  background-size: 0.18rem;
}

.music-season .list li dl.info dd.address {
  background-image: url(/static/szsorch/image/address.svg);
}

.music-season .list li dl.info dd.time {
  background-image: url(/static/szsorch/image/time.svg);
}

.music-season .list li .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.music-season .list li .btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.3rem;
  height: 0.5rem;
  font-size: 0.14rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}

.music-season .list li .btns a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: #000;
}

.music-season .list li .btns a em {
  position: relative;
}

.music-season .list li .btns a:hover:before {
  top: 0;
}

.music-season .list li .btns a.btn-1 {
  border: #d8d8d8 solid 1px;
}

.music-season .list li .btns a.btn-1:before {
  background: #a41818;
}

.music-season .list li .btns a.btn-1:hover {
  color: #fff;
  border-color: rgba(0,0,0,0);
}

.music-season .list li .btns a.btn-2 {
  background: #a41818;
  color: #fff;
}

.music-season2 .list li .btns a {
  width: 100%;
}

.music-season-detail {
  padding: 1.1rem 6.53rem 1.2rem 1.1rem;
  position: relative;
  min-height: 100vh;
}

.music-season-detail.wal {
  max-width: 15.2rem;
}

.music-season-detail .side-img {
  position: fixed;
  right: 50%;
  margin-right: -7.6rem;
  width: 5.28rem;
  top: 1.6rem;
}

.music-season-detail .back {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0;
  top: 1.1rem;
  background: #a41818;
}

.music-season-detail .back:before {
  background: #000;
}

.music-season-detail .back img {
  width: 100%;
  position: relative;
}

.music-season-detail>.title {
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #000;
}

.music-season-detail dl.info {
  padding: 0.25rem 0 0.3rem 0;
  border-bottom: #eaeaea solid 1px;
}

.music-season-detail dl.info dd {
  font-size: 0.17rem;
  line-height: 0.35rem;
  color: #666;
  padding-left: 0.31rem;
  background: left center no-repeat;
  background-size: 0.18rem;
}

.music-season-detail dl.info dd.address {
  background-image: url(/static/szsorch/image/address.svg);
}

.music-season-detail dl.info dd.time {
  background-image: url(/static/szsorch/image/time.svg);
}

.music-season-detail .container {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
  padding: 0.35rem 0 0.55rem 0;
}

.music-season-detail .container .msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 0 0.4rem 0;
}

.music-season-detail .container .msg .name {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1em;
}

.music-season-detail .container .title {
  font-size: 0.2rem;
  padding-bottom: 0.2rem;
}

.music-season-detail .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.music-season-detail .btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.62rem;
  height: 0.62rem;
  font-size: 0.14rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}

.music-season-detail .btns a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: #000;
}

.music-season-detail .btns a em {
  position: relative;
}

.music-season-detail .btns a:hover:before {
  top: 0;
}

.music-season-detail .btns a.btn-1 {
  border: #d8d8d8 solid 1px;
}

.music-season-detail .btns a.btn-1:before {
  background: #a41818;
}

.music-season-detail .btns a.btn-1:hover {
  color: #fff;
  border-color: rgba(0,0,0,0);
}

.music-season-detail .btns a.btn-2 {
  background: #a41818;
  color: #fff;
}

.tour {
  padding: 1.3rem 0 1rem 0;
}

.tour .title {
  text-align: center;
  font-size: 0.48rem;
  padding-bottom: 0.76rem;
  line-height: 1em;
  color: #000;
}

.tour .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
}

.tour .list a {
  display: block;
  position: relative;
}

.tour .list a .zoomImg img {
  height: 6.5rem;
}

.tour .list a .bd {
  position: absolute;
  z-index: 5;
  inset: 0;
  background: rgba(0,0,0,.3);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 0.75rem;
}

.tour .list a .bd .btn {
  width: 0.85rem;
  height: 0.85rem;
}

.tour .list a .bd .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.tour .list a .bd .info {
  font-size: 0.16rem;
  padding: 0.7rem 0 0.2rem 0;
  opacity: .6;
}

.tour .list a .bd .name {
  font-size: 0.36rem;
  opacity: .8;
}

.tour .list a:hover .bd {
  opacity: 1;
}

.tour-detail {
  max-width: 10rem;
  position: relative;
  padding: 1.1rem 0 1rem 0;
}

.tour-detail .back {
  position: absolute;
  left: -1.1rem;
  top: 1.1rem;
}

.tour-detail .back a {
  width: 0.6rem;
  height: 0.6rem;
  background: #a41818;
}

.tour-detail .back a:before {
  background: #000;
}

.tour-detail .back a img {
  width: 100%;
  position: relative;
}

.tour-detail .title {
  font-size: 0.36rem;
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: #f1f1f1 solid 1px;
}

.tour-detail .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding-top: 0.6rem;
}

.tour-detail .content .img,
.tour-detail .content p {
  padding-bottom: 0.5rem;
}

.education {
  max-width: 15.2rem;
  padding: 1.3rem 0;
}

.education .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.65rem;
}

.education .title {
  font-size: 0.48rem;
  color: #000;
  letter-spacing: 0.02rem;
}

.education .msg {
  font-size: 0.16rem;
  line-height: 0.28rem;
  width: 6.5rem;
}

.education .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.4rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.education .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f9f7f4;
  padding: 0.25rem;
  position: relative;
  top: 0;
}

.education .list a .zoomImg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3rem;
}

.education .list a .zoomImg img {
  height: 2rem;
}

.education .list a .col {
  width: 100%;
  padding-left: 0.4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.education .list a .col .btn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: -0.05rem;
  top: -0.05rem;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.education .list a .col .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.education .list a .col .time {
  font-size: 0.16rem;
  color: #a49e8d;
  font-family: "BarlowCondensed-Regular";
}

.education .list a .col .name {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.education .list a:hover {
  top: -0.1rem;
}

.education .list a:hover .col .btn {
  opacity: 1;
}

.education-detail {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.education-detail .head {
  text-align: center;
  padding: 1.3rem 0 1rem 0;
}

.education-detail .head .title {
  font-size: 0.48rem;
  padding-bottom: 0.35rem;
  color: #000;
}

.education-detail .head .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
}

.education-detail .container {
  min-height: 11.6rem;
  position: relative;
}

.education-detail .container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6.8rem;
  width: 100vw;
  background: #f9f7f4;
  border-radius: 0 0 0 0.45rem;
}

.education-detail .container .title {
  font-size: 0.32rem;
  color: #000;
  letter-spacing: 0.02rem;
}

.education-detail .container .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.education-detail .container .item-1 {
  padding: 8.4rem 0 0 0.74rem;
  position: relative;
}

.education-detail .container .item-1 .img {
  width: 11.6rem;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -9.6rem;
}

.education-detail .container .item-1 .img img {
  width: 100%;
  height: 7.6rem;
}

.education-detail .container .item-1 .content {
  position: relative;
  padding: 0.95rem 0 0.42rem 1.14rem;
  width: 7.68rem;
}

.education-detail .container .item-1 .content:before,
.education-detail .container .item-1 .content:after {
  content: "";
  display: block;
  position: absolute;
  background: center no-repeat;
  background-size: 100% 100%;
  width: 0.63rem;
  height: 0.43rem;
}

.education-detail .container .item-1 .content:before {
  left: 0;
  top: 0.49rem;
  background-image: url(/static/szsorch/image/img63_1.png);
}

.education-detail .container .item-1 .content:after {
  right: 0;
  bottom: 0;
  background-image: url(/static/szsorch/image/img63_2.png);
}

.education-detail .container .item-2 {
  position: absolute;
  left: 10.2rem;
  bottom: 0;
  width: 6.4rem;
}

.education-detail .container .item-2 .img img {
  width: 100%;
  height: 8.3rem;
}

.education-detail .container .item-2 .content {
  padding: 0.35rem 0 0.6rem 0;
  max-width: 5.6rem;
}

.education-detail .list {
  padding: 1.35rem 0 1.2rem 0;
}

.education-detail .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.55rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.education-detail .list a {
  display: block;
  background: #f9f7f4;
  position: relative;
  border-radius: 0.15rem 0.15rem 0 0;
  --color1: #000;
  --color2: #000;
}

.education-detail .list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2rem;
  height: 0.05rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(left, var(--color1), var(--color2));
  background: linear-gradient(to right, var(--color1), var(--color2));
}

.education-detail .list a .name {
  font-size: 0.28rem;
  padding: 0.65rem 0.2rem 0.6rem 0.2rem;
  text-align: center;
}

.education-detail .list a .zoomImg img {
  height: 4.3rem;
}

.education-detail .list a .zoomImg .btn {
  position: absolute;
  z-index: 5;
  bottom: 0.2rem;
  right: 0.2rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.education-detail .list a .zoomImg .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.education-detail .list a:hover:before {
  width: 2.86rem;
  height: 0.07rem;
}

.education-detail .list a:hover .name span {
  color: #333;
}

.education-detail .list a:hover .zoomImg .btn {
  opacity: 1;
}

.about-banner img {
  width: 100%;
  height: 100vh;
}

.about {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about .wal {
  position: relative;
  padding: 1.4rem 0 0 0;
}

.about .side {
  width: 3.36rem;
  position: absolute;
  left: 0;
  top: 1.15rem;
}

.about .ewm {
  width: 2.99rem;
  position: absolute;
  left: 0;
  top: 3.24rem;
}

.about .ewm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .ewm li {
  width: 1.21rem;
  text-align: center;
}

.about .ewm li .name {
  font-size: 0.16rem;
  padding-top: 0.15rem;
}

.about .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
  width: 8.12rem;
  margin-left: auto;
  padding-bottom: 1.2rem;
}

.about .content .p {
  padding-bottom: 0.28rem;
}

.about .video {
  --a: 15%;
  --b: 85%;
  -webkit-clip-path: polygon(var(--a) 0%, var(--b) 0%, var(--b) 100%, var(--a) 100%);
  clip-path: polygon(var(--a) 0%, var(--b) 0%, var(--b) 100%, var(--a) 100%);
}

.about .video video {
  display: block;
  outline: none;
  width: 100%;
  height: calc(100vh - .6rem);
  -o-object-fit: cover;
  object-fit: cover;
}

.introduce {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.introduce .wal {
  min-height: 13.41rem;
  position: relative;
  padding: 1.6rem 0 1.8rem 6.08rem;
}

.introduce .wal:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100vw;
  top: 4.96rem;
  background: #f9f7f4 url(../image/img446.png) left bottom no-repeat;
  background-size: 4.46rem;
  border-radius: 0.45rem 0 0 0;
}

.introduce .logo {
  width: 3.6rem;
  position: absolute;
  left: 0;
  top: 1.7rem;
}

.introduce .img img {
  width: 100%;
  height: 6.26rem;
}

.introduce .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding: 0.1rem 0;
  width: 7.35rem;
}

.person-mouse-ico {
  pointer-events: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  width: 0.5rem;
  height: 0.5rem;
}

.person-mouse-ico:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #a41818 url(/static/szsorch/image/jia.svg) center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.person-mouse-ico.next:before {
  background-image: url(/static/szsorch/image/next2.svg);
  background-color: #000;
}

.person-mouse-ico.show:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.person {
  min-height: 9rem;
  padding: 0 1rem;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.person.show {
  opacity: 1;
}

.person .head {
  margin-left: -1rem;
  margin-right: -1rem;
}

.person .head .list-wrapper {
  width: 100%;
  height: calc(100vh - 2.95rem);
  overflow: hidden;
  position: relative;
}

.person .head li {
  height: calc(100vh - 2.95rem);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.person .head li .img {
  position: relative;
  max-width: 8rem;
  z-index: 5;
  cursor: pointer;
}

.person .head li .img img {
  height: calc(100vh - 4.95rem);
}

.person .head li .name {
  position: absolute;
  left: 50%;
  top: 2.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.6rem;
  margin-left: -8.6rem;
}

.person .head li .name h2 {
  font-size: 0.36rem;
  font-weight: 400;
  line-height: 1.2em;
}

.person .head li .name p {
  font-size: 0.16rem;
  padding-top: 0.2rem;
  color: #666;
}

.person .head li .side {
  position: absolute;
  left: 50%;
  top: 1rem;
  bottom: 1rem;
  margin-left: 3rem;
  right: 0;
  padding: 1.75rem 0 0 2.14rem;
  cursor: pointer;
}

.person .head li .side h3 {
  font-weight: 400;
  font-size: 0.36rem;
  color: #b2b2b2;
  opacity: 0;
}

.person .filter {
  width: 100%;
  position: relative;
  padding-bottom: 0.34rem;
}

.person .filter .name {
  display: none;
}

.person .filter .list-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.person .filter li {
  padding: 0 0.33rem 0 0.2rem;
  font-size: 0.18rem;
  line-height: 1em;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  width: auto;
}

.person .filter li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: #000 solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.person .filter li:hover,
.person .filter li.on {
  opacity: 1;
}

.person .filter li.on:before {
  background: #000;
}

.person .img-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.person .img-list .list-wrapper {
  margin-right: -0.13rem;
}

.person .img-list li {
  padding-right: 0.13rem;
  padding-bottom: 0.6rem;
}

.person .img-list li .img {
  position: relative;
}

.person .img-list li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  height: 0.11rem;
  width: 0.11rem;
  background: #a41818;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  margin-top: 0.16rem;
  box-shadow: 0 0 0.2rem #a41818;
  opacity: 0;
}

.person .img-list li img {
  width: 100%;
  height: 1.2rem;
  cursor: pointer;
}

.person .img-list li:hover .img:before,
.person .img-list li.on .img:before {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.person .detail {
  position: fixed;
  z-index: 500;
  inset: 0;
  background: rgba(0,0,0,.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

.person .detail .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 11rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.person .detail .container .close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.2rem;
  left: -0.7rem;
  font-family: "iconfont";
  font-size: 0.15rem;
  background: #a41818;
}

.person .detail .container .close:before {
  background: #fff;
}

.person .detail .container .close:hover {
  color: #fff;
}

.person .detail .container #container {
  padding: 0.6rem 0.5rem;
  height: 100vh;
  overflow-y: auto;
}

.person .detail .container #container::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.person .detail .container #container::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: .06rem;
}

.person .detail .container #container::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
  border-radius: .06rem;
}

.person .detail .container .name {
  font-size: 0.36rem;
  color: #000;
}

.person .detail .container .info {
  font-size: 0.16rem;
  color: #666;
  padding: 0.18rem 0 0.45rem 0;
}

.person .detail .container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.person .detail .container .img {
  width: 5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.person .detail .container .content {
  width: 100%;
  padding-left: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.person .detail.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.person .detail.show .container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

.team {
  min-height: 100vh;
  padding-bottom: 1.2rem;
}

.team .img {
  width: 10.97rem;
  position: fixed;
  left: 0;
  top: 1.54rem;
}

.team .list {
  width: 4.7rem;
  margin-left: auto;
}

.team .title {
  font-size: 0.48rem;
  color: #000;
  padding: 1.3rem 0 0.5rem 0;
}

.team .sub-title {
  font-size: 0.24rem;
  padding: 0.8rem 0 0.35rem 0;
  position: relative;
}

.team .sub-title:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.42rem;
  top: 0.35rem;
  background: url(/static/szsorch/image/img44.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.44rem;
  height: 0.45rem;
}

.team li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  height: 0.38rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team li>p {
  width: 5em;
}

body.en .team li p {
  width: auto;
}

.concert-hall-1 {
  position: relative;
}

.concert-hall-1 .img img {
  height: 100vh;
  width: 100%;
}

.concert-hall-1 .btn {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.concert-hall-1 .btn a {
  width: 1rem;
  height: 1rem;
}

.concert-hall-1 .btn a img {
  position: relative;
}

.concert-hall-1 .btn em {
  color: #fff;
  font-size: 0.32rem;
  padding-top: 0.3rem;
}

.concert-hall-2 {
  max-width: 8.05rem;
  padding: 1.2rem 0;
}

.concert-hall-2 .title {
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding-bottom: 0.4rem;
}

.concert-hall-2 .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
}

.concert-hall-3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.concert-hall-3 .list-wrapper {
  width: 36.3rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.concert-hall-3 li {
  padding: 0 0.65rem;
}

.concert-hall-3 li img {
  width: 100%;
  height: 7.2rem;
}

.concert-hall-3 .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.concert-hall-3 .dots span {
  margin: 0;
  border-radius: 0;
  width: 1rem;
  height: 0.02rem;
  background: #e1dfdb;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.concert-hall-3 .dots span.on {
  background: #a41818;
  height: 0.02rem;
}

.arrow-mouse {
  position: absolute;
  z-index: 100;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  pointer-events: none;
  left: 0;
  top: 0;
}

.arrow-mouse:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow2.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.arrow-mouse.on:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.concert-hall-4 {
  padding-bottom: 1.3rem;
}

.concert-hall-4 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.concert-hall-4 .list-wrapper {
  margin-right: -0.25rem;
}

.concert-hall-4 li {
  padding-right: 0.25rem;
}

.concert-hall-5 {
  background: #f9f7f4;
}

.concert-hall-5 .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.3rem 0;
}

.concert-hall-5 .title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.36rem;
  line-height: 0.56rem;
  color: #000;
}

.concert-hall-5 .list {
  width: 8rem;
  border-top: #e6e6e6 solid 1px;
}

.concert-hall-5 .list li {
  border-bottom: #e6e6e6 solid 1px;
  -webkit-transition: padding-bottom .5s;
  transition: padding-bottom .5s;
}

.concert-hall-5 .list li .name {
  cursor: pointer;
  font-size: 0.18rem;
  line-height: 0.28rem;
  padding: 0.25rem 0.5rem 0.25rem 0;
  position: relative;
}

.concert-hall-5 .list li .name:after {
  font-family: "iconfont";
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.concert-hall-5 .list li .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  display: none;
}

.concert-hall-5 .list li.on {
  padding-bottom: 0.28rem;
}

.concert-hall-5 .list li.on .name:after {
  content: "";
}

.concert-hall-6 {
  position: relative;
  background: #f9f7f4;
}

.concert-hall-6:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  height: 6rem;
}

.concert-hall-6 .wal {
  min-height: 6.01rem;
  position: relative;
  padding-bottom: 2rem;
}

.concert-hall-6 .container {
  background: #fff;
  width: 9.1rem;
  min-height: 5.91rem;
  padding: 0.65rem 0.9rem 0.55rem 0.68rem;
  border-radius: 0 0.45rem 0 0;
}

.concert-hall-6 .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.08rem;
  background: -webkit-linear-gradient(top, #705725, #E3D67F);
  background: linear-gradient(to bottom, #705725, #E3D67F);
}

.concert-hall-6 .container .scroll {
  height: 5.5rem;
  overflow-y: auto;
  margin-right: -0.5rem;
  padding-right: 0.45rem;
}

.concert-hall-6 .container .scroll::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.concert-hall-6 .container .scroll::-webkit-scrollbar-thumb {
  background: #a41818;
  border-radius: .06rem;
}

.concert-hall-6 .container .scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
  border-radius: .06rem;
}

.concert-hall-6 .container .title {
  font-size: 0.36rem;
  color: #000;
  letter-spacing: 0.02rem;
  padding-bottom: 0.4rem;
}

.concert-hall-6 .container .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.concert-hall-6 .container h5 {
  text-align: right;
  font-size: 0.18rem;
  letter-spacing: 0.02rem;
  padding: 0.2rem 0 0.45rem 0;
}

.join {
  padding: 1.3rem 0;
}

.join .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join .head .title {
  font-size: 0.48rem;
  color: #000;
  line-height: 1em;
}

.join .head .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  width: 6.5rem;
}

.join .filter {
  padding: 0.15rem 0 0.55rem 0;
}

.join .filter .name {
  display: none;
}

.join .filter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.join .filter li {
  padding: 0 0.48rem 0 0.2rem;
  min-width: 1.06rem;
  font-size: 0.18rem;
  line-height: 1em;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.join .filter li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: #000 solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.join .filter li:hover,
.join .filter li.on {
  opacity: 1;
}

.join .filter li.on:before {
  background: #000;
}

.join .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.4rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.join .list a {
  position: relative;
  top: 0;
  background: #f9f7f4;
  height: 1.6rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join .list a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.04rem;
  background: #000;
}

.join .list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 0.04rem;
  background: -webkit-linear-gradient(top, #715826, #E2D57E);
  background: linear-gradient(to bottom, #715826, #E2D57E);
  opacity: 0;
}

.join .list a .btn {
  position: absolute;
  z-index: 5;
  top: 0.2rem;
  right: 0.2rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.join .list a .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.join .list a .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.28rem;
  color: #333;
}

.join .list a dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3rem;
}

.join .list a dl dd {
  padding-right: 0.5rem;
  font-size: 0.16rem;
  color: #666;
}

.join .list a:hover {
  top: -0.1rem;
}

.join .list a:hover:before {
  opacity: 1;
}

.join .list a:hover .btn {
  opacity: 1;
}

.page-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.6rem;
  font-size: 0.14rem;
}

.page-num .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-num .num a {
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 0.03rem;
  background: rgba(0,0,0,0);
}

.page-num .num a:before {
  opacity: 0;
}

.page-num .num a:hover,
.page-num .num a.on {
  background: #a41818;
  color: #fff;
}

.page-num .num a.arrow {
  font-family: "iconfont";
}

.page-num .num a.on {
  background: #000;
}

.page-num .num a.on:before {
  opacity: 1;
}

.page-num .num>em {
  padding: 0 0.06rem;
  position: relative;
  top: -0.03rem;
}

.page-num .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-num .form>span {
  padding: 0 0.1rem 0 0.4rem;
}

.page-num .form>em {
  padding: 0 0.2rem 0 0.09rem;
}

.page-num .form .input {
  width: 0.63rem;
  height: 0.37rem;
  border-radius: 0.3rem;
  border: #d0d0d0 solid 1px;
}

.page-num .form .input input {
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.14rem;
  position: relative;
  color: #333;
}

.page-num .form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: #a41818 solid 1px;
  width: 0.63rem;
  height: 0.37rem;
  color: #a41818;
  border-radius: 0.3rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.page-num .form .submit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  background: #a41818;
}

.page-num .form .submit em {
  position: relative;
}

.page-num .form .submit:hover {
  color: #fff;
}

.page-num .form .submit:hover:before {
  top: 0;
}

.page-num p {
  padding-left: 0.32rem;
}

.join-detail {
  position: relative;
}

.join-detail:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.65rem;
  width: 10.13rem;
  height: 1.2rem;
  background: url(/static/szsorch/image/img1013.png) center no-repeat;
  background-size: 100% 100%;
}

.join-detail .wal {
  min-height: 9rem;
  position: relative;
  max-width: 12rem;
}

.join-detail .back {
  position: absolute;
  left: -0.92rem;
  top: 1.1rem;
  z-index: 5;
}

.join-detail .back a {
  width: 0.6rem;
  height: 0.6rem;
  background: #a41818;
}

.join-detail .back a:before {
  background: #000;
}

.join-detail .back a img {
  width: 100%;
  position: relative;
}

.join-detail .btn {
  position: absolute;
  right: 0;
  top: 0.86rem;
  z-index: 5;
}

.join-detail .btn a {
  width: 1.2rem;
  height: 1.2rem;
  background: #a41818;
  font-size: 0.14rem;
  line-height: 1.1em;
  color: #fff;
}

.join-detail .btn a:before {
  background: #000;
}

.join-detail .btn a:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #a41818;
  width: 0.1rem;
  height: 0.1rem;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  -webkit-transform-origin: 0.4rem 0.4rem;
  -ms-transform-origin: 0.4rem 0.4rem;
  transform-origin: 0.4rem 0.4rem;
  -webkit-animation: rotateAnima 9s linear infinite;
  animation: rotateAnima 9s linear infinite;
}

.join-detail .head {
  border-bottom: #e6e6e6 solid 1px;
  padding: 1.1rem 0 0.35rem 0;
}

.join-detail .head .title {
  font-size: 0.36rem;
  color: #000;
}

.join-detail .head dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}

.join-detail .head dl dd {
  margin-right: 0.47rem;
  font-size: 0.16rem;
  color: #666;
}

.join-detail .container {
  padding: 0.55rem 0;
}

.join-detail .container .name {
  font-size: 0.2rem;
  padding-bottom: 0.2rem;
}

.join-detail .container .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding-bottom: 0.4rem;
}

.join-detail-layer {
  position: fixed;
  z-index: 500;
  inset: 0;
  background: rgba(0,0,0,.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.join-detail-layer .container {
  position: absolute;
  top: 0;
  right: -9.6rem;
  bottom: 0;
  background: #fff;
  width: 9.6rem;
  padding: 0.6rem 0.5rem 0.8rem 0.5rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.join-detail-layer .container .close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.2rem;
  left: -0.7rem;
  font-family: "iconfont";
  font-size: 0.15rem;
  background: #a41818;
}

.join-detail-layer .container .close:before {
  background: #fff;
}

.join-detail-layer .container .close:hover {
  color: #fff;
}

.join-detail-layer .container h2.title {
  font-size: 0.36rem;
  line-height: 1em;
  color: #000;
  height: 0.9rem;
  font-weight: 400;
}

.join-detail-layer .container .form {
  height: calc(100vh - 2.7rem);
  overflow-y: auto;
  margin-right: -0.4rem;
  padding-right: 0.34rem;
}

.join-detail-layer .container .form::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.join-detail-layer .container .form::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: .06rem;
}

.join-detail-layer .container .form::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
  border-radius: .06rem;
}

.join-detail-layer .container .form .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.join-detail-layer .container .form .title h3 {
  font-size: 0.2rem;
}

.join-detail-layer .container .form .title em {
  font-size: 0.14rem;
  padding-left: 0.14rem;
  color: #999;
}

.join-detail-layer .container .form .title a.add-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0.14rem;
  color: #a41818;
}

.join-detail-layer .container .form .title a.add-btn:after {
  content: "";
  font-family: "iconfont";
  margin-left: 0.04rem;
}

.join-detail-layer .container .form .line {
  height: 0.95rem;
  position: relative;
}

.join-detail-layer .container .form .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #f1f1f1;
}

.join-detail-layer .container .form ul.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join-detail-layer .container .form ul.row>li {
  width: 4.22rem;
}

.join-detail-layer .container .form ul.row>li .name {
  font-size: 0.16rem;
  padding: 0.3rem 0 0.14rem 0;
}

.join-detail-layer .container .form ul.row>li .name em {
  color: #ef0a0a;
}

.join-detail-layer .container .form ul.row>li .input {
  background: #f9f7f4;
  border: #e0dfde solid 1px;
  border-radius: 0.06rem;
  height: 0.5rem;
  position: relative;
}

.join-detail-layer .container .form ul.row>li .input input {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  padding: 0 0.18rem;
  color: #333;
}

.join-detail-layer .container .form ul.row>li .select:after {
  content: "";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  right: 0.1rem;
  -webkit-transform: translateY(-50%) scale(0.6);
  -ms-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  opacity: .8;
}

.join-detail-layer .container .form ul.row>li .select .el-select {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.join-detail-layer .container .form ul.row>li .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.14rem;
}

.join-detail-layer .container .form ul.row>li .date:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: url(/static/szsorch/image/date.svg) center no-repeat;
  background-size: 0.22rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  left: 0.06rem;
}

.join-detail-layer .container .form ul.row>li .date>span {
  width: 50%;
  text-align: center;
}

.join-detail-layer .container .form ul.row>li .date>span.gray {
  color: #999;
}

.join-detail-layer .container .form ul.row>li .date>em {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.join-detail-layer .container .form ul.row>li .date .el-date-editor {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.join-detail-layer .container .form ul.row>li .file-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0.1rem;
}

.join-detail-layer .container .form ul.row>li .file-list .upload {
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 0.06rem;
  border: #c6c6c6 solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.12rem;
  color: #999;
  position: relative;
  margin-bottom: 0.1rem;
  margin-right: 0.1rem;
}

.join-detail-layer .container .form ul.row>li .file-list .upload .ico {
  width: 0.18rem;
  margin-bottom: 0.08rem;
}

.join-detail-layer .container .form ul.row>li .file-list .upload input {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.join-detail-layer .container .form ul.row>li .file-list .img {
  padding: 0 0.1rem 0.1rem 0;
  position: relative;
}

.join-detail-layer .container .form ul.row>li .file-list .img img {
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 0.06rem;
}

.join-detail-layer .container .form ul.row>li .file-list .img a {
  font-family: "iconfont";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0.1rem;
  padding: 0.05rem;
  font-size: 0.16rem;
  background: rgba(255,255,255,.5);
  border-radius: 0.06rem;
  color: #a41818;
}

.join-detail-layer .container .form ul.row>li .file-list dl {
  width: 100%;
}

.join-detail-layer .container .form ul.row>li .file-list dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0.32rem;
  font-size: 0.16rem;
}

.join-detail-layer .container .form ul.row>li .file-list dl dd a {
  font-family: "iconfont";
}

.join-detail-layer .container .form ul.row>li p.tips {
  font-size: 0.14rem;
  color: red;
  height: 0;
  position: relative;
  top: 0.03rem;
  display: none;
}

.join-detail-layer .container .form ul.row>li.error .input {
  border-color: red;
}

.join-detail-layer .container .form ul.row>li.error .file-list .upload {
  border-color: red;
}

.join-detail-layer .container .form ul.row>li.error p.tips {
  display: block;
}

.join-detail-layer .container .form ul.row>li.li_01 {
  width: 100%;
}

.join-detail-layer .container .btns {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: #e3e3e3 solid 1px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 0.8rem;
  padding: 0 0.5rem;
}

.join-detail-layer .container .btns .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #a41818;
  color: #fff;
  cursor: pointer;
  width: 1.4rem;
  height: 0.4rem;
  font-size: 0.14rem;
  border-radius: 0.06rem;
  position: relative;
  overflow: hidden;
}

.join-detail-layer .container .btns .submit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  background: #000;
}

.join-detail-layer .container .btns .submit em {
  position: relative;
}

.join-detail-layer .container .btns .submit:hover:before {
  top: 0;
}

.join-detail-layer.show {
  opacity: 1;
  visibility: visible;
}

.join-detail-layer.show .container {
  right: 0;
}

.news {
  padding: 1.3rem 0 1rem 0;
  max-width: 15.2rem;
}

.news .title {
  font-size: 0.48rem;
  color: #000;
  margin-bottom: 0.7rem;
  line-height: 1em;
}

.news .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.4rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.news .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f9f7f4;
  padding: 0.25rem;
  position: relative;
  top: 0;
}

.news .list a .zoomImg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3rem;
}

.news .list a .zoomImg img {
  height: 2rem;
}

.news .list a .col {
  width: 100%;
  padding-left: 0.4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news .list a .col .btn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: -0.05rem;
  top: -0.05rem;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.news .list a .col .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/arrow45.svg) center no-repeat;
  background-size: 100%;
}

.news .list a .col .time {
  font-size: 0.16rem;
  color: #a49e8d;
  font-family: "BarlowCondensed-Regular";
}

.news .list a .col .name {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .list a:hover {
  top: -0.1rem;
}

.news .list a:hover .col .btn {
  opacity: 1;
}

.photos {
  padding: 1.3rem 0 1rem 0;
  max-width: 15.2rem;
}

.photos .title {
  font-size: 0.48rem;
  color: #000;
  margin-bottom: 0.7rem;
  line-height: 1em;
}

.photos .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.55rem 0.26rem;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.photos .list li {
  display: none;
}

.photos .list a {
  display: block;
}

.photos .list a .zoomImg {
  margin-bottom: 0.2rem;
}

.photos .list a .zoomImg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #000;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

.photos .list a .zoomImg img {
  width: 100%;
  height: 2.4rem;
}

.photos .list a .zoomImg .btn {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.photos .list a .zoomImg .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/static/szsorch/image/jia.svg) center no-repeat;
  background-size: 100%;
}

.photos .list a .name {
  font-size: 0.24rem;
  display: inline;
  color: #333;
}

.photos .list a:hover .zoomImg:after {
  opacity: .2;
}

.photos .list a:hover .zoomImg .btn {
  opacity: 1;
}

.videos .list ul {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.55rem 0.4rem;
}

.videos .list a .zoomImg img {
  height: 4.95rem;
}

.videos .list a .zoomImg .btn {
  width: 0.8rem;
  height: 0.8rem;
}

.videos .list a .zoomImg .btn:after {
  background-image: url(/static/szsorch/image/play.svg);
  background-size: 0.24rem;
}

.photos-detail {
  padding: 0.77rem 0 1rem 0;
}

.photos-detail .title {
  position: relative;
}

.photos-detail .title .back {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: -1.1rem;
  top: 0;
  background: #a41818;
}

.photos-detail .title .back:before {
  background: #000;
}

.photos-detail .title .back img {
  width: 100%;
  position: relative;
}

.photos-detail .title h2 {
  font-size: 0.36rem;
  color: #000;
  margin-bottom: 0.6rem;
  line-height: 0.6rem;
  font-weight: 400;
}

.adolescent-banner img {
  width: 100%;
  height: 100vh;
}

.adolescent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.4rem 0 1.2rem 0;
  max-width: 15.2rem;
  position: relative;
}

.adolescent .title {
  width: 4.12rem;
}

.adolescent .img {
  width: 5.45rem;
  position: absolute;
  left: 0;
  top: 5.05rem;
}

.adolescent .content {
  width: 7.6rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
}

.adolescent .content .p {
  padding-bottom: 0.28rem;
}

.related-news {
  background: #f9f7f4;
}

.related-news .news {
  padding: 1rem 0;
}

.related-news .news .title {
  font-size: 0.36rem;
  margin-bottom: 0.64rem;
}

.related-news .news .list a {
  background: #fff;
}

.page-search {
  padding: 1.3rem 0 1rem 0;
  max-width: 13.4rem;
}

.page-search .title {
  font-size: 0.48rem;
  color: #000;
  line-height: 1em;
  padding-bottom: 0.25rem;
}

.page-search>.form {
  position: relative;
}

.page-search>.form .input {
  border-bottom: #333 solid 0.02rem;
}

.page-search>.form .input input {
  height: 0.67rem;
  line-height: 0.67rem;
  font-size: 0.24rem;
  color: #333;
  width: 3.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-search>.form .submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 0.94rem;
  background: url(/static/szsorch/image/search.svg) center no-repeat;
  background-size: 0.28rem;
  cursor: pointer;
}

.page-search .msg {
  font-size: 0.16rem;
  color: #666;
  padding: 0.3rem 0 0.8rem 0;
}

.page-search .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-search .navs {
  width: 2rem;
}

.page-search .navs li {
  font-size: 0.18rem;
  padding-bottom: 0.24rem;
}

.page-search .navs li a {
  color: #666;
}

.page-search .navs li a.on {
  color: #a41818;
  background-image: -webkit-linear-gradient(left, #A41818, #A41818);
  background-image: linear-gradient(to right, #A41818, #A41818);
}

.page-search .list {
  width: 10rem;
  border-top: #f1f1f1 solid 1px;
}

.page-search .list li {
  border-bottom: #f1f1f1 solid 1px;
}

.page-search .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0.9rem;
  font-size: 0.24rem;
  padding: 0;
}

.page-search .list li a span {
  color: #333;
}

.page-search .list li a:after {
  content: "";
  background: url(/static/szsorch/image/arrow.svg) center no-repeat;
  background-size: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.page-search .list li a:hover {
  background: #f9f7f4;
  padding: 0 0.2rem 0 0.3rem;
}

.page-search .list li a:hover:after {
  opacity: 1;
}

.page404 {
  height: 100vh;
  background: url(/static/szsorch/image/img1920_5.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.page404 h2 {
  font-size: 2.2rem;
  font-family: "BarlowCondensed-Regular";
  font-weight: 400;
}

.page404 p {
  font-size: 0.24rem;
  padding: 0.05rem 0 0.6rem 0;
}

.page404 .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page404 .btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  font-size: 0.14rem;
  border: #fff solid 1px;
  border-radius: 0.06rem;
  color: #fff;
}

.page404 .btns a:hover,
.page404 .btns a.on {
  background: #a41818;
  border-color: #a41818;
}

.privacy {
  max-width: 10.1rem;
  padding: 1.1rem 0;
}

.privacy .title {
  font-size: 0.36rem;
  color: #000;
  line-height: 1em;
  padding-bottom: 0.5rem;
  border-bottom: #f1f1f1 solid 1px;
  margin-bottom: 0.55rem;
}

.privacy .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.privacy .content .p {
  padding-bottom: 0.28rem;
}

.privacy .content h3 {
  font-size: 0.2rem;
  padding-bottom: 0.05rem;
}

.privacy-layer {
  position: fixed;
  z-index: 40;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}

.privacy-layer .wal {
  max-width: 11.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.25rem 0;
}

.privacy-layer .content {
  font-size: 0.14rem;
  line-height: 0.24rem;
  width: 6.82rem;
}

.privacy-layer .content a {
  color: #a41818;
  background-image: -webkit-linear-gradient(left, #A41818, #A41818);
  background-image: linear-gradient(to right, #A41818, #A41818);
}

.privacy-layer .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #a41818;
  color: #fff;
  border-radius: 0.05rem;
  font-size: 0.14rem;
  width: 1.6rem;
  height: 0.4rem;
  position: relative;
  overflow: hidden;
}

.privacy-layer .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  background: #000;
}

.privacy-layer .btn em {
  position: relative;
}

.privacy-layer .btn:hover:before {
  top: 0;
}

.privacy-layer .close {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 0.75rem;
  height: 0.55rem;
  background: url(/static/szsorch/image/close.svg) no-repeat center center;
  background-size: 0.15rem;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.privacy-layer .close:hover {
  opacity: 1;
}

.video-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0,0,0,.5);
}

.video-layer.show {
  opacity: 1;
  visibility: visible;
}

.video-layer .close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  color: #333;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  font-family: "iconfont";
  font-size: 0.22rem;
}

.video-layer .container {
  width: 14rem;
}

.video-layer .container video {
  display: block;
  width: 100%;
  outline: none;
}

.competition {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.competition .wal {
  padding: 1.3rem 0 0 0;
  max-width: 15.2rem;
}

.competition li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.competition li .ico {
  width: 0.82rem;
}

.competition li .title {
  font-size: 0.32rem;
  color: #000;
  line-height: 1em;
  padding: 0.75rem 0 0.3rem 0;
}

.competition li .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
}

.competition li .zoomImg:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.competition li .btn {
  margin-top: 0.3rem;
}

.competition li .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  border: #a41818 solid 1px;
  border-radius: 0.06rem;
  width: 1.8rem;
  height: 0.52rem;
  color: #a41818;
  overflow: hidden;
  position: relative;
}

.competition li .btn a:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: #a41818;
  border-radius: 0.06rem;
}

.competition li .btn a em {
  position: relative;
}

.competition li .btn a:hover {
  color: #fff;
}

.competition li .btn a:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.competition li:nth-child(odd) {
  padding-bottom: 1.2rem;
}

.competition li:nth-child(odd):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  background: #f9f7f4 url(../image/img278.png) right top no-repeat;
  background-size: 2.78rem;
  border-radius: 0.45rem 0 0 0;
  left: 50%;
  margin-left: -0.16rem;
  top: 1.16rem;
  bottom: -1.5rem;
  width: calc(50vw + 0.16rem);
}

.competition li:nth-child(odd) .bd {
  width: 6.56rem;
  position: relative;
  z-index: 5;
  padding-top: 2.3rem;
}

.competition li:nth-child(odd) .img {
  width: 8.64rem;
}

.competition li:nth-child(odd) .img .zoomImg {
  width: 10.8rem;
  left: -2.16rem;
}

.competition li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 5;
  padding-bottom: 1.2rem;
}

.competition li:nth-child(even) .bd {
  width: 4.71rem;
  padding-top: 0.83rem;
}

.competition li:nth-child(even) .img {
  width: 9.43rem;
}

body.en .competition li .btn a {
  width: 2.8rem;
}

.competition-news {
  background: #f9f7f4;
}

.competition-news .news {
  padding: 1.06rem 0 1rem 0;
}

.competition-news .news .title {
  font-size: 0.36rem;
  margin-bottom: 0;
}

.competition-news .news .filter {
  padding: 0.6rem 0 0.4rem 0;
}

.competition-news .news .filter .name {
  display: none;
}

.competition-news .news .filter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.competition-news .news .filter li {
  padding: 0 0.48rem 0 0.2rem;
  min-width: 1.06rem;
  font-size: 0.18rem;
  line-height: 1em;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.competition-news .news .filter li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: #000 solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.competition-news .news .filter li:hover,
.competition-news .news .filter li.on {
  opacity: 1;
}

.competition-news .news .filter li.on:before {
  background: #000;
}

.competition-news .news .list a {
  background: #fff;
}

.competition-detail {
  max-width: 10rem;
  position: relative;
  padding: 1.1rem 0 1.2rem 0;
}

.competition-detail .back {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: -1.1rem;
  top: 1.1rem;
  background: #a41818;
}

.competition-detail .back:before {
  background: #000;
}

.competition-detail .back img {
  width: 100%;
  position: relative;
}

.competition-detail .title {
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: #f1f1f1 solid 1px;
}

.competition-detail .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding-top: 0.55rem;
}

.competition-detail .content .name {
  font-size: 0.2rem;
  padding-bottom: 0.28rem;
}

.competition-detail .content .p {
  padding-bottom: 0.4rem;
}

.competition-detail .btn {
  padding-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.competition-detail .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 0.61rem;
  background: #a41818;
  border-radius: 0.08rem;
  color: #fff;
  font-size: 0.16rem;
  overflow: hidden;
  position: relative;
}

.competition-detail .btn a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  background: #000;
}

.competition-detail .btn a em {
  position: relative;
}

.competition-detail .btn a:hover:before {
  top: 0;
}

@media screen and (max-width: 800px) {
  .index-banner img {
    height: 3.5rem;
  }

  .index-calendar {
    display: none;
  }

  .index-concert {
    padding: 1.6rem 0 1rem 0;
  }

  .index-concert .title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.7rem;
  }

  .index-concert .title h2 {
    font-size: 0.52rem;
  }

  .index-concert .title .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.26rem;
  }

  .index-concert .title .more:after {
    content: "";
    margin-left: 0.18rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #a41818 url(../image/arrow4.svg) center no-repeat;
    background-size: 100%;
  }

  .index-concert .list .list-wrapper li {
    padding-bottom: 0.95rem;
  }

  .index-concert .list .list-wrapper a:before {
    width: 3.22rem;
    height: 0.07rem;
  }

  .index-concert .list .list-wrapper a .bd {
    height: auto;
    padding-bottom: 0.45rem;
  }

  .index-concert .list .list-wrapper a .bd .time {
    font-size: 0.26rem;
    padding: 0.6rem 0 0.25rem 0;
  }

  .index-concert .list .list-wrapper a .bd .name {
    font-size: 0.32rem;
    line-height: 0.52rem;
    height: 1.04rem;
  }

  .index-concert .list .list-wrapper a .zoomImg img {
    height: 9.17rem;
  }

  .index-concert .list .list-wrapper a .zoomImg .btn {
    bottom: 0.3rem;
    right: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .index-concert .list .list-wrapper a:hover:before {
    width: 4.6rem;
    height: 0.1rem;
  }

  .index-concert .arrow {
    display: none;
  }

  .index-news {
    background-image: url(/static/szsorch/image/index-news-phone.jpg);
  }

  .index-news .wal {
    min-height: 16.81rem;
    padding: 1.56rem 0 1.43rem 0;
    color: #fff;
  }

  .index-news .title {
    padding-bottom: 0.85rem;
  }

  .index-news .title h2 {
    font-size: 0.56rem;
  }

  .index-news .title .more {
    font-size: 0.26rem;
  }

  .index-news .title .more:after {
    width: 0.4rem;
    height: 0.4rem;
  }

  .index-news .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-news .img-list {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .index-news .img-list li {
    position: relative;
  }

  .index-news .img-list .dots {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index-news .img-list .dots span {
    border-radius: 50%;
    margin: 0 0.07rem;
    width: 0.13rem;
    height: 0.13rem;
    background: #fff;
    opacity: .6;
  }

  .index-news .img-list .dots span.on {
    background: #a41818;
    opacity: 1;
  }

  .index-news .list {
    width: 100%;
    padding-top: 0.25rem;
  }

  .index-news .list li a {
    font-size: 0.26rem;
    padding: 0.45rem 0;
  }

  .index-news .list li a .name {
    font-size: 0.32rem;
    padding-bottom: 0.18rem;
  }

  .index-tour {
    padding: 1.65rem 0;
  }

  .index-tour .title {
    font-size: 0.52rem;
  }

  .index-tour .list .list-wrapper {
    width: 20.4rem;
  }

  .index-tour .list li {
    padding: 0 0.15rem;
  }

  .index-tour .list a:before {
    display: none;
  }

  .index-tour .list a .bd .info {
    font-size: 0.22rem;
    padding: 0.7rem 0 0.2rem 0;
    opacity: .6;
  }

  .index-tour .list a .bd .name {
    font-size: 0.4rem;
  }

  .index-tour .dots {
    padding-top: 0.78rem;
  }

  .index-activity .wal,
  .index-activity2 .wal {
    min-height: 20.75rem;
    padding: 1.6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .index-activity .col,
  .index-activity2 .col {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.96rem;
  }

  .index-activity .col .title,
  .index-activity2 .col .title {
    font-size: 0.52rem;
    text-align: center;
  }

  .index-activity .col .content,
  .index-activity2 .col .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    padding: 0.5rem 0 0.8rem 0;
    text-align: center;
  }

  .index-activity .col .btn a,
  .index-activity2 .col .btn a {
    width: 2rem;
    height: 2rem;
    font-size: 0.26rem;
    margin: 0 auto;
  }

  .index-activity .list,
  .index-activity2 .list {
    width: 6.9rem;
  }

  .index-activity .list .list-wrapper,
  .index-activity2 .list .list-wrapper {
    width: 11.84rem;
  }

  .index-activity .list li,
  .index-activity2 .list li {
    padding-right: 0.3rem;
  }

  .index-activity .list li a,
  .index-activity2 .list li a {
    padding-bottom: 0.9rem;
  }

  .index-activity .list li a .zoomImg img,
  .index-activity2 .list li a .zoomImg img {
    height: 7.5rem;
  }

  .index-activity .list li a .zoomImg .btn,
  .index-activity2 .list li a .zoomImg .btn {
    bottom: 0.3rem;
    right: 0.3rem;
    width: 1rem;
    height: 1rem;
  }

  .index-activity .list li a .name,
  .index-activity2 .list li a .name {
    font-size: 0.32rem;
    line-height: 0.52rem;
    margin-top: 0.3rem;
    height: 1.04rem;
  }

  .index-activity .list .arrow,
  .index-activity2 .list .arrow {
    display: none;
  }

  .music-season .title {
    font-size: 0.52rem;
  }

  .music-season .filter {
    padding: 0.75rem 0 0.78rem 0;
    position: relative;
    z-index: 15;
  }

  .music-season .filter .name {
    display: block;
    position: relative;
    font-size: 0.32rem;
    width: 3.11rem;
    border-bottom: #333 solid 1px;
    padding-bottom: 0.06rem;
  }

  .music-season .filter .name:after {
    content: "";
    font-family: "iconfont";
    -webkit-transform: translateY(-50%) scale(0.4);
    -ms-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 0.08rem;
  }

  .music-season .filter ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 1.4rem;
    width: 3.11rem;
    background: #fff;
    box-shadow: 0 0 0.18rem rgba(0,0,0,.2);
    padding: 0.25rem 0.3rem;
    border-radius: 0.12rem;
  }

  .music-season .filter li {
    padding: 0 0 0 0.3rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }

  .music-season .filter li:before {
    width: 0.18rem;
    height: 0.18rem;
  }

  .music-season .filter.show ul {
    opacity: 1;
    visibility: visible;
  }

  .music-season .list ul {
    grid-gap: 1.2rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .music-season .list li .zoomImg img {
    height: 3.9rem;
  }

  .music-season .list li .zoomImg .btn {
    bottom: 0.3rem;
    right: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .music-season .list li .name {
    margin-top: 0.3rem;
    line-height: 0.52rem;
    min-height: 1em;
    max-height: 1.04rem;
  }

  .music-season .list li .name a {
    font-size: 0.36rem;
  }

  .music-season .list li dl.info {
    padding: 0.2rem 0 0.3rem 0;
  }

  .music-season .list li dl.info dd {
    font-size: 0.26rem;
    line-height: 0.5rem;
    padding-left: 0.46rem;
    background-size: 0.26rem;
  }

  .music-season .list li .btns a {
    width: 3.3rem;
    height: 0.82rem;
    font-size: 0.24rem;
  }

  .music-season2 .list li .btns a {
    width: 100%;
  }

  .music-season-detail {
    padding: 2.3rem 0 1.1rem 0;
  }

  .music-season-detail .side-img {
    position: relative;
    right: 0;
    margin-right: 0;
    width: 100%;
    top: 0;
  }

  .music-season-detail .back {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.94rem;
  }

  .music-season-detail>.title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }

  .music-season-detail>.title br {
    display: none;
  }

  .music-season-detail dl.info dd {
    font-size: 0.26rem;
    line-height: 0.5rem;
    padding-left: 0.46rem;
    background-size: 0.26rem;
  }

  .music-season-detail .container {
    font-size: 0.26rem;
    line-height: 0.42rem;
    padding: 0.6rem 0 0.9rem 0;
  }

  .music-season-detail .container .msg {
    padding: 0.5rem 0 0.6rem 0;
  }

  .music-season-detail .container .title {
    font-size: 0.32rem;
    padding-bottom: 0.4rem;
  }

  .music-season-detail .btns {
    padding-top: 0.77rem;
  }

  .music-season-detail .btns a {
    width: 3.3rem;
    height: 0.82rem;
    font-size: 0.24rem;
  }

  .tour .title {
    font-size: 0.52rem;
  }

  .tour .list ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem;
  }

  .tour .list a:before {
    display: none;
  }

  .tour .list a .bd {
    opacity: 1;
    background: rgba(0,0,0,0);
  }

  .tour .list a .bd .btn {
    opacity: 0;
  }

  .tour .list a .bd .info {
    font-size: 0.22rem;
    padding: 0.7rem 0 0.2rem 0;
    opacity: .6;
  }

  .tour .list a .bd .name {
    font-size: 0.4rem;
  }

  .tour .list a:hover .bd {
    background: rgba(0,0,0,.2);
  }

  .tour .list a:hover .bd .btn {
    opacity: 1;
  }

  .tour-detail {
    padding: 2.3rem 0 1rem 0;
  }

  .tour-detail .back {
    left: 0;
    top: 0.93rem;
  }

  .tour-detail .back a {
    width: 0.8rem;
    height: 0.8rem;
  }

  .tour-detail .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }

  .tour-detail .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    padding-top: 0.6rem;
  }

  .tour-detail .content .img,
  .tour-detail .content p {
    padding-bottom: 0.5rem;
  }

  .education .head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .education .title {
    font-size: 0.52rem;
  }

  .education .msg {
    font-size: 0.26rem;
    line-height: 0.42rem;
    width: 100%;
    padding-top: 0.5rem;
  }

  .education .list ul {
    grid-gap: 0.5rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .education .list a {
    padding: 0.45rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .education .list a .zoomImg {
    width: 100%;
  }

  .education .list a .zoomImg img {
    height: 4rem;
  }

  .education .list a .col {
    padding: 0.5rem 0 0 0;
  }

  .education .list a .col .btn {
    display: none;
  }

  .education .list a .col .time {
    font-size: 0.26rem;
  }

  .education .list a .col .name {
    font-size: 0.36rem;
    line-height: 0.52rem;
    margin-top: 0.25rem;
    height: 1.04rem;
  }

  .education-detail .head {
    padding: 1.3rem 0 1rem 0;
  }

  .education-detail .head .title {
    font-size: 0.52rem;
    padding-bottom: 0.45rem;
  }

  .education-detail .head .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
  }

  .education-detail .container {
    min-height: 24.11rem;
  }

  .education-detail .container:before {
    height: 13.41rem;
  }

  .education-detail .container .title {
    font-size: 0.48rem;
  }

  .education-detail .container .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
  }

  .education-detail .container .item-1 {
    padding: 18.07rem 0 0 0.7rem;
  }

  .education-detail .container .item-1 .img {
    width: 7rem;
    left: -0.3rem;
    margin-left: 0;
  }

  .education-detail .container .item-1 .img img {
    height: 4.67rem;
  }

  .education-detail .container .item-1 .content {
    padding: 0.95rem 0;
    width: 6rem;
    margin-top: 0.6rem;
  }

  .education-detail .container .item-1 .content:before,
  .education-detail .container .item-1 .content:after {
    width: 0.87rem;
    height: 0.58rem;
  }

  .education-detail .container .item-1 .content:before {
    left: 0;
    top: 0;
  }

  .education-detail .container .item-2 {
    left: 0.7rem;
    bottom: 7.23rem;
    width: 6.5rem;
  }

  .education-detail .container .item-2 .img img {
    width: 100%;
    height: 8.43rem;
  }

  .education-detail .container .item-2 .content {
    width: 6rem;
    padding-bottom: 0.5rem;
  }

  .education-detail .container .item-2 .content br {
    display: none;
  }

  .education-detail .list ul {
    grid-gap: 1rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .education-detail .list a:before {
    width: 3.22rem;
    height: 0.09rem;
  }

  .education-detail .list a .name {
    font-size: 0.42rem;
    padding: 0.95rem 0.2rem 0.9rem 0.2rem;
  }

  .education-detail .list a .zoomImg img {
    height: 6.9rem;
  }

  .education-detail .list a .zoomImg .btn {
    bottom: 0.3rem;
    right: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .education-detail .list a:hover:before {
    width: 4.6rem;
    height: 0.11rem;
  }

  .about-banner img {
    height: 3.75rem;
  }

  .about .wal {
    padding: 1.2rem 0 0 0;
  }

  .about .side {
    width: 4.17rem;
    margin: 0 auto;
    position: relative;
    top: 0;
    padding-bottom: 0.7rem;
  }

  .about .ewm {
    width: 4.9rem;
    margin: 0 auto;
    position: relative;
    top: 0;
  }

  .about .ewm li {
    width: 2rem;
  }

  .about .ewm li .name {
    font-size: 0.26rem;
    padding: 0.35rem 0 1.4rem 0;
  }

  .about .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    width: 100%;
  }

  .about .video video {
    height: 3.45rem;
  }

  .introduce .wal {
    padding: 1.44rem 0 4.9rem 1.2rem;
  }

  .introduce .wal:before {
    bottom: 1.2rem;
    border-radius: 0.2rem 0 0 0;
  }

  .introduce .logo {
    width: 4.72rem;
    position: relative;
    top: 0;
    padding-bottom: 0.98rem;
  }

  .introduce .img {
    width: 6rem;
  }

  .introduce .img img {
    height: 3.38rem;
  }

  .introduce .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    padding: 1rem 0 0 0;
    width: 100%;
  }

  .person-mouse-ico {
    display: none;
  }

  .person {
    padding: 0 0.3rem;
  }

  .person .head {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .person .head .list-wrapper {
    height: 11.78rem;
  }

  .person .head li {
    height: 11.78rem;
    padding: 0 0.3rem 1.9rem 0.3rem;
  }

  .person .head li .img {
    width: 100%;
    position: relative;
  }

  .person .head li .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.6rem;
    right: 0.55rem;
    width: 0.88rem;
    height: 0.88rem;
    background: #a41818 url(/static/szsorch/image/jia.svg) center no-repeat;
    background-size: 100%;
    border-radius: 50%;
  }

  .person .head li .img img {
    height: auto;
    max-height: 8.7rem;
    width: 100%;
  }

  .person .head li .name {
    left: 0;
    top: 9.88rem;
    width: 100%;
    margin-left: 0;
  }

  .person .head li .name h2 {
    font-size: 0.48rem;
  }

  .person .head li .name p {
    font-size: 0.26rem;
  }

  .person .head li .side {
    display: none;
  }

  .person .filter {
    z-index: 15;
  }

  .person .filter .name {
    display: block;
    position: relative;
    font-size: 0.32rem;
    width: 3.11rem;
    border-bottom: #333 solid 1px;
    padding-bottom: 0.06rem;
  }

  .person .filter .name:after {
    content: "";
    font-family: "iconfont";
    -webkit-transform: translateY(-50%) scale(0.4);
    -ms-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 0.08rem;
  }

  .person .filter .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0.8rem;
    width: 6rem;
    background: #fff;
    box-shadow: 0 0 0.18rem rgba(0,0,0,.2);
    padding: 0.25rem 0.3rem;
    border-radius: 0.12rem;
  }

  .person .filter ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .person .filter li {
    padding: 0 0 0 0.3rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
    width: 50%;
  }

  .person .filter li:before {
    width: 0.18rem;
    height: 0.18rem;
  }

  .person .filter.on .list-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .person .img-list {
    width: calc(100% + 0.3rem);
  }

  .person .img-list .list-wrapper {
    margin-right: -0.16rem;
  }

  .person .img-list li {
    padding-right: 0.16rem;
    padding-bottom: 0.7rem;
  }

  .person .img-list li img {
    height: 1.5rem;
  }

  .person .detail .container {
    width: 6.5rem;
  }

  .person .detail .container .close {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.3rem;
    left: auto;
    right: 0.3rem;
    font-size: 0.25rem;
    background: #000;
    color: #fff;
  }

  .person .detail .container .close:before {
    background: #a41818;
  }

  .person .detail .container #container {
    padding: 1.5rem 0.3rem 0.5rem 0.3rem;
  }

  .person .detail .container .name {
    font-size: 0.48rem;
  }

  .person .detail .container .info {
    font-size: 0.26rem;
    padding: 0.25rem 0 0.55rem 0;
  }

  .person .detail .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .person .detail .container .img {
    width: 100%;
  }

  .person .detail .container .content {
    padding: 0.5rem 0 0 0;
    font-size: 0.26rem;
    line-height: 0.42rem;
  }

  .team {
    padding: 1rem 0 1.2rem 0;
  }

  .team .img {
    width: 100%;
    position: relative;
    left: -0.3rem;
    top: 0;
  }

  .team .list {
    width: 100%;
    padding-left: 0.6rem;
  }

  .team .title {
    font-size: 0.52rem;
    text-align: center;
    padding: 0.95rem 0 0.6rem 0;
    margin-left: -0.6rem;
  }

  .team .sub-title {
    font-size: 0.36rem;
    padding: 1.5rem 0 0.35rem 0;
  }

  .team .sub-title:after {
    left: -0.6rem;
    top: 0.8rem;
    width: 0.6rem;
    height: 0.6rem;
  }

  .team li {
    font-size: 0.28rem;
    height: auto;
    line-height: 0.35rem;
    padding: 0.1rem 0;
  }

  .team li p {
    width: 30%;
  }

  body.en .team li p {
    width: auto;
  }

  .concert-hall-1 .btn a {
    width: 1.5rem;
    height: 1.5rem;
  }

  .concert-hall-1 .btn em {
    font-size: 0.42rem;
    padding-top: 0.35rem;
  }

  .concert-hall-2 {
    padding: 1.3rem 0 1.1rem 0;
  }

  .concert-hall-2 .title {
    font-size: 0.48rem;
    line-height: 0.6rem;
    width: 5.2rem;
    margin: 0 auto;
    padding-bottom: 0.6rem;
  }

  .concert-hall-2 .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
  }

  .concert-hall-3 .list-wrapper {
    width: 19.86rem;
  }

  .concert-hall-3 li {
    padding: 0 0.08rem;
  }

  .concert-hall-3 li img {
    height: 4.3rem;
  }

  .arrow-mouse {
    display: none;
  }

  .concert-hall-4 {
    padding-bottom: 1.2rem;
  }

  .concert-hall-4 .list {
    width: calc(100% + 0.3rem);
  }

  .concert-hall-5 .wal {
    padding: 1.2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .concert-hall-5 .title {
    font-size: 0.48rem;
    line-height: 0.6rem;
    margin-bottom: 0.7rem;
  }

  .concert-hall-5 .list {
    width: 100%;
  }

  .concert-hall-5 .list li .name {
    font-size: 0.28rem;
    line-height: 0.42rem;
    padding: 0.35rem 1.1rem 0.35rem 0;
  }

  .concert-hall-5 .list li .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    padding-right: 1.1rem;
  }

  .concert-hall-5 .list li.on {
    padding-bottom: 0.28rem;
  }

  .concert-hall-5 .list li.on .name:after {
    content: "";
  }

  .concert-hall-6 .container {
    width: 100%;
    padding: 0.9rem 0.5rem 0.85rem 0.7rem;
  }

  .concert-hall-6 .container .title {
    font-size: 0.48rem;
    line-height: 0.6rem;
    padding-bottom: 0.5rem;
    width: 4.12rem;
  }

  .concert-hall-6 .container .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: justify;
  }

  .concert-hall-6 .container h5 {
    font-size: 0.28rem;
    line-height: 0.42rem;
    font-weight: 400;
    width: 4.4rem;
    margin-left: auto;
    padding: 0.2rem 0 0.45rem 0;
  }

  .join {
    padding: 1.3rem 0;
  }

  .join .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .join .head .title {
    font-size: 0.52rem;
    margin-bottom: 0.5rem;
  }

  .join .head .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    width: 100%;
    padding-bottom: 1.1rem;
  }

  .join .filter {
    padding: 0 0 0.7rem 0;
    position: relative;
    z-index: 15;
  }

  .join .filter .name {
    display: block;
    position: relative;
    font-size: 0.32rem;
    width: 3.11rem;
    border-bottom: #333 solid 1px;
    padding-bottom: 0.06rem;
  }

  .join .filter .name:after {
    content: "";
    font-family: "iconfont";
    -webkit-transform: translateY(-50%) scale(0.4);
    -ms-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 0.08rem;
  }

  .join .filter ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0.7rem;
    width: 3.11rem;
    background: #fff;
    box-shadow: 0 0 0.18rem rgba(0,0,0,.2);
    padding: 0.25rem 0.3rem;
    border-radius: 0.12rem;
  }

  .join .filter li {
    padding: 0 0 0 0.3rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }

  .join .filter li:before {
    width: 0.18rem;
    height: 0.18rem;
  }

  .join .filter.show ul {
    opacity: 1;
    visibility: visible;
  }

  .join .list ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .join .list a {
    height: 2rem;
    padding-left: 0.55rem;
  }

  .join .list a .btn {
    top: 0.6rem;
    right: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .join .list a .name {
    font-size: 0.36rem;
  }

  .join .list a dl {
    padding-top: 0.3rem;
  }

  .join .list a dl dd {
    font-size: 0.26rem;
  }

  .page-num {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.8rem;
    font-size: 0.28rem;
  }

  .page-num .num {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0.3rem;
  }

  .page-num .num a {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.04rem;
  }

  .page-num .num em {
    padding: 0 0.1rem;
  }

  .page-num .form span {
    padding: 0 0.14rem 0 0;
  }

  .page-num .form em {
    padding: 0 0.2rem 0 0.14rem;
  }

  .page-num .form .input {
    width: 1.22rem;
    height: 0.72rem;
    border-radius: 0.36rem;
  }

  .page-num .form .input input {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
  }

  .page-num .form .submit {
    width: 1.22rem;
    height: 0.72rem;
    border-radius: 0.36rem;
  }

  .join-detail {
    padding-top: 0.94rem;
  }

  .join-detail:after {
    right: 0;
    width: 7.2rem;
    background-size: 100% auto;
  }

  .join-detail .back {
    position: relative;
    left: 0;
    top: 0;
  }

  .join-detail .back a {
    width: 0.8rem;
    height: 0.8rem;
  }

  .join-detail .btn {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2.94rem;
  }

  .join-detail .btn a {
    width: 2rem;
    height: 2rem;
    font-size: 0.24rem;
  }

  .join-detail .btn a:after {
    width: 0.15rem;
    height: 0.15rem;
    margin-left: -0.65rem;
    margin-top: -0.65rem;
    -webkit-transform-origin: 0.65rem 0.65rem;
    -ms-transform-origin: 0.65rem 0.65rem;
    transform-origin: 0.65rem 0.65rem;
  }

  .join-detail .head {
    padding: 0.6rem 0 0.6rem 0;
  }

  .join-detail .head .title {
    font-size: 0.48rem;
  }

  .join-detail .head dl {
    padding-top: 0.5rem;
  }

  .join-detail .head dl dd {
    margin-right: 0.7rem;
    font-size: 0.26rem;
  }

  .join-detail .container {
    padding: 0.6rem 0;
  }

  .join-detail .container .name {
    font-size: 0.32rem;
    padding-bottom: 0.35rem;
  }

  .join-detail .container .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    padding-bottom: 0.6rem;
  }

  .join-detail-layer .container {
    right: 0;
    width: 100%;
    padding: 1.5rem 0.3rem 0.4rem 0.3rem;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .join-detail-layer .container .close {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.3rem;
    left: auto;
    right: 0.3rem;
    font-size: 0.25rem;
    color: #fff;
  }

  .join-detail-layer .container .close:before {
    background: #a41818;
  }

  .join-detail-layer .container h2.title {
    font-size: 0.48rem;
    height: 1.1rem;
  }

  .join-detail-layer .container .form {
    height: calc(100vh - 4.5rem);
    margin-right: -0.3rem;
    padding-right: 0.24rem;
  }

  .join-detail-layer .container .form .title h3 {
    font-size: 0.36rem;
  }

  .join-detail-layer .container .form .title em {
    font-size: 0.24rem;
    padding-left: 0.24rem;
  }

  .join-detail-layer .container .form .title a.add-btn {
    font-size: 0.26rem;
  }

  .join-detail-layer .container .form .title a.add-btn:after {
    margin-left: 0.08rem;
  }

  .join-detail-layer .container .form .line {
    height: 1rem;
  }

  .join-detail-layer .container .form ul.row>li {
    width: 100%;
  }

  .join-detail-layer .container .form ul.row>li .name {
    font-size: 0.26rem;
    padding: 0.45rem 0 0.2rem 0;
  }

  .join-detail-layer .container .form ul.row>li .input {
    border-radius: 0.09rem;
    height: 0.92rem;
  }

  .join-detail-layer .container .form ul.row>li .input input {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.26rem;
    padding: 0 0.24rem;
  }

  .join-detail-layer .container .form ul.row>li .select:after {
    font-size: 0.2rem;
    right: 0.16rem;
  }

  .join-detail-layer .container .form ul.row>li .date {
    font-size: 0.24rem;
  }

  .join-detail-layer .container .form ul.row>li .date:before {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.4rem;
    left: 0.2rem;
  }

  .join-detail-layer .container .form ul.row>li .file-list {
    margin-bottom: -0.2rem;
  }

  .join-detail-layer .container .form ul.row>li .file-list .upload {
    width: 1.52rem;
    height: 1.52rem;
    border-radius: 0.09rem;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
  }

  .join-detail-layer .container .form ul.row>li .file-list .upload .ico {
    width: 0.28rem;
    margin-bottom: 0.12rem;
  }

  .join-detail-layer .container .form ul.row>li .file-list .img {
    padding: 0 0.2rem 0.2rem 0;
  }

  .join-detail-layer .container .form ul.row>li .file-list .img img {
    width: 1.52rem;
    height: 1.52rem;
    border-radius: 0.09rem;
  }

  .join-detail-layer .container .form ul.row>li .file-list .img a {
    padding: 0.07rem;
    font-size: 0.24rem;
    border-radius: 0.09rem;
    right: 0.2rem;
  }

  .join-detail-layer .container .form ul.row>li .file-list dl dd {
    height: 0.44rem;
    font-size: 0.24rem;
  }

  .join-detail-layer .container .form ul.row>li p.tips {
    font-size: 0.24rem;
  }

  .join-detail-layer .container .btns {
    height: 1.5rem;
    padding: 0 0.3rem;
  }

  .join-detail-layer .container .btns .submit {
    width: 100%;
    height: 0.9rem;
    font-size: 0.24rem;
    border-radius: 0.09rem;
  }

  .join-detail-layer.show .container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .el-picker-panel {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    height: 100vh;
    margin: 0 !important;
  }

  .el-date-range-picker {
    width: 100% !important;
  }

  .el-date-range-picker .popper__arrow {
    display: none !important;
  }

  .el-date-range-picker .el-picker-panel__body {
    min-width: 7.5rem !important;
  }

  .el-date-range-picker__content {
    width: 100% !important;
  }

  .news .title {
    font-size: 0.52rem;
  }

  .news .list ul {
    grid-gap: 0.5rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .news .list a {
    padding: 0.45rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news .list a .zoomImg {
    width: 100%;
  }

  .news .list a .zoomImg img {
    height: 4rem;
  }

  .news .list a .col {
    padding: 0.4rem 0 0 0;
  }

  .news .list a .col .btn {
    width: 0.8rem;
    height: 0.8rem;
    top: -1.1rem;
    right: 0.3rem;
    z-index: 5;
  }

  .news .list a .col .time {
    font-size: 0.26rem;
    padding-bottom: 0.25rem;
  }

  .news .list a .col .name {
    font-size: 0.36rem;
    line-height: 0.52rem;
    height: 1.04rem;
  }

  .photos .title {
    font-size: 0.52rem;
  }

  .photos .list ul {
    grid-gap: 0.6rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .photos .list a .zoomImg {
    margin-bottom: 0.3rem;
  }

  .photos .list a .zoomImg:after {
    opacity: .2;
  }

  .photos .list a .zoomImg img {
    height: 4.6rem;
  }

  .photos .list a .zoomImg .btn {
    width: 1rem;
    height: 1rem;
    opacity: 1;
  }

  .photos .list a .name {
    font-size: 0.36rem;
  }

  .videos .list ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.6rem;
  }

  .videos .list a .zoomImg img {
    height: 4.6rem;
  }

  .videos .list a .zoomImg .btn {
    width: 1rem;
    height: 1rem;
  }

  .videos .list a .zoomImg .btn:after {
    background-size: 0.32rem;
  }

  .photos-detail {
    padding: 0.93rem 0 1rem 0;
    min-height: calc(100vh - 1.2rem);
  }

  .photos-detail .title .back {
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    left: 0;
  }

  .photos-detail .title h2 {
    font-size: 0.48rem;
    margin-bottom: 2rem;
    line-height: 0.7rem;
    margin-top: 0.55rem;
  }

  .adolescent-banner img {
    height: 3.75rem;
  }

  .adolescent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2rem;
  }

  .adolescent .title {
    padding-bottom: 0.7rem;
  }

  .adolescent .content {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.42rem;
  }

  .adolescent .content .p {
    padding-bottom: 0.42rem;
  }

  .adolescent .img {
    top: auto;
    bottom: 0.5rem;
  }

  .related-news .news .title {
    font-size: 0.48rem;
  }

  .page-search .title {
    font-size: 0.52rem;
    padding-bottom: 0.25rem;
  }

  .page-search>.form .input {
    width: 6.4rem;
  }

  .page-search>.form .input input {
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.32rem;
  }

  .page-search>.form .submit {
    left: 6.4rem;
    width: 0.6rem;
    background-size: 0.38rem;
  }

  .page-search .msg {
    font-size: 0.26rem;
    padding: 0.45rem 0 0.8rem 0;
  }

  .page-search .navs {
    width: 100%;
    position: relative;
    padding-bottom: 0.85rem;
    z-index: 5;
  }

  .page-search .navs .name {
    display: block;
    position: relative;
    font-size: 0.32rem;
    width: 3.5rem;
    border-bottom: #333 solid 1px;
    padding-bottom: 0.06rem;
  }

  .page-search .navs .name:after {
    content: "";
    font-family: "iconfont";
    -webkit-transform: translateY(-50%) scale(0.4);
    -ms-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 0.08rem;
  }

  .page-search .navs ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0.7rem;
    width: 3.5rem;
    background: #fff;
    box-shadow: 0 0 0.18rem rgba(0,0,0,.2);
    padding: 0.25rem 0.3rem;
    border-radius: 0.12rem;
  }

  .page-search .navs li {
    font-size: 0.26rem;
    padding-bottom: 0;
    line-height: 0.6rem;
  }

  .page-search .navs:hover ul {
    opacity: 1;
    visibility: visible;
  }

  .page-search .list {
    width: 100%;
  }

  .page-search .list li a {
    height: auto;
    padding: 0.45rem 0;
    font-size: 0.36rem;
    line-height: 0.52rem;
  }

  .page-search .list li a:after {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.3rem;
  }

  .page-search .list li a:hover {
    padding: 0.45rem 0.2rem 0.45rem 0.3rem;
  }

  .page404 {
    background-image: url(/static/szsorch/image/img750_2.jpg);
  }

  .page404 h2 {
    font-size: 3.2rem;
  }

  .page404 p {
    font-size: 0.36rem;
    padding: 0.05rem 0 0.9rem 0;
  }

  .page404 .btns a {
    width: 3.3rem;
    height: 0.8rem;
    margin: 0 0.15rem;
    font-size: 0.24rem;
    border-radius: 0.09rem;
  }

  .privacy .title {
    font-size: 0.48rem;
  }

  .privacy .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
  }

  .privacy .content .p {
    padding-bottom: 0.42rem;
  }

  .privacy .content h3 {
    font-size: 0.32rem;
    padding-bottom: 0.1rem;
  }

  .privacy-layer .wal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.7rem 0.2rem;
  }

  .privacy-layer .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    width: 100%;
    padding-bottom: 0.4rem;
  }

  .privacy-layer .btn {
    border-radius: 0.09rem;
    font-size: 0.24rem;
    width: 3.3rem;
    height: 0.8rem;
  }

  .privacy-layer .close {
    display: none;
  }

  .video-layer .close {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.28rem;
  }

  .video-layer .container {
    width: 100%;
  }

  .competition li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .competition li .ico {
    width: 1.2rem;
  }

  .competition li .title {
    font-size: 0.48rem;
    padding: 0.55rem 0 0.4rem 0;
  }

  .competition li .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
  }

  .competition li .btn {
    margin-top: 0.4rem;
  }

  .competition li .btn a {
    font-size: 0.24rem;
    width: 2.1rem;
    height: 0.7rem;
  }

  .competition li:nth-child(odd) {
    padding-bottom: 1.14rem;
  }

  .competition li:nth-child(odd):after {
    left: 0;
    margin-left: 0;
    top: 4.15rem;
    width: calc(100vw - 0.3rem);
  }

  .competition li:nth-child(odd) .bd {
    width: 100%;
    padding: 1rem 0.2rem 0 0.5rem;
  }

  .competition li:nth-child(odd) .img {
    width: 7rem;
  }

  .competition li:nth-child(odd) .img .zoomImg {
    width: 7rem;
    left: -0.3rem;
  }

  .competition li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .competition li:nth-child(even) .bd {
    width: 100%;
    padding: 0.68rem 0.2rem 0 0.2rem;
  }

  .competition li:nth-child(even) .img {
    width: 7rem;
  }

  .competition li:nth-child(even) .img .zoomImg {
    width: 7rem;
    left: -0.3rem;
  }

  .competition-news .news .title {
    font-size: 0.48rem;
  }

  .competition-news .news .filter {
    padding: 0.75rem 0 0.78rem 0;
    position: relative;
    z-index: 15;
  }

  .competition-news .news .filter .name {
    display: block;
    position: relative;
    font-size: 0.32rem;
    width: 3.3rem;
    border-bottom: #333 solid 1px;
    padding-bottom: 0.06rem;
  }

  .competition-news .news .filter .name:after {
    content: "";
    font-family: "iconfont";
    -webkit-transform: translateY(-50%) scale(0.4);
    -ms-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 0.08rem;
  }

  .competition-news .news .filter ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 1.4rem;
    width: 3.3rem;
    background: #fff;
    box-shadow: 0 0 0.18rem rgba(0,0,0,.2);
    padding: 0.25rem 0.3rem;
    border-radius: 0.12rem;
  }

  .competition-news .news .filter li {
    padding: 0 0 0 0.3rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }

  .competition-news .news .filter li:before {
    width: 0.18rem;
    height: 0.18rem;
  }

  .competition-news .news .filter.show ul {
    opacity: 1;
    visibility: visible;
  }

  body.en .competition li .btn a {
    width: 3.6rem;
  }

  .competition-detail {
    padding: 0.93rem 0 1.2rem 0;
  }

  .competition-detail .back {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    left: 0;
    top: 0;
  }

  .competition-detail .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    padding: 0.5rem 0 0.7rem 0;
  }

  .competition-detail .content {
    font-size: 0.26rem;
    line-height: 0.42rem;
    padding-top: 0.6rem;
  }

  .competition-detail .content .name {
    font-size: 0.32rem;
  }

  .competition-detail .btn a {
    width: 100%;
    height: 0.8rem;
    font-size: 0.24rem;
  }
}
