@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  text-align: center;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  border: 1px solid black;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: 400;
}

dl, ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Arial,Microsoft YaHei;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

body {
  font-size: 14px;
  max-width: 1920px;
  margin: 0 auto;
  text-align: left;
}

body * {
  border-top: solid 0.01px transparent;
  box-sizing: border-box;
  line-height: 1;
}

.w1660 {
  width: 16.6rem;
  margin: 0 auto;
  position: relative;
}

.Interface {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
}

.Interface .cons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.2rem;
}

.Interface .cons .txt {
  font-size: calc(12px - 0.12rem + 0.46rem);
  color: white;
  font-weight: bold;
  line-height: 1.261;
  text-align: center;
  text-shadow: 1.5px 2.598px 7px #00002e;
}

.Interface .cons .getin {
  width: 100%;
  text-align: center;
}

.Interface .cons .getin .btn {
  background-size: 100% 100%;
  display: inline-block;
  width: calc(151em / 16);
  height: calc(50em / 16);
  margin: 0.5rem auto;
  line-height: calc(50em / 16);
  padding: 0rem 0.4rem;
  cursor: pointer;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Interface .top {
  width: 100%;
  padding: 0 1rem;
  padding-top: 0.5rem;
}

.Interface .top .logo {
  float: left;
  width: 1.12rem;
  height: 0.57rem;
}

.Interface .top .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.Interface .top .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.Interface .top .language {
  float: right;
  width: 1.4rem;
  position: relative;
  border-radius: 0.22rem;
}

.Interface .top .language .now {
  position: absolute;
  z-index: 4;
  width: 100%;
  padding: 0 0.15rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.22rem;
  text-align: center;
  background: red;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.Interface .top .language .now span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  margin-left: 0.1rem;
}

.Interface .top .language .now span img {
  width: 100%;
  height: 100%;
  display: block;
}

.Interface .top .language .now .ecn {
  display: inline;
}

.Interface .top .language .langulist {
  width: 100%;
  text-align: center;
  background: #2323d9;
  border-bottom-left-radius: 0.22rem;
  border-bottom-right-radius: 0.22rem;
  margin-top: 0.22rem;
  padding-top: 0.22rem;
  padding-bottom: 0.12rem;
  display: none;
}

.Interface .top .language .langulist .latem {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
  line-height: 2;
  padding: 0.05rem 0;
}

.Interface .top .language .langulist .latem a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
  line-height: 2;
  width: 100%;
  height: 100%;
  display: block;
}

.Interface .top .language .langulist .latem.on {
  background: red;
}

.login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(24, 24, 146, 0.9);
}

.login .loginbox {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  width: calc( 423em / 16);
  height: calc( 546em / 16);
  font-size: calc(12px - 0.12rem + 0.16rem);
  background-size: 100%;
  padding: 0 0.4rem;
  padding-top: calc(164em / 16);
}

.login .loginbox .tip {
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.32rem);
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: calc(25em / 16);
}

.login .loginbox .formx {
  width: 100%;
}

.login .loginbox .formx .input {
  width: 100%;
  border-radius: 0.2rem;
  background-color: #6363eb;
  font-size: 0;
  position: relative;
  padding: 0 0.24rem;
  margin-bottom: 0.25rem;
}

.login .loginbox .formx .input .tx {
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: inline-block;
  vertical-align: middle;
  height: calc(44em / 16);
  line-height: calc(44em / 16);
  color: #fff;
}

.login .loginbox .formx .input input[type=text] {
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: inline-block;
  vertical-align: middle;
  height: calc(44em / 16);
  line-height: calc(44em / 16);
  background: none;
  border: none;
  color: #fff;
}

.login .loginbox .formx .input .yzm {
  position: absolute;
  font-size: calc(12px - 0.12rem + 0.16rem);
  width: calc(97em / 16);
  height: calc(30em / 16);
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.login .loginbox .formx .input.t4 .tx {
  width: 65px;
}

.login .loginbox .formx .input.t4 input[type=text] {
  margin-left: 0.1rem;
  width: calc(100% - 65px - 0.1rem);
}

.login .loginbox .formx .input.t2 .tx {
  width: 34px;
}

.login .loginbox .formx .input.t2 input[type=text] {
  margin-left: 0.1rem;
  width: calc(100% - 34px - 0.1rem);
}

.login .loginbox .formx .input.t3 .tx {
  width: 49px;
}

.login .loginbox .formx .input.t3 input[type=text] {
  margin-left: 0.1rem;
  width: calc((100% - 49px - 0.1rem) - (97em / 16));
}

.login .loginbox .formx .submit {
  width: 100%;
}

.login .loginbox .formx .submit input {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: inline-block;
  vertical-align: middle;
  height: calc(44em / 16);
  line-height: calc(44em / 16);
  border-radius: calc(22em / 16);
  background: #fff;
  text-align: center;
  cursor: pointer;
  color: #2323d9;
}

.login .close {
  width: 0.39rem;
  height: 0.39rem;
  width: calc(39em / 16);
  height: calc(39em / 16);
  cursor: pointer;
  position: absolute;
  font-size: calc(12px - 0.12rem + 0.16rem);
  z-index: 20;
  bottom: calc(-72em / 16);
  left: 50%;
  transform: translate(-50%);
}

.login .close img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .login .loginbox .formx .input {
    margin-bottom: 0.55rem;
  }
  .Interface .top .language {
    width: 2rem;
  }
  .Interface .top .language .now {
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.35rem;
  }
  .Interface .top .language .langulist {
    border-bottom-left-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    margin-top: 0.35rem;
    padding-top: 0.35rem;
  }
  .Interface .cons {
    width: 90%;
  }
  .Interface .cons .txt {
    font-size: calc(12px - 0.12rem + 0.3rem);
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.4rem;
  background: #fff;
  font-size: 0;
  max-width: 1920px;
}

header .logo {
  float: left;
  width: 1.12rem;
  height: 0.57rem;
  margin-top: 0.0515rem;
}

header .nav {
  float: left;
  width: calc(100% - 2.33rem - 1.12rem);
  text-align: right;
  transition: all ease 0.3s;
}

header .nav .ntem {
  line-height: 0.7rem;
  display: inline-block;
  vertical-align: middle;
}

header .nav .ntem a {
  width: 100%;
  padding: 0 0.3rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.7rem;
  color: #333;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

header .nav .ntem a:hover {
  color: #e60012;
}

header .nav .ntem.on a {
  color: #e60012;
}

header .navbg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: none;
  z-index: 100;
  height: 100%;
  cursor: pointer;
}

header .right {
  width: 2.03rem;
  float: right;
  margin-left: 0.3rem;
  padding-top: 0.13rem;
  transition: all ease 0.3s;
}

header .right .langx {
  width: 1.24rem;
  height: 0.44rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15rem;
  cursor: pointer;
  position: relative;
  transition: all ease 0.3s;
}

header .right .langx .now {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.22rem;
  text-align: center;
  background: red;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.12rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all ease 0.3s;
}

header .right .langx .now span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  margin-left: 0.1rem;
}

header .right .langx .now span img {
  width: 100%;
  height: 100%;
  display: block;
}

header .right .langx .now .ecn {
  display: inline;
  padding: 0 0.05rem;
}

