html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
pre,
form,
p,
blockquote,
input,
textarea,
abbr,
article,
aside,
figcaption,
figure,
footer,
header,
mark,
meter,
menu,
nav,
output,
progress,
section,
summary,
time {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ul,
ol {
  list-style: none;
}
iframe,
a,
img,
button {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
a,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.hidden {
  display: none;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
em,
i,
s {
  font-style: normal;
}
body {
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}
input[type=submit],
input[type=button],
input[type=text],
textarea,
button,
select {
  font-size: 1em;
  outline: none;
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.page_hd{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  /* overflow: hidden; */

  background-color: #4CB749;
}
header.page_hd div.search {
  padding: 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-color: #fbb40c;
  border:1px
}
header.page_hd div.search span {
font-size: 18px;
font-weight: bold;
background:#4CB749;
color:#ffffff;
padding:0 10px 0 10px
}
header.page_hd div.search img {
  display: block;margin:3px;
}
.search .bdcs-search{margin:10px;}
header.page_hd div.search input {
  display: block;
  background-color: transparent;
  float:left;
  margin-top:3px;
}
header.page_hd div.search input.ipt {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  background-color: #fff;
  border: 1px solid #cccccc;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  padding: 8px 2px;
  margin: 0 10px;
}
header.page_hd div.search input.sub {
  width: 50px;
  height: 30px;
  text-align: center;
  background-color: #fbb40c;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #bc8607;
  -moz-box-shadow: 0 0 4px #bc8607;
  -ms-box-shadow: 0 0 4px #bc8607;
  box-shadow: 0 0 4px #bc8607;
  color: #fff;
}
header.page_hd nav.navbar {
  background-color: #4CB749;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  display: flex;
}
header.page_hd nav.navbar a {
  flex:1;
  display: inline-block;

  width:20%;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
header.page_hd nav.navbar a:hover,
header.page_hd nav.navbar a.current {
  background-color: #fbb40c;
  color: #ffffff;
}
header.gameinfo_hd div {
  position: relative;
  background-color: #93C802;
}
header.gameinfo_hd div h1 {
  padding: 15px 50px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.2em;
  color: #FFF;
  text-align: center;
}
header.gameinfo_hd div a {
  display: block;
  position: absolute;
}
header.gameinfo_hd div a.goback {
  left: 5px;
  top: 0;
  width: 29px;
  height: 28px;
}
header.gameinfo_hd div a.home {
  top: 0;
  right: 5px;
  width: 32.5px;
  height: 28px;
}
header.info_hd div {
  height: 50px;
}
footer.footbottom {
  border-top: 2px solid #93C802;
}
footer.footbottom p {
  text-align: center;
  color: #999999;
  background-color: #e5e5e5;
  height: 35px;
  line-height: 35px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
p.line {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  margin-top: 5px;
}
.f_14 {
  font-size: 14px;
}
.f_16 {
  font-size: 16px;
}
body {
  font: normal 14px/1.5 Arial, STHeiti, Microsoft YaHei, simsun, Helvetica, sans-serif;
  color: #333333;
  background-color: #f7f7f7;
}
input,
textarea:-webkit-input-placeholder {
  color: #999999;
}
input,
textarea:-moz-placeholder {
  color: #999999;
}
input,
textarea:-ms-input-placeholder {
  color: #999999;
}
input.onholder {
  color: #999999;
}
span.onholder {
  color: #999999;
  position: absolute;
}
a {
  color: #008bc8;
  outline-style: none;
}
a.a_grey {
  color: #999999;
}
.yellow {
  color: #fbb40c;
}
.blue {
  color: #008bc8;
}
.red {
  color: #c00;
}
i.base {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
}
i.download {
  width: 29px;
  height: 29px;
  background: url(../images/download.png) no-repeat 0 0;
  -webkit-background-size: 150px 150px;
  -moz-background-size: 150px 150px;
  -o-background-size: 150px 150px;
  background-size: 150px 150px;
}
i.goback {
  width: 29px;
  height: 28px;
  background: url(../images/download.png) no-repeat -33.5px 0;
  -webkit-background-size: 150px 150px;
  -moz-background-size: 150px 150px;
  -o-background-size: 150px 150px;
  background-size: 150px 150px;
}
i.home {
  width: 32.5px;
  height: 28px;
  background: url(../images/download.png) no-repeat -67px 0;
  -webkit-background-size: 150px 150px;
  -moz-background-size: 150px 150px;
  -o-background-size: 150px 150px;
  background-size: 150px 150px;
}
div.wrapper {
  width: 100%;
}
#pages a {
font-size: 14px;
width: auto;
height: auto;
display: inline-block;
text-align: center;
line-height: 25px;
margin: 5px;
border: 1px solid #cccccc;
border-radius: 2px;
background-color: #fff;
color: #343434;
padding: 0 5px 0 5px;
}

.crumbs{
	height:40px;
	line-height:40px;
	background: url(http://m.mdpda.com/statics/images/top_bg3.png) repeat-x left center;
	color:#b3b3b3;
	padding-left:10px;

}
.crumbs a{
	color:#b3b3b3;
}
.top-bar{
	height:42px;
	width:100%;
	line-height:42px;
	background-color:#f7f7f7;
	border-bottom:2px solid #94c804;
}
.top-bar li{
	float: left;
	width:120px;
	text-align: center;
	font-size:16px;
}
.top-bar li a{
	color:#333;
}
.top-active{
	background-color:#94c804 !important;
}
.top-active a{
	color:#fff !important;
}
.list-boxs{
   width:100%;
   background-color:#fff;
   padding-bottom: 20px;
}
.zt-list{
	margin:14px 2% 2px;
	width:96%;
	background-color:#f8f7f7;
}
.zt-imgs{
	width:100%;
	height:156px;
	margin-bottom:8px;
	position: relative;
	display:block;
}
.zt-tits{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #f1f1f1;
	height: 35px;
    line-height: 35px;
    background: url(https://www.mdpda.com/statics/images/bg-shadow.png);
}
.zt-imgs img{
	width:100%;
	height:100%;
}
.zt-list-info{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	color: #666666;
	line-height: 21px;
}
.zt-line{
	width:100%;
	height:1px;
	background-color:#dad9d9;
	margin-top:12px;
}
.zt-s-box{
	border-top: 2px solid #fff;
	display: flex;
}
.zt-s-box li{
	flex: 1;
	float: left;
	margin-top:12px;
}
.zt-s-box li:nth-of-type(4n){
	margin-right:0;
}
.zt-s-box li a{
	display: block;
}
.zt-s-box li a img{
	width:70px;
	height:70px;
	display: block;
	margin:0 auto;
	border-radius: 15px;
}
.zt-s-box li a p{
	text-align: center;
	overflow: hidden;
	color:#333;
	line-height:24px;
	font-size:14px;
	height: 30px;
	width: 70px;
	overflow: hidden;
	margin:0 auto;
}
.zt-list-page{
	width: 331px;
	margin: 10px auto;
}
.zt-list-page .ui-pagination-container {
	height: 34px;
	line-height: 34px
}
.zt-list-page .ui-pagination-container .ui-pagination-page-item {
	font-size: 14px;
	padding: 4px 3px;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;
	margin: 0 2px;
	text-decoration: none
}
.zt-list-page .ui-pagination-container .ui-pagination-page-item.active {
	background: #568dbd;
	border-color: #568dbd;
	color: #fff;
	cursor: default
}
