body {
	color: #333;
}

body {
	position: absolute;
	max-width: 750px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #333;
	background: #e4e4e4;
}
			* {
				-webkit-user-select: auto;
			}
.topbar {
	position: absolute;
}

.wap-qrcode-container {
	height: 240px;
	width: 180px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: 388px;
}

.wap-qrcode-container canvas {
	height: 158px;
	width: 158px;
	border: 1px solid #ddd;
}

.wap-qrcode-container p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.margin {
	height: 8px;
}

.mui-slider-indicator {
	text-align: right;
}

.mui-slider-title {
	background: none;
	color: #fff;
	font-size: 16px;
	bottom: 4px;
}

.baike_img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100px;
}

.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-object {
	max-height: inherit;
}

.baike_img>img {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -10%);
}

.mui-card-header::after {
	background: none;
}

.mui-card-header a {
	color: #666;
}

.mui-card {
	margin: 0px;
	border-radius: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.heat>.mui-table-view-cell {
	width: 25%;
	float: left;
}



.mui-table-view-cell>.mui-icon {
	font-size: 20px;
	color: #459df5;
}

.mui-off-canvas-wrap {
	height: 44px;
	max-width: 750px;
	margin: auto;
}

.mui-ellipsis {
	height: 42px;
	white-space: initial;
}

.mui-table-view .mui-media-object {
	line-height: 70px;
	max-width: 70px;
	max-height: 70px;
	height: auto;
}

.mui-card img {
	width: 100%;
}

.links {
	text-align: center;
}

.links a {
	color: #888;
	font-size: 12px;
}

input[type="search"] {
	border: 1px solid #fff;
	background: none;
	width: 90%;

	margin-top: 20px;
}
.mui-search{
	text-align: center;
}
.mui-search .mui-placeholder {
	margin-top: 20px;
}

.mui-search .mui-placeholder .mui-icon {
	color: #fff;
}

.mui-fullscreen .mui-segmented-control~.mui-slider-group {
	position: initial;
}

.zhidao img {
	width: auto;
}

.mui-search.mui-active::before {
	color: #fff;
	left: 25px;
	margin-top: -23px;
}

.mui-search input {
	color: #fff;
	background: linear-gradient(to right, #424242, #7b7b7b);
	border: 1px solid #8a8a8a;
}

.mui-table-view .mui-media-object {
	max-width: 90px;
	max-height: 62px;
}

.meta-info {
	color: #8f8f94;
	font-size: 12px;
}

.meta-info .author {
	overflow: hidden;
	text-overflow: ellipsis;
}

.mui-pull-bottom-pocket,
.mui-pull-top-pocket {
	visibility: inherit;
}

.mui-spinner {
	display: none;
}

.swiper-container {
	width: 100%;
	margin-top: 44px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container img {
	width: 100%;
}

.slide {
	height: 260px;
	overflow: hidden;
}

.swiper-pagination {
	text-align: right;
}

#dj {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #696969;
	font-size: 14px;
}
.info-content{
				margin-left:0.84rem
			}
			.testBg{
			 position: fixed;
			 top: 0;
			 background-color: #000;
			 filter:alpha(opacity=80); /* IE */
			 -moz-opacity:0.8; /* Moz + FF */
			 opacity: 0.8; /* 支持CSS3的浏览器（FF 1.5也支持）*/
			 display:none ;     
			 z-index: 99999;
			 background-image: url(../images/guide1.png);
			 background-size: 90%;
			 background-repeat: no-repeat;
			 background-position-x: right;
			}
			.swiper-slide img{
				width: 100%;
			}
			body{
position: absolute;
max-width: 750px;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #333;
background: #e4e4e4;
	}
	.topbar{
		position: absolute;
	}
	.wap-qrcode-container {
    height: 240px;
    width: 180px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: 388px;
}
.wap-qrcode-container canvas {
    height: 158px;
    width: 158px;
    border: 1px solid #ddd;
}
.wap-qrcode-container p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.mui-table-view-chevron .mui-table-view-cell>a:not(.mui-btn) {
    margin-right: 0px;
    padding-left: 20px;
}
.mui-table-view-chevron .mui-table-view-cell {
    padding-right: 0px;
}

.mui-scroll {
	position: absolute;
	z-index: 1;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.mui-off-canvas-wrap {
	position: fixed;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 44px;
}
.mui-scroll-wrapper{
	    z-index: 1;
}

@media screen and (min-width: 750px) { 
	.baike_img{
		height: 200px;
	}
	.slide{
		height: 400px;
	}
	.mui-table-view .mui-media-object {
	    max-width: 120px;
	    max-height: 90px;
	}

}

/*分页*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2780E3;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	font-size: 0.9em;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #165ba8;
	background-color: #e6e6e6;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #999999;
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
