/*公共样式*/

html,body {
	margin:0 auto; height: 100%; width: 100%; padding:0;
	background: #fff;
}
a { text-decoration: none;}
.app_content {
	width: 100%; margin:0 auto; padding:0; height: 100%; position: relative;
}

.mt16 { margin-top: 20px !important;}
.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.pt20 {padding-top:20px;}
.appbox {
	width: 90%;
	max-width: 720px;
	margin:0 auto;
}

/*nav 修正*/
footer.h5ui-bar {
	padding: 10px 0 !important;
}
footer.h5ui-bar .h5ui-bar_item .h5ui-bar_icon {
	width: 28px; height: 28px;
}

footer.h5ui-bar .h5ui-bar_item {
	color:#333 !important;
}
footer.h5ui-bar .h5ui-bar_item.active {
	color:#0498e2 !important;
}

.schpage {
	height: 100%;
	margin-top: -20px;
	background: #fff;
	width: 100%;
	padding: 0 4%;
}
.schpage .keys {
	background:-webkit-gradient(linear, 0% 0%, 100% 100%,from(#cbe9ff), to(#f8f8f8));
	/*谷歌*/ 
	margin: 16px auto;
	height: 90%;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.schpage .keys a {
	margin: 16px auto 0 auto;
    width: 90%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.schpage .keys a span {
	display: block;
	text-align: center;
	height: 24px; width: 24px;
	padding: 4px; color:#333;
	background: #acd4ff;
	font-size:0.6rem;
	border-radius: 6px;
	margin-right:10px;
}

/*在线客服*/
.online_float {
	position: fixed;
	width: 75px; height: 56px;
	z-index: 9999;
	bottom: 15%; right: 0;
	background: #fff;
	border-top-left-radius: 52px;
	border-bottom-left-radius: 52px;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.12);
	border-radius: 26px 0px 0px 26px;
	padding: 6px 0 6px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.online_float img {
	width: 28px; height: 28px;
}
.online_float span {
	padding: 2px 0; margin: 0 auto; font-size: 10px;
	color: #0498E2; text-align: center;
}

/*重定义弹出信息窗*/
/*.layui-layer {
	background-color: transparent !important;
}
.layui-layer-title {
	background-color: #0498E2 !important;
	border-radius: 6px 6px 0px 0px !important;
	padding: 0 20px 0 20px !important;
	text-align: center;
	font-size: 18px !important; color: #fff !important;
}
.layui-layer-content,.layui-layer-btn{
	background-color: #ffffff !important;; 
}
.layui-layer-setwin .layui-layer-close1 {
	display: none !important;
}
.layui-layer-dialog .layui-layer-content {
	text-align: center;
	font-size: 18px !important;
}
.layui-layer-btn {
	text-align: center !important;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.layui-layer-btn a {
	border: 1px solid #0498E2;
    background-color: #1E9FFF;
    color: #fff;
    width: 48% !important;
    height: 42px !important; line-height: 36px !important;
    font-size: 20px !important;
    background: #0498E2;
	border-radius: 6px 6px 6px 6px !important;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    width: 48% !important;
    height: 42px !important; line-height: 36px;
    font-size: 20px !important;
    background: #0498E2;
	border-radius: 6px 6px 6px 6px;
}*/