header .right .langx .langulist {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 1.4rem;
  text-align: center;
  background: #2323d9;
  border-bottom-left-radius: 0.22rem;
  border-bottom-right-radius: 0.22rem;
  margin-top: 0.22rem;
  padding-top: 0.22rem;
  padding-bottom: 0.12rem;
  display: none;
}

header .right .langx .langulist .latem {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
  line-height: 2;
  padding: 0.05rem 0;
}

header .right .langx .langulist .latem a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
  line-height: 2;
  width: 100%;
  height: 100%;
  display: block;
}

header .right .langx .langulist .latem.on {
  background: red;
}

header .right .menu {
  width: 0.44rem;
  height: 0.44rem;
  display: inline-block;
  vertical-align: middle;
  display: none;
}

header .right .menu .img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #2323d9;
  border-radius: 50%;
}

header .right .menu .img img {
  width: 100%;
  height: 100%;
  display: block;
}

header.lang .nav {
  width: calc(100% - 2.83rem - 1.12rem);
}

header.lang .right {
  width: 2.33rem;
}

header.lang .right .langx {
  width: 1.24rem;
}

header.lang .right .langx .langulist {
  width: 1.24rem;
}

header.show {
  background: transparent;
}

header.show .nav {
  display: none;
}

header.right .nav {
  right: 0;
}

header.right .navbg {
  display: block;
}

@media (max-width: 1550px) {
  header .nav .ntem a {
    padding: 0 0.15rem;
  }
}

@media (max-width: 1200px) {
  header .nav {
    position: fixed;
    right: -100%;
    top: 0;
    background-color: #fff;
    z-index: 999;
    width: 50%;
    height: calc(100vh);
    overflow: auto;
    text-align: left;
  }
  header .nav .ntem {
    width: 100%;
    display: block;
    line-height: 1rem;
  }
  header .nav .ntem a {
    line-height: 1rem;
  }
  header .right .menu {
    display: inline-block;
  }
}

.banner {
  width: 100%;
  margin-top: 0.7rem;
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
}

.banner .swiper-slide .img {
  width: 100%;
}

.banner .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-slide .box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.68rem;
  text-align: center;
}

