body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul,img{ 
	padding:0;margin: 0;
	font-family: "微软雅黑","Arial";
}
body{
	color: #222;
}
a{
	color: inherit;
	text-decoration: none;
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
select {
	border: solid 1px #ddd; 
	appearance:none;-moz-appearance:none;   
	-webkit-appearance:none;
	background: url("../images/opt_icon_open1.png") no-repeat scroll right 4px center transparent; 
	border-radius: 5px;
	padding-right: 18px;
	background-size: 10px auto
}
select::-ms-expand { 
	display: none; 
}
select::-webkit-expand { 
	display: none; 
}
select::-moz-expand { 
	display: none; 
}
li{
	list-style: none
}
input,textarea{
	outline: none;
}
.body{
	min-height: 100%
}
.layout{ 
	max-width: 640px;
	min-width: 320px;
	min-height: 100%;
	margin: 0 auto;
	width: 100%;
}
.pd10{
	padding: 10px
}
.mt15{
	margin-top: 15px;
}
.mt10{
	margin-top: 10px;
}
.eject{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 9
}
.eject_flex{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.eject_div{
	width: 85%;
	max-width: 600px;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.eject_top{
	background: #fbbe0e;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	color: #fff
}
.eject_top .eject_top_close{
	width: 30px;
	height: 30px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background: url(../images/icon_74.png);
	background-size: 50% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}
.status_pending {
    color: #ff7e00 !important;
}
.status_success {
    color: #222222 !important;
}
.status_cancel {
    color: #222222 !important;
}
.bg_black {
    background: #000000 !important;
}
.bg_white {
    background: #ffffff !important;
}
.bg_purple {
	background: #6e1784 !important;
}
.card {
    margin: 15px 0;
    padding: 10px 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(78, 78, 78, 0.1);
}

/* 焦点图 */
.banner{ position:relative; overflow:hidden;width:100%;/* 设置焦点图最大宽度 */ ;height: 100%}
.banner .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.banner .hd li{ display:inline-block; width:8px; height:8px; -webkit-border-radius:50%; -moz-border-radius:5px; border-radius:5px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 6px;opacity: 0.4 }
.banner .hd li.on{ background:#fff;opacity: 1}
.banner .bd{ position:relative; z-index:0; height: 100%}
.banner .bd .tempWrap{height: 100%}
.banner .bd .tempWrap ul{height: 100%;display: flex}
.banner .bd li{ position:relative; text-align:center; overflow: hidden;height: 100%}
.banner .bd li img{ background:url(../images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
