.icon {
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
html,
body {
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #3da8f5;
  text-decoration: none;
}
button,
input,
area {
  border: none;
  -webkit-appearance: none;
}
button:focus,
input:focus,
area:focus {
  outline: none;
}
button {
  border: none;
  background-color: transparent;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h3 {
  margin: 0;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.scale-box {
  overflow: hidden;
}
.scale-box div,
.scale-box img {
  transition: 0.4s;
}
.scale-box:hover div,
.scale-box:hover img {
  transform: scale(1.05);
}
.is-lazy {
  background-color: #ccc;
  opacity: 0.3;
  transition: 0.5s;
}
.is-show {
  opacity: 1;
  transition: 0.5s;
}
.amap-info-content {
  padding-right: 40px !important;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.amap-info-close {
  right: 10px !important;
}
.amap-copyright {
  opacity: 0;
}
.amap-logo {
  display: none !important;
}
.text-top {
  font-size: 16px;
}
.text-bottom {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .mobile-bottom-bg {
    background: url('/images/dynamic/activity/mobile-detail-bg.png') no-repeat;
    background-position: bottom;
    background-size: 10rem 2.6rem;
    padding: 0 0 2.4rem 0;
  }
  body {
    width: 10rem;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.flex-layout {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .nav-wrap {
    height: 100px;
    line-height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
    transition: 1s;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .nav-wrap .nav {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1050px;
    margin: 0 auto;
    text-align: center;
  }
  .nav-wrap .nav > .mobile-menu {
    display: none;
  }
  .nav-wrap .nav .mobile_laungue,
  .nav-wrap .nav .mobile_search {
    display: none;
  }
  .nav-wrap .nav .logo {
    margin-right: 20px;
  }
  .nav-wrap .nav .logo > img {
    vertical-align: middle;
    cursor: pointer;
  }
  .nav-wrap .nav .mobile-menu-header {
    display: none;
  }
  .nav-wrap .nav .nav-list .link-list {
    display: flex;
    height: 70px;
  }
  .nav-wrap .nav .nav-list .link-list .link-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 80px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
  }
  .nav-wrap .nav .nav-list .link-list .link-item:hover > a {
    color: #CB9D61;
  }
  .nav-wrap .nav .nav-list .link-list .link-item > a {
    text-align: center;
    margin-top: 17px;
    margin-bottom: 30px;
    float: left;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    transition: 0.3s;
    white-space: nowrap;
    position: relative;
  }
  .nav-wrap .nav .nav-list .link-list .link-item > a:after {
    content: '';
    position: absolute;
    left: -14px;
    top: -10px;
    width: 100%;
    height: 60px;
  }
  .nav-wrap .nav .nav-list .link-list .link-item > span {
    float: left;
    width: 100%;
    transition: 0.3s;
    height: 6px;
    transform: translateY(-9px);
    opacity: 0;
  }
  .nav-wrap .nav .nav-list .link-list .link-active > a {
    color: #CB9D61;
  }
  .nav-wrap .nav .nav-list .link-list .link-active > span {
    background-color: #CB9D61;
    width: 100%;
    height: 6px;
    opacity: 1;
  }
  .nav-wrap .nav .nav-list .link-list .link-active-arrow > a {
    color: #CB9D61;
  }
  .nav-wrap .nav .nav-list .link-list .link-active-arrow > span {
    width: 100%;
    transform: translateY(-9px);
    height: 6px;
    background-color: #CB9D61;
    opacity: 1;
    position: relative;
  }
  .nav-wrap .nav .nav-list .link-list .link-active-arrow > span:after {
    border: 8px solid #CB9D61;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    bottom: -6px;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: translateX(-50%) rotateZ(45deg);
  }
  .nav-wrap .nav .item-list {
    position: absolute;
    top: 68px;
    min-width: 100%;
    padding-right: 15px;
    text-align: center;
    line-height: 40px;
    z-index: 200;
    transition: 0.4s;
    height: 0;
    overflow: hidden;
    background-color: #fff;
  }
  .nav-wrap .nav .item-list .item-list-header {
    display: none;
  }
  .nav-wrap .nav .item-list .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BABABA;
    text-align: center;
    padding: 0 20px 0 0;
    height: 34px;
    text-align: left;
    white-space: nowrap;
  }
  .nav-wrap .nav .item-list .item:hover > a {
    color: #CB9D61;
  }
  .nav-wrap .nav .item-list .item:hover > span {
    background: url('/images/home/nav-decorate-active.png') no-repeat;
    background-size: 10px 10px;
  }
  .nav-wrap .nav .item-list .item > a {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333330;
    line-height: 20px;
    margin-left: 4px;
  }
  .nav-wrap .nav .item-list .item > span {
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    background: url('/images/home/nav-decorate.png') no-repeat;
    background-size: 10px 10px;
    margin: 0px 0 0 6px;
  }
  .nav-wrap .nav .item-list > .item-active > a {
    color: #CB9D61;
  }
  .nav-wrap .nav .item-list > .item-active > span {
    background: url('/images/home/nav-decorate-active.png') no-repeat;
    background-size: 10px 10px;
  }
  .nav-wrap .nav .item-list .item-hover {
    padding: 7px 15px;
    height: auto;
  }
  .nav-wrap .nav .item-active {
    opacity: 1;
  }
  .nav-wrap .header-func {
    margin-top: 17px;
    display: flex;
    justify-content: flex-end;
    padding-right: 17px;
  }
  .nav-wrap .header-func .tel {
    height: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
  }
  .nav-wrap .header-func .tel > .svg {
    width: 11px;
    height: 11px;
    transform: translateY(-1px);
    margin-right: 3px;
  }
  .nav-wrap .header-func .language {
    position: relative;
    padding-left: 19px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
    height: 14px;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    cursor: pointer;
  }
  .nav-wrap .header-func .language:hover .language-item_hidden {
    transition: all 0.35s ease;
    height: 64px;
  }
  .nav-wrap .header-func .language > .svg {
    width: 12px;
    height: 7px;
    transform: translateY(-4px);
    margin-left: 2px;
  }
  .nav-wrap .header-func .language .language-item_hidden {
    height: 0px;
    transition: all 0.35s ease;
  }
  .nav-wrap .header-func .language .language-item {
    position: absolute;
    top: 18px;
    left: 10px;
    min-width: 100%;
    padding: 0  10px;
    text-align: center;
    z-index: 200;
    transition: 0.4s;
    overflow: hidden;
    background-color: #fff;
    font-size: 14px;
    font-variant: initial;
    border-radius: 2px;
    outline: none;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
  }
  .nav-wrap .header-func .language .language-item li {
    border-bottom: 1px solid #BABABA;
    text-align: center;
    padding: 10px 0;
    height: 32px;
    text-align: left;
    white-space: nowrap;
    color: #000;
  }
  .nav-wrap .header-func .language .language-item li:hover {
    color: #CB9D61;
  }
  .nav-wrap .header-active .tel,
  .nav-wrap .header-active .language {
    color: #333;
  }
  .nav-wrap .header-active .language,
  .nav-wrap .header-active .search {
    border-left: 1px solid #787878;
  }
  .nav-wrap .search {
    position: relative;
    padding-left: 19px;
    margin-left: 20px;
    line-height: 14px;
    height: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    cursor: pointer;
  }
  .nav-wrap .search .search-img {
    width: 14px;
    height: 15px;
  }
  .nav-light {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .nav-light .link-item a {
    color: #000;
  }
  .nav-dark {
    background-color: rgba(51, 51, 51, 0.7);
  }
  .nav-dark .link-item a {
    color: #fff;
  }
  .nav-dark-scroll {
    background-color: rgba(51, 51, 51, 0.7);
  }
  .nav-light-scroll {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  body,
  html {
    width: 100%;
  }
  .nav-wrap {
    height: 1.2rem;
    line-height: 1.2rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
  }
  .nav-wrap .nav,
  .nav-wrap .mobile-menu-header {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .nav-wrap .nav > .mobile-menu,
  .nav-wrap .mobile-menu-header > .mobile-menu {
    float: left;
    height: 100%;
    margin-left: 0.533333rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-wrap .nav > .mobile-menu > img,
  .nav-wrap .mobile-menu-header > .mobile-menu > img {
    width: 0.746667rem;
    height: 0.373333rem;
  }
  .nav-wrap .nav > .logo,
  .nav-wrap .mobile-menu-header > .logo {
    text-align: center;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .nav-wrap .nav > .logo > img,
  .nav-wrap .mobile-menu-header > .logo > img {
    width: 2.133333rem;
    height: 0.533333rem;
    transform: translateX(-0.533333rem);
  }
  .nav-wrap .nav > .logo .mobile_laungue,
  .nav-wrap .mobile-menu-header > .logo .mobile_laungue {
    display: block;
  }
  .nav-wrap .nav .nav-list,
  .nav-wrap .mobile-menu-header .nav-list {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url('/images/home/mobile-nav-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 0.48rem 0.72rem 0 0.746667rem;
    transition: 0.4s;
  }
  .nav-wrap .nav .nav-list .mobile-menu-header,
  .nav-wrap .mobile-menu-header .nav-list .mobile-menu-header {
    height: 1.44rem;
    line-height: 1.44rem;
    border-bottom: 0.013333rem #FFFFFF solid;
  }
  .nav-wrap .nav .nav-list .mobile-menu-header > .mobile-menu,
  .nav-wrap .mobile-menu-header .nav-list .mobile-menu-header > .mobile-menu {
    margin-left: 0.266667rem;
  }
  .nav-wrap .nav .nav-list .link-list .link-item,
  .nav-wrap .mobile-menu-header .nav-list .link-list .link-item {
    height: 1.093333rem;
    line-height: 1.093333rem;
    position: relative;
    border-bottom: 0.013333rem #FFFFFF solid;
    text-indent: 0.266667rem;
  }
  .nav-wrap .nav .nav-list .link-list .link-item > a,
  .nav-wrap .mobile-menu-header .nav-list .link-list .link-item > a {
    display: block;
    height: 1.093333rem;
    line-height: 1.093333rem;
    font-size: 0.426667rem;
    color: #fff;
  }
  .nav-wrap .nav .nav-list .link-list .mobile-arrow:after,
  .nav-wrap .mobile-menu-header .nav-list .link-list .mobile-arrow:after {
    content: '';
    width: 0.173333rem;
    height: 0.32rem;
    position: absolute;
    top: 0.373333rem;
    right: 0.293333rem;
    background: url('/images/home/mobile-nav-arrow.png') no-repeat;
    background-size: 100% 100%;
  }
  .nav-wrap .nav .nav-list-actice,
  .nav-wrap .mobile-menu-header .nav-list-actice {
    transform: translateX(100%);
  }
  .nav-wrap .nav .item-list,
  .nav-wrap .mobile-menu-header .item-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    transition: 0.4s;
    transform: translateX(-200vw);
    z-index: 210;
    background: url('/images/home/mobile-nav-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 0.48rem 0.72rem 0 0.746667rem !important;
  }
  .nav-wrap .nav .item-list > .item-list-header,
  .nav-wrap .mobile-menu-header .item-list > .item-list-header {
    text-align: center;
    color: #fff;
    font-size: 0.426667rem;
    height: 1.013333rem;
    border-bottom: 0.013333rem #FFFFFF solid;
    line-height: 1.013333rem;
  }
  .nav-wrap .nav .item-list > .item-list-header > img,
  .nav-wrap .mobile-menu-header .item-list > .item-list-header > img {
    transform: rotateZ(180deg) translateY(-0.226667rem) translateX(-0.133333rem);
    height: 0.426667rem;
    float: left;
  }
  .nav-wrap .nav .item-list > .item-list-header > span,
  .nav-wrap .mobile-menu-header .item-list > .item-list-header > span {
    display: inline-block;
    height: 1.013333rem;
    line-height: 1.013333rem;
    transform: translateX(-0.273333rem);
  }
  .nav-wrap .nav .item-list .item,
  .nav-wrap .mobile-menu-header .item-list .item {
    width: 100%;
    height: 1.093333rem;
    line-height: 1.093333rem;
    position: relative;
    border-bottom: 0.013333rem #FFFFFF solid;
    text-indent: 0.266667rem;
  }
  .nav-wrap .nav .item-list .item > a,
  .nav-wrap .mobile-menu-header .item-list .item > a {
    display: block;
    font-size: 0.426667rem;
    color: #fff;
    height: 1.093333rem;
    line-height: 1.093333rem;
  }
  .nav-wrap .nav .item-list > .item-active > a,
  .nav-wrap .mobile-menu-header .item-list > .item-active > a {
    color: #CB9D61;
  }
  .nav-wrap .nav .item-list > .item-active > span,
  .nav-wrap .mobile-menu-header .item-list > .item-active > span {
    background: url('/images/home/nav-decorate-active.png') no-repeat;
    background-size: 10px 10px;
  }
  .nav-wrap .nav .item-list .item-hover,
  .nav-wrap .mobile-menu-header .item-list .item-hover {
    padding: 7px 15px;
    height: auto;
  }
  .nav-wrap .nav .item-list-active,
  .nav-wrap .mobile-menu-header .item-list-active {
    transform: translateX(0);
  }
  .nav-wrap .right-block {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }
  .nav-wrap .language {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 19px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    padding: 5px;
  }
  .nav-wrap .language:hover .language-item_hidden {
    transition: all 0.35s ease;
    height: 64px;
  }
  .nav-wrap .language > .svg {
    width: 12px;
    height: 7px;
    margin-left: 2px;
  }
  .nav-wrap .language .language-item_hidden {
    height: 0px;
    transition: all 0.35s ease;
  }
  .nav-wrap .language .language-item {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    padding: 0  10px;
    text-align: center;
    z-index: 200;
    transition: 0.4s;
    overflow: hidden;
    background-color: #fff;
    font-size: 14px;
    font-variant: initial;
    border-radius: 2px;
    outline: none;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
  }
  .nav-wrap .language .language-item li {
    border-bottom: 1px solid #BABABA;
    text-align: center;
    height: 32px;
    padding: 10px 0;
    text-align: left;
    white-space: nowrap;
  }
  .nav-wrap .language .language-item li:hover {
    color: #CB9D61;
  }
  .nav-wrap .search {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 14px;
    height: 14px;
    width: 32px;
    border-left: 1px solid rgba(51, 51, 51, 0.7);
    cursor: pointer;
  }
  .nav-wrap .search .search-img {
    width: 14px;
    height: 15px;
    vertical-align: bottom;
  }
  .nav-wrap .header-func {
    margin-top: 17px;
    display: flex;
    justify-content: flex-end;
    display: none;
  }
  .nav-wrap .header-func .tel {
    height: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
    margin-right: 20px;
  }
  .nav-wrap .header-func .tel > .svg {
    width: 11px;
    height: 11px;
    transform: translateY(-1px);
    margin-right: 3px;
  }
  .nav-wrap .header-active .tel,
  .nav-wrap .header-active .language {
    color: #333;
  }
}

@media screen and (min-width: 1024px) {
  .homeSilder {
    position: fixed;
    right: 16px;
    top: 50%;
    transition: 0.4s;
    transform: translateY(-50%);
    height: auto;
    padding: 0px 16px;
    background-color: #f2eee7;
    background-size: 100% 100%;
  }
  .homeSilder .close-silder {
    position: absolute;
    top: -36px;
    right: -16px;
  }
  .homeSilder .close-silder .svg1 {
    height: 32px;
    width: 32px;
    cursor: pointer;
  }
  .homeSilder .silder-wrap {
    margin: 13px auto;
    min-height: 162px;
    padding: 13px 16px 0px 17px;
    background: #fff;
  }
  .homeSilder .silder-wrap .service {
    height: 58px;
    width: 188px;
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    display: flex;
    justify-content: space-between;
    line-height: 55px;
    margin-bottom: 18px;
    cursor: pointer;
  }
  .homeSilder .silder-wrap .service > div {
    text-align: center;
    color: #fff;
  }
  .homeSilder .silder-wrap .service > div .svg {
    height: 28px;
    margin-top: 15px;
  }
  .homeSilder .silder-wrap .service .sign {
    width: 93px;
  }
  .homeSilder .silder-wrap .service .tips {
    width: 92px;
    background: #CB9D61;
    font-size: 18px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .homeSilder .silder-wrap .carousel {
    margin-top: 7px;
  }
  .homeSilder .silder-wrap .carousel .action {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .homeSilder .silder-wrap .carousel .action span {
    float: right;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    color: #CB9D61;
    line-height: 12px;
    letter-spacing: 1px;
  }
  .hidden {
    transform: translateY(-50%) translateX(110%);
  }
  .force-hidden {
    transform: translateY(-50%) translateX(110%) !important;
  }
}
@media screen and (max-width: 1024px) {
  .homeSilder {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .about {
    background: #f8f8f8;
  }
  .about .certificate-title {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #585F65;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 40px auto 60px;
  }
  .about .certificate-img {
    padding-left: 103px;
  }
  .about .certificate-img img {
    width: 180px;
    height: 250px;
    margin-right: 39px;
  }
  .about .large > img {
    width: 391px;
    margin-bottom: 40px;
  }
  .about .medium {
    padding-left: 57px;
  }
  .about .medium > img {
    width: 329px;
    margin-right: 35px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .about .certificate-section {
    width: 10rem;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .about .certificate-section .certificate-title {
    width: 10rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.533333rem;
    color: #CA9D61;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .about .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.333333rem;
  }
}

@media screen and (min-width: 1024px) {
  .about {
    background: #f8f8f8;
  }
  .about .history-box {
    background: #fff;
    padding: 65px 100px 102px;
  }
  .about .history-box .history-section {
    overflow: hidden;
    padding-bottom: 80px;
  }
  .about .history-box .history-section:last-child {
    padding-bottom: 0;
  }
  .about .history-box .history-section .history-content {
    float: left;
    width: 464px;
  }
  .about .history-box .history-section .history-content .history-title-cn {
    width: 133px;
    height: 28px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .about .history-box .history-section .history-content .history-title-en {
    width: 209px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #CB9D61;
    line-height: 20px;
    letter-spacing: 4px;
    margin-top: 10px;
  }
  .about .history-box .history-section .history-content .history-text {
    text-indent: 2em;
    width: 464px;
    height: 162px;
    overflow: auto;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #757575;
    line-height: 26px;
    letter-spacing: 2px;
    margin-top: 40px;
  }
  .about .history-box .history-section .history-img {
    float: left;
    width: 490px;
    height: 260px;
    margin-left: 46px;
    background: url('/images/about/history/history_img.png');
  }
  .about .history-box .history-section .status-title-cn,
  .about .history-box .history-section .culture-title-cn {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
  }
  .about .history-box .history-section .status-title-en,
  .about .history-box .history-section .culture-title-en {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #CB9D61;
    line-height: 20px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 10px;
  }
  .about .history-box .history-section .status-img {
    width: 1000px;
    height: 231px;
    background: url('/images/about/history/status_img.png') no-repeat;
    margin-top: 30px;
  }
  .about .history-box .history-section .status-text {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #757575;
    line-height: 26px;
    letter-spacing: 1px;
    text-indent: 2em;
    margin-top: 30px;
  }
  .about .history-box .history-section .culture-img {
    width: 1003px;
    height: 500px;
    background: url('/images/about/history/culture_img.png') no-repeat;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .about {
    background-color: #fff;
  }
  .about .mobile-title {
    width: 10rem;
    height: 2.36rem;
    background: url("/images/home/mount.png");
    background-size: 100% 100%;
  }
  .about .mobile-title .history-title-cn,
  .about .mobile-title .status-title-cn,
  .about .mobile-title .culture-title-cn {
    width: 10rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: Songti SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    text-align: center;
    margin-top: 0.72rem;
    float: left;
  }
  .about .mobile-title .history-title-en,
  .about .mobile-title .status-title-en,
  .about .mobile-title .culture-title-en {
    width: 10rem;
    height: 0.373333rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #CA9D61;
    text-align: center;
    float: left;
  }
  .about .history-text {
    text-indent: 2em;
    width: 8.986667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    margin: 0.293333rem 0.506667rem 0.346667rem;
  }
  .about .history-img {
    width: 10rem;
    height: 5.333333rem;
    background: url('/images/about/history/history_img.png');
    background-size: cover;
  }
  .about .status-img {
    width: 10rem;
    height: 4rem;
    background: url('/images/about/history/status_img.png');
    background-size: cover;
    margin-top: 0.293333rem;
  }
  .about .mobile-content {
    width: 9.333333rem;
    background: #FFFFFF;
    box-shadow: 0px 0.08rem 0.16rem rgba(0, 0, 0, 0.08);
    opacity: 1;
    border-radius: 0.16rem 0.16rem 0px 0px;
    margin-left: 0.333333rem;
    margin-top: -0.453333rem;
    margin-bottom: 0.533333rem;
    padding: 0.4rem 0;
    position: relative;
  }
  .about .mobile-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.533333rem;
    left: 0;
    bottom: -0.266667rem;
    background-color: #fff;
  }
  .about .mobile-content .status-text {
    text-indent: 2em;
    width: 8.64rem;
    height: auto;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    margin-left: 0.346667rem;
    margin-top: 0.4rem;
    margin-bottom: 0.133333rem;
  }
  .about .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .recruit-detail {
    background: #f8f8f8;
  }
  .recruit-detail .banner {
    background-image: url(/images/about/recruit/banner.png);
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  .recruit-detail .bread-crums {
    width: 1200px;
    margin: auto;
  }
  .recruit-detail .body {
    width: 1200px;
    min-height: 500px;
    background: #fff;
    margin: auto;
  }
  .recruit-detail .body .head {
    width: 1080px;
    min-height: 92px;
    float: left;
    margin: 64px 60px 0;
  }
  .recruit-detail .body .head .title {
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    float: left;
    margin-right: 40px;
  }
  .recruit-detail .body .head .wages {
    width: 230px;
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FD1212;
    line-height: 40px;
    float: left;
  }
  .recruit-detail .body .head .time {
    width: 1000px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    float: left;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .recruit-detail .body .tag-list {
    width: 1080px;
    min-height: 30px;
    float: left;
    margin-left: 60px;
  }
  .recruit-detail .body .tag-list .tag-item {
    height: 30px;
    background: #F5F5F5;
    border-radius: 15px;
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    padding-right: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .recruit-detail .body .tag-list .tag-item img {
    width: 16px;
    height: 16px;
    float: left;
    margin: 7px 4px 7px 12px;
  }
  .recruit-detail .body .line {
    width: 1200px;
    height: 1px;
    float: left;
    background: #f5f5f5;
    margin-top: 40px;
  }
  .recruit-detail .body .ask {
    width: 500px;
    height: 22px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    float: left;
    margin: 40px 0 0 60px;
  }
  .recruit-detail .body .ask-content {
    width: 1080px;
    min-height: 36px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    letter-spacing: 1px;
    float: left;
    margin: 16px 60px 0;
  }
  .recruit-detail .body .contact {
    width: 1080px;
    height: 90px;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    float: left;
    margin: 40px 60px 37px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 90px;
    letter-spacing: 1px;
  }
  .recruit-detail .body .contact span {
    margin-left: 40px;
  }
  .recruit-detail .rec-bottom {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-detail .body .head {
    width: 10rem;
    min-height: 2.346667rem;
    background: url(/images/home/mount.png) no-repeat center;
    background-size: contain;
    float: left;
  }
  .recruit-detail .body .head .title {
    width: 8.5rem;
    height: 0.666667rem;
    font-size: 0.48rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.666667rem;
    color: #333333;
    float: left;
    margin: 0.293333rem 0 0 0.72rem;
  }
  .recruit-detail .body .head .wages {
    width: 8.5rem;
    height: 0.586667rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.586667rem;
    color: #CA3F3C;
    float: left;
    margin: 0.2rem 0 0 0.72rem;
  }
  .recruit-detail .body .head .time {
    width: 8rem;
    height: 0.373333rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.373333rem;
    color: #A6A6A6;
    float: left;
    margin: 0.266667rem 0 0.346667rem 0.72rem;
  }
  .recruit-detail .body .tag-list {
    width: 8.826667rem;
    min-height: 0.586667rem;
    float: left;
    margin: 0 0 0 0.72rem;
  }
  .recruit-detail .body .tag-list .tag-item {
    min-width: 1.066667rem;
    height: 0.586667rem;
    background: #F5F5F5;
    border-radius: 0.8rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.586667rem;
    color: #999999;
    float: left;
    margin-right: 0.266667rem;
    margin-bottom: 0.266667rem;
    padding-right: 0.213333rem;
  }
  .recruit-detail .body .tag-list .tag-item img {
    width: 0.346667rem;
    height: 0.346667rem;
    float: left;
    margin: 0.12rem 0.133333rem 0.12rem 0.213333rem;
  }
  .recruit-detail .body .ask {
    width: 8rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    float: left;
    margin: 0.533333rem 0 0 0.72rem;
  }
  .recruit-detail .body .ask-content {
    width: 8.56rem;
    min-height: 0.533333rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    float: left;
    margin: 0.4rem 0.72rem 0;
  }
  .recruit-detail .body .contact {
    width: 8.56rem;
    height: 1.813333rem;
    background: #f5f5f5;
    float: left;
    margin: 0.8rem 0.72rem 0;
    position: relative;
  }
  .recruit-detail .body .contact span {
    width: 6.666667rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #3E3E3E;
    float: left;
    margin: 0.213333rem 0 0 0.506667rem;
  }
  .recruit-detail .rec-bottom {
    width: 10rem;
    height: 2.6rem;
    background: url(/images/dynamic/activity/mobile-detail-bg.png) no-repeat;
    background-size: 10rem 2.6rem;
    float: left;
    margin-top: -1.413333rem;
  }
}

@media screen and (max-width: 1024px) {
  .charm-culture .module {
    width: 9.2rem;
    margin: 0.533333rem 0.4rem 0.266667rem;
    float: left;
  }
  .charm-culture .module .head {
    width: 9.2rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: Songti SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    text-align: center;
    float: left;
  }
  .charm-culture .module img {
    width: 9.2rem;
    height: 5.333333rem;
    margin-top: 0.4rem;
    float: left;
  }
  .charm-culture .module .section {
    width: 9.2rem;
    height: 3.466667rem;
    background: #FFFFFF;
    box-shadow: 0px 0.053333rem 0.08rem rgba(0, 0, 0, 0.16);
    float: left;
    position: relative;
  }
  .charm-culture .module .section .title {
    width: 8.666667rem;
    height: 0.586667rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.586667rem;
    color: #333333;
    margin-top: 0.213333rem;
    margin-left: 0.266667rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .charm-culture .module .section .summary {
    height: 1.28rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    padding: 0 0.32rem;
    margin-top: 0.266667rem;
  }
  .charm-culture .module .section .more {
    width: 2.4rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #BE8441;
    letter-spacing: 0.066667rem;
    float: right;
    margin-right: 0.32rem;
    margin-top: 0.293333rem;
    text-align: right;
  }
  .charm-culture .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.2rem;
    float: left;
  }
}

@media screen and (max-width: 1024px) {
  .vacation .module {
    width: 9.2rem;
    height: 9.733333rem;
    margin: 0.533333rem 0.4rem 0.266667rem;
    float: left;
  }
  .vacation .module .head {
    width: 9.2rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: Songti SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    text-align: center;
    float: left;
    font-family: "sssss";
  }
  .vacation .module img {
    width: 9.2rem;
    height: 5.333333rem;
    margin-top: 0.4rem;
    float: left;
  }
  .vacation .module .section {
    width: 9.2rem;
    height: 3.466667rem;
    background: #FFFFFF;
    box-shadow: 0px 0.053333rem 0.08rem rgba(0, 0, 0, 0.16);
    float: left;
    position: relative;
  }
  .vacation .module .section .title {
    width: 8.666667rem;
    height: 0.586667rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.586667rem;
    color: #333333;
    float: left;
    margin-top: 0.213333rem;
    margin-left: 0.266667rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .vacation .module .section .summary {
    height: 1.28rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    padding: 0 0.32rem;
    margin-top: 0.266667rem;
  }
  .vacation .module .section .more {
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #BE8441;
    letter-spacing: 0.066667rem;
    margin-right: 0.32rem;
    margin-top: 0.293333rem;
    text-align: right;
  }
  .vacation .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.2rem;
    float: left;
  }
}


@media screen and (min-width: 1024px) {
  .dynamic-activity {
    transform: 'translateY(-32px)';
  }
  .dynamic-activity .tab {
    width: 250px;
    height: 44px;
    margin-left: 490px;
  }
  .dynamic-activity .tab .tab-item {
    width: 100px;
    height: 42px;
    border: 1px solid #EAEAEA;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 42px;
    display: block;
    float: left;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
  }
  .dynamic-activity .tab .line {
    display: none;
  }
  .dynamic-activity .tab .active {
    border: 1px solid #CB9D61 !important;
    color: #CB9D61 !important;
  }
  .dynamic-activity .mobile-load-more {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic-activity .tab {
    text-align: center;
    color: #C1A061;
    font-size: 0.373333rem;
    margin-top: 0.16rem;
    margin-bottom: 0.533333rem;
  }
  .dynamic-activity .tab > span {
    display: inline-block;
    font-size: 0.373333rem;
    line-height: 0.373333rem;
    font-family: 'sssss';
    color: #BBBBBB;
  }
  .dynamic-activity .tab > span:nth-of-type(1) {
    margin-right: 0.16rem;
  }
  .dynamic-activity .tab > span:nth-of-type(3) {
    margin-left: 0.16rem;
  }
  .dynamic-activity .tab .active {
    color: #333;
  }
  .dynamic-activity .activity-load-more {
    width: 2.266667rem;
    height: 0.56rem;
    float: left;
    margin-left: 3.866667rem;
    margin-top: 0.586667rem;
    margin-bottom: 1.466667rem;
  }
  .dynamic-activity .activity-load-more .load-words {
    width: 1.666667rem;
    height: 0.56rem;
    float: left;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.56rem;
    color: #C1A061;
  }
  .dynamic-activity .activity-load-more img {
    width: 0.56rem;
    height: 0.56rem;
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .Switch-Articel {
    padding-left: 160px;
    padding-bottom: 78px;
  }
  .Switch-Articel > div {
    font-size: 14px;
    font-weight: 400;
    color: #585F65;
    line-height: 14px;
    margin-bottom: 22px;
  }
  .Switch-Articel > div span {
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .news-detail {
    width: 10rem;
  }
  .news-detail .title {
    width: 9.04rem;
    height: auto;
    font-size: 0.48rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.666667rem;
    color: #333333;
    margin-top: 0.453333rem;
    margin-left: 0.48rem;
  }
  .news-detail .date {
    width: 9.04rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.133333rem;
    margin-left: 0.48rem;
  }
  .news-detail .content {
    width: 9.2rem;
    height: auto;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
  }
  .news-detail .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .dynamicNews {
    min-width: 1200px;
  }
  .dynamicNews .pagination {
    width: 1200px;
  }
  .dynamicNews .content {
    padding: 7px 47px 0;
    display: flex;
    justify-content: space-between;
  }
  .dynamicNews .content .news-nodata {
    width: 55%;
  }
  .dynamicNews .content .tab-list {
    padding-top: 33px;
  }
  .dynamicNews .content .tab-list p {
    margin-bottom: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    cursor: pointer;
    max-width: 186px;
    border-right: none!important;
  }
  .dynamicNews .content .tab-list .active-tab {
    font-size: 20px;
    font-weight: 500;
    color: #7E1910;
  }
  .dynamicNews .content .news-load {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .dynamicNews {
    width: 100%;
  }
  .dynamicNews .content {
    position: relative;
  }
  .dynamicNews .content .tab-list {
    display: flex;
    height: 0.453333rem;
    margin-top: 0.28rem;
    color: #C1A061;
    font-size: 0.346667rem;
    line-height: 0.453333rem;
    max-width: 9.6rem;
    margin: 0 auto;
    overflow-x: scroll;
  }
  .dynamicNews .content .tab-list::-webkit-scrollbar {
    display: none;
  }
  .dynamicNews .content .tab-list p {
    height: 0.453333rem;
    font-size: 0.346667rem;
    font-family: 'sssss';
    font-weight: 900;
    line-height: 0.453333rem;
    color: #BBBBBB;
    padding: 0 0.16rem;
    white-space: nowrap;
  }
  .dynamicNews .content .tab-list .active-tab {
    color: #333;
  }
  .dynamicNews .content .news-nodata {
    width: 100%;
    text-align: center;
  }
  .dynamicNews .content .news-load {
    width: 10rem;
    height: 2.6rem;
    background: url(/images/home/tab-bg-mobile2.png);
    background-size: cover;
    margin-top: -1.2rem;
    float: left;
  }
  .dynamicNews .content .news-load .load-more {
    width: 2.266667rem;
    height: 0.56rem;
    float: left;
    margin-left: 3.866667rem;
    margin-top: 1.52rem;
  }
  .dynamicNews .content .news-load .load-more .load-words {
    width: 1.666667rem;
    height: 0.56rem;
    float: left;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.56rem;
    color: #C1A061;
  }
  .dynamicNews .content .news-load .load-more img {
    width: 0.56rem;
    height: 0.56rem;
    float: right;
  }
}


@media screen and (max-width: 1024px) {
  .news-title {
    width: 100%;
    height: 2.36rem;
    background: url('/images/home/mount.png') no-repeat center;
    background-size: cover;
    text-align: center;
  }
  .news-title img {
    width: auto;
    height: 0.853333rem;
    margin-top: 0.773333rem;
  }
}

@media screen and (max-width: 1024px) {
  .erweima {
    position: absolute;
    top: 0;
    width: 10rem;
    margin-bottom: 0.533333rem;
    background-color: #fff;
    z-index: 1000;
  }
  .erweima .audio {
    width: 9rem;
    height: 1rem;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .erweima .title {
    width: 9.306667rem;
    height: auto;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.426667rem;
    margin-left: 0.346667rem;
    margin-bottom: 0.1rem;
  }
  .erweima .content {
    width: 8.986667rem;
    height: auto;
    margin-top: 0.56rem;
    margin-left: 0.346667rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #999999;
  }
  .erweima .content p + p {
    margin-top: 0.266667rem;
  }
  .erweima .content p {
    word-break: break-all;
    line-height: 0.48rem;
    width: 100%;
    margin-top: 0.266667rem;
  }
  .erweima .content span {
    word-break: break-all;
    line-height: 0.48rem;
  }
  .erweima .content img {
    max-width: 100%;
    display: block;
    margin-top: 0.266667rem;
  }
  .erweima .content font {
    line-height: 0.48rem;
  }
  .erweima .content section {
    line-height: 0.48rem;
    margin-top: 0.266667rem;
  }
  .erweima .summary {
    width: 9.306667rem;
    height: auto;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.426667rem;
    margin-left: 0.346667rem;
    margin-bottom: 0.426667rem;
  }
  .erweima .createTime {
    width: 9.306667rem;
    height: auto;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.426667rem;
    margin-left: 0.346667rem;
    margin-bottom: 0.426667rem;
  }
  .erweima img {
    width: 10rem;
    height: 6rem;
    object-fit: cover;
  }
}


@media screen and (min-width: 1024px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1200;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal > .modal-container .modal-title {
    color: #fff;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .modal > .modal-container header {
    height: 34px;
  }
  .modal > .modal-container header > .svg {
    width: 34px;
    height: 34px;
    float: right;
    transform: translateX(34px);
    cursor: pointer;
  }
  .modal > .modal-container > .container {
    background-color: #fff;
    line-height: 200px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
  }
  .modal > .modal-container > .container img {
    width: 100%;
    height: 100%;
  }
  .modal > .modal-container footer > .title {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: 1px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #323334;
    z-index: 1200;
  }
  .modal > .modal-container .modal-title {
    padding: 0 0.373333rem;
    word-break: break-all;
    color: #fff;
    height: 0rem;
    line-height: 0.45rem;
    height: 0.45rem;
    font-size: 0.346667rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: translateY(1.5rem);
    text-align: center;
  }
  .modal > .modal-container header {
    overflow: hidden;
  }
  .modal > .modal-container header > .svg {
    width: 0.666667rem;
    height: 0.666667rem;
    float: right;
    margin: 0.333333rem 0.293333rem 0.733333rem 0;
    cursor: pointer;
  }
  .modal > .modal-container > .container {
    line-height: 5.866667rem;
    text-align: center;
    font-weight: 500;
    font-size: 0.32rem;
    height: 5.866667rem;
  }
  .modal > .modal-container > .container > video {
    width: 10rem !important;
    height: 5.866667rem !important;
  }
  .modal > .modal-container > .container img {
    width: 100%;
    height: 100%;
  }
  .modal > .modal-container footer > .title {
    font-size: 0.373333rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.373333rem;
    letter-spacing: 1px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.4rem;
    padding: 0 0.64rem;
    margin-bottom: 0.8rem;
    height: 0.746667rem;
  }
  .modal > .modal-container .switch-header {
    float: right;
    font-size: 0.373333rem;
    color: #fff;
    padding: 0 0.64rem;
  }
}

@media screen and (min-width: 1024px) {
  .content-title {
    text-align: center;
  }
  .content-title > div {
    display: inline-block;
  }
  .content-title .title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    line-height: 35px;
    letter-spacing: 5px;
    margin: 0 20px;
    transform: translateY(-2px);
  }
  .content-title .arrow {
    transform: translateY(8px);
  }
  .content-title .arrow img {
    height: 100%;
  }
  .song-ti {
    font-family: 'sssss';
  }
}
@media screen and (max-width: 1024px) {
  .content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.36rem;
    text-align: center;
    background: url('/images/home/mount.png') no-repeat center;
    background-size: cover;
  }
  .content-title > div {
    display: inline-block;
  }
  .content-title .title {
    font-size: 0.373333rem;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    letter-spacing: 0.066667rem;
    margin: 0.2rem 0.266667rem 0;
  }
  .content-title .arrow {
    width: 0.266667rem;
    height: 0.466667rem;
    transform: translateY(0.12rem);
  }
  .content-title .arrow img {
    width: 0.266667rem;
    height: 0.466667rem;
    float: left;
    margin: 0;
  }
  .song-ti {
    font-family: 'sssss';
  }
}

@media screen and (min-width: 1024px) {
  .album-content .mobile-tab {
    display: none;
  }
  .album-content .height-box {
    height: 60px;
  }
  .album-content .show-more {
    width: 120px;
    height: 34px;
    background-image: url("/images/home/learn-more-color.png");
    background-size: contain;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #CB9D61;
    line-height: 34px;
    text-align: center;
    margin-top: 29px;
    margin-left: 540px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .album-content {
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    background: url('/images/dynamic/activity/mobile-detail-bg.png') no-repeat;
    background-position: bottom;
    background-size: 10rem 2.6rem;
    margin: 0 -0.506667rem;
    padding: 0 0.506667rem;
  }
  .album-content .height-box {
    display: none;
  }
  .album-content .show-more {
    display: none;
  }
  .album-content .mobile-load-more {
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 2.266667rem;
    height: 0.56rem;
    float: left;
    margin-left: 4rem;
    margin-top: 0.586667rem;
    margin-bottom: 1.466667rem;
  }
  .album-content .mobile-load-more .load-words {
    width: 1.666667rem;
    height: 0.56rem;
    float: left;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.56rem;
    color: #C1A061;
  }
  .album-content .mobile-load-more img {
    width: 0.56rem;
    height: 0.56rem;
    float: right;
  }
  .album-content .mobile-tab {
    text-align: center;
  }
  .album-content .mobile-tab > img {
    width: 0.466667rem;
    height: 0.266667rem;
    transform: translateY(0.026667rem);
  }
  .album-content .mobile-tab > span {
    margin: 0 0.16rem;
  }
}

@media screen and (min-width: 1024px) {
  .video-list {
    overflow: hidden;
    padding: 40px 51px 0;
  }
  .video-list > .video-item {
    width: 25%;
    float: left;
    margin-bottom: 25px;
  }
  .video-list > .video-item .video-img {
    margin: 0 auto;
    width: 260px;
    height: 180px;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
  }
  .video-list > .video-item .video-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .video-list > .video-item .video-img .img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    cursor: pointer;
  }
  .video-list > .video-item .video-img .img > img {
    width: 100%;
    height: 100%;
  }
  .video-list > .video-item .video-img .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .video-list > .video-item .video-title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .video-list {
    overflow: hidden;
    padding: 0 0.4rem;
  }
  .video-list > .video-item {
    margin-bottom: 0.72rem;
    box-shadow: 0px 0px 0.08rem 0 rgba(0, 0, 0, 0.16);
  }
  .video-list > .video-item .video-img {
    width: 9.2rem;
    height: 5.333333rem;
    margin-bottom: 0.266667rem;
    position: relative;
  }
  .video-list > .video-item .video-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .video-list > .video-item .video-img .img {
    width: 100%;
    height: 100%;
  }
  .video-list > .video-item .video-img .img > img {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
  }
  .video-list > .video-item .video-img .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.386667rem;
    height: 1.386667rem;
    margin-left: -0.666667rem;
    margin-top: -0.666667rem;
  }
  .video-list > .video-item .video-title {
    font-size: 0.373333rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.373333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.266667rem 0.24rem;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .album {
    min-height: 10.666667rem;
  }
}

@media screen and (min-width: 1024px) {
  .picture-content {
    display: flex;
    margin: 0 auto;
    width: 1070px;
  }
  .picture-content > .arrow {
    width: 35px;
    height: 67px;
    margin-top: 34px;
    cursor: pointer;
  }
  .picture-content .prev {
    margin-right: 40px;
  }
  .picture-content .next {
    margin-left: 40px;
  }
  .picture-content > .picture-list {
    overflow: hidden;
    width: 920px;
    margin-bottom: 26px;
  }
  .picture-content > .picture-list .picture-wrap {
    transition: 0.3s;
  }
  .picture-content > .picture-list .picture-wrap .current {
    border: 3px solid #CB9D61;
  }
  .picture-content > .picture-list .picture-wrap > img {
    width: 221px;
    height: 135px;
    float: left;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .picture-content {
    position: relative;
  }
  .picture-content > .arrow {
    width: 0.306667rem;
    height: 0.578667rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
  .picture-content > .arrow > img {
    width: 100%;
    height: 100%;
  }
  .picture-content .prev {
    left: 0.373333rem;
  }
  .picture-content .next {
    right: 0.373333rem;
  }
  .picture-content > .picture-list {
    overflow: hidden;
    width: 10rem;
    margin-bottom: 0.533333rem;
  }
  .picture-content > .picture-list .picture-wrap {
    transition: 0.3s;
    display: flex;
  }
  .picture-content > .picture-list .picture-wrap > div {
    width: 10rem;
    height: 5.44rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .picture-content .progress {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.333333rem;
    text-align: center;
    color: #fff;
    font-size: 0.42rem;
  }
}

@media screen and (min-width: 1024px) {
  .pictureModal {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(51, 51, 51, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .pictureModal .modal-title {
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -28px;
    width: 100%;
    text-align: center;
  }
  .pictureModal .picture-container {
    width: calc(135vh);
    height: calc(90vh);
    min-width: 1000px;
    min-height: 660px;
    max-width: 1500px;
    max-height: 1000px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pictureModal .picture-container header {
    position: absolute;
    right: -150px;
    top: 30px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px;
    line-height: 40px;
  }
  .pictureModal .picture-container header > img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
  }
  .pictureModal .picture-container header > span {
    display: block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    background-color: #CB9D61;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 14px;
  }
  .pictureModal .picture-container header > span:nth-of-type(1) {
    margin-top: 65px;
  }
  .pictureModal .picture-container header > span:nth-of-type(2) {
    margin-top: 15px;
  }
  .pictureModal .list-container {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 276px;
    width: 100vw;
    padding-top: 41px;
  }
  .pictureModal .list-container > .infor {
    height: 23px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: 1px;
    margin-left: 55px;
    width: 920px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .pictureModal {
    width: 100vw;
    height: 100vh;
    background: #323334;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .pictureModal .modal-title {
    padding: 0 0.373333rem;
    text-align: center;
    font-size: 0.346667rem;
    color: #fff;
    line-height: 0.45rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.213333rem;
  }
  .pictureModal .picture-container {
    padding-top: 1.433333rem;
  }
  .pictureModal .picture-container header {
    float: right;
    color: #fff;
    font-size: 0.32rem;
    position: absolute;
    right: 0.8rem;
    top: 10.633333rem;
  }
  .pictureModal .picture-container header > img {
    width: 0.666667rem;
    height: 0.666667rem;
    position: absolute;
    right: -0.506667rem;
    top: -10rem;
  }
  .pictureModal .list-container > .infor {
    height: 1.6rem;
    line-height: 0.373333rem;
    font-size: 0.32rem;
    color: #fff;
    text-indent: 2em;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: 0 0.746667rem;
    margin-bottom: 0.8rem;
  }
}


@media screen and (max-width: 1024px) {
  .scenic-spot {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  .scenic-spot {
    background-image: url("/images/scenicSpot/course/container_bg.png");
    background-size: contain;
  }
}

#scenicSpotDetail {
  position: relative;
}
.swiper-container-detail {
  width: 100%;
  height: 6.6667rem;
}
.swiper-container-detail img {
  height: 100%;
}
.swiper-container-detail .swiper-pagination {
  width: 0.8267rem;
  height: 0.4533rem;
  background: #000000;
  border-radius: 9px;
  opacity: 0.39;
  color: #fff;
  font-size: 0.32rem;
}
.swiper-container-detail .swiper-pagination-fraction {
  right: 0.4267rem !important;
  left: auto;
  bottom: 1.2rem;
}
.name-mask {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 1.04rem;
  line-height: 1.04rem;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.4rem;
  font-weight: 500;
  color: #fff;
  padding-right: 0.4267rem;
  padding-left: 0.4267rem;
}
.name-mask .share {
  float: right;
  cursor: pointer;
}
.name-mask .share img {
  width: 0.3733rem;
  height: 0.3733rem;
  margin-right: 0.08rem;
  vertical-align: -0.0267rem;
}
.audio-block {
  height: 1.8667rem;
  background: #FCFAF7;
  padding: 0 0.5067rem;
}
.desc {
  font-size: 0.4rem;
  line-height: 0.72rem;
  padding: 0.5333rem;
}
.desc img {
  width: 100%;
}
.desc a {
  color: #1890ff;
}
.empty-seiper {
  position: absolute;
  top: 0;
  height: 6.6667rem;
}

#audio-wrapper {
  font-size: 0.32rem;
  color: #333333;
  height: 100%;
  align-items: center;
}
.audio-setting {
  flex: 1;
  margin-left: 0.32rem;
}
.audio-setting p {
  margin-bottom: 0.1067rem;
}
.audio-ranage {
  -webkit-appearance: none;
  width: 100%;
  appearance: none;
  background: #d8d8d8;
  border-radius: 0.0267rem;
  height: 0.0533rem;
  outline: 0;
  border: 0;
  vertical-align: middle;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 2px solid #dfcdb8;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #CB9D61;
  cursor: pointer;
}
input[type='range']::-moz-range-thumb {
  border: 2px solid #dfcdb8;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #CB9D61;
  cursor: pointer;
}
input[type='range']::-ms-thumb {
  border: 2px solid #dfcdb8;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #CB9D61;
  cursor: pointer;
}
.progress-box {
  flex: 1;
  margin: 0 0.2133rem;
  position: relative;
}
.progress-played {
  height: 0.0533rem;
  position: absolute;
  background: #CB9D61;
  top: 50%;
  border-radius: 0.0267rem;
}

@media screen and (min-width: 1024px) {
  .public-detail .detail-content {
    display: flex;
    width: 920px;
    float: left;
    background: #fff;
    padding-top: 40px;
  }
  .public-detail .detail-content .future-date {
    width: 80px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #F8F8F8;
    margin-left: 50px;
    text-align: center;
  }
  .public-detail .detail-content .future-date .year {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 15px 0;
  }
  .public-detail .detail-content .future-date .month {
    font-size: 14px;
    font-weight: 500;
    color: #787878;
    line-height: 14px;
    margin-bottom: 11px;
  }
  .public-detail .detail-content .future-date .text {
    width: 80px;
    height: 30px;
    background: #CB9D61;
    border-radius: 0px 0px 5px 5px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
  }
  .public-detail .detail-content .content {
    flex: 1;
    margin: 0 80px 80px 24px;
  }
  .public-detail .detail-content .content .title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    word-break: break-all;
    max-width: 670px;
  }
  .public-detail .detail-content .content .prev-next-item {
    margin-top: 30px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
  }
  .public-detail .detail-content .content .prev-next {
    width: 310px;
    height: 64px;
    padding: 0 12px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #787878;
    line-height: 64px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .public-detail .detail-content .content .p-n-link {
    margin-top: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 644px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .public-detail .detail-content .content .infor {
    min-height: 300px;
  }
  .public-detail .detail-content .content .infor p + p {
    margin-top: 10px;
  }
  .public-detail .detail-content .content .infor p {
    word-break: break-all;
    line-height: 28px;
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
  }
  .public-detail .detail-content .content .infor span {
    word-break: break-all;
    line-height: 28px;
    font-size: 16px;
  }
  .public-detail .detail-content .content .infor img {
    max-width: 100%;
    margin-top: 15px;
  }
  .public-detail .detail-content .content .infor video {
    max-width: 100%;
  }
  .public-detail .detail-content .content .infor font {
    line-height: 28px;
    font-size: 16px;
  }
  .public-detail .detail-content .content .infor section {
    line-height: 28px;
    font-size: 16px;
    margin-top: 15px;
  }
  .public-detail .recommend-list {
    width: 260px;
    float: left;
    background: #fff;
    margin-left: 20px;
    padding: 40px 40px 0;
  }
  .public-detail .recommend-list > p {
    width: 180px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .public-detail .recommend-list .recommend-item {
    cursor: pointer;
  }
  .public-detail .recommend-list .recommend-item:nth-of-type(6) {
    margin-bottom: 60px;
  }
  .public-detail .recommend-list .recommend-item .img {
    border-radius: 5px;
    width: 180px;
    height: 110px;
  }
  .public-detail .recommend-list .recommend-item .img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .public-detail .recommend-list .recommend-item .imglayout-title {
    width: 180px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 16px 0 30px;
  }
  .public-detail .recommend-list .recommend-item .recommend-title {
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
    margin-top: 8px;
  }
  .public-detail .recommend-list .recommend-item .recommend-summary {
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    line-height: 18px;
    margin-top: 10px;
    height: 36px;
    margin-bottom: 8px;
    color: #585F65;
    font-size: 12px;
  }
  .public-detail .recommend-list .recommend-item .recommend-time {
    line-height: 18px;
    height: 18px;
    margin-top: 10px;
    margin-bottom: 13px;
    color: #585F65;
    font-size: 12px;
  }
  .public-detail .recommend-list .recommend-item .recommend-time .recommend-more {
    float: right;
    color: #CB9D61;
    margin-right: 10px;
  }
  .public-detail .recommend-list .recommend-item .line {
    width: 100%;
    border-bottom: 1px solid rgba(187, 187, 187, 0.3);
  }
}
@media screen and (max-width: 1024px) {
  .public-detail {
    margin-top: 0.453333rem;
    padding: 0 0.32rem;
  }
  .public-detail .detail-content {
    position: relative;
  }
  .public-detail .detail-content .time {
    font-size: 0.373333rem;
    line-height: 0.373333rem;
    color: #333;
    margin: 0.133333rem 0 0.433333rem 0;
  }
  .public-detail .detail-content .content {
    padding-bottom: 15px;
  }
  .public-detail .detail-content .content .title {
    font-size: 0.48rem;
    line-height: 0.54rem;
    color: #333;
    word-break: break-all;
    letter-spacing: 0.053333rem;
    font-weight: 600;
    margin-bottom: 0.266667rem;
  }
  .public-detail .detail-content .content .prev-next-item {
    width: 100%;
    margin-bottom: 0.7rem;
  }
  .public-detail .detail-content .content .prev-next {
    margin-top: 0.4rem;
    font-size: 0.373333rem;
    color: #999;
  }
  .public-detail .detail-content .content .p-n-link {
    margin-top: 0.133333rem;
    font-size: 0.32rem;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .public-detail .detail-content .content .infor {
    font-size: 0.32rem;
    padding: 0 0 0.533333rem;
    border-bottom: 0.026667rem solid #bbb;
    min-height: 6rem;
  }
  .public-detail .detail-content .content .infor p + p {
    margin-top: 0.266667rem;
  }
  .public-detail .detail-content .content .infor p {
    line-height: 0.48rem;
    font-size: 0.32rem;
    width: 100%;
    margin-top: 0.266667rem;
  }
  .public-detail .detail-content .content .infor span {
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .public-detail .detail-content .content .infor img {
    max-width: 100%;
    display: block;
    margin-top: 0.266667rem;
  }
  .public-detail .detail-content .content .infor video {
    max-width: 100%;
  }
  .public-detail .detail-content .content .infor font {
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .public-detail .detail-content .content .infor section p {
    word-break: break-all;
    line-height: 0.48rem;
    font-size: 0.32rem;
    width: 100%;
    margin-top: 0.266667rem;
  }
  .public-detail .detail-content .content .infor section span {
    word-break: break-all;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .public-detail .detail-content .content .infor section img {
    max-width: 100%;
    display: block;
    margin-top: 0.266667rem;
  }
  .public-detail .detail-content .content .infor section video {
    max-width: 100%;
  }
  .public-detail .detail-content .content .infor section font {
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .public-detail .detail-content .content .infor section section {
    line-height: 0.48rem;
    font-size: 0.32rem;
    margin-top: 0.266667rem;
  }
  .public-detail .recommend-list > p {
    width: 2.666667rem;
    height: 0.586667rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.586667rem;
    color: #333333;
    margin-top: 0.4rem;
  }
  .public-detail .recommend-list .recommend-item {
    width: 9.36rem;
    height: 1.76rem;
    margin-top: 0.533333rem;
  }
  .public-detail .recommend-list .recommend-item .img {
    width: 1.76rem;
    height: 1.76rem;
    float: left;
  }
  .public-detail .recommend-list .recommend-item .img > div {
    width: 1.76rem;
    height: 1.76rem;
    background-size: cover;
  }
  .public-detail .recommend-list .recommend-item .imglayout-title {
    width: 7.173333rem;
    height: 0.586667rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.586667rem;
    color: #333333;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .public-detail .recommend-list .recommend-item .mobile-summary {
    width: 7.173333rem;
    height: 0.906667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.453333rem;
    color: #333333;
    float: right;
    margin-top: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .public-detail .recommend-list .recommend-item .notice-summary {
    width: 9.36rem;
    height: 0.906667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.453333rem;
    color: #333333;
    float: left;
    margin-top: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .public-detail .recommend-list .recommend-item .recommend-title {
    width: 9.36rem;
    height: 0.586667rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.586667rem;
    color: #333333;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .public-detail .recommend-list .recommend-bottom {
    width: 9.36rem;
    height: 2.6rem;
    background-image: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -0.746667rem;
    float: left;
  }
  .public-detail .recommend-list .recommend-bottom .recommend-more {
    width: 2.666667rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.533333rem;
    color: #C1A061;
    margin-top: 1.12rem;
    margin-left: 3.346667rem;
    float: left;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .swiper-container-maptype {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .guide {
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 10rem;
    overflow: hidden;
    background: #fff;
    height: calc(100% - 1.2rem);
  }
  .swiper-container-maptype {
    background: #f6f6f6;
    position: relative;
    top: 0;
    width: 100%;
    height: 2.02rem;
    padding: 0.19rem 0.2rem;
  }
  .swiper-container-maptype .swiper-slide {
    border-radius: 0.11rem;
    background: #fff;
    width: auto;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    min-width: 2.15rem;
    display: flex;
    margin-right: 0.1rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0.19rem 0.25rem;
  }
  .swiper-container-maptype .swiper-slide > img {
    height: 0.75rem;
    object-fit: cover;
  }
  .swiper-container-maptype .swiper-slide .type {
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.45rem;
  }
  .swiper-container-maptype .split {
    margin-top: 0.19rem;
    height: 1.28rem;
    width: 0;
    border-left: 0.03rem dashed #E1E1E1;
  }
  .swiper-container-maptype .selected-type {
    box-shadow: 0rem 0.05rem 0.11rem 0rem #676c72;
    border-radius: 0.11rem;
  }
}

@media screen and (min-width: 1024px) {
  .mapContainer {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 980px;
    overflow: hidden;
  }
  .jd_name {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CB8361;
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
  }
  .pc_homeMap {
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .cluster {
    width: auto !important;
    padding: 5px 5px;
    background: rgba(24, 58, 96, 0.7);
    border: #22c3fc 2px solid;
    display: flex;
  }
  .cluster-point {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .telBtn {
    display: none;
  }
  .model-container {
    display: none;
  }
  .location-icon {
    display: none;
  }
  .tooltip-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .tooltip-mask .tooltip-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 459px;
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
  }
  .tooltip-mask .tooltip-wrapper .header-title {
    justify-content: space-between;
    font-size: 14px;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.4);
  }
  .tooltip-mask .tooltip-wrapper .header-title img {
    width: 10px;
    height: 10px;
  }
  .tooltip-mask .tooltip-wrapper #audio-wrapper-pc {
    font-size: 12px;
    color: #333333;
    align-items: center;
    padding: 16px 24px;
  }
  .tooltip-mask .tooltip-wrapper .audio-setting-pc {
    flex: 1;
    margin-left: 12px;
  }
  .tooltip-mask .tooltip-wrapper .audio-setting-pc p {
    margin-bottom: 4px;
  }
  .tooltip-mask .tooltip-wrapper .audio-ranage-pc {
    -webkit-appearance: none;
    width: 100%;
    appearance: none;
    background: #d8d8d8;
    border-radius: 1px;
    height: 2px;
    outline: 0;
    border: 0;
    vertical-align: middle;
  }
  .tooltip-mask .tooltip-wrapper input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #dfcdb8;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #CB9D61;
    cursor: pointer;
  }
  .tooltip-mask .tooltip-wrapper input[type='range']::-moz-range-thumb {
    border: 2px solid #dfcdb8;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #CB9D61;
    cursor: pointer;
  }
  .tooltip-mask .tooltip-wrapper input[type='range']::-ms-thumb {
    border: 2px solid #dfcdb8;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #CB9D61;
    cursor: pointer;
  }
  .tooltip-mask .tooltip-wrapper .progress-box-pc {
    flex: 1;
    margin: 0 8px;
    position: relative;
  }
  .tooltip-mask .tooltip-wrapper .progress-played-pc {
    height: 2px;
    position: absolute;
    background: #CB9D61;
    top: 50%;
    border-radius: 1px;
  }
  .tooltip-mask .tooltip-wrapper .img-desc-pc {
    padding: 0 24px;
  }
  .tooltip-mask .tooltip-wrapper .img-desc-pc .images-container {
    position: relative;
    width: 292px;
    height: 178px;
    overflow: hidden;
  }
  .tooltip-mask .tooltip-wrapper .img-desc-pc .images-container .pagation-btn {
    padding: 0 6px;
    height: 17px;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 9px;
    position: absolute;
    bottom: 7px;
    right: 7px;
    color: #fff;
    max-width: 40px;
    z-index: 99;
  }
  .tooltip-mask .tooltip-wrapper .img-desc-pc .images-container .arrow {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    font-size: 50px;
    z-index: 2;
  }
  .tooltip-mask .tooltip-wrapper .img-desc-pc .images-container .arrow_left {
    left: 12px;
  }
  .tooltip-mask .tooltip-wrapper .img-desc-pc .images-container .arrow_right {
    right: 12px;
  }
  .tooltip-mask .tooltip-wrapper .img-desc-pc .wrap {
    position: absolute;
    height: 178px;
    z-index: 1;
  }
  .tooltip-mask .tooltip-wrapper .img-desc-pc .wrap img {
    width: 292px;
    height: 178px;
    border-radius: 4px;
    float: left;
  }
  .tooltip-mask .tooltip-wrapper .content-desc {
    padding: 16px 24px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }
  .tooltip-mask .tooltip-wrapper .content-desc img {
    width: 100%;
  }
  .tooltip-mask .tooltip-wrapper .content-desc a {
    color: #1890ff;
  }
  .tooltip-mask .tooltip-wrapper .empty-desc {
    text-align: center;
  }
  .tooltip-mask .tooltip-wrapper .scroll-block {
    height: 316px;
    overflow-y: scroll;
    /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    /* 兼容IE */
    -ms-overflow-style: block;
    -ms-scroll-chaining: chained;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: block;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    /* 定义滚动条轨道 */
    /* 定义滑块 */
  }
  .tooltip-mask .tooltip-wrapper .scroll-block::-webkit-scrollbar {
    width: 6px;
    height: 100%;
    background-color: transparent;
    display: block;
  }
  .tooltip-mask .tooltip-wrapper .scroll-block .-o-scrollbar {
    display: block;
  }
  .tooltip-mask .tooltip-wrapper .scroll-block::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .tooltip-mask .tooltip-wrapper .scroll-block::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c4c4c4;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .tooltip-mask .tooltip-wrapper .scroll-block::-webkit-scrollbar-thumb:hover {
    background-color: #b4b4b4;
  }
  .tooltip-mask .tooltip-wrapper .scroll-block::-webkit-scrollbar-thumb:active {
    background-color: #bbb;
  }
}
@media screen and (max-width: 1024px) {
  .mapContainer {
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: calc(100% - 2.02rem);
    overflow: hidden;
  }
  .jd_name {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CB8361;
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
  }
  .pc_homeMap {
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .cluster {
    width: auto !important;
    padding: 5px 5px;
    background: rgba(24, 58, 96, 0.7);
    border: #22c3fc 2px solid;
    display: flex;
  }
  .cluster-point {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .tooltip-wrapper {
    width: 7.1467rem;
    height: 3.2533rem;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0 0.3733rem;
  }
  .tooltip-wrapper .header-desc {
    line-height: 30px;
  }
  .tooltip-wrapper .header-desc .spot-title {
    font-size: 0.4rem;
    color: #333333;
    font-weight: 500;
  }
  .tooltip-wrapper .header-desc .distance-block {
    width: 1.76rem;
    height: 0.3467rem;
    line-height: 0.33467rem;
    background: rgba(204, 158, 98, 0.15);
    border-radius: 0.0533rem;
    font-size: 10px;
    color: #CC9E62;
    padding: 0 0.1067rem;
  }
  .tooltip-wrapper .content-desc {
    font-size: 12px;
    color: #666666;
    line-height: 0.4533rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .tooltip-wrapper .opreate-btn {
    font-size: 12px;
    justify-content: space-between;
    margin-top: 0.32rem;
  }
  .tooltip-wrapper .opreate-btn img {
    vertical-align: middle;
  }
  .tooltip-wrapper .opreate-btn .audio-btn {
    color: #CC9E62;
  }
  .tooltip-wrapper .opreate-btn .share-btn {
    color: #333333;
  }
  .marker-tooltip {
    display: none;
    position: absolute;
    left: -1.5rem;
    top: 3rem;
    width: 7.1467rem;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0.3733rem;
  }
  .marker-tooltip .header-desc {
    line-height: 0px;
  }
  .marker-tooltip .header-desc .spot-title {
    font-size: 0.4rem;
    color: #333333;
    font-weight: 500;
  }
  .marker-tooltip .header-desc .distance-block {
    width: 1.76rem;
    height: 0.3467rem;
    line-height: 0.33467rem;
    background: rgba(204, 158, 98, 0.15);
    border-radius: 0.0533rem;
    font-size: 10px;
    color: #CC9E62;
    padding: 0 0.1067rem;
  }
  .marker-tooltip .content-desc {
    font-size: 12px;
    color: #666666;
    line-height: 0.4533rem;
    width: 100%;
    margin-top: 0.16rem;
    max-height: 0.9rem;
    overflow: hidden;
  }
  .marker-tooltip .content-desc img {
    width: 100%;
  }
  .marker-tooltip .content-desc a {
    color: #1890ff;
  }
  .marker-tooltip .opreate-btn {
    font-size: 12px;
    justify-content: space-between;
    margin-top: 0.32rem;
  }
  .marker-tooltip .opreate-btn img {
    vertical-align: middle;
  }
  .marker-tooltip .opreate-btn .audio-btn {
    color: #CC9E62;
  }
  .marker-tooltip .opreate-btn .share-btn {
    color: #333333;
  }
  .tooltip-other {
    top: 1.8rem;
  }
  .telBtn {
    z-index: 999;
    position: fixed;
    right: 0;
    top: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1.17rem;
    height: 1.17rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.05rem 0.27rem 0rem rgba(0, 0, 0, 0.5);
    border-radius: 0.21rem 0rem 0rem 0.21rem;
  }
  .telBtn > img {
    width: 0.53rem;
    height: 0.53rem;
    margin-bottom: 0.05rem;
  }
  .telBtn .text {
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.29rem;
    transform-origin: center;
    white-space: nowrap;
    -webkit-transform: scale(0.65);
  }
  .model-container {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    width: 7.15rem;
    height: 5.97rem;
    background: #FFFFFF;
    border-radius: 0.16rem;
  }
  .model-container .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.07rem;
    padding: 0 0.37rem;
    font-size: 0.37rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.53rem;
    border: 0.01rem solid #f4f4f4;
  }
  .model-container .title .close {
    cursor: pointer;
    width: 0.27rem;
    height: 0.27rem;
  }
  .model-container .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 4.88rem;
    padding: 0 0.37rem;
  }
  .model-container .content .tel-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    border-bottom: 0.01rem solid rgba(225, 225, 225, 0.4);
  }
  .model-container .content .tel-item .des-container {
    display: flex;
  }
  .model-container .content .tel-item .des-container .icon {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.21rem;
  }
  .model-container .content .tel-item .des-container .des-en {
    font-size: 0.21rem;
    color: #666666;
    white-space: nowrap;
    -webkit-transform: scale(0.65);
    transform-origin: left;
  }
  .model-container .content .tel-item .telnum-container {
    display: flex;
    align-items: center;
  }
  .model-container .content .tel-item .telnum-container > img {
    width: 0.21rem;
    height: 0.24rem;
  }
  .model-container .content .tel-item .telnum-container .telphone-num {
    margin-left: 0.05rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #CC9E62;
  }
  .model-container .content .tel-item:last-child {
    border: none;
  }
  #audio-status {
    width: 80%;
    height: 1.0667rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 22px;
    position: fixed;
    top: 130px;
    color: #fff;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    padding: 0 0.4267rem;
    left: 0;
    right: 0;
  }
  #audio-status .audio-status-block {
    height: 100%;
    justify-content: space-between;
  }
  #audio-status .audio-status-block img {
    margin-right: 0.2667rem;
  }
  .location-icon {
    position: fixed;
    left: 0.64rem;
    bottom: 0.64rem;
    width: 1.17rem;
    height: 1.17rem;
    cursor: pointer;
  }
}

#mask-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.68);
  z-index: 2147483647;
  font-size: 0.3733rem;
  color: #FFFFFF;
  line-height: 20px;
}
.content-wrapper {
  width: 4.3067rem;
  text-align: left;
  margin: 0 auto;
  margin-top: 2.64rem;
}
.share-point {
  display: inline-block;
  width: 0.1067rem;
  height: 0.1067rem;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 0.04rem;
  vertical-align: middle;
}
.guide-arrow {
  position: absolute;
  right: 0.6133rem;
  top: 1.4133rem;
}

.autoBtn {
  z-index: 999;
  position: fixed;
  right: 0;
  top: 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.17rem;
  height: 1.17rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.05rem 0.27rem 0rem rgba(0, 0, 0, 0.5);
  border-radius: 0.21rem 0rem 0rem 0.21rem;
}
.autoBtn > img {
  width: 0.53rem;
  height: 0.53rem;
  margin-bottom: 0.05rem;
}
.autoBtn .text {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.29rem;
  transform-origin: center;
  white-space: nowrap;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
}
.auto-toast {
  width: 80%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 22px;
  position: fixed;
  top: 130px;
  color: #fff;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  padding: 0.2133rem 0.4267rem;
  left: 0;
  right: 0;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .overview-banner {
    width: 100%;
    min-width: 1920px;
    height: 400px;
    background: url('/images/scenicSpot/course/course_banner.png') no-repeat;
    background-size: 100%;
  }
  .overview-wrap {
    width: 1200px;
    height: 420px;
    margin: 40px auto 80px;
    overflow: hidden;
  }
  .overview-wrap .overview-img {
    float: left;
    width: 520px;
    height: 420px;
    position: relative;
    overflow: hidden;
  }
  .overview-wrap .overview-img img {
    width: 520px;
    height: 420px;
    position: absolute;
    right: 0;
  }
  .overview-wrap .overview-introduction {
    float: left;
    width: 680px;
    height: 420px;
    overflow: auto;
    padding: 30px 40px;
    background: #CB9D61;
  }
  .overview-wrap .overview-introduction .intro-title-wrap {
    position: relative;
    height: 25px;
    line-height: 25px;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .title-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0 10px;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .title-text span {
    letter-spacing: 0;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .triangle-icon {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 21px;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .triangle-icon.left {
    top: 0;
    left: 0;
    background: url("/images/scenicSpot/overview/triangle_left_icon.png") no-repeat center;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .triangle-icon.right {
    top: 0;
    right: 0;
    background: url("/images/scenicSpot/overview/triangle_right_icon.png") no-repeat center;
  }
  .overview-wrap .overview-introduction .intro-content-text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
  }
  .guide-wrap {
    width: 1200px;
    height: 585px;
    margin: 40px auto 80px;
    overflow: hidden;
  }
  .guide-wrap .guide-img {
    float: left;
    width: 855px;
    height: 585px;
    cursor: pointer;
    background-image: url('/images/scenicSpot/overview/picture4.jpg');
    background-size: 855px 585px;
    background-repeat: no-repeat;
    position: relative;
  }
  .guide-wrap .guide-img > img {
    width: 855px;
    height: 585px;
    position: relative;
  }
  .guide-wrap .guide-img .anchor1 {
    width: 100px;
    height: 50px;
    border: 1px solid;
    position: absolute;
    top: 100px;
    left: 100px;
  }
  .guide-wrap .guide-content {
    float: left;
    width: 345px;
    overflow: auto;
    padding: 80px 24px;
    background: url("/images/scenicSpot/overview/guide_bg.png") no-repeat;
  }
  .guide-wrap .guide-content .guide-title-wrap {
    position: relative;
    display: flex;
    line-height: 25px;
    margin-bottom: 40px;
    text-align: center;
  }
  .guide-wrap .guide-content .guide-title-wrap .title-text {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 8px;
  }
  .guide-wrap .guide-content .guide-title-wrap .triangle-icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 28px;
  }
  .guide-wrap .guide-content .guide-title-wrap .triangle-icon.left {
    top: 0;
    left: 0;
    background: url("/images/scenicSpot/overview/triangle_left_red.png") no-repeat center;
  }
  .guide-wrap .guide-content .guide-title-wrap .triangle-icon.right {
    top: 0;
    right: 0;
    background: url("/images/scenicSpot/overview/triangle_right_red.png") no-repeat center;
  }
  .guide-wrap .guide-content .guide-text {
    width: 260px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 80px 0;
    padding-left: 20px;
    background: url("/images/scenicSpot/overview/tag_icon.png") 0 5px no-repeat;
  }
  .location-wrap {
    width: 1200px;
    height: 420px;
    margin: 40px auto 77px;
    overflow: hidden;
  }
  .location-wrap .location-map {
    float: left;
    width: 750px;
    height: 420px;
    background: #999;
  }
  .location-wrap .location-content {
    float: left;
    width: 450px;
    height: 420px;
    overflow: auto;
    padding: 50px 50px 0 30px;
    background: url('/images/scenicSpot/overview/location_content_bg.png') no-repeat;
  }
  .location-wrap .location-content .location-text {
    position: relative;
    width: 380px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-bottom: 85px;
    padding: 0 20px;
  }
  .location-wrap .location-content .location-text i {
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 3px solid #CB9D61;
  }
  .climate-wrap {
    width: 1200px;
  }
  .climate-wrap .climate-img {
    width: 1003px;
    height: 500px;
    margin: 40px auto 30px;
    background: url('/images/scenicSpot/overview/climate.png') no-repeat;
  }
  .climate-wrap .climate-tips {
    margin: 0 auto 80px;
    width: 1000px;
    height: 52px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    letter-spacing: 1px;
  }
  .content-window-card {
    width: 200px;
    height: 60px;
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .overview-wrap {
    width: 100%;
  }
  .overview-wrap .overview-img {
    width: 100%;
    height: 6.4rem;
  }
  .overview-wrap .overview-img img {
    width: 100%;
    height: 6.4rem;
  }
  .overview-wrap .overview-introduction {
    width: 9.333333rem;
    padding: 0.533333rem 0.8rem;
    background: #ffffff;
    box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.08);
    border-radius: 0.16rem 0.16rem 0 0;
    margin: auto;
    transform: translateY(-0.613333rem);
    position: relative;
  }
  .overview-wrap .overview-introduction:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.533333rem;
    left: 0;
    bottom: -0.213333rem;
    background-color: #fff;
  }
  .overview-wrap .overview-introduction .intro-title-wrap {
    position: relative;
    height: 0.466667rem;
    line-height: 0.466667rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .title-text {
    height: 0.466667rem;
    line-height: 0.466667rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #CA9D61;
    letter-spacing: 0.033333rem;
    margin: 0 0.266667rem;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .title-text span {
    letter-spacing: 0;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .triangle-icon {
    width: 0.266667rem;
    height: 0.466667rem;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .triangle-icon.left {
    top: 0;
    left: 0;
    background: url("/images/dynamic/activity/content-title-arrow.png") no-repeat center;
    background-size: cover;
  }
  .overview-wrap .overview-introduction .intro-title-wrap .triangle-icon.right {
    top: 0;
    right: 0;
    background: url("/images/dynamic/activity/content-title-arrow-right.png") no-repeat center;
    background-size: cover;
  }
  .overview-wrap .overview-introduction .intro-content-text p {
    text-indent: 2em;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    letter-spacing: 0.026667rem;
    margin-top: 0.533333rem;
    text-align: justify;
    word-break: break-all;
  }
  .guide-wrap {
    width: 100%;
    margin: 0 auto 0.8rem;
    position: relative;
    padding-top: 15.628667rem;
  }
  .guide-wrap .guide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    background-image: url("/images/scenicSpot/overview/picture4.jpg");
    background-repeat: no-repeat;
    background-size: 24rem 15rem;
    background-position: -7rem 0rem;
  }
  .guide-wrap .guide-content {
    width: 100%;
    padding: 0.64rem 0.853333rem 0.64rem;
    box-sizing: border-box;
    background: url("/images/scenicSpot/overview/guide_bg_m.png") no-repeat center;
    background-size: cover;
  }
  .guide-wrap .guide-content .guide-title-wrap {
    display: none;
  }
  .guide-wrap .guide-content .guide-text {
    width: 7.733333rem;
    padding-left: 0.56rem;
    margin-bottom: 0.4rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    letter-spacing: 0.013333rem;
    position: relative;
  }
  .guide-wrap .guide-content .guide-text::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.066667rem;
    width: 0.257467rem;
    height: 0.419467rem;
    background: url('/images/scenicSpot/overview/tag_icon.png') no-repeat center;
    background-size: cover;
  }
  .location-wrap {
    width: 100%;
    margin: 0 auto 0.8rem;
    overflow: hidden;
  }
  .location-wrap .location-map {
    width: 100%;
    height: 5.706667rem;
    background: #999;
  }
  .location-wrap .location-content {
    float: left;
    width: 100%;
    padding: 1.013333rem 0 0 1.413333rem;
    background: url('/images/scenicSpot/overview/location_content_bg_m.png') no-repeat;
    background-size: cover;
  }
  .location-wrap .location-content .location-text {
    position: relative;
    width: 7.733333rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    margin-bottom: 0.8rem;
  }
  .location-wrap .location-content .location-text i {
    position: absolute;
    left: -0.56rem;
    top: 0.08rem;
    width: 0.266667rem;
    height: 0.266667rem;
    border-radius: 50%;
    border: 0.053333rem solid #CB9D61;
  }
  .climate-wrap {
    width: 100%;
  }
  .climate-wrap .climate-tips {
    margin-top: 0.533333rem;
    width: 10rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    padding: 0.5rem 1.133333rem;
    background-image: url(/images/scenicSpot/overview/page_bg.png);
    background-size: contain;
    background-position: bottom;
  }
  .content-window-card {
    width: 200px;
    height: 60px;
    padding: 10px;
  }
}

.search-page {
  margin: 0 auto;
}
.search-page .breadCrums {
  width: 1200px;
  margin: 0 auto;
  text-indent: 0;
}
.search-page .top {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  margin-bottom: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed rgba(156, 154, 154, 0.7);
}
.search-page .top .text {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #cb9d61;
  line-height: 22px;
  display: inline-block;
  margin-right: 12px;
}
.search-page .top .input {
  display: inline-block;
  background: url("/images/search/input.png") no-repeat center;
  background-size: cover;
  width: 364px;
  height: 44px;
  line-height: 44px;
  margin-right: 12px;
}
.search-page .top .input input {
  width: 350px;
  height: 40px;
  margin-left: 5px;
  padding-left: 13px;
  font-size: 14px;
}
.search-page .top .input ::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #bbbbbb;
  line-height: 20px;
}
.search-page .top .btn {
  display: inline-block;
  background: url("/images/search/input1.png") no-repeat center;
  background-size: cover;
  width: 90px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #cb9d61;
  cursor: pointer;
}
.search-page .content {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
}
.search-page .content .text1 {
  margin-bottom: 11px;
  margin-left: 12px;
}
.search-page .content .list {
  padding-bottom: 17px;
}
.search-page .content .list .list-item .item {
  padding: 15px 12px;
  cursor: pointer;
}
.search-page .content .list .list-item .item:hover {
  background: #fffcf8;
  border-radius: 7px;
}
.search-page .content .list .list-item .item:hover .one {
  color: #cb9d61;
}
.search-page .content .list .list-item .item .one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  letter-spacing: 1px;
}
.search-page .content .list .list-item .item .one span:nth-last-child(1) {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8a8a8a;
  line-height: 20px;
}
.search-page .content .list .list-item .item .two {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  width: 1012px;
  margin-top: 10px;
}
.search-page .content .list .list-item .item .three {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8a8a8a;
  line-height: 17px;
  margin-top: 10px;
}
.search-page .content .list .list-item .line {
  width: 100%;
  height: 1px;
  background: rgba(218, 223, 228, 0.7);
  margin: 25px 0;
}
.search-page .content .pagination {
  margin-bottom: 72px;
}
.search-page .no-data {
  width: 100%;
  text-align: center;
  margin-top: 135px;
  margin-bottom: 145px;
}
.search-page .no-data img {
  width: 371px;
  height: 200px;
  margin-bottom: 34px;
}
.search-page .no-data div {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .search-page {
    margin: 0 auto;
  }
  .search-page .top {
    width: 91%;
    padding-top: 20px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .search-page .top .input ::-webkit-input-placeholder {
    font-size: 12px;
  }
  .search-page .content {
    width: 91%;
    margin: 0 auto;
  }
  .search-page .content .text1 {
    margin-left: 0;
  }
  .search-page .content .list .list-item .item .two {
    width: 100% !important;
  }
  .search-page .content .list .list-item .line {
    margin: 19px 0;
  }
  .search-page .content .no-data img {
    width: 301px;
    height: 162px;
    margin-bottom: 24px;
  }
  .search-page .content .no-data div {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .search-page .top {
    width: 100%;
    height: 88px;
    border: none;
    background: url("/images/search/bg.png") no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 0 12px;
  }
  .search-page .top .text {
    font-size: 12px;
    color: #cb9d61;
    line-height: 17px;
    margin-right: 0;
    margin-top: 10px;
  }
  .search-page .top .input {
    width: 52%;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    margin-right: 8px;
    background: url("/images/search/input2.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
  }
  .search-page .top .input input {
    width: 80%;
    font-size: 12px;
    height: 28px;
    padding-left: 4px;
  }
  .search-page .top .input ::-webkit-input-placeholder {
    font-size: 12px;
  }
  .search-page .top .btn {
    width: 53px;
    height: 31px;
    font-size: 12px;
    line-height: 31px;
    background: url("/images/search/input3.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
  }
  .search-page .content {
    width: 94%;
    margin: 0 auto;
  }
  .search-page .content .text1 {
    font-size: 12px;
    margin-left: 0px;
  }
  .search-page .content .list .list-item .item {
    box-shadow: 0px 3px 6px 0px rgba(198, 198, 198, 0.28);
    border-radius: 3px;
    margin-bottom: 12px;
  }
  .search-page .content .list .list-item .item .one span:nth-child(1) {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }
  .search-page .content .list .list-item .item .one span:nth-last-child(1) {
    font-size: 12px;
  }
  .search-page .content .list .list-item .item .two {
    width: 100% !important;
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
  }
  .search-page .content .list .list-item .item .three {
    margin-top: 6px;
    font-size: 11px;
  }
  .search-page .content .list .list-item .line {
    display: none;
  }
  .search-page .content .no-data img {
    width: 212px;
    height: 114px;
    margin-bottom: 19px;
  }
  .search-page .content .no-data div {
    font-size: 12px;
  }
  .search-page .content .pagination {
    margin-bottom: 32px;
  }
}


@media screen and (max-width: 1024px) {
  .mobile-detail-layout {
    width: 10rem;
  }
  .mobile-detail-layout .head {
    width: 10rem;
    height: 2.36rem;
    background: url('/images/home/mount.png') no-repeat center;
    background-size: cover;
  }
  .mobile-detail-layout .head img {
    width: 4.84rem;
    height: 0.853333rem;
    float: left;
    margin: 0.746667rem 2.586667rem;
  }
}

@media screen and (max-width: 1024px) {
  .opinion .iuput-item {
    border-bottom: none;
  }
}

@media screen and (max-width: 1024px) {
  .problem .content {
    width: 9.36rem;
    height: auto;
    background: url("/images/service/problem/mobile-bg.png");
    background-size: cover;
    margin-top: 0.293333rem;
    margin-left: 0.32rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .problem .content .block {
    width: 8.533333rem;
    height: auto;
    margin-left: 0.413333rem;
    border-top: 0.026667rem solid rgba(51, 51, 51, 0.1);
    float: left;
  }
  .problem .content .block .circle {
    width: 0.293333rem;
    height: 0.293333rem;
    border: 0.026667rem solid #CA9D61;
    border-radius: 50%;
    float: left;
    margin-left: 0.16rem;
    margin-top: 0.506667rem;
  }
  .problem .content .block .question {
    width: 7.813333rem;
    height: auto;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 800;
    line-height: 0.533333rem;
    color: #333333;
    float: left;
    margin-left: 0.266667rem;
    margin-top: 0.4rem;
  }
  .problem .content .block .answer {
    text-indent: 2em;
    width: 8.213333rem;
    height: auto;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    float: left;
    margin-left: 0.16rem;
    margin-top: 0.266667rem;
    margin-bottom: 0.4rem;
  }
  .problem .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url("/images/home/tab-bg-mobile.png");
    background-size: cover;
    margin-top: -0.933333rem;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-ticket .order-title {
    width: 3.253333rem;
    height: 0.906667rem;
    margin-left: 3.373333rem;
    margin-bottom: 0.453333rem;
    background-image: url("/images/tips/buyTicket/mobile-border.png");
    background-size: 100% 100%;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.906667rem;
    color: #CA9D61;
    text-align: center;
    float: left;
  }
  .mobile-ticket .step {
    width: 10rem;
    height: 0.453333rem;
    text-align: center;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    float: left;
  }
  .mobile-ticket .step img {
    width: 0.293333rem;
    height: 0.293333rem;
    margin-right: 0.08rem;
  }
  .mobile-ticket .step span {
    color: #bbb;
  }
  .mobile-ticket .vertical-line {
    width: 5.013333rem;
    height: 0.8rem;
    margin: 0.08rem 0;
    border-right: 0.026667rem solid #ca9d61;
    float: left;
  }
  .mobile-ticket .xiaochengxu {
    width: 3.786667rem;
    height: 3.786667rem;
    margin-top: 0.453333rem;
    margin-left: 3.106667rem;
    float: left;
  }
  .mobile-ticket .erweima-tip {
    width: 10rem;
    height: 0.453333rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.453333rem;
    color: #333333;
    margin-top: 0.266667rem;
    margin-bottom: 0.8rem;
    text-align: center;
    float: left;
  }
  .mobile-ticket .horizontal-line {
    width: 7.066667rem;
    height: 0.1rem;
    margin-left: 1.466667rem;
    clear: both;
  }
  .mobile-ticket .card {
    width: 9.253333rem;
    height: 2.746667rem;
    margin-left: 0.373333rem;
    background: url("/images/tips/buyTicket/mobile-card-bg.png");
    background-size: cover;
  }
  .mobile-ticket .card .card-left {
    width: 4.933333rem;
    height: 2.746667rem;
    margin-left: 0.533333rem;
    float: left;
  }
  .mobile-ticket .card .card-left .name {
    width: 4.933333rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.453333rem;
  }
  .mobile-ticket .card .card-left .time {
    width: 4.933333rem;
    height: 0.453333rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.453333rem;
    color: #CA9D61;
    margin: 0.133333rem 0;
  }
  .mobile-ticket .card .card-left .summary {
    width: 4.933333rem;
    height: 0.7rem;
    font-size: 0.213333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.35rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .mobile-ticket .card .card-right {
    width: 2.666667rem;
    height: 2.746667rem;
    float: left;
    margin-left: 0.613333rem;
  }
  .mobile-ticket .card .card-right .price {
    width: 2.666667rem;
    height: 0.666667rem;
    font-size: 0.48rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.666667rem;
    color: #7D1910;
    text-align: center;
    margin-top: 0.453333rem;
    margin-bottom: 0.213333rem;
  }
  .mobile-ticket .card .card-right .btn {
    width: 2.666667rem;
    height: 0.76rem;
    background: url("/images/tips/buyTicket/order-bg.png");
    background-size: 100% 100%;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.76rem;
    color: #FFFFFF;
    text-align: center;
  }
  .mobile-ticket .info-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.533333rem;
    margin: 0.8rem 0rem;
  }
  .mobile-ticket .info-title img {
    width: 0.266667rem;
    height: 0.466667rem;
    float: left;
    margin-top: 0.026667rem;
  }
  .mobile-ticket .info-title .title {
    font-size: 0.373333rem;
    font-family: Songti SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    text-align: center;
    margin: 0 0.3rem;
    float: left;
    font-family: 'sssss';
  }
  .mobile-ticket .info {
    width: 9.253333rem;
    height: auto;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    margin-left: 0.373333rem;
  }
  .mobile-ticket .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.333333rem;
  }
}

@media screen and (min-width: 1024px) {
  .breadCrums {
    padding: 37px 0 30px;
    text-indent: 37px;
    text-align: left;
    color: #BBBBBB;
    font-size: 14px;
  }
  .breadCrums .home {
    cursor: pointer;
    color: #333;
  }
  .breadCrums span {
    font-weight: 400;
    line-height: 20px;
  }
  .breadCrums .link {
    cursor: pointer;
    color: #333;
  }
}
@media screen and (max-width: 1024px) {
  .breadCrums {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pagination {
    width: 800px;
    display: flex;
    margin: 30px auto 0px;
    text-align: center;
    justify-content: center;
  }
  .pagination .mobile-load-more {
    display: none;
  }
  .pagination .pre-ellipsis {
    width: 20px;
    height: 20px;
    margin: 10px;
    cursor: pointer;
    background: url("/images/dynamic/news/ellipsis.png") no-repeat;
    background-size: cover;
    position: relative;
  }
  .pagination .pre-ellipsis:hover {
    width: 20px;
    height: 20px;
    margin: 10px;
    background: url("/images/dynamic/news/pre.png") no-repeat;
    background-size: cover;
  }
  .pagination .pre-ellipsis:hover .ellipsis-tip {
    display: block;
  }
  .pagination .next-ellipsis {
    width: 20px;
    height: 20px;
    margin: 10px;
    cursor: pointer;
    background: url("/images/dynamic/news/ellipsis.png") no-repeat;
    background-size: cover;
    position: relative;
  }
  .pagination .next-ellipsis:hover {
    width: 20px;
    height: 20px;
    margin: 10px;
    background: url("/images/dynamic/news/next.png") no-repeat;
    background-size: cover;
  }
  .pagination .next-ellipsis:hover .ellipsis-tip {
    display: block;
  }
  .pagination .ellipsis-tip {
    position: absolute;
    top: 30px;
    width: 60px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    border: 1px solid;
    display: none;
  }
  .pagination .page-tag {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 800;
    color: #585F65;
    border-radius: 50%;
    cursor: pointer;
  }
  .pagination .selected {
    color: #fff;
    background: #CB9D61;
  }
  .pagination .page-pre {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("/images/tradition/culture/page_pre.png") no-repeat center;
  }
  .pagination .page-pre.hide {
    visibility: hidden;
  }
  .pagination .page-next {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("/images/tradition/culture/page_next.png") no-repeat center;
  }
  .pagination .page-next.hide {
    visibility: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .pagination .pagination-load-more {
    display: flex;
    justify-content: center;
    height: 2rem;
    align-items: center;
  }
  .pagination .pagination-load-more .load-words {
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.56rem;
    color: #C1A061;
  }
  .pagination .pagination-load-more img {
    width: 0.56rem;
    height: 0.56rem;
    margin-left: 0.133333rem;
  }
}

@media screen and (min-width: 1024px) {
  .pageTitleTheme {
    display: none;
  }
  .pageTitleTheme .dotted {
    flex: 1;
    height: 0px;
    border-bottom: 2px dashed #DCDCDC;
    margin-top: 86px;
  }
  .pageTitleTheme .title {
    margin: 59px 9px 40px;
  }
  .pageTitleTheme .title img {
    height: 58px;
  }
  .pageTitleTheme .title .content-title {
    text-align: center;
    height: 58px;
  }
  .pageTitleTheme .title .content-title > div {
    display: inline-block;
  }
  .pageTitleTheme .title .content-title .title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    line-height: 58px;
    letter-spacing: 5px;
    margin: 0 20px;
    transform: translateY(-2px);
  }
  .pageTitleTheme .title .content-title .arrow {
    height: 35px;
    transform: translateY(8px);
  }
  .pageTitleTheme .title .content-title .arrow img {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .pageTitleTheme {
    width: 100%;
    height: 2.36rem;
    background: url('/images/home/mount.png') no-repeat center;
    background-size: cover;
  }
  .pageTitleTheme .dotted {
    display: none;
  }
  .pageTitleTheme .title {
    height: 100%;
    text-align: center;
    line-height: 2.346667rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pageTitleTheme .title .arrow {
    height: 0.553333rem;
    width: 0.466667rem;
    transform: translateY(0.12rem);
  }
  .pageTitleTheme .title .arrow img {
    height: 0.553333rem;
    width: 0.466667rem;
  }
}

@media screen and (min-width: 1024px) {
  .ordinary-layout {
    min-width: 1200px;
    padding-bottom: 80px;
  }
  .ordinary-layout .banner {
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  .ordinary-layout .ordinary-wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .ordinary-layout .banner {
    display: none;
  }
  .ordinary-layout .ordinary-wrap {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .history-swiper {
    width: 10rem;
    height: 3.733333rem;
    overflow: hidden;
    margin-top: 0.293333rem;
  }
  .history-swiper .swiper-container-history {
    width: 24.48rem;
    height: 3.733333rem;
    margin-left: -7.24rem;
  }
  .history-swiper .swiper-container-history .swiper-slide {
    width: 8.16rem;
    height: 3.733333rem;
    transition: 300ms;
    transform: scale(0.84);
  }
  .history-swiper .swiper-container-history .swiper-slide img {
    width: 8.16rem;
    height: 3.733333rem;
  }
  .history-swiper .swiper-container-history .swiper-slide-active {
    transform: scale(1);
  }
}

.organization-structure {
  padding: 0px 62px 180px;
}
.organization-structure .wrap1 {
  margin-top: 39px;
  display: flex;
  justify-content: center;
  margin-bottom: 39px;
  position: relative;
}
.organization-structure .wrap1:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #CB9D61;
  border-radius: 50%;
  left: 50%;
  bottom: -13px;
  margin-left: -28px;
}
.organization-structure .wrap1 span {
  transform: translateX(-19px);
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative;
}
.organization-structure .wrap1 span::before {
  content: '';
  position: absolute;
  left: -19px;
  top: 0;
  width: 8px;
  height: 30px;
  background: #CB9D61;
}
.organization-structure .wrap1 span:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 38px;
  background-color: #CB9D61;
  bottom: -49px;
  left: 24px;
}
.organization-structure .wrap2 {
  display: flex;
  margin-bottom: 28px;
  padding-top: 40px;
  position: relative;
}
.organization-structure .wrap2:after {
  position: absolute;
  content: '';
  width: 907px;
  height: 2px;
  top: 10px;
  left: 72px;
  background-color: #CB9D61;
}
.organization-structure .wrap2 > div {
  position: relative;
}
.organization-structure .wrap2 > div:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 25px;
  background-color: #CB9D61;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}
.organization-structure .wrap2 > div:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #CB9D61;
  left: 50%;
  top: -31px;
  transform: translateX(-50%);
}
.organization-structure .wrap2 > div:nth-of-type(1) {
  margin-left: 35px;
}
.organization-structure .wrap2 > div:nth-of-type(2) {
  margin-left: 109px;
}
.organization-structure .wrap2 > div:nth-of-type(3) {
  margin-left: 140px;
}
.organization-structure .wrap2 > div:nth-of-type(4) {
  margin-left: 171px;
}
.organization-structure .wrap2 > div:nth-of-type(5) {
  margin-left: 107px;
}
.organization-structure .wrap2 span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  letter-spacing: 1px;
  position: relative;
}
.organization-structure .wrap2 span::before {
  content: '';
  position: absolute;
  left: -18px;
  top: -2px;
  width: 8px;
  height: 30px;
  background: #CB9D61;
}
.organization-structure .wrap2 span:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #CB9D61;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
.organization-structure .wrap3 {
  display: flex;
}
.organization-structure .wrap3 .wrapchild0 {
  position: relative;
}
.organization-structure .wrap3 .wrapchild0::before {
  content: '';
  left: 17px;
  top: 8px;
  position: absolute;
  width: 105px;
  height: 2px;
  background-color: #CB9D61;
}
.organization-structure .wrap3 .wrapchild0 .wrap:first-child div {
  margin-left: 0px;
}
.organization-structure .wrap3 .wrapchild1 .wrap {
  margin-left: 38px;
  margin-right: 33px;
}
.organization-structure .wrap3 .wrapchild2 {
  position: relative;
}
.organization-structure .wrap3 .wrapchild2::before {
  content: '';
  left: 52px;
  top: 8px;
  position: absolute;
  width: 207px;
  height: 2px;
  background-color: #CB9D61;
}
.organization-structure .wrap3 .wrapchild3 {
  position: relative;
}
.organization-structure .wrap3 .wrapchild3::before {
  content: '';
  left: 52px;
  top: 8px;
  position: absolute;
  width: 105px;
  height: 2px;
  background-color: #CB9D61;
}
.organization-structure .wrap3 .wrapchild4 {
  position: relative;
}
.organization-structure .wrap3 .wrapchild4::before {
  content: '';
  left: 52px;
  top: 8px;
  position: absolute;
  width: 105px;
  height: 2px;
  background-color: #CB9D61;
}
.organization-structure .wrap3 > div {
  display: flex;
}
.organization-structure .wrap3 > div .wrap > div {
  display: flex;
  align-items: center;
  width: 34px;
  height: 106px;
  padding: 0 10px;
  background: #F9F5EB;
  border-radius: 17px;
  border: 1px solid #CB9D61;
  margin: 37px 35px 0;
  position: relative;
}
.organization-structure .wrap3 > div .wrap > div:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 25px;
  background-color: #CB9D61;
  top: -31px;
  left: 16px;
}
.organization-structure .wrap3 > div .wrap > div:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #CB9D61;
  left: 15px;
  top: -31px;
}
.organization-structure .wrap3 span {
  word-break: break-all;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

@media screen and (min-width: 1024px) {
  .organization {
    background: url('/images/about/organization/page-bg.png') no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .organization img {
    width: 9.413333rem;
    height: 8.96rem;
    margin-left: 0.293333rem;
  }
  .organization .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.066667rem;
  }
}

.experience-content .experience-item {
  margin-bottom: 0.8rem;
  padding: 0 0.4rem;
}
.experience-content .experience-item:nth-of-type(1) {
  margin-top: 0.666667rem;
}
.experience-content .experience-item > .title {
  font-size: 0.373333rem;
  line-height: 0.373333rem;
  margin-bottom: 0.4rem;
  color: #333;
  text-align: center;
}
.experience-content .experience-item .item {
  background-color: #fff;
  box-shadow: 0 0 0.133333rem 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.experience-content .experience-item .item .img {
  height: 5.333333rem;
  margin-bottom: 0.266667rem;
}
.experience-content .experience-item .item .img > img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
.experience-content .experience-item .item > p {
  font-size: 0.373333rem;
  line-height: 0.373333rem;
  color: #333;
  padding: 0 0.266667rem;
}
.experience-content .experience-item .item .title {
  margin-bottom: 0.133333rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.experience-content .experience-item .item .content {
  font-size: 0.266667rem;
  text-indent: 2em;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.746667rem;
  margin-bottom: 0.213333rem;
}
.experience-content .experience-item .item .more {
  float: right;
  color: #BE8441;
  margin-bottom: 0.266667rem;
}
.experience-content .experience-item .item .play {
  position: relative;
}
.experience-content .experience-item .item .play .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

@media screen and (min-width: 1024px) {
  .news-list .list-item {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #F2F5F8;
    padding-top: 33px;
  }
  .news-list .list-item .item-img {
    margin-right: 61px;
    cursor: pointer;
    border-radius: 5px;
    width: 280px;
    height: 160px;
  }
  .news-list .list-item .item-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .news-list .list-item .item-content {
    width: 579px;
    cursor: pointer;
  }
  .news-list .list-item .item-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 12px 0 10px;
  }
  .news-list .list-item .item-content > .item-summary {
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
    width: 579px;
    height: 50px;
    float: left;
    margin-top: 30px;
  }
  .news-list .list-item .tag-list {
    width: 470px;
    float: right;
  }
  .news-list .list-item .tag-list span {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #CB9D61;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #CB9D61;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .news-list .list-item .date {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    float: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list {
    margin-bottom: 0.213333rem;
    padding: 0 0.32rem;
  }
  .news-list .list-item {
    margin-top: 0.533333rem;
  }
  .news-list .list-item .item-img {
    width: 9.36rem;
    height: 4rem;
  }
  .news-list .list-item .item-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .news-list .list-item .item-content {
    width: 9.36rem;
    background: #FFFFFF;
    box-shadow: 0px 0.053333rem 0.08rem rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 0 0.533333rem 0.4rem;
    overflow: hidden;
  }
  .news-list .list-item .item-content .item-title {
    height: 0.533333rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.266667rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .news-list .list-item .item-content .date {
    width: 2.4rem;
    height: 0.373333rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.373333rem;
    color: #BBBBBB;
    float: left;
    margin-top: 0.133333rem;
  }
  .news-list .list-item .item-content .tag-list {
    float: right;
    width: 71%;
  }
  .news-list .list-item .item-content .tag-list span {
    height: 0.506667rem;
    border: 0.026667rem solid #CB9D61;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.453333rem;
    color: #CB9D61;
    text-align: center;
    float: left;
    padding: 0 0.133333rem;
    margin-top: 0.08rem;
    margin-right: 0.266667rem;
  }
  .news-list .list-item .item-content .item-summary {
    text-indent: 2em;
    height: 0.853333rem;
    float: left;
    margin-top: 0.186667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
  }
}

.notice-list {
  border-top: 1px solid #F2F5F8;
  margin-top: 62px;
}
.notice-list .notice-item {
  display: flex;
  height: 74px;
  border-bottom: 1px solid #F2F5F8;
  cursor: pointer;
}
.notice-list .notice-item .item-dots {
  width: 12px;
  height: 12px;
  border: 1px solid #CB9D61;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: 32px;
}
.notice-list .notice-item .item-text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  letter-spacing: 1px;
  width: 900px;
  margin-right: 50px;
  line-height: 76px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-list .notice-item .item-date {
  font-size: 14px;
  font-weight: 500;
  color: #787878;
  line-height: 20px;
  text-align: right;
  line-height: 74px;
}

@media screen and (min-width: 1024px) {
  .notice-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0 47px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-notice .content {
    width: 9.36rem;
    min-height: 2.133333rem;
    margin-left: 0.32rem;
    margin-top: 0.56rem;
    background: url("/images/dynamic/notice/mobile-bg.png") repeat-y;
    background-size: cover;
    padding-top: 0.4rem;
    padding-bottom: 0.733333rem;
  }
  .mobile-notice .content .block {
    width: 8.533333rem;
    float: left;
    margin-left: 0.413333rem;
    border-bottom: 0.026667rem solid rgba(51, 51, 51, 0.1);
  }
  .mobile-notice .content .block .circle {
    width: 0.293333rem;
    height: 0.293333rem;
    border: 0.026667rem solid #CA9D61;
    border-radius: 50%;
    float: left;
    margin-left: 0.133333rem;
    margin-top: 0.466667rem;
  }
  .mobile-notice .content .block .title {
    width: 5.7rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.54rem;
    padding: 0.34rem 0;
    max-height: 1.5rem;
    color: #333333;
    float: left;
    margin-left: 0.266667rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
  }
  .mobile-notice .content .block .date {
    width: 1.85rem;
    height: 1.226667rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 1.226667rem;
    color: #959595;
    float: left;
    margin-left: 0.266667rem;
  }
  .mobile-notice .content .load {
    width: 9.36rem;
    height: 2.133333rem;
    float: left;
  }
  .mobile-notice .content .load .load-more {
    width: 2.266667rem;
    height: 0.56rem;
    float: left;
    margin-left: 3.546667rem;
    margin-top: 0.693333rem;
  }
  .mobile-notice .content .load .load-more .load-words {
    width: 1.666667rem;
    height: 0.56rem;
    float: left;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.56rem;
    color: #C1A061;
  }
  .mobile-notice .content .load .load-more img {
    width: 0.56rem;
    height: 0.56rem;
    float: right;
  }
  .mobile-notice .content .clear {
    clear: both;
  }
  .mobile-notice .bottom {
    width: 10rem;
    height: 2.6rem;
    background: url(/images/home/tab-bg-mobile2.png);
    background-size: cover;
    margin-top: -0.68rem;
  }
}

@media screen and (max-width: 1024px) {
  .climate-carousel {
    width: 10rem;
    height: 3.466667rem;
    overflow: hidden;
  }
  .climate-carousel .swiper-container-climate {
    width: 24.4rem;
    height: 3.466667rem;
    margin-left: -7.2rem;
  }
  .climate-carousel .swiper-container-climate .swiper-slide {
    width: 8.133333rem;
    height: 3.466667rem;
    transition: 300ms;
    transform: scale(0.93);
  }
  .climate-carousel .swiper-container-climate .swiper-slide img {
    width: 8.133333rem;
    height: 3.466667rem;
  }
  .climate-carousel .swiper-container-climate .swiper-slide-active {
    transform: scale(1);
  }
}

.problem-content > .module {
  padding: 29px 210px 30px 79px;
  border-bottom: 1px solid #F2F5F8;
}
.problem-content > .module h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.problem-content > .module p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}



@media screen and (min-width: 1024px) {
  .assistant-content {
    padding: 0 50px;
  }
  .assistant-content .ticket-tips {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 30px;
  }
  .assistant-content .ticket-label {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 17px;
  }
  .assistant-content .mobile-tips {
    display: none;
  }
  .assistant-content .ticket-line {
    display: none;
  }
  .assistant-content .mobile-title {
    display: none;
  }
  .assistant-content > .special-rules {
    width: 100%;
    padding-bottom: 30px;
    background: url('/images/tips/assistant/special-rules.png') 100%;
    margin-bottom: 40px;
  }
  .assistant-content > .special-rules .title {
    text-align: center;
    padding: 19px 0;
    height: 74px;
  }
  .assistant-content > .special-rules .title span {
    display: inline-block;
    padding: 0 19px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .assistant-content > .special-rules .title img {
    width: 20px;
    height: 28px;
    transform: translateY(8px);
  }
  .assistant-content > .special-rules article {
    padding: 0 32px;
  }
  .assistant-content > .special-rules article p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .assistant-content .scenic-tips {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .assistant-content .end {
    margin-bottom: 60px;
  }
  .assistant-content .scenic-explain {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
  .assistant-content .scenic-explain .item {
    width: 353px;
    height: 242px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(223, 223, 223, 0.5);
    border-radius: 5px;
    overflow: hidden;
  }
  .assistant-content .scenic-explain .item img {
    display: block;
    width: 100%;
    height: 135px;
  }
  .assistant-content .scenic-explain .item p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
  }
  .assistant-content .scenic-explain .item .img {
    height: 135px;
    margin-bottom: 15px;
  }
  .assistant-content .scenic-explain .item > .box {
    padding-left: 114px;
  }
  .assistant-content .price-tr th {
    width: 275px;
  }
  .assistant-content .price-td {
    line-height: 40px;
  }
  .assistant-content .price-td:nth-child(4) {
    text-align: left;
    padding: 0 3px;
  }
  .assistant-content table {
    width: 100%;
    border: 1px solid #F2F5F8;
    border-collapse: collapse;
    border-top: none;
    margin-bottom: 39px;
  }
  .assistant-content table tr {
    height: 60px;
    line-height: 60px;
  }
  .assistant-content table th {
    font-size: 16px;
    font-weight: 800;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    background: #F9F5EB;
    text-align: center;
  }
  .assistant-content table td {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
  }
  .assistant-content table .item {
    border: 1px solid #F2F5F8;
    border-top: none;
  }
  .assistant-content .mobile-bottom {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .assistant-content {
    width: 10rem;
  }
  .assistant-content .phone-uptitle {
    display: flex;
    justify-content: center;
    margin-top: 0.186667rem;
  }
  .assistant-content .phone-uptitle img {
    height: 0.52rem;
    float: left;
    text-align: center;
    margin-left: 0.266667rem;
    margin-right: 0.266667rem;
  }
  .assistant-content .phone-uptitle .uptitle {
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: Songti SC;
    font-weight: 900;
    line-height: 0.373333rem;
    color: #333333;
    letter-spacing: 0.013333rem;
    opacity: 1;
    float: left;
    padding-top: 0.066667rem;
    border-right: 0.026667rem solid #C1A061;
    font-family: 'sssss';
    white-space: nowrap;
    padding-right: 0.133333rem;
  }
  .assistant-content .phone-uptitle .uptitles {
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: Songti SC;
    font-weight: 900;
    line-height: 0.373333rem;
    letter-spacing: 0.013333rem;
    opacity: 1;
    color: #BBBBBB;
    float: left;
    padding-top: 0.066667rem;
    margin-left: 0.133333rem;
    font-family: 'sssss';
    white-space: nowrap;
  }
  .assistant-content .ticket-tips {
    display: none;
  }
  .assistant-content .mobile-tips {
    width: 10rem;
    height: 0.746667rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.373333rem;
    color: #333333;
    float: left;
    margin-top: 0.4rem;
    margin-bottom: 0.533333rem;
    text-align: center;
  }
  .assistant-content .ticket-line {
    width: 1.946667rem;
    height: 0.266667rem;
    border-bottom: 0.026667rem dashed rgba(112, 112, 112, 0.2);
    float: left;
  }
  .assistant-content .mobile-title {
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    text-align: center;
  }
  .assistant-content .ticket-label {
    display: none;
  }
  .assistant-content .phone-list {
    margin-bottom: 0.48rem;
  }
  .assistant-content table {
    width: 9.36rem;
    height: 6.16rem;
    border: 0.002667rem solid #F2F5F8;
    border-collapse: collapse;
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    float: left;
  }
  .assistant-content table tr {
    height: 0.96rem;
    line-height: 0.533333rem;
  }
  .assistant-content table tr .borderRight {
    border-right: 0.026667rem solid #fff;
  }
  .assistant-content table th {
    font-size: 0.373333rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.64rem;
    letter-spacing: 1px;
    background: #F9F5EB;
    text-align: center;
  }
  .assistant-content table td {
    height: 1.733333rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.48rem;
    letter-spacing: 0.013333rem;
    text-align: center;
    border: 0.026667rem solid #F9F5EB;
    padding: 0 0.186667rem;
  }
  .assistant-content > .special-rules {
    width: 9.36rem;
    background: url('/images/tips/assistant/special-rules.png') 100% repeat;
    margin-left: 0.32rem;
    margin-right: 0.32rem;
    margin-bottom: 0.586667rem;
    float: left;
  }
  .assistant-content > .special-rules .title {
    width: 4.24rem;
    height: 0.72rem;
    background: url('/images/home/assistant-yellow.png') no-repeat;
    background-size: cover;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.72rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0.72rem 0rem 0.4rem 2.56rem;
    float: left;
  }
  .assistant-content > .special-rules article {
    float: left;
  }
  .assistant-content > .special-rules article .p1-article {
    width: 8.746667rem;
    margin-left: 0.293333rem;
    margin-bottom: 0.64rem;
    text-align: center;
    line-height: 0.48rem;
    float: left;
  }
  .assistant-content > .special-rules article .phone-article {
    font-weight: 600;
    font-size: 0.32rem;
  }
  .assistant-content > .special-rules article p {
    float: left;
    width: 8.746667rem;
    text-align: center;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.48rem;
    color: #333333;
    opacity: 1;
  }
  .assistant-content .scenic-tips {
    width: 9.333333rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.666667rem;
    margin-left: 0.346667rem;
    float: left;
  }
  .assistant-content .end {
    margin-bottom: 0.8rem;
  }
  .assistant-content .scenic-explain {
    display: none;
  }
  .assistant-content .mobile-bottom {
    width: 10rem;
    height: 2.6rem;
    float: left;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.333333rem;
  }
}
.margin40 {
  margin-bottom: 40px !important;
}



@media screen and (min-width: 1024px) {
  .strategy-content {
    padding: 0 37px;
  }
  .strategy-content > .list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .strategy-content > .list .list-item {
    width: 353px;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(231, 231, 231, 0.5);
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 40px;
    overflow: hidden;
    cursor: pointer;
  }
  .strategy-content > .list .list-item .scale-box div {
    display: block;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
  }
  .strategy-content > .list .list-item article {
    padding: 0 15px;
  }
  .strategy-content > .list .list-item article .title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 20px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .strategy-content > .list .list-item article .date {
    font-size: 14px;
    font-weight: 400;
    color: #BBBBBB;
    margin-bottom: 15px;
  }
  .strategy-content > .list .list-item article > .infor {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 30px;
    height: 60px;
  }
  .strategy-content > .list .list-item article button {
    width: 120px;
    height: 35px;
    background: #CB9D61;
    border-radius: 5px;
    margin-left: 101px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 44px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .strategy-content > .list {
    margin: 0 0.533333rem;
  }
  .strategy-content > .list .list-item {
    margin-bottom: 0.533333rem;
    overflow: hidden;
    border-bottom: 0.026667rem solid rgba(187, 187, 187, 0.5);
    padding-bottom: 0.533333rem;
    margin-right: 0 !important;
  }
  .strategy-content > .list .list-item .scale-box {
    float: right;
    margin-left: 0.4rem;
    width: 4.693333rem;
    height: 2.773333rem;
    border-radius: 0.133333rem;
  }
  .strategy-content > .list .list-item .scale-box div {
    width: 4.693333rem;
    height: 2.773333rem;
    background-size: cover;
    background-position: center;
  }
  .strategy-content > .list .list-item article {
    width: 3.84rem;
    float: left;
    position: relative;
  }
  .strategy-content > .list .list-item article .title {
    width: 100%;
    font-size: 0.373333rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.426667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.213333rem;
  }
  .strategy-content > .list .list-item article .date {
    font-size: 0.266667rem;
    line-height: 0.48rem;
    font-weight: 400;
    color: #BBBBBB;
  }
  .strategy-content > .list .list-item article .infor {
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 0.24rem;
    height: 1.44rem;
  }
  .strategy-content > .list .list-item article button {
    display: none;
  }
}

.traffic .ordinary-layout {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .phone-uptitle-traffic {
    margin-top: 0.186667rem;
    display: flex;
    justify-content: center;
  }
  .phone-uptitle-traffic img {
    width: 0.373333rem;
    height: 0.52rem;
    float: left;
    text-align: center;
    margin-left: 0.266667rem;
    margin-right: 0.266667rem;
  }
  .phone-uptitle-traffic .uptitle {
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: Songti SC;
    font-weight: 900;
    line-height: 0.373333rem;
    color: #BBBBBB;
    letter-spacing: 0.013333rem;
    opacity: 1;
    float: left;
    padding-top: 0.066667rem;
    border-right: 0.026667rem solid #C1A061;
    font-family: 'sssss';
    white-space: nowrap;
    padding-right: 0.133333rem;
  }
  .phone-uptitle-traffic .uptitles {
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: Songti SC;
    font-weight: 900;
    line-height: 0.373333rem;
    letter-spacing: 0.013333rem;
    opacity: 1;
    color: #333333;
    float: left;
    padding-top: 0.066667rem;
    margin-left: 0.133333rem;
    font-family: 'sssss';
    white-space: nowrap;
  }
}

@media screen and (min-width: 1024px) {
  .drive-map {
    padding: 0 57px;
  }
  .drive-map > p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    margin: 30px 0 37px;
  }
  .drive-map .map-des {
    display: none;
  }
  .drive-map > .content {
    display: flex;
  }
  .drive-map > .content .map {
    width: 470px;
    height: 430px;
  }
  .drive-map > .content .map #container {
    width: 470px;
    height: 430px;
  }
  .drive-map > .content .infor {
    width: 600px;
    height: 430px;
    overflow: auto;
    padding: 25px 38px 0;
    background: url('/images/tips/traffic/map-bg.png') repeat;
  }
  .drive-map > .content .infor p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .drive-map {
    width: 10rem;
    float: left;
  }
  .drive-map > p {
    margin: 0.293333rem 0 0.4rem 1.333333rem;
    width: 7.333333rem;
    height: auto;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.4rem;
    color: #333333;
    text-align: center;
  }
  .drive-map .pc-map-des {
    display: none;
  }
  .drive-map > .content {
    float: left;
  }
  .drive-map > .content .map {
    float: left;
    width: 10rem;
    height: 5.706667rem;
  }
  .drive-map > .content .map #container {
    width: 10rem;
    height: 5.706667rem;
  }
  .drive-map > .content .map .content-window-card {
    font-size: 0.373333rem;
  }
  .drive-map > .content .infor {
    float: left;
    width: 10rem;
    padding-bottom: 20px;
    background: url('/images/tips/traffic/map-bg.png') repeat;
  }
  .drive-map > .content .infor .phone-maproad {
    background: url("/images/home/map-des.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 0.4rem;
    margin-left: 3.36rem;
    width: 3.306667rem;
    height: 0.96rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.96rem;
    text-align: center;
    color: #FFFFFF;
  }
  .drive-map > .content .infor .mapline-des {
    width: 9.12rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 0.266667rem;
    margin-left: 0.453333rem;
  }
}

@media screen and (min-width: 1024px) {
  .traffic-table {
    padding: 0 60px;
  }
  .traffic-table .title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 40px 0 20px;
  }
  .traffic-table .info {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .traffic-table .phone-info {
    display: none;
  }
  .traffic-table table {
    width: 1080px;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
  }
  .traffic-table table thead {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
  }
  .traffic-table table tbody {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
  }
  .traffic-table table td,
  .traffic-table table th {
    border: 1px solid #F2F5F8;
    color: #666;
    height: 30px;
    text-align: center;
  }
  .traffic-table table tr {
    height: 60px;
    background-color: #fff;
  }
  .traffic-table table thead tr {
    height: 39px;
  }
  .traffic-table table thead th {
    background: #F9F5EB;
    width: 100px;
    text-align: center;
  }
  .traffic-table .mobile-bottom {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .traffic-table {
    width: 10rem;
    float: left;
  }
  .traffic-table .stop-info {
    width: 10rem;
    height: auto;
    float: left;
    margin-top: 0.533333rem;
    margin-bottom: 0.533333rem;
  }
  .traffic-table .stop-info .title {
    width: 9.333333rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.64rem;
    color: #333333;
    margin-bottom: 0.16rem;
    margin-left: 0.533333rem;
  }
  .traffic-table .stop-info .info {
    display: none;
  }
  .traffic-table .stop-info .phone-info {
    width: 8.933333rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.48rem;
    color: #333333;
    margin: 0.16rem 0rem 0rem 0.533333rem;
    float: left;
  }
  .traffic-table table {
    width: 9.36rem;
    margin-top: 0.533333rem;
    margin-left: 0.32rem;
    border: 0.053333rem solid #F9F5EB;
  }
  .traffic-table tr {
    line-height: 0.96rem;
    height: 1.253333rem;
    border-spacing: 0;
  }
  .traffic-table th {
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.64rem;
    color: #333333;
    text-align: center;
    background: #F9F5EB;
    border: 0.026667rem solid #FFFFFF;
  }
  .traffic-table td {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.48rem;
    color: #333333;
    text-align: center;
    border: 0.053333rem solid #F9F5EB;
  }
  .traffic-table .notice {
    width: 8.906667rem;
    height: auto;
    margin-top: 0.533333rem;
    margin-left: 0.32rem;
  }
  .traffic-table .notice .title {
    width: 100%;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 550;
    line-height: 0.64rem;
    color: #333333;
    margin-bottom: 0.4rem;
  }
  .traffic-table .notice .info {
    width: 8.906667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.666667rem;
  }
  .traffic-table .mobile-bottom {
    width: 10rem;
    height: 2.6rem;
    float: left;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.333333rem;
  }
}

@media screen and (max-width: 1024px) {
  .celebrity-detail {
    width: 10rem;
    margin-bottom: 0.533333rem;
  }
  .celebrity-detail .title {
    width: 9.306667rem;
    height: auto;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.426667rem;
    margin-left: 0.346667rem;
    font-weight: 400;
  }
  .celebrity-detail > img {
    width: 9.36rem;
    height: 5.52rem;
    margin-top: 0.32rem;
    margin-left: 0.32rem;
  }
  .celebrity-detail .content {
    width: 8.986667rem;
    height: auto;
    margin-top: 0.56rem;
    margin-left: 0.506667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    min-height: 6rem;
  }
  .celebrity-detail .content p + p {
    margin-top: 0.266667rem;
  }
  .celebrity-detail .content p {
    word-break: break-all;
    line-height: 0.48rem;
    font-size: 0.32rem;
    width: 100%;
    margin-top: 0.266667rem;
  }
  .celebrity-detail .content span {
    word-break: break-all;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .celebrity-detail .content img {
    max-width: 100%;
    display: block;
    margin-top: 0.266667rem;
  }
  .celebrity-detail .content font {
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .celebrity-detail .content section {
    line-height: 0.48rem;
    font-size: 0.32rem;
    margin-top: 0.266667rem;
  }
}

@media screen and (min-width: 1024px) {
  .detail-layout {
    min-width: 1200px;
    background: #F8F8F8;
    padding-bottom: 80px;
  }
  .detail-layout .banner {
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  .detail-layout .detail-wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .detail-layout .detail-wrap .detail-container {
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 1024px) {
  .detail-layout {
    width: 100%;
  }
  .detail-layout .detail-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .detail-layout .detail-wrap .detail-container {
    background-color: #fff;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .certificate-swiper1 {
    width: 10rem;
    height: 10.666667rem;
    overflow: hidden;
  }
  .certificate-swiper1 .swiper-container-certificate1 {
    width: 23.04rem;
    height: 10.666667rem;
    margin-left: -6.52rem;
  }
  .certificate-swiper1 .swiper-container-certificate1 .swiper-slide {
    width: 7.68rem;
    height: 10.666667rem;
    transition: 300ms;
    transform: scale(0.875);
  }
  .certificate-swiper1 .swiper-container-certificate1 .swiper-slide img {
    width: 7.68rem;
    height: 10.666667rem;
  }
  .certificate-swiper1 .swiper-container-certificate1 .swiper-slide-active {
    transform: scale(1);
  }
}

@media screen and (max-width: 1024px) {
  .certificate-swiper2 {
    width: 10rem;
    height: 5.333333rem;
    overflow: hidden;
  }
  .certificate-swiper2 .swiper-container-certificate2 {
    width: 24.8rem;
    height: 5.333333rem;
    margin-left: -7.4rem;
  }
  .certificate-swiper2 .swiper-container-certificate2 .swiper-slide {
    width: 8.266667rem;
    height: 5.333333rem;
    transition: 300ms;
    transform: scale(0.9);
  }
  .certificate-swiper2 .swiper-container-certificate2 .swiper-slide img {
    width: 8.266667rem;
    height: 5.333333rem;
  }
  .certificate-swiper2 .swiper-container-certificate2 .swiper-slide-active {
    transform: scale(1);
  }
}

@media screen and (min-width: 1024px) {
  .recruit-list {
    display: flex;
    padding-top: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recruit-list > .list-item {
    width: 580px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    position: relative;
    margin-bottom: 32px;
    cursor: pointer;
  }
  .recruit-list > .list-item:after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 3px;
    height: 100px;
    background: #CB9D61;
  }
  .recruit-list > .list-item .title {
    width: 400px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    letter-spacing: 1px;
    position: absolute;
    left: 30px;
    top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .recruit-list > .list-item .wages {
    width: 120px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FD1212;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: right;
    position: absolute;
    top: 16px;
    right: 24px;
  }
  .recruit-list > .list-item .adrress {
    width: 520px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    position: absolute;
    left: 30px;
    bottom: 19px;
  }
  .recruit-list > .list-item .adrress span {
    margin-left: 40px;
  }
  .recruit-list > .list-item .more {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-list {
    min-height: 6rem;
  }
  .recruit-list > .list-item {
    width: 9.76rem;
    height: 2.533333rem;
    background: url('/images/about/recruit/jobbg.png') no-repeat center;
    background-size: cover;
    margin-left: 0.12rem;
    margin-top: 0.4rem;
    position: relative;
  }
  .recruit-list > .list-item .title {
    width: 6.5rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    position: absolute;
    left: 0.773333rem;
    top: 0.506667rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .recruit-list > .list-item .wages {
    width: 1.8rem;
    height: 0.453333rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.32rem;
    color: #CA3F3C;
    text-align: right;
    position: absolute;
    top: 0.56rem;
    right: 0.613333rem;
  }
  .recruit-list > .list-item .adrress {
    width: 6.133333rem;
    height: 0.373333rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.373333rem;
    color: #BBBBBB;
    position: absolute;
    left: 0.773333rem;
    top: 1.306667rem;
  }
  .recruit-list > .list-item .adrress span {
    margin-left: 0.266667rem;
  }
  .recruit-list > .list-item .more {
    width: 2.16rem;
    height: 0.613333rem;
    background: url('/images/about/recruit/more.png') no-repeat center;
    background-size: cover;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.613333rem;
    color: #CA9D61;
    text-align: center;
    position: absolute;
    top: 1.173333rem;
    right: 0.613333rem;
  }
}

@media screen and (min-width: 1024px) {
  .recruit {
    background: #f8f8f8;
  }
  .recruit .content-title {
    display: none;
  }
  .recruit .tab-list {
    width: 1200px;
  }
  .recruit .tab-list .tab-item {
    padding: 0 16px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 48px;
    letter-spacing: 1px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    cursor: pointer;
  }
  .recruit .tab-list .active-tab {
    border: 1px solid #CB9D61 !important;
    color: #CB9D61 !important;
  }
  .recruit .recruit-bottom {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .tab-list {
    width: 9.68rem;
    min-height: 0.586667rem;
    margin-left: 0.32rem;
  }
  .recruit .tab-list .tab-item {
    height: 0.586667rem;
    background: #FFFFFF;
    border: 0.026667rem solid #A6A6A6;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.586667rem;
    color: #A6A6A6;
    padding: 0 0.213333rem;
    text-align: center;
    float: left;
    margin-right: 0.48rem;
    margin-bottom: 0.266667rem;
  }
  .recruit .tab-list .active-tab {
    border: 0.026667rem solid #CB9D61 !important;
    color: #CB9D61 !important;
  }
  .recruit .recruit-bottom {
    width: 10rem;
    height: 2.6rem;
    background: url(/images/dynamic/activity/mobile-detail-bg.png) no-repeat;
    background-size: 10rem 2.6rem;
    float: left;
    margin-top: -2rem;
  }
}

.actionList {
  padding-bottom: 40px;
}
.actionList > .future-tips {
  height: 250px;
  line-height: 250px;
  text-align: center;
  color: #CB9D61;
  font-size: 20px;
}
.actionList .list-item {
  display: flex;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #F2F5F8;
  cursor: pointer;
}
.actionList .list-item .item-img {
  width: 279px;
  height: 160px;
  margin-right: 21px;
  cursor: pointer;
}
.actionList .list-item .item-img div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.actionList .list-item .item-wrap {
  width: 579px;
  cursor: pointer;
  margin-right: 100px;
}
.actionList .list-item .item-wrap .title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 12px 0 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.actionList .list-item .item-wrap .tag-list {
  margin-bottom: 13px;
}
.actionList .list-item .item-wrap .tag-list .tags {
  display: inline-block;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #CB9D61;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #CB9D61;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}
.actionList .list-item .item-wrap .item-content {
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.actionList .list-item .item-date {
  padding-left: 60px;
  border-left: 1px solid #F2F5F8;
  height: 105px;
  padding-top: 24px;
  margin-top: 30px;
}
.actionList .list-item .item-date .month {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.actionList .list-item .item-date .year {
  font-size: 12px;
  font-weight: 400;
  color: #BBBBBB;
  line-height: 17px;
}
.actionList .show-more {
  width: 120px;
  height: 34px;
  background-image: url("/images/home/learn-more-color.png");
  background-size: contain;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CB9D61;
  line-height: 34px;
  text-align: center;
  margin-top: 29px;
  margin-left: 540px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .opinion-content {
    padding: 0 100px;
  }
  .opinion-content > h3 {
    padding-top: 51px;
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    line-height: 33px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center;
  }
  .opinion-content > p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 50px;
  }
  .opinion-content .vercode {
    width: 200px;
    border-bottom: 1px solid #D1D1D3;
    margin-right: 20px;
    height: 60px;
    font-size: 26px;
    transform: translateY(5px);
    float: left;
    color: #333;
  }
  .opinion-content .code {
    width: 170px;
    height: 60px;
    border-radius: 4px;
    background-color: #ccc;
    display: inline-block;
    transform: translateY(16px);
  }
  .opinion-content .code img {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .opinion-content > form {
    padding: 0 0.32rem;
  }
  .opinion-content > p {
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.586667rem;
    padding: 0 0.72rem;
  }
  .opinion-content .bottom {
    margin-bottom: 0.4rem;
  }
  .opinion-content .vercode {
    width: 3.666667rem;
    border: 1px solid #FAF4EA;
    margin-right: 20px;
    height: 0.826667rem;
    font-size: 0.453333rem;
    transform: translateY(0.376667rem);
    color: #333;
    text-indent: 0.133333rem;
    margin-left: 1rem;
    -webkit-apprarance: none;
  }
  .opinion-content .code {
    width: 2.32rem;
    height: 0.826667rem;
    border-radius: 4px;
    background-color: #ccc;
    transform: translateY(0.43rem);
    background-color: #fff;
    margin-bottom: 0.42rem;
    float: right;
  }
  .opinion-content .code img {
    width: 100%;
    height: 100%;
  }
  .opinion-content button {
    margin: 0 0.32rem;
    width: 8.426667rem;
  }
  .mobile-bottom-bg {
    padding-bottom: 1.2rem;
  }
}

.area {
  border: none;
  background: #F8F8F8;
  width: 100%;
}
.area:focus {
  outline: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .input-item {
    margin-bottom: 31px;
  }
  .input-item .area {
    height: 116px;
    line-height: 25px;
    font-size: 14px;
    padding: 20px;
  }
  .input-item > p {
    height: 26px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 21px;
  }
  .input-item > .item {
    display: flex;
    flex-wrap: wrap;
  }
  .input-item > .item .radio-item {
    padding-right: 70px;
    margin-bottom: 34px;
  }
  .input-item > .item .radio-item .svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .input-item > .item .radio-item > input {
    display: none;
  }
  .input-item > .item .radio-item label {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    letter-spacing: 1px;
    cursor: pointer;
  }
  .input-item .input-inline {
    display: flex;
    width: 266px;
    border-bottom: 1px solid #F0F0F0;
    height: 60px;
    line-height: 60px;
    position: relative;
  }
  .input-item .input-inline::after {
    content: attr(data-reg);
    position: absolute;
    font-size: 16px;
    width: 100%;
    color: #f00;
    left: 0;
    top: 40px;
    text-align: center;
  }
  .input-item .input-inline p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 1px;
    margin-right: 5px;
    white-space: nowrap;
  }
  .input-item .input-inline input {
    font-size: 16px;
  }
  button {
    width: 400px;
    height: 60px;
    background: #CB9D61;
    border-radius: 5px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 300px;
    margin-bottom: 60px;
    cursor: pointer;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .input-item {
    border-bottom: 0.026667rem #F9F5EB solid;
    margin: 0 0 0.4rem 0;
    padding: 0.08rem 0.32rem;
    overflow: hidden;
  }
  .input-item:nth-of-type(12) {
    border-bottom: none;
  }
  .input-item:nth-of-type(13) {
    border-bottom: none;
  }
  .input-item .area {
    height: 116px;
    line-height: 25px;
    font-size: 14px;
    padding: 0.4rem;
  }
  .input-item > p {
    font-size: 0.32rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.533333rem;
    margin-bottom: 0.426667rem;
  }
  .input-item > .item .radio-item {
    height: 0.533333rem;
    margin-bottom: 0.32rem;
    line-height: 0.533333rem;
    overflow: hidden;
  }
  .input-item > .item .radio-item .svg {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.133333rem;
    vertical-align: middle;
  }
  .input-item > .item .radio-item > input {
    display: none;
  }
  .input-item > .item .radio-item label {
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    float: left;
  }
  .input-item .input-inline {
    display: flex;
    height: 100%;
    line-height: 1.386667rem;
    position: relative;
  }
  .input-item .input-inline::after {
    content: attr(data-reg);
    position: absolute;
    font-size: 16px;
    width: 100%;
    color: #f00;
    left: 0;
    top: 40px;
    text-align: center;
  }
  .input-item .input-inline p {
    font-size: 0.373333rem;
    font-weight: 500;
    color: #333333;
    margin-right: 0.266667rem;
    padding-left: 0.586667rem;
    white-space: nowrap;
    height: 100%;
    line-height: 1.226667rem;
  }
  .input-item .input-inline input {
    height: 100%;
    font-size: 0.426667rem;
  }
  button {
    width: 100%;
    height: 0.96rem;
    background: #CB9D61;
    border-radius: 0.08rem;
    line-height: 0.96rem;
    text-align: center;
    font-size: 0.373333rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 0.266667rem;
    margin-bottom: 1.093333rem;
  }
}

@media screen and (min-width: 1024px) {
  .investigation-content {
    padding: 50px 100px 0;
  }
  .investigation-content > p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    padding: 20px 0 30px;
  }
  .investigation-content .user-info {
    display: flex;
    justify-content: space-between;
  }
  .investigation-content > form {
    border-radius: 100px;
  }
  .investigation-content > form #opinion textarea {
    height: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .investigation-content {
    background: url('/images/dynamic/activity/mobile-detail-bg.png') no-repeat;
    background-position: bottom;
    background-size: 10rem 2.6rem;
    margin: 0 -0.506667rem;
    padding: 0 0.506667rem;
  }
  .investigation-content > p {
    font-weight: 400;
    color: #333333;
    line-height: 0.533333rem;
    font-size: 0.32rem;
    padding: 0 0.72rem;
  }
  .investigation-content > p:nth-of-type(1) {
    margin-top: 0.533333rem;
  }
  .investigation-content .text-indent {
    text-indent: 2em;
    margin-bottom: 0.266667rem;
  }
  .investigation-content > form {
    padding: 0 0.72rem;
  }
  .investigation-content > form #opinion {
    border-bottom: none;
    padding: 0;
  }
  .investigation-content > form #opinion textarea {
    height: 7.146667rem;
  }
  .investigation-content .user-info > div {
    border: 0.026667rem solid #FAF4EA;
    height: 1.386667rem;
  }
}

@media screen and (min-width: 1024px) {
  .ticket-content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .ticket-content {
    width: 10rem;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .ticket-process {
    padding-top: 40px;
  }
  .ticket-process > .title {
    font-size: 16px;
    font-weight: 600;
    color: #585F65;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  .ticket-process .phone-ticket {
    display: none;
  }
  .ticket-process .phone-line {
    display: none;
  }
  .ticket-process > .process {
    display: flex;
    justify-content: space-between;
  }
  .ticket-process > .process .process-wrap {
    width: 821px;
  }
  .ticket-process > .process .process-wrap .process-top {
    display: flex;
    justify-content: space-between;
    padding-right: 200px;
  }
  .ticket-process > .process .process-wrap .process-bottom {
    display: flex;
    padding-right: 30px;
    justify-content: space-between;
  }
  .ticket-process > .process .process-wrap .step-item {
    text-align: center;
  }
  .ticket-process > .process .process-wrap .step-item .title {
    font-size: 16px;
    font-weight: 500;
    color: #585F65;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .ticket-process > .process .process-wrap .step-item .text {
    font-size: 14px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 14px;
  }
  .ticket-process > .process .process-wrap .top .title {
    margin-bottom: 10px;
  }
  .ticket-process > .process .process-wrap .top .text {
    margin-bottom: 20px;
  }
  .ticket-process > .process .process-wrap .bottom .text {
    padding-top: 20px;
  }
  .ticket-process > .process .process-wrap .bottom .title {
    padding-top: 10px;
  }
  .ticket-process > .process .process-wrap .one {
    margin-left: 163px;
  }
  .ticket-process > .process .process-wrap .two {
    margin-left: 220px;
  }
  .ticket-process > .process .process-wrap .three {
    width: 137px;
    margin-left: 5px;
  }
  .ticket-process > .process .process-wrap .four {
    width: 68px;
    margin-right: 45px;
  }
  .ticket-process > .process .process-wrap .five {
    width: 68px;
  }
  .ticket-process > .process .process-wrap .process-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 56px 0 65px;
  }
  .ticket-process > .process .process-wrap .process-line .line {
    width: 98%;
    height: 1px;
    background-color: #DACAB4;
    position: absolute;
    left: 1%;
    top: 10px;
    z-index: 10;
  }
  .ticket-process > .process .process-wrap .process-line .svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
  }
  .ticket-process .phone-title {
    display: none;
  }
  .ticket-process .process-img {
    width: 204px;
    text-align: center;
    transform: translateY(-35px);
  }
  .ticket-process .process-img img {
    width: 142px;
    height: 142px;
    margin-bottom: 15px;
  }
  .ticket-process .process-img p {
    font-size: 14px;
    font-weight: 400;
    color: #585F65;
    line-height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .ticket-process {
    float: left;
    padding-top: 40px;
  }
  .ticket-process > .title {
    display: none;
    font-size: 16px;
    font-weight: 600;
    color: #585F65;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  .ticket-process .phone-ticket {
    width: 10rem;
    height: 0.746667rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.373333rem;
    color: #333333;
    opacity: 1;
    text-align: center;
  }
  .ticket-process .phone-line {
    float: left;
    width: 2.666667rem;
    height: 0rem;
    border: 0.026667rem solid #707070;
    opacity: 0.2;
    margin-top: 0.433333rem;
  }
  .ticket-process .phone-title {
    float: left;
    width: 3.893333rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.64rem;
    color: #333333;
    letter-spacing: 0.012rem;
    opacity: 1;
  }
  .ticket-process > .process {
    display: none;
    justify-content: space-between;
  }
  .ticket-process > .process .process-wrap {
    width: 821px;
  }
  .ticket-process > .process .process-wrap .process-top {
    display: flex;
  }
  .ticket-process > .process .process-wrap .process-bottom {
    display: flex;
  }
  .ticket-process > .process .process-wrap .step-item {
    text-align: center;
  }
  .ticket-process > .process .process-wrap .step-item .title {
    font-size: 16px;
    font-weight: 500;
    color: #585F65;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .ticket-process > .process .process-wrap .step-item .text {
    font-size: 14px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 14px;
  }
  .ticket-process > .process .process-wrap .top .title {
    margin-bottom: 10px;
  }
  .ticket-process > .process .process-wrap .top .text {
    margin-bottom: 20px;
  }
  .ticket-process > .process .process-wrap .bottom .text {
    padding-top: 20px;
  }
  .ticket-process > .process .process-wrap .bottom .title {
    padding-top: 10px;
  }
  .ticket-process > .process .process-wrap .one {
    margin-left: 193px;
  }
  .ticket-process > .process .process-wrap .two {
    margin-left: 246px;
  }
  .ticket-process > .process .process-wrap .three {
    margin-left: 5px;
  }
  .ticket-process > .process .process-wrap .four {
    margin-left: 243px;
  }
  .ticket-process > .process .process-wrap .five {
    margin-left: 252px;
  }
  .ticket-process > .process .process-wrap .process-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 56px 0 65px;
  }
  .ticket-process > .process .process-wrap .process-line .line {
    width: 98%;
    height: 1px;
    background-color: #DACAB4;
    position: absolute;
    left: 1%;
    top: 10px;
    z-index: 10;
  }
  .ticket-process > .process .process-wrap .process-line .svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
  }
  .ticket-process .process-img {
    display: none;
    width: 194px;
    text-align: center;
    transform: translateY(-35px);
  }
  .ticket-process .process-img img {
    width: 142px;
    height: 142px;
    margin-bottom: 15px;
  }
  .ticket-process .process-img p {
    font-size: 14px;
    font-weight: 400;
    color: #585F65;
    line-height: 14px;
  }
}

.scenic-card {
  display: none;
  height: 210px;
  background: url('/images/tips/buyTicket/scenic-card-bg.png') no-repeat;
  background-position: right;
  margin-top: 45px;
  margin-bottom: 80px;
}
.scenic-card > .picture {
  width: 280px;
}
.scenic-card > .picture img {
  width: 100%;
  height: 100%;
}
.scenic-card > .scenic-infor {
  width: 504px;
  padding: 18px 80px 0 25px;
}
.scenic-card > .scenic-infor .named {
  font-size: 16px;
  font-weight: 600;
  color: #585F65;
  line-height: 14px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.scenic-card > .scenic-infor .named .tags {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #585F65;
  line-height: 14px;
  padding-left: 14px;
}
.scenic-card > .scenic-infor .date {
  font-size: 14px;
  font-weight: 500;
  color: #585F65;
  line-height: 14px;
  margin-bottom: 20px;
}
.scenic-card > .scenic-infor article .text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #585F65;
  line-height: 14px;
}
.scenic-card > .scenic-infor article > .infor {
  height: 69px;
  font-size: 14px;
  font-weight: 400;
  color: #585F65;
  line-height: 23px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.scenic-card > .scenic-book {
  padding-top: 35px;
}
.scenic-card > .scenic-book .ticket-card {
  display: flex;
  height: 60px;
  margin-bottom: 20px;
}
.scenic-card > .scenic-book .ticket-card .ticket-infor {
  width: 224px;
  background-color: #fff;
  height: 100%;
  padding-left: 14px;
}
.scenic-card > .scenic-book .ticket-card .ticket-infor .ticket-name {
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.scenic-card > .scenic-book .ticket-card .ticket-infor .price {
  font-size: 18px;
  font-weight: 600;
  color: #7E1910;
  line-height: 24px;
}
.scenic-card > .scenic-book .ticket-card .ticket-infor .price .tag {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.scenic-card > .scenic-book .ticket-card .ticket-infor .price .aa {
  font-size: 14px;
}
.scenic-card > .scenic-book .ticket-card .book-btn {
  width: 126px;
  height: 60px;
  background: #7E1910;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}

.buyticket-text {
  padding-bottom: 80px;
}
.buyticket-text .text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.buyticket-text .indent {
  text-indent: 2em;
}
.buyticket-text .top {
  margin-top: 29px;
}
.buyticket-text .bottom {
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .celebrity-contain {
    background: #F8F8F8;
    overflow: hidden;
  }
  .celebrity-contain .section {
    width: 1200px;
    padding: 30px;
    margin: auto;
    background: #fff;
    text-align: center;
    margin-bottom: 80px;
  }
  .celebrity-banner {
    width: 100%;
    min-width: 1920px;
    height: 400px;
    background: url('/images/tradition/celebrity/celebrity_banner.png') no-repeat;
    background-size: 100%;
  }
  .celebrity-title-wrap {
    position: relative;
    width: 1200px;
    height: 58px;
    margin: 59px auto 50px;
  }
  .celebrity-title-wrap .celebrity-title {
    width: 333px;
    height: 57px;
    margin: auto;
    background: url('/images/tradition/celebrity/celebrity_title.png') no-repeat;
  }
  .celebrity-title-wrap .dashed {
    position: absolute;
    top: 28px;
    width: 424px;
    border-top: 2px dashed #DCDCDC;
  }
  .celebrity-title-wrap .dashed.left {
    left: 0;
  }
  .celebrity-title-wrap .dashed.right {
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .culture-detail-section {
    background: #fff;
  }
  .culture-detail-section .culture-detail-box {
    overflow: hidden;
    padding: 0 60px 45px 80px;
    margin-bottom: 80px;
  }
  .culture-detail-section .culture-detail-box .culture-detail {
    float: left;
    width: 720px;
    margin-right: 100px;
  }
  .culture-detail-section .culture-detail-box .culture-more {
    float: left;
    width: 240px;
  }
  .culture-detail-section .culture-detail-box .culture-more .culture-more-title {
    margin-bottom: 20px;
    line-height: 28px;
    letter-spacing: 1;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
  }
}
@media screen and (max-width: 1024px) {
  .culture-detail {
    width: 10rem;
    margin-bottom: 0.533333rem;
  }
  .culture-detail .title {
    width: 9.306667rem;
    height: auto;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.426667rem;
    margin-left: 0.346667rem;
  }
  .culture-detail .content {
    width: 8.986667rem;
    min-height: 6rem;
    margin-top: 0.56rem;
    margin-left: 0.506667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
  }
  .culture-detail .content p + p {
    margin-top: 0.266667rem;
  }
  .culture-detail .content p {
    word-break: break-all;
    line-height: 0.48rem;
    font-size: 0.32rem;
    width: 100%;
    margin-top: 0.266667rem;
  }
  .culture-detail .content span {
    word-break: break-all;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .culture-detail .content img {
    max-width: 100%;
    display: block;
    margin-top: 0.266667rem;
  }
  .culture-detail .content font {
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .culture-detail .content section {
    line-height: 0.48rem;
    font-size: 0.32rem;
    margin-top: 0.266667rem;
  }
}

@media screen and (min-width: 1024px) {
  .culture-content {
    background: #fff;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .culture-content .book-list {
    overflow: hidden;
    margin: auto;
    width: 1200px;
  }
  .culture-content .book-list .book-item {
    overflow: hidden;
    float: left;
    width: 1200px;
    height: 200px;
    margin-bottom: 40px;
    border-bottom: 1px #F2F5F8 solid;
    cursor: pointer;
  }
  .culture-content .book-list .book-item .book-img {
    width: 280px;
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    float: left;
    margin-right: 60px;
  }
  .culture-content .book-list .book-item .title {
    width: 860px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin: 4px 0 16px;
  }
  .culture-content .book-list .book-item .summary {
    width: 860px;
    height: 50px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: left;
  }
  .culture-content .book-list .book-item .time {
    width: 860px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    float: left;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .culture-content {
    background: #fff;
  }
  .culture-content .book-list {
    margin-bottom: 0.213333rem;
    padding: 0 0.32rem;
  }
  .culture-content .book-list .book-item {
    width: 9.36rem;
    background: #FFFFFF;
    box-shadow: 0px 0.053333rem 0.08rem rgba(0, 0, 0, 0.16);
    position: relative;
    overflow: hidden;
    padding-bottom: 0.3rem;
    margin-top: 0.53rem;
  }
  .culture-content .book-list .book-item .book-img {
    width: 9.36rem;
    height: 4rem;
    background-size: cover;
    background-position: center;
  }
  .culture-content .book-list .book-item .title {
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.533333rem;
    color: #333333;
    margin: 0.266667rem 0.3rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .culture-content .book-list .book-item .time {
    width: 2.4rem;
    height: 0.373333rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.373333rem;
    color: #BBBBBB;
    float: left;
    margin: 0.133333rem 0.3rem 0;
  }
  .culture-content .book-list .book-item .summary {
    text-indent: 2em;
    height: 0.853333rem;
    float: left;
    margin: 0.186667rem 0.3rem 0;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
  }
}

@media screen and (max-width: 1024px) {
  .celebrity-detail {
    width: 10rem;
    margin-bottom: 0.533333rem;
  }
  .celebrity-detail .title {
    width: 9.306667rem;
    height: auto;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #333333;
    margin-top: 0.426667rem;
    margin-left: 0.346667rem;
    margin-bottom: 0.426667rem;
  }
  .celebrity-detail .content {
    width: 8.986667rem;
    height: auto;
    margin-top: 0.56rem;
    margin-left: 0.506667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    min-height: 6rem;
  }
  .celebrity-detail .content p + p {
    margin-top: 0.266667rem;
  }
  .celebrity-detail .content p {
    word-break: break-all;
    line-height: 0.48rem;
    font-size: 0.32rem;
    width: 100%;
    margin-top: 0.266667rem;
  }
  .celebrity-detail .content span {
    word-break: break-all;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .celebrity-detail .content img {
    max-width: 100%;
    display: block;
    margin-top: 0.266667rem;
  }
  .celebrity-detail .content font {
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .celebrity-detail .content section {
    line-height: 0.48rem;
    font-size: 0.32rem;
    margin-top: 0.266667rem;
  }
}


@media screen and (min-width: 1024px) {
  .contain {
    background: #F8F8F8;
  }
  .contain .content-box {
    width: 1000px;
    margin: auto;
    padding-bottom: 50px;
  }
  .contain .content-box .content-pictrue {
    width: 1000px;
    margin: 10px auto 41px;
  }
  .contain .content-box .content-pictrue > img {
    width: 100%;
    height: 100%;
  }
  .contain .content-box .survey-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .contain .content-box .content-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 50px;
    text-align: left;
  }
  .contain .content-box .content-tips {
    transform: translateY(-10px);
    font-weight: bold;
    margin: 0px auto 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .contain {
    width: 10rem;
  }
  .contain .content-box {
    width: 10rem;
    margin: auto;
  }
  .contain .content-box .content-pictrue {
    width: 9.333333rem;
    height: 5.026667rem;
    margin-left: 0.346667rem;
  }
  .contain .content-box .content-pictrue > img {
    width: 9.333333rem;
    height: 4.2rem;
  }
  .contain .content-box .survey-title {
    font-family: PingFang SC;
    font-size: 0.373333rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.533333rem;
    text-align: center;
  }
  .contain .content-box .content-text {
    width: 8.986667rem;
    height: auto;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    opacity: 1;
    margin-left: 0.506667rem;
    margin-bottom: 0.533333rem;
    text-align: justify;
    word-break: break-all;
  }
  .contain .content-box .content-tips {
    width: 7.466667rem;
    height: auto;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.426667rem;
    color: #333333;
    opacity: 1;
    margin-left: 1.28rem;
  }
  .contain .content-box .content-texts {
    width: 9.333333rem;
    margin-top: 0.4rem;
  }
  .contain .content-box .phone-img {
    width: 10rem;
    padding: 0 0.506667rem;
    height: 1.466667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
    opacity: 1;
    background: url("/images/home/cloud.png") no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}

.Switch-Articel {
  padding-left: 160px;
  padding-bottom: 78px;
}
.Switch-Articel > div {
  font-size: 14px;
  font-weight: 400;
  color: #585F65;
  line-height: 14px;
  margin-bottom: 22px;
}
.Switch-Articel > div span {
  cursor: pointer;
}


.Switch-Articel {
  padding-left: 160px;
  padding-bottom: 78px;
}
.Switch-Articel > div {
  font-size: 14px;
  font-weight: 400;
  color: #585F65;
  line-height: 14px;
  margin-bottom: 22px;
}
.Switch-Articel > div span {
  cursor: pointer;
}


@media screen and (min-width: 1024px) {
  .gonggePicture {
    padding: 30px 30px 55px;
  }
  .gonggePicture::-webkit-scrollbar {
    display: none;
  }
  .gonggePicture > .first-wrap {
    display: flex;
    justify-content: space-between;
  }
  .gonggePicture > .first-wrap .big-picture {
    width: 550px;
    height: 520px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px #F0F0F0;
  }
  .gonggePicture > .first-wrap .first-collection {
    width: 570px;
    display: flex;
    flex-wrap: wrap;
  }
  .gonggePicture > .first-wrap .first-collection > div {
    width: 275px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px #F0F0F0;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
  }
  .gonggePicture > .first-wrap .first-collection .activity-item {
    width: 260px;
    background-color: transparent;
  }
  .gonggePicture > .first-wrap .first-collection .activity-item .title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    white-space: normal;
    text-overflow: inherit;
    height: 44px;
  }
  .gonggePicture > .first-wrap .first-collection .showmore-btn {
    margin-right: 0;
  }
  .gonggePicture > .first-wrap .first-collection .showmore-btn .svg-box {
    padding: 63px 114px 21px 113px;
  }
  .gonggePicture > .first-wrap .first-collection .showmore-btn .svg-box .svg {
    width: 48px;
    height: 50px;
  }
  .gonggePicture > .first-wrap .first-collection .showmore-btn .nums {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 23px;
    text-align: center;
  }
  .gonggePicture > .first-wrap .first-collection .showmore-btn .isShow {
    font-size: 14px;
    font-weight: 500;
    color: #CB9D61;
    line-height: 20px;
    text-align: center;
  }
  .gonggePicture > .first-wrap .first-collection .showmore-btn .isShow > .svg {
    width: 10px;
    height: 5px;
    transform: translateX(5px) translateY(-4px);
    transition: 0.4s;
  }
  .gonggePicture > .first-wrap .first-collection .showmore-btn .isShow > .rotate {
    transform: translateX(5px) translateY(-4px) rotateZ(180deg);
  }
  .gonggePicture > .first-wrap .showDescribe .img {
    height: 330px;
    background-size: cover;
    background-position: center;
  }
  .gonggePicture > .first-wrap .showDescribe .title {
    margin: 20px 25px 10px;
  }
  .gonggePicture > .first-wrap .showDescribe .describe {
    height: 58px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0 25px 20px;
  }
  .gonggePicture > .first-wrap .showDescribe .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .gonggePicture .more-picture {
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .gonggePicture .more-picture > div {
    width: 270px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px #F0F0F0;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .gonggePicture .more-picture > div .more {
    margin: 0;
  }
  .gonggePicture .picture {
    cursor: pointer;
  }
  .gonggePicture .picture .scale-box {
    border-radius: 5px 5px 0 0;
  }
  .gonggePicture .picture .img {
    width: 100%;
    height: 170px;
    display: block;
    object-fit: cover;
    object-position: top center;
  }
  .gonggePicture .picture .title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 10px 20px 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gonggePicture .picture .more {
    width: 85px;
    height: 25px;
    font-size: 10px;
    border-radius: 2px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #CB9D61;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 20px;
  }
  .gonggePicture .picture .isfirst {
    background: #CB9D61;
    color: #fff;
  }
  .gonggePicture .more-list {
    transition: 0.3s;
    overflow: hidden;
  }
  .gonggePicture .mobile-load-more {
    display: none;
  }
  .row-last {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .gonggePicture {
    padding-top: 0.48rem;
    position: relative;
    padding: 0 0.4rem;
  }
  .gonggePicture::-webkit-scrollbar {
    display: none;
  }
  .gonggePicture .more-picture {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gonggePicture .more-picture > div {
    background: #FFFFFF;
    box-shadow: 0rem 0 0.133333rem 0rem #f1f1f1;
    border-radius: 0.066667rem;
    margin-bottom: 0.266667rem;
  }
  .gonggePicture .more-picture > div .more {
    margin: 0;
  }
  .gonggePicture .picture {
    width: 9.36rem;
    margin-bottom: 0.533333rem;
    transform: translateX(-0.083333rem);
  }
  .gonggePicture .picture .scale-box {
    width: 9.36rem;
    height: 5.52rem;
    border-radius: 0.133333rem 0.133333rem 0 0;
  }
  .gonggePicture .picture .scale-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .gonggePicture .picture .hotel {
    height: 4rem;
  }
  .gonggePicture .picture .title {
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.53rem;
    color: #333333;
    margin-top: 0.4rem;
    margin-bottom: 0.133333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.533333rem;
  }
  .gonggePicture .picture .describe {
    height: 0.84rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.42rem;
    color: #333333;
    margin-bottom: 0.346667rem;
    text-indent: 2em;
    padding: 0 0.533333rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
  }
  .gonggePicture .picture .address,
  .gonggePicture .picture .time,
  .gonggePicture .picture .phone {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #bbb;
    padding: 0 0.533333rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .gonggePicture .picture .address {
    margin-top: 0.106667rem;
  }
  .gonggePicture .picture .phone {
    margin-bottom: 0.4rem;
  }
  .gonggePicture .picture .more {
    display: none;
  }
  .gonggePicture .more-list {
    transition: 0.3s;
    overflow: hidden;
    background: url('/images/dynamic/activity/mobile-detail-bg.png') no-repeat;
    background-position: bottom;
    background-size: 10rem 2.6rem;
    margin: 0 -0.506667rem;
    padding: 0 0.506667rem 1.4rem;
  }
  .gonggePicture .mobile-load-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10rem;
    height: 1.3rem;
    float: left;
  }
  .gonggePicture .mobile-load-more .load-words {
    height: 0.56rem;
    float: left;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.56rem;
    color: #C1A061;
    margin-left: 3.866667rem;
  }
  .gonggePicture .mobile-load-more img {
    width: 0.56rem;
    height: 0.56rem;
    float: left;
  }
}

@media screen and (min-width: 1024px) {
  .Switch-Articel {
    padding-left: 160px;
    padding-bottom: 78px;
  }
  .Switch-Articel > div {
    font-size: 14px;
    font-weight: 400;
    color: #585F65;
    line-height: 14px;
    margin-bottom: 22px;
  }
  .Switch-Articel > div span {
    cursor: pointer;
  }
  .hotel-detail .banner {
    height: 400px;
    background-image: url('/images/travel/hotel/banner.png');
    background-size: cover;
  }
  .hotel-detail .hotel-body {
    width: 1200px;
    min-height: 500px;
    margin: auto;
  }
  .hotel-detail .hotel-body .total {
    width: 1040px;
    margin-left: 80px;
    min-height: 300px;
  }
  .hotel-detail .hotel-body .total .title {
    width: 1040px;
    height: 28px;
    font-size: 20px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .hotel-detail .hotel-body .total .hotel-right {
    width: 400px;
    height: 330px;
    margin-left: 82px;
    float: left;
    padding-top: 33px;
  }
  .hotel-detail .hotel-body .total .hotel-right .right-label {
    min-width: 53px;
    height: 33px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #585F65;
    line-height: 33px;
    float: left;
    margin-bottom: 7px;
  }
  .hotel-detail .hotel-body .total .hotel-right .price {
    height: 33px;
    font-size: 24px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #7E1910;
    line-height: 33px;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 7px;
  }
  .hotel-detail .hotel-body .total .hotel-right .right-words {
    height: 33px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 7px;
  }
  .hotel-detail .hotel-body .total .hotel-right .address {
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
  }
  .hotel-detail .hotel-body .total .hotel-right .order {
    width: 147px;
    height: 45px;
    background: #7E1910;
    border-radius: 5px;
    float: left;
    margin-top: 26px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
  }
  .hotel-detail .hotel-body .total .down-label {
    height: 25px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #585F65;
    line-height: 25px;
    float: left;
    margin-top: 40px;
  }
  .hotel-detail .hotel-body .total .down-words {
    width: 1040px;
    height: auto;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #585F65;
    line-height: 25px;
    float: left;
    margin-top: 20px;
  }
  .hotel-more {
    width: 100%;
    height: 420px;
    background: #f8f8f8;
    margin-top: 80px;
  }
  .hotel-more .more-head {
    width: 200px;
    font-size: 20px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
  }
  .hotel-more .more-body {
    width: 1040px;
    height: 300px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    cursor: pointer;
  }
  .hotel-more .more-body .more-block {
    width: 240px;
    height: 240px;
  }
  .hotel-more .more-body .more-block img {
    width: 240px;
    height: 180px;
    border-radius: 5px;
  }
  .hotel-more .more-body .more-block .more-title {
    width: 240px;
    height: 60px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .hotel-detail .hotel-card {
    width: 9.333333rem;
    min-height: 7.04rem;
    background: #FFFFFF;
    box-shadow: 0px 0.08rem 0.16rem rgba(0, 0, 0, 0.08);
    border-radius: 0.16rem 0.16rem 0px 0px;
    margin-left: 0.333333rem;
    margin-top: -0.613333rem;
    position: relative;
    z-index: 10;
  }
  .hotel-detail .hotel-card .title {
    width: 8.533333rem;
    height: auto;
    float: left;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
    font-size: 0.48rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.666667rem;
    color: #333333;
  }
  .hotel-detail .hotel-card .price-label {
    height: 0.533333rem;
    float: left;
    margin-top: 0.32rem;
    margin-left: 0.4rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.533333rem;
    color: #5D5D5D;
  }
  .hotel-detail .hotel-card .label {
    height: 0.533333rem;
    float: left;
    margin-bottom: 0.266667rem;
    margin-left: 0.4rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.533333rem;
    color: #5D5D5D;
  }
  .hotel-detail .hotel-card .price {
    height: 0.666667rem;
    float: left;
    margin-top: 0.266667rem;
    margin-bottom: 0.186667rem;
    font-size: 0.48rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.666667rem;
    color: #7D1910;
  }
  .hotel-detail .hotel-card .words {
    height: 0.533333rem;
    float: left;
    margin-bottom: 0.266667rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.533333rem;
    color: #333333;
  }
  .hotel-detail .hotel-card .addr {
    height: auto;
    float: left;
    margin-bottom: 0.266667rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.533333rem;
    color: #333333;
  }
  .hotel-detail .hotel-card .order {
    width: 2.666667rem;
    height: 0.76rem;
    float: left;
    background: url('/images/travel/hotel/order-bg.png');
    background-size: contain;
    margin-left: 0.4rem;
    margin-top: 0.266667rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.76rem;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.04rem;
  }
  .hotel-detail .hotel-card .line {
    width: 8.533333rem;
    height: 1.013333rem;
    float: left;
    margin-left: 0.4rem;
    margin-top: 0.426667rem;
    border-top: 0.026667rem solid rgba(193, 160, 97, 0.1);
  }
  .hotel-detail .summary-title {
    width: 9.333333rem;
    height: 0.933333rem;
    margin-top: -0.613333rem;
    margin-left: 0.333333rem;
    padding-left: 0.4rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    background: #fff;
    font-weight: bold;
    line-height: 0.533333rem;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
    position: relative;
  }
  .hotel-detail .summary {
    text-indent: 2em;
    width: 8.506667rem;
    height: auto;
    float: left;
    margin-bottom: 0.4rem;
    margin-left: 0.746667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #333333;
  }
  .hotel-detail .bottom {
    width: 10rem;
    height: 2.6rem;
    float: left;
    background: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.333333rem;
  }
  .hotel-more .more-head {
    width: 9.36rem;
    height: 1.386667rem;
    border-top: 0.026667rem solid rgba(187, 187, 187, 0.1);
    margin-left: 0.32rem;
    margin-top: 0.533333rem;
    float: left;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 1.386667rem;
    color: #333333;
  }
  .hotel-more .more-block {
    width: 9.36rem;
    height: 1.76rem;
    margin: 0.133333rem 0.32rem 0.4rem;
    float: left;
  }
  .hotel-more .more-block img {
    width: 1.76rem;
    height: 1.76rem;
    float: left;
  }
  .hotel-more .more-block .more-title {
    width: 7.173333rem;
    height: 0.586667rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.586667rem;
    color: #333333;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .hotel-more .more-block .more-summary {
    width: 7.173333rem;
    height: 0.906667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.453333rem;
    color: #333333;
    float: right;
    margin-top: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .hotel-more .more-bottom {
    width: 9.36rem;
    height: 2.6rem;
    background-image: url("/images/home/tab-bg-mobile2.png");
    background-size: cover;
    margin-top: -1.066667rem;
    float: left;
  }
  .hotel-more .more-bottom .more-link {
    width: 2.666667rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.533333rem;
    color: #C1A061;
    margin-top: 1.12rem;
    margin-left: 3.346667rem;
    float: left;
    text-align: center;
  }
}


@media screen and (max-width: 1024px) {
  .zz-skeleton {
    padding: 0.533333rem 0.32rem;
  }
  .zz-skeleton .skeleton-item {
    margin-bottom: 0.533333rem;
  }
  .zz-skeleton .skeleton-item li {
    background-color: #f2f2f2;
    height: 0.426667rem;
    margin-bottom: 0.426667rem;
  }
}
@media screen and (min-width: 1024px) {
  .zz-skeleton {
    padding: 30px;
  }
  .zz-skeleton .skeleton-item {
    margin-bottom: 20px;
  }
  .zz-skeleton .skeleton-item li {
    background-color: #f2f2f2;
    height: 16px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .oldList {
    padding: 40px 50px 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .oldList .list-item {
    width: 260px;
    cursor: pointer;
    margin-left: 20px;
  }
  .oldList .list-item .item-img {
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .oldList .list-item .item-img div {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
  }
  .oldList .list-item .item-title {
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    height: 44px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .oldList {
    width: 10rem;
    padding: 0 0.32rem;
  }
  .oldList .list-item {
    box-shadow: 0px 0.053333rem 0.053333rem 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0.533333rem;
  }
  .oldList .list-item .item-img {
    width: 100%;
    height: 4rem;
    border-radius: 0.133333rem;
  }
  .oldList .list-item .item-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .oldList .list-item .content {
    width: 9.36rem;
    height: 2.88rem;
    padding-left: 0.266667rem;
  }
  .oldList .list-item .content .item-title {
    width: 8.8rem;
    height: 0.533333rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.533333rem;
    float: left;
    margin-top: 0.266667rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.026667rem;
  }
  .oldList .list-item .content .item-date {
    width: 2.666667rem;
    height: 0.373333rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.373333rem;
    color: #BBBBBB;
    float: left;
    margin-top: 0.133333rem;
  }
  .oldList .list-item .content .item-summary {
    width: 8.8rem;
    height: 0.96rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.48rem;
    color: #333333;
    float: left;
    margin-top: 0.266667rem;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0.026667rem;
  }
}

@media screen and (min-width: 1024px) {
  .accordion-wrap {
    width: 1198px;
    overflow: hidden;
    height: 700px;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .accordion-wrap .accordion-item {
    width: 238px;
    height: 100%;
    transition: 0.4s;
    background-size: 100% 100%;
    z-index: 10;
    position: relative;
  }
  .accordion-wrap .accordion-item > .years {
    padding-top: 68px;
  }
  .accordion-wrap .accordion-item > .years > .year {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 20px auto;
  }
  .accordion-wrap .accordion-item > .years > .year-line {
    width: 4px;
    height: 45px;
    background-color: white;
    margin: 0 auto;
    display: block;
    border-radius: 1px;
  }
  .accordion-wrap .accordion-item > .arrow .svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 99px;
    bottom: 140px;
    cursor: pointer;
    transition: 0.3s;
    transform: rotateZ(180deg);
  }
  .accordion-wrap .accordion-item > .arrow .rotate {
    transform: rotateZ(0deg);
  }
  .accordion-wrap .course-detail {
    position: absolute;
    right: 0;
    top: 0;
    height: 700px;
    width: 962px;
    background: url('/images/scenicSpot/course/course_list_bg.png');
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
    display: flex;
    padding-right: 84px;
  }
  .accordion-wrap .course-detail > .year-side {
    overflow-y: scroll;
    padding-top: 84px;
    width: 197px;
  }
  .accordion-wrap .course-detail > .year-side::-webkit-scrollbar {
    width: 3px;
    height: 528px;
    background: #D8D8D8;
  }
  .accordion-wrap .course-detail > .year-side::-webkit-scrollbar-thumb {
    width: 3px;
    height: 100px;
    background: #CB9D61;
  }
  .accordion-wrap .course-detail > .year-side > span {
    font-size: 20px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 28px;
    display: block;
    text-align: center;
    margin: 2px;
  }
  .accordion-wrap .course-detail > .year-side > .line {
    width: 2px;
    height: 36px;
    background-color: #BBBBBB;
    margin: 0 auto;
  }
  .accordion-wrap .course-detail > .year-side .years-item {
    cursor: pointer;
  }
  .accordion-wrap .course-detail > .year-side > .years-active {
    font-size: 30px;
    color: #CB9D61;
    line-height: 42px;
  }
  .accordion-wrap .course-detail .course-line {
    width: 14px;
    padding-top: 84px;
  }
  .accordion-wrap .course-detail .course-line .line-start {
    width: 14px;
    height: 14px;
  }
  .accordion-wrap .course-detail .course-line .line-start img {
    vertical-align: top;
  }
  .accordion-wrap .course-detail .course-line .line-dotted {
    margin: 4px 0 4px 6px;
    height: 499px;
    width: 0;
    border-right: 2px dashed #CB9D61;
  }
  .accordion-wrap .course-detail .course-line .line-end {
    width: 14px;
    height: 14px;
    border: 2px solid #CB9D61;
    border-radius: 50%;
  }
  .accordion-wrap .course-detail .course-content {
    margin-top: 84px;
    max-height: 528px;
    overflow-y: scroll;
    flex: 1;
    display: flex;
  }
  .accordion-wrap .course-detail .course-content::-webkit-scrollbar {
    width: 3px;
    height: 528px;
    background: #D8D8D8;
  }
  .accordion-wrap .course-detail .course-content::-webkit-scrollbar-thumb {
    width: 3px;
    height: 100px;
    background: #CB9D61;
  }
  .accordion-wrap .course-detail .course-content .course-list {
    flex: 1;
    padding-left: 44px;
  }
  .accordion-wrap .course-detail .course-content .course-list .course-item {
    margin-bottom: 35px;
    display: flex;
    padding-right: 46px;
  }
  .accordion-wrap .course-detail .course-content .course-list .course-item .item-month {
    padding-right: 25px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .accordion-wrap .course-detail .course-content .course-list .course-item .item-course {
    width: 350px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .accordion-wrap .course-detail-show {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .accordion-wrap {
    width: 100%;
    margin-top: 0.906667rem;
    position: relative;
    padding: 0 0.32rem;
    transition: 0.4s;
    margin-bottom: 0.82rem !important;
  }
  .accordion-wrap .accordion-item {
    width: 9.36rem;
    height: 1.866667rem;
    transition: 0.4s;
    z-index: 10;
    position: relative;
    background-size: 100% 100%;
  }
  .accordion-wrap .accordion-item > .years {
    float: left;
    margin-top: 0.56rem;
    display: flex;
  }
  .accordion-wrap .accordion-item > .years > .year {
    font-size: 0.533333rem;
    color: #fff;
    margin-left: 0.693333rem;
  }
  .accordion-wrap .accordion-item > .years > .sconed {
    margin-left: 0;
  }
  .accordion-wrap .accordion-item > .years > .year-line {
    height: 0.053333rem;
    width: 0.6rem;
    background-color: white;
    margin: 0 0.1rem;
    display: block;
    margin-top: 0.296667rem;
  }
  .accordion-wrap .accordion-item > .arrow {
    float: right;
    margin-top: 0.45rem;
    margin-right: 0.8rem;
  }
  .accordion-wrap .accordion-item > .arrow .svg {
    width: 0.56rem;
    height: 0.56rem;
    transition: 0.3s;
    transform: rotateZ(90deg);
  }
  .accordion-wrap .accordion-item > .arrow .rotate {
    transform: rotateZ(270deg);
  }
  .accordion-wrap .course-detail {
    position: absolute;
    left: 0.32rem;
    top: 1.866667rem;
    height: 4rem;
    width: 9.36rem;
    background: url('/images/scenicSpot/course/course_list_bg.png');
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
  }
  .accordion-wrap .course-detail > .year-side {
    width: 100%;
    line-height: 0.8rem;
    margin-bottom: 0.566667rem;
    display: flex;
    padding-left: 0.533333rem;
    padding-top: 0.533333rem;
    overflow-x: scroll;
  }
  .accordion-wrap .course-detail > .year-side > span {
    font-weight: 400;
    color: #BBBBBB;
    font-size: 0.533333rem;
    line-height: 0.8rem;
  }
  .accordion-wrap .course-detail > .year-side > .line {
    width: 0.053333rem;
    height: 0.533333rem;
    background-color: #BBBBBB;
    margin: 0.103333rem 0.2rem 0;
  }
  .accordion-wrap .course-detail > .year-side .years-item {
    cursor: pointer;
  }
  .accordion-wrap .course-detail > .year-side > .years-active {
    font-size: 0.64rem;
    color: #CB9D61;
    line-height: 0.8rem;
  }
  .accordion-wrap .course-detail .course-line {
    width: 0.293333rem;
    margin-left: 0.746667rem;
    float: left;
  }
  .accordion-wrap .course-detail .course-line .line-start {
    width: 0.293333rem;
    height: 0.293333rem;
  }
  .accordion-wrap .course-detail .course-line .line-start img {
    vertical-align: top;
  }
  .accordion-wrap .course-detail .course-line .line-dotted {
    margin: 0.106667rem 0 0.106667rem 0.133333rem;
    height: 5.68rem;
    width: 0;
    border-right: 0.053333rem dashed #CB9D61;
  }
  .accordion-wrap .course-detail .course-line .line-end {
    width: 0.293333rem;
    height: 0.293333rem;
    border: 0.053333rem solid #CB9D61;
    border-radius: 50%;
  }
  .accordion-wrap .course-detail .course-content {
    margin-top: 0.4rem;
    height: 6.2rem;
    overflow-y: scroll;
    width: 7rem;
    margin-left: 1.76rem;
  }
  .accordion-wrap .course-detail .course-content::-webkit-scrollbar {
    width: 0.08rem;
    height: 6.2rem;
    background: #D8D8D8;
  }
  .accordion-wrap .course-detail .course-content::-webkit-scrollbar-thumb {
    width: 0.08rem;
    height: 2.666667rem;
    background: #CB9D61;
  }
  .accordion-wrap .course-detail .course-content .course-list .course-item {
    display: flex;
    margin-bottom: 0.453333rem;
  }
  .accordion-wrap .course-detail .course-content .course-list .course-item .item-month {
    width: 1.533333rem;
    font-size: 0.373333rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.533333rem;
  }
  .accordion-wrap .course-detail .course-content .course-list .course-item .item-course {
    flex: 1;
    font-size: 0.373333rem;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #333333;
    line-height: 0.533333rem;
    padding-right: 0.266667rem;
  }
  .accordion-wrap .course-detail-show {
    opacity: 1;
  }
  .mobile-bottom-bg {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .tradition-more .label {
    width: 9.36rem;
    height: 1.386667rem;
    margin-left: 0.32rem;
    border-top: 0.026667rem solid #BBBBBB;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 1.386667rem;
    color: #333333;
    padding-left: 0.026667rem;
    float: left;
  }
  .tradition-more .item {
    width: 9.266667rem;
    height: 1.76rem;
    margin: 0.133333rem 0.346667rem 0.56rem;
    float: left;
  }
  .tradition-more .item .img {
    width: 1.76rem;
    height: 1.76rem;
    float: left;
    margin-right: 0.4rem;
    background-position: center;
    background-size: cover;
  }
  .tradition-more .item .title {
    width: 7.066667rem;
    height: 0.586667rem;
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.586667rem;
    color: #333333;
    float: left;
    margin-bottom: 0.16rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .tradition-more .item .summary {
    width: 7.066667rem;
    height: 0.906667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.453333rem;
    color: #333333;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .tradition-more .more {
    width: 10rem;
    height: 2.6rem;
    background: url(/images/home/tab-bg-mobile2.png);
    background-size: cover;
    float: left;
    margin-top: -1rem;
  }
  .tradition-more .more div {
    width: 10rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.533333rem;
    color: #C1A061;
    letter-spacing: 0.026667rem;
    text-align: center;
    float: left;
    margin-top: 1.146667rem;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-list .people {
    width: 10rem;
    height: 9.92rem;
    border-bottom: 0.026667rem solid rgba(187, 187, 187, 0.3);
  }
  .mobile-list .people .img {
    width: 10rem;
    height: 5.52rem;
    float: left;
    margin-top: 0.533333rem;
    background-position: center;
    background-size: cover;
  }
  .mobile-list .people .title {
    font-size: 0.426667rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.586667rem;
    color: #333333;
    padding: 0.4rem 0.533333rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .mobile-list .people .summary {
    height: 1.28rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.426667rem;
    color: #333333;
    margin-top: 0.266667rem;
    padding: 0 0.533333rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .mobile-list .people .more {
    width: auto;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.533333rem;
    color: #BE8441;
    letter-spacing: 0.04rem;
    float: right;
    margin-right: 0.48rem;
    margin-top: 0.24rem;
  }
  .mobile-list .load {
    width: 10rem;
    height: 1.4rem;
    background: url(/images/home/tab-bg-mobile2.png);
    background-size: cover;
    float: left;
  }
  .mobile-list .load .load-more {
    height: 0.56rem;
    float: left;
    margin-left: 3.866667rem;
    margin-top: 0.32rem;
  }
  .mobile-list .load .load-more .load-words {
    height: 0.56rem;
    float: left;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.56rem;
    color: #C1A061;
  }
  .mobile-list .load .load-more img {
    width: 0.56rem;
    height: 0.56rem;
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-hotel {
    width: 550px;
    height: 330px;
    float: left;
    position: relative;
  }
  .mobile-hotel .swiper-container-hotel {
    width: 550px;
    height: 330px;
  }
  .mobile-hotel .swiper-container-hotel img {
    width: 550px;
    height: 330px;
    border-radius: 5px;
  }
  .mobile-hotel .swiper-container-hotel .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: 20px;
  }
  .mobile-hotel .swiper-container-hotel .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 41px;
    height: 4px;
    background-color: #eee;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
  }
  .mobile-hotel .swiper-container-hotel .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #CB9D61;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-hotel {
    position: relative;
  }
  .mobile-hotel .swiper-container-hotel {
    width: 10rem;
    height: 6.4rem;
  }
  .mobile-hotel .swiper-container-hotel img {
    width: 10rem;
    height: 6.4rem;
  }
  .mobile-hotel .swiper-container-hotel .swiper-pagination-bullets {
    bottom: 0.88rem;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .mobile-hotel .swiper-container-hotel .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.88rem;
    height: 0.08rem;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
  }
  .mobile-hotel .swiper-container-hotel .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #C1A061;
  }
}

.Switch-Articel {
  padding-left: 160px;
  padding-bottom: 78px;
}
.Switch-Articel > div {
  font-size: 14px;
  font-weight: 400;
  color: #585F65;
  line-height: 14px;
  margin-bottom: 22px;
}
.Switch-Articel > div span {
  cursor: pointer;
}


.Switch-Articel {
  padding-left: 160px;
  padding-bottom: 78px;
}
.Switch-Articel > div {
  font-size: 14px;
  font-weight: 400;
  color: #585F65;
  line-height: 14px;
  margin-bottom: 22px;
}
.Switch-Articel > div span {
  cursor: pointer;
}


.Switch-Articel {
  padding-left: 160px;
  padding-bottom: 78px;
}
.Switch-Articel > div {
  font-size: 14px;
  font-weight: 400;
  color: #585F65;
  line-height: 14px;
  margin-bottom: 22px;
}
.Switch-Articel > div span {
  cursor: pointer;
}


@media screen and (min-width: 1024px) {
  .footer {
    background: #323334;
    min-width: 1200px;
  }
  .footer .about-us {
    display: flex;
    justify-content: center;
    line-height: 121px;
    border-bottom: 1px #5C5C5C solid;
  }
  .footer .about-us .about-container {
    margin: 0 auto;
    display: flex;
  }
  .footer .about-us .about-container .about-text {
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-right: 15px;
    font-size: 24px;
  }
  .footer .about-us .about-container .about-list {
    display: flex;
  }
  .footer .about-us .about-container .about-list p {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1px;
    padding: 0 15px;
    border-right: 1px solid #5C5C5C;
    margin-top: 50px;
    height: 25px;
    line-height: 25px;
  }
  .footer .about-us .about-container .about-list p:nth-of-type(3) {
    border-right: none;
  }
  .footer .information-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px #5C5C5C solid;
    height: 450px;
    padding-top: 69px;
  }
  .footer .information-wrap .information {
    width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .footer .information-wrap .information .links-list {
    margin-right: 30px;
  }
  .footer .information-wrap .information .links-list .links-title {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 26px;
  }
  .footer .information-wrap .information .links-list .links-item {
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 17px;
    margin-bottom: 16px;
    cursor: pointer;
  }
  .footer .information-wrap .information .links-list .code-content img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin-right: 15px;
  }
  .footer .information-wrap .link-download {
    width: 1200px;
    padding: 0 10px;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-around;
  }
  .footer .information-wrap .link-download .links-list {
    display: flex;
    margin-right: 30px;
  }
  .footer .information-wrap .link-download .links-list .link-miaoshu {
    text-align: right;
    margin-right: 25px;
  }
  .footer .information-wrap .link-download .links-list .links-title {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    letter-spacing: 1px;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .footer .information-wrap .link-download .links-list .links-item {
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 17px;
    margin-bottom: 16px;
    cursor: pointer;
  }
  .footer .information-wrap .link-download .links-list .code-content {
    text-align: center;
    margin-right: 30px;
  }
  .footer .information-wrap .link-download .links-list .code-content p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 17px;
    margin-top: 5px;
    cursor: pointer;
  }
  .footer .information-wrap .link-download .links-list .code-content img {
    width: 100px;
    height: 100px;
    background-color: #fff;
  }
  .footer .friends-links {
    display: flex;
    flex-direction: column;
  }
  .footer .friends-links .friends-list {
    margin: 0 auto;
    display: flex;
    margin-top: 19px;
  }
  .footer .friends-links .friends-list .link-label {
    font-size: 14px;
    font-weight: 400;
    color: #838383;
    line-height: 20px;
    letter-spacing: 1px;
    margin-right: 39px;
  }
  .footer .friends-links .friends-list .link-item {
    font-size: 14px;
    font-weight: 400;
    color: #838383;
    line-height: 20px;
    letter-spacing: 1px;
    margin-right: 39px;
    cursor: pointer;
  }
  .footer .friends-links .company-infor {
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    margin: 36px 0 32px;
  }
  .footer .friends-links .company-infor span {
    cursor: pointer;
  }
  .footer .friends-links .company-phone-infor {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .guideView {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .guideView .guideImage {
    width: 100%;
    height: 100%;
  }
  .footer {
    min-height: 6.4rem;
    background: #323334;
    width: 10rem;
    float: left;
  }
  .footer .about-us {
    float: left;
    border-bottom: 1px #5C5C5C solid;
  }
  .footer .about-us .about-container {
    width: 10rem;
    height: 2.4rem;
  }
  .footer .about-us .about-container .about-text {
    width: 10rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.48rem;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    margin-top: 0.373333rem;
    float: left;
  }
  .footer .about-us .about-container .about-list {
    float: left;
    margin-top: 0.133333rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .about-us .about-container .about-list p {
    display: inline-block;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.48rem;
    color: #FFFFFF;
    letter-spacing: 0.013333rem;
    padding: 0 0.2rem;
  }
  .footer .about-us .about-container .about-list p:nth-of-type(3) {
    border-right: none;
  }
  .footer .about-us .about-container .about-list .p1 {
    border-right: 0.013333rem solid #5C5C5C;
  }
  .footer .about-us .about-container .about-list .p3 {
    width: 8.933333rem;
    margin-top: 0.106667rem;
    text-align: center;
    margin-top: 0.133333rem;
  }
  .footer .information-wrap {
    display: none;
  }
  .footer .friends-links {
    width: 10rem;
    min-height: 4.5rem;
    float: left;
  }
  .footer .friends-links .friends-list {
    float: left;
    width: 10rem;
    min-height: 1.066667rem;
    margin-top: 0.4rem;
    padding-left: 1rem;
  }
  .footer .friends-links .friends-list .link-label {
    display: none;
  }
  .footer .friends-links .friends-list .link-item {
    float: left;
    letter-spacing: 1px;
    margin-right: 0.266667rem;
    width: auto;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 0.373333rem;
    color: #8A8A8A;
    opacity: 1;
  }
  .footer .friends-links .company-infor {
    display: none;
  }
  .footer .friends-links .company-phone-infor {
    width: 8.066667rem;
    height: 1.6rem;
    margin-top: 0.4rem;
    margin-left: 0.986667rem;
    text-align: center;
    float: left;
    height: 0.453333rem;
    font-size: 0.32rem;
    font-weight: 300;
    line-height: 0.373333rem;
    color: #8A8A8A;
    opacity: 1;
  }
  .footer .friends-links .company {
    margin-top: 0.133333rem;
    margin-bottom: 0.133333rem;
  }
  .footer .down-btns {
    padding: 0.37rem 0 0.69rem;
  }
  .footer .down-btns div {
    display: inline-block;
    min-width: 3.07rem;
    height: 0.99rem;
    line-height: 0.99rem;
    font-size: 12px;
    border-radius: 21px;
    border: 1px solid #E7E7E8;
    text-align: center;
    padding-left: 0.83rem;
    padding-right: 0.43rem;
    color: #FFFFFF;
  }
  .footer .down-btns div:first-of-type {
    margin-right: 0.64rem;
  }
  .footer .down-btns div.android-btn {
    background: url('/images/home/android-icon.png') 0.37rem center no-repeat;
    background-size: 0.37rem 0.43rem;
  }
  .footer .down-btns div.ios-btn {
    background: url('/images/home/ios-icon.png') 0.37rem center no-repeat;
    background-size: 0.37rem 0.43rem;
  }
}

.aboutUs-wrapper {
  color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding-top: 71px;
}
.aboutUs-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.aboutUs-wrapper li {
  text-align: center;
}
.aboutUs-wrapper li .cn-title {
  padding-top: 20px;
  font-size: 14px;
}
.aboutUs-wrapper li .en-title {
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  padding: 12px 0;
}
.aboutUs-wrapper li .tel {
  font-weight: 400;
  font-size: 20px;
}
.aboutUs-wrapper img {
  width: 58px;
  height: 58px;
}
.address-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  font-size: 20px;
}
.address-icon img {
  width: 16px;
  height: 20px;
  margin-right: 5px;
}
.split-line {
  height: 1px;
  background: #5c5c5c;
  margin-top: 39px;
}

@media screen and (min-width: 1024px) {
  .base-content {
    min-width: 1200px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .base-content {
    margin-top: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .modal-wrap {
    position: fixed;
    right: -520px;
    top: 120px;
    height: 0;
    padding: 10px 20px;
    width: 500px;
    min-height: 110px;
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
    transition: 0.4s;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
    animation-name: 'close';
  }
  .modal-wrap > .icon {
    min-width: 30px;
    height: 30px;
    vertical-align: middle;
    transform: translateY(-5px);
    margin: 8px 20px 0 8px;
  }
  .modal-wrap > header {
    padding-bottom: 10px;
    line-height: 30px;
  }
  .modal-wrap > header > .title {
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
    line-height: 26px;
  }
  .modal-wrap > header > .message {
    font-size: 16px;
    color: #333;
    line-height: 22px;
  }
  .modal-wrap > .close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: rgba(117, 116, 116, 0.8);
  }
  @keyframes close {
    0% {
      transform: translateX(-110%);
      top: 120px;
    }
    50% {
      top: 115px;
      opacity: 0.8;
    }
    60% {
      transform: translateX(-110%);
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: translateX(0%);
    }
  }
  @keyframes show {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-110%);
    }
  }
  @keyframes closeShow {
    0% {
      transform: translateX(-110%);
      top: 120px;
    }
    25% {
      top: 115px;
      opacity: 0.8;
    }
    30% {
      transform: translateX(-110%);
      opacity: 0;
    }
    50% {
      opacity: 0;
      transform: translateX(0%);
    }
    51% {
      opacity: 1;
    }
    100% {
      transform: translateX(-110%);
    }
  }
  @keyframes toggleShow {
    0% {
      transform: translateX(-110%);
      top: 120px;
    }
    25% {
      top: 115px;
      opacity: 0.8;
    }
    30% {
      transform: translateX(-110%);
      opacity: 0;
    }
    50% {
      opacity: 0;
      transform: translateX(0%);
    }
    51% {
      opacity: 1;
    }
    100% {
      transform: translateX(-110%);
    }
  }
}
@media screen and (max-width: 1024px) {
  .modal-wrap {
    position: fixed;
    right: -110vw;
    top: 60vh;
    height: 0;
    padding: 0.533333rem;
    width: 8rem;
    min-height: 2.933333rem;
    display: flex;
    background-color: #fff;
    border-radius: 0.106667rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
    transition: 0.4s;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
  }
  .modal-wrap > .icon {
    min-width: 0.96rem;
    height: 0.96rem;
    vertical-align: middle;
    transform: translateY(-5px);
    margin: 0.133333rem 20px 0 0.213333rem;
  }
  .modal-wrap > header {
    padding-bottom: 10px;
    line-height: 30px;
  }
  .modal-wrap > header > .title {
    font-size: 0.533333rem;
    color: #333;
    padding-bottom: 0.266667rem;
    line-height: 0.64rem;
  }
  .modal-wrap > header > .message {
    font-size: 0.35rem;
    color: #333;
    line-height: 0.35rem;
  }
  .modal-wrap > .close {
    position: absolute;
    top: 0.133333rem;
    right: 0.533333rem;
    font-size: 0.48rem;
    cursor: pointer;
    color: rgba(117, 116, 116, 0.8);
  }
  @keyframes close {
    0% {
      transform: translateX(-150%);
      top: 60vh;
    }
    50% {
      top: 58vh;
      opacity: 0.8;
    }
    60% {
      transform: translateX(-150%);
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: translateX(0%);
    }
  }
  @keyframes show {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-150%);
    }
  }
  @keyframes closeShow {
    0% {
      transform: translateX(-150%);
      top: 60vh;
    }
    25% {
      top: 58vh;
      opacity: 0.8;
    }
    30% {
      transform: translateX(-150%);
      opacity: 0;
    }
    50% {
      opacity: 0;
      transform: translateX(0%);
    }
    51% {
      opacity: 1;
    }
    100% {
      transform: translateX(-150%);
    }
  }
  @keyframes toggleShow {
    0% {
      transform: translateX(-150%);
      top: 60vh;
    }
    25% {
      top: 58vh;
      opacity: 0.8;
    }
    30% {
      transform: translateX(-150%);
      opacity: 0;
    }
    50% {
      opacity: 0;
      transform: translateX(0%);
    }
    51% {
      opacity: 1;
    }
    100% {
      transform: translateX(-150%);
    }
  }
}