.banner .swiper-slide .box .t1 {
  font-size: calc(12px - 0.12rem + 0.4rem);
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.banner .swiper-slide .box .t2 {
  font-size: calc(12px - 0.12rem + 0.42rem);
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}

.banner .swiper-slide .tob {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.banner .swiper-slide .tob .to {
  display: inline-block;
  vertical-align: bottom;
  background: rgba(54, 54, 229, 0.7);
  text-align: center;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.5;
  padding: 0.35rem 0.6rem;
  margin-right: 0.1rem;
}

.banner .swiper-slide .tob .to p {
  text-align: center;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.5;
}

.banner .swiper-slide .tob .to2 {
  padding: 0.6rem;
}

.banner .swiper-slide .tob .to3 {
  padding: 0.8rem 0.6rem;
}

.banner .swiper-pagination {
  bottom: 0.25rem;
}

.banner .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  opacity: 1;
  background: none;
  border: solid 0.02rem #fff;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}

footer {
  width: 100%;
  background: #e60012;
  font-size: 0;
  padding: 0.45rem 0 0rem;
}

footer .ftop {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

footer .ftop .ftem {
  width: 4rem;
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftem .tip {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}

footer .ftop .ftem .meslit {
  width: 100%;
}

footer .ftop .ftem .meslit .mli {
  width: 100%;
  font-size: 0;
  margin: 0.1rem 0 0rem;
}

footer .ftop .ftem .meslit .mli .name {
  width: 5em;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.12rem);
  line-height: 2;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

footer .ftop .ftem .meslit .mli .tx {
  width: calc(100% - 5em);
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftem .meslit .mli.shot .name {
  width: 3.6em;
}

footer .ftop .ftem .meslit .mli.shot .tx {
  width: calc(100% - 3.6em);
}

footer .ftop .ftem .meslit .mli:nth-child(3) {
  margin-top: 0rem;
}

footer .ftop .ftem:nth-child(1) {
  width: 14em;
  font-size: calc(12px - 0.12rem + 0.2rem);
}

footer .ftop .ftem:nth-child(2) {
  width: 16em;
  font-size: calc(12px - 0.12rem + 0.2rem);
}

footer .ftop .ftem:nth-child(3) {
  width: 15em;
  font-size: calc(12px - 0.12rem + 0.2rem);
}

footer .ftop .ftem:nth-child(2) {
  margin: 0 calc((100% - 14em - 15em - 16em) / 2);
}

footer .fbot {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

footer .fbot .share {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

footer .fbot .share span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8rem;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

footer .fbot .share .stem {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.08rem;
}

footer .fbot .share .stem a {
  width: 100%;
  height: 100%;
  display: block;
}

footer .fbot .share .stem img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .fbot .share .stem img:first-child {
  display: block;
}

footer .fbot .share .stem img:last-child {
  display: none;
}

footer .fbot .share .stem:hover img:first-child {
  display: none;
}

footer .fbot .share .stem:hover img:last-child {
  display: block;
}

footer .fbot .share .fk {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  cursor: pointer;
}

footer .fbot .share .fk img {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
}

footer .fbot .fx {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8rem;
  color: #fff;
  text-align: right;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

@media (max-width: 900px) {
  .w1660 {
    width: 90%;
  }
  .banner .swiper-slide .box {
    width: 80%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner .swiper-slide .box .t1 {
    font-size: calc(12px - 0.12rem + 0.2rem);
  }
  .banner .swiper-slide .box .t2 {
    font-size: calc(12px - 0.12rem + 0.14rem);
  }
  .banner .swiper-slide .tob .to {
    padding: 0.1rem 0.2rem;
    margin-right: 0;
  }
  .banner .swiper-slide .tob .to p {
    font-size: 12px;
  }
  footer .ftop {
    width: 100%;
    display: block;
  }
  footer .ftop .ftem {
    width: 100%;
    margin: 0;
    margin-bottom: 0.2rem;
  }
  footer .ftop .ftem .tip {
    margin-bottom: 0.1rem;
  }
  footer .ftop .ftem .meslit .mli {
    margin-top: 0;
  }
  footer .ftop .ftem .meslit .mli .name {
    font-size: 12px;
    line-height: 1.5;
  }
  footer .ftop .ftem .meslit .mli .tx {
    font-size: 12px;
    line-height: 1.5;
  }
  footer .ftop .ftem:nth-child(1) {
    width: 100%;
  }
  footer .ftop .ftem:nth-child(2) {
    width: 100%;
  }
  footer .ftop .ftem:nth-child(3) {
    width: 100%;
  }
  footer .ftop .ftem:nth-child(2) {
    margin: 0;
    margin-bottom: 0.3rem;
  }
  footer .ftop .ftem:last-child {
    margin-bottom: 0;
  }
  footer .fbot {
    width: 100%;
    padding-bottom: 0.1rem;
  }
  footer .fbot .share, footer .fbot .fx {
    text-align: left;
    width: 100%;
    line-height: 0.4rem;
  }
}

.Pupop {
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.Pupop .pox {
  width: 100%;
  max-width: 7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: solid 6px rgba(0, 0, 0, 0.2);
}

.Pupop .pox .pit {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.5;
  color: #333;
  padding: 0 0.2rem;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background-color: #F8F8F8;
  position: relative;
}

.Pupop .pox .pit .clxse {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.5;
  cursor: pointer;
}

.Pupop .pox .form {
  width: 100%;
  background: #fff;
  padding: 0.4rem;
}

.Pupop .pox .form .inputd {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
  text-align: center;
}

.Pupop .pox .form .inputd .name {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  text-align: right;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.2;
  color: #333;
}

.Pupop .pox .form .inputd .input {
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}

.Pupop .pox .form .inputd .input input {
  width: 100%;
  display: block;
  max-width: 3rem;
  border: solid 1px #ddd;
  background: none;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.5;
  height: 2.5em;
  color: #333;
  padding: 0 0.16rem;
}

.Pupop .pox .form .texa {
  width: 100%;
}

.Pupop .pox .form .texa .tic {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.5;
  color: #333;
  margin-bottom: 0.16rem;
}

.Pupop .pox .form .texa .txvt {
  width: 100%;
}

.Pupop .pox .form .texa .txvt textarea {
  width: 100%;
  display: block;
  padding: 0.16rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
  color: #333;
  border: solid 1px #ddd;
  background: none;
}

.Pupop .pox .form .sub {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.Pupop .pox .form .sub span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  cursor: pointer;
  color: #fff;
  background: red;
  padding: 0 0.3rem;
}

.cityplace {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.cityplace .cplist {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

.cityplace .cplist .cp-item {
  display: inline-block;
  vertical-align: top;
  height: 9rem;
  width: 20%;
  position: relative;
  cursor: pointer;
}

.cityplace .cplist .cp-item .ctem {
  width: 100%;
  height: 0.7rem;
  background: #fff;
  position: relative;
  z-index: 10;
  border-bottom: solid 0.09rem #e60012;
}

.cityplace .cplist .cp-item .ctem a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #e60012;
  line-height: 0.7rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cityplace .cplist .cp-item .ctem:after {
  position: relative;
  content: ' ';
  left: calc(50% - 0.12rem);
  transform: translateX(-50%);
  bottom: 0.09rem;
  width: 0;
  height: 0;
  border: solid 0.12rem;
  border-color: transparent transparent #e60012 transparent;
  opacity: 0;
}

.cityplace .cplist .cp-item .cbem {
  position: absolute;
  bottom: 0;
  z-index: 17;
  width: 100%;
}

.cityplace .cplist .cp-item .cbem .txt {
  position: absolute;
  text-align: center;
  bottom: 0.1rem;
  width: 100%;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
}

.cityplace .cplist .cp-item .cbem .img {
  width: 100%;
}

.cityplace .cplist .cp-item .cbem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .cplist .cp-item .tipx {
  font-size: calc(12px - 0.12rem + 0.44rem);
  color: #fff;
  width: 0.4rem;
  line-height: 1.25;
  margin: 0.35rem auto;
  text-align: center;
  font-weight: bold;
}

.cityplace .cplist .cp-item .tipx span {
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.cityplace .cplist .cp-item .tipx b {
  position: relative;
  top: 0.15rem;
}

.cityplace .cplist .cp-item .drop {
  position: absolute;
  top: 0;
  top: -100%;
  z-index: 20;
  transition: all ease 0.3s;
}

.cityplace .cplist .cp-item .drop .img {
  width: 100%;
}

.cityplace .cplist .cp-item .drop .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .cplist .cp-item .drop .tc {
  position: absolute;
  top: 0.7rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.2rem);
}

.cityplace .cplist .cp-item .bim {
  position: absolute;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  display: none;
}

.cityplace .cplist .cp-item .bim img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .cplist .cp-item.on .bim {
  display: block;
}

.cityplace .cplist .cp-item.on .drop {
  top: 0;
}

.cityplace .cplist .cp-item.tip .ctem:after {
  opacity: 1;
}

.cityplace .cplist .cp-item:after {
  content: " ";
  z-index: 18;
  width: 0.08rem;
  height: calc(100% - 0.7rem);
  position: absolute;
  left: calc(100% - 0.04rem);
  bottom: 0rem;
  background: #fff;
}

.cityplace .cplist .cp-item:last-child:after {
  display: none;
}

.cityplace .cplisiper {
  display: none;
}

.cityplace .cpimgiper {
  display: none;
}

.cityplace .sylist {
  width: 100%;
  height: calc(100% - 0.7rem);
  position: absolute;
  z-index: 20;
  top: 0.7rem;
  right: 0;
  left: -100%;
  transition: all ease 0.3s;
}

.cityplace .sylist .sybox {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.cityplace .sylist .sytem {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  left: -100%;
  right: 0;
  opacity: 0;
  display: block;
  font-size: 0;
  overflow: hidden;
  background: #fff;
}

.cityplace .sylist .sytem .Sl {
  width: 3.2rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0.4rem 0.2rem 0.4rem 0.2rem;
}

.cityplace .sylist .sytem .Sl .Sltop {
  width: 100%;
}

.cityplace .sylist .sytem .Sl .Sltop .img {
  margin-bottom: 0.15rem;
}

.cityplace .sylist .sytem .Sl .Sltop .img img {
  width: auto;
  display: block;
}

.cityplace .sylist .sytem .Sl .Sltop .tip {
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #2323d9;
  margin-bottom: 0.9rem;
  position: relative;
  transition: all ease 0.3s;
}

.cityplace .sylist .sytem .Sl .Sltop .tip:hover {
  transform: scale(1.08);
}

.cityplace .sylist .sytem .Sl .syxlist {
  width: 100%;
}

.cityplace .sylist .sytem .Sl .syxlist .syli {
  width: 100%;
  padding-left: 0.6rem;
  position: relative;
  color: #444a5c;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.9;
  cursor: pointer;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.cityplace .sylist .sytem .Sl .syxlist .syli span {
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.cityplace .sylist .sytem .Sl .syxlist .syli span img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sl .syxlist .syli span img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sl .syxlist .syli span img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sl .syxlist .syli i {
  display: inline-block;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  margin-left: 0.1rem;
  font-style: normal;
  display: none;
}

.cityplace .sylist .sytem .Sl .syxlist .syli.on {
  color: #e60012;
}

.cityplace .sylist .sytem .Sl .syxlist .syli.on span img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sl .syxlist .syli.on span img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sl .syxlist .syli:hover {
  color: #e60012;
}

.cityplace .sylist .sytem .Sl .syxlist .syli:hover span img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sl .syxlist .syli:hover span img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli span {
  width: 0.3rem;
  height: 0.3rem;
  top: calc(0.44rem - 0.28rem);
  left: 0.15rem;
  transform: translateY(-50%);
  display: block;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli span img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli span img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli.on {
  color: #e60012;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli.on span img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli.on span img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli:hover {
  color: #e60012;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli:hover span img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sl .syxlist.small .syli:hover span img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sr {
  width: calc(100% - 3.2rem);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

.cityplace .sylist .sytem .Sr .default {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.cityplace .sylist .sytem .Sr .default .smg {
  width: 100%;
  position: relative;
}

.cityplace .sylist .sytem .Sr .default .smg img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .default .smg .swem {
  position: absolute;
  left: 0;
  top: 0;
  width: 7.8rem;
  height: 7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cityplace .sylist .sytem .Sr .default .smg .swem .sw {
  width: 2.7rem;
  height: 2.7rem;
  cursor: pointer;
  border-radius: 50%;
}

.cityplace .sylist .sytem .Sr .default .smg .swem .sw:nth-child(1) {
  margin: 0 auto;
}

.cityplace .sylist .sytem .Sr .default .smg .swem .sw:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}

.cityplace .sylist .sytem .Sr .default .smg .swem .sw:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
}

.cityplace .sylist .sytem .Sr .default .sex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  width: 12rem;
}

.cityplace .sylist .sytem .Sr .default .sex .sel {
  width: 6rem;
  display: inline-block;
  vertical-align: middle;
}

.cityplace .sylist .sytem .Sr .default .sex .ser {
  width: 6rem;
  display: inline-block;
  vertical-align: middle;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .tip {
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #000;
  margin-bottom: 0.4rem;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli {
  margin-bottom: 0.2rem;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli .sit {
  width: 100%;
  margin-bottom: 0.1rem;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli .sit span {
  display: inline-block;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
  position: relative;
  top: 0;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli .sit span:hover {
  top: -0.1rem;
  box-shadow: 0 0 0.3rem -5px #777;
  box-shadow: 1.5px 10px -5px #03003e;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli .s1 {
  font-size: calc(12px - 0.12rem + 0.22rem);
  line-height: 1.5;
  color: #222222;
  margin-bottom: 0.1rem;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli .s2 {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #404040;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli:nth-child(1) .sit span {
  background-color: #f804d4;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli:nth-child(2) .sit span {
  background-color: #f91465;
}

.cityplace .sylist .sytem .Sr .default .sex .ser .serul .serli:nth-child(3) .sit span {
  background-color: #006bd6;
}

.cityplace .sylist .sytem .Sr .Sr-its {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item {
  width: 100%;
  position: relative;
  display: none;
  font-size: 0;
  background: #f9f9f9;
}

.cityplace .sylist .sytem .Sr .Sr-item .bmg {
  width: 100%;
}

.cityplace .sylist .sytem .Sr .Sr-item .bmg img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .gmg {
  width: 100%;
}

.cityplace .sylist .sytem .Sr .Sr-item .gmg img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .bmg.none {
  opacity: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .introduce {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 1rem 0;
  transform: translate(-50%, -50%);
  background: rgba(35, 35, 217, 0.8);
  padding: 0.7rem 0.9rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .introduce .tip {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.42rem);
  line-height: 1.3;
  margin-bottom: 0.4rem;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.cityplace .sylist .sytem .Sr .Sr-item .introduce .tip.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cityplace .sylist .sytem .Sr .Sr-item .introduce .inton {
  width: 100%;
  max-height: 4rem;
  overflow: auto;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
  text-align: center;
}

.cityplace .sylist .sytem .Sr .Sr-item .introduce .inton p {
  text-indent: 2em;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  color: #fff;
  margin-bottom: 0.2rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .introduce .inton.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cityplace .sylist .sytem .Sr .Sr-item .sril {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 11.06rem);
  text-align: center;
}

.cityplace .sylist .sytem .Sr .Sr-item .sril .tip {
  color: #e60012;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.cityplace .sylist .sytem .Sr .Sr-item .sril .tip.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cityplace .sylist .sytem .Sr .Sr-item .sril .srn {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.6;
  margin-bottom: 0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .sril .srn p {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.6;
  margin-bottom: 0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .srir {
  display: inline-block;
  vertical-align: middle;
  width: 10rem;
  width: 11.06rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .srir img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Stix {
  width: 100%;
  text-align: center;
  color: #e60012;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .Stixs {
  width: 100%;
}

.cityplace .sylist .sytem .Sr .Sr-item .Stixs .Stix {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .Stixs .Stix.on {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .xmg {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cityplace .sylist .sytem .Sr .Sr-item .xmg img {
  display: inline-block;
  width: auto;
}

.cityplace .sylist .sytem .Sr .Sr-item .syx {
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  padding: 0 0.3rem;
  margin: 0.25rem 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg {
  width: 12rem;
  position: relative;
  margin: 0.3rem auto;
  padding: 0.7rem 0  0.7rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .img {
  width: 4.6rem;
  margin: 0rem auto;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli {
  width: 3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli .li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.3;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fca300), to(#f80e00));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  transition: all ease 0.3s;
  position: relative;
  top: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli .li span {
  margin-left: 0.1rem;
  color: #e60012;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  transition: all ease 0.3s;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli .li:hover {
  transform: scale(1.1);
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(1) {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(2) {
  position: absolute;
  top: calc((100 / 400) * 100%);
  left: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(3) {
  position: absolute;
  top: calc((100 / 400) * 100%);
  right: 0;
  text-align: right;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(4) {
  position: absolute;
  top: calc((200 / 400) * 100%);
  left: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(5) {
  position: absolute;
  top: calc((200 / 400) * 100%);
  right: 0;
  text-align: right;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(6) {
  position: absolute;
  top: calc((290 / 400) * 100%);
  left: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(8) {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(9) {
  position: absolute;
  bottom: 0;
  left: 66%;
  transform: translateX(-50%);
}

.cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(7) {
  position: absolute;
  top: calc((290 / 400) * 100%);
  right: 0;
  text-align: right;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper {
  width: 14rem;
  margin: 0 auto 0.2rem;
  position: relative;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .int {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 22;
  transform: translateY(-50%);
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .int img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .int img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .int img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .int:hover img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .int:hover img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .il {
  left: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .ir {
  right: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .intswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper {
  margin: 0 0.3rem;
  position: relative;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all ease 0.3s;
  border: solid 0.06rem transparent;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .swiper-slide.on {
  border: solid 0.06rem red;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .inb {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  z-index: 25;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .inb img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .inb img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .inb img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .bl {
  left: 0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .inbswiper .br {
  right: 0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .swiper-slide {
  width: 100%;
  padding-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .swiper-slide .txt {
  width: 100%;
  text-align: center;
  color: #e60012;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  max-width: 10rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .bnt {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 22;
  transform: translateY(-50%);
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .bnt img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .bnt img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .bnt img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .bnt:hover img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .bnt:hover img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .bl {
  left: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brightiper .br {
  right: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper {
  width: 100%;
  position: relative;
  z-index: 30;
  bottom: 0;
  padding: 0.2rem 0.1rem;
  background: rgba(255, 255, 255, 0.7);
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all ease 0.3s;
  border: solid 0.06rem transparent;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .swiper-slide.on {
  border: solid 0.06rem red;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .bnb {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  z-index: 35;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .bnb img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .bnb img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .bnb img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .bnb:hover img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .bnb:hover img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .bl {
  left: 0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .Brighbiper .br {
  right: 0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration {
  width: 100%;
  position: relative;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .ix {
  width: 100%;
  text-align: center;
  min-width: 5rem;
  color: #e60012;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox {
  position: relative;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .inx {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem {
  cursor: pointer;
  text-align: center;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem .ixon {
  width: 0.65rem;
  height: 0.65rem;
  position: relative;
  top: 0;
  margin-bottom: 0.15rem;
  transition: all ease 0.3s;
  display: inline-block;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem .ixon img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem .ixt1 {
  color: #222;
  font-size: calc(12px - 0.12rem + 0.22rem);
  line-height: 2;
  margin-bottom: 0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem .ixt2 {
  color: #929498;
  font-size: calc(12px - 0.12rem + 0.15rem);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem:nth-child(1) {
  max-width: 3.6rem;
  min-width: 3.56rem;
  text-align: right;
  position: absolute;
  width: 3.56rem;
  right: 100%;
  /* transform: translateX(-50%); */
  top: 15%;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem:nth-child(2) {
  max-width: 3.6rem;
  min-width: 3.5rem;
  text-align: left;
  position: absolute;
  left: 100%;
  transform: translateX(0%);
  top: 15%;
}

.cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem:hover .ixon {
  top: -0.15rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .portrait {
  width: 100%;
  position: relative;
}

.cityplace .sylist .sytem .Sr .Sr-item .portrait .poxs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cityplace .sylist .sytem .Sr .Sr-item .portrait .poxs .ix {
  width: 100%;
  text-align: center;
  color: #e60012;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid {
  width: 100%;
  position: relative;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol .ix {
  width: 100%;
  text-align: center;
  color: #e60012;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx {
  width: 14.4rem;
  font-size: 0;
  margin: 0.3rem auto 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx .tml {
  width: 5.8rem;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  box-shadow: 0px 7px 32px 0px rgba(18, 18, 78, 0.13);
  position: relative;
  transition: all ease 0.3s;
  top: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx .tml img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx .tmr {
  width: calc(100% - 6.2rem);
  margin-left: 0.4rem;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  box-shadow: 0px 7px 32px 0px rgba(18, 18, 78, 0.13);
  position: relative;
  transition: all ease 0.3s;
  top: 0;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx .tmr img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx .tml:hover {
  top: -0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx .tmr:hover {
  top: -0.1rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .soxlist {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 35;
  left: 0;
  top: 0;
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .Sox {
  position: absolute;
  z-index: 30;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.cityplace .sylist .sytem .Sr .Sr-item .phback {
  width: 100%;
  font-size: 0;
  display: none;
  margin-top: 0.1rem;
  padding: 0 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .phback span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  font-weight: normal;
  line-height: 2.5;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback {
  position: absolute;
  cursor: pointer;
  z-index: 30;
  left: 0.8rem;
  bottom: 1.6rem;
  font-size: 0;
  padding: 0 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  font-weight: normal;
  line-height: 2.5;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0.05rem;
  top: -0.03rem;
  width: 0.16rem;
  height: 0.16rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback.white span {
  color: #fff;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback.white img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback.white img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback.lefx {
  left: 0.6rem;
  bottom: 0.9rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .coback.lefx.bot {
  left: 0.6rem;
  bottom: 0.2rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .soxem {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .soxem.on {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .szxem {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .szxem .intswiper {
  max-height: 4.8rem;
  width: 12rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .szxem .intswiper .il {
  left: -0.6rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .szxem .intswiper .ir {
  right: -0.6rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .szxem .inbswiper {
  margin: 0.2rem 0.3rem;
}

.cityplace .sylist .sytem .Sr .Sr-item .szxem.on {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item .ltxem {
  display: none;
}

.cityplace .sylist .sytem .Sr .Sr-item .ltxem.on {
  display: block;
}

.cityplace .sylist .sytem .Sr .Sr-item.on {
  display: block;
  font-weight: bold;
}

.cityplace .sylist .sytem .Sr .Briefnews {
  width: 100%;
  padding: 0.9rem 1rem 0;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.8rem;
  cursor: pointer;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .img {
  display: inline-block;
  vertical-align: middle;
  width: 3.5rem;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .bon {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4rem);
  margin-left: 0.5rem;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .bon .bit {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .bon .bit span {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.15rem;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .bon .bit span img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .bon .bix {
  width: 100%;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  max-height: 6em;
  margin: 0.2rem 0;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .bon .bix .bx {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs .bon .time {
  color: #999;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs:last-child {
  margin-bottom: 0;
}

.cityplace .sylist .sytem .Sr .Briefnews .briefs:hover .bon .bit {
  color: #e60012;
}

.cityplace .sylist .sytem .Sr .pages {
  width: 100%;
  font-size: 0;
  text-align: center;
  padding: 0.3rem 0;
}

.cityplace .sylist .sytem .Sr .pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.1rem;
  cursor: pointer;
}

.cityplace .sylist .sytem .Sr .pages .page a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 0.4rem;
  background: #fff;
  border-radius: 50%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #555;
}

.cityplace .sylist .sytem .Sr .pages .page.on a {
  background: #e60012;
  color: #fff;
}

.cityplace .sylist .sytem .Sr .newdetail {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 110%;
  height: auto;
  display: block;
  transform: translateX(100%);
  background: #f7f7f8;
  padding: 0.6rem 0.9rem 0.6rem;
  transition: all ease 0.3s;
  box-sizing: border-box;
}

.cityplace .sylist .sytem .Sr .newdetail .nit {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.3;
}

.cityplace .sylist .sytem .Sr .newdetail .nix {
  height: 4.6rem;
  max-height: 4.6rem;
  padding: 0.16rem 0;
  margin-bottom: 0.3rem;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  overflow: auto;
}

.cityplace .sylist .sytem .Sr .newdetail .nix p {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin-bottom: 0.15rem;
}

.cityplace .sylist .sytem .Sr .newdetail .time {
  padding-top: 0.2rem;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.3;
}

.cityplace .sylist .sytem .Sr .newdetail .time span {
  margin-right: 0.2rem;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.3;
}

.cityplace .sylist .sytem .Sr .newdetail .share {
  font-size: 0;
  text-align: right;
  padding: 0rem 0 0.1rem;
}

.cityplace .sylist .sytem .Sr .newdetail .share span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.3;
}

.cityplace .sylist .sytem .Sr .newdetail .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.21rem;
  height: 0.21rem;
  margin: 0 0.04rem;
}

.cityplace .sylist .sytem .Sr .newdetail .share a img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .newdetail .contorl {
  width: 100%;
  font-size: 0;
}

.cityplace .sylist .sytem .Sr .newdetail .contorl .col {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.cityplace .sylist .sytem .Sr .newdetail .contorl .col .ctn {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin-bottom: 0.1rem;
}

.cityplace .sylist .sytem .Sr .newdetail .contorl .cor {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.cityplace .sylist .sytem .Sr .newdetail .contorl .cor .btn {
  width: 2rem;
  display: inline-block;
  margin: 0.2rem 0rem;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 0.4rem;
  text-align: center;
  cursor: pointer;
  background-color: #fafafa;
  border: solid 1px #eeeeee;
}

.cityplace .sylist .sytem .Sr .newdetail .contorl .cor .btn span {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.cityplace .sylist .sytem .Sr .newdetail .contorl .cor .btn span img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .newdetail.show {
  transform: translateX(0);
  left: 0;
}

.cityplace .sylist .sytem .Sr .Brightiper {
  width: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Brightiper .swiper-slide {
  width: 100%;
  padding-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.cityplace .sylist .sytem .Sr .Brightiper .swiper-slide .txt {
  width: 100%;
  text-align: center;
  color: #e60012;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.cityplace .sylist .sytem .Sr .Brightiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  max-width: 10rem;
}

.cityplace .sylist .sytem .Sr .Brightiper .bnt {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 22;
  transform: translateY(-50%);
}

.cityplace .sylist .sytem .Sr .Brightiper .bnt img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Brightiper .bnt img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Brightiper .bnt img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Brightiper .bnt:hover img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Brightiper .bnt:hover img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Brightiper .bl {
  left: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Brightiper .br {
  right: 0.3rem;
}

.cityplace .sylist .sytem .Sr .Brighbiper {
  width: 100%;
  position: relative;
  z-index: 30;
  bottom: 0;
  padding: 0.2rem 0.1rem;
  background: rgba(255, 255, 255, 0.7);
}

.cityplace .sylist .sytem .Sr .Brighbiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all ease 0.3s;
  border: solid 0.06rem transparent;
}

.cityplace .sylist .sytem .Sr .Brighbiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Brighbiper .swiper-slide.on {
  border: solid 0.06rem red;
}

.cityplace .sylist .sytem .Sr .Brighbiper .bnb {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  z-index: 35;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.cityplace .sylist .sytem .Sr .Brighbiper .bnb img {
  width: 100%;
  height: 100%;
  display: block;
}

.cityplace .sylist .sytem .Sr .Brighbiper .bnb img:first-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Brighbiper .bnb img:last-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Brighbiper .bnb:hover img:first-child {
  display: none;
}

.cityplace .sylist .sytem .Sr .Brighbiper .bnb:hover img:last-child {
  display: block;
}

.cityplace .sylist .sytem .Sr .Brighbiper .bl {
  left: 0.1rem;
}

.cityplace .sylist .sytem .Sr .Brighbiper .br {
  right: 0.1rem;
}

.cityplace .sylist .sytem .subscript {
  position: absolute;
  bottom: 0.5rem;
  width: 3.15rem;
  padding: 0 0.4rem;
  font-size: 0;
}

.cityplace .sylist .sytem .subscript .now {
  display: inline-block;
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #e60012;
}

.cityplace .sylist .sytem .subscript .lix {
  display: inline-block;
  font-size: calc(12px - 0.12rem + 0.12rem);
  color: #666;
}

.cityplace .sylist .sytem .subscript .count {
  display: inline-block;
  font-size: calc(12px - 0.12rem + 0.12rem);
  color: #666;
}

.cityplace .sylist .sytem.on {
  opacity: 1;
  position: absolute;
  z-index: 22;
  left: 0;
}

.cityplace .sylist .sytem.kback .Sl .Sltop .tip {
  cursor: pointer;
}

.cityplace .sylist .sytem.nback .Sl .Sltop .tip {
  cursor: pointer;
}

.cityplace .sylist.show {
  left: 0;
}

@media (max-width: 900px) {
  .cityplace .cplist {
    display: none;
  }
  .cityplace .cplist .cp-item {
    height: 0.7rem;
  }
  .cityplace .cplist .cp-item .drop {
    display: none;
  }
  .cityplace .cplist .cp-item .drop .tc {
    top: 0.3rem;
  }
  .cityplace .cplist .cp-item .cbem {
    display: none;
  }
  .cityplace .cplist .cp-item .tipx {
    display: none;
  }
  .cityplace .cplist .cp-item .bim {
    display: none;
  }
  .cityplace .cplist .cp-item .ctem a {
    font-size: calc(12px - 0.12rem + 0.12rem);
  }
  .cityplace .cplist .cp-item.on .bim {
    display: none;
  }
  .cityplace .cplist .cp-item.on .drop {
    top: 0;
  }
  .cityplace .cplisiper {
    width: 100%;
    display: block;
    background: #fff;
    border-bottom: solid 0.09rem #e60012;
    position: relative;
  }
  .cityplace .cplisiper .swiper-container {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .cityplace .cplisiper .swiper-slide {
    width: auto;
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #e60012;
    line-height: 0.7rem;
    text-align: center;
    position: relative;
    width: auto;
    padding: 0 0.3rem;
  }
  .cityplace .cplisiper .swiper-slide:after {
    position: absolute;
    content: ' ';
    left: calc(50% - 0.12rem);
    bottom: 0rem;
    width: 0;
    height: 0;
    border: solid 0.12rem;
    border-color: transparent transparent #e60012 transparent;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cityplace .cplisiper .swiper-slide.on:after {
    opacity: 1;
  }
  .cityplace .cplisiper .cnb {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .cityplace .cplisiper .cnb img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .cityplace .cplisiper .cnb img:first-child {
    display: block;
  }
  .cityplace .cplisiper .cnb img:last-child {
    display: none;
  }
  .cityplace .cplisiper .cnb:hover img:first-child {
    display: none;
  }
  .cityplace .cplisiper .cnb:hover img:last-child {
    display: block;
  }
  .cityplace .cplisiper .bl {
    left: 0;
  }
  .cityplace .cplisiper .br {
    right: 0;
  }
  .cityplace .cpimgiper {
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
  }
  .cityplace .cpimgiper .swiper-slide {
    width: 100%;
  }
  .cityplace .cpimgiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .cityplace .sylist {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .cityplace .sylist .sytem {
    position: absolute;
  }
  .cityplace .sylist .sytem .Sl {
    width: 100%;
    padding: 0.4rem;
    padding: 0.2rem;
  }
  .cityplace .sylist .sytem .Sl .Sltop .img {
    display: none;
  }
  .cityplace .sylist .sytem .Sl .Sltop .tip {
    margin-bottom: 0.3rem;
    display: none;
  }
  .cityplace .sylist .sytem .Sl .syxlist.small .syli span {
    top: 0.26rem;
  }
  .cityplace .sylist .sytem .Sl .syxlist.small .syli i {
    display: inline-block;
  }
  .cityplace .sylist .sytem .Sr {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-its {
    position: relative;
  }
  .cityplace .sylist .sytem .Sr .Sr-item {
    background-position: center;
    background-size: cover;
    padding: 0.001rem 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .introduce {
    width: 90%;
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    padding: 0.3rem;
    margin: 0.3rem 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .introduce .inton {
    max-height: 100%;
    height: auto;
    font-size: calc(12px - 0.12rem + 0.16rem);
  }
  .cityplace .sylist .sytem .Sr .Sr-item .introduce .inton p {
    font-size: calc(12px - 0.12rem + 0.16rem);
    line-height: 1.8;
    margin-bottom: 0.15rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .introduce .tip {
    font-size: calc(12px - 0.12rem + 0.2rem);
    margin-bottom: 0.2rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .bmg {
    display: none;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .sril {
    width: 100%;
    padding: 0.15rem 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .sril .tip {
    display: none;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .srir {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .Sox {
    position: relative;
    padding: 0.3rem 0;
    top: 0;
    transform: translateY(0);
  }
  .cityplace .sylist .sytem .Sr .Sr-item .intswiper {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .inbswiper .inb {
    width: 0.48rem;
    height: 0.48rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .Brighbiper {
    position: relative;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .syx {
    padding: 0 0.2rem;
    font-size: 14px;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg {
    width: 94%;
    padding: 0.7rem 0 1rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg .img {
    width: 5.6rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli {
    width: 2.2rem;
    font-size: calc(12px - 0.12rem + 0.12rem);
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli .li {
    font-size: calc(12px - 0.12rem + 0.14rem);
    -webkit-line-clamp: 2;
    text-align: center;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli .li span {
    font-size: calc(12px - 0.12rem + 0.12rem);
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(3) {
    width: 1.9rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(4) {
    width: 1.9rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(6) {
    width: 1.6rem;
    top: calc((320 / 400) * 100%);
  }
  .cityplace .sylist .sytem .Sr .Sr-item .semg .numul .numli:nth-child(9) {
    width: 1.3rem;
    width: auto;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .Stix {
    padding: 0 0.2rem;
    font-size: 20px;
    margin-bottom: 0.1rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    padding: 0.15rem 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .inx {
    display: none;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem:nth-child(1) {
    width: 100%;
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 0;
    text-align: center;
    max-width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .iox .ioxlist .ioxem:nth-child(2) {
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 0;
    text-align: center;
    max-width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .integration .ioxs .ix {
    display: none;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .portrait .poxs {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    padding: 0.15rem 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .portrait .poxs .ix {
    display: none;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .solid {
    padding: 0 0.15rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .solid .sol {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    padding: 0.15rem 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .solid .sol .ix {
    font-size: calc(12px - 0.12rem + 0.3rem);
  }
  .cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx {
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx .tml {
    width: calc((580 / 1440) * 100%);
    margin-bottom: 0.2rem;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .solid .sol .temx .tmr {
    width: 100%;
    width: calc((820 / 1440) * 100%);
    margin-left: calc((40 / 1440) * 100%);
  }
  .cityplace .sylist .sytem .Sr .Sr-item .coback {
    display: none;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .phback {
    display: block;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .soxem .intswiper {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .soxem .inbswiper {
    width: 100%;
    margin: 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .szxem .intswiper {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .szxem .intswiper .il {
    left: 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .szxem .intswiper .ir {
    right: 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .szxem .inbswiper {
    width: 100%;
    margin: 0;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .ltxem .intswiper {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Sr-item .ltxem .inbswiper {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .default {
    display: none;
  }
  .cityplace .sylist .sytem .Sr .default .smg.swyt .swem {
    width: calc((780 / 1615) * 100%);
    height: calc((700 / 1615) * 100vw);
  }
  .cityplace .sylist .sytem .Sr .default .smg.swyt .swem .sw {
    width: 33%;
    height: calc((270 / 1615) * 100vw);
  }
  .cityplace .sylist .sytem .Sr .default .sex {
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: calc((1200 / 1615) * 100%);
    width: 90%;
  }
  .cityplace .sylist .sytem .Sr .default .sex .sel {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .cityplace .sylist .sytem .Sr .default .sex .ser {
    width: 100%;
    padding-bottom: 0.2rem;
  }
  .cityplace .sylist .sytem .Sr .default .smg {
    display: none;
  }
  .cityplace .sylist .sytem .Sr .newdetail {
    padding: 0.3rem;
    height: 110%;
  }
  .cityplace .sylist .sytem .Sr .newdetail .time {
    margin-bottom: 0.25rem;
  }
  .cityplace .sylist .sytem .Sr .newdetail .share a {
    width: 0.32rem;
    height: 0.32rem;
  }
  .cityplace .sylist .sytem .Sr .newdetail .nix {
    height: auto;
    max-height: 66%;
  }
  .cityplace .sylist .sytem .Sr .Briefnews {
    padding: 0 0.3rem 0.3rem;
  }
  .cityplace .sylist .sytem.on {
    opacity: 1;
    position: relative;
    z-index: 22;
    left: 0;
  }
}

@media (max-width: 800px) {
  .cityplace .sylist .sytem .Sr .Briefnews {
    padding: 0 0.3rem 0.3rem;
  }
  .cityplace .sylist .sytem .Sr .Briefnews .briefs {
    margin-bottom: 0.3rem;
  }
  .cityplace .sylist .sytem .Sr .Briefnews .briefs .img {
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Briefnews .briefs .bon {
    margin-top: 0.2rem;
    margin-left: 0;
    width: 100%;
  }
  .cityplace .sylist .sytem .Sr .Briefnews .briefs .bon .bix {
    max-height: 100%;
    height: 6em;
    overflow: hidden;
  }
}

@media (max-width: 400px) {
  .cityplace .sylist {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .cityplace .sylist .sytem .Sr .newdetail .nix {
    height: auto;
    max-height: 60%;
  }
}

.Caseclass {
  width: 100%;
  font-size: 0;
  background: #f3f3f3;
}

.Caseclass .Cl {
  float: left;
  padding: 0.4rem 0 0.4rem 0.4rem;
  display: inline-block;
  width: 3.15rem;
}

.Caseclass .Cl .Cltop {
  width: 100%;
}

.Caseclass .Cl .Cltop .img {
  margin-bottom: 0.15rem;
}

.Caseclass .Cl .Cltop .img img {
  width: auto;
  display: block;
}

.Caseclass .Cl .Cltop .tip {
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #2323d9;
  margin-bottom: 0.9rem;
  cursor: pointer;
  transition: all ease 0.3s;
}

.Caseclass .Cl .Cltop .tip:hover {
  transform: scale(1.06);
}

.Caseclass .Cl .Cllist {
  width: 100%;
  height: 5.4rem;
}

.Caseclass .Cl .Cllist .Cltem {
  width: 100%;
  margin-bottom: 0.7rem;
}

.Caseclass .Cl .Cllist .Cltem .ertop {
  width: 100%;
  font-size: 0;
}

.Caseclass .Cl .Cllist .Cltem .ertop .icon {
  display: inline-block;
  vertical-align: top;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #2323d9;
  margin-right: 0.12rem;
  position: relative;
}

.Caseclass .Cl .Cllist .Cltem .ertop .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.Caseclass .Cl .Cllist .Cltem .ertop .itx {
  width: calc(100% - 0.42rem);
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #2323d9;
  line-height: 1.3;
}

.Caseclass .Cl .Cllist .Cltem .thlist {
  width: 100%;
}

.Caseclass .Cl .Cllist .Cltem .thlist .thli {
  cursor: pointer;
  line-height: 1.3;
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #2323d9;
  margin: 0.12rem 0;
  padding-left: 0.62rem;
  font-weight: bold;
}

.Caseclass .Cl .Cllist .Cltem .thlist .thli span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  width: 0.1rem;
  height: 3px;
  background: #2323d9;
  margin-right: 0.05rem;
}

.Caseclass .Cl .Cllist .Cltem .thlist .thli.on {
  color: #e60012;
}

.Caseclass .Cl .Cllist .Cltem .thlist .thli.on span {
  background: #e60012;
}

.Caseclass .Cl .Cllist .Cltem .thlist .thli:hover {
  color: #e60012;
}

.Caseclass .Cl .Cllist .Cltem .thlist .thli:hover span {
  background: #e60012;
}

.Caseclass .Cl .Cllist .Cltem.on .ertop .icon {
  background: #e60012;
}

.Caseclass .Cl .Cllist .Cltem.on .ertop .itx {
  color: #e60012;
}

.Caseclass .Cl .Cllist .Cltem.on .ertop .icon:after {
  display: block;
}

.Caseclass .Cl .phcllist {
  width: 100%;
  display: none;
}

.Caseclass .Cr {
  float: right;
  width: calc(100% - 3.15rem);
  background: #fff;
}

.Caseclass .Cr .Crtem {
  width: 100%;
  display: none;
}

.Caseclass .Cr .Crtem .Crtems {
  width: 100%;
  display: none;
}

.Caseclass .Cr .Crtem .Crtems .Cml {
  display: inline-block;
  vertical-align: top;
  width: 11.70rem;
  padding: 1rem 0.6rem 1rem 0.8rem;
}

.Caseclass .Cr .Crtem .Crtems .Cml .Cmtem {
  width: 100%;
  position: relative;
  display: none;
}

.Caseclass .Cr .Crtem .Crtems .Cml .Cmtem .img {
  width: 100%;
  height: 5.1rem;
  display: block;
}

.Caseclass .Cr .Crtem .Crtems .Cml .Cmtem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Caseclass .Cr .Crtem .Crtems .Cml .tcon {
  position: relative;
  width: 100%;
  bottom: 0;
  padding: 0.5rem 0.7rem;
  background: rgba(35, 35, 217, 0.9);
}

.Caseclass .Cr .Crtem .Crtems .Cml .tcon .t1 {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.Caseclass .Cr .Crtem .Crtems .Cml .tcon .t2 {
  font-size: calc(12px - 0.12rem + 0.12rem);
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #fff;
  line-height: 1.4;
}

.Caseclass .Cr .Crtem .Crtems .Cml .tcon .t2 p {
  font-size: calc(12px - 0.12rem + 0.12rem);
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #fff;
  line-height: 1.4;
}

.Caseclass .Cr .Crtem .Crtems .Cml .Cmtem.on {
  display: block;
}

.Caseclass .Cr .Crtem .Crtems .Cmr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 7.35rem;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.1rem;
  width: calc(100% - 11.7rem);
}

.Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem {
  width: 32%;
  height: 1.14rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 0.1rem;
  background-position: center;
  background-size: cover;
  transition: all ease 0.3s;
  top: 0;
}

.Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem .img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem .bor {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 0.05rem #e60012;
  display: none;
}

.Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem:nth-child(3n) {
  margin-right: 0;
}

.Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem.on .bor {
  display: block;
}

.Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem:hover {
  top: -0.05rem;
}

.Caseclass .Cr .Crtem .Crtems.on {
  display: block;
}

.Caseclass .Cr .Crtem.on {
  display: block;
}

.bannermap {
  width: 100%;
  position: relative;
}

.bannermap .img {
  width: 100%;
}

.bannermap .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.bannermap .tox {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: calc((220 / 1920) * 100%);
  transform: translateY(-50%);
}

.bannermap .tox .tt {
  width: 100%;
}

.bannermap .tox .tt p {
  font-size: calc(12px - 0.12rem + 0.44rem);
  color: white;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  text-shadow: 1.5px 2.598px 5px #03003e;
}

.bannermap .pox {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  top: 1.6rem;
}

.bannermap .pox .tt {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.5rem);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  text-shadow: 0.5px 0.866px 6px #030043;
}

.bannermap .pox .tt p {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.5rem);
  color: white;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0.5px 0.866px 6px #030043;
}

@media (max-width: 900px) {
  .Caseclass {
    width: 100%;
  }
  .Caseclass .Cl {
    padding: 0.3rem;
    width: 100%;
  }
  .Caseclass .Cl .Cltop .img {
    display: none;
  }
  .Caseclass .Cl .Cltop .tip {
    margin-bottom: 0.3rem;
  }
  .Caseclass .Cl .Cllist {
    width: 100%;
    font-size: 0;
    display: none;
  }
  .Caseclass .Cl .phcllist {
    width: 100%;
    display: block;
  }
  .Caseclass .Cl .phcllist .phcem {
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  .Caseclass .Cl .phcllist .phcem .phtitle {
    width: 100%;
    font-size: calc(12px - 0.12rem + 0.2rem);
    color: #2323d9;
    font-weight: bold;
    line-height: 3;
    padding: 0 0.2rem;
    position: relative;
    cursor: pointer;
  }
  .Caseclass .Cl .phcllist .phcem .phtitle span {
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    transition: all ease 0.3s;
  }
  .Caseclass .Cl .phcllist .phcem .phtitle span img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .Caseclass .Cl .phcllist .phcem .phthlis {
    width: 100%;
    display: none;
  }
  .Caseclass .Cl .phcllist .phcem .phthlis .phli {
    width: 100%;
    font-size: calc(12px - 0.12rem + 0.14rem);
    color: #2323d9;
    line-height: 2;
    cursor: pointer;
    padding: 0 0.5rem;
  }
  .Caseclass .Cl .phcllist .phcem .phthlis .phli:hover {
    color: #e60012;
  }
  .Caseclass .Cl .phcllist .phcem .phthlis .phli.on {
    color: #e60012;
  }
  .Caseclass .Cl .phcllist .phcem.show .phtitle {
    color: #e60012;
  }
  .Caseclass .Cl .phcllist .phcem.show .phtitle span {
    transform: rotate(180deg);
  }
  .Caseclass .Cr {
    width: 100%;
  }
  .Caseclass .Cr .Crtem {
    width: 100%;
  }
  .Caseclass .Cr .Crtem .Crtems {
    width: 100%;
  }
  .Caseclass .Cr .Crtem .Crtems .Cml {
    width: 100%;
    padding: 0;
  }
  .Caseclass .Cr .Crtem .Crtems .Cml .Cmtem {
    width: 100%;
    height: auto;
  }
  .Caseclass .Cr .Crtem .Crtems .Cml .Cmtem .img {
    height: auto;
  }
  .Caseclass .Cr .Crtem .Crtems .Cml .tcon .t1 {
    font-size: calc(12px - 0.12rem + 0.18rem);
  }
  .Caseclass .Cr .Crtem .Crtems .Cml .tcon .t2 {
    font-size: calc(12px - 0.12rem + 0.12rem);
  }
  .Caseclass .Cr .Crtem .Crtems .Cmr {
    width: 100%;
    margin: 0;
    height: 3.3rem;
    text-align: center;
    padding: 0.2rem 0 0.2rem 0rem;
  }
  .Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist {
    width: 100%;
  }
  .Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem {
    width: 1.36rem;
    height: 1.36rem;
    margin-right: 0.15rem;
  }
  .Caseclass .Cr .Crtem .Crtems .Cmr .Cmrlist .Cmrtem:nth-child(3n) {
    margin-right: 0.15rem;
  }
  .bannermap .tox {
    width: 4rem;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
  }
  .bannermap .tox .tt {
    font-size: calc(12px - 0.12rem + 0.18rem);
  }
  .bannermap .tox .tt p {
    font-size: calc(12px - 0.12rem + 0.18rem);
    line-height: 1.3;
  }
  .bannermap .pox {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bannermap .pox .tt {
    font-size: calc(12px - 0.12rem + 0.18rem);
  }
  .bannermap .pox .tt p {
    font-size: calc(12px - 0.12rem + 0.18rem);
    line-height: 1.8;
  }
}

@media (max-width: 360px) {
  .login .loginbox {
    width: 90%;
    padding-top: 2.7rem;
    padding-bottom: 1rem;
  }
  .login .loginbox .tip {
    margin-bottom: 0.3rem;
  }
  .login .loginbox .formx .input {
    margin-bottom: 0.35rem;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: calc(100vw / 1920 * 100);
  }
}

@media (max-width: 900px) {
  html {
    font-size: calc(900px / 1920 * 100);
  }
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.65);
}

/* 动画特效 */
.teaser {
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.teaser.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lefter {
  opacity: 0;
  transform: translate3d(-35%, 35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.lefter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.righter {
  opacity: 0;
  transform: translate3d(35%, 35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.righter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.downer {
  opacity: 0;
  transform: translate3d(0, -35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.downer.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lter {
  opacity: 0;
  transform: translate3d(-35%, 0, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.lter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rter {
  opacity: 0;
  transform: translate3d(35%, 0, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.rter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay2 {
  transition-delay: 0.2s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay6 {
  transition-delay: 0.6s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay10 {
  transition-delay: 1s;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 1;
}
