@charset "UTF-8";
.header {
  position: relative;
  min-width: 1280px;
  height: 80px;
  display: flex;
  background: #9AAEAC;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.header .nav-img {
  height: 40px;
}
.header .nav-title {
  display: flex;
  color: #fff;
  font-size: 18px;
}
.header .nav-title .first-nav {
  list-style: none;
  position: relative;
}
.header .nav-title .first-nav:hover .second-nav {
  display: block;
}
.header .nav-title .first-nav.active .first-nav-item {
  color: #FED27D;
}
.header .nav-title .first-nav .first-nav-item {
  padding: 0 30px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  min-width: 50px;
  letter-spacing: 2px;
}
.header .nav-title .first-nav .second-nav {
  display: none;
  position: absolute;
  background-color: #66837F;
  top: 80px;
  z-index: 10;
  width: 150px;
  margin-left: -25px;
}
.header .nav-title .first-nav .second-nav li {
  height: 50px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  text-align: center;
}
.header .nav-title .first-nav .second-nav li:first-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  height: 13px;
  background-image: url("../images/triangle.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.header .nav-title .first-nav .second-nav li:last-child {
  border-bottom: none;
}
.header .nav-title .first-nav .second-nav li .second-nav-item {
  font-size: 16px;
  padding-left: 26px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-position: left center;
  background-image: url("../images/gap.png");
  background-repeat: no-repeat;
  letter-spacing: 2px;
}
.header .nav-info {
  display: flex;
  justify-content: space-around;
  border-radius: 15px;
  height: 30px;
  padding: 0 12px;
  background-color: #ffffff;
}
.header .nav-info .search-box {
  display: inline-block;
  width: 140px;
  height: 30px;
  outline: none;
  border: none;
  background-color: transparent;
}
.header .nav-info .search-icon {
  margin-left: 5px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("../images/icon_search.png");
}
.header .btn-hamburger {
  display: none;
}

.right-bar {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
}
.right-bar .sb-item {
  width: 40px;
  margin-bottom: 20px;
  position: relative;
  line-height: 18px;
  text-align: center;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px 0 #ccc;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.right-bar .sb-item:hover {
  background: #20635A;
  color: #fff;
}
.right-bar .sb-item:hover .ewm-box {
  display: block;
}
.right-bar .sb-item .ewm-box {
  display: none;
  position: absolute;
  left: -193px;
  top: -56px;
  width: 193px;
  height: 180px;
  background-image: url("../images/ewm-box.png");
  transition: all 0.5s ease-in-out;
}
.right-bar .sb-item .ewm-box .ewm {
  position: absolute;
  top: 20px;
  left: 20px;
}

