			* {
				font: "微软雅黑";
				/*font-size: 16px;
				font-weight: 300;*/
				margin: 0;
				padding: 0;
			}
			
			html,
			body {
				height: 100%;
				padding: 0;
			}
			
			body {
				position: relative;
			}
			
			@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
				/* 兼容iphone5 */
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			
			@media only screen and (max-device-width :480px) {
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			
			@media only screen and (min-device-width :481px) {
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			/*6*/
			
			@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			/*6+*/
			
			@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			/*魅族*/
			
			@media only screen and (min-device-width :1080px) and (-webkit-min-device-pixel-ratio: 2.5) {
				body {
					width: 100%;
					max-width: 750px;
					margin: 0 auto;
				}
			}
			/*mate7*/
			
			@media only screen and (min-device-width :1080px) and (-webkit-min-device-pixel-ratio: 3) {
				body {
					width: 100%;
					max-width: 750px;
					margin: 0 auto;
				}
			}
			/*4 4s*/
			
			@media only screen and (device-height :480px) and (-webkit-device-pixel-ratio:2) {
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			
			@media screen and (min-width: 320px) and (max-width: 480px) {
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			/* 平板之类的宽度 1024 以下设备 */
			
			@media only screen and (min-width: 321px) and (max-width: 1024px) {
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			/* PC客户端或大屏幕设备: 1028px 至更大 */
			
			@media only screen and (min-width: 1029px) {
				body {
					width: 750px;
					max-width: 750px;
					margin: 0 auto;
				}
			}
			/* 竖屏 */
			
			@media screen and (orientation:portrait) and (max-width: 720px) {
				body {
					width: 100%;
					margin: 0 auto;
				}
			}
			/* 横屏 */
			
			@media screen and (orientation:landscape) {
				body {
					width: 950px;
					max-width: 950px;
					margin: 0 auto;
				}
			}
			
			.title {
				font-weight: 350;
				text-align: center;
			}
			
			.title_date {
				color: #8c8c8c;
			}
			
			p {
				line-height: 2 !important;
			}
			
			* {
				margin: 0;
				padding: 0;
			}
			
			.chapter {
				border: 1px solid #7494ff;
				padding: 5px 0px;
				text-align: center;
				color: #7494ff;
			}
			
			.container {
				padding: 0px 10px;
				
				font-size: 30px;
			}
			@keyframes big {
				0% {
					transform: scale(1);
				}
				18% {
					transform: scale(1.1);
				}
				32% {
					transform: scale(1);
				}
				48% {
					transform: scale(1.1);
				}
				64% {
					transform: scale(1);
				}
				80% {
					transform: scale(1.1);
				}
				100% {
					transform: scale(1);
				}
			}
			
			.bottom_btn {
				animation: big 1.4s ease infinite alternate;
				-webkit-animation: big 1.4s ease infinite alternate;
				-moz-animation: big 1.4s ease infinite alternate;
				-ms-animation: big 1.4s ease infinite alternate;
				-o-animation: big 1.4s ease infinite alternate;
			}
			
			li {
				list-style: none;
			}
			
			  @media only screen and (max-width: 640px) {
            .erweima {
                display: none;
            }
			.fudong {
     display: none;
}
            .container {
				padding: 0px 10px;
				
				font-size: 18px;
			}
			.title {
    font-weight: bold;
    font-size: 20px;
    color: #fb0707;
    text-align: center;
    line-height: 40px;
    height: 40px;
}
        }
    * {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	
	height: auto;
}

.wrap {
	width: 100%;
	min-width: 300px;
	max-width: 750px;
	margin: 0px auto;
}


.fudong{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	
	border-radius: 50%;
	z-index: 9999;
}
.fudong img{
	width: 100%;
	
}


#popLayer {
	display: none;
	background-color: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	opacity: 0.6;
	width: 100%;
	height: 100%;
}




#popBox {
	display: none;
	background-color: #FFFFFF;
	z-index: 11;
	width:350px;
	height: 440px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px;
}

.duihao {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
}




#popBox .close {
	text-align: right;
	margin-right: 10px;
}

#popBox .close a {
	text-decoration: none;
	color: #2D2C3B;
	margin-top: 10px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.title {
	font-weight: bold;
font-size: 34px;
	color: #fb0707;
	text-align: center;
	line-height: 40px;
height: 40px;
}

.wechat-number,
.desc {
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	margin: 5px 0;
}
.guanbi img{
	width: 25px;
	height: 25px;
}

.zhidaole {
	background-color: #1aad19;
	font-size: 18px;
	color: #fff;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
}
