@font-face {
  font-family: 'iconfont';  /* project id 239083 */
  src: url('//at.alicdn.com/t/font_239083_l2zji1kjp218xgvi.eot');
  src: url('//at.alicdn.com/t/font_239083_l2zji1kjp218xgvi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_239083_l2zji1kjp218xgvi.woff') format('woff'),
  url('//at.alicdn.com/t/font_239083_l2zji1kjp218xgvi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_239083_l2zji1kjp218xgvi.svg#iconfont') format('svg');
}
* {
	margin: 0;
	padding: 0;
	font-family: "times new roman";
}
html{
	font-size: 62.5%;
}

.red {
	color: red;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}
li {
	list-style: none;
}

.backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.7);
}

.iconfont {
	font-family: 'iconfont';
	font-style: normal;
}

#nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #EEEEEE;
	background-color: white;
	padding: 10px 0;
}

.orange-nav{
	color: #EDA22B;
}

#nav li {
	width: 33.3%;
	text-align: center;
	list-style: none;
	float: left;
}

#nav a {
	text-decoration: none;
	color: #333;
}
#nav i{
	font-size: 2.6rem;
}

#nav p {
	font-size: 1.2rem;
}

.confirm{
	position: fixed;
	top: 30%;
	left: 50%;
	width: 270px;
	margin-left: -135px;
	text-align: center;
	border-radius: 13px;
	overflow: hidden;
	display: none;
	background-color: white;
	z-index: 9999;
}

.toast{
	position: fixed;
	top: 50%;
	left: 15%;
	right: 15%;
	display: none;
	padding: 25px 0;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	color: white;
	z-index: 9999;
	font-family: "微软雅黑";
	font-size: 15px;
}

.tital-dialog{
	padding-top: 15px;
	font-size: 2.0rem;
  font-weight: 700;
}
.message-dialog{
	  font-size: 14px;
	  color: #333333;
	  padding: 5px 10px 15px 10px;
}
.button-dialog{
	  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	color: #007aff;
}
.button-dialog span{
		font-size: 16px;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-left: -1px;
    color: #007aff;
    -webkit-box-flex: 1
}

.button-dialog span:active{
	color: white;
	background-color: #007aff;
}

.show {
	display: block;
}

.hide {
	display: none;
}

