﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
	border: none;
}
html{
	/*font-size:62.5%;*/
	min-height:100%;
	height: 100%;
}
*::after, *::before {
	box-sizing: border-box;
}
/*这个请不要注释*/
body{
	background:#ebf4fb;
	color:#333;
	max-width: 750px;
	margin:auto;
	height: 100%;
}

ul, li, p, a {
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
}

a {
	color:#5b5b5b;
	outline: medium none;
}
img {
	vertical-align:middle;
	border:none;
}
img {
	width:100%;
}
.mb-0 {margin-bottom:0 !important;}
.clearfix::before, .clearfix::after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
.img {width:100%;}

/*加载*/
.user-load {
	position: fixed;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -65px;
	width: 150px;
	padding: 20px 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 14px;
	z-index: 1003;
	border-radius: 5px;
	line-height: .7rem;
	font-size:.4rem;
}
.user-load img {width:50px;padding-bottom: 10px;display: block;margin:auto;}

.jiaz-box {min-height: 100%;background:#199df9;}
.jiaz-box .user-load {position: absolute;top:2.5rem;width:100%;left:0;background: none;text-align: center;margin-left:0;}



