@charset "utf-8";
/* CSS Document */
#footer{background:#FFF;width:100%;z-index:999;*+right:0;border-top:1px solid #ddd;}

#nav-footer{margin:0 auto;}

.foot-nav{margin:20px 10px; line-height:24px;}
.foot-nav span {color:#666; font-size:14px;}

.footermenu {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.footermenu ul {
	border-top: 1px solid #404a54;
	position: fixed;/*显示在底部*/
	z-index: 900;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 48px;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: horizontal;
	background-color: #404a54;
	background: -webkit-linear-gradient(top, #404a54, #404a54);
}
.footermenu ul li {
	list-style: none;
	width: auto!important;
	height: 100%;
	position: static!important;
	margin: 0;
	border-radius: 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none!important;
	background: none;
}
.footermenu ul li a {
	color: #fff;
	line-height: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	font-size: 12px;
	position: relative;
	height: 46px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.footermenu ul li a.active {
	background: -webkit-linear-gradient(top, #404a54, #252c34);
	box-shadow: 0 -10px 25px 0px rgba(0,0,0,0.3) inset;
}
.footermenu ul li a img {
	width: 24px;
	height: 24px;
}
.footermenu ul li a p {
	margin: 2px 0 0 0;
	font-size: 12px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}

.footershop {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	-webkit-tap-highlight-color: rgba(255, 128, 0, 0);
}
.footershop ul {
	border-top: 1px solid #E17100;
	position: fixed;/*显示在底部*/
	z-index: 900;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 48px;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: horizontal;
	background-color: #F60;
	background: -webkit-linear-gradient(top, #F60, #F60);
}
.footershop ul li {
	list-style: none;
	width: auto!important;
	height: 100%;
	position: static!important;
	margin: 0;
	border-radius: 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none!important;
	background: none;
}
.footershop ul li a {
	color: #fff;
	line-height: 44px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	font-size: 18px;
	position: relative;
	height: 46px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}

#mcover{
	overflow: hidden;
	background:#000;
	position: fixed;
	z-index: 1900;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display:none;
	width: 100%;
	height: 100%;
	opacity:0.7;
	}

#mguide{position:absolute;position: fixed; display:none;right:18px;top:5px;z-index:2000;}

#mguide img{max-width:100%;}

/*搜索*/
/*遮罩*/
.mask{position: fixed;width: 100%;height: 100%;left: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,0.8);z-index: 999;}



/* 错误提示弹层 */
.c-float-modePop {
text-align: center;
background-color: #DDD;
}
.c-float-modePop .warnMsg {

padding: 20px 10px 10px 10px;
color: #fff
}
.c-float-modePop .doBtn {

width: 100%;
margin: 0 auto;
}
.c-float-modePop button {

padding: 6px 9px 6px 9px;
color: #949494;
border: 0;
}
.c-float-shade {

width: 100%;
display: block;
position: absolute;
z-index: 99;
background-color: #000;
opacity: .5;
top: 0;
left: 0
}
.c-float-shade.hide {
display: none
}
.c-float-popWrap {
	width: 85%;
	z-index: 9999;
	position: fixed;
	border-radius: 4px;
    overflow: hidden;
}
.c-float-popWrap .c-float-modePop {
	overflow: hidden;
	border-radius: 6px;
}
.c-float-popWrap .c-float-modePop .warnMsg {
    padding: 10px 0 10px;
	font-size: 15px;
	line-height:2em;
	color: #333;
}
.c-float-popWrap .c-float-modePop .content {
    padding: 0 20px;
    font-size: 14px;
	line-height:2em;
    color: #888;
    word-wrap: break-word;
    word-break: break-all;
	text-align: left;
}
.c-float-popWrap .c-float-modePop .doBtn {
	width: 100%;
	margin-top: 15px;
	position: relative;
}
.c-float-popWrap .c-float-modePop .doBtn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #EEE;
    color: #BBB;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.c-float-popWrap .c-float-modePop button {
	background-color: #CCC;
	width: 50%;
	height: 42px;
	line-height: 42px;
	color: #444;
	font-size: 17px;
	border: 0;
	padding: 0;
}
.c-float-popWrap .c-float-modePop button.ok{
	color: #0BB20C;
}   
.c-float-popWrap .c-float-modePop button.cancel{
	position: relative;
} 
.c-float-popWrap .c-float-modePop button.cancel:after {
    content: " ";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #EEE;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.c-float-popWrap.hide {

display: none;
-webkit-box-shadow: none
}
.c-float-popWrap.show {

display: block;
}

.c-float-popWrap.msgMode .c-float-modePop .content, .c-float-popWrap.msgMode .c-float-modePop .doBtn {

display: none
}

.c-float-popWrap.alertMode .c-float-modePop .doBtn .cancel {

display: none
}
.c-float-popWrap.confirmMode .c-float-modePop .content, .c-float-popWrap.confirmMode .c-float-modePop .doBtn {

display: block
}

.confirm_input{
	border: 1px solid #D5D5D6;
	padding: 10px;
	width: 70%;
}
.weui_mask_transparent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.cx_mask_transparent{
	position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(255, 255, 255, 0.1);
}

.web_toast{
    position: fixed;
	margin: 0 10px;
    z-index: 9999;
    display: none;
    display: block;
    padding: 10px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 16px;
	line-height:2em;
    text-align: center;
    border-radius: 4px;
}

.app{ clear:both; height:40px; width:100%; background:#030; text-align:center;}
.app a {color:#FFF; font-size:18px; line-height:38px;}

.ui-btn-wrap { padding-top:5px; padding-bottom:10px;}
.ui-btn-dw {cursor:pointer;border-radius:5px;display: block;font-size: 14px;height: 40px;line-height: 40px;width: 90%; text-align:center; color:#FFF; margin:0 auto}
.ui-btn-dw:visited{color:#FFF;}
.ui-btn-dw:hover{color:#FFF;}
.ui-btn-app {background-clip: padding-box;background-color: #4eabe8;border-color: #4eabe8;color: #fff;}