.container-map {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background-color: #A0131A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.topName {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90%;
  margin: 0 auto;
  padding-top: 1.25vw;
  position: relative;
}
.topName img {
  width: 100%;
  height: auto;
}
.topName span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* font-style: italic; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  font-size: 2vw;
  color: #F3DC98;
  padding-left: 1vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 4.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  position: relative;
}
.content .leftoutBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.content .leftCard {
  width: 100%;
  height: 100%;
  background-image: url('../images/blessing/msg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.content .leftCard .ti {
  height: 8%;
  padding-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2vw;
  color: #F3DC98;
}
.content .leftCard .topNameImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 60%;
  max-width: 462px;
  height: auto;
  margin: 0 auto;
}
.content .leftCard .rowHead {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1vw;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}
.content .leftCard .rowHead div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: center;
  color: #FDF1E4;
}
.content .leftCard .rowHead .l {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 27%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 153px;
  margin-left: 0.5vw;
}
.content .leftCard .rows {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.content .leftCard .rows .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFD29F;
  text-align: center;
  overflow: hidden;
}
.content .leftCard .rows .row .l {
  width: 27%;
  min-width: 153px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8vw 0;
  margin-left: 0.5vw;
}
.content .leftCard .rows .row .l img {
  width: 3.33vw;
  height: 3.33vw;
  min-width: 41px;
  min-height: 41px;
  border-radius: 50%;
  margin-right: 8px;
}
.content .leftCard .rows .row .l .info {
  text-align: left;
}
.content .leftCard .rows .row .l .info .name {
  font-size: 22px;
  line-height: 1em;
}
.content .leftCard .rows .row .l .info .time {
  font-size: 12px;
}
.content .leftCard .rows .row .c {
  line-height: 1.2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 25px;
}
.content .leftCard .rows .row .r {
  line-height: 1.2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
}
.content .leftCard .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  padding-bottom: 10px;
}
.content .leftCard .bt .setBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .leftCard .bt .setBox img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.content .leftCard .bt .setBox span {
  font-size: 14px;
  color: #F3B029;
}
.content .leftCard .bt .more {
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.content .leftCard .bt .more span {
  font-size: 18px;
  color: #F3B029;
}
.content .leftCard .bt .more img {
  width: 19px;
  height: 18px;
  margin-left: 8px;
}
.content .rightoutBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2vw;
  height: 100%;
  padding-bottom: 4.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border: 1px solid #F3B029;
}
.content .rightoutBox .topBox {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #A6060E;
  border-bottom: 1px solid #F3B029;
}
.content .rightoutBox .topBox .disc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.666vw;
  font-family: FZDengXianS-H-GB;
  font-weight: 400;
  color: #FFE7CB;
}
.content .rightoutBox .topBox .numCard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.content .rightoutBox .topBox .numCard .num {
  font-size: 2.4895vw;
  font-weight: bold;
  color: #F3B029;
  text-align: center;
}
.content .rightoutBox .topBox .seitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.content .rightoutBox .topBox .seitch img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}
.content .rightoutBox .topBox .seitch div {
  font-size: 22px;
  color: #F4E7C1;
}
.content .rightoutBox .map {
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.content .rightoutBox .map #canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content .rightoutBox #earth {
  width: 100%;
  height: 100%;
}
.content .rightoutBox .btns {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12vw;
  height: 4.25vw;
  background: url('../images/blessing/btb.png') no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.content .rightoutBox .btns span {
  font-size: 1.075vw;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #F3B029;
}
.content .rightoutBox .btns img {
  margin-right: 5px;
  width: 1.275vw;
  min-width: 12px;
  height: auto;
}
.wrapBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: z-index 0.2s 0.5s, -webkit-transform 0.3s;
  transition: z-index 0.2s 0.5s, -webkit-transform 0.3s;
  transition: z-index 0.2s 0.5s, transform 0.3s;
  transition: z-index 0.2s 0.5s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.wrapBox.show {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wrapBox.hide {
  -webkit-animation-name: hide;
          animation-name: hide;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    z-index: 88;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 88;
  }
}
@keyframes show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    z-index: 88;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 88;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
    z-index: 88;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99% {
    z-index: 88;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    z-index: -2;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
    z-index: 88;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99% {
    z-index: 88;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    z-index: -2;
  }
}
.wrapBox .wrapInnerBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80%;
  height: 80%;
  padding: 20px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #7D1812;
  background-image: url('../images/blessing/mesbg.png'), url('../images/blessing/meslt.png'), url('../images/blessing/mesrt.png'), url('../images/blessing/mesrb.png');
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto auto;
  background-position: top left, top left, top right, bottom right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.wrapBox .wrapInnerBox::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  border: 1px solid rgba(246, 208, 155, 0.47);
  border-bottom: none;
}
.wrapBox .wrapInnerBox::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0px;
  bottom: 0;
  border: 1px solid rgba(246, 208, 155, 0.47);
  border-top: none;
  border-left: none;
}
.wrapBox .wrapInnerBox .imgs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 50px;
}
.wrapBox .wrapInnerBox .imgs .closeB {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -20px;
  cursor: pointer;
}
.wrapBox .wrapInnerBox .topNameImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 60%;
  max-width: 462px;
  height: auto;
  margin: 0 auto;
}
.wrapBox .wrapInnerBox table {
  table-layout: fixed;
  width: 100%;
}
.wrapBox .wrapInnerBox table thead {
  background-color: #7D1812;
}
.wrapBox .wrapInnerBox .rows {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  border-right: 1px solid rgba(170, 93, 73, 0.43);
  border-top: 1px solid rgba(170, 93, 73, 0.43);
}
.wrapBox .wrapInnerBox .rows .row {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFD29F;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(170, 93, 73, 0.43);
}
.wrapBox .wrapInnerBox .rows .row .td {
  height: 100%;
  border-left: 1px solid rgba(170, 93, 73, 0.43);
}
.wrapBox .wrapInnerBox .rows .row th {
  background-color: #7D1812;
  position: sticky;
  left: 0;
  top: 0;
  height: 50px !important;
}
.wrapBox .wrapInnerBox .rows .row .l {
  width: 60px;
}
.wrapBox .wrapInnerBox .rows .row .l img {
  width: 40px;
  height: 40px;
  margin: 10px;
  border-radius: 50%;
}
.wrapBox .wrapInnerBox .rows .row .n {
  min-width: 100px;
  width: 10%;
  text-align: center;
}
.sk-wave {
  display: none;
  width: 6em;
  height: 4em;
  margin: auto;
  text-align: center;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sk-wave .pn {
  color: #CA1D20;
  text-align: center;
  font-size: 14px;
}
.sk-wave .sk-rect {
  background-color: #CA1D20;
  height: 100%;
  width: 0.5em;
  display: inline-block;
  -webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
  animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect-2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect-3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect-4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-wave .sk-rect-5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-wave-stretch-delay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-wave-stretch-delay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (max-width: 1600px) {
  .content .leftCard .rowHead .l {
    width: 29%;
  }
  .content .leftCard .rows .row .l {
    width: 29%;
  }
}
@media (max-width: 1500px) {
  .content .leftCard .rowHead {
    font-size: 18px;
  }
  .content .leftCard .rowHead .l {
    width: 29%;
  }
  .content .leftCard .rows .row .l {
    width: 29%;
  }
  .content .leftCard .rows .row .l img {
    width: 41px;
    height: 41px;
  }
  .content .leftCard .rows .row .l .info .name {
    font-size: 18px;
  }
  .content .leftCard .rows .row .c {
    font-size: 18px;
  }
  .content .leftCard .rows .row .r {
    font-size: 16px;
  }
  .content .seitch img {
    width: 80px;
    height: auto;
  }
  .content .seitch div {
    font-size: 18px;
    color: #F4E7C1;
  }
}
@media (max-width: 1300px) {
  .content .leftCard .rowHead {
    font-size: 16px;
  }
  .content .leftCard .rows .row .l .info .name {
    font-size: 16px;
  }
  .content .leftCard .rows .row .c {
    font-size: 16px;
  }
  .content .leftCard .rows .row .r {
    font-size: 14px;
  }
  .content .seitch img {
    width: 60px;
    height: auto;
  }
  .content .seitch div {
    font-size: 16px;
    color: #F4E7C1;
  }
}
@media (max-width: 800px) {
  .container {
    height: auto;
    min-height: 100%;
  }
  .container .topName {
    width: 95%;
  }
  .content {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content .leftoutBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 40%;
    margin-bottom: 40px;
  }
  .content .leftoutBox .topNameImg {
    width: 77%;
    margin-bottom: 5px;
  }
  .content .rightoutBox {
    width: 100%;
    margin-left: 0;
    height: auto;
    padding-top: 10px;
  }
  .content .rightoutBox .topBox {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .rightoutBox .topBox .disc {
    font-size: 20px;
  }
  .content .rightoutBox .topBox .numCard .num {
    font-size: 20px;
    height: 32px;
    width: 25px;
    line-height: 32px;
  }
  .content .rightoutBox .map {
    width: 100%;
    height: auto;
  }
  .content .rightoutBox .map::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 77.776%;
  }
  .content .rightoutBox #earth {
    width: 100%;
    position: relative;
    height: auto;
  }
  .content .rightoutBox #earth::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
  }
  .content .rightoutBox #earth canvas {
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .rightoutBox .btns {
    position: static;
    width: 200px;
    height: 80px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 10px auto;
  }
  .content .rightoutBox .btns span {
    font-size: 20px;
  }
  .content .rightoutBox .btns img {
    width: 20px;
    height: 20px;
  }
  .wrapBox .wrapInnerBox {
    width: 95%;
  }
  .wrapBox .wrapInnerBox .imgs {
    margin-bottom: 15px;
  }
  .wrapBox .wrapInnerBox .imgs .topNameImg {
    width: 77%;
  }
  .wrapBox .wrapInnerBox .imgs .closeB {
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
  .wrapBox .wrapInnerBox table {
    min-width: 600px;
  }
    .container-map {
        width: 100%;
        height: unset;

        overflow: scroll;
    }
    .content .leftCard {
        padding-top: 50px;
    }
}
