.page-zoom-box {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.page-zoom-box.show-toolbox {
  height: calc(100vh - 80px);
}
.page-zoom-box .page-zoom {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
}

.top-big-img {
  width: 100%;
  min-width: 1240px;
  height: 30vw;
  /*display: block;
  object-fit: cover;*/
  background-image: url("./../img/bg/binfenyoule01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}

.content-tab {
  background-color: #383635;
  width: 100%;
  min-width: 1240px;
  height: 70px;
}
.content-tab > ul {
  max-width: 1400px;
  min-width: 1200px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 20px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-tab > ul > li {
  width: 200px;
  height: 70px;
  line-height: 70px;
  background-color: #383635;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.content-tab > ul > li.on, .content-tab > ul > li:hover {
  background-color: #C92B2F !important;
}

.section-main {
  width: 100%;
  min-width: 1240px;
  background-color: #F2F2F2;
}
.section-main .article-main {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 80px 0;
}
.section-main .article-main > .article-main-title {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-main .article-main > .article-main-title .name h1 {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin: 0;
}
.section-main .article-main > .article-main-title .name h2 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.8);
  line-height: 30px;
  margin: 15px 0 0 0;
}
.section-main .article-main > .article-main-title .tab > span {
  display: inline-block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #383635;
  text-align: center;
  cursor: pointer;
  border: 2px solid #383635;
}
.section-main .article-main > .article-main-title .tab > span + span {
  margin-left: 20px;
}
.section-main .article-main > .article-main-title .tab > span.on, .section-main .article-main > .article-main-title .tab > span:hover {
  background: #C92B2F;
  border: 2px solid #C92B2F;
  color: #FFFFFF;
}
.section-main .article-main > .article-main-list {
  padding: 0 20px;
}
.section-main .article-main > .article-main-list .article-box-one {
  max-width: 1400px;
  min-width: 1200px;
  padding: 55px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid rgba(0, 0, 0, 0);
}
.section-main .article-main > .article-main-list .article-box-one > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-main .article-main > .article-main-list .article-box-one > a > div:nth-of-type(2) {
  width: 100%;
}
.section-main .article-main > .article-main-list .article-box-one .article-img {
  width: 500px;
  height: 360px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 50px;
}
.section-main .article-main > .article-main-list .article-box-one .h1 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  margin: 10px 0 40px 0;
  max-height: 80px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section-main .article-main > .article-main-list .article-box-one .h2 {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 36px;
  margin: 30px 0;
  height: 108px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.section-main .article-main > .article-main-list .article-box-one .time-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-main .article-main > .article-main-list .article-box-one .time-box .time {
  font-size: 13px;
  color: #999999;
}
.section-main .article-main > .article-main-list .article-box-one .time-box .look {
  font-size: 13px;
  color: #999999;
  cursor: pointer;
}
.section-main .article-main > .article-main-list .article-box-one .time-box .date-box {
  width: 98px;
  height: 98px;
  background: rgba(242, 242, 242, 0);
  border: 2px solid #383635;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  color: #383635;
}
.section-main .article-main > .article-main-list .article-box-one .time-box .date-box .year {
  font-size: 30px;
  margin-top: 6px;
}
.section-main .article-main > .article-main-list .article-box-two {
  max-width: 1400px;
  min-width: 1200px;
  padding: 55px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0);
}
.section-main .article-main > .article-main-list .article-box-two > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-main .article-main > .article-main-list .article-box-two .article-img {
  width: 280px;
  height: 200px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 50px;
}
.section-main .article-main > .article-main-list .article-box-two .text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-main .article-main > .article-main-list .article-box-two .h1 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  margin: 10px 0 40px 0;
  max-height: 32px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.section-main .article-main > .article-main-list .article-box-two .h2 {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 36px;
  margin: 30px 0;
  height: 72px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section-main .article-main > .article-main-list .article-box-two .time-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-main .article-main > .article-main-list .article-box-two .time-box .time {
  font-size: 13px;
  color: #999999;
}
.section-main .article-main > .article-main-list .article-box-two .time-box .look {
  font-size: 13px;
  color: #999999;
  cursor: pointer;
}
.section-main .article-main > .article-main-list .article-box-two .date-box {
  width: 98px;
  height: 98px;
  background: rgba(242, 242, 242, 0);
  border: 2px solid #383635;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  color: #383635;
}
.section-main .article-main > .article-main-list .article-box-two .date-box .year {
  font-size: 30px;
  margin-top: 6px;
}
.section-main .article-main > .article-main-list .article-box-one:hover,
.section-main .article-main > .article-main-list .article-box-two:hover {
  cursor: pointer;
  border: 2px solid #C92B2F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-main .article-main > .article-main-list .article-box-one:hover .look,
.section-main .article-main > .article-main-list .article-box-two:hover .look {
  color: #C92B2F;
}
.section-main .article-main > .article-main-list .article-box-one:hover .date-box,
.section-main .article-main > .article-main-list .article-box-two:hover .date-box {
  background: #C92B2F;
  color: #ffffff;
  border: 2px solid #C92B2F;
}
.section-main .article-main > .article-main-list.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-main .article-main > .article-main-list.flex .article-box {
  width: 31.6666%;
  margin-top: 30px;
  padding: 30px 30px 70px 30px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.section-main .article-main > .article-main-list.flex .article-box > a {
  text-decoration: none;
}
.section-main .article-main > .article-main-list.flex .article-box:hover {
  border: 2px solid #C92B2F;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.21);
}
.section-main .article-main > .article-main-list.flex .article-box:nth-of-type(3n-1) {
  margin: 30px 2.5001% 0 2.5001%;
}
.section-main .article-main > .article-main-list.flex .article-box img {
  width: 100%;
  height: 220px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-main .article-main > .article-main-list.flex .article-box .h1 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin: 20px 0;
  max-height: 23px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.section-main .article-main > .article-main-list.flex .article-box .h2 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin: 0 0 30px 0;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section-main .article-main > .article-main-list.flex .article-box .date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #999999;
}
.section-main .search-main {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 70px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.section-main .search-main .search-main-box {
  width: 800px;
  height: 60px;
  background: #F7F9FA;
  border: 2px solid #383635;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-main .search-main .search-main-box .search-input-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.section-main .search-main .search-main-box .search-input-label .search-img {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 20px;
}
.section-main .search-main .search-main-box .search-input-label .search-input {
  width: 100%;
  height: 58px;
  outline: none;
  border: none;
  background: #F7F9FA;
  padding: 0 0 0 10px;
  font-size: 16px;
  color: #666666;
}
.section-main .search-main .search-main-box .search-btn {
  background: #383635;
  font-size: 18px;
  color: #FFFFFF;
  width: 140px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.section-main .search-main .search-tab {
  text-align: center;
  margin-top: 46px;
}
.section-main .search-main .search-tab > span {
  display: inline-block;
  width: 120px;
  height: 44px;
  background: rgba(242, 242, 242, 0);
  border: 2px solid #383635;
  font-size: 16px;
  color: #383635;
  text-align: center;
  line-height: 44px;
  margin: 0 18px;
  cursor: pointer;
}
.section-main .search-main .search-tab > span.on, .section-main .search-main .search-tab > span:hover {
  color: #ffffff;
  background: #C92B2F;
  border: 2px solid #C92B2F;
}
.section-main .search-main .search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-main .search-main .search-list > div {
  margin-top: 30px;
  width: 31.8181%;
  cursor: pointer;
}
.section-main .search-main .search-list > div:nth-of-type(3n-1) {
  margin: 30px 2.27285% 0 2.27285%;
}
.section-main .search-main .search-list > div a {
  text-decoration: none;
}
.section-main .search-main .search-list > div img {
  width: 100%;
  height: 215px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-main .search-main .search-list > div p {
  margin: 0;
  padding: 17px 0 0 0;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.section-main .article-detail {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.section-main .article-detail .article-header {
  padding: 60px 40px 40px 40px;
  border-bottom: solid 1px #E5DFDF;
}
.section-main .article-detail .article-header .h1 {
  font-size: 34px;
  font-weight: 400;
  color: #343434;
  margin: 0 0 20px 0;
  max-height: 39px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.section-main .article-detail .article-header .article-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.section-main .article-detail .article-header .article-time > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-main .article-detail .article-header .article-time > div.article-share {
  margin-left: 6px;
}
.section-main .article-detail .article-header .article-time > span {
  margin: 0 14px;
}
.section-main .article-detail .article-header .article-time .author {
  width: 14px;
  height: 14px;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 6px;
}
.section-main .article-detail .article-header .article-time .author.svg {
  width: 14px;
  height: 14px;
  border-radius: 0;
}
.section-main .article-detail .article-header .article-time .icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
}
.section-main .article-detail .article-header .article-time .icon.eye {
  width: 17px;
  height: 13px;
}
.section-main .article-detail .article-header .article-time .social-share .social-share-icon {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.section-main .article-detail .article-content {
  padding: 45px 50px 70px 50px;
  border-bottom: solid 1px #E5DFDF;
  font-size: 16px;
  color: #5E5E5E;
  line-height: 36px;
  text-align: center;
}
.section-main .article-detail .article-content p {
  font-size: 16px;
  color: #5E5E5E;
  /*text-align: left;*/
  margin: 0;
  padding: 0;
  font-family: "HYSongYunLangHeiJ", "Microsoft YaHei" !important;
}
.section-main .article-detail .article-content font {
  font-family: "HYSongYunLangHeiJ", "Microsoft YaHei" !important;
}
.section-main .article-detail .article-content strong {
  font-family: "HYSongYunLangHeiJ", "Microsoft YaHei" !important;
}
.section-main .article-detail .article-content img {
  width: auto;
  /*max-width: 100%;*/
  margin: 0 auto;
  display: block;
}
.section-main .article-detail .article-content video {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.section-main .article-detail .article-footer {
  padding: 40px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-main .article-detail .article-footer .article-line > p {
  font-size: 16px;
  color: #262626;
  line-height: 30px;
  margin: 0;
}
.section-main .article-detail .article-footer .article-line > p > a {
  color: #5E5E5E;
  text-decoration: none;
}
.section-main .article-detail .article-footer .article-line > p > a:hover {
  color: #C92B2F;
}
.section-main .article-detail .article-footer .back-btn {
  width: 134px;
  height: 44px;
  background: #383635;
  border-radius: 22px;
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.section-main .article-detail .article-footer .back-btn.plain {
  background: rgba(239, 238, 238, 0);
  border: 2px solid #152846;
  color: #152846;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-main .comment-list {
  max-width: 1400px;
  min-width: 1200px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  padding: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-main .comment-list .comment-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 2px rgba(45, 82, 116, 0.2);
  padding-bottom: 10px;
}
.section-main .comment-list .comment-header .comment-title {
  font-size: 24px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.section-main .comment-list .comment-header .comment-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #C92B2F;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.section-main .comment-list .comment-header .comment-title > img {
  width: 30px;
  height: 28px;
  display: inline-block;
  margin-right: 8px;
}
.section-main .comment-list .comment-header .comment-title > span {
  font-size: 17px;
  color: #333333;
}
.section-main .comment-list .comment-header .comment-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-main .comment-list .comment-header .comment-status .comment-status-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.section-main .comment-list .comment-header .comment-status .comment-status-child > img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
}
.section-main .comment-list .comment-header .comment-status .comment-status-child > span {
  font-size: 16px;
  color: #333333;
}
.section-main .comment-list .comment-content .comment-detail {
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: solid 1px #F1F1F1;
}
.section-main .comment-list .comment-content .comment-detail > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-main .comment-list .comment-content .comment-detail .comment-author-icon {
  width: 70px;
  height: 70px;
  display: block;
  margin-right: 20px;
  border-radius: 50%;
}
.section-main .comment-list .comment-content .comment-detail .comment-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-main .comment-list .comment-content .comment-detail .comment-author .comment-author-name > p {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 20px;
  color: #333333;
}
.section-main .comment-list .comment-content .comment-detail .comment-author .comment-author-name > p + p {
  font-size: 14px;
  color: #999999;
  margin: 0 0 20px 0;
}
.section-main .comment-list .comment-content .comment-detail .comment-author .comment-give-like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.section-main .comment-list .comment-content .comment-detail .comment-author .comment-give-like > img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 4px;
}
.section-main .comment-list .comment-content .comment-detail .comment-text {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}
.section-main .comment-list .comment-footer .comment-more-btn {
  width: 180px;
  height: 50px;
  background: #FCF7F0;
  border: 1px solid #C92B2F;
  font-size: 16px;
  color: #C92B2F;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.section-main .comment-list .comment-footer .comment-more-btn > img {
  width: 18px;
  height: 10px;
  display: block;
  margin-left: 4px;
}
.section-main .comment-list .no-data {
  color: #999999;
  font-size: 15px;
  text-align: center;
  padding: 22px;
}
.section-main .tourist-service {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 100px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-main .tourist-service .tourist-service-menu {
  width: 300px;
  background: #383635;
  color: #ffffff;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-main .tourist-service .tourist-service-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-main .tourist-service .tourist-service-menu > ul > li {
  text-align: center;
  padding: 0 35px;
  cursor: pointer;
}
.section-main .tourist-service .tourist-service-menu > ul > li .h1 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.section-main .tourist-service .tourist-service-menu > ul > li .h2 {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
  border-bottom: solid 1px #8C8C8E;
  margin: 0;
  padding: 0 0 30px 0;
}
.section-main .tourist-service .tourist-service-menu > ul > li .h3 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 70px;
  border-bottom: solid 1px #8C8C8E;
  margin: 0;
}
.section-main .tourist-service .tourist-service-menu > ul > li + li.on, .section-main .tourist-service .tourist-service-menu > ul > li + li:hover {
  background: #C92B2F;
}
.section-main .tourist-service .tourist-service-menu > ul > li + li.on .h3, .section-main .tourist-service .tourist-service-menu > ul > li + li:hover .h3 {
  border-bottom: solid 1px #C92B2F;
}
.section-main .tourist-service .tourist-service-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header {
  padding: 40px 20px 15px 20px;
  font-size: 22px;
  color: #333333;
  border-bottom: solid 1px #EBEBEB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header > span {
  position: relative;
  padding-left: 23px;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header > span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 13px;
  height: 13px;
  background: #C92B2F;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper {
  width: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-container {
  max-width: 430px;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  cursor: pointer;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-container .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-left: 30px;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-container .swiper-wrapper .swiper-slide.on {
  color: #C92B2F;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-container .swiper-wrapper .swiper-slide.on:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #C92B2F;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-button-next {
  outline: none;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-button-next:after {
  content: '';
  color: #333333;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon/icon_right_black.svg");
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-button-prev {
  outline: none;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-button-prev:after {
  content: '';
  color: #333333;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon/icon_left_black.svg");
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content {
  padding: 30px 40px;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F2F6FC;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .img > img {
  width: 280px;
  height: 202px;
  display: block;
  margin: 0 30px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .title {
  font-size: 26px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(24, 44, 75, 0.1);
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10px;
  font-size: 16px;
  line-height: 34px;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .time > div:nth-of-type(1) {
  width: 150px;
  color: #333333;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .time > div:nth-of-type(2) {
  color: #C92B2F;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .tip {
  font-size: 14px;
  color: #666666;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .tip > img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 6px;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .rules-text > p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .rules-text > p > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .rules-text > p .em {
  font-size: 20px;
  font-weight: bold;
  color: #C92B2F;
  line-height: 30px;
}
.section-main .other-services {
  padding-top: 0;
}
.section-main .other-services .other-services-text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.section-main .faq-child {
  color: #333333;
  font-size: 16px;
  background-color: #F2F6FC;
  margin-bottom: 20px;
}
.section-main .faq-child .faq-child-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 40px;
  cursor: pointer;
}
.section-main .faq-child .faq-child-header .faq-child-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #383635;
}
.section-main .faq-child .faq-child-header .faq-child-icon > img {
  width: 16px;
  height: 16px;
  display: block;
  margin: 8px auto;
}
.section-main .faq-child .faq-child-header .faq-child-icon > img.on {
  display: none;
}
.section-main .faq-child .faq-child-detail {
  padding: 30px 40px;
  line-height: 30px;
  color: #666666;
  display: none;
  white-space: pre-wrap;
}
.section-main .faq-child.on {
  /*.faq-child-detail{
    display: block;
  }*/
}
.section-main .faq-child.on .faq-child-header {
  background-color: #C92B2F;
  color: #ffffff;
}
.section-main .faq-child.on .faq-child-header .faq-child-icon {
  background-color: #ffffff;
}
.section-main .faq-child.on .faq-child-header .faq-child-icon > img {
  display: none;
}
.section-main .faq-child.on .faq-child-header .faq-child-icon > img.on {
  display: block;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.section-main .lost-and-found {
  width: 100%;
}
.section-main .lost-and-found .lost-and-found-header > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background: #D0E1FB;
}
.section-main .lost-and-found .lost-and-found-header > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333333;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}
.section-main .lost-and-found .lost-and-found-content > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CAD6EB;
}
.section-main .lost-and-found .lost-and-found-content > ul:nth-of-type(even) {
  background-color: #F4F7FD;
}
.section-main .lost-and-found .lost-and-found-content > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333333;
  text-align: center;
  font-size: 14px;
  min-height: 60px;
  line-height: 30px;
  border-left: 1px solid #CAD6EB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-main .lost-and-found .lost-and-found-content > ul > li:last-of-type {
  border-right: 1px solid #CAD6EB;
}
.section-main .lost-and-found .lost-and-found-content > ul > li > img {
  width: 80px;
  height: 40px;
  display: block;
  cursor: pointer;
}
.section-main .travel-assistant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 10px 0 40px 0;
}
.section-main .travel-assistant .travel-assistant-icon > img {
  width: 64px;
  height: 64px;
  margin-right: 40px;
}
.section-main .travel-assistant .travel-assistant-path {
  border-left: solid 2px #D2D2D2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-main .travel-assistant .travel-assistant-path > p {
  margin: 30px 0 30px 70px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 36px;
}
.section-main .travel-assistant .travel-assistant-path > p.site {
  display: inline-block;
  min-height: 40px;
  line-height: 40px;
  margin: 0 0 0 50px;
  padding: 0 40px 0 20px;
  background: #C92B2F;
  border-radius: 5px;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  word-break: break-all;
}
.section-main .travel-assistant .travel-assistant-path > p.site:after {
  content: '';
  position: absolute;
  left: -57px;
  top: 13px;
  width: 12px;
  height: 12px;
  background: #C92B2F;
  border-radius: 50%;
}
.section-main .travel-assistant .travel-assistant-path > p.site:before {
  content: '-----';
  position: absolute;
  left: -38px;
  top: 0;
  font-size: 16px;
  color: #999999;
}
.section-main .travel-assistant .travel-assistant-path > p.site:first-of-type:after {
  display: none;
}
.section-main .travel-assistant .travel-assistant-path > p.site .first {
  position: relative;
}
.section-main .travel-assistant .travel-assistant-path > p.site .first:after {
  content: '';
  position: absolute;
  left: -84px;
  top: calc(50% - 12px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 28px;
  background-image: url("../img/icon/icon_full.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 128% 128%;
  background-size: 128%;
  background-color: #ffffff;
}
.section-main .travel-assistant .travel-assistant-path > p.site .last {
  position: relative;
}
.section-main .travel-assistant .travel-assistant-path > p.site .last:after {
  content: '';
  position: absolute;
  left: -82px;
  top: -1px;
  border-radius: 50%;
  border: solid 1px #C92B2F;
  width: 20px;
  height: 20px;
}
.section-main .overall-introduction {
  width: 100%;
  background-color: #ffffff;
}
.section-main .overall-introduction .content-box {
  width: 1240px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
.section-main .overall-introduction .content-box .h1 {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 10px 0;
}
.section-main .overall-introduction .content-box .h2 {
  font-size: 20px;
  height: 23px;
  font-weight: 400;
  color: #999999;
  margin: 0 0 30px 0;
}
.section-main .overall-introduction .content-box .h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin: 0 0 20px 0;
  text-align: left;
}
.section-main .overall-introduction .overall-introduction-content {
  background-color: #F4F5F7;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper {
  width: 1200px;
  height: 660px;
  margin: 10px auto;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text p {
  margin: 0;
  padding: 0 36px 36px 36px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text p.title {
  padding: 0 36px 20px 36px;
  font-size: 26px;
  color: #FFFFFF;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-button-next:after,
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-button-prev:after {
  color: #ffffff;
  font-size: 24px;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-container {
  width: calc(100% - 30px);
  height: 100%;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100px;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-container .swiper-wrapper .swiper-slide {
  width: 185px;
  height: 100px;
  border: solid 2px rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-container .swiper-wrapper .swiper-slide.on {
  border: solid 2px #C92B2F;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-next {
  right: 0;
  width: 14px;
  outline-style: none;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-next:after {
  color: #C92B2F;
  font-size: 18px;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-prev {
  left: 0;
  width: 14px;
  outline-style: none;
}
.section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-prev:after {
  color: #C92B2F;
  font-size: 18px;
}
.section-main .overall-introduction .overall-introduction-content .btn-box {
  padding: 40px 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-main .overall-introduction .overall-introduction-content .btn-box > a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #C92B2F;
  font-size: 20px;
  border: solid 2px #C92B2F;
  margin: 0 10px;
  text-decoration: none;
}
.section-main .overall-introduction .overall-introduction-content .btn-box > a:hover {
  color: #ffffff;
  background-color: #C92B2F;
}
.section-main .overall-introduction .overall-introduction-video {
  background-color: #ffffff;
}
.section-main .overall-introduction .overall-introduction-video .video-box {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-main .overall-introduction .overall-introduction-video .video-box > div {
  width: 580px;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
}
.section-main .overall-introduction .overall-introduction-video .video-box > div p {
  margin: 20px 0 0 0;
  padding: 0;
}
.section-main .overall-introduction .overall-introduction-video .video-box > div video {
  width: 580px;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  display: block;
  background-color: #000000;
}
.section-main .overall-introduction .overall-introduction-video .video-box > div img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.section-main .overall-introduction .overall-introduction-preview {
  background-color: #F4F5F7;
}
.section-main .overall-introduction .overall-introduction-preview img {
  width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-main .overall-introduction .overall-introduction-scale-swiper {
  background-color: #F4F5F7;
  cursor: pointer;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .content-box {
  padding-bottom: 0;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .content-box .h2 {
  margin-bottom: 0;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper {
  position: relative;
  width: 1200px;
  padding: 0 20px;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-container {
  padding: 70px 0;
  height: 100%;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-next {
  right: -14px;
  outline: none;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-next:after {
  color: #999999;
  font-size: 30px;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-prev {
  left: -14px;
  outline: none;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-prev:after {
  color: #999999;
  font-size: 30px;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide {
  width: 600px;
  height: 390px;
  position: relative;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide.swiper-slide-active, .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide.swiper-slide-next, .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide > img {
  width: 600px;
  height: 390px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text p.title {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.section-main .overall-introduction .overall-introduction-img {
  background-color: #ffffff;
}
.section-main .overall-introduction .overall-introduction-img .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-main .overall-introduction .overall-introduction-img .img-box > div {
  margin-bottom: 30px;
  cursor: pointer;
}
.section-main .overall-introduction .overall-introduction-img .img-box > div a {
  text-decoration: none;
}
.section-main .overall-introduction .overall-introduction-img .img-box > div img {
  width: 380px;
  height: 260px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-main .overall-introduction .overall-introduction-img .img-box > div p {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 20px;
  color: #333333;
}
.section-main .park-tour {
  width: 100%;
  position: relative;
}
.section-main .park-tour .park-tour-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.section-main .park-tour > a.down {
  position: absolute;
  left: 70%;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background-color: #C92B2F;
  border: solid 2px #C92B2F;
  text-decoration: none;
}
.section-main .park-tour > a.down img {
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  display: block;
  border: solid 3px #ffffff;
}
.section-main .no-data {
  padding: 160px 0;
  text-align: center;
}
.section-main .no-data .icon {
  width: 114px;
  height: 146px;
  display: inline-block;
  margin-bottom: 18px;
}
.section-main .no-data .text-1 {
  font-size: 30px;
  color: #666666;
  margin-bottom: 10px;
}
.section-main .no-data .text-2 {
  font-size: 18px;
  color: #999999;
  line-height: 28px;
}
.section-main .no-data .btn > a {
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  width: 200px;
  height: 60px;
  background: #8C8C8E;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}
.section-main .rich-text-box {
  width: 1240px;
  margin: 0 auto;
}
.section-main .rich-text-box.h1 {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  margin: 40px auto 10px auto;
  text-align: center;
}
.section-main .rich-text-box .h1 {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  margin: 0 auto 10px auto;
  text-align: center;
}
.section-main .rich-text-box p {
  font-size: 16px;
  color: #5E5E5E;
  line-height: 36px;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "HYSongYunLangHeiJ", "Microsoft YaHei" !important;
}

.breadcrumb {
  width: 100%;
  background-color: #F2F2F2;
}
.breadcrumb > div {
  max-width: 1400px;
  min-width: 1200px;
  padding: 30px 20px;
  margin: 0 auto;
  text-align: right;
  background-color: #F2F2F2;
}
.breadcrumb > div > a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.7);
}
.breadcrumb > div > a:hover {
  color: #C92B2F;
}

.tip-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.tip-popup.on {
  display: block;
}
.tip-popup > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
}
.tip-popup > div .title {
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  font-weight: 400;
  color: #F2F2F2;
  background: #182F4F;
  border-radius: 30px 30px 0 0;
  position: relative;
  padding: 0 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tip-popup > div .title .close {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.tip-popup > div .content {
  min-height: 270px;
  padding: 35px;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
}

.font_1 .content-tab > ul > li {
  font-size: 19.8px;
}
.font_1 .section-main .article-main > .article-main-title .name h1 {
  font-size: 39.6px;
}
.font_1 .section-main .article-main > .article-main-title .name h2 {
  font-size: 17.6px;
}
.font_1 .section-main .article-main > .article-main-title .tab > span {
  font-size: 17.6px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-one .h1 {
  font-size: 30.8px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-one .h2 {
  font-size: 17.6px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-one .time-box .time {
  font-size: 14.3px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-one .time-box .look {
  font-size: 14.3px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-one .time-box .date-box {
  font-size: 19.8px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-one .time-box .date-box .year {
  font-size: 33px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-two .h1 {
  font-size: 30.8px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-two .h2 {
  font-size: 17.6px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-two .time-box .time {
  font-size: 14.3px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-two .time-box .look {
  font-size: 14.3px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-two .date-box {
  font-size: 19.8px;
}
.font_1 .section-main .article-main > .article-main-list .article-box-two .date-box .year {
  font-size: 33px;
}
.font_1 .section-main .article-main > .article-main-list.flex .article-box .h1 {
  font-size: 22px;
}
.font_1 .section-main .article-main > .article-main-list.flex .article-box .h2 {
  font-size: 15.4px;
}
.font_1 .section-main .article-main > .article-main-list.flex .article-box .date-box {
  font-size: 14.3px;
}
.font_1 .section-main .search-main .search-main-box .search-input-label .search-input {
  font-size: 17.6px;
}
.font_1 .section-main .search-main .search-main-box .search-btn {
  font-size: 19.8px;
}
.font_1 .section-main .search-main .search-tab > span {
  font-size: 17.6px;
}
.font_1 .section-main .search-main .search-list > div p {
  font-size: 17.6px;
}
.font_1 .section-main .article-detail .article-header .h1 {
  font-size: 37.4px;
}
.font_1 .section-main .article-detail .article-header .article-time {
  font-size: 15.4px;
}
.font_1 .section-main .article-detail .article-header .article-time .social-share .social-share-icon {
  font-size: 15.4px;
}
.font_1 .section-main .article-detail .article-content {
  font-size: 17.6px;
}
.font_1 .section-main .article-detail .article-content p {
  font-size: 17.6px;
}
.font_1 .section-main .article-detail .article-footer .article-line > p {
  font-size: 17.6px;
}
.font_1 .section-main .article-detail .article-footer .back-btn {
  font-size: 16.5px;
}
.font_1 .section-main .comment-list .comment-header .comment-title {
  font-size: 26.4px;
}
.font_1 .section-main .comment-list .comment-header .comment-title > span {
  font-size: 18.7px;
}
.font_1 .section-main .comment-list .comment-header .comment-status .comment-status-child > span {
  font-size: 17.6px;
}
.font_1 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-author-name > p {
  font-size: 22px;
}
.font_1 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-author-name > p + p {
  font-size: 15.4px;
}
.font_1 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-give-like {
  font-size: 17.6px;
}
.font_1 .section-main .comment-list .comment-content .comment-detail .comment-text {
  font-size: 16.5px;
}
.font_1 .section-main .comment-list .comment-footer .comment-more-btn {
  font-size: 17.6px;
}
.font_1 .section-main .comment-list .no-data {
  font-size: 16.5px;
}
.font_1 .section-main .tourist-service .tourist-service-menu > ul > li .h1 {
  font-size: 28.6px;
}
.font_1 .section-main .tourist-service .tourist-service-menu > ul > li .h2 {
  font-size: 19.8px;
}
.font_1 .section-main .tourist-service .tourist-service-menu > ul > li .h3 {
  font-size: 19.8px;
}
.font_1 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-header {
  font-size: 24.2px;
}
.font_1 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-container .swiper-wrapper .swiper-slide {
  font-size: 17.6px;
}
.font_1 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .title {
  font-size: 28.6px;
}
.font_1 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .time {
  font-size: 17.6px;
}
.font_1 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .tip {
  font-size: 15.4px;
}
.font_1 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .rules-text > p {
  font-size: 17.6px;
}
.font_1 .section-main .other-services .other-services-text {
  font-size: 17.6px;
}
.font_1 .section-main .faq-child {
  font-size: 17.6px;
}
.font_1 .section-main .lost-and-found .lost-and-found-header > ul > li {
  font-size: 17.6px;
}
.font_1 .section-main .lost-and-found .lost-and-found-content > ul > li {
  font-size: 15.4px;
}
.font_1 .section-main .travel-assistant .travel-assistant-path > p {
  font-size: 17.6px;
}
.font_1 .section-main .travel-assistant .travel-assistant-path > p.site {
  font-size: 19.8px;
}
.font_1 .section-main .travel-assistant .travel-assistant-path > p.site:before {
  font-size: 17.6px;
}
.font_1 .section-main .overall-introduction .content-box .h1 {
  font-size: 44px;
}
.font_1 .section-main .overall-introduction .content-box .h2 {
  font-size: 22px;
}
.font_1 .section-main .overall-introduction .content-box .h3 {
  font-size: 17.6px;
}
.font_1 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text p {
  font-size: 17.6px;
}
.font_1 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text p.title {
  font-size: 28.6px;
}
.font_1 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-button-next:after,
.font_1 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-button-prev:after {
  font-size: 26.4px;
}
.font_1 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-next:after {
  font-size: 19.8px;
}
.font_1 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-prev:after {
  font-size: 19.8px;
}
.font_1 .section-main .overall-introduction .overall-introduction-content .btn-box > a {
  font-size: 22px;
}
.font_1 .section-main .overall-introduction .overall-introduction-video .video-box > div {
  font-size: 22px;
}
.font_1 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-next:after {
  font-size: 33px;
}
.font_1 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-prev:after {
  font-size: 33px;
}
.font_1 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text p {
  font-size: 15.4px;
}
.font_1 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text p.title {
  font-size: 22px;
}
.font_1 .section-main .overall-introduction .overall-introduction-img .img-box > div p {
  font-size: 22px;
}
.font_1 .section-main .park-tour > a.down {
  font-size: 22px;
}
.font_1 .section-main .no-data .text-1 {
  font-size: 33px;
}
.font_1 .section-main .no-data .text-2 {
  font-size: 19.8px;
}
.font_1 .section-main .no-data .btn > a {
  font-size: 22px;
}
.font_1 .section-main .rich-text-box.h1 {
  font-size: 44px;
}
.font_1 .section-main .rich-text-box .h1 {
  font-size: 44px;
}
.font_1 .section-main .rich-text-box p {
  font-size: 17.6px;
}
.font_1 .breadcrumb > div > a {
  font-size: 15.4px;
}
.font_1 .tip-popup > div .title {
  font-size: 30.8px;
}
.font_1 .tip-popup > div .content {
  font-size: 22px;
}

.font_2 .content-tab > ul > li {
  font-size: 21.6px;
}
.font_2 .section-main .article-main > .article-main-title .name h1 {
  font-size: 43.2px;
}
.font_2 .section-main .article-main > .article-main-title .name h2 {
  font-size: 19.2px;
}
.font_2 .section-main .article-main > .article-main-title .tab > span {
  font-size: 19.2px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-one .h1 {
  font-size: 33.6px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-one .h2 {
  font-size: 19.2px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-one .time-box .time {
  font-size: 15.6px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-one .time-box .look {
  font-size: 15.6px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-one .time-box .date-box {
  font-size: 21.6px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-one .time-box .date-box .year {
  font-size: 36px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-two .h1 {
  font-size: 33.6px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-two .h2 {
  font-size: 19.2px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-two .time-box .time {
  font-size: 15.6px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-two .time-box .look {
  font-size: 15.6px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-two .date-box {
  font-size: 21.6px;
}
.font_2 .section-main .article-main > .article-main-list .article-box-two .date-box .year {
  font-size: 36px;
}
.font_2 .section-main .article-main > .article-main-list.flex .article-box .h1 {
  font-size: 24px;
}
.font_2 .section-main .article-main > .article-main-list.flex .article-box .h2 {
  font-size: 16.8px;
}
.font_2 .section-main .article-main > .article-main-list.flex .article-box .date-box {
  font-size: 15.6px;
}
.font_2 .section-main .search-main .search-main-box .search-input-label .search-input {
  font-size: 19.2px;
}
.font_2 .section-main .search-main .search-main-box .search-btn {
  font-size: 21.6px;
}
.font_2 .section-main .search-main .search-tab > span {
  font-size: 19.2px;
}
.font_2 .section-main .search-main .search-list > div p {
  font-size: 19.2px;
}
.font_2 .section-main .article-detail .article-header .h1 {
  font-size: 40.8px;
}
.font_2 .section-main .article-detail .article-header .article-time {
  font-size: 16.8px;
}
.font_2 .section-main .article-detail .article-header .article-time .social-share .social-share-icon {
  font-size: 16.8px;
}
.font_2 .section-main .article-detail .article-content {
  font-size: 19.2px;
}
.font_2 .section-main .article-detail .article-content p {
  font-size: 19.2px;
}
.font_2 .section-main .article-detail .article-footer .article-line > p {
  font-size: 19.2px;
}
.font_2 .section-main .article-detail .article-footer .back-btn {
  font-size: 18px;
}
.font_2 .section-main .comment-list .comment-header .comment-title {
  font-size: 28.8px;
}
.font_2 .section-main .comment-list .comment-header .comment-title > span {
  font-size: 20.4px;
}
.font_2 .section-main .comment-list .comment-header .comment-status .comment-status-child > span {
  font-size: 19.2px;
}
.font_2 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-author-name > p {
  font-size: 24px;
}
.font_2 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-author-name > p + p {
  font-size: 16.8px;
}
.font_2 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-give-like {
  font-size: 19.2px;
}
.font_2 .section-main .comment-list .comment-content .comment-detail .comment-text {
  font-size: 18px;
}
.font_2 .section-main .comment-list .comment-footer .comment-more-btn {
  font-size: 19.2px;
}
.font_2 .section-main .comment-list .no-data {
  font-size: 18px;
}
.font_2 .section-main .tourist-service .tourist-service-menu > ul > li .h1 {
  font-size: 31.2px;
}
.font_2 .section-main .tourist-service .tourist-service-menu > ul > li .h2 {
  font-size: 21.6px;
}
.font_2 .section-main .tourist-service .tourist-service-menu > ul > li .h3 {
  font-size: 21.6px;
}
.font_2 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-header {
  font-size: 26.4px;
}
.font_2 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-container .swiper-wrapper .swiper-slide {
  font-size: 19.2px;
}
.font_2 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .title {
  font-size: 31.2px;
}
.font_2 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .time {
  font-size: 19.2px;
}
.font_2 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .tip {
  font-size: 16.8px;
}
.font_2 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .rules-text > p {
  font-size: 19.2px;
}
.font_2 .section-main .other-services .other-services-text {
  font-size: 19.2px;
}
.font_2 .section-main .faq-child {
  font-size: 19.2px;
}
.font_2 .section-main .lost-and-found .lost-and-found-header > ul > li {
  font-size: 19.2px;
}
.font_2 .section-main .lost-and-found .lost-and-found-content > ul > li {
  font-size: 16.8px;
}
.font_2 .section-main .travel-assistant .travel-assistant-path > p {
  font-size: 19.2px;
}
.font_2 .section-main .travel-assistant .travel-assistant-path > p.site {
  font-size: 21.6px;
}
.font_2 .section-main .travel-assistant .travel-assistant-path > p.site:before {
  font-size: 19.2px;
}
.font_2 .section-main .overall-introduction .content-box .h1 {
  font-size: 48px;
}
.font_2 .section-main .overall-introduction .content-box .h2 {
  font-size: 24px;
}
.font_2 .section-main .overall-introduction .content-box .h3 {
  font-size: 19.2px;
}
.font_2 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text p {
  font-size: 19.2px;
}
.font_2 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text p.title {
  font-size: 31.2px;
}
.font_2 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-button-next:after,
.font_2 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-button-prev:after {
  font-size: 28.8px;
}
.font_2 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-next:after {
  font-size: 21.6px;
}
.font_2 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-prev:after {
  font-size: 21.6px;
}
.font_2 .section-main .overall-introduction .overall-introduction-content .btn-box > a {
  font-size: 24px;
}
.font_2 .section-main .overall-introduction .overall-introduction-video .video-box > div {
  font-size: 24px;
}
.font_2 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-next:after {
  font-size: 36px;
}
.font_2 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-prev:after {
  font-size: 36px;
}
.font_2 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text p {
  font-size: 16.8px;
}
.font_2 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text p.title {
  font-size: 24px;
}
.font_2 .section-main .overall-introduction .overall-introduction-img .img-box > div p {
  font-size: 24px;
}
.font_2 .section-main .park-tour > a.down {
  font-size: 24px;
}
.font_2 .section-main .no-data .text-1 {
  font-size: 36px;
}
.font_2 .section-main .no-data .text-2 {
  font-size: 21.6px;
}
.font_2 .section-main .no-data .btn > a {
  font-size: 24px;
}
.font_2 .section-main .rich-text-box.h1 {
  font-size: 48px;
}
.font_2 .section-main .rich-text-box .h1 {
  font-size: 48px;
}
.font_2 .section-main .rich-text-box p {
  font-size: 19.2px;
}
.font_2 .breadcrumb > div > a {
  font-size: 16.8px;
}
.font_2 .tip-popup > div .title {
  font-size: 33.6px;
}
.font_2 .tip-popup > div .content {
  font-size: 24px;
}

.font_3 .content-tab > ul > li {
  font-size: 23.4px;
}
.font_3 .section-main .article-main > .article-main-title .name h1 {
  font-size: 46.8px;
}
.font_3 .section-main .article-main > .article-main-title .name h2 {
  font-size: 20.8px;
}
.font_3 .section-main .article-main > .article-main-title .tab > span {
  font-size: 20.8px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-one .h1 {
  font-size: 36.4px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-one .h2 {
  font-size: 20.8px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-one .time-box .time {
  font-size: 16.9px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-one .time-box .look {
  font-size: 16.9px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-one .time-box .date-box {
  font-size: 23.4px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-one .time-box .date-box .year {
  font-size: 39px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-two .h1 {
  font-size: 36.4px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-two .h2 {
  font-size: 20.8px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-two .time-box .time {
  font-size: 16.9px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-two .time-box .look {
  font-size: 16.9px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-two .date-box {
  font-size: 23.4px;
}
.font_3 .section-main .article-main > .article-main-list .article-box-two .date-box .year {
  font-size: 39px;
}
.font_3 .section-main .article-main > .article-main-list.flex .article-box .h1 {
  font-size: 26px;
}
.font_3 .section-main .article-main > .article-main-list.flex .article-box .h2 {
  font-size: 18.2px;
}
.font_3 .section-main .article-main > .article-main-list.flex .article-box .date-box {
  font-size: 16.9px;
}
.font_3 .section-main .search-main .search-main-box .search-input-label .search-input {
  font-size: 20.8px;
}
.font_3 .section-main .search-main .search-main-box .search-btn {
  font-size: 23.4px;
}
.font_3 .section-main .search-main .search-tab > span {
  font-size: 20.8px;
}
.font_3 .section-main .search-main .search-list > div p {
  font-size: 20.8px;
}
.font_3 .section-main .article-detail .article-header .h1 {
  font-size: 44.2px;
}
.font_3 .section-main .article-detail .article-header .article-time {
  font-size: 18.2px;
}
.font_3 .section-main .article-detail .article-header .article-time .social-share .social-share-icon {
  font-size: 18.2px;
}
.font_3 .section-main .article-detail .article-content {
  font-size: 20.8px;
}
.font_3 .section-main .article-detail .article-content p {
  font-size: 20.8px;
}
.font_3 .section-main .article-detail .article-footer .article-line > p {
  font-size: 20.8px;
}
.font_3 .section-main .article-detail .article-footer .back-btn {
  font-size: 19.5px;
}
.font_3 .section-main .comment-list .comment-header .comment-title {
  font-size: 31.2px;
}
.font_3 .section-main .comment-list .comment-header .comment-title > span {
  font-size: 22.1px;
}
.font_3 .section-main .comment-list .comment-header .comment-status .comment-status-child > span {
  font-size: 20.8px;
}
.font_3 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-author-name > p {
  font-size: 26px;
}
.font_3 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-author-name > p + p {
  font-size: 18.2px;
}
.font_3 .section-main .comment-list .comment-content .comment-detail .comment-author .comment-give-like {
  font-size: 20.8px;
}
.font_3 .section-main .comment-list .comment-content .comment-detail .comment-text {
  font-size: 19.5px;
}
.font_3 .section-main .comment-list .comment-footer .comment-more-btn {
  font-size: 20.8px;
}
.font_3 .section-main .comment-list .no-data {
  font-size: 19.5px;
}
.font_3 .section-main .tourist-service .tourist-service-menu > ul > li .h1 {
  font-size: 33.8px;
}
.font_3 .section-main .tourist-service .tourist-service-menu > ul > li .h2 {
  font-size: 23.4px;
}
.font_3 .section-main .tourist-service .tourist-service-menu > ul > li .h3 {
  font-size: 23.4px;
}
.font_3 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-header {
  font-size: 28.6px;
}
.font_3 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-header .tourist-service-swiper .swiper-container .swiper-wrapper .swiper-slide {
  font-size: 20.8px;
}
.font_3 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .title {
  font-size: 33.8px;
}
.font_3 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .time {
  font-size: 20.8px;
}
.font_3 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .business-hours .text .tip {
  font-size: 18.2px;
}
.font_3 .section-main .tourist-service .tourist-service-detail .tourist-service-detail-content .rules-text > p {
  font-size: 20.8px;
}
.font_3 .section-main .other-services .other-services-text {
  font-size: 20.8px;
}
.font_3 .section-main .faq-child {
  font-size: 20.8px;
}
.font_3 .section-main .lost-and-found .lost-and-found-header > ul > li {
  font-size: 20.8px;
}
.font_3 .section-main .lost-and-found .lost-and-found-content > ul > li {
  font-size: 18.2px;
}
.font_3 .section-main .travel-assistant .travel-assistant-path > p {
  font-size: 20.8px;
}
.font_3 .section-main .travel-assistant .travel-assistant-path > p.site {
  font-size: 23.4px;
}
.font_3 .section-main .travel-assistant .travel-assistant-path > p.site:before {
  font-size: 20.8px;
}
.font_3 .section-main .overall-introduction .content-box .h1 {
  font-size: 52px;
}
.font_3 .section-main .overall-introduction .content-box .h2 {
  font-size: 26px;
}
.font_3 .section-main .overall-introduction .content-box .h3 {
  font-size: 20.8px;
}
.font_3 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text p {
  font-size: 20.8px;
}
.font_3 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-wrapper .swiper-slide .text p.title {
  font-size: 33.8px;
}
.font_3 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-button-next:after,
.font_3 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper .swiper-container .swiper-button-prev:after {
  font-size: 31.2px;
}
.font_3 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-next:after {
  font-size: 23.4px;
}
.font_3 .section-main .overall-introduction .overall-introduction-content .overall-introduction-swiper-tab .swiper-button-prev:after {
  font-size: 23.4px;
}
.font_3 .section-main .overall-introduction .overall-introduction-content .btn-box > a {
  font-size: 26px;
}
.font_3 .section-main .overall-introduction .overall-introduction-video .video-box > div {
  font-size: 26px;
}
.font_3 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-next:after {
  font-size: 39px;
}
.font_3 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-button-prev:after {
  font-size: 39px;
}
.font_3 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text p {
  font-size: 18.2px;
}
.font_3 .section-main .overall-introduction .overall-introduction-scale-swiper .scale-swiper .swiper-slide .text p.title {
  font-size: 26px;
}
.font_3 .section-main .overall-introduction .overall-introduction-img .img-box > div p {
  font-size: 26px;
}
.font_3 .section-main .park-tour > a.down {
  font-size: 26px;
}
.font_3 .section-main .no-data .text-1 {
  font-size: 39px;
}
.font_3 .section-main .no-data .text-2 {
  font-size: 23.4px;
}
.font_3 .section-main .no-data .btn > a {
  font-size: 26px;
}
.font_3 .section-main .rich-text-box.h1 {
  font-size: 52px;
}
.font_3 .section-main .rich-text-box .h1 {
  font-size: 52px;
}
.font_3 .section-main .rich-text-box p {
  font-size: 20.8px;
}
.font_3 .breadcrumb > div > a {
  font-size: 18.2px;
}
.font_3 .tip-popup > div .title {
  font-size: 36.4px;
}
.font_3 .tip-popup > div .content {
  font-size: 26px;
}
