html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

.title {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
  margin-bottom: 62px;
  position: relative;
}

.title p {
  font-size: 38px;
  font-weight: bold;
  color: #b41313;
  position: relative;
}

.title p::after {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 8px;
  background-color: #b41313;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title > img {
  position: absolute;
  width: 160px;
  left: 50%;
  top: -40px;
  -webkit-transform: rotateY(180deg) translateX(250%);
          transform: rotateY(180deg) translateX(250%);
}

@media screen and (max-width: 981px) {
  .title {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .title > img {
    left: 50%;
    width: 68px;
    -webkit-transform: translate(-153px, 35px);
            transform: translate(-153px, 35px);
  }
  .title p {
    width: 100%;
    text-align: center;
  }
}

.right > img {
  position: absolute;
  width: 100px;
  -webkit-transform: translateX(240%);
          transform: translateX(240%);
  left: unset;
  right: 50%;
}

@media screen and (max-width: 981px) {
  .right > img {
    width: 40px;
    top: 0px;
    -webkit-transform: translate(162px);
            transform: translate(162px);
  }
}

.content {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}

.threeD-btn {
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
}

.threeD-btn > div {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 500px;
  background-color: white;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  padding: 15px 60px;
  border: 2px solid black;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.threeD-btn > div > img {
  display: inline-block;
  width: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.threeD-btn > div > p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: black;
  vertical-align: middle;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  font-family: Arial, Helvetica, sans-serif;
}

.threeD-btn > div:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.threeD-btn > div::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  background: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/red-arrow-icon.svg") center no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.threeD-btn::after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  bottom: 0px;
  left: 0px;
  border-radius: 500px;
  z-index: 1;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  border: 2px solid black;
  background-color: black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.threeD-btn:hover div {
  background-color: #b41313;
  border-color: white;
}

.threeD-btn:hover div p {
  color: white;
}

.threeD-btn:hover div::after {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/whiteBg-redArrow-icon.svg");
}

.threeD-btn:hover::after {
  border-color: white;
  background-color: #652424;
}

.filter-tags {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  margin-bottom: 40px;
}

.filter-tags > li {
  width: calc( calc(100% / 5) - 20px);
  position: relative;
  margin-right: 20px;
}

.filter-tags > li .arrow-bg svg path {
  fill: #eaeaea;
  stroke: #ccc;
  stroke-miterlimit: 10;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.filter-tags .li-active .arrow-bg path {
  fill: #b41313;
}

.filter-tags .li-active .tag-content p {
  color: white;
}

.filter-tags .li-active .tag-content .icon path {
  fill: white;
}

.filter-tags .li-active .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/white-tree-icon.svg");
}

@media screen and (max-width: 981px) {
  .filter-tags {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-right: -10px;
    margin-bottom: 10px;
  }
  .filter-tags > li {
    width: calc( calc(100% / 3) - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.tag-content {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding-left: 25px;
}

.tag-content .icon {
  height: 30px;
}

.tag-content .icon svg {
  height: 100%;
}

.tag-content .icon svg path {
  fill: #7c7b7c;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.tag-content p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #7c7c7c;
  margin-left: 10px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  font-family: Arial, Helvetica, sans-serif;
}

.tag-content::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/grey-tree-icon.svg") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 981px) {
  .tag-content {
    padding-left: 0px;
  }
  .tag-content .icon {
    height: 25px;
    display: none;
  }
  .tag-content p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin-left: 0;
  }
  .tag-content::before {
    display: none;
  }
}

.tree-icon .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/grey-tree-icon.svg");
}

.camera-icon .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/grey-camera-icon.svg");
}

.tower-icon .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/grey-tower-icon.svg");
}

.food-icon .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/grey-food-icon.svg");
}

.shop-icon .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/grey-shop-icon.svg");
}

.tree-icon.li-active .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/white-tree-icon.svg");
}

.camera-icon.li-active .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/white-camera-icon.svg");
}

.tower-icon.li-active .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/white-tower-icon.svg");
}

.food-icon.li-active .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/white-food-icon.svg");
}

.shop-icon.li-active .tag-content::before {
  background-image: url("../../../Anhui_img/202108_TW_Anhui_Campaign/icons/white-shop-icon.svg");
}

.attractions-wrapper {
  background: url("../../../Anhui_img/202108_TW_Anhui_Campaign/bg/bg1.jpeg") repeat;
  padding-bottom: 60px;
}

@media screen and (max-width: 981px) {
  .attractions-wrapper {
    padding: 10px;
  }
}

.attractions-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-top: 90px;
}

@media screen and (max-width: 981px) {
  .attractions-container {
    padding-top: 45px;
  }
}

.title > p {
  color: black;
}

.title > img {
  -webkit-transform: translateX(-350px) translateY(20px);
          transform: translateX(-350px) translateY(20px);
  width: 100px;
}

@media screen and (max-width: 981px) {
  .title p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .title > img {
    -webkit-transform: translate(-149px, 35px);
            transform: translate(-149px, 35px);
    width: 55px;
  }
}

.content {
  margin-bottom: 50px;
}

.content span {
  color: #b41313;
  border-bottom: 2px solid #b41313;
  font-size: 24px;
  margin: 0 5px;
}

.cards-container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -8px;
}

.cards-container .card-item {
  width: calc( calc(100% / 3) - 16px);
  margin: 12px 8px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #dcdcdc;
  padding: 15px;
}

.cards-container .card-item a {
  display: inline-block;
  width: 100%;
}

.cards-container .card-item a > figure img {
  width: 100%;
  border-radius: 10px;
}

.cards-container .card-item a .name {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 18px auto;
  letter-spacing: 4px;
}

@media screen and (max-width: 981px) {
  .cards-container .card-item {
    width: 100%;
    margin: 5px;
    padding: 8px;
  }
}

.vote-info-container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  border-top: 1px solid black;
}

.vote-info-container .btn-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  padding: 12px 0;
}

.vote-info-container .btn-wrapper > .vote-btn {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  position: relative;
}

.vote-info-container .btn-wrapper > .vote-btn .icon {
  height: 18px;
  z-index: 1;
}

.vote-info-container .btn-wrapper > .vote-btn .icon svg {
  height: 100%;
}

.vote-info-container .btn-wrapper > .vote-btn .icon svg .inside {
  fill: white;
}

.vote-info-container .btn-wrapper > .vote-btn .icon svg .inside, .vote-info-container .btn-wrapper > .vote-btn .icon svg .border {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.vote-info-container .btn-wrapper > .vote-btn p {
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 10px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-family: Arial, Helvetica, sans-serif;
}

.more-btn-container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  margin-top: 60px;
  padding: unset;
}

@media screen and (max-width: 981px) {
  .more-btn-container {
    padding-bottom: 20px;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=pop_attractions.css.map */