.page{
  background: #ffffff;
}
.swiper-slide{
  overflow: hidden;
}
.content .index-banner{
  height: 100%;
  display: block;
  min-width: 350px;
  max-width: 18.75rem;
  margin: auto;
  display: none;
}
.content .index-banner .swiper-main{
  height: 100%;
}
.content .index-banner .swiper-main .content-wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.content .index-banner .swiper-main .content-wrapper .header-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background: url('../img/background-head.png');
  background-repeat: no-repeat;
  background-size: contain; 
}
.content .index-banner .swiper-main .content-wrapper .header {
  background-repeat: no-repeat;
  background-size: cover; 
  width: 100%;
  height: 15.7rem;
  position: absolute;
  background-position: center;
  /* top: 0; */
}
.content .index-banner .swiper-main .content-wrapper .bodyer-wrapper {
  background: url('../img/background-body.png') no-repeat;
  background-size: cover; 
  width: 100%;
  height: 17.7rem;
  /* flex: 1; */
}
.content .index-banner .swiper-main .content-wrapper .bodyer {
  position: absolute;
  width: 100%;
  bottom: 1rem;
}
.content .index-banner .swiper-main .content-wrapper .bodyer .btn-rule {
  background: url('../img/btn-rule.png') no-repeat;
  background-size: contain; 
  width: 3.9rem;
  height: 1.7rem;
  position: absolute;
  top: -2rem;
  right: 0;
}
.content .index-banner .swiper-main .content-wrapper .bodyer .body-content {
  background-repeat: no-repeat;
  background-size: contain; 
  width: 100%;
  height: 9.6rem;
  background-position: center;
}
.content .index-banner .swiper-main .content-wrapper .bodyer .btn-light {
  background-image: url('../img/background-btn-light.png');
  background-repeat: no-repeat;
  background-size: contain; 
  width: 9.3rem;
  height: 5.8rem;
  line-height: 5.8rem;
  margin: 1rem auto 0; 
  position: relative;
}
.banner-wave {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-slide-active .banner-wave .circle {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: circle-wave 3.5s infinite;
}
.banner-wave .circle:first-child {
  background-image: url('../img/btn-text-1.png') ;
}
.banner-wave .circle:nth-child(2) {
  background-image: url('../img/btn-text-2.png') ;
  animation-delay: 0.3s;
}
.banner-wave .circle:nth-child(3) {
  background-image: url('../img/btn-text-3.png') ;
  animation-delay: 0.6s;
}
.content .index-banner .swiper-main .content-wrapper .bodyer .btn-light .btn-light-wrapper{
  width: 3.3rem;
	height: 3.3rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px #ff000e;
  padding: 0.3rem;
  margin: auto;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.content .index-banner .swiper-main .content-wrapper .bodyer .btn-light .btn-light-text{
  width: 2.7rem;
  height: 2.7rem;
  line-height: 2.7rem;
  border: solid 1px #ff000e;;
  border-radius: 50%;
  color: #ff000e;
  font-size: 1rem;
}
.content .index-banner .swiper-main .content-wrapper .bodyer .btn-light .btn-light-text::before{
  content: "点亮";
}
.content .index-banner .swiper-main .content-wrapper .bodyer .btn-next {
  background: url('../img/btn-next.png') no-repeat;
  background-size: contain; 
  width: 100%;
  height: 0.9rem;
  background-position: center; 
  /* margin-top: 2rem; */
}

::-webkit-scrollbar{
    width: 0px;
}
/* block1 */
.content .index-banner .swiper-main .content-wrapper.block1 .header1 {
  background-image: url('../img/background-head-1-1.png');
}
.content .index-banner .swiper-main .content-wrapper.block1 .header2 {
  background-image: url('../img/background-head-1-2.png');
  opacity: 0;
}

.content .index-banner .swiper-main .content-wrapper.block1 .bodyer .body-content {
  background-image: url('../img/background-content-1.png');
}
/* block2 */
.content .index-banner .swiper-main .content-wrapper.block2 .header1 {
  background-image: url('../img/background-head-2-1.png');
}
.content .index-banner .swiper-main .content-wrapper.block2 .header2 {
  background-image: url('../img/background-head-2-2.png');
  opacity: 0;
}
.content .index-banner .swiper-main .content-wrapper.block2 .bodyer .body-content {
  background-image: url('../img/background-content-2.png');
}
/* block3 */
.content .index-banner .swiper-main .content-wrapper.block3 .header1 {
  background-image: url('../img/background-head-3-1.png');
}
.content .index-banner .swiper-main .content-wrapper.block3 .header2 {
  background-image: url('../img/background-head-3-2.png');
  opacity: 0;
}
.content .index-banner .swiper-main .content-wrapper.block3 .bodyer .body-content {
  background-image: url('../img/background-content-3.png');
}
/* block4 */
.content .index-banner .swiper-main .content-wrapper.block4 .header1 {
  background-image: url('../img/background-head-4-1.png');
}
.content .index-banner .swiper-main .content-wrapper.block4 .header2 {
  background-image: url('../img/background-head-4-2.png');
  opacity: 0;
}
.content .index-banner .swiper-main .content-wrapper.block4 .bodyer .body-content {
  background-image: url('../img/background-content-4.png');
}
/* active */
.content .index-banner .swiper-main .content-wrapper.active{
}
.content .index-banner .swiper-main .content-wrapper.active .header1 {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content .index-banner .swiper-main .content-wrapper.active .header2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content .index-banner .swiper-main .content-wrapper.active .bodyer .btn-light{
  background-image: url('../img/background-btn-light-active.png');

}
.content .index-banner .swiper-main .content-wrapper.active .bodyer .btn-light .banner-wave{
  display: none;
}
.content .index-banner .swiper-main .content-wrapper.active .bodyer .btn-light .btn-light-wrapper{
  box-shadow: 0px 0px 24px 0px rgba(58, 58, 58, 0.73);
}
.content .index-banner .swiper-main .content-wrapper.active .bodyer .btn-light .btn-light-text{
  border: solid 1px #a7a7a7;
  color: #888888;
  font-size: 0.75rem;
}
.content .index-banner .swiper-main .content-wrapper.active .bodyer .btn-light .btn-light-text::before{
  content: "已点亮"
}
/* block4 */
.content .index-banner .swiper-main .content-wrapper.block4.next .bodyer .btn-light {
  background: none;
  width: 100%;
}
.content .index-banner .swiper-main .content-wrapper.block4 .bodyer .btn-light .btn-light-left,
.content .index-banner .swiper-main .content-wrapper.block4 .bodyer .btn-light .btn-light-right {
  display: none;
  width: 8rem;
  height: 2rem;
  line-height: 2rem;
	border-radius: 1rem;
  border: solid 1px #ee0000;
  font-size: 17px;
  color: #ee0000;
  font-weight: bold;
}
.content .index-banner .swiper-main .content-wrapper.block4.next .bodyer .btn-light .btn-light-left,
.content .index-banner .swiper-main .content-wrapper.block4.next .bodyer .btn-light .btn-light-right {
  display: inline-block;
}
.content .index-banner .swiper-main .content-wrapper.block4.next .bodyer .btn-light .btn-light-wrapper{
  display: none;
}

/* message */
.content .index-message {
  height: 100%;
  background-color: #f5f5f5;
  min-width: 350px;
  max-width: 18.75rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  display: none;

}
.content .index-message .message-header-wrapper{
  background-image: url('../img/message-head.png');
  background-repeat: no-repeat;
  background-size: contain; 
  height: 14.8rem;
  width: 100%;
}
.content .index-message .message-header-wrapper .message-header{
  
}
.content .index-message .message-bodyer-wrapper{
  flex: 1;
  background-image: url('../img/message-body.png');
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: bottom;
}
.content .index-message .message-footer{
  background-image: url('../img/message-footer.png');
  background-repeat: no-repeat;
  background-size: contain; 
  width: 100%;
  height: 2.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: bottom;
}
.content .index-message .message-footer-custom{
  width: 100%;
  position: absolute;
  bottom: 0;
}
.content .index-message .message-footer-custom::before{
  background-image: url('../img/message-footer-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: " ";
  height: 55.5px;
  width: 70px;
}
.content .index-message .message-footer-custom::after{
  background-image: url('../img/message-footer-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: " ";
  height: 35.5px;
  width: 305px;

}
.content .index-message .message-bodyer-wrapper .message-bodyer{
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-rank{
  width: 17rem;
	height: 5rem;
	background-color: #ffffff;
  border-radius: 1rem;
  margin: auto;
  padding: 1rem;
  text-align: center;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-rank .message-rank-block{
  display: inline-block;
  margin: 0 20px;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-rank .message-rank-block .message-rank-count{
  font-size: 25px;
  color: #222222;
  font-weight: bold
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-rank .message-rank-block .message-rank-count.red{
  color: #ee0000;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-rank .message-rank-block .message-rank-text{
  margin-top: 10px; 
  font-size: 14px;
  color: #666666;
  font-weight: bold
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-rank .message-rank-split{
  display: inline-block;
  height: 2rem;
  border-left: 1px solid #d5d5d5;
  margin: 0 20px;
  vertical-align: top;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-content{
  width: 17rem;
	height: 17rem;
	background-color: #ffffff;
	border-radius: 1rem;
  margin: 0.25rem auto 0;
  padding: 20px;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-content .message-content-title{
  margin-top: 10px;
	font-size: 18px;
  color: #232323;
  font-weight: bold;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-content .message-content-edit{
  margin-top: 15px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-content .message-content-edit textarea{
  width: 100%;
  padding: 20px;
  font-size: 14px;
  color: #999999;
  height: 8.9rem;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-content .message-content-submit .message-content-button{
  display: inline-block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #ff3838;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-content .message-content-submit{
  margin-top: 0.5rem;
  text-align: center;
  font-size: 17px;
  color: #ee0000;
  position: relative;
  z-index: 50;
}
.content .index-message .message-bodyer-wrapper .message-bodyer .message-content .message-content-submit .message-content-button.red{
  background-color: #ff3838;
	color: #ffffff;
}


/* map */
.content .index-map {
  height: 100%;
  background-color: #fdfdfd;
  min-width: 350px;
  max-width: 18.75rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  display: none;

}
.content .index-map .map-header-wrapper{
  background-image: url('../img/map-head.png');
  background-repeat: no-repeat;
  background-size: contain; 
  /* height: 19.2rem; */
  width: 100%;
  flex: 1;
  position: relative;
  
}
.content .index-map .map-header-wrapper .map-header{
  background-image: url('../img/map.png');
  background-repeat: no-repeat;
  background-size: contain; 
  width: 300px;
  height: 378px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translate(0, -50%);
}
.content .index-map .map-header-wrapper .map-header .map-prompt-container{
  position: absolute;
  display: none;
}
.content .index-map .map-header-wrapper .map-header .map-prompt{
  background-image: url('../img/map-prompt.png');
  background-repeat: no-repeat;
  background-size: contain; 
  position: absolute;
  /* background-color: #fff; */
  width: 82px;
  height: 55px;
  top: -55px;
  left: 15px;
  padding: 3px 10px;
}
.content .index-map .map-header-wrapper .map-header .map-prompt p{
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .index-map .map-header-wrapper .map-header .map-prompt .map-prompt-title{
  font-size: 15px;
  font-weight: bold;
}
.map-wave {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.map-wave .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fe1800;
}

.map-wave .circle:first-child {
  animation: circle-opacity 2s infinite;
}

.map-wave .circle:nth-child(2) {
  animation: circle-opacity 2s infinite;
  animation-delay: .3s;
}

.map-wave .circle:nth-child(3) {
  animation: circle-opacity 2s infinite;
  animation-delay: .6s;
}

.map-wave .dot {
  border: 1px solid #fe1800;
  display: inline-block;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #fe1800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content .index-map .map-bodyer-wrapper{
  /* flex: 1; */
  position: relative;
}
.content .index-map .map-footer{
  background-image: url('../img/message-footer.png');
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: bottom;
  width: 100%;
  height: 2.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content .index-map .map-bodyer-wrapper .map-bodyer{
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/message-body.png');
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: bottom;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content-wrapper{
  width: 17rem;
  /* padding: 30px 20px 20px; */
  padding: 10px 20px 20px;
  min-height: 8.2rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 70px 13px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  margin: 0 auto 0;
  display: none;
  overflow: hidden;
  /* transition: all .6s; */

}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content-wrapper.up{
  height: 8.2rem;
  min-height: 8.2rem;
  transition: all .6s;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content-wrapper.down{
  height: 28rem;
  min-height: 28rem;
  transition: all .6s;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content-wrapper .map-content-btn{
  background-repeat: no-repeat;
  background-size: contain; 
  /* width: 0.95rem; */
  height: 0.6rem;
  background-position: center; 
  /* position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto; */
  display: none;
  /* z-index: 80; */
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content-wrapper.up .map-content-btn{
  background-image: url('../img/btn-up.png');
  display: block;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content-wrapper.down .map-content-btn{
  background-image: url('../img/btn-down.png');
  display: block;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content-wrapper.up .map-content-container{
  overflow-y: hidden;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content-wrapper.down .map-content-container{
  height: 100%;
  overflow-y: auto;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content{
  margin: 10px 10px 20px;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content .map-content-title{
  font-size: 14px;
	color: #666666;
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content .map-content-subtitle{
  font-size: 11px;
  color: #a1a1a1;
  margin: 5px 0;
}

.content .index-map .map-bodyer-wrapper .map-bodyer .map-content .map-content-message-wrapper{
  min-height: 2rem;
  line-height: 2rem;
  background-color: #f5f5f5;
  padding: 0 10px;
  position: relative;  
  word-wrap:break-word; 
  /* overflow:hidden; */
}
.content .index-map .map-bodyer-wrapper .map-bodyer .map-content .map-content-message-wrapper::before{
  border-width: 6px;
  border-style: solid;
  border-left-width: 0;
  border-color: transparent;
  border-right-color: #f5f5f5;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  left: -6px;
  top: 0.5rem;
}
/* 提示 */
.content .index-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.content .index-dialog .dialog-content-background{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 100;
}

.content .index-dialog .dialog-content-wrapper{
  position: absolute;
  width: 15rem;
	height: 22rem;
	background-color: #ffffff;
  border-radius: 1rem;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.content .index-dialog .dialog-content-wrapper .dialog-header{
  background-image: url('../img/dialog-head.png');
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: top;
  height: 3.75rem;
  margin-top: -45px;
}
.content .index-dialog .dialog-content-wrapper .dialog-content{
  padding: 0 20px;
}
.content .index-dialog .dialog-content-wrapper .dialog-content p.dot::before{
  background-image: url('../img/dialog-dot.png');
  background-repeat: no-repeat;
  background-size: contain; 
  height: 6px;
  width: 6px;
  display: inline-block;
  vertical-align: middle;
  content: " ";
}
.content .index-dialog .dialog-content-wrapper .dialog-content p .indent{
  text-indent: 20px;
}
.content .index-dialog .dialog-content-wrapper .dialog-content p{
  font-size: 13px;
  color: #222222;
}
.content .index-dialog .dialog-content-wrapper .dialog-content p span{
  margin-left: 10px;
  display: inline-block;
  height: 23px;
  line-height: 23px;
}
.content .index-dialog .dialog-content-wrapper .dialog-button {
  width: 9rem;
  height: 2rem;
  line-height: 2rem;
	background-color: #ff3838;
  border-radius: 1rem;
  margin: 15px auto 0;
  text-align: center;
  font-size: 1rem;
	color: #ffffff;
}
.banner img{
    width: 100%;
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes circle-wave {
  from {
    opacity: 1;
    transform: scale(0.5);
  }
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
