@charset "UTF-8";
.f-map-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: #F3F1F2;
  /*æç¤ºæ¡†*/
  /*æœç´¢æ¡†*/
  /*å¯¼èˆªæ */
  /*		.map-pagination-container{
  			position: absolute;
  			right: 30px;
  			top: 50%;
  			transform:translate(0,-53%);
  			z-index: 10;
  			width: 103px;
  			height: 500px;
  		}
  		.map-pagination-list{
  			position: relative;
  			right: -60px;
  			top: 0%;
  		}
  		.map-pagination-list span{
  			position: absolute;
  			display: block;
  			background: #68CFB5;
  			color: #fff;
  			border-radius: 100%;
  			width: 25px;
  			height: 25px;
  			line-height: 25px;
  			text-align: center;
  			font-size: 12px;
  			border: 3px solid #FFFFFF;
  			-webkit-transition:all .3s ease;
  			-moz-transition:all .3s ease;
  			-ms-transition:all .3s ease;
  			transition:all .3s ease;
  			cursor: pointer;
  			z-index: 10;
  		}
  		.map-pagination-list span.search-has{
  			display: block;
  		}
  		.map-pagination-list span.search-none{
  			display: none;
  		}
  		.map-pagination-list span.floor{
  			border: 3px solid #ED5A93;
  			color: #ED5A93;
  			background: #fff;
  			font-size: 12px;
  			font-weight: bold;
  		}
  		.map-pagination-list span.floor:before{
      		content: "";
      		display: block;
      		position: absolute;
      		top: 3px;
      		left: -71px;
      		background: url(../images/icon/pagination-floor.png) no-repeat;
      		background-size: 63px 20px;
      		width: 63px;
      		height: 20px;
      		transform-origin:100% 50%;
      		-webkit-animation: floor ease .3s;
    		}
  		.map-pagination-list span.search{
  			-webkit-animation: 1s pagination linear alternate infinite;
  			-o-animation: 1s pagination linear alternate infinite;
  			animation: 1s pagination linear alternate infinite;
  		}
  		.map-pagination-list:after{
  			content: "";
  			width: 1px;
  			height: 400px;
  			display: block;
  			position: absolute;
  			left: 14px;
  			border-left: 1px #8CBEB2 dashed;
  		}*/
  /*loading*/
}
.f-map-container .content {
  height: 1000px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.f-map-container .mall-02 {
  margin: 0 0 10px 0;
}
.f-map-container .mall-02 img {
  width: auto;
  margin: 0 auto;
}
.f-map-container img {
  display: block;
}
.f-map-container svg, .f-map-container g {
  margin: 0;
  padding: 0;
  display: block;
}
.f-map-container svg {
  opacity: 1;
}
.f-map-container g {
  cursor: pointer;
  stroke-width: 0;
  stroke: #629BF8;
  transition: all .5s ease;
}
.f-map-container g:hover {
  stroke: #629BF8;
  stroke-width: 2;
}
.f-map-container svg polygon, .f-map-container svg path, .f-map-container svg polyline {
  fill: transparent !important;
}
.f-map-container svg image {
  display: none;
}
.f-map-container .map-container {
  width: 830px;
  height: 360px;
  margin: 90px auto 20px auto;
  position: relative;
  z-index: 20;
}
.f-map-container .show-map-box, .f-map-container .show-map-box .img-box, .f-map-container .show-map-box .svg-box, .f-map-container .show-map-box svg {
  width: 100%;
  height: 100%;
}
.f-map-container .show-map-box svg {
  width: 830px;
  height: 360px;
}
.f-map-container .show-map-box {
  /*animation: run .5s;*/
  position: relative;
}
.f-map-container .show-map-box li {
  display: none;
  animation: move .5s;
}
.f-map-container .show-map-box li:nth-child(1) {
  display: block;
}
.f-map-container .show-map-box.hide {
  /*animation: hide .5s;*/
}
.f-map-container .show-map-box .svg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.f-map-container .map-list-floor li, .f-map-container .floor-box {
  position: absolute;
  width: 25px;
  height: 34px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  background: url(../images/icon/floor-icon.png) no-repeat;
  background-size: 25px 34px;
  left: 0;
  right: 0;
  margin: -30px auto 0 auto;
  top: 50%;
  animation: floorrun .3s;
  transform-origin: 50% 100%;
  display: none;
}
.f-map-container .map-list-floor li, .f-map-container .floor-box:nth-child(0) {
  display: block;
}
.f-map-container .map-list-box {
  /*    	position: absolute;
      	right: 20px;
      	top: 270px;
      	width: 138px;
      	z-index: 30;*/
  position: absolute;
  width: 100%;
  z-index: 30;
}
.f-map-container .map-list-box .floor-tip-box {
  /*			display: block;
  			background: #FFF;
  			color: #ef5b92;
  			border-radius: 100%;
  			width: 34px;
  			height: 34px;
  			line-height: 34px;
  			margin: 0 0 0 46px;
  			text-align: center;
  			font-size: 18px;
  			border: 3px solid #EF5B92;
  			transition:all .3s ease;
  			cursor: pointer;
  			z-index: 10;*/
  display: block;
  position: absolute;
  background: #FFF;
  color: #ef5b92;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  left: 830px;
  margin: 0 0 0 75px;
  text-align: center;
  font-size: 18px;
  border: 3px solid #EF5B92;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 10;
}
.f-map-container .map-list-box .floor-tip-box.act {
  animation: floor .5s;
}
.f-map-container .map-list-box li {
  width: 138px;
  height: 34px;
  position: absolute;
  transition: all 1s ease;
}
.f-map-container .map-list-box li .bg-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.f-map-container .map-list-box li .bg-box:after {
  position: absolute;
  top: 0;
  z-index: 5;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/floor-b-n.png) no-repeat;
}
.f-map-container .map-list-box li .bg-box:before {
  position: relative;
  z-index: 10;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/floor-t-sel-n.png) no-repeat;
}
.f-map-container .map-list-box li .bg-box.act:after {
  position: absolute;
  z-index: 5;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/floor-b-y.png) no-repeat;
}
.f-map-container .map-list-box li .bg-box.act:before {
  position: relative;
  z-index: 10;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/floor-t-sel-n.png) no-repeat;
}
.f-map-container .map-list-box li.search {
  /*	 		&:after{
      			content: "";
      			display: block;
      			position: absolute;
      			background: url(../images/icon/map-icon-click.png) no-repeat;
      			background-size: 100%;
      			width: 10px;
      			height: 13px;
      			z-index: 10;
      			top: 4px;
      			left: 66px;
  	 		};*/
}
.f-map-container .map-list-box li.search .bg-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.f-map-container .map-list-box li.search .bg-box:after {
  position: absolute;
  top: 0;
  z-index: 5;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/floor-b-n.png) no-repeat;
}
.f-map-container .map-list-box li.search .bg-box:before {
  position: relative;
  z-index: 10;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/floor-t-sel-y.png) no-repeat;
}
.f-map-container .map-list-box li.search .bg-box.act:after {
  position: absolute;
  z-index: 5;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/floor-b-y.png) no-repeat;
}
.f-map-container .map-list-box li.search .bg-box.act:before {
  position: relative;
  z-index: 10;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/floor-t-sel-c.png) no-repeat;
}
.f-map-container .map-list-box li.act {
  /*animation: move .5s;*/
  z-index: 999;
}
.f-map-container .target-box, .f-map-container .target-box ol > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.f-map-container .target-box ol {
  position: relative;
}
.f-map-container .target-box ol > li {
  display: none;
}
.f-map-container .target-box ol > li:nth-child(1) {
  display: block;
}
.f-map-container .target {
  position: absolute;
  /*display: none;*/
  cursor: pointer;
  animation: run2 2s infinite .6s;
}
.f-map-container .target.click {
  display: none;
}
.f-map-container .target:after {
  width: 8px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -2px;
  left: 2px;
  content: "";
  z-index: 5;
  animation: run-shadow 2s infinite .6s;
}
.f-map-container .target:before {
  background: url(../images/icon/map-icon.png) no-repeat 50% 100%;
  content: "";
  display: block;
  /*		width: 25px;
  		height: 31px;*/
  animation: run .3s;
  transform-origin: 50% 100%;
  width: 12px;
  height: 15px;
  background-size: 12px;
  position: relative;
  z-index: 10;
}
.f-map-container .target.click:before {
  background: url(../images/icon/map-icon-click.png) no-repeat 50% 100%;
}
.f-map-container .target .mes {
  display: none;
}
.f-map-container .tip-box {
  /*		width: 330px;
  		height: 200px;
  		height: auto;
  		position: absolute;
  		margin: -226px 0 0 -9px;
  		display: none;
  		cursor: auto;*/
  display: none;
}
.f-map-container .target.click .tip-box {
  /*margin: -214px 0 0 -7px;*/
}
.f-map-container .tip-top {
  background: #509AAF;
}
.f-map-container .tip-title {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  float: left;
}
.f-map-container .tip-title a {
  color: #fff;
}
.f-map-container .tip-close {
  width: 30px;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  float: right;
  cursor: pointer;
}
.f-map-container .tip-sign {
  float: left;
}
.f-map-container .tip-sign a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 6px 2px 0 0;
}
.f-map-container .tip-sign a.tip-sign-shop {
  background: url(../images/icon/sign.png) no-repeat;
  background-position: 0 0;
}
.f-map-container .tip-sign a.tip-sign-sell {
  background: url(../images/icon/sign.png) no-repeat;
  background-position: -25px 0;
}
.f-map-container .tip-sign a.tip-sign-vip {
  background: url(../images/icon/sign.png) no-repeat;
  background-position: 0px 0;
}
.f-map-container .txt-box {
  height: 49px;
  padding: 10px 10px 0 10px;
  font-size: 12px;
  text-indent: 2em;
  color: #646464;
  background: #fff;
  overflow: hidden;
  cursor: auto;
}
.f-map-container .tip-box:after {
  /*		background: url(../images/icon/iw_tail.png) no-repeat;
  		width: 24px;
  		height: 12px;
  		content: "";.f-map-container .swiper-button-next
  		display: block;
  		position: absolute;
  		left: 20px;*/
}
.f-map-container .swiper-container {
  width: 310px;
  background: #fff;
  /*padding: 15px 10px;*/
  position: relative;
}
.f-map-container .swiper-container .swiper-slide {
  width: 90px !important;
  height: 65px;
  text-align: center;
  overflow: hidden;
}
.f-map-container .swiper-container .swiper-slide img {
  display: block;
  width: 90px;
}
.f-map-container .swiper-button-next, .f-map-container .swiper-button-prev {
  right: 0px;
  left: auto;
  width: 20px;
  height: 33px;
  margin-top: 0;
  top: auto;
}
.f-map-container .swiper-button-next {
  top: 0px;
  background: url(../images/icon/icon_button_next.png) no-repeat 50%, #509AAF;
  background-size: 8px;
}
.f-map-container .swiper-button-prev {
  bottom: 0px;
  background: url(../images/icon/icon_button_prev.png) no-repeat 50%, #509AAF;
  background-size: 8px;
}
.f-map-container .tip-box {
  /*		-webkit-transform-origin: 5% 110%;
  		   -moz-transform-origin: 5% 110%;
  		    -ms-transform-origin: 5% 110%;
  		     -o-transform-origin: 5% 110%;
  		        transform-origin: 5% 110%;
  		-webkit-animation: tipbox 1s linear forwards ;
  		   -moz-animation: tipbox 1s linear forwards ;
  		     -o-animation: tipbox 1s linear forwards ;
  		        animation: tipbox 1s linear forwards ;*/
}
.f-map-container .map-nav-container ::-webkit-scrollbar-thumb {
  background-color: #6ACDB5;
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  /*-webkit-border-radius:4px;  */
  border: 2px solid #fff;
}
.f-map-container .map-nav-container ::-webkit-scrollbar-thumb:hover {
  background-color: #6ACDB5;
  height: 50px;
  -webkit-border-radius: 4px;
}
.f-map-container .map-nav-container ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.f-map-container .map-nav-container ::-webkit-scrollbar-track-piece {
  background-color: #F7F7F7;
  -webkit-border-radius: 0;
}
.f-map-container .map-nav-container {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -43%);
  width: 103px;
  z-index: 30;
}
.f-map-container .nav-tail {
  background: url(../images/icon/icon-nav-tail.png) no-repeat 0 0;
  background-size: 103px 15px;
  width: 103px;
  height: 15px;
}
.f-map-container .nav-header {
  background: #73BBD0;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.f-map-container .nav-header img {
  display: block;
  margin: 0 auto;
  padding: 2px 0;
}
.f-map-container .nav-section {
  padding: 10px 5px 10px 0;
  border: 1px solid #73BBD0;
  border-top: none;
  border-bottom: none;
  background: #fff;
}
.f-map-container .nav-section div {
  color: #73bbd0;
  background: #fff;
  max-height: 350px;
  /*463px*/
  overflow-y: auto;
  overflow-x: hidden;
}
.f-map-container .nav-section li {
  position: relative;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.f-map-container .nav-section li:hover:after {
  content: '';
  border: 7px solid #73BBD0;
  width: 0;
  height: 0;
  display: block;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -15px;
  top: 8px;
}
.f-map-container .nav-section li:hover {
  background: #73BBD0;
  color: #fff;
}
.f-map-container .nav-section li.act {
  background: #73BBD0;
  color: #fff;
}
.f-map-container .nav-section.load:before {
  content: "";
  display: block;
  position: absolute;
  left: -42px;
  top: -43px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-indent: -9999em;
  border-top: 3px solid #E91E63;
  border-right: 3px solid #FF5722;
  border-bottom: 3px solid #2196F3;
  border-left: 3px solid #FFC107;
  -webkit-animation: load8 .4s infinite linear;
  animation: load8 .4s infinite linear;
  width: 12px;
  height: 12px;
}
.f-map-container .nav-section li.sell {
  color: #ea5d9c;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
}
.f-map-container .nav-section li.sell.act {
  color: #fff;
}
.f-map-container .nav-section li.sell:hover:after {
  top: 16px;
}
.f-map-container .nav-section li.sell:before {
  background: url(../images/icon/icon-nav-hotsell.png) no-repeat;
  background-size: 15px 5px;
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  position: absolute;
  top: 10px;
  right: 6px;
}
.f-map-container .nav-footer {
  padding-bottom: 30px;
  background: #6acdb5;
}
.f-map-container .nav-footer li {
  background-size: 20px 20px;
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}
.f-map-container .nav-footer li:nth-child(1) {
  background: url(../images/icon/icon-nav-01.png) no-repeat 17px 50% #6acdb5;
  text-indent: 43px;
}
.f-map-container .nav-footer li:nth-child(2) {
  background: url(../images/icon/icon-nav-02.png) no-repeat 21px 50% #6acdb5;
  text-indent: 50px;
}
.f-map-container .nav-footer li:nth-child(3) {
  background: url(../images/icon/icon-nav-03.png) no-repeat 21px 50% #6acdb5;
  text-indent: 50px;
}
.f-map-container .nav-footer li:nth-child(4) {
  background: url(../images/icon/icon-nav-04.png) no-repeat 17px 50% #6acdb5;
  text-indent: 43px;
}
.f-map-container .nav-footer li:nth-child(5) {
  background: url(../images/icon/icon-nav-05.png) no-repeat 21px 50% #6acdb5;
  text-indent: 43px;
}
.f-map-container .nav-footer li:nth-child(6) {
  background: url(../images/icon/icon-nav-06.png) no-repeat 19px 50% #6acdb5;
  text-indent: 46px;
}
.f-map-container .nav-footer li:nth-child(7) {
  background: url(../images/icon/icon-nav-07.png) no-repeat 21px 50% #6acdb5;
  text-indent: 43px;
}
.f-map-container .nav-section, .f-map-container .nav-footer {
  cursor: pointer;
}
.f-map-container .search-box {
  position: relative;
  font-size: 0px;
  z-index: 0;
  margin: 0 auto;
  width: 480px;
}
.f-map-container .search-box span {
  height: 44px;
  display: inline-block;
  border: 1px solid;
  border-color: #ACACAC;
  font-size: 16px;
  vertical-align: middle;
}
.f-map-container .search-box span:nth-child(1) {
  border-right: none;
  width: 418px;
  border-radius: 5px 0px 0px 5px;
  background: #fff;
}
.f-map-container .search-box span:nth-child(2) {
  width: 60px;
  border-left: none;
  background: url(../images/icon/icon-search.png) no-repeat 50% 50% #ACACAC;
  background-size: 22px 22px;
  border-radius: 0px 5px 5px 0px;
}
.f-map-container .search-box input {
  outline: none;
  border: none;
  background: none;
  height: 44px;
  width: 100%;
  text-indent: 1.5em;
}
.f-map-container .search-box.focus span {
  border-color: #80B6AD;
}
.f-map-container .search-box.focus span:nth-child(2) {
  background: url(../images/icon/icon-search.png) no-repeat 50% 50% #24A0BF;
}
.f-map-container .search-box.focus.load span:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  left: -42px;
  top: -43px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-indent: -9999em;
  border-top: 3px solid #E91E63;
  border-right: 3px solid #FF5722;
  border-bottom: 3px solid #2196F3;
  border-left: 3px solid #FFC107;
  -webkit-animation: load8 .4s infinite linear;
  animation: load8 .4s infinite linear;
  width: 12px;
  height: 12px;
}
.f-map-container .search-box.focus.load span:nth-child(2):before {
  display: block;
  content: "正在搜索 . . .";
  line-height: 44px;
  color: #ccc;
  font-size: 14px;
  height: 44px;
  width: 418px;
  left: 1px;
  position: absolute;
  text-indent: 1.5em;
  background: #fff;
  border-radius: 5px 0px 0px 5px;
}
@keyframes move {
  0% {
    box-shadow: none;
    opacity: .2;
    transform: rotateX(0deg) rotateZ(0deg);
  }
  80% {
    opacity: .6;
  }
  100% {
    box-shadow: none;
    transform: rotateX(0deg) rotateZ(0deg);
    top: 0px;
    left: 0px;
    width: 830px;
    height: 360px;
    opacity: 1;
  }
}
@keyframes run {
  0% {
    transform: scale(0) rotateX(0deg) rotateZ(0deg) rotateY(0deg);
  }
  50% {
    transform: scale(1.2) rotateX(20deg) rotateZ(15deg) rotateY(0deg);
  }
  75% {
    transform: scale(1.2) rotateX(20deg) rotateZ(-15deg) rotateY(0deg);
  }
  100% {
    transform: scale(1) rotateX(0deg) rotateZ(0deg) rotateY(0deg);
  }
}
@keyframes run2 {
  0% {
    transform: translate(0, 0px);
  }
  /*		50%{
  			transform:translate(0,10px);
  		}*/
  15% {
    transform: translate(0, -3px);
  }
  20% {
    transform: translate(0, 0px);
  }
}
@keyframes run-shadow {
  0% {
    transform: translate(0, 0px) scale(1, 1);
  }
  /*		50%{
  			transform:translate(0,10px);
  		}*/
  15% {
    transform: translate(0, 3px) scale(0.8, 0.8);
  }
  20% {
    transform: translate(0, 0px) scale(1, 1);
  }
}
@keyframes floorrun {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes pagination {
  0% {
    box-shadow: 0 0 0 0 #e4017f;
  }
  20% {
    box-shadow: 0 0 0 5px 2px #e4017f;
  }
  100% {
    box-shadow: 0px 0px 10px 2px #e4017f;
  }
}
@keyframes floor {
  0% {
    transform: rotateY(-180deg);
  }
  80% {
    transform: rotateY(30deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes tipbox {
  0% {
    -webkit-transform: rotate(42deg) scale(0.1, 0.1);
    -moz-transform: rotate(42deg) scale(0.1, 0.1);
    -o-transform: rotate(42deg) scale(0.1, 0.1);
    transform: rotate(42deg) scale(0.1, 0.1);
  }
  20% {
    -webkit-transform: rotate(-10deg) scale(1.1, 1.1);
    -moz-transform: rotate(-10deg) scale(1.1, 1.1);
    -o-transform: rotate(-10deg) scale(1.1, 1.1);
    transform: rotate(-10deg) scale(1.1, 1.1);
  }
  30% {
    -webkit-transform: rotate(5deg) scale(1.05, 1.05);
    -moz-transform: rotate(5deg) scale(1.05, 1.05);
    -o-transform: rotate(5deg) scale(1.05, 1.05);
    transform: rotate(5deg) scale(1.05, 1.05);
  }
  40% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -o-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -o-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
}
.f-map-container .loading-container {
  position: absolute;
  height: 1000px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1000;
  /*display: none;*/
}
.f-map-container .loading-container.loading-over {
  animation: loading-over 1s linear forwards;
}
.f-map-container .loading {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6.250em;
  height: 6.250em;
  -webkit-animation: rotate 2.4s linear infinite;
  -moz-animation: rotate 2.4s linear infinite;
  -o-animation: rotate 2.4s linear infinite;
  animation: rotate 2.4s linear infinite;
}
.f-map-container .loading .white {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  opacity: 0;
  -webkit-animation: flash 2.4s linear infinite;
  -moz-animation: flash 2.4s linear infinite;
  -o-animation: flash 2.4s linear infinite;
  animation: flash 2.4s linear infinite;
}
.f-map-container .loading .dot {
  position: absolute;
  margin: auto;
  width: 2.4em;
  height: 2.4em;
  border-radius: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.f-map-container .loading .dot:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  background: #FF4444;
  -webkit-animation: dotsY 2.4s linear infinite;
  -moz-animation: dotsY 2.4s linear infinite;
  -o-animation: dotsY 2.4s linear infinite;
  animation: dotsY 2.4s linear infinite;
}
.f-map-container .loading .dot:nth-child(3) {
  left: 0;
  right: 0;
  top: 0;
  background: #FFBB33;
  -webkit-animation: dotsX 2.4s linear infinite;
  -moz-animation: dotsX 2.4s linear infinite;
  -o-animation: dotsX 2.4s linear infinite;
  animation: dotsX 2.4s linear infinite;
}
.f-map-container .loading .dot:nth-child(4) {
  top: 0;
  bottom: 0;
  right: 0;
  background: #99CC00;
  -webkit-animation: dotsY 2.4s linear infinite;
  -moz-animation: dotsY 2.4s linear infinite;
  -o-animation: dotsY 2.4s linear infinite;
  animation: dotsY 2.4s linear infinite;
}
.f-map-container .loading .dot:nth-child(5) {
  left: 0;
  right: 0;
  bottom: 0;
  background: #33B5E5;
  -webkit-animation: dotsX 2.4s linear infinite;
  -moz-animation: dotsX 2.4s linear infinite;
  -o-animation: dotsX 2.4s linear infinite;
  animation: dotsX 2.4s linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  10% {
    width: 6.250em;
    height: 6.250em;
  }
  66% {
    width: 2.4em;
    height: 2.4em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    width: 6.250em;
    height: 6.250em;
  }
}
@keyframes dotsY {
  66% {
    opacity: .1;
    width: 2.4em;
  }
  77% {
    opacity: 1;
    width: 0;
  }
}
@keyframes dotsX {
  66% {
    opacity: .1;
    height: 2.4em;
  }
  77% {
    opacity: 1;
    height: 0;
  }
}
@keyframes flash {
  33% {
    opacity: 0;
    border-radius: 0%;
  }
  55% {
    opacity: .6;
    border-radius: 100%;
  }
  66% {
    opacity: 0;
  }
}
@keyframes loading-over {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes hover {
  0% {
    transform: scale(1) rotateX(27deg) rotateZ(-6deg);
  }
  100% {
    transform: scale(1.1) rotateX(0deg) rotateZ(0deg);
  }
}
@keyframes noda-tip {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.f-map-container .no-data {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.f-map-container .no-data.show {
  visibility: visible;
  opacity: 1;
}
.f-map-container .no-data-tip {
  width: 350px;
  height: 200px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin: -100px 0 0 -175px;
  transition: all ease .5s;
}
.f-map-container .no-data.show .no-data-tip {
  top: 50%;
}
.f-map-container .no-data-tip-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #ccc;
  font-size: 20px;
  transition: all .3s ease;
}
.f-map-container .no-data-tip-close:hover {
  color: #EF5B92;
}
.f-map-container .no-data-tip-txt {
  text-align: center;
  line-height: 200px;
  font-size: 22px;
  color: #73bbd0;
}

/*定位到地图*/
.scroll-target {
  background: url(../images/icon/scroll-target-n.jpg) no-repeat;
  position: fixed;
  right: 0;
  width: 44px;
  height: 188px;
  margin: -94px 0 0 0;
  top: 50%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}
.scroll-target #t1 {
  display: block;
  width: 100%;
  height: 100%;
}

.scroll-target.show {
  visibility: visible;
  opacity: 1;
}

/*zoom*/
.zoom {
  border-radius: 5%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  background: white;
  position: absolute;
  display: none;
  z-index: 1000;
  font-size: 12px;
  color: #646464;
  padding: 10px 10px;
  min-width: 130px;
  min-height: 65px;
}
.zoom .t1 {
  font-size: 10px;
}
.zoom .t2 {
  line-height: 20px;
  height: 20px;
  color: #ea5d9c;
  text-indent: 3em;
}

/*信息框*/
.mes-box {
  width: 1000px;
  margin: 0 auto 0 200px;
}
.mes-box .mes-box-type-box, .mes-box .mes-box-shoplist-box, .mes-box .mes-box-shopmes-box {
  position: relative;
  height: 300px;
}
.mes-box .mes-box-type-box::-webkit-scrollbar-thumb, .mes-box .mes-box-shoplist-box::-webkit-scrollbar-thumb, .mes-box .mes-box-shopmes-box::-webkit-scrollbar-thumb {
  background-color: #6ACDB5;
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  /*-webkit-border-radius:4px;  */
  border: 2px solid #fff;
}
.mes-box .mes-box-type-box::-webkit-scrollbar-thumb:hover, .mes-box .mes-box-shoplist-box::-webkit-scrollbar-thumb:hover, .mes-box .mes-box-shopmes-box::-webkit-scrollbar-thumb:hover {
  background-color: #6ACDB5;
  height: 50px;
  -webkit-border-radius: 4px;
}
.mes-box .mes-box-type-box::-webkit-scrollbar, .mes-box .mes-box-shoplist-box::-webkit-scrollbar, .mes-box .mes-box-shopmes-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.mes-box .mes-box-type-box::-webkit-scrollbar-track-piece, .mes-box .mes-box-shoplist-box::-webkit-scrollbar-track-piece, .mes-box .mes-box-shopmes-box::-webkit-scrollbar-track-piece {
  background-color: #F7F7F7;
  -webkit-border-radius: 0;
}
.mes-box .mes-box-type-box {
  width: 210px;
  color: #888686;
  overflow-y: auto;
}
.mes-box .mes-box-type-box li {
  width: 148px;
  height: 42px;
  line-height: 42px;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.mes-box .mes-box-type-box li:after {
  content: "";
  display: block;
  position: absolute;
  right: -14px;
  top: 14px;
  width: 0;
}
.mes-box .mes-box-type-box li.s1 {
  background: transparent;
  color: #73BBD0;
  border: 1px solid #73BBD0;
}
.mes-box .mes-box-type-box li.s1.act {
  background: #73BBD0;
  color: #fff;
}
.mes-box .mes-box-type-box li.s1.act:after {
  border: 7px solid #73BBD0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.mes-box .mes-box-type-box li.s2 {
  background: transparent;
  color: #EF5B92;
  border: 1px solid #EF5B92;
}
.mes-box .mes-box-type-box li.s2.act {
  background: #EF5B92;
  color: #fff;
}
.mes-box .mes-box-type-box li.s2.act:after {
  border: 7px solid #EF5B92;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.mes-box .mes-box-type-box li.s3 {
  background: transparent;
  color: #6ACDB5;
  border: 1px solid #6ACDB5;
}
.mes-box .mes-box-type-box li.s3.act {
  background: #6ACDB5;
  color: #fff;
}
.mes-box .mes-box-type-box li.s3.act:after {
  border: 7px solid #6ACDB5;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.mes-box .mes-box-shoplist-box {
  width: 390px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-bottom: none;
  border-top: none;
  padding: 0 25px;
  color: #888686;
  overflow-y: auto;
  overflow-x: hidden;
}
.mes-box .mes-box-shoplist-box li {
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  cursor: pointer;
}
.mes-box .mes-box-shoplist-box b, .mes-box .mes-box-shoplist-box i, .mes-box .mes-box-shoplist-box s {
  display: block;
  float: left;
  overflow: hidden;
  /*自动隐藏文字*/
  text-overflow: ellipsis;
  /*文字隐藏后添加省略号*/
  white-space: nowrap;
  /*强制不换行*/
}
.mes-box .mes-box-shoplist-box b {
  width: 120px;
}
.mes-box .mes-box-shoplist-box i {
  width: 60px;
}
.mes-box .mes-box-shoplist-box li:nth-child(odd) i {
  color: #e2a753;
}
.mes-box .mes-box-shoplist-box li:nth-child(even) i {
  color: #6be6e9;
}
.mes-box .mes-box-shoplist-box li:hover b, .mes-box .mes-box-shoplist-box li:hover i, .mes-box .mes-box-shoplist-box li:hover s {
  color: #ea5d9c;
}
.mes-box .mes-box-shoplist-box li.act {
  color: #629BF8;
  font-weight: bold;
}
.mes-box .mes-box-shoplist-box li.act b, .mes-box .mes-box-shoplist-box li.act i, .mes-box .mes-box-shoplist-box li.act s {
  color: #629BF8;
}
.mes-box .mes-box-shoplist-box s {
  width: 140px;
  text-align: right;
  text-decoration: none;
}
.mes-box .mes-box-shopmes-box {
  width: 400px;
}
.mes-box .tip-box {
  display: block;
}
.mes-box .tip-top, .mes-box .tip-box {
  width: 100%;
}
.mes-box .tip-top {
  background: none;
}
.mes-box .tip-top .tip-title a {
  color: #ea5d9c;
  font-size: 24px;
}
.mes-box .txt-box {
  font-size: 16px;
  color: #646464;
  line-height: 22px;
  height: 180px;
  background: #F3F1F2;
}
.mes-box .swiper-container {
  background: #F3F1F2;
}

/*loading*/
.f-map-container .mes-load {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background: #F3F1F2;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #73BBD0;
}
.f-map-container .mes-load.mes-no-data .mes-nodata {
  display: block;
}
.f-map-container .mes-load.mes-no-data .mes-loader, .f-map-container .mes-load.mes-no-data .mes-txt {
  display: none;
}
.f-map-container .mes-load .mes-nodata {
  display: none;
}
.f-map-container .mes-load .mes-loader {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-indent: -9999em;
  border-top: 5px solid rgba(115, 187, 208, 0.2);
  border-right: 5px solid rgba(115, 187, 208, 0.2);
  border-bottom: 5px solid rgba(115, 187, 208, 0.2);
  border-left: 5px solid #73BBD0;
  animation: load8 .8s infinite linear;
}
.f-map-container .mes-load .mes-loader,
.f-map-container .mes-load .mes-loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.f-map-container.phone-type {
  overflow-x: auto;
}
.f-map-container.phone-type .map-list-box li .bg-box {
  /*		display: none;*/
}
.f-map-container.phone-type .map-nav-container {
  display: none;
}
