.navbar{
	min-height:auto;
	margin:0
}
.navbar-inverse{
	background: none;
	border:none;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	margin:0;
	border:none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	padding: 0 20px;
	text-align: center;
	height:50px;
	line-height:50px;
	background:none;
	color:#EDEDED;
}
.dropdown-menu {
	padding:0
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
	padding: 0 20px;
	text-align: center;
	height:50px;
	line-height:50px;
	background: rgba(0,0,0,0.3);
	color:#EDEDED;
}
.navbar-inverse .navbar-nav>li>a:hover{
	color:#EDEDED;
}
.navbar-inverse .navbar-nav>li>a{
	padding: 0 20px;
	text-align: center;
	height:50px;
	line-height:50px;
	color:#EDEDED;
}
.navbar-inverse .navbar-toggle{
	border:none;
	 background: none;
	margin:0;
	padding: 9px 0;
	margin-right: 15px;
}
.navbar-inverse .navbar-toggle:hover{
	 background: none;
}
.navbar-inverse .navbar-toggle .icon-bar{
	 background: #EDEDED;
}

.container{
	 padding: 15px 0;
	 margin:0;
}
.navigation{
  width: 100%;
  background-image: url(../images/46.png);
  background-size: cover;
}
.demo{
  color: #27C279;
  border: 1px #27C279 solid;
  height: 30px;
  line-height: 30px;
  width: 90px;
  text-align: center;
  border-radius: 6px;
  margin: 0 10px;
  font-weight: 600;
  cursor: pointer;
}
.apply{
  color: #fff;
  background: #27C279;
  height: 30px;
  line-height: 30px;
  width: 90px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.bottom{
  background: #202D3D;
  padding: 7vh 13% 0 13%;
}
.bottoms{
  background: #202D3D;
  padding: 2vh 13% 0 13%;
}
.bottom-log{
  display: flex;
  justify-content : space-around;
  height: 10vh;
  align-items: center;
  width: 100%;
  background: #364250;
  border-radius: 0.5vh;
  margin: 3vh 0;
}
.title{
  width: 50%;
  margin: 0 25%;
  text-align: center;
  margin-bottom: 3vh;
  position: relative;
  font-size: 30px;
  font-weight: 600;
}
.left-img{
   height: 5vh;
   width: 5vh;
   position: absolute;
   top: -2.5vh;
   left: -2.5vh;
}
.right-img{
   height: 5vh;
   width: 5vh;
   position: absolute;
   bottom: -2.5vh;
   right: -2.5vh;
}
.content{
  width: 100%;
  box-shadow: #E1F0E9 5px 5px 15px 5px ;
  margin-top: 10vh;
  display: flex;
  flex-wrap: wrap;
}
.input{
  width: 80%;
  height: 6vh;
  line-height: 6vh;
  border: none;
  outline: none;
  background: #EBF4F9;
  text-indent: 2vh;
  border-radius: 0.5vh;
}
.textarea{
  width: 80%;
  height: 13vh;
  border: none;
  outline: none;
  background: #EBF4F9;
  text-indent: 2vh;
  padding: 2vh;
  border-radius: 0.5vh;
}
.botton{
  color: #fff;
  background: #1ABE70;
  height: 5vh;
  line-height: 5vh;
  padding: 0 5vh;
  border-radius: 1vh;
  cursor: pointer;
}
.map{
   width: 100%;
  background-image: url(../images/47.png);
  height: 40vh;
  background-size: 100% 100%;
  position: relative;
}
.map-content{
  position: absolute;
  width: 25%;
  min-height: 20vh;
  background-image: url(../images/54.png);
  background-size: 100% 100%;
  left:33%;
  top: 10vh;

}
.map-contents{
  position: absolute;
  height: 20vh;
  left:12%;
  top: 6vh;
  width:80%;
}
.map-img{
  position: absolute;
  height: 5.6vh;
  width: 5vh;
  left:32%;
  top: 11.5vh;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.weui-shares {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;cursor: pointer;
  background: rgba(0, 0, 0, 0.75); 
 }
 .dialog-input{
  width: 28%;
  height: 6vh;
  line-height: 6vh;
  border: none;
  outline: none;
  background: #EBF4F9;
  text-indent: 2vh;
  border-radius: 0.5vh;
}
.dialog-textarea{
  width: 80%;
  height: 13vh;
  border: none;
  outline: none;
  background: #EBF4F9;
  text-indent: 2vh;
  padding: 2vh;
  border-radius: 0.5vh;
}
.dialog-button{
  width: 20%;
  margin-left: 40%;
  text-align: center;
  height: 4vh;
  line-height: 4vh;
  cursor: pointer;
  background: #1ABE70;
  color:#fff;
  border-radius: 0.5vh;
  margin-top: 4vh;
}
[v-cloak] {
  display: none;
}
@media (min-width:0px) {
  .bottom{
     display:none;
  }
  .bottoms{
     display: block;
     padding: 2vh 2% 0 2%;
  }
  .width-cols{
     width:20%
  }
  .width-col{
     width:20%
  }
  .flex-col{
     flex-direction:column; 
  }
  .tryout-padding{
    padding:2vh
  }
  .layui-layer{
     width:90% !important;
     height: 52vh !important;
  }
  .layui-layer2-demo{
     width:90% !important;
     height: 99vh !important;
  }
  .content-left{
    width:100%
  }
  .content-right{
    width:100%
  }
  .title{
	  width: 70%;
	  margin: 0 15%;
	}
  .padding-main{
     padding-left:5% !important;
     padding-right:5% !important;
  }
  .padding-mains{
    padding:10vh 5%
  }
  .map-content {
    width:67%
  }
  .map{
    height:27vh
  }
  .demo{
	  width: 90px;
	  margin: 0 5px;
	}
	.apply{
	  width: 90px;
	}
	.navbar-inverse .navbar-nav>li>a{
	  padding: 0 5px;
	}
	.font-navbar {
	  font-size:18px
	}
}
@media (min-width:370px) {
  .bottom{
     display:none;
  }
  .bottoms{
     display: block;
     padding: 2vh 5% 0 5%;
  }
  .width-cols{
     width:21%
  }
  .width-col{
     width:16%
  }
  .flex-col{
     flex-direction:row; 
     justify-content: space-between;
  }
  .tryout-padding{
    padding:2vh
  }
   .layui-layer{
     width:90% !important;
     height: 52vh !important;
  }
  .layui-layer2-demo{
     width:90% !important;
     height: 99vh !important;
  }
  .content-left{
    width:100%
  }
  .content-right{
    width:100%
  }
  .title{
	  width: 64%;
	  margin: 0 18%;
	}
  .padding-main{
     padding-left:8% !important;
     padding-right:8% !important;
  }
  .padding-mains{
    padding:13vh 8%
  }
  .map-content {
    width:67%
  }
  .map{
    height:30vh
  }
  .demo{
	  width: 90px;
	  margin: 0 10px;
	}
	.apply{
	  width: 90px;
	}
	.navbar-inverse .navbar-nav>li>a{
	  padding: 0 5px;
	}
	.font-navbar {
	  font-size:18px
	}
}
@media (min-width:768px) {
  .bottom{
     display:none;
  }
  .bottoms{
     display: block;
     padding: 2vh 13% 0 13%;
  }
  .width-cols{
     width:21%
  }
  .width-col{
     width:16%
  }
  .flex-col{
     flex-direction:row; 
     justify-content: space-between;
  }
  .tryout-padding{
    padding:2vh
  }
  .layui-layer{
     width:90% !important;
     height: 52vh !important;
  }
  .layui-layer2-demo{
     width:90% !important;
     height: 99vh !important;
  }
  .content-left{
    width:100%
  }
  .content-right{
    width:100%
  }
  .title{
	  width: 56%;
	  margin: 0 22%;
	}
	.padding-main{
     padding-left:10% !important;
     padding-right:10% !important;
  }
  .padding-mains{
    padding:20vh 10%
  }
  .map-content {
    width:45%
  }
  .map{
    height:33vh
  }
  .demo{
	  width: 70px;
	  margin: 0 5px;
	}
	.apply{
	  width: 70px;
	}
	.navbar-inverse .navbar-nav>li>a{
	  padding: 0 5px;
	}
	.font-navbar {
	  font-size:12px
	}
}
@media (min-width:992px) {
  .bottom{
     display:none;
  }
  .bottoms{
     display: block;
     padding: 2vh 13% 0 13%;
  }
   .width-cols{
     width:21%
  }
  .width-col{
     width:16%
  }
  .flex-col{
     flex-direction:row; 
     justify-content: space-between;
  }
  .tryout-padding{
    padding:2vh
  }
  .layui-layer{
     width:70% !important;
     height: 52vh !important;
  }
  .layui-layer2-demo{
     width:70% !important;
     height: 99vh !important;
  }
  .content-left{
    width:100%
  }
  .content-right{
    width:100%
  }
  .title{
	  width: 50%;
	  margin: 0 25%;
	}
   .padding-main{
     padding-left:12% !important;
     padding-right:12% !important;
  }
  .padding-mains{
    padding:20vh 12%
  }
  .map-content {
    width:35%
  }
  .map{
    height:37vh
  }
  .demo{
	  width: 90px;
	  margin: 0 10px;
	}
	.apply{
	  width: 90px;
	}
	.navbar-inverse .navbar-nav>li>a{
	  padding: 0 20px;
	}
	.font-navbar {
	  font-size:12px
	}
}
@media (min-width:1200px) {
  .bottom{
     display:block;
  }
  .bottoms{
     display: none;
     padding: 2vh 13% 0 13%;
  }
   .width-cols{
     width:21%
  }
  .width-col{
     width:16%
  }
  .flex-col{
     flex-direction:row; 
     justify-content: space-between;
  }
  .tryout-padding{
    padding:5vh
  }
  .layui-layer{
     width:60% !important;
     height: 62vh !important;
  }
  .layui-layer2-demo{
     width:60% !important;
     height: 99vh !important;
  }
  .content-left{
    width:60%
  }
  .content-right{
    width:40%
  }
  .title{
	 width: 50%;
     margin: 0 25%;
  }
  .padding-main{
     padding-left:13% !important;
     padding-right:13% !important;
  }
  .padding-mains{
    padding:20vh 13%
  }
  .map-content {
    width:25%
  }
  .map{
    height:40vh
  }
  .demo{
	  width: 90px;
	  margin: 0 10px;
	}
	.apply{
	  width: 90px;
	}
	.navbar-inverse .navbar-nav>li>a{
	  padding: 0 20px;
	}
	.font-navbar {
	  font-size:18px
	}
}