HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
	border: none;
	font-family: "微软雅黑", "黑体", "宋体";
	/* font-size: 14px; */
	margin: 0px;
	padding: 0px;
}

html,
body {
	height: 100%;
	width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input {
	-webkit-appearance: none;
	margin: 0;
	outline: none;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	color: #ccc;
}

input[type=submit],
input[type=button] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

img {
	border: none;
}

ul,
ol,
li {
	list-style-type: none;
}

/*公共方法*/
.clear {
	clear: both;
	overflow: hidden;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.cursor {
	cursor: pointer;
}

/*背景及色值表*/
.bgfff {
	background: #fff;
}

.color000 {
	color: #000;
}

.box {
	padding: .4rem;
	overflow: hidden;
	position: relative;
}

.textCenter{
	text-align: center;
}

.textLeft{
	text-align: left;
}

.textRight{
	text-align: right;
}

.noPadding{
	padding: 0!important;
}

.noMargin{
	margin: 0!important;
}

.line{
	height: 1px;
	width: 100%;
	background: rgb(226,226,226);
}

.noBorder{
	border: none!important;
}

/* 返回按钮 */
.backIcon{
	position: absolute;
	left: .3rem;
	top: .45rem;
	width: .50rem;
	height: .50rem;
	background-image: url(https://nianchu-robot-yun-cms-new.oss-cn-hongkong.aliyuncs.com/img/left.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#loading{
	position: fixed;
	top: 9rem;
	left: 5.5rem;
	z-index: 99;
	width: 2rem;
	margin-top: -1rem;
	margin-left: -1rem;
	height: 2rem;
}

.orderNone{
	font-size: .5rem;
	color: #787878;
}

.spinner{
	left: 1rem!important;
	top: 1rem!important;
}

.ns-effect-scale{
	font-size: .35rem!important;
}

.ns-box{
	padding: .32rem .65rem!important;
}

.ns-close::before, .ns-close::after{
	width: .27rem!important;
	height: .05rem !important;
	top: .15rem !important;
	left: .35rem !important;
}

.ns-type-success{
	top: 6.8rem !important;
	left: 4rem !important;
}
.ns-type-notice{
	top: 6.8rem !important;
	left: 4rem !important;
}