.wal {
  max-width: 750px;
  margin: 0 auto; }

img {
  max-width: 100%;
  object-fit: cover; }

[v-cloak] {
  display: none; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: -5.6rem;
  right: 0;
  background: url("../images/head.png") center bottom no-repeat;
  background-size: auto 100%;
  transition: top .5s ease; }
  .g-head .search-form {
    height: 5.6rem;
    padding-top: 0.8rem;
    box-sizing: border-box; }
    .g-head .search-form .form {
      width: 90%;
      margin: 0 auto;
      height: 3.2rem;
      position: relative;
      border-radius: 1.6rem;
      background: #ececec; }
      .g-head .search-form .form .input input {
        width: 100%;
        height: 3.2rem;
        line-height: 3.2rem;
        padding: 0 1.6rem;
        font-size: 0.96rem;
        border: 0;
        background: transparent;
        color: #333;
        outline: none; }
      .g-head .search-form .form .submit {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        bottom: 0;
        width: 4.8rem;
        background: url("../images/icon_search_dark.png") center no-repeat;
        background-size: 1.56rem; }
  .g-head .wal {
    height: 5.08rem;
    position: relative; }
  .g-head .logo {
    display: block;
    width: 4.4rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
  .g-head .search, .g-head .navA {
    display: block;
    width: 4rem;
    height: 2.72rem;
    position: absolute;
    top: 0;
    background: center no-repeat; }
  .g-head .search {
    left: 0;
    background-image: url("../images/img31.png");
    background-size: 1.24rem; }
  .g-head .navA {
    right: 0;
    background-image: url("../images/img36.png");
    background-size: 1.44rem; }

.g-head.search-show {
  top: 0; }
  .g-head.search-show .search {
    background-image: url("../images/close_simple.png"); }

.g-nav {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(205, 177, 101, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease; }
  .g-nav.show {
    opacity: 1;
    visibility: visible; }
    .g-nav.show .container {
      transform: translateY(0); }
  .g-nav .container {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    transition: all .5s ease; }
  .g-nav .wal {
    background: url("../images/nav-bg.png") center top no-repeat;
    background-size: 100%;
    min-height: 51rem;
    padding-top: 10.8rem;
    box-sizing: border-box; }
  .g-nav .scroll {
    max-height: 40.2rem;
    overflow-y: auto; }
  .g-nav li {
    border-bottom: #E6E6E6 solid 1px; }
    .g-nav li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 1.28rem;
      height: 3.52rem;
      padding: 0 2rem 0 2.2rem;
      color: #B30008; }
      .g-nav li > a em {
        font-style: normal; }
    .g-nav li.s-nav-li > a:after {
      display: block;
      content: '';
      background: url("../images/img17.png") center no-repeat;
      background-size: 100%;
      width: 0.68rem;
      height: 0.68rem;
      transition: all .5s ease; }
    .g-nav li.s-nav-li.open > a:after {
      transform: rotate(-180deg); }
    .g-nav li .list {
      display: none; }
      .g-nav li .list dl {
        padding-bottom: 0.8rem; }
      .g-nav li .list a {
        display: block;
        font-size: 1.12rem;
        line-height: 2.4rem;
        padding-left: 3.44rem;
        color: #595959; }
  .g-nav .close {
    background: url("../images/close88.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 2.8rem;
    height: 3.52rem;
    width: 3.52rem; }

.index-banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-banner li a {
    display: block; }
    .index-banner li a img {
      width: 100%; }
  .index-banner .arrow a {
    display: block;
    width: 3.32rem;
    height: 3.32rem;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    background: center no-repeat;
    background-size: 100% 100%; }
    .index-banner .arrow a.prev {
      left: 0;
      background-image: url("../images/prev83.png"); }
    .index-banner .arrow a.next {
      right: 0;
      background-image: url("../images/next83.png"); }

.index-1 {
  position: relative;
  z-index: 5;
  padding: 1.24rem 0.96rem 0 0.96rem;
  height: 22.4rem; }
  .index-1:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -4.48rem;
    bottom: 0;
    background: url("../images/index-1.png") center top no-repeat;
    background-size: 100%; }
  .index-1 .list {
    height: 2.96rem;
    border-radius: 0.16rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    position: relative;
    z-index: 2; }
    .index-1 .list.hide {
      opacity: 0;
      visibility: hidden; }
    .index-1 .list .ico {
      width: 2.12rem;
      position: absolute;
      left: 1.76rem;
      top: 0.56rem; }
    .index-1 .list .close {
      display: block;
      width: 4rem;
      position: absolute;
      z-index: 5;
      top: 0;
      right: 0;
      bottom: 0;
      background: url("../images/close14.png") center no-repeat;
      background-size: 0.56rem; }
    .index-1 .list .list-wrapper {
      height: 2.96rem;
      overflow: hidden;
      position: relative;
      padding: 0 4.88rem; }
      .index-1 .list .list-wrapper li {
        height: 2.96rem; }
        .index-1 .list .list-wrapper li a {
          display: flex;
          height: 2.96rem;
          line-height: 2.96rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          align-items: center;
          font-size: 0.88rem;
          color: #000; }
  .index-1 .list2 {
    position: relative;
    z-index: 2;
    padding-top: 0.4rem; }
    .index-1 .list2 ul {
      display: flex;
      flex-wrap: wrap; }
    .index-1 .list2 li {
      width: 33.333%; }
    .index-1 .list2 a {
      display: block;
      width: 6.8rem;
      margin: 0 auto;
      height: 8.12rem;
      position: relative; }
      .index-1 .list2 a .img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.8rem; }
      .index-1 .list2 a .name {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        font-size: 0.96rem;
        color: #000000; }

.index-map {
  position: relative; }
  .index-map .title {
    position: absolute;
    z-index: 6;
    left: 0;
    top: -2.04rem;
    right: 0; }
  .index-map .list {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/index-map.png") center no-repeat;
    background-size: cover;
    padding-top: 8.12rem; }
    .index-map .list ul {
      display: flex;
      justify-content: center; }
    .index-map .list li {
      padding: 0 0.4rem; }
    .index-map .list a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      width: 8.8rem;
      height: 15.2rem;
      border-radius: 2.28rem;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9));
      padding-bottom: 2.8rem;
      font-size: 0.96rem;
      color: #000;
      box-sizing: border-box; }
      .index-map .list a .name {
        padding-top: 0.96rem;
        line-height: 1em; }

.index-3 {
  height: 30.4rem;
  background: url("../images/img657.png") 1.2rem 0.64rem no-repeat;
  background-size: 26.28rem; }
  .index-3 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 2.8rem 0.56rem 1.28rem; }
    .index-3 .title img {
      width: 13.4rem; }
    .index-3 .title a {
      font-size: 0.96rem;
      color: #000; }
  .index-3 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .index-3 .list:after {
      display: block;
      content: '';
      position: absolute;
      z-index: 5;
      left: 0;
      top: 0;
      right: 0;
      height: 12.28rem;
      background: url("../images/img750_2.png") center no-repeat;
      background-size: 100% 100%;
      pointer-events: none; }
    .index-3 .list .list-wrapper li a {
      display: block; }
      .index-3 .list .list-wrapper li a .img {
        width: 23.08rem;
        margin: 0 auto; }
      .index-3 .list .list-wrapper li a .name {
        font-size: 1.12rem;
        color: #000;
        text-align: center;
        height: 3.24rem;
        line-height: 3.24rem;
        overflow: hidden; }
    .index-3 .list .dots {
      display: flex;
      justify-content: center; }
      .index-3 .list .dots span {
        width: 0.64rem;
        height: 0.64rem;
        border-radius: 50%;
        background: #FF0A0A;
        margin: 0 0.36rem; }
      .index-3 .list .dots span.swiper-pagination-bullet-active {
        background: #F8D14B; }

.index-4 {
  background: url("../images/index-4.png") center top no-repeat;
  background-size: 28rem;
  height: 26.96rem;
  position: relative; }
  .index-4:after {
    display: block;
    content: '';
    background: url("../images/img723.png") center no-repeat;
    background-size: 100% 100%;
    width: 28.92rem;
    height: 34.92rem;
    position: absolute;
    pointer-events: none;
    top: -8.28rem;
    right: 0; }
  .index-4 .title {
    width: 22.4rem;
    position: absolute;
    left: 3.48rem;
    top: -2.2rem; }
  .index-4 .list {
    position: relative;
    z-index: 5;
    padding: 3.6rem 4rem 0 3.6rem; }
    .index-4 .list li {
      padding-bottom: 1.8rem; }
      .index-4 .list li a {
        display: flex;
        align-items: center; }
        .index-4 .list li a .time {
          flex: 0 0 auto;
          width: 3.8rem;
          color: #C11217;
          font-size: 0.6rem;
          position: relative;
          top: 0.24rem; }
          .index-4 .list li a .time div {
            font-size: 1.76rem; }
        .index-4 .list li a .name {
          font-size: 1.12rem;
          line-height: 1.52rem;
          color: #000000; }
    .index-4 .list .more {
      text-align: right;
      font-size: 0.96rem; }

.index-5 {
  position: relative;
  min-height: 24.48rem; }
  .index-5:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 5;
    pointer-events: none;
    left: 2.12rem;
    top: 0;
    background: url("../images/img409.png") center no-repeat;
    background-size: 100%;
    height: 26rem;
    width: 16.36rem; }
  .index-5 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.64rem 2.4rem 1.08rem 5.84rem; }
    .index-5 .title img {
      width: 16.16rem; }
    .index-5 .title a {
      font-size: 0.96rem;
      color: #000; }
  .index-5 .row {
    display: flex;
    justify-content: space-between;
    padding: 0 0.88rem 0 1.08rem; }
    .index-5 .row .item {
      border-radius: 2.28rem;
      position: relative; }
      .index-5 .row .item .list {
        width: 100%;
        overflow: hidden;
        position: relative;
        text-align: center; }
        .index-5 .row .item .list a {
          display: block; }
          .index-5 .row .item .list a .name {
            font-size: 0.8rem;
            color: #010101; }
      .index-5 .row .item .dots {
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: 0.8rem;
        display: flex;
        justify-content: center; }
        .index-5 .row .item .dots span {
          width: 0.36rem;
          height: 0.36rem;
          border-radius: 50%;
          background: #FF0A0A;
          margin: 0 0.2rem; }
        .index-5 .row .item .dots span.swiper-pagination-bullet-active {
          background: #F8D14B; }
    .index-5 .row .item-1 {
      border-top-left-radius: 1.32rem;
      background: #DBEFFF;
      width: 13.64rem;
      height: 20.92rem; }
      .index-5 .row .item-1 .list a .img {
        padding: 2.48rem 0 2.08rem 0; }
        .index-5 .row .item-1 .list a .img img {
          height: 13.32rem; }
      .index-5 .row .item-1 .dots {
        bottom: 1.08rem; }
    .index-5 .row .item-2 {
      background: #FFEDBF;
      width: 13.64rem;
      height: 9.6rem; }
      .index-5 .row .item-2 .list {
        top: -0.4rem; }
      .index-5 .row .item-2 .list a .img {
        padding: 0 0 0.8rem 0; }
        .index-5 .row .item-2 .list a .img img {
          height: 6.44rem; }
    .index-5 .row .item-3 {
      background: #FFD8CC;
      width: 13.64rem;
      height: 10.28rem;
      margin-top: 0.88rem; }
      .index-5 .row .item-3 .list {
        top: -0.36rem; }
      .index-5 .row .item-3 .list a .img {
        padding: 0 0 0.8rem 0; }
        .index-5 .row .item-3 .list a .img img {
          height: 7.08rem; }

.index-6 {
  height: 29.32rem;
  position: relative;
  background: url("../images/index-6.png") center 5.2rem no-repeat;
  background-size: 100%;
  z-index: 5; }
  .index-6:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 5;
    pointer-events: none;
    left: 0;
    top: 0.88rem;
    right: 0;
    background: url("../images/index-6-bg.png") center no-repeat;
    background-size: 100%;
    height: 26.84rem; }
  .index-6 .title {
    width: 18.68rem;
    position: absolute;
    left: 5.92rem;
    top: 6.92rem; }
  .index-6 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 10.56rem; }
    .index-6 .list .list-wrapper {
      width: 51.6rem;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
    .index-6 .list li {
      height: 16.8rem;
      box-sizing: border-box; }
      .index-6 .list li .item {
        transform-origin: center top;
        position: relative;
        padding-top: 1.4rem;
        width: 16rem;
        margin: 0 auto;
        transition: all .5s ease;
        display: block; }
        .index-6 .list li .item:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          height: 1.72rem;
          background: url("../images/img253.png") center top no-repeat;
          background-size: auto 100%; }
        .index-6 .list li .item .img {
          border-radius: 0.56rem;
          padding: 0.4rem;
          background: #c2e4f0;
          position: relative;
          z-index: 2; }
          .index-6 .list li .item .img img {
            width: 100%;
            height: 10.4rem;
            object-fit: cover;
            border-radius: 0.56rem; }
          .index-6 .list li .item .img:after {
            display: block;
            content: '';
            position: absolute;
            z-index: 5;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: url("../images/img59.png") center no-repeat;
            background-size: 2.4rem;
            cursor: pointer; }
        .index-6 .list li .item .name {
          font-size: 1.12rem;
          color: #000;
          height: 2.8rem;
          line-height: 2.8rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center;
          opacity: 0;
          transition: all .5s ease; }
    .index-6 .list li.swiper-slide-prev .item {
      transform: rotate(4deg); }
      .index-6 .list li.swiper-slide-prev .item:before {
        background-image: url("../images/img253_1.png"); }
      .index-6 .list li.swiper-slide-prev .item .img {
        background: #FFD8CC; }
    .index-6 .list li.swiper-slide-active .item {
      transform: rotate(-1deg); }
      .index-6 .list li.swiper-slide-active .item:before {
        background-image: url("../images/img253_2.png"); }
      .index-6 .list li.swiper-slide-active .item .img {
        background: #C2E4F0; }
      .index-6 .list li.swiper-slide-active .item .name {
        opacity: 1; }
    .index-6 .list li.swiper-slide-next .item {
      transform: rotate(-5deg); }
      .index-6 .list li.swiper-slide-next .item:before {
        background-image: url("../images/img253_3.png"); }
      .index-6 .list li.swiper-slide-next .item .img {
        background: #F0E7C2; }
  .index-6 .dots {
    display: flex;
    justify-content: center; }
    .index-6 .dots span {
      width: 0.36rem;
      height: 0.36rem;
      border-radius: 50%;
      background: #FF0A0A;
      margin: 0 0.2rem; }
    .index-6 .dots span.swiper-pagination-bullet-active {
      background: #F8D14B; }

.video-layer {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease; }
  .video-layer.show {
    opacity: 1;
    visibility: visible; }
  .video-layer .container {
    position: relative;
    width: 28rem;
    background: #000000;
    border: 0.16rem solid #AE9A89;
    border-radius: 0.8rem;
    box-sizing: border-box; }
    .video-layer .container .close {
      position: absolute;
      z-index: 5;
      top: -0.4rem;
      right: 1rem;
      width: 2.4rem; }
    .video-layer .container .img {
      width: 100%;
      border-radius: 0.6rem;
      overflow: hidden;
      position: relative; }
    .video-layer .container video {
      display: block;
      width: 100%; }

.g-foot {
  height: 32.52rem;
  position: relative; }
  .g-foot:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/g-foot.jpg") center no-repeat;
    background-size: auto 100%;
    height: 56.28rem; }
  .g-foot .list {
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: 5.2rem; }
    .g-foot .list li {
      padding-bottom: 1.44rem;
      font-size: 0.96rem;
      color: #5B5B5B;
      line-height: 1.44rem; }
      .g-foot .list li h3 {
        font-size: 0.96rem;
        font-weight: bold; }

.kpjc-banner {
  position: relative; }
  .kpjc-banner .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .kpjc-banner .list li {
      height: 12.2rem;
      background: center no-repeat;
      background-size: auto 100%; }
  .kpjc-banner .title {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -0.8rem;
    transform: translateX(-50%);
    width: 14.4rem; }

.kpjc {
  position: relative; }
  .kpjc .nav {
    padding: 3.68rem 0 2.48rem 0; }
    .kpjc .nav ul {
      display: flex;
      justify-content: center; }
    .kpjc .nav li {
      padding: 0 0.2rem; }
    .kpjc .nav a {
      display: flex;
      box-sizing: border-box;
      width: 6.16rem;
      height: 3.04rem;
      justify-content: center;
      align-items: center;
      border-radius: 1.6rem;
      border: #CBCBCB solid 1px;
      font-size: 1.12rem;
      color: #000000; }
      .kpjc .nav a:hover, .kpjc .nav a.on {
        background: #E91300;
        color: #fff;
        border-color: #E91300; }
  .kpjc .list {
    min-height: 50vh;
    padding: 0 0.4rem; }
    .kpjc .list ul {
      display: flex;
      flex-wrap: wrap; }
    .kpjc .list li {
      width: 50%;
      padding: 0 1rem;
      box-sizing: border-box; }
    .kpjc .list .item {
      transform-origin: center top;
      position: relative;
      padding-top: 1.4rem; }
      .kpjc .list .item:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 1.72rem;
        background: url("../images/img253.png") center top no-repeat;
        background-size: auto 100%; }
      .kpjc .list .item .img {
        border-radius: 0.56rem;
        padding: 0.4rem;
        background: #c2e4f0;
        position: relative;
        z-index: 2; }
        .kpjc .list .item .img img {
          width: 100%;
          height: 8rem;
          object-fit: cover;
          border-radius: 0.56rem; }
        .kpjc .list .item .img:after {
          display: block;
          content: '';
          position: absolute;
          z-index: 5;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: url("../images/img59.png") center no-repeat;
          cursor: pointer;
          background-size: 2.4rem; }
      .kpjc .list .item .name {
        font-size: 0.8rem;
        color: #000;
        height: 2.4rem;
        line-height: 2.4rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center; }
    .kpjc .list li:nth-child(2n+1) .item {
      transform: rotate(-2deg); }
    .kpjc .list li:nth-child(2n+2) .item {
      transform: rotate(1.5deg); }

.page-num {
  display: flex;
  justify-content: center;
  padding: 2rem 0 4rem 0; }
  .page-num .el-pagination button {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.24rem; }
    .page-num .el-pagination button .el-icon {
      font-size: 1.2rem; }
  .page-num .el-pagination.is-background .el-pager li:not(.disabled, .active):hover {
    color: #DD2522; }
  .page-num .el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #DD2522; }

.ggwc-banner {
  position: relative; }
  .ggwc-banner .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .ggwc-banner .list li {
      height: 15.56rem;
      background: center no-repeat;
      background-size: auto 100%; }
  .ggwc-banner .ren1 {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -0.12rem;
    margin-left: -12.28rem;
    width: 5.4rem; }
  .ggwc-banner .ren2 {
    position: absolute;
    z-index: 5;
    right: 50%;
    bottom: -0.12rem;
    margin-right: -11.2rem;
    width: 5.28rem; }
  .ggwc-banner .rabbit {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 1.32rem;
    width: 3.04rem;
    transform: translateX(-50%); }
  .ggwc-banner .title {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -1.32rem;
    transform: translateX(-50%);
    width: 14.04rem; }

.ggwc {
  position: relative; }
  .ggwc .nav {
    padding: 3.68rem 0 2.48rem 0; }
    .ggwc .nav ul {
      display: flex;
      justify-content: center; }
    .ggwc .nav li {
      padding: 0 0.2rem; }
    .ggwc .nav a {
      display: flex;
      box-sizing: border-box;
      width: 6.16rem;
      height: 3.04rem;
      justify-content: center;
      align-items: center;
      border-radius: 1.6rem;
      border: #CBCBCB solid 1px;
      font-size: 1.12rem;
      color: #000000; }
      .ggwc .nav a:hover, .ggwc .nav a.on {
        background: #E91300;
        color: #fff;
        border-color: #E91300; }
  .ggwc .list {
    min-height: 50vh;
    padding: 0 1rem; }
    .ggwc .list ul {
      display: flex;
      flex-wrap: wrap; }
    .ggwc .list li {
      width: 50%;
      box-sizing: border-box;
      padding: 0 1.2rem 2rem 1.2rem; }
    .ggwc .list li a {
      display: block;
      text-align: center; }
      .ggwc .list li a .img img {
        display: block;
        width: 100%;
        height: 11.6rem;
        object-fit: cover; }
      .ggwc .list li a .name {
        font-size: 0.96rem;
        color: #000;
        height: 2.4rem;
        line-height: 2.4rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center; }

.ggwc-layer {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease; }
  .ggwc-layer.show {
    opacity: 1;
    visibility: visible; }
  .ggwc-layer .container {
    position: relative;
    width: 28rem;
    background: #E5DBC7;
    border: 0.16rem solid #62554A;
    border-radius: 0.8rem;
    box-sizing: border-box;
    padding: 0.48rem; }
    .ggwc-layer .container .close {
      position: absolute;
      z-index: 5;
      top: -0.4rem;
      right: 1rem;
      width: 2.4rem; }
    .ggwc-layer .container .container2 {
      box-sizing: border-box;
      border-radius: 0.48rem;
      border: 0.08rem solid #B9B0A9;
      background: #fff;
      position: relative;
      padding: 1.6rem; }
      .ggwc-layer .container .container2 .hd {
        display: flex;
        align-items: center; }
        .ggwc-layer .container .container2 .hd .img {
          width: 8.8rem;
          flex: 0 0 auto; }
          .ggwc-layer .container .container2 .hd .img img {
            width: 100%; }
        .ggwc-layer .container .container2 .hd .name {
          font-size: 1.44rem;
          line-height: 1.5em;
          padding-left: 0.8rem;
          color: #000000; }
      .ggwc-layer .container .container2 .title {
        display: flex;
        align-items: center;
        padding: 2rem 0 0.8rem 0; }
        .ggwc-layer .container .container2 .title h5 {
          font-size: 1.28rem;
          color: #C4A12D;
          flex: 0 0 auto;
          padding-right: 0.8rem; }
        .ggwc-layer .container .container2 .title:after {
          display: block;
          content: '';
          width: 100%;
          height: 1px;
          background: #E1E1E1; }
      .ggwc-layer .container .container2 .content {
        font-size: 0.96rem;
        line-height: 1.6rem;
        color: #8C8C8C;
        max-height: 50vh;
        overflow-y: auto; }
      .ggwc-layer .container .container2 .btn {
        padding-top: 1.2rem;
        display: flex;
        justify-content: center; }
        .ggwc-layer .container .container2 .btn a {
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 1.6rem;
          width: 8rem;
          height: 3.12rem;
          background: #E10B10;
          color: #FDFDF4;
          font-size: 1.12rem;
          font-weight: bold; }

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