* {
	margin: 0;
	padding: 0;
}

button {
	border: none;
	outline: none;
}

html {
	max-width: 750px;
	margin: 0 auto;
}

div,a,button {
	max-width: 750px;
}

a {
	color: #333333;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}




textarea{
	outline: none;
	resize: none;
}



input {
border: none;
	outline: none;
}

/* 复选框样式 */
input[type="checkbox"] {
	-webkit-appearance: none;
	/*清除复选框默认样式*/
	width: 0.69rem;
	height: 0.69rem;
	background-color: #FFFFFF;
	border-radius: 2px;
	border: solid 1px #dddddd;

}

input[type="checkbox"]:checked {
	-webkit-appearance: none;
	/*清除复选框默认样式*/
	background: url(../static/index_img/daoru_xuanzhong.png) no-repeat;
	
	/*复选框的背景图，就是上图*/
	background-size: 100% 100%;
	border: solid 1px #dddddd;
	
}


.daoru_body input[type="checkbox"]{
		width: 1.4375rem;
		height: 1.4375rem;
		background-color: #FFFFFF !important;
		border-color: #E8E8E8 !important;
		border-radius: 100%;
		margin: 0;
}
.daoru_body input[type="checkbox"]:checked{
	width: 1.4375rem;
	height: 1.4375rem;
	 background: url(../static/index_img/daoru_xuanzhong.png) no-repeat;
	 background-size: 100% 100%; 
}
.daoru_body input[type="checkbox"]:checked:before{
	content: none;
}


/* uni-checkbox:not([disabled]) .uni-checkbox-input:hover,uni-radio:not([disabled]) .uni-radio-input:hover{
 	border-color: #E8E8E8 !important;
 	content: none !important;
 } */
.shiming_list input[type="radio"]{
	width: 0.625rem;
	height: 0.625rem;
	background-color: #FFFFFF !important;
	border-color: #E8E8E8 !important;
}
.shiming_list input[type="radio"]:checked{
	width: 0.625rem;
	height: 0.625rem; 
	background: url(../static/index_img/shiming_radio.png) no-repeat;
	background-size: 100% 100%;
}
.uni-picker-container .uni-picker-action.uni-picker-action-confirm{
	color: #00c6c9;
}
	 

.zhanshi_list input[type="radio"],.fangshi_list input[type="radio"]{
	width: 0.9375rem;
	height: 0.9375rem;
	background-color: #FFFFFF !important;
	border-color: #E8E8E8 !important;
}
.zhanshi_list input[type="radio"]:checked{
	width: 0.9375rem;
	height: 0.9375rem; 
	background: url(../static/index_img/yinsi_radio.png) no-repeat;
	background-size: 100% 100%;
	
}
.fangshi_list input[type="radio"]:checked{
	width: 0.9375rem;
	height: 0.9375rem; 
	background: url(../static/index_img/daoru_xuanzhong.png) no-repeat;
	background-size: 100% 100%;
	border: none !important;
}
.xianshi_body input[type="checkbox"]{
		width: 1.125rem;
		height: 1.125rem;
		background-color: #FFFFFF !important;
		border-color: #E8E8E8 !important;
		border-radius: 100%;
		margin: 0;
}
.xianshi_body input[type="checkbox"]:checked{
	width: 1.125rem;
	height: 1.125rem;
	 background: url(../static/index_img/daoru_xuanzhong.png) no-repeat;
	 background-size: 100% 100%; 
}
.xieyi input[type="checkbox"]{
		width: 0.6875rem;
		height: 0.6875rem;
		background-color: #FFFFFF !important;
		margin: 0;
}
.xieyi input[type="checkbox"]:checked{
	width: 0.6875rem;
	height: 0.6875rem;
	 background:url(../static/index_img/xieyi_ch_bg.png) no-repeat;
	 background-size: 100% 100%; 
}

.pay_fs_list input[type="radio"]:checked{
	width: 0.9375rem;
	height: 0.9375rem; 
	background: url(../static/qy_img/pay_fs_radio.png) no-repeat;
	background-size: 100% 100%;
	border: none !important;
}
.pay_fs_list input[type="radio"]{
	width: 0.9375rem;
	height: 0.9375rem; 
	background-color: #FFFFFF;
	background-size: 100% 100%;
	
}








	input,textarea{
		-webkit-user-select: auto!important;
		 -khtml-user-select: auto!important;
		 -moz-user-select: auto!important;
		 -ms-user-select: auto!important;
		 -o-user-select: auto!important;
		 user-select: auto!important;
	}



/*每个页面公共css */
.head {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0px 0.9375rem;
	height: 3.125rem;
	background-color: #ffffff;
	z-index: 99;
	box-sizing: border-box;
	align-items: center;
}

.head_back,
.head_center,
.head_right {
	width: 33%;
}
.head_center {
	text-align: center;
}
.head_right {
	text-align: right;
}
.head_back img {
	width: 0.6875rem;
	height: 1.3125rem;
}
view,
page,
div,
navigator
{
	max-width: 750px;
}

page,
.uni-tabbar {
	margin: 0 auto;
}
.uni-tabbar__icon {
	height: 20px !important;
	width: 20px !important;
}
/* ************** */


.zi_body {
	padding-top: 3.125rem;
}
.chat_body {
	padding-top: 6.875rem;
}
.index_body {
	padding-top: 5.6875rem;
}
.index_new_body{
	padding-top: 12.625rem;
}
.calendar-list {
	top: 3.125rem;
}
.index_shaixuan{
	top: 3.125rem;
}
.faxian_body{
	padding-top: 5.9375rem;
}
.liaotian_body{
	padding-top: 5.9rem;
}
.tab_body {
	padding-top: 5rem;
}
.xiaoxi_body{
	padding-top: 6.125rem;
}
.zhiwei_name_body{
	padding-top: 9.375rem;
	
}
.tan_zhiwei{
	padding-top: 9.375rem;
}
.guanzhu_tab{
	top: 2.5rem;
}




.tabBar {
		width: 100%;
		height: 3.625rem;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 998;
		background-color: white;
		color: 999;
		border-left: 1px solid #eeeeee;
		border-top: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
		display: flex;
		justify-content: space-around;
		
		
		box-sizing: border-box;
		overflow: hidden;
		max-width: 750px;
	}
	.zhanwei_tabbar{
		height: 3.625rem;
	}
	.tabBar .tabbar_item {
		width: 20%;
		font-size: 0.75rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #666666;
	}
	.tabBar .active {
		/* border-left: $isBorder;
	                border-top: $isBorder; */
		background: white;
		color: #00c6c9;
	}
	
	.tabBar img {
		width: 1.3125rem;
		height:1.3125rem;
		margin-left: 0.1875rem;
		margin-bottom: 0.25rem;
	}
	.weidu{
		    width: auto;
		    height: 1rem;
		    line-height: 1rem;
		    border-radius: 1rem;
		    min-width:1rem;
		    padding: 0 0.25rem 0 0.1875rem;
		    font-size: 1.125rem;
		    text-align: center;
		    white-space: nowrap;
			position: absolute;
			top: 0.25rem;
			right: 24%;
			box-sizing: border-box;
			background-color:#f43a51 ;
			color: #FFFFFF;
			display: none;
	}
	.tabbar_item .on{
		display: none;
	}

@media only screen and (min-width:500px) {
	html {
		font-size: 25px !important
	}
}

@media only screen and (min-width:700px) {
	html {
		font-size: 30px !important
	}
}

		