﻿.bmenu {
	margin: auto; left: 0px; width: 100%; right: 0px; bottom: 0px; position: fixed; z-index: 900;
}
.bmenu_nav {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; width: 100%; height: 48px;border-top-color: rgb(217, 217, 217); border-top-width: 1px; border-top-style: solid; display: block;
}
.bmenu_nav > li {
	width: 25%;height: 40px; text-align: center; padding-top: 4px; float: left; position: relative; -webkit-box-flex: 1;
}
.bmenu_nav > li > a {
	height: 36px; text-align: center; color: rgb(255, 255, 255); text-decoration: none; display: block; -webkit-box-flex: 1;
}
.bmenu_nav > li > a img {
	width: 20px; height: 20px; color: rgb(255, 255, 255); line-height: 20px; vertical-align: middle;
}

.bmenu_nav > li > a label {
	margin: 0px; text-align: center; color:#ff4a00; line-height: 20px; overflow: hidden;  font-size: 14px; display: block !important;
}
#popup {
	background: rgb(231, 76, 60); margin: 0px auto; border-radius: 3px; color: rgb(255, 255, 255); position: relative;
}
.pop-up {
	margin: 0px; padding: 10px 0px 15px; overflow: hidden;  background-color: #ffffff;
}
.pop-up li {
	width: 25%; text-align: center; margin-top: 15px; float: left; display: inline;
}
.pop-up li a {
	width: 100%; height: 100%; display: block; position: relative;
}
.pop-up li a span {
	background: red; padding: 1px 3px; border-radius: 16px; top: -10px; right: -20px; color: rgb(255, 255, 255); font-size: 10px; display: block; position: absolute;
}
.pop-up li p {
	color: rgb(51, 51, 51); line-height: 15px; font-size: 12px; margin-top: 5px;
}
.pop-up li img {
	width: 0.6rem;
}
.popwei{ padding-top:0px; padding-bottom:25px;}

.md-modal {
	left: 50%; top: 55%; width: 90%; height: auto; visibility: hidden; position: fixed; z-index: 99999; min-width: 320px; max-width: 630px; -ms-transform: translateX(-50%) translateY(-50%); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);
}
.md-show {
	visibility: visible;
}
.md-overlay {
	background: rgba(102, 102, 102, 0.8); left: 0px; top: 0px; width: 100%; height: 100%; visibility: hidden; position: fixed; z-index: 1000; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
.md-show ~ .md-overlay {
	visibility: visible; opacity: 1;
}
.md-effect-1 .md-content {
	opacity: 0; -ms-transform: scale(0.7); -webkit-transform: scale(0.7); -moz-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
.md-effect-1.md-show .md-content {
	opacity: 1; -ms-transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);
}
