html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video, textarea {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	font-size: 100%;
    	font: inherit;
    	vertical-align: baseline; 
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
    	display: block;
    }
    body {
    	line-height: 1;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: '';
    	content: none;
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    a{
    	text-decoration: none;
    }
    body{
       background: rgb(245,246,246);
       padding: 0 0 35px;
   	}
	body{
	   background: rgb(245,246,246);
	   font-family:'Microsoft Yahei', Arial, Helvetica, sans-serif;
	   color: #333;
	   -webkit-user-select: none;
	   -webkit-text-size-adjust: none;
	   -webkit-tap-highlight-color: rgba(0,0,0,0);
	   box-sizing: border-box;
	}   
	a{
	   display: block;
	}
	img{
	   display: block;
	   width: 100%;
	}
	.clearfix:after {
	    content: '\0020';
	    display: block;
	    height: 0;
	    clear: both;
	}
	.header	{
		position: relative;
		height: 44px;
		line-height: 44px;
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
		font-size: 18px;
		color: #333333;
	}
	.header	.prev{
		position: absolute;
		top: 0;
		left: 0;
		width:  48px;
		height: 44px;
		background: url(img/ico14.png) center center / auto 14px no-repeat;
	}
	.header	.right{
		position: absolute;
		right:  0;
		top: 0;
		width: 48px;
		height: 44px;
		background: url(img/ico4.png) center center / auto 14px no-repeat;
	}
	.main_body{
		position: relative;
		padding: 1px 20px  1px  20px;
		background: #fff;
	}
	.main_body .title{
		margin: 15px 0 0;
		font-size: 20px;
		color: #333333;
		line-height: 28px;
		font-weight: bolder;
	}
	.main_body .resouce{
		margin: 5px 0 0;
		font-size: 12px;
		color: #999999;
		line-height: 16px;
	}
	.main_body .desc{
		margin: 15px 0 0;
		padding: 15px 0 0 26px;
		background: url(img/ico1.png) left 18px / auto 16px no-repeat;
		font-size: 14px;
		color: #666666;
		line-height: 22px;
		border-top: 1px solid #e5e5e5;
	}
	.main_body .p{
		margin: 15px 0 ;
		font-size: 14px;
		color: #666666;
		line-height: 22px;
	}
	.main_body .img{
		margin: 15px 0 ;
	}
	.writer{
		margin: 15px 0 0;
		display: -webkit-box;
	}
	.writer .head{
		margin: 0px 10px 0 0;
		height: 40px;
		width: 40px;
	}

	.writer .btn.act {
	    background: #FF4F53;
	}
	.writer .btn.act span {
	    padding: 0px 0 0 0px;
	    color: #fff;
	}
	.writer .center{
		-webkit-box-flex: 1;
	}
	.writer .center .name{
		font-size: 14px;
		color: #333333;
		line-height: 20px;
	}
	.writer .center .name .name_r{
		margin: 0 0 0 6px;
		padding: 2px 3px;
		background: #FFFFFF;
		border: 1px solid #FF9799;
		border-radius: 2px;
		font-size: 12px;
		color: #FF4F53;
	}
	.writer .center .time{
		margin: 3px 0 0;
		font-size: 12px;
		color: #999999;
		line-height: 16px;
	}
	.writer .btn{
		margin: 4px 0 0;
		width: 50px;
		height: 26px;
		line-height: 24px;	
		background: #FFFFFF;
		border: 1px solid #FF4F53;
		border-radius: 3px;
		text-align: center;
	}
	.writer .btn span{
		background: url(img/ico35.png) left center / auto 8px no-repeat;
		padding: 0px 0 0 13px;
		font-size: 12px;
		color: #FF4F53;
	}
	.form{
		padding: 20px 15px 30px;
		background: #F7F7F7;
		border: 1px solid #E5E5E5;
		border-radius: 3px;
		margin: 20px  0 0;
		position: relative;
	}
	.form .tit{
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		line-height: 22px;
		background: none !important;
	}
	.form .checkbox{
		padding: 20px 0 20px;
		border-bottom: 1px solid #E5E5E5;
	}
	.form .checkbox .txt{
		padding: 0 0 0 25px;
		font-size: 14px;
		color: #333333;
		line-height: 18px;
		background: url(img/ico8.png) left 3px / auto 14px no-repeat;
	}
	.form .checkbox.act .txt{
		background: url(img/ico9.png) left 3px / auto 14px no-repeat;
	}
	.form .checkbox .img{
		padding: 10px 0 0 25px;
	}
	.form .checkbox .num{
		padding: 10px 0 0 25px;
		font-size: 12px;
		color: #4CC5EF;
		line-height: 16px;
	}
	.form .btn{
		background: #FF4F53;
		border-radius: 3px;
		height: 44px;
		line-height: 44px;
		color: #fff;
		text-align: center;
	}
	.form .info{
		margin: 10px 0;
		font-size: 12px;
		color: #666666;
		letter-spacing: 0;
		line-height: 20px;
	}
	.form .inp{
		position: relative;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		border-radius: 3px;
		margin: 10px 0;
		height: 44px;
		overflow: hidden;
		-webkit-box-flex: 1;
	}
	.form .inp input{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 44px;
		padding: 0 0 0 10px;
		box-sizing: border-box;
		border: none;
		-webkit-appearance: none;
	}
	.form .disbox{
		display: -webkit-box;
		margin: 10px 0 0;
	}
	.form .disbox .btn{
		margin: 10px 0 0;
		width: 48%;
	}
	.form .disbox .btn.b1{
		margin: 10px 4% 0 0;
		background: #FFFFFF;
		border: 1px solid #999999;
		border-radius: 3px;
		color: #333;
	}
	.form .disbox .inp{
		margin: 0;
	}
	.form .btn2{
		width: 95px;
		line-height: 44px;
		box-sizing: border-box;
		margin: 0 0 0 10px;
		background: #FFFFFF;
		border: 1px solid #FF4F53;
		border-radius: 3px;
		font-size: 14px;
		color: #FF4F53;
		text-align: center;
	}
	.ts_btn{
		margin: 20px 0 ;
		background: #FFFFFF;
		border: 1px solid #FF4F53;
		border-radius: 3px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		font-size: 14px;
		color: #FF4F53;
	}
	.main_body .module_10{
		position: relative;
		margin: 30px 0 20px;
	}
	.module_10{
		margin: 20px 0 20px;
	}
	.module_10 .rx_btn .con{
		background: url(img/ico21.png) center center / auto 17px no-repeat #FF4F53;
	}
	.module_10 .tx_txt{
		margin: 5px 0 0;
		font-size: 12px;
		color: #333333;
		letter-spacing: 0;
		text-align: center;
	}
	.module_10 .tx_txt2{
		margin: 3px 0 0;
		font-size: 10px;
		color: #666666;
		letter-spacing: 0;
		line-height: 14px;
		text-align: center;
	}
	.module_10 .h2_txt{
		margin: 10px 0 0;
		font-size: 12px;
		color: #333333;
		letter-spacing: 0;
	}
	.module_10 .peo-list{
		margin: 10px 0 0;
		padding: 0 20px 0 0;
		/*display: -webkit-box;*/
		background: url(img/ico6.png) 100% center / auto 12px no-repeat ;
	}
	.module_10 .peo-list .ul{
		display: -webkit-box;
		overflow-x: scroll;
	}
	.module_10 .peo-list .li{
		width: 35px;
		height: 35px;
		margin: 0 10px 0 0;
	}
	.rx_btn{
		position: relative;
		width: 60px;
		height: 60px;
		border: 4px solid rgba(255,79,82,.3);
		border-radius: 34px;
		margin: 0 auto;
	}
	.rx_btn .con{
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}
	.rx_btn.ico1{
		border: 4px solid rgba(162,110,55,0.3);
		border-radius: 34px;
		margin: 0 auto;
	}
	.rx_btn.ico1 .con{
		border-radius: 30px;
		background: url(img/ico22.png) center center / auto 18px no-repeat #A26F37;
	}
	section{
		background: #fff;
		margin: 10px 0;
		padding: 1px 15px;
	}
	.module_11{
		padding: 15px 0;
		border-bottom: 1px solid #e5e5e5;	
	}
	.module_11 .tit{
		font-size: 16px;
		color: #333333;
		letter-spacing: 0;
		font-weight: bold;
	}
	.module_11 .img{
		margin: 15px 0
	}
	.module_11 .txt{
		height: 20px;
		line-height: 20px;
		display: -webkit-box;
	}
	.module_11 .txt .i{
		padding: 0 0  0 20px;
		font-size: 14px;
		color: #00AFEC;
		line-height: 20px;
		-webkit-box-flex: 1;
	}
	.module_11 .txt .ico{
		background: url(img/ico17.png) left center / auto 13px no-repeat ;
	}
	.module_11 .txt .txt_r{
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		border-radius: 2px;
		width: 30px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		font-size: 10px;
		color: #CCCCCC;
	}
	.download{
	    position: relative;
	    width: 100%;
	    height: 64px;
	    background: #fff;
	    display: -webkit-box;
	    box-sizing: border-box;
	    padding: 8px 23px 10px;
	    /*margin: 10px 0;*/
	}
	.download .img{
	    width: 45px;
	    height: 45px;
	    margin: 0 10px 0 0;
	}
	.download .box_con{
	    -webkit-box-flex:1;
	    color: #fff;
	}
	.download .box_con .box_t{
	    font-size: 16px;
	    color: #333;
	    padding: 3px 0 0 0;
	}
	.download .box_con .box_txt{
	    padding: 9px 0 0 0;
	    font-size: 12px;
	    color: #666;
	}
	.download .box_btn{
	    margin: 6px 0 0 0;
	    font-size: 15px;
	    background: #e74238;
	    color: #fff;
	    border-radius: 8px;
	    text-align: center;
	    width: 90px;
	    height: 39px;
	    line-height: 39px;
	}
	.download .close{
	    position: absolute;
	    right: 5px;
	    top: 5px;
	    width: 15px;
	}

	.fix-footer{
		background: #FFFFFF;
		box-shadow: 0 0 4px 0 rgba(0,0,0,0.10);
		height: 50px;
		border-top: 1px solid #e5e5e5;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		display: -webkit-box;
	}
	.fix-footer .inp{
		position: relative;
		margin: 9px 20px;
		height: 32px;
		box-sizing: border-box;
		background: #FFFFFF;
		border: 1px solid #999999;
		border-radius: 100px;
		-webkit-box-flex: 1;
	}
	.fix-footer .inp input{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		line-height: 32px;
		height: 32px;
		padding: 0 0 0 41px;
		box-sizing: border-box;
		border: none;
		background: url(img/ico27.png) 10px center / auto 14px no-repeat ;
		-webkit-appearance: none;
	}
	.fix-footer .co{
		position: relative;
		width: 22px;
		margin: 0 10px 0 0;
		background: url(img/ico25.png) center center / auto 20px no-repeat ;
	}
	.fix-footer .co span{
		position: absolute;
		left: 13px;
	    top: 7px;
		text-align: center;
		color: #fff;
		padding: 1px 3px;
		font-size: 12px;
		background: #FF4F53;
		border-radius: 12px;
	}
	.fix-footer .sc{
		width: 30px;
		margin: 0 10px 0 0;
		background: url(img/ico26.png) center center / auto 20px no-repeat ;
	}
	.fix-footer .fx{
		width: 30px;
		margin: 0 20px 0 0;
		background: url(img/ico24.png) center center / auto 20px no-repeat ;
	}
	.fix-btn{
		position: fixed;
		right: 10px;
		bottom: 70px;
	}
	.fix-btn.ico2{
		border: 4px solid rgba(162,110,55,0.3);
	}
	.fix-btn.ico2 .con{
		background: #A26F37;
	}
	.fix-btn.ico2 .con .txt{
		background: url(img/ico22.png) center 10px / auto 18px no-repeat ;
		padding: 32px 0 0;
		text-align: center;
		font-size: 10px;
		color: #FFFFFF;
	}

	.module_5{
	    position: relative;
	    margin: 13px 0 27px;
	    padding: 20px 0 20px;
	    background: #fff;
	    border-top: 1px solid #e5e5e5;
	    border-bottom: 1px solid #e5e5e5;
	}
	.form:before{
	    position: absolute;
	    top: 0;
	    left: 46%;
	    width: 8%;
	    height: 4px;
	    background: rgb(253,82,73);
	    content: '.';
	    color: transparent;
	}
	.module_5 .li{
	    margin: 16px 12px 0px;
	    padding: 0 0 10px;
	    border-bottom: 1px solid #ddd;
	    color: #333;
	}
	.module_5 .li .head {
	    position: relative;
	    display: -webkit-box;
	    line-height: 28px;
	}
	.module_5 .li .head .img{
	    position: relative;
	    display: -webkit-box;
	    width: 30px;
	    height: 30px;
	    margin: 0 10px 0 0;
	}
	.module_5 .li .head .name{
	    position: relative;
	    font-size: 12px;
	    color: #156EEA;
	    line-height: 16px;

	}
	.module_5 .li .head .name .time{
	    position: absolute;
	    top: 20px;
	    left: 0;
	    font-size: 12px;
	    color: #999999;
	    letter-spacing: 0;
	}
	.module_5 .li .head .rl{
	    -webkit-box-flex: 1;
	    text-align: right;
	    color: #979797;
	    font-size: 12px;
	}
	.module_5 .li .head .upvote{
	    margin: 0 0 0 28px;
	    padding: 0 0 0 18px;
	    background: url(img/ico4.png) left center/auto 14px no-repeat;
	    text-align: right;
	    color: #979797;
	    font-size: 12px;
	}
	.module_5 .li .head .upvote.act{
	    background: url(img/ico4_act.png) left center/auto 14px no-repeat;
	}
	.module_5 .li .con{
	    padding: 10px 0px 5px 40px;
	    line-height: 28px;
	}
	.module_5 .li .reply{
	    margin: 0px 0px 10px 40px;
	    border: 1px solid #e7e7e7;
	    background: #f5f4f2;
	    padding: 13px 14px;
	    line-height: 26px;
	    box-sizing: border-box;
	}
	.module_5 .li .reply .other{
	    /*color: #;*/
	}
	.module_5 .li .reply a{
	    display: inline;
	    color: #4ca0d2;
	}
	.module_5 .more{
	    text-align: center;
	    margin: 20px auto 0;

	    font-size: 18px;
	    color: #333333;
	    line-height: 24px;
	}
	.module_5 .app-download{
	    margin: 18px;
	    color: #fff;
	    height: 48px;
	    line-height: 48px;
	    text-align: center;
	    background: #e74238;
	    border-radius: 8px;
	}
	.h4 {
	    display: block;
	    background: #fff;
	    padding: 0 8px;
	    text-align: center;
	    z-index: 10;
	}
	.h4 {
	    position: relative;
	    width: 30%;
	    color: #333;
	    font-size: 16px;
	    text-align: center;
	    margin: 0 auto;
	}
	.h4:before{
	    background: rgb(216,216,216);
	    height: 1px;
	    position: absolute;
	    top: 49%;
	    left: 0%;
	    width: 16px;
	    content: '.';
	    color: transparent;
	}
	.h4:after{
	    background: rgb(216,216,216);
	    height: 1px;
	    position: absolute;
	    top: 49%;
	    right: 0%;
	    width: 16px;
	    content: '.';
	    color: transparent;
	}.h2 {
	    display: block;
	    background: #fff;
	    padding: 0 8px;
	    text-align: center;
	    z-index: 10;
	}
	.h2 {
	    position: relative;
	    width: 20%;
	    color: #333;
	    font-size: 16px;
	    text-align: center;
	    margin: 0 auto;
	}
	.h2:before{
	    background: rgb(216,216,216);
	    height: 1px;
	    position: absolute;
	    top: 49%;
	    left: 0%;
	    width: 16px;
	    content: '.';
	    color: transparent;
	}
	.h2:after{
	    background: rgb(216,216,216);
	    height: 1px;
	    position: absolute;
	    top: 49%;
	    right: 0%;
	    width: 16px;
	    content: '.';
	    color: transparent;
	}
	.h2_con{
	    padding: 0 0 14px;
	    border-bottom: 1px solid #e5e5e5;
	}
	.h3 {
	    display: block;
	    background: #fff;
	    padding: 0 8px;
	    text-align: center;
	    z-index: 10;
	}
	.h3 {
	    position: relative;
	    width: 23%;
	    color: #333;
	    font-size: 16px;
	    text-align: center;
	    margin: 0 auto;
	}
	.h3:before{
	    background: rgb(216,216,216);
	    height: 1px;
	    position: absolute;
	    top: 49%;
	    left: 0%;
	    width: 30px;
	    content: '.';
	    color: transparent;
	}
	.h3:after{
	    background: rgb(216,216,216);
	    height: 1px;
	    position: absolute;
	    top: 49%;
	    right: 0%;
	    width: 30px;
	    content: '.';
	    color: transparent;
	}

	.module_6{
	    margin: 46px 0 60px;
	    
	}
	.module_6 img{
	    margin: 0 auto;
	    width: 82px;
	    height: 70px;

	}
	.module_6 .txt{
	    margin: 25px 0 ;
	    text-align: center;
	    font-size: 12px;
	    color: #999999;
	    line-height: 16px;

	}

	.module_8{
	    position: relative;
	    padding: 20px 0px 20px 0;
	    margin: 13px 0;
	    background: #fff;
	    border-top: 1px solid #e5e5e5;
	    border-bottom: 1px solid #e5e5e5;
	}
	.module_8:before{
	    position: absolute;
	    top: 0;
	    left: 46%;
	    width: 8%;
	    height: 4px;
	    background: rgb(253,82,73);
	    /*content: ;*/
	    color: transparent;
	}

	.module_8 .con{
	    background: #fff;
	    padding: 1px 10px 0;
	    margin: 10px 0 0;
	}
	.module_8 .pic_txt_li {
	    display: -webkit-box;
	    margin: 10px 0px 5px;
	}
	.module_8 .pic_txt_li.top_line {
	    border-top: 1px solid #dddddd;
	    padding-top: 10px;
	}
	.module_8 .pic_txt_li.line {
	    border-bottom: 1px solid #dddddd;
	}
	.module_8 .pic_txt_li .img {
	    position: relative;
	    padding: 0px 0 0px 0px;
	    width: 108px;
	    height: 81px;
	    overflow: hidden;
	    margin: 0 0 0 20px;
	    background: blue;
	}
	.module_8 .pic_txt_li .right {
	    position: relative;
	    padding: 0px 0px 10px 9px;
	    box-sizing: border-box;
	    overflow: hidden;
	    /* width: 48%; */
	    font-size: 20px;
	    -webkit-box-flex: 1;
	    color: #333;
	}
	.module_8 .pic_txt_li .right .text {
	    margin: -3px 0 0;
	    height: 48px;
	    line-height: 24px;
	    overflow: hidden;
	    font-size: 16px;
	    color: #333333;
	    letter-spacing: 0;
	}
	.module_8 .pic_txt_li .right .text2 {
	    margin: 18px 0 0 0;
	    color: #999;
	    font-size: 12px;
	    height: 18px;
	    line-height: 16px;
	    overflow: hidden;
	    display: -webkit-box;
	    font-size: 10px;

	}
	.module_8 .pic_txt_li .right .text2 .l{
	    -webkit-box-flex: 1;
	}
	.module_8 .pic_txt_li .right .text2 .r{
	    margin: 0 0 0 5px;
	    line-height: 16px;
	    height: 16px;
	}
	.module_8 .pic_txt_li .right .text2 .r.c1{
	    border-radius: 3px;
	    border: 1px solid #00AFEC;
	    font-size: 10px;
	    color: #00AFEC;
	    padding: 0 2px;
	}
	.module_8 .pic_txt_li .right .text2 .r.c2{
	    border-radius: 3px;
	    border: 1px solid #FF4F53;
	    font-size: 10px;
	    color: #FF4F53;
	    padding: 0 2px;
	}
	.module_8 .pic_txt_li .right .text2 .r.c3{
	    border-radius: 3px;
	    border: 1px solid #FF9C00;
	    font-size: 10px;
	    color: #FF9C00;
	    padding: 0 2px;
	}
	.module_8 .pic_txt_li .right .text2 .r.c4{
	    border-radius: 3px;
	    border: 1px solid #FF9799;
	    font-size: 10px;
	    color: #FF9799;
	    padding: 0 2px;
	}
	.module_8 .pic_txt_li .right .text2.icon1{
	    padding-left: 23px;
	    background: url(../img/icon_19.png) left bottom no-repeat;
	    background-size: auto 12px;
	}
	.module_8 .pic_txt_li .right .text2.icon2{
	    padding-left: 23px;
	    background: url(../img/icon_20.png) left bottom no-repeat;
	    background-size: auto 12px;
	}
	.main_body .h2 {
	    margin: 20px auto;
	    font-size: 16px;
	    width: 36%;
	}

	.main_body .share_ul{
	    margin: 16px 13px 20px;
	    position: relative;
	    display: -webkit-box;
	    height: 70px;
	    line-height: 126px;
	}
	.main_body .share_ul  .li{
	       position: relative;
	       /*-webkit-box-flex: 1;*/
	       width: 25%;
	       text-align: center;
	       color: #333;
	       font-size: 12px;
	}
	.main_body .share_ul .li .like_btn .num{
	       margin: -29px 0 0 0;
	}
	.main_body .share_ul .li .like_btn .add{
	    color: #e74238;
	    font-size: 13px;
	    position: absolute;
	    left: 0;
	    width: 100%;
	    top: 20%;
	    z-index: 1;
	    display: none;
	}
	.main_body .share_ul .li_c{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    color: #6b6b6b;
	    font-size: 12px;
	}
	.main_body .share_ul .li_c img{
	   width: 70px;
	   margin: 0 auto 10px;
	   display: block;
	}
	.main_body .share_ul .li.l1{
	    background: url(img/ico34.png) top center/auto 50px no-repeat;
	}
	.main_body .share_ul .li.l1:active{
	    /*background: url(img/l1_act.png) center center/auto 70px no-repeat;*/
	}
	.main_body .share_ul .li.l2{
	    background: url(img/ico33.png) top center/auto 50px no-repeat;
	}
	.main_body .share_ul .li.l2:active{
	    /*background: url(img/l2_act.png) center center/auto 70px no-repeat;*/
	}
	.main_body .share_ul .li.l3{
	    background: url(img/ico31.png) top center/auto 50px no-repeat;
	}
	.main_body .share_ul .li.l3:active{
	    /*background: url(img/l3_act.png) center center/auto 70px no-repeat;*/
	}
	.main_body .share_ul .li.l4{
	    background: url(img/ico32.png) top center/auto 50px no-repeat;
	}
	.main_body .share_ul .li.l4:active{
	    /*background: url(img/l3_act.png) center center/auto 70px no-repeat;*/
	}
	
	.fix-header{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 44px;
	    line-height: 44px;
	    z-index: 2;
	    background: rgba(0,0,0,.1);
	    border: none;
	    color: #fff;
	}

	.fix-header .prev{
	    background: url(img/ico15.png) center center / auto 14px no-repeat;
	}
	.module_1{
	    padding: 20px 20px 0;
	    background: #fff;
	}
	.module_1 .tit{
	    font-size: 18px;
	    color: #333333;
	    letter-spacing: 0;
	    line-height: 24px;
	    background: url(img/ico6.png) right center / auto 12px no-repeat;
	}
	.module_1 .icos{
	    margin: 10px 0 0 0;
	}
	.module_1 .icos>div{
	    float: left;
	    font-size: 12px;
	    color: #333333;
	    letter-spacing: 0;
	    line-height: 16px;
	    margin: 0 8px 0 0;
	}
	.module_1 .icos>div.ico{
	    padding: 0 0 0 18px;
	    background: url(img/ico8.png) left center / auto 14px no-repeat;
	}
	.module_1 .icos>div.ico2{
	    padding: 0 0 0 18px;
	    background: url(img/ico18.png) left center / auto 13px no-repeat;
	}
	.module_1 .icos>div.ico3{
	    padding: 0 0 0 18px;
	    background: url(img/ico30.png) left center / auto 14px no-repeat;
	}
	.module_1 .tags{
	    margin: 10px 0 0 0;
	}
	.module_1 .tags .t{
	    height: 22px;
	    line-height: 22px;
	    background: #FFFFFF;
	    border: 1px solid #4CC5EF;
	    border-radius: 2px;
	    margin: 0 5px 5px 0;
	    color: #4CC5EF;
	    font-size: 12px;
	    text-align: center;
	    float: left;
	    padding: 0 3px;
	}
	.module_1 .links{
	    margin: 10px 0 0;
	}
	.module_1 .links .li{
	    border-top: 1px solid #e5e5e5;
	    height: 50px;
	    line-height: 50px;
	    overflow: hidden;
	    background: url(img/ico6.png) right center / auto 12px no-repeat;
	    font-size: 14px;
	    color: #333333;
	    letter-spacing: 0;
	}
	.module_1 .links .li.nobg{
	    background:none;
	}
	.module_1 .links .li .ico4{
	    display: block;
	    padding: 0 0 0 38px;
	    background: url(img/ico36.png) left center / auto 28px no-repeat;
	}
	.module_1 .links .li .ico{
	    display: block;
	    padding: 0 0 0 38px;
	    background: url(img/ico36.png) left center / auto 28px no-repeat;
	}
	.module_1 .links .li .ico2{
	    display: block;
	    padding: 0 0 0 38px;
	    background: url(img/ico37.png) left center / auto 28px no-repeat;
	}
	.module_1 .links .li .ico3{
	    display: block;
	    padding: 0 0 0 38px;
	    background: url(img/ico39.png) left center / auto 28px no-repeat;
	}
	.module_2{
	    margin: 10px 0;
	    padding: 14px 0 1px;
	    background: #fff;
	}
	.module_2 .img-list{
	    margin: 20px 0 10px 20px;
	}
	.module_2 .img-list .li{
	    position: relative;
	    float: left;
	    width: 31%;
	    margin: 0 5px 5px 0;
	}
	.module_2 .img-list .li .bg{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(255,79,82,0.80);
	    display: -webkit-box;
	    -webkit-box-pack:center; 
	    -moz-box-pack:center; 
	    -webkit-box-align:center; 
	    -moz-box-align:center; 
	}
	.module_2 .img-list .li .bg .txt{
	    text-align: center;
	    font-size: 14px;
	    color: #FFFFFF;
	    letter-spacing: 0;
	    padding: 0 0 30px;
	    height: 16px;
	    background: url(img/ico38.png) center bottom / auto 25px no-repeat;
	}
	.module_3{
	    margin: 10px 0;
	    padding: 14px 0 1px;
	    background: #fff;
	}
	.module_3 .ul{
	    margin: 0px 20px;
	}
	.module_3 .ul .li{
	    border-bottom: 1px solid #e5e5e5;
	    margin: 20px 0 0;
	}
	.module_3 .top {
	    display: -webkit-box;
	    height: 30px;
	    line-height: 30px;
	}
	.module_3 .top .head{
	    width: 30px;
	    margin: 0 10px 0 0;
	}
	.module_3 .top .name{
	    font-size: 14px;
	    color: #333333;
	    -webkit-box-flex: 1;
	}
	.module_3 .top .name span{
	    display: inline;
	    font-size: 12px;
	    color: #FF4F53;
	    padding: 2px 10px;
	    margin: 0 0px 0 8px;
	    background: #FFFFFF;
	    border: 1px solid #FF9799;
	    border-radius: 12px;
	}
	.module_3 .top .z{
	    padding: 0 0 0 25px;
	    font-size: 12px;
	    color: #333333;
	    background: url(img/ico10.png) left center / auto 19px no-repeat;
	}
	.module_3 .img{
	    margin: 10px 0;
	}
	.module_3 .tit{
	    margin: 10px 0;
	    font-size: 16px;
	    color: #333333;
	    font-weight: bold;
	    line-height: 20px;
	}
	.module_3 .txt{
	    margin: 10px 0;
	    font-size: 12px;
	    color: #999999;
	    letter-spacing: 0;
	    line-height: 18px;
	}
	.module_3 .btm{
	    margin: 10px 0 20px;
	    display: -webkit-box;
	    font-size: 12px;
	    color: #333333;
	    line-height: 16px;
	}
	.module_3 .btm .btm_l{
	    -webkit-box-flex: 1;
	    padding: 0 0 0 20px;
	}
	.module_3 .btm .btm_r{
	    padding: 0 14px 0 20px;
	    background: url(img/ico3.png) right center / auto 9px no-repeat;
	}
	.module_3 .btm .btm_l.ico{
	    background: url(img/ico8.png) left center / auto 14px no-repeat;
	}










.download{
	width: 100%;
	height: 64px;
	background: rgba(0,0,0,.7);
	display: -webkit-box;
	box-sizing: border-box;
	padding: 8px 23px 10px;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.download .img{
	width: 45px;
	height: 45px;
	margin: 0 10px 0 0;
}
.download .box_con{
	-webkit-box-flex:1;
	color: #fff;
}
.download .box_con .box_t{
	color: #fff;
	font-size: 18px;
	padding: 3px 0 0 0;
}
.download .box_con .box_txt{
	color: #fff;
	padding: 6px 0 0 0;
	font-size: 12px;
}
.download .box_btn{
	margin: 6px 0 0 0;
	font-size: 15px;
	background: #e74238;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	width: 90px;
	height: 39px;
	line-height: 39px;
}
.download .close{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
}