
html{
    font-size: 100px;
    background-color: #efefef;
    padding: 0;
    margin: 0;
}
body{
    margin: 0;
    padding: 0;
    background-color: rgb(245,245,246)
}
.text{
  color:rgb(49,149,234);
  color:rgb(52,151,236);
  color:rgb(84,173,241);
  color:rgb(107,188,244);
  color:rgb(135,205,249);
  color:rgb(159,222,253);
  /* 底部 */
  color:rgb(40,123,207);
  color:rgb(42,132,223);
  color:rgb(66,148,231);
  /* 按钮 */
  color: rgb(50,150,236);
}
.color_b{
  color: #3572ce;
}
.blue-color{
  color: rgb(50,150,236);;
}
a{
    color: #333;
}
a:active, a:hover {
    outline: 0;
  }
  a, a:visited{
      text-decoration:none;
  }
ol,ul{
	list-style:none;
  padding: 0;
  margin: 0;
}
button{
    border: none;
    margin: 0;
    padding: 0;
    outline:none;
    background-color:rgba(0, 0, 0, 0);
}
input,textarea{
    border: none;
    /* 获取焦点时取消边框 */
    outline:none;
}
/* placeholder样式设置 */
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 0;
}
/* 向右箭头 */
.right::before {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	height: 5px;
	width: 5px;
	border-width: 0 0 0.02rem 0.02rem;
	border-color: #999;
	border-style: solid;
	position: relative;
	top: 0;
}
/* 向左箭头 */
.left::before {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 0.12rem;
	width: 0.12rem;
	border-width: 0 0 0.02rem 0.02rem;
	border-color: #666;
	border-style: solid;
	position: relative;
	top: 0;
}
/* 向左箭头 */
.down::before {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 0.12rem;
	width: 0.12rem;
	border-width: 0 0 0.02rem 0.02rem;
	border-color: #666;
	border-style: solid;
	position: relative;
	top: 0;
}
.top::before {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	height: 0.12rem;
	width: 0.12rem;
	border-width: 0 0 0.02rem 0.02rem;
	border-color: #666;
	border-style: solid;
	position: relative;
	top: 0;
}
/* 返回箭头  start*/
.back-main{
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  bottom: 2rem;
  right: 0.2rem;
  z-index: 1006;
}
.back-main .back-btn::before {
content: " ";
display: inline-block;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
height: 0.1rem;
width: 0.1rem;
border-width: 0 0 0.03rem 0.03rem;
border-color: white;
border-style: solid;
position: absolute;
top: 0.16rem;
  left: 0.18rem;
}
/* 返回箭头 end*/
/* 右侧公共返回模态框 start */
.common-aside-model{
  background-color: rgba(0,0,0,0.6);
  border-radius: 0.05rem;
  position: fixed;
  bottom: 25%;
  right: 0.1rem;
  padding: 0 0.01rem;
  font-size: 0.15rem;
  color: white;
  z-index: 1007;
}
.common-aside-model .aside-item{
  border-bottom: 1px solid #eee;
  padding: 0.08rem 0.08rem;
}
.common-aside-model .aside-item:last-of-type{
  border-bottom: none;
}
.common-aside-model .aside-img{
  width: 0.3rem;
  height: 0.3rem;
  margin-bottom: 0.02rem;
}
.common-aside-model .back-box {
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  border: 0.02rem solid white;
  border-radius: 50%;
  box-sizing: border-box;
}
.common-aside-model .back-box .back-btn::before {
  content: " ";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.1rem;
  width: 0.1rem;
  border-width: 0 0 0.03rem 0.03rem;
  border-color: white;
  border-style: solid;
  position: absolute;
  top: 0.08rem;
  left: 0.09rem;
}
/* 右侧公共返回模态框 end */
/* 提交 */
.submit {
	position: fixed;
	left: 10%;
	bottom: 0.5rem;
	width: 80%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.16rem;
	font-weight: bold;
	border-radius: 0.25rem;
	background-color: #5FB471 !important;
	text-align: center;
	z-index:105;
	color: white;
}
/* 空数据 */
.empty-box{
	font-size: 18px;
	color: #777;
	padding-top: 200px;
  width: 100%;
}
.empty-box img{
	width: 100px;
	height: auto;
	margin-bottom: 10px;
}
/* 没有网络 */
.nowifi-box{
	padding-top: 2rem;
	font-size: 0.15rem;
	color: #777;
}
.nowifi-box img{
	width: 0.5rem;
	height: auto;
	margin-bottom: 0.1rem;
}
/* 加载中 */
.load-box{
	padding-top: 2rem;
	font-size: 0.15rem;
	color: #777;
}
.load-box img{
	width: 1.5rem;
	height: auto;
	margin-bottom: 0.1rem;
}
/* 提示模态框 */
.tips-model{
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  display: none;
}
.tips-model-main{
    height: 100%;
    width: 100%;
}
.tips-model .tips-content{
    height: 100%;
    width: 100%;
}
.tips-model .tips-msg{
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 10px;
}
/* 放大图片 start*/
.big-img-model{
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1006;
    display: none;
}
.big-img-model .model-content{
    height: 100%;
    width: 100%;
}
.big-img-model .model-content .big-img{
	width: 100%;
	height: auto;
}
/* 放大图片 end */
/*flex*/
.flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .flex-col {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  /* 宽度随屏幕改变变化 */
  .flex-1 {
    flex: 1;
    -webkit-flex: 1;
  }
  /* 垂直水平居中 */
  .flex-center {
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
  /* 两边 */
  .flex-bewteen{justify-content: space-between; -webkit-justify-content: space-between;}
  /* 垂直居中 */
  .flex-ver {align-items: center;-webkit-align-items: center;}
  .flex-jer {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex_right{
    justify-content: right;
    -webkit-justify-content: right;
  }
  
  .flex-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex-end1 {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .flex-jend {
    justify-content: flex-end;
    float: right;
    -webkit-justify-content: flex-end;
  }
  
  /* flex 换行 */
  .flex-wrap {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  
  .flex-col-ver {
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .flex-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  
  /* flex 容器（设置为flex）内子元素向两边顶齐平分 */
  
  .flex-jcsb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  
  /* 容器（设置为flex）内子元素靠最后对齐（水平时比较像右浮动） */
  
  .flex-jcfe {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  
  /* 容器（设置为flex）内子元素靠最前对齐（水平时比较像左浮动） */
  
  .flex-jcfs {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  
  /* 容器（设置为flex）内子元素等高 */
  .flex-ais {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  /* 容器（设置为flex）内子元素置底 */
  .flex-aife {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }

  /* 右侧栏 start */
/* 功能栏 start */
.side-box{
  display: inline-block;
  /* width: 0.65rem; */
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  padding: 0.02rem;
  box-sizing: border-box;
  position: fixed;
  right: 0.1rem;
  top: 0.6rem;
  z-index: 100;
  background-color: white;
  box-shadow: 0 0 0.05rem 0 black;
}
.side-box .side-item{
  font-size: 0.1rem;
  text-align: center;
  border-bottom: 1px solid #bbb;
  margin: 0.05rem 0;
  color: #666;
  
}
.side-box .side-item:last-of-type{
  border-bottom: none;
}
.side-box .side-icon{
  width: 0.4rem;
  height: 0.4rem;
}
/* 功能栏 end */
/* 地块租赁 start */
.land-rent-model{
}
.land-rent-model .model-content{
  height: 100%;
  box-sizing: border-box;
}
.land-rent-model .model-content .nav-model{
  box-sizing: border-box;
  height: 20%;
}
.land-rent-model .model-content .nav-model .nav-item{
  width: 50%;
  font-size: 0.15rem;
  padding: 0.15rem 0;
  box-sizing: border-box;
}
.land-rent-model .model-content .nav-model .nav-icon{
  width: 0.5rem;
  height: auto;
  margin-bottom: 0.1rem;
}
/* 热门推荐 */
.land-rent-model .hot-show-box{
  box-sizing: border-box;
  height: 80%;
}
.land-rent-model .hot-show-box .hot-title{
  background-color:#e8eaec;
  font-size: 0.16rem;
  font-weight: 600;
  padding: 0 0.12rem;
  box-sizing: border-box;
  height: 5%;
}
.land-rent-model .hot-show-box .hot-list{
  padding: 0.12rem 0;
  height:95%;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 0.75rem;
  box-sizing: border-box;
  
}
.land-rent-model .hot-show-box .hot-item{ 
  padding: 0.12rem;
  box-sizing: border-box;
  font-size: 0.15rem;
}
.land-rent-model .hot-show-box .hot-item a{
  padding: 0.12rem;
  box-sizing: border-box;
  font-size: 0.15rem;
}

/* 地块租赁 end */
/* 保护区 start */
.protect-area-model{
  display: none;
}
.protect-area-model .model-content{
  padding: 0.12rem 0;
}
.protect-area-model .model-item{
  font-size: 0.15rem;
  padding: 0.12rem;
  box-sizing: border-box;
}
/* 保护区 end */
/* 小工具 */
.tool-model{
  display: none;
}
.tool-model .model-content .tool-box{
  padding: 0.12rem 0;
}
.tool-model .model-content .tool-item{
  width: 33.333%;
  box-sizing: border-box;
  font-size: 0.15rem;
}
.tool-model .model-content .tool-icon{
  width: 0.35rem;
  height: auto;
  margin-bottom: 0.07rem;
}
/* 右侧栏 end */