.footer {
  background-image: url(../images/bg_footer.jpg);
  padding-top: 30px;
  padding-bottom: 14px;
  min-width: 1280px;
}
.footer .content {
  display: flex;
  max-width: 1246px;
  justify-content: space-between;
  margin: 0 auto 10px;
}
.footer .content .contact {
  width: 33%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  text-align: center;
}
.footer .content .contact .imageCo {
  width: 120px;
}
.footer .content .nav {
  width: 60%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.footer .content .nav .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .content .nav .second-nav {
  line-height: 23px;
}
.footer .bottom {
  line-height: 22px;
  text-align: center;
}
.footer .bottom img {
  width: 16px;
  margin-left: 20px;
  margin-right: 4px;
}

.container-page.home .slider-box {
  background-image: none;
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  min-width: 1280px;
}
.container-page.home .slider-box .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-page.home .slider-box .notice-box {
  position: absolute;
  background-image: url(../images/box-notice.png);
  background-repeat: no-repeat;
  width: 298px;
  height: 368px;
  right: 10%;
  top: 72px;
  z-index: 6;
  color: #2B6963;
  padding: 20px;
  box-sizing: border-box;
}
.container-page.home .slider-box .notice-box .content-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-page.home .slider-box .notice-box .content-list .item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #2B6963;
  line-height: 26px;
  padding: 20px 0 20px 20px;
  position: relative;
}
.container-page.home .slider-box .notice-box .content-list .item:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  background-color: #2B6963;
  margin-top: -6px;
}
.container-page.home .ticket-box {
  display: flex;
  background-image: url(../images/shader-1.png);
  background-repeat: no-repeat;
  background-color: #EDE9DE;
  background-size: 350px 180px;
  background-position: center left;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  box-sizing: border-box;
}
.container-page.home .ticket-box .link-circle {
  display: inline-block;
  width: 142px;
  height: 142px;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
}
.container-page.home .ticket-box .link-circle .ticket-img {
  margin-top: 12px;
}
.container-page.home .ticket-box .ticket {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-page.home .ticket-box .ticket .ticket-word {
  width: 300px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-left: 20px;
}
.container-page.home .ticket-box .free {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-page.home .ticket-box .free .free-content {
  width: 460px;
}
.container-page.home .ticket-box .free .free-content .word-note {
  font-size: 15px;
  font-weight: bold;
}
.container-page.home .ticket-box .free .free-content .word-intro {
  text-align: left;
  margin-bottom: 10px;
}
.container-page.home .ticket-box .free .free-content .free-time {
  display: flex;
  justify-content: center;
}
.container-page.home .ticket-box .free .free-content .free-time .time {
  color: #BD9952;
  font-size: 30px;
  font-weight: bold;
  font-family: "fzfys";
}
.container-page.home .ticket-box .free .free-content .free-time .line {
  border-top: 2px solid #BD9952;
  margin: 25px 10px 0;
  width: 10%;
}
.container-page.home .news-box {
  margin-top: 20px;
  display: flex;
  padding: 0;
  background-image: none;
}
.container-page.home .news-box .left {
  width: 50%;
  font-size: 0;
}
.container-page.home .news-box .left img {
  width: 100%;
  height: 350px;
}
.container-page.home .news-box .right {
  width: 50%;
  background-color: #C09B55;
  background-image: url(../images/shader-2.png);
  background-repeat: no-repeat;
  background-size: 300px 200px;
  background-position: top right;
  padding: 30px;
}
.container-page.home .news-box .right .static-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-page.home .news-box .right .static-title .top {
  margin-bottom: 0;
}
.container-page.home .news-box .right .static-title .word {
  color: #FFFFFF;
}
.container-page.home .news-box .right .static-title .more {
  color: #FFFFFF;
}
.container-page.home .news-box .right .static-title .more:hover {
  color: #FFD281;
}
.container-page.home .news-box .right .item {
  display: flex;
  border-bottom: 2px solid #fff;
  padding: 15px 0 15px 10px;
  height: 60px;
  line-height: 30px;
}
.container-page.home .news-box .right .item:hover .item-title {
  color: #FFD281;
}
.container-page.home .news-box .right .item .item-time {
  width: 25%;
  font-family: "hykt";
  font-size: 16px;
  line-height: 30px;
  color: #FBDDA6;
}
.container-page.home .news-box .right .item .item-time .date {
  font-size: 28px;
  margin-left: 6px;
}
.container-page.home .news-box .right .item .item-title {
  width: 75%;
  color: #fff;
  overflow: hidden;
}
.container-page.home .display-box {
  margin-top: 20px;
  display: flex;
  padding: 0;
  background-image: none;
}
.container-page.home .display-box .left {
  width: 50%;
  height: 300px;
}
.container-page.home .display-box .left .swiper-slide {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-page.home .display-box .right {
  width: 50%;
  border-top: 2px solid #A0896A;
  border-bottom: 2px solid #A0896A;
  border-right: 2px solid #A0896A;
}
.container-page.home .display-box .right .list {
  width: 100%;
  height: 296px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow-y: auto;
  padding: 0 20px;
  flex-wrap: nowrap;
  gap: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.container-page.home .display-box .right .list::-webkit-scrollbar {
  height: 8px;
  background-color: #FBDDA6;
}
.container-page.home .display-box .right .list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 rgba(192, 155, 85, 0.5);
  background-color: rgba(240, 240, 240, 0.5);
}
.container-page.home .display-box .right .list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: inset 0 0 0 rgba(240, 240, 240, 0.5);
  background-color: #C09B55;
}
.container-page.home .display-box .right .item {
  height: 251px;
  min-width: 80px;
  background-color: #9A8266;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
.container-page.home .display-box .right .item:hover {
  transform: scale(1.08);
}
.container-page.home .display-box .right .word {
  writing-mode: vertical-lr;
  color: #fff;
  position: absolute;
  z-index: 3;
  top: 30px;
  font-family: "hykt";
  padding-left: 20px;
  text-align: left;
}
.container-page.home .display-box .right .word div:first-child {
  font-size: 21px;
}
.container-page.home .display-box .right .word div:last-child {
  font-size: 15px;
  margin-left: 4px;
  margin-top: 30px;
}
.container-page.home .collection-box {
  margin-top: 20px;
  padding: 40px 0;
  background-color: #f0f0f0;
  background-image: none;
}
.container-page.home .collection-box .bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.container-page.home .collection-box .bottom .item {
  width: 128px;
  position: relative;
  height: 420px;
}
.container-page.home .collection-box .bottom .item .hover-box {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-collection.png");
  padding-top: 150px;
  transition: all 0.5s;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 24px;
  color: #b79e6b;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 128px;
}
.container-page.home .collection-box .bottom .item:hover .hover-box {
  transform: scale(1.05);
  background-color: #9A8266;
  color: #FFE9C1;
}
.container-page.home .collection-box .bottom .item .icon {
  position: absolute;
  top: 70px;
  width: 180px;
  height: 180px;
  left: -24px;
  background-position: center;
  background-size: 180px auto;
  background-repeat: no-repeat;
}

.container-page.news .banner {
  background-image: url("../images/banner/news.jpg");
}
.container-page.news .wrap {
  background-image: none;
}
.container-page.news .item {
  display: flex;
  height: 150px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.container-page.news .item .poster {
  width: 24%;
  height: 150px;
}
.container-page.news .item .content-box {
  width: 73%;
  background-image: url(../images/bg.jpg);
  padding: 15px 20px;
}
.container-page.news .item .content-box .title {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  cursor: pointer;
}
.container-page.news .item .content-box .text {
  margin-top: 5px;
  color: #808080;
}
.container-page.news.notice .item {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  background-image: url("../images/block.png");
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px dashed #BE9756;
  font-size: 16px;
}

.container-page.advance .banner {
  background-image: url("../images/banner/activity.jpg");
}
.container-page.advance .wrap {
  background-image: none;
}
.container-page.advance .item {
  display: flex;
  height: 265px;
  margin-bottom: 20px;
}
.container-page.advance .item .poster {
  width: 35%;
  height: 265px;
}
.container-page.advance .item .content-box {
  width: 65%;
  background-image: url(../images/bg-advance.jpg);
  padding: 30px;
}
.container-page.advance .item .content-box .word {
  font-weight: bold;
  line-height: 20px;
}
.container-page.advance .item .content-box .title {
  display: block;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.container-page.advance .item .content-box .text {
  display: inline-block;
  margin-top: 10px;
  color: #aaa;
  cursor: pointer;
  line-height: 20px;
}
.container-page.advance .detail {
  background-image: url(../images/bg.jpg);
}
.container-page.advance .detail .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.container-page.advance .detail .date {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.container-page.advance .detail .info {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.container-page.advance .detail .content {
  text-align: left;
}

.container-page.display .banner {
  background-image: url("../images/banner/news.jpg");
}
.container-page.display .content-item {
  display: flex;
  margin-top: 20px;
  height: 350px;
  cursor: pointer;
}
.container-page.display .content-item .content-txt {
  width: 40%;
  background: url(../images/wenhao.png) 20% 80% no-repeat, url(../images/shader-1.png) -400% -100% no-repeat, #E2DACF;
  padding: 0 40px;
}
.container-page.display .content-item .content-txt .sub-title {
  font-family: "fzfys";
  font-size: 20px;
  text-align: left;
}
.container-page.display .content-item .content-txt .second-title {
  font-family: "fzfys";
  font-size: 22px;
  text-align: left;
  margin-top: 20px;
  line-height: 60px;
}
.container-page.display .content-item .content-txt .content-text {
  margin-top: 10px;
  font-weight: bold;
  line-height: 24px;
  font-size: 15px;
}
.container-page.display .content-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.container-page.display .content-item:nth-child(2n) .content-txt {
  background: url(../images/wenhao.png) 80% 80% no-repeat, url(../images/shader-1.png) 600% -100% no-repeat, #E2DACF;
}
.container-page.display .content-img {
  width: 60%;
  height: 350px;
}
.container-page.display .content-title {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "hykt";
  font-size: 32px;
}
.container-page.display .content-title span:first-child {
  font-size: 42px;
}

.container-page.temporary .banner {
  background-image: url("../images/banner/news.jpg");
}
.container-page.temporary .wrap-box {
  height: 300px;
  display: flex;
  background-color: #BF9A54;
  background-image: url(../images/shader-2.png);
  background-repeat: no-repeat;
  background-size: 300px 180px;
  background-position: top right;
}
.container-page.temporary .wrap-box .left {
  width: 50%;
  font-size: 0;
}
.container-page.temporary .wrap-box .left img {
  width: 100%;
  height: 300px;
}
.container-page.temporary .wrap-box .right {
  width: 50%;
  background-color: #C09B55;
  background-image: url(../images/shader-2.png);
  background-repeat: no-repeat;
  background-size: 300px 200px;
  background-position: top right;
  padding: 30px;
}
.container-page.temporary .wrap-box .right .top {
  margin-top: 0;
}
.container-page.temporary .wrap-box .right .top .word {
  color: #FFFFFF;
}
.container-page.temporary .wrap-box .right .item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  height: 60px;
  line-height: 30px;
  color: #FBDDA6;
  border-bottom: 1px solid #FBDDA6;
  font-size: 16px;
}
.container-page.temporary .top {
  margin-top: 20px;
}
.container-page.temporary .showed-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-page.temporary .showed-list .showed-item {
  width: 32%;
  background-image: url(../images/bg-temporary.png);
  padding: 25px;
  text-align: center;
}
.container-page.temporary .showed-list .showed-item:hover .showed-img {
  transform: scale(1.03);
}
.container-page.temporary .showed-list .showed-item .showed-img {
  height: 220px;
  transition: all 0.3s;
  width: 100%;
}
.container-page.temporary .showed-list .showed-item .showed-brief {
  text-align: left;
  font-size: 16px;
}
.container-page.temporary .showed-list .showed-item .showed-brief .showed-title {
  margin: 10px 0;
}
.container-page.temporary .showed-list .showed-item .showed-brief .showed-location {
  color: #BF9A54;
}
.container-page.temporary .showed-list .showed-item .showed-brief .showed-time {
  margin: 10px 0;
}
.container-page.temporary .showed-list .blank-item {
  width: 32%;
}

.container-page.detail .banner {
  background-image: url("../images/banner/news.jpg");
}
.container-page.detail .wrap {
  background-image: url(../images/bg.jpg);
}
.container-page.detail .wrap .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.container-page.detail .wrap .sub_title {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.container-page.detail .wrap .desc-box {
  justify-content: center;
}
.container-page.detail .wrap .desc-box .left {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container-page.detail .wrap .desc-box .left .data {
  font-size: 20px;
  line-height: 40px;
}
.container-page.detail .wrap .desc-box .right {
  width: 40%;
}
.container-page.detail .wrap .desc-box .right .content-img {
  height: 200px;
}
.container-page.detail .wrap .info {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  text-align: center;
}
.container-page.detail .wrap .info.flex {
  display: flex;
  justify-content: space-around;
}
.container-page.detail .wrap .content {
  font-size: 16px;
}

.container-page.evolution .wrap {
  background-image: url("../images/bg-evilution.jpg");
}
.container-page.evolution .line {
  position: relative;
  height: 810px;
}
.container-page.evolution .line .line-img {
  position: absolute;
  left: 560px;
  top: 80px;
  height: 650px;
}
.container-page.evolution .line .arrow {
  position: absolute;
  cursor: pointer;
  background-image: url(../images/arrow_click.png);
  background-size: cover;
  height: 50px;
  width: 50px;
}
.container-page.evolution .line .arrow.inactive {
  cursor: not-allowed;
  background-image: url(../images/arrow_not_click.png);
}
.container-page.evolution .line .arrow.arrow-top {
  top: 40px;
  left: 534px;
}
.container-page.evolution .line .arrow.arrow-bottom {
  top: 710px;
  left: 620px;
  transform: rotateZ(180deg);
}
.container-page.evolution .line .year-line {
  position: absolute;
  top: 0;
  left: 0;
}
.container-page.evolution .line .year-line div {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/circle_click.png);
  padding-left: 46px;
  height: 38px;
  cursor: pointer;
  font-size: 24px;
  line-height: 50px;
  color: #A0896A;
  font-weight: bold;
}
.container-page.evolution .line .year-line div.inactive {
  background-image: url(../images/circle_not_click.png);
  cursor: not-allowed;
  color: #AEB9A8;
}
.container-page.evolution .line .year-line div:first-child {
  top: 200px;
  left: 569px;
}
.container-page.evolution .line .year-line div:nth-child(2) {
  top: 408px;
  left: 595px;
}
.container-page.evolution .line .year-line div:nth-child(3) {
  top: 608px;
  left: 545px;
}
.container-page.evolution .line .content {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 450px;
  text-align: left;
}
.container-page.evolution .line .content .c-title {
  font-size: 22px;
}
.container-page.evolution .line .content .year {
  margin: 10px 0;
  font-size: 48px;
  font-weight: bold;
  color: #A0896A;
}
.container-page.evolution .line .content .text {
  height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

.container-page.about .public-info {
  padding: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  text-align: center;
}
.container-page.about .content {
  font-size: 16px;
}

.container-page.leader .content {
  background-color: #FFFFFF;
  min-height: 120px;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.container-page.leader .content img {
  height: 120px;
  width: 100px;
}
.container-page.leader .content .c-right {
  width: 980px;
}
.container-page.leader .content .c-right .intro {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.container-page.leader .content .c-right .intro div:first-child {
  font-weight: bold;
  font-size: 20px;
}
.container-page.leader .content .c-right .intro div:last-child {
  display: flex;
  align-items: flex-end;
}
.container-page.leader .content .c-right .text {
  font-size: 16px;
}

.container-page.org .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-page.org .list .item {
  width: 20%;
  margin-top: 40px;
  height: 260px;
  display: flex;
  justify-content: center;
}
.container-page.org .list .item .word {
  display: flex;
  background-image: url(../images/block-org.png);
  width: 73px;
  height: 260px;
  font-family: "宋体";
  font-weight: bold;
  font-size: 18px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-page.cultural .wrap {
  background-image: none;
}
.container-page.cultural .banner {
  background-image: url("../images/banner/news.jpg");
}
.container-page.cultural .middle {
  display: flex;
  justify-content: center;
  height: 60px;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.container-page.cultural .middle .select {
  position: relative;
  width: 200px;
  height: 35px;
  background-image: url("../images/select.png");
  background-size: 100% 100%;
}
.container-page.cultural .middle .select select {
  width: 190px;
  height: 25px;
  box-shadow: none;
  outline: none;
  border: none;
  background: #eee;
  position: absolute;
  top: 5px;
  left: 5px;
}
.container-page.cultural .middle .select input {
  border: none;
  box-shadow: none;
  outline: none;
  width: 190px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #eee;
}
.container-page.cultural .middle .button {
  display: inline-block;
  width: 60px;
  line-height: 30px;
  height: 30px;
  position: relative;
  border: 2px solid #BE9756;
  cursor: pointer;
}
.container-page.cultural .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.container-page.cultural .bottom .item {
  display: inline-block;
  width: 30%;
  background-image: url(../images/bg-temporary.png);
  height: 300px;
  padding: 10px 30px;
  margin-bottom: 30px;
  position: relative;
}
.container-page.cultural .bottom .item .year {
  position: absolute;
  right: 30px;
  top: 146px;
  font-size: 16px;
}
.container-page.cultural .bottom .item .kind-img img {
  height: 150px;
}
.container-page.cultural .bottom .item .line-img {
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 34px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.container-page.cultural .bottom .item .line-img.flex {
  justify-content: space-between;
}
.container-page.cultural .bottom .item .line-img.flex .type {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  line-height: 18px;
}
.container-page.cultural .bottom .item .kind-content {
  margin-top: 6px;
  text-align: left;
}
.container-page.cultural .bottom .blank-item {
  width: 30%;
}

.container-page.service .wrap {
  background-image: none;
}
.container-page.service .wrap .top .word {
  color: #BF9A52;
}
.container-page.service .wrap.time-box {
  background: url(../images/facade.jpg);
  background-size: cover;
}
.container-page.service .wrap.time-box .open-time {
  display: flex;
  justify-content: center;
}
.container-page.service .wrap.time-box .open-time .time {
  color: #BF9950;
  font-size: 38px;
  font-family: "fzfys";
  font-weight: bold;
}
.container-page.service .wrap.time-box .open-time .bottom-note {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
.container-page.service .wrap.time-box .open-time .line {
  border-top: 2px solid #BF9950;
  transform: translate(0px, 25px);
  width: 4%;
  margin: 0 10px;
}
.container-page.service .wrap.time-box .note {
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
}
.container-page.service .wrap.ticket-box {
  margin-top: 20px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-page.service .wrap.ticket-box .ticket-demand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  gap: 30px;
}
.container-page.service .wrap.ticket-box .ticket-demand .circle {
  min-width: 142px;
  width: 142px;
  height: 142px;
  background-image: url("../images/circle.png");
}
.container-page.service .wrap.ticket-box .ticket-demand .circle .ticket-img {
  height: 142px;
  background-position: center;
  background-image: url("../images/ticket.png");
  background-repeat: no-repeat;
}
.container-page.service .wrap.ticket-box .ticket-demand .word {
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 15px;
  text-align: left;
  white-space: pre-wrap;
  font-family: "Microsoft YaHei";
}
.container-page.service .wrap.ticket-box .icon {
  width: 30%;
}
.container-page.service .wrap.ticket-box .icon .open {
  background-color: #E1D3B8;
  cursor: pointer;
  height: 100px;
  background-image: url("../images/visit.png");
  background-repeat: no-repeat;
  background-position: 80% center;
  padding-left: 40px;
  color: #C4A168;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  text-align: left;
}
.container-page.service .wrap.ticket-box .icon .open.bg-color {
  background-color: #ECE1CF;
}
.container-page.service .wrap.ticket-box .icon .open.service {
  background-image: url("../images/service.png");
}
.container-page.service .wrap.traffic {
  margin-top: 20px;
  background-color: #eee;
}
.container-page.service .wrap.traffic .map-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.container-page.service .wrap.traffic .map-info .map {
  width: 50%;
  height: 394px;
}
.container-page.service .wrap.traffic .map-info .map #map-box {
  height: 394px;
}
.container-page.service .wrap.traffic .map-info .traffic-info {
  width: 50%;
  background-color: #BD9651;
  background-repeat: no-repeat;
  height: 394px;
  background-size: 80% 60%;
  background-position: bottom center;
}
.container-page.service .wrap.traffic .map-info .traffic-box {
  padding: 45px 40px;
  color: #fff;
  overflow-y: auto;
}
.container-page.service .wrap.traffic .map-info .traffic-top {
  display: flex;
  justify-content: space-between;
}
.container-page.service .wrap.traffic .map-info .traffic-top > div:first-child {
  font-size: 18px;
}
.container-page.service .wrap.traffic .map-info .bus-icon img {
  height: 20px;
}
.container-page.service .wrap.traffic .map-info .item {
  padding: 15px 0;
  margin: 15px 0;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.container-page.service .wrap.traffic .map-info .item:last-child {
  border: none;
}
.container-page.service .wrap.traffic .map-info .item img {
  height: 20px;
  margin-right: 10px;
}
.container-page.service .wrap.other {
  margin-top: 20px;
  background-color: #eee;
}
.container-page.service .wrap.other .content {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-page.service .wrap.other .content .other-item {
  width: 30%;
  position: relative;
  height: 300px;
  background-image: url("../images/box.png");
  background-size: 100% 100%;
}
.container-page.service .wrap.other .content .other-item .service-content {
  width: 100%;
  height: 100%;
  background-image: url("../images/block-service.png");
  background-repeat: no-repeat;
  background-position: center 25%;
}
.container-page.service .wrap.other .content .other-item .service-content .block-img {
  margin-top: 20%;
}
.container-page.service .wrap.other .content .other-item .service-content .word {
  margin-top: 5%;
  font-size: 16px;
  padding: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-item {
  margin-left: 6px;
  margin-right: 6px;
}
.pagination .page-item .page-link {
  display: inline-block;
  text-align: center;
  line-height: 38px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #BE9756;
  color: #BE9756;
  box-sizing: border-box;
}
.pagination .page-item.disabled .page-link {
  border-color: #cccccc;
  color: #cccccc;
  cursor: not-allowed;
}
.pagination .page-item.active .page-link {
  cursor: not-allowed;
  background-color: #BE9756;
  color: #FFFFFF;
}

@media screen and (max-width: 480px) {
  .header {
    position: relative;
    min-width: auto;
    height: 50px;
    display: flex;
    background: #9AAEAC;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 20;
  }
  .header .nav-img {
    height: 30px;
  }
  .header .nav-title {
    display: none;
  }
  .header .nav-title.mobile {
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 94px;
    background: #C5C5C5;
    padding: 0 6px 6px;
    width: 50%;
  }
  .header .nav-title.mobile .first-nav {
    list-style: none;
    position: relative;
  }
  .header .nav-title.mobile .first-nav .first-nav-item {
    display: block;
    padding: 0;
    line-height: 32px;
    text-align: center;
    letter-spacing: 2px;
  }
  .header .nav-title.mobile .first-nav .second-nav {
    display: none;
  }
  .header .nav-title.mobile .first-nav .second-nav.active {
    display: block;
    background-color: #66837F;
    position: relative;
    width: 100%;
    margin-left: 0;
    top: 0;
  }
  .header .nav-title.mobile .first-nav .second-nav.active li {
    height: 30px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    text-align: center;
  }
  .header .nav-title.mobile .first-nav .second-nav.active li:first-child:before {
    display: none;
  }
  .header .nav-title.mobile .first-nav .second-nav.active li:last-child {
    border-bottom: none;
  }
  .header .nav-title.mobile .first-nav .second-nav.active li .second-nav-item {
    font-size: 14px;
    padding-left: 26px;
    height: 30px;
    line-height: 30px;
  }
  .header .nav-info {
    display: none;
  }
  .header .nav-info.mobile {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50px;
    background: #C5C5C5;
    border-radius: 0;
    height: 44px;
    padding: 0 6px;
    width: 50%;
  }
  .header .nav-info.mobile .search-box {
    width: 100%;
    padding-left: 6px;
    padding-right: 30px;
    margin-top: 6px;
    background-color: #FFFFFF;
    border: 1px solid #868686;
  }
  .header .nav-info.mobile .search-icon {
    position: absolute;
    right: 12px;
    top: 7px;
    width: 20px;
    height: 20px;
  }
  .header .btn-hamburger {
    display: inline-block;
    width: 20px;
  }
  .right-bar .sb-item {
    width: 29px;
    margin-bottom: 12px;
    padding: 6px;
  }
  .right-bar .sb-item:hover {
    background: #fff;
    color: #000;
  }
  .right-bar .sb-item:hover .ewm-box {
    display: none;
  }
  .right-bar .sb-item .ewm-box.active {
    display: block;
    left: -134px;
    top: -38px;
    width: 132px;
    height: 130px;
    background-size: 100% 100%;
  }
  .right-bar .sb-item .ewm-box.active .ewm {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 5px;
    left: 1px;
  }
  .footer {
    min-width: 100%;
    padding-top: 16px;
  }
  .footer .content {
    display: none;
  }
  .container-page.news .item {
    height: auto;
    margin-bottom: 10px;
  }
  .container-page.news .item .poster {
    display: none;
  }
  .container-page.news .item .content-box {
    width: 100%;
    padding: 6px;
  }
  .container-page.news .item .content-box .title {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 2px;
  }
  .container-page.news .item .content-box .text {
    margin-top: 2px;
    font-size: 13px;
    line-height: 17px;
    min-height: 50px;
  }
  .container-page.news.notice .item {
    padding-left: 26px;
    font-size: 14px;
    gap: 8px;
  }
  .container-page.news.notice .item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container-page.news.notice .item .text {
    width: 96px;
  }
  .container-page.detail .wrap .title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .container-page.detail .wrap .sub_title {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .container-page.detail .wrap .desc-box {
    justify-content: center;
  }
  .container-page.detail .wrap .desc-box .left {
    width: 30%;
  }
  .container-page.detail .wrap .desc-box .left .data {
    font-size: 15px;
    line-height: 30px;
  }
  .container-page.detail .wrap .desc-box .right {
    width: 60%;
  }
  .container-page.detail .wrap .desc-box .right .content-img {
    height: 140px;
  }
  .container-page.detail .wrap .info {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .container-page.detail .wrap .content {
    font-size: 14px;
  }
  .container-page.detail .wrap .content p {
    padding-left: 4px !important;
  }
  .container-page.display .content-item {
    display: block;
    margin-top: 10px;
    font-size: 0;
    height: auto;
  }
  .container-page.display .content-item .content-img {
    width: 100%;
    height: 170px;
  }
  .container-page.display .content-item .content-txt {
    width: 100%;
    padding: 0 6px 8px;
  }
  .container-page.display .content-item .content-txt .content-title {
    height: 40px;
  }
  .container-page.display .content-item .content-txt .content-title span:first-child {
    font-size: 24px;
  }
  .container-page.display .content-item .content-txt .second-title {
    margin-top: 0;
    line-height: 30px;
    font-size: 20px;
  }
  .container-page.display .content-item .content-txt .sub-title {
    font-size: 18px;
  }
  .container-page.display .content-item .content-txt .content-text {
    margin-top: 4px;
    line-height: 20px;
    font-size: 14px;
  }
  .container-page.temporary .top {
    margin-top: 10px;
  }
  .container-page.temporary .wrap-box {
    height: auto;
    display: block;
    background-size: 300px 180px;
  }
  .container-page.temporary .wrap-box .left {
    display: none;
  }
  .container-page.temporary .wrap-box .right {
    width: 100%;
    background-size: 300px 200px;
    padding: 10px;
  }
  .container-page.temporary .wrap-box .right .item {
    padding: 5px 0;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    display: block;
  }
  .container-page.temporary .wrap-box .right .item div:last-child {
    text-align: right;
    font-size: 14px;
    color: #ffffff;
  }
  .container-page.temporary .showed-list .showed-item {
    width: 50%;
    padding: 5px;
  }
  .container-page.temporary .showed-list .showed-item:hover .showed-img {
    transform: scale(1.03);
  }
  .container-page.temporary .showed-list .showed-item .showed-img {
    height: 130px;
  }
  .container-page.temporary .showed-list .showed-item .showed-brief {
    font-size: 14px;
  }
  .container-page.temporary .showed-list .showed-item .showed-brief .showed-title {
    margin: 4px 0;
  }
  .container-page.temporary .showed-list .showed-item .showed-brief .showed-time {
    margin: 4px 0;
  }
  .container-page.temporary .showed-list .blank-item {
    width: 49%;
  }
  .container-page.cultural .middle {
    display: block;
    height: auto;
    margin-top: 10px;
    text-align: center;
  }
  .container-page.cultural .middle .select {
    margin-top: 6px;
    margin-left: calc(50% - 100px);
  }
  .container-page.cultural .middle .button {
    margin-top: 6px;
  }
  .container-page.cultural .bottom {
    margin-top: 10px;
  }
  .container-page.cultural .bottom .item {
    width: 50%;
    height: auto;
    padding: 6px;
    margin-bottom: 10px;
  }
  .container-page.cultural .bottom .item .year {
    right: 6px;
    top: 140px;
    font-size: 15px;
  }
  .container-page.cultural .bottom .item .kind-img img {
    max-width: 96%;
    height: 150px;
  }
  .container-page.cultural .bottom .item .line-img {
    background-position: top left;
    height: 34px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .container-page.cultural .bottom .item .line-img.flex .type {
    font-size: 14px;
    line-height: 18px;
  }
  .container-page.cultural .bottom .blank-item {
    width: 50%;
  }
  .container-page.advance .item {
    height: auto;
    margin-bottom: 10px;
  }
  .container-page.advance .item .poster {
    display: none;
  }
  .container-page.advance .item .content-box {
    width: 100%;
    padding: 6px;
  }
  .container-page.advance .item .content-box .title {
    height: auto;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .container-page.advance .item .content-box .text {
    margin-top: 2px;
    line-height: 17px;
    min-height: 50px;
  }
  .container-page.advance .detail .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .container-page.advance .detail .date {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .container-page.advance .detail .info {
    padding-bottom: 4px;
    margin-bottom: 6px;
  }
  .container-page.service .wrap.time-box .open-time .time {
    font-size: 30px;
  }
  .container-page.service .wrap.time-box .open-time .bottom-note {
    font-size: 14px;
    margin-top: 5px;
  }
  .container-page.service .wrap.time-box .open-time .line {
    transform: translate(0px, 15px);
    margin: 0 6px;
  }
  .container-page.service .wrap.time-box .note {
    margin-top: 8px;
    font-size: 14px;
    text-align: left;
  }
  .container-page.service .wrap.ticket-box {
    display: block;
    margin-top: 10px;
  }
  .container-page.service .wrap.ticket-box .ticket-demand {
    width: 100%;
    display: block;
    padding-bottom: 8px;
  }
  .container-page.service .wrap.ticket-box .ticket-demand .circle {
    display: none;
  }
  .container-page.service .wrap.ticket-box .ticket-demand .word {
    padding-right: 0;
    font-size: 14px;
  }
  .container-page.service .wrap.ticket-box .icon {
    width: 100%;
    display: flex;
  }
  .container-page.service .wrap.ticket-box .icon .open {
    width: 50%;
    height: 50px;
    background-position: 80% center;
    padding-left: 10px;
    font-size: 15px;
    line-height: 50px;
  }
  .container-page.service .wrap.traffic {
    margin-top: 10px;
  }
  .container-page.service .wrap.traffic .map-info {
    display: block;
  }
  .container-page.service .wrap.traffic .map-info .map {
    width: 100%;
    height: 220px;
  }
  .container-page.service .wrap.traffic .map-info .map #map-box {
    height: 220px;
  }
  .container-page.service .wrap.traffic .map-info .traffic-info {
    width: 100%;
    height: auto;
  }
  .container-page.service .wrap.traffic .map-info .traffic-info .traffic-box {
    padding: 10px;
  }
  .container-page.service .wrap.traffic .map-info .traffic-info .traffic-box .traffic-top div:first-child {
    font-size: 16px;
  }
  .container-page.service .wrap.traffic .map-info .traffic-info .traffic-box .item {
    padding: 5px 0;
    margin: 5px 0;
  }
  .container-page.service .wrap.traffic .map-info .traffic-info .traffic-box .item img {
    display: inline-block;
    height: 18px;
    margin-right: 10px;
  }
  .container-page.service .wrap.other {
    margin-top: 10px;
  }
  .container-page.service .wrap.other .content {
    width: 100%;
    display: flex;
  }
  .container-page.service .wrap.other .content .other-item {
    width: 48%;
    height: 210px;
    background-size: 100% 100%;
    margin-bottom: 10px;
  }
  .container-page.service .wrap.other .content .other-item .service-content {
    background-position: center 12%;
    background-size: 70% 45%;
  }
  .container-page.service .wrap.other .content .other-item .service-content .block-img {
    margin-top: 10%;
  }
  .container-page.service .wrap.other .content .other-item .service-content .word {
    margin-top: 4px;
    font-size: 14px;
    padding: 7px;
  }
  .container-page.about .public-info {
    padding: 4px 0;
    margin-bottom: 6px;
  }
  .container-page.about .content {
    font-size: 15px;
  }
  .container-page.about .content img {
    max-width: 100% !important;
  }
  .container-page.leader .content {
    min-height: 120px;
    margin: 6px 0;
    padding: 10px;
    gap: 8px;
    justify-content: left;
  }
  .container-page.leader .content img {
    height: 120px;
    width: 100px;
  }
  .container-page.leader .content .c-right {
    width: auto;
  }
  .container-page.leader .content .c-right .intro {
    gap: 20px;
    margin-bottom: 5px;
  }
  .container-page.leader .content .c-right .intro div:first-child {
    font-size: 18px;
  }
  .container-page.leader .content .c-right .text {
    font-size: 15px;
  }
  .container-page.org .list {
    justify-content: left;
  }
  .container-page.org .list .item {
    width: 25%;
    margin-top: 0;
    height: 240px;
    margin-bottom: 10px;
  }
  .container-page.org .list .item .word {
    background-image: url(../images/block-org.png);
    background-size: 100% 100%;
    width: 73px;
    height: 240px;
  }
  .container-page.evolution .line {
    display: none;
  }
  .container-page.evolution .mobile .year-box {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
  .container-page.evolution .mobile .year-box .arrow {
    height: 30px;
    width: 30px;
    background-image: url(../images/arrow_click.png);
    background-size: cover;
    transform: rotateZ(-90deg);
  }
  .container-page.evolution .mobile .year-box .arrow.arrow-right {
    transform: rotateZ(90deg);
  }
  .container-page.evolution .mobile .year-box .arrow.inactive {
    background-image: url(../images/arrow_not_click.png);
  }
  .container-page.evolution .mobile .year-box .year {
    display: inline-block;
    position: relative;
    background-image: none;
    padding-left: 0;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #A0896A;
    font-weight: bold;
  }
  .container-page.evolution .mobile .year-box .year.inactive {
    background-image: none;
    color: #AEB9A8;
  }
  .container-page.evolution .mobile .content {
    margin-top: 10px;
  }
  .container-page.evolution .mobile .content .c-title {
    font-size: 16px;
  }
  .container-page.evolution .mobile .content .year {
    margin: 6px 0;
    font-size: 20px;
    font-weight: bold;
    color: #A0896A;
  }
  .container-page.evolution .mobile .content .text {
    height: auto;
    padding-right: 0;
  }
  .container-page.home .slider-box {
    width: 100%;
    height: 200px;
    min-width: 100%;
  }
  .container-page.home .slider-box .swiper-slide {
    height: 200px;
  }
  .container-page.home .slider-box .notice-box {
    display: none;
  }
  .container-page.home .ticket-box {
    margin-top: 10px;
    display: block;
  }
  .container-page.home .ticket-box .link-circle {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }
  .container-page.home .ticket-box .link-circle .ticket-img {
    margin-top: 3px;
    height: 63px;
  }
  .container-page.home .ticket-box .ticket {
    width: 100%;
  }
  .container-page.home .ticket-box .ticket .ticket-word {
    width: calc(100% - 76px);
    font-size: 14px;
    margin-left: 6px;
  }
  .container-page.home .ticket-box .free {
    width: 100%;
    margin-top: 10px;
  }
  .container-page.home .ticket-box .free .free-content {
    width: calc(100% - 76px);
  }
  .container-page.home .ticket-box .free .free-content .word-note {
    font-size: 14px;
    font-weight: bold;
  }
  .container-page.home .ticket-box .free .free-content .word-intro {
    margin-bottom: 6px;
  }
  .container-page.home .ticket-box .free .free-content .free-time .time {
    font-size: 22px;
  }
  .container-page.home .ticket-box .free .free-content .free-time .line {
    margin: 12px 10px 0;
    width: 10%;
  }
  .container-page.home .news-box {
    margin-top: 10px;
  }
  .container-page.home .news-box .left {
    display: none;
  }
  .container-page.home .news-box .right {
    width: 100%;
    padding: 10px;
  }
  .container-page.home .news-box .right .item {
    padding: 5px 0;
    height: 40px;
  }
  .container-page.home .news-box .right .item .item-time {
    width: 30%;
    font-size: 15px;
  }
  .container-page.home .news-box .right .item .item-time .date {
    font-size: 20px;
    margin-left: 6px;
  }
  .container-page.home .news-box .right .item .item-title {
    width: 70%;
  }
  .container-page.home .display-box {
    margin-top: 10px;
    display: block;
  }
  .container-page.home .display-box .left {
    width: 100%;
    height: 200px;
  }
  .container-page.home .display-box .left .swiper-slide {
    height: 200px;
  }
  .container-page.home .display-box .right {
    width: 100%;
    border: none;
  }
  .container-page.home .display-box .right .list {
    height: auto;
    padding: 10px;
    gap: 6px;
  }
  .container-page.home .display-box .right .item {
    height: 210px;
    min-width: 65px;
  }
  .container-page.home .display-box .right .item:hover {
    transform: unset;
  }
  .container-page.home .display-box .right .word {
    top: 20px;
    padding-left: 12px;
  }
  .container-page.home .display-box .right .word div:first-child {
    font-size: 18px;
  }
  .container-page.home .display-box .right .word div:last-child {
    font-size: 15px;
    margin-left: 4px;
    margin-top: 30px;
  }
  .container-page.home .collection-box {
    margin-top: 10px;
    padding: 10px;
  }
  .container-page.home .collection-box .bottom {
    margin-top: 10px;
    overflow-y: auto;
    padding-bottom: 10px;
  }
  .container-page.home .collection-box .bottom::-webkit-scrollbar {
    height: 8px;
    background-color: #FBDDA6;
  }
  .container-page.home .collection-box .bottom::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(192, 155, 85, 0.5);
    background-color: rgba(240, 240, 240, 0.5);
  }
  .container-page.home .collection-box .bottom::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: inset 0 0 0 rgba(240, 240, 240, 0.5);
    background-color: #C09B55;
  }
  .container-page.home .collection-box .bottom .item {
    width: 90px;
    height: 320px;
    margin-right: 10px;
  }
  .container-page.home .collection-box .bottom .item .hover-box {
    background-size: 100% 100%;
    padding-top: 150px;
    transition: none;
    font-size: 20px;
    line-height: 90px;
  }
  .container-page.home .collection-box .bottom .item:hover .hover-box {
    transform: unset;
    background-color: transparent;
    color: #b79e6b;
  }
  .container-page.home .collection-box .bottom .item .icon {
    position: absolute;
    top: 40px;
    width: 110px;
    height: 150px;
    left: -10px;
    background-size: 110px auto;
  }
  .pagination .page-item .page-link {
    line-height: 28px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
