
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  font-size: 16px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body{
	line-height: 1;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
*{
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	font-size: inherit;
	line-height: inherit;
}
img
{
    border: 0;
    display: inline-block;
}
a{
	text-decoration: none;
	color: #222;
	}
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
input{
	outline: none;
	border: none;
}
button{
	border: none;
	outline: none;
}
b,em,i{
	font-style: normal;
}

/* 鏂扮殑灏卞垹  涓嶄竴瀹氳鐨勪竴浜� */
.hengtiao{
	width: 100%;
	height: 6px;
}
.contentmine .layui-m-layercont{
	padding: 10px;
	text-align: inherit;
}
.topbar{
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	background-color: #F8F8F8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1071;
}
.topbar .left{
	width: 27px;
	height: 27px;
	position: absolute;
	left: 5px;
}
.topbar .left img{
	width: 27px;
	height: 27px;
}
.topbar .title{
	flex: 1;
	text-align: center;
	font-size: 16px;
}
.dianzi{
	width: 100%;
	height: 44px;
}
.mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1070;
}
.mask2,.mask3,.mask4{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1072;
}

.yuanqumask{
	width: 100%;
	height: 75%;
	background-color: #FFFFFF;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1073;
}
.shouhuomask,.xiehuomask{
	width: 100%;
	height: 55%;
	background-color: #FFFFFF;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1073;
}
.masktitle{
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.masktitle img{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 5px;
}
.tiaojian{
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.tiaojian img{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 5px;
}
.rulecon{
	margin: 0 10px;
	height: 80%;
}
.rulecon .rulecontit{
	font-size: 16px;
	margin: 15px 0;
}
.yqitems{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yqitems>div{
	width: 32%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 17px;
	background-color: #F6F6F6;
	font-size: 12px;
	margin-bottom: 5px;
}
.buts{
	display: flex;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 10px;
}
.buts div{
	flex: 1;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.chongzhi{
	background-color: #F8A734;
}
.queding{
	background-color: #F77A28;
}
.maskmode{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1072;
}
.modal{
	width: 85%;
	max-height: 80%;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1073;
	overflow: hidden;
	overflow: auto;
}
.modaltit{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #F8F8F8;
}

.more_item{
	margin: 0 10px 15px;
}
.more_item .sitename{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
		
.wangdian{
	margin-bottom: 5px;
	line-height: 20px;
}
.wangdian p{
	line-height: 20px;
}
.wangdian .zhanwei{
	padding-right: 5px;
}
.yewudhcon{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.contactbox{
	margin-bottom: 10px;
	
}
.contactbox .contactit{
	margin-bottom: 5px;
}
.contactbox .telcontent{
	display: inline-block;
	padding-right: 10px;
	line-height: 20px;					
}
.telcontent img{
	width: 13px;
}
/*搴曢儴*/
.tabbar-bottom-zhanwei{
	width: 100%;
	height: 50px;
}
.tabbar-bottom{
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	display: flex;
	border-top: 1px solid #D5D5D5;
	justify-content: space-around;
	position: fixed;
	bottom: 0;
}
.tabbar-bottom div{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tabbar-bottom div img{
	width: 24px;
	height: 24px;
	margin-top: 5px;
}
.tabbar-bottom div p{
	font-size: 10px;
	margin-top: 3px;
}



.type {
    height: 72%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.areaSelect{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    font-size: 14px;
}
.areaSelect_mark{
    width: 100%;
    height: 78%;
    background: #fff;
    position: absolute;
    z-index: 1000;
    font-size: 14px;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.areaSelect_mark_top, .areaSearch_mark_top {
    padding: 0 16px;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    line-height: 40px;
}
.areaSelect_mark_btn, .areaSearch_mark_btn {
    position: absolute;
    left: 16px;
    color: #808080;
    line-height: 40px;
}
.areaSelect_top_close{
    width:100%;
    height: 22%;
}
.areaSelect_mark_btn_right {
    position: absolute;
    color: #fff;
    right: 16px;
    top: 6px;
    background: #409eff;
    display: inline-block;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 9px;
    border-radius: 15px;
}
.area-input-clear{
    display:none;
}
.area_wrap {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    border-top: 0.01rem solid #f6f6f6;
    position: fixed;
    /*top: 60px;*/
    color: #000;
    opacity: 0.8;
}

.area_wrap .left-container {
    width: 33.33%;
}

.area_wrap .left-container .item {
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.area_wrap .left-container .item.active {
    background: #fa3534;
    color: #fff;
}

.area_wrap .center-container {
    width: 33.33%
}

.area_wrap .center-container .item {
    border-right: 0.01rem solid #dddddd;
    text-align: center;
    height: 50px;
    line-height: 50px;
}


.item.hide {
    display: none;
}

.area_wrap .center-container .item.active {
    background: #fa3534;
    color: #fff;
}

.area_wrap .center-container .item.active .pointer {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background-color: #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    right: -7px;
    top: 19px;
    width: 10px;
    height: 10px;
}

.area_wrap .right-container {
    width: 33.33%;
}

.area_wrap .right-container .item {
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.area_wrap .right-container .item.active {
    background: #fa3534;
    color: #fff;
}

.hot_city {
    position: absolute;
    left: 33.33%;
    height: 72%;
    width: 66.66%;
    background: #fff
}
.hot_city li {
  width: calc(33% - 10px); display: inline-block;border:1px #eaeaea solid; border-radius: 5px;background-color: #fff;
  line-height: 30px;margin: 5px; margin-right: 0; text-align: center;
}
.hot_city .item {
    height: 50px;
    line-height: 50px;
    border-right: 0.5px solid #efefef;
    padding-left: 15px;
}

.hot_city .item.active {
    background: #fff;
    color: #fa3534;
}

.item.active {
    background: #fff;
    color: #fa3534;
}

.areaSearch {
    padding: 0 20px 10px;
	height: 42px;
}
.searchLine{
	border: 1px solid #dcdfe6;
	font-size: 16px;
    color: #303133;
	height: 38px;
	width: calc(100% - 0px);
    flex: 1;
	padding: 0px 11px;
}
.col-1{
	background-color: #fff;
	text-align: left;
	flex-wrap: wrap;
	line-height: 1;
	margin-top: 10px;
	align-items: center;
	padding: 0 30rpx;
}


.items22{
	margin: 0 10rpx;
	height: 60rpx;
	padding-left: 10rpx;
	line-height: 41px;
	font-size: 13px;
	color: #ff0000;
}
.area-search-res {
    width: 100%;
    border-top: 0.01rem solid #f6f6f6;
    background: #fff;
    height: 93%;
    overflow: scroll;
    overflow-x: hidden;
	
}
.area-search-res .item {
	display: flex;
	font-size: 16px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	align-items: center;
	justify-content: space-between;
	border-top: 0.01rem solid #eee;
}
.area-search-res .itemimg{
	height: 15px;
}
				
