@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}
input,
select,
textarea {
	outline: none;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
a{
	cursor: pointer;
}
body{
	font-family: 微软雅黑;
	font-size: 14px;
}
a,p,span,td,select,opticn{
	font-family: 微软雅黑;
}
a{cursor: pointer;}
img { 
	border:none;
	display: block;
}
.safe{
	width: 1200px;
	margin: 0 auto;
}
address, caption, cite, code, dfn, em, th, var, i {
    font-weight: normal;
    font-style: normal;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/yuepu/select-button.png) no-repeat scroll right center;
}
.clear{
	clear: both;
}
.flex{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
