*{
	-webkit-touch-callout:none;  /*系统默认菜单被禁用*/
	-webkit-user-select:none; /*webkit浏览器*/
	-khtml-user-select:none; /*早期浏览器*/
	-moz-user-select:none;/*火狐*/
	-ms-user-select:none; /*IE10*/
	user-select:none;
	-webkit-tap-highlight-color:transparent;
}
input {
	-webkit-user-select:auto; /*webkit浏览器*/
}
/*body,html{*/
	/*padding: 0;*/
	/*color: #474747;*/
	/*font-family: "PingFangSC-Light","PingFangSC", "微软雅黑";*/
	/*font-size: 10px;*/
	/*overflow-x: initial;*/
	/*background: white;*/
	/*max-width: 50rem;*/
	/*margin: auto;*/
/*}*/
body,html{
	padding: 0;
	color:#474747;
	font-size: 10px;
	max-width: 50rem;
	margin: 0;
	background: #fff;
}
button,input,textarea{
	outline: none;
}
h1,h2,h3,h4,h5,h6,ul,li,p,em,i,a{
	list-style: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a{color: #474747;}
a:hover{color: #474747;text-decoration:none}
a:visited{color: #474747;text-decoration:none}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background: none;
	text-decoration: none;
}
.clearFix:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
img{
	width: 100%;
	border: 0;
}
button,input,textarea,select{
	outline: none;
	border: 0;
	background: none;
}

.layui-layer-title{
	display: none;
}
div.layui-layer-lan[type=dialog]{
	min-width: 200px;
	width: 80%;
	border-radius: 8px !important;
}
.col_wihte{
	color: #fff !important;
}
.col_orange{
	color: #FA5838 ;
}
.col_blue{
	color: #30A1F2;
}

/*加载弹窗*/
.list_loading{
	width: 24px;
	text-align: center;
	/* background: rgba(0,0,0,0.5); */
	border-radius: 5px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 15px;
	padding: 15px 10px;
}
.popup_window_top h2{
	font-weight: bold;
}

/*公用弹窗样式*/
.shade{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 10;
}
.pop_windows{
	display: none;
	position: fixed;
	top: 35%;
	left: 10%;
	width: 80%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	color: #474747;
	text-align: center;
	z-index: 11;
}
.pop_windows h2{
	font-size: 22px;
	line-height: 50px;

}
.pop_windows p{
	text-align: left;
	padding:20px 30px;
	font-size: 16px;
}
.pop_windows p span{
	font-weight: bold;
}
.pop_windows .btn{
	border-top: 1px solid #D9D9D9;
	height: 50px;
	line-height: 50px;
	display: flex;
}
.pop_windows .btn button{
	flex: 1;
	font-size: 16px;
}
.pop_windows .btn .line{
	height: 14px;
	border-right: 1px solid #D9D9D9;
	margin-top: 18px;
}

/*默认显示图片*/
.isdefault{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.isdefault img{

}
.isdefault p{
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.isdefault span{
	font-size: 16px;
	color: #30A1F2;
}

/*文字位置*/
.text-align-l{
	text-align: left;
}
.text-align-r{
	text-align: right;
}
.text-align-c{
	text-align: center;
}
