/* 文心墨韵 */
.wxmy-con {
	max-width: 640px;
	width: 100%;
	height: 100%;
	padding: 2rem 0 0;
	margin: 0 auto;
	background-color: #f2f2f2;
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-header {
	width: 100%;
	height: 2rem;
	padding: 0 2rem;
	background-color: #12605D;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}

/* .page-header .tit-img {
	width: 3.9rem;
	height: .9rem;
	margin: 0 auto;
} */

.page-header .back-btn{
	display: block;
	width: 2rem;
	height: 2rem;
	padding: .5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.page-header .page-tit{
	font-size: .8rem;
	color: #fff;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 2px;
}

.fall-box {
	width: 100%;
	padding: .6rem .5rem;
}

.fall-box .item {
	width: calc(50% - .8rem);
	margin-bottom: .6rem;
	box-shadow: 0 0 .25rem rgba(51, 51, 51,.2);
	border-radius: .2rem;
}

.more-a {
	display: block;
	text-align: center;
	margin-top: 8%;
}

.more-a img {
	width: 6%;
}

.back-index .a-btn{
	display: block;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 99;
}

/* 文心墨韵 */
.wxmy-part{
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
/* 	padding: .2rem .2rem .6rem; */
}
.wxmy-part .part-item{
	width: 100%;
	padding: .5rem .25rem .3rem .25rem;
	background-color: rgba(255,255,255,.8);
	border-radius: .25rem;
	overflow: hidden;
	margin-bottom: .3rem;
	box-shadow: 0 0 .2rem rgba(15,15,15,.15);
}
.wxmy-part .part-item .wxmy-tit{
	width: 100%;
	margin-bottom: .6rem;
}
.wxmy-part .part-item .part-tit{
	display: inline-block;
	font-size: .75rem;
	color: #333;
	line-height: 1.4rem;
	font-weight: 600;
	margin: 0 0 .7rem .75rem;
	border-bottom: 1px solid #12605D;
}
.show-list .item{
	margin: 0 .4rem .4rem 0;
	border-radius: .2rem;
	overflow: hidden;
	box-shadow: 0 0 .2rem rgba(5,5,5,.1);
}
.show-list .item.w33{
	width: 5.68rem;
}
.show-list .item.w33:nth-child(3n){
	margin-right: 0;
}
.show-list .item.w50{
	width: 8.72rem;
}
.show-list.show-youlan .item.w50{
	height: 8.72rem;
}
.show-list .item.w50:nth-child(2n){
	margin-right: 0;
}

.wxmy-part .part-item .btn-box{
	width: 100%;
	text-align: center;
}
.wxmy-part .part-item .more-btn{
	display: inline-block;
	font-size: .6rem;
	color: #12605D;
	line-height: 1rem;
	letter-spacing: 2px;
	padding: .3rem .5rem;
}

.wxmy-con .page-title{
	width: 100%;
	padding: .6rem 0 0;
}
.wxmy-con .page-title .tit-img{
	width: 17.25rem;
	margin: 0 auto;
}
/* .wxmy-foot{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 11;
} */



/* 对话郭因 */
.dhgy-con{
	max-width: 640px;
    width: 100%;
    height: 100%;
    padding: 2rem 0 2rem;
    margin: 0 auto;
    background: #F3F2F2 url(../img/dhgy-bg.jpg) no-repeat center top;
	background-size: 100% auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dhgy-con .dhgy-list{
	width: 100%;
	padding: .6rem .5rem;
}
.dhgy-con .dhgy-list .list-item{
	width: 100%;
	padding: .6rem .2rem;
	border-radius: .25rem;
	background-color: rgba(255,255,255,.6);
	margin-bottom: .3rem;
}
.dhgy-list .list-item .user-ph{
	width: 2.25rem;
	height: 2.25rem;
	border-radius: .5rem;
	overflow: hidden;
}
.dhgy-list .list-item .item-body{
	width: 14.2rem;
}
.dhgy-list .list-item .item-body .user-info{
	width: 100%;
	margin-bottom: .2rem;
}
.item-body .user-info .user-name{
	width: calc(100% - 4.5rem);
	font-size: .8rem;
	color: #333;
	line-height: 1.2rem;
}
.item-body .user-info .date{
	width: 4.5rem;
	font-size: .5rem;
	color: #999;
	line-height: 1.2rem;
}
.item-body .liuyan-txt .mes-txt{
	font-size: .7rem;
	color: #666;
	line-height: 1.4rem;
}

.item-body .reply-part{
	width: 100%;
	padding: .3rem;
	border-radius: .25rem;
	background-color: #eee;
}
.item-body .reply-part .gy-ph{
	width: 1.7rem;
	text-align: center;
}
.item-body .reply-part .gy-ph img{
	border-radius: .25rem;
	margin-bottom: .2rem;
}
.item-body .reply-part .gy-ph .name{
	font-size: .65rem;
	color: #333;
	line-height: 1rem;
}
.item-body .reply-part .reply-body{
	width: 11.3rem;
}
.item-body .reply-part .reply-body .txt{
	font-size: .6rem;
	color: #666;
	line-height: 1rem;
}

.liuyan-foot{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	height: 2rem;
	padding: .2rem .5rem;
	border-top: 1px solid #dcdcdc;
	background-color: #fff;
}
.liuyan-foot .int-text{
	float: left;
	width: 16rem;
	height: 1.6rem;
	border: 1px solid #dcdcdc;
	padding: 0 .3rem;
	margin: 0;
	font-size: .6rem;
	color: #333333;
}
.liuyan-foot .submit-btn{
	float: right;
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	padding: .2rem;
}
.liuyan-foot .submit-btn img{
	display: block;
	width: 100%;
	height: 100%;
}

/* 绿色美学 */
.lsmx-con{
	max-width: 640px;
	width: 100%;
	height: 100%;
	padding: 2.5rem .5rem 0;
	margin: 0 auto;
	background: #F3F2F2 url(../img/lsmx-bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-overflow-scrolling: touch;
}
.lsmx-con .lsmx-item{
	width: 100%;
	height: auto;
	border-radius: .25rem;
	overflow: hidden;
	margin-bottom: .6rem;
	box-shadow: 0 .1rem .3rem rgba(11, 3, 6,.14);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 4.5rem;
}
.lsmx-con .lsmx-item .item-tit{
	width: 100%;
	height: 4.5rem;
	padding: 1.45rem 0 1.45rem 5.25rem;
	position: relative;
}
.lsmx-con .lsmx-item.step1{
	background-image: url(../img/lsmx-item-bg1.png);
}
.lsmx-con .lsmx-item.step2{
	background-image: url(../img/lsmx-item-bg2.png);
}
.lsmx-con .lsmx-item.step3{
	background-image: url(../img/lsmx-item-bg3.png);
}
.lsmx-con .lsmx-item.step4{
	background-image: url(../img/lsmx-item-bg4.png);
}
.lsmx-item.step1 .item-tit .num-img{
	width: 4.65rem;
	/* opacity: .55; */
	position: absolute;
	left: -.2rem;
	top: -.1rem;
}
.lsmx-item.step2 .item-tit .num-img{
	width: 4.65rem;
	/* opacity: .55; */
	position: absolute;
	left: -.35rem;
	top: -.2rem;
}
.lsmx-item.step3 .item-tit .num-img{
	width: 4.7rem;
	/* opacity: .55; */
	position: absolute;
	left: -.35rem;
	top: -.1rem;
}
.lsmx-item.step4 .item-tit .num-img{
	width: 4.75rem;
	/* opacity: .55; */
	position: absolute;
	left: -.4rem;
	top: -.02rem;
}
.lsmx-item .item-tit .num-img img{
	opacity: .55;
}

.lsmx-con .lsmx-item .item-tit .tit-img{
	height: 1.6rem;	
}
.lsmx-con .lsmx-item.step1 .item-tit .tit-img{
	width: 8.5rem;
}
.lsmx-con .lsmx-item.step2 .item-tit .tit-img{
	width: 10.85rem;
	height: 2.5rem;
}
.lsmx-con .lsmx-item.step3 .item-tit .tit-img{
	width: 12.2rem;
}
.lsmx-con .lsmx-item.step4 .item-tit .tit-img{
	width: 11.75rem;
}

.lsmx-con .lsmx-item .lsmx-desc{
	display: none;
	width: 100%;
	position: relative;
	background-color: rgba(255,255,255,.6);
}
.lsmx-con .lsmx-item.on .lsmx-desc{
	display: block;
}
.lsmx-con .lsmx-desc .zz-list{
	width: 100%;
	padding: .8rem .4rem 1px;
}
.lsmx-desc .zz-list .lsmx-line{
	width: 100%;
	margin: 1rem 0;
}
.zz-list .zz-item{
	width: 100%;
	margin-bottom: 1rem;
}
.zz-list .zz-item .zz-img{
	width: 4.6rem;
	margin-right: .9rem;
}
.zz-list .zz-item .zz-info{
	width: calc(100% - 5.5rem);
}
.zz-list .zz-item .zz-info .zz-name{
	font-size: .8rem;
	color: #333;
	line-height: 1.2rem;
	font-weight: 600;
}
.zz-list .zz-item .zz-info .date{
	font-size: .55rem;
	color: #999;
	line-height: .6rem;
	margin-top: .1rem;
}
.zz-list .zz-item .zz-info .mes{
	width: 100%;
    height: auto;
    font-size: .7rem;
    color: #666;
    line-height: 1rem;
	text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
}
.zz-list .zz-item .zz-info .mes .txt{
	margin-bottom: .8rem;
	text-indent: 2em;
}
.zz-list .zz-item .zz-info .see-more{
	display: none;
	width: 2.4rem;
	font-size: .5rem;
	color:#12605D;
	line-height: .8rem;
	padding: .4rem 0;
}

.lsmx-item.step2 .sxsj-info{
	width: 100%;
	padding: .8rem .55rem .5rem;
}
.sxsj-info .sxsj-tit{
	font-size: .8rem;
	color: #333;
	font-weight: 700;
	line-height: 1.2rem;
	text-indent: 2em;
	margin-bottom: .15rem;
}
.sxsj-info .mes{
	font-size: .7rem;
	color: #666;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.sxsj-info .img-info{
	width: 100%;
	margin-top: 1.1rem;
}
.sxsj-info .img-info .desc-img{
	width: 8.15rem;
	margin: 0 .3rem .3rem 0;
}
.sxsj-info .img-info .desc-img:nth-child(2n){
	margin-right: 0;
}
.sxsj-info .img-info .desc-img .img-box{
	width: 100%;
	box-shadow: 0 .1rem .35rem rgba(0,0,0,.3);
	margin-bottom: .3rem;
}
.sxsj-info .img-info .desc-img .img-name{
	font-size: .5rem;
	color: #12605D;
	line-height: .6rem;
	text-align: center;
}

.lsmx-item .lvchao-info{
	width: 100%;
	padding: .8rem .55rem .95rem;
}
.lsmx-item .lvchao-info .mes{
	font-size: .7rem;
	color: #666;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.lsmx-item .lvchao-info .img-info{
	width: 100%;
	margin-top: .55rem;
}
.lvchao-info .img-info .desc-img{
	width: 8.15rem;
	margin: 0 .3rem .45rem 0;
}
.lvchao-info .img-info .desc-img:nth-child(2n){
	margin-right: 0;
}
.lvchao-info .img-info .desc-img.w100{
	width: 100%;
	margin-right: 0;
}
.lvchao-info .img-info .desc-img.w100 .img-box{
	width: 8.15rem;
	margin: 0 .3rem .3rem 0;
}

.lvchao-info .img-info .desc-img .img-box{
	width: 100%;
	box-shadow: 0 .1rem .35rem rgba(0,0,0,.3);
	margin-bottom: .3rem;
}
.lvchao-info .img-info .desc-img .img-box.tb1{
	width: 6.65rem;
	margin: 0 auto .3rem;
}
.lvchao-info .img-info .desc-img .img-name{
	width: 100%;
	font-size: .5rem;
	color: #12605D;
	line-height: .6rem;
	text-align: center;
}

.lsmx-item .lswh-info{
	width: 100%;
	padding: .8rem .55rem .9rem;
}
.lsmx-item .lswh-info .desc-img{
	width: 8.15rem;
	margin: 0 .3rem .4rem 0;
}
.lsmx-item .lswh-info .desc-img.w100{
	width: 100%;
	margin-right: 0;
}
.lsmx-item .lswh-info .desc-img:nth-child(3){
	margin-right: 0;
}
.lsmx-item .lswh-info .desc-img .img-box{
	width: 100%;
	height: 4.9rem;
	box-shadow: 0 .1rem .35rem rgba(0,0,0,.3);
	margin-bottom: .3rem;
	overflow: hidden;
}
.lsmx-item .lswh-info .desc-img.w100 .img-box{
	height: auto;
}
.lsmx-item .lswh-info .desc-img .img-name{
	font-size: .5rem;
	color: #12605D;
	line-height: .6rem;
	text-align: center;
}

/* 学术生涯 */
.xssy-con{
	max-width: 640px;
	width: 100%;
	height: 100%;
	padding: 2.5rem .5rem 1rem;
	margin: 0 auto;
	background: #F2F2F2 url(../img/xssy-bg.jpg) no-repeat center top;
	background-size: 100% auto;
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-overflow-scrolling: touch;
}
.xssy-con .xssy-item{
	width: 100%;
	height: auto;
	border-radius: .25rem;
	overflow: hidden;
	margin-bottom: .6rem;
	box-shadow: 0 .1rem .3rem rgba(11, 3, 6,.14);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 4.5rem;
}
.xssy-con .xssy-item .item-tit{
	width: 100%;
	height: 4.5rem;
	padding: 1.45rem 0 1.45rem 5.25rem;
	position: relative;
}
.xssy-con .xssy-item.step1{
	background-image: url(../img/xssy-item-bg1.png);
}
.xssy-con .xssy-item.step2{
	background-image: url(../img/xssy-item-bg2.png);
}
.xssy-con .xssy-item.step3{
	background-image: url(../img/xssy-item-bg3.png);
}
.xssy-con .xssy-item.step4{
	background-image: url(../img/xssy-item-bg4.png);
}
.xssy-con .xssy-item.step5{
	background-image: url(../img/xssy-item-bg5.png);
}
.xssy-item.step1 .item-tit .num-img{
	width: 4.65rem;
	position: absolute;
	left: -.2rem;
	top: -.1rem;
}
.xssy-item.step2 .item-tit .num-img{
	width: 4.65rem;
	position: absolute;
	left: -.35rem;
	top: -.2rem;
}
.xssy-item.step3 .item-tit .num-img{
	width: 4.7rem;
	position: absolute;
	left: -.35rem;
	top: -.1rem;
}
.xssy-item.step4 .item-tit .num-img{
	width: 4.75rem;
	position: absolute;
	left: -.4rem;
	top: -.02rem;
}
.xssy-item.step5 .item-tit .num-img{
	width: 4.75rem;
	position: absolute;
	left: -.4rem;
	top: -.02rem;
}
.xssy-item .item-tit .num-img img{
	opacity: .55;
}

.xssy-con .xssy-item .item-tit .tit-img{
	height: 1.6rem;	
}
.xssy-con .xssy-item.step1 .item-tit .tit-img{
	width: 10.25rem;
}
.xssy-con .xssy-item.step2 .item-tit .tit-img{
	width: 9.2rem;
}
.xssy-con .xssy-item.step3 .item-tit .tit-img{
	width: 8.9rem;
}
.xssy-con .xssy-item.step4 .item-tit .tit-img{
	width: 5.75rem;
}
.xssy-con .xssy-item.step5 .item-tit .tit-img{
	width: 6.8rem;
}

.xssy-con .xssy-item .xssy-desc{
	display: none;
	width: 100%;
	position: relative;
	background-color: rgba(255,255,255,.6);
}
.xssy-con .xssy-item.on .xssy-desc{
	display: block;
}

.xssy-con .xssy-desc .mxsl-list{
	width: 100%;
	padding: .8rem .4rem;
}
.mxsl-list .zz-item{
	width: 100%;
}
.mxsl-list .zz-item .zz-img{
	width: 4.6rem;
	margin-right: .9rem;
}
.mxsl-list .zz-item .zz-info{
	width: calc(100% - 5.5rem);
}
.mxsl-list .zz-item .zz-info .zz-name{
	font-size: .8rem;
	color: #333;
	line-height: 1.2rem;
}
.mxsl-list .zz-item .zz-info .date{
	font-size: .55rem;
	color: #999;
	line-height: .6rem;
	margin-top: .1rem;
}
.mxsl-list .zz-item .zz-info .mes{
	width: 100%;
	height: auto;
	font-size: .7rem;
    color: #666;
    line-height: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
	overflow: hidden;
}
/* .mxsl-list .zz-item .zz-info .mes.active{
	height: auto;
} */
.mxsl-list .zz-item .zz-info .mes .txt{
	margin-bottom: .8rem;
	text-indent: 2em;
}

.mxsl-list .zz-item .zz-info .see-more{
	display: none;
	width: 2.4rem;
	font-size: .5rem;
	color: #12605D;
	line-height: .8rem;
	padding: .4rem 0;
}
.mxsl-list .mssl-line{
	width: 100%;
	margin: .7rem 0;
}
.mxsl-item .mxsl-img{
	width: 100%;
	margin-bottom: .3rem;
}
.mxsl-item .mxsl-img .img-box{
	width: 8.1rem;
	height: 5.2rem;
	margin-right: .3rem;
}
.mxsl-item .mxsl-img .img-box:nth-last-child{
	margin-right: 0;
}
.mxsl-item .txt{
	font-size: .7rem;
	color: #433E3E;
	line-height: 1.1rem;
}

.xssy-con .xssy-desc .hxyj-info{
	width: 100%;
	padding: .8rem .7rem 1.2rem .7rem;
}
.hxyj-info .hxyj-img1{
	width: 15.8rem;
	margin: 0 auto .8rem;
}
.hxyj-info .hxyj-img2{
	width: 15.2rem;
	margin: 0 auto 1.5rem;
}
.hxyj-info .hxyj-img3{
	width: 15.9rem;
	margin: 0 auto 1.5rem;
}
.hxyj-info .hxyj-desc .tit{
	font-size: .8rem;
	color: #333;
	font-weight: 700;
	line-height: 1.2rem;
	margin-bottom: .3rem;
}
.hxyj-info .hxyj-desc .txt{
	font-size: .7rem;
	color: #666;
	text-indent: 2em;
	line-height: 1.1rem;
	margin-bottom: .75rem;
}
.hxyj-info .hxyj-desc .txt-info{
	font-size: .7rem;
	color: #666;
	line-height: 1.1rem;
	margin: .8rem 0 .6rem 0;
}

.xssy-con .xssy-desc .other-info{
	width: 100%;
	padding: .8rem .4rem 1rem;
}
.other-info .img-info .desc-img{
	width: 8.275rem;
	margin: 0 .4rem .4rem 0;
}
.other-info .img-info .desc-img.w100{
	width: 100%;
	margin-right: 0;
}
.other-info .img-info .desc-img:nth-child(2){
	margin-right: 0;
}
.other-info .img-info .desc-img .img-name{
	width: 100%;
	font-size: .5rem;
    color: #12605D;
    line-height: .64rem;
    text-align: center;
	margin-top: .2rem;
}

.other-info .mssl-line{
	width: 100%;
	margin: .6rem 0 1rem;
}
.other-info .other-list .mssl-line{
	width: 100%;
	margin: .9rem 0;
}

.other-list .zz-item .zz-img{
	width: 4.6rem;
	margin-right: .9rem;
}
.other-list .zz-item .zz-info{
	width: calc(100% - 5.5rem);
}
.other-list .zz-item .zz-info .zz-name{
	font-size: .8rem;
	color: #333;
	line-height: 1.2rem;
}
.other-list .zz-item .zz-info .zz-name span{
	font-size: .6rem;
}
.other-list .zz-item .zz-info .date{
	font-size: .62rem;
	color: #383838;
	line-height: .7rem;
	font-weight: 700;
	margin: .1rem 0 .35rem;
}
.other-list .zz-item .zz-info .mes{
	width: 100%;
	font-size: .7rem;
    color: #666;
    line-height: 1rem;
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
	overflow: hidden;
}

.xssy-con .xssy-desc .wencun-info{
	width: 100%;
	padding: .3rem .6rem 1rem;
}
.wencun-info .img-txt .wc-img{
	width: 5.4rem;
	margin-right: .4rem;
}
.wencun-info .img-txt .txt{
	width: calc(100% - 5.8rem);
	font-size: .7rem;
	color: #666;
	line-height: 1.1rem;
	text-indent: 2em;
}
.wencun-info .mt-txt{
	font-size: .7rem;
	color: #666;
	line-height: 1rem;
}
.wencun-info .mes{
	width: 100%;
	margin-top: 1rem;
}
.wencun-info .mes .tt{
	font-size: .7rem;
	color: #666;
	line-height: 1.1rem;
	font-weight: 600;
}
.wencun-info .mes .txt{
	font-size: .7rem;
	color: #666;
	line-height: 1.1rem;
	text-indent: 2em;
	margin-bottom: .75rem;
}

.xssy-con .xssy-desc .honor-info{
	width: 100%;
	padding: .2rem .35rem .8rem;
}
.honor-info .medal-list .item{
	margin-bottom: .5rem;
	margin-right: .45rem;
	text-align: center;
}
.honor-info .medal-list .item .img-name{
	font-size: .45rem;
	color: #12605D;
	line-height: .6rem;
	margin-top: .3rem;
	max-height: 1.2rem;
	overflow: hidden;
}
.honor-info .medal-list .medal1{
	width: 6.4rem;
}
.honor-info .medal-list .medal2{
	width: 2.6rem;
}
.honor-info .medal-list .medal2 .img-box{
	height: 3.9rem;
}
.honor-info .medal-list .medal3{
	width: 3.1rem;
}
.honor-info .medal-list .medal4{
	width: 3.6rem;
}
.honor-info .medal-list .medal5{
	width: 5.5rem;
	margin-right: .22rem;
}
.honor-info .medal-list .medal6{
	width: 5.5rem;
	margin-right: .22rem;
}
.honor-info .medal-list .medal7{
	width: 5.5rem;
}

.honor-info .medal-img{
	width: 12.3rem;
	text-align: center;
	margin: 0 auto;
}
.honor-info .medal-img .img-name{
	font-size: .45rem;
	color: #12605D;
	line-height: .6rem;
	margin-top: .3rem;
}

.honor-info .honors-list{
	width: 100%;
	margin-top: .4rem;
}
.honor-info .honors-list .homor-img{
	width: 5.55rem;
	text-align: center;
	margin: 0 .15rem .4rem 0;
}
.honor-info .honors-list .homor-img:nth-child(3n){
	margin-right: 0;
}
.honors-list .homor-img .img-name{
	font-size: .45rem;
	color: #12605D;
	line-height: .6rem;
	margin-top: .2rem;
}

/* 知音相和 */
.zyxh-con{
	max-width: 640px;
	width: 100%;
	height: 100%;
	padding: 2.5rem .5rem 1rem;
	margin: 0 auto;
	background: #F2F2F2 url(../img/zyxh-bg.jpg) no-repeat center top;
	background-size: 100% auto;
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-overflow-scrolling: touch;
}

.zyxh-con .list-item{
	width: 100%;
	height: auto;
	border-radius: .25rem;
	overflow: hidden;
	padding: .6rem .6rem;
	margin-bottom: .6rem;
	box-shadow: 0 .1rem .3rem rgba(11, 3, 6,.14);
	background-color: rgba(255,255,255,.6);
}
.zyxh-con .list-item p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: .25rem;
}
.zyxh-con .list-item h3{
	width: 100%;
	font-size: .55rem;
	color: #666;
	line-height: .8rem;
	margin-top: .3rem;
	text-align: right;
}

/* .zyxh-con .zyxh-item{
	width: 100%;
	height: auto;
	border-radius: .25rem;
	overflow: hidden;
	margin-bottom: .5rem;
	box-shadow: 0 .1rem .3rem rgba(11, 3, 6,.14);
	background-color: rgba(255,255,255,.6);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.zyxh-con .zyxh-item .item-tit{
	width: 100%;
	height: 4.5rem;
	padding: 1.45rem 0 1.45rem 5.2rem;
	position: relative;
}
.zyxh-con .zyxh-item.step1{
	background-image: url(../img/zyxh-item-bg1.png);
}
.zyxh-con .zyxh-item.step2{
	background-image: url(../img/zyxh-item-bg2.png);
}
.zyxh-con .zyxh-item.step3{
	background-image: url(../img/zyxh-item-bg3.png);
}
.zyxh-con .zyxh-item.step4{
	background-image: url(../img/zyxh-item-bg4.png);
}
.zyxh-con .zyxh-item.step5{
	background-image: url(../img/zyxh-item-bg5.png);
}
.zyxh-con .zyxh-item.step6{
	background-image: url(../img/zyxh-item-bg6.png);
}
.zyxh-con .zyxh-item.step7{
	background-image: url(../img/zyxh-item-bg7.png);
}
.zyxh-con .zyxh-item.step8{
	background-image: url(../img/zyxh-item-bg8.png);
}
.zyxh-con .zyxh-item.step9{
	background-image: url(../img/zyxh-item-bg9.png);
}
.zyxh-con .zyxh-item.step10{
	background-image: url(../img/zyxh-item-bg10.png);
}
.zyxh-con .zyxh-item.step11{
	background-image: url(../img/zyxh-item-bg11.png);
}
.zyxh-con .zyxh-item.step12{
	background-image: url(../img/zyxh-item-bg12.png);
}
.zyxh-con .zyxh-item.step13{
	background-image: url(../img/zyxh-item-bg13.png);
}
.zyxh-con .zyxh-item.step14{
	background-image: url(../img/zyxh-item-bg14.png);
}
.zyxh-con .zyxh-item.step15{
	background-image: url(../img/zyxh-item-bg15.png);
}
.zyxh-con .zyxh-item.step16{
	background-image: url(../img/zyxh-item-bg16.png);
}
.zyxh-con .zyxh-item.step17{
	background-image: url(../img/zyxh-item-bg17.png);
}
.zyxh-con .zyxh-item.step18{
	background-image: url(../img/zyxh-item-bg18.png);
}
.zyxh-con .zyxh-item.step19{
	background-image: url(../img/zyxh-item-bg19.png);
}
.zyxh-con .zyxh-item.step20{
	background-image: url(../img/zyxh-item-bg20.png);
}
.zyxh-con .zyxh-item.step21{
	background-image: url(../img/zyxh-item-bg21.png);
}
.zyxh-con .zyxh-item.step22{
	background-image: url(../img/zyxh-item-bg22.png);
}
.zyxh-con .zyxh-item.step23{
	background-image: url(../img/zyxh-item-bg23.png);
}
.zyxh-con .zyxh-item.step24{
	background-image: url(../img/zyxh-item-bg24.png);
}

.zyxh-con .zyxh-item .item-tit .tit-img{
	height: 1.6rem;	
}
.zyxh-con .zyxh-item.step1 .item-tit .tit-img{
	width: 3.65rem;
}
.zyxh-con .zyxh-item.step2 .item-tit .tit-img{
	width: 4.55rem;
}
.zyxh-con .zyxh-item.step3 .item-tit .tit-img{
	width: 5.3rem;
}
.zyxh-con .zyxh-item.step4 .item-tit .tit-img{
	width: 5.35rem;
}
.zyxh-con .zyxh-item.step5 .item-tit .tit-img{
	width: 4.2rem;
}
.zyxh-con .zyxh-item.step6 .item-tit .tit-img{
	width: 3.05rem;
}
.zyxh-con .zyxh-item.step7 .item-tit .tit-img{
	width: 3rem;
}
.zyxh-con .zyxh-item.step8 .item-tit .tit-img{
	width: 3.75rem;
}
.zyxh-con .zyxh-item.step9 .item-tit .tit-img{
	width: 2.65rem;
}
.zyxh-con .zyxh-item.step10 .item-tit .tit-img{
	width: 3.25rem;
}
.zyxh-con .zyxh-item.step11 .item-tit .tit-img{
	width: 5.55rem;
}
.zyxh-con .zyxh-item.step12 .item-tit .tit-img{
	width: 4.1rem;
}
.zyxh-con .zyxh-item.step13 .item-tit .tit-img{
	width: 4.5rem;
}
.zyxh-con .zyxh-item.step14 .item-tit .tit-img{
	width: 4.5rem;
}
.zyxh-con .zyxh-item.step15 .item-tit .tit-img{
	width: 4.2rem;
}
.zyxh-con .zyxh-item.step16 .item-tit .tit-img{
	width: 3.3rem;
}
.zyxh-con .zyxh-item.step17 .item-tit .tit-img{
	width: 3.6rem;
}
.zyxh-con .zyxh-item.step18 .item-tit .tit-img{
	width: 3.85rem;
}
.zyxh-con .zyxh-item.step19 .item-tit .tit-img{
	width: 4.4rem;
}
.zyxh-con .zyxh-item.step20 .item-tit .tit-img{
	width: 3rem;
}
.zyxh-con .zyxh-item.step21 .item-tit .tit-img{
	width: 4.1rem;
}
.zyxh-con .zyxh-item.step22 .item-tit .tit-img{
	width: 3.55rem;
}
.zyxh-con .zyxh-item.step23 .item-tit .tit-img{
	width: 3.05rem;
}
.zyxh-con .zyxh-item.step24 .item-tit .tit-img{
	width: 4.2rem;
}

.zyxh-con .zyxh-item .zyxh-desc{
	display: none;
	width: 100%;
	position: relative;
}
.zyxh-con .zyxh-item.on .zyxh-desc{
	display: block;
} */

.lsq-info{
	width: 100%;
	padding: .5rem .8rem 1rem;
}
.lsq-info .lsq-desc{
	width: 100%;
	padding: 0 0 .5rem 0;
}
.lsq-info .lsq-desc .lsq-ph{
	width: 4.75rem;
	padding-top: .3rem;
}
.lsq-info .lsq-desc .lsq-txt{
	width: 10.8rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
    text-justify: inter-ideograph;
}
.lsq-info .lsq-desc .lsq-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
    text-justify: inter-ideograph;
}
.lsq-info .lsq-sz{
	width: 100%;
	padding: .4rem 0 .6rem;
}
.lsq-info .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-bottom: .3rem;
}
.lsq-info .lsq-sz .lsq-img{
	width: 11.7rem;
	position: relative;
	left: -.1rem;
}
.lsq-info .lsq-mes{
	width: 100%;
	padding: .65rem 0;
}
.lsq-info .lsq-mes .letter-list .let-img{
	width: 4.75rem;
	height: 6.7rem;
	margin-right: .9rem;
	box-shadow: 0 0 .2rem rgba(5,5,5,.15);
}
.lsq-info .lsq-mes .letter-list .let-img:nth-child(3){
	margin-right: 0;
}

.zap-info{
	width: 100%;
	padding: .5rem .8rem 1px;
}
.zap-info .zap-desc .desc-txt{
	width: 100%;
	font-size: .6rem;
	color: #140F07;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: .6rem;
}
.zap-info .zap-desc .desc-txt p{
	font-size: .6rem;
	color: #140F07;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.zap-info .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-bottom: .3rem;
}
.zap-info .desc-img{
	width: 100%;
	margin-bottom: .6rem;
}
.zap-info .desc-img .left-img{
	width: 9.6rem;
}
.zap-info .desc-img .left-img .zap-ph{
	padding-top: .4rem;
}
.zap-info .desc-img .right-img{
	width: 5.6rem;
	text-align: right;
}
.zap-info .desc-img .right-img .zap-img{
	display: inline-block;
	width: 3.25rem;
	box-shadow: 0 0 .2rem rgba(5,5,5,.15);
}
.zap-info .zap-mes{
	width: 100%;
	padding: .6rem 0 .4rem;
}
.zap-info .zap-mes .letter-list .let-img{
	width: 3.43rem;
	height: 4.7rem;
	margin-right: .8rem;
}
.zap-info .zap-mes .letter-list .let-img:last-child{
	margin-right: 0;
}
.zap-info .zap-hand{
	width: 100%;
	padding: .7rem 0 .6rem;
}
.zap-info .zap-hand .tt{
	width: 8.2rem;
	margin-top: 2rem;
}
.zap-info .zap-hand .hand-list{
	width: 7.4rem;
}
.zap-info .zap-hand .hand-list .let-img{
	width: 3.5rem;
	height: 4.9rem;
	margin-left: .5rem;
}

.wcw-info{
	width: 100%;
	padding: .5rem .8rem;
}
.wcw-info .wcw-desc .desc-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: .4rem;
}
.wcw-info .wcw-desc .desc-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.wcw-info .desc-img{
	width: 100%;
	padding: .7rem 0 .4rem;
}
.wcw-info .desc-img .left-img{
	width: 9.8rem;
	text-align: center;
}
.wcw-info .desc-img .left-img .wcw-ph{
	margin-bottom: .97rem;
}
.wcw-info .desc-img .right-img{
	width: 5.6rem;
}
.wcw-info .desc-img .right-img .wcw-img{
	width: 4.5rem;
	margin: 0 auto;
}
.wcw-info .desc-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-top: .5rem;
}

.zgq-info{
	width: 100%;
	padding: .5rem .8rem;
}
.zgq-info .zgq-desc .zgq-ph{
	width: 4.7rem;
}
.zgq-info .zgq-desc .zgq-txt{
	width: 11rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.zgq-info .zgq-desc .zgq-txt.w100{
	width: 100%;
}
.zgq-info .zgq-letter{
	width: 100%;
	padding: .6rem 0 .5rem;
	margin-top: 1.2rem;
}
.zgq-info .zgq-letter .tt{
	width: 6.2rem;
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-top: .6rem;
}
.zgq-info .zgq-letter .let-img{
	width: 9.6rem;
}

.zjf-info{
	width: 100%;
	padding: .3rem .8rem;
}
.zjf-info .zjf-desc{
	width: 100%;
	margin-bottom: .5rem;
}
.zjf-info .zjf-desc .zjf-ph{
	width: 4.1rem;
}
.zjf-info .zjf-desc .zjf-txt{
	width: 11.4rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.zjf-info .zjf-desc .zjf-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.zjf-info .desc-img{
	width: 100%;
	padding: .6rem 0 .7rem;
}
.zjf-info .desc-img .left-img{
	width: 7rem;
}
.zjf-info .desc-img .right-img{
	width: 6rem;
	text-align: center;
	margin-right: .5rem;
}
.zjf-info .desc-img .zjf-let{
	box-shadow: 0 0 .2rem rgba(5,5,5,.2);
}
.zjf-info .desc-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-bottom: .5rem;
}

.lzh-info{
	width: 100%;
	padding: .3rem .8rem;
}
.lzh-info .lzh-desc .lzh-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
	margin-bottom: .4rem;
}
.lzh-info .lzh-desc .lzh-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.lzh-info .desc-img{
	width: 100%;
	padding: .6rem 0 .7rem;
}
.lzh-info .desc-img .left-img{
	width: 8rem;
	text-align: center;
}
.lzh-info .desc-img .right-img{
	width: 6.5rem;
	text-align: center;
}
.lzh-info .desc-img .lzh-let{
	box-shadow: 0 0 .3rem rgba(5,5,5,.2);
}
.lzh-info .desc-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-bottom: .5rem;
}

.wlf-info{
	width: 100%;
	padding: .3rem .8rem .8rem .8rem;
}
.wlf-info .wlf-desc{
	width: 7.05rem;
}
.wlf-info .desc-txt{
	width: 8.15rem;
}
.wlf-info .wlf-desc .wlf-ph{
	width: 100%;
}
.wlf-info .wlf-desc .ph-tips{
	font-size: .5rem;
    color: #6B9997;
	text-align: center;
    line-height: .8rem;
    margin-bottom: .5rem;
	margin-top: .1rem;
}
.wlf-info .wlf-desc .wlf-img{
	width: 100%;
	padding-top: .5rem;
}
.wlf-info .wlf-desc .wlf-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-bottom: .4rem;
}
.wlf-info .wlf-desc .wlf-img .wlf-let{
	width: 5.1rem;
	margin: 0 auto;
	box-shadow: 0 0 .3rem rgba(5,5,5,.2);
}
.wlf-info .desc-txt .wlf-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.wlf-info .desc-txt .wlf-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.wzy-info{
	width: 100%;
	padding: .3rem .8rem 1.1rem;
}
.wzy-info .wzy-desc .wzy-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
	margin-bottom: .4rem;
}
.wzy-info .wzy-desc .wzy-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.wzy-info .desc-img{
	width: 100%;
	text-align: center;
	padding: .5rem 0;
}
.wzy-info .desc-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-bottom: .4rem;
}
.wzy-info .desc-img .wzy-ph{
	width: 8.9rem;
	margin: 0 auto;
}
.wzy-info .wzy-mes{
	width: 100%;
}
.wzy-info .wzy-mes .left-img{
	width: 10.8rem;
}
.wzy-info .wzy-mes .left-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-top: .7rem;
	margin-bottom: .4rem;
}
.wzy-info .left-img .letter-list .let-img{
	width: 3.3rem;
	height: 4.6rem;
	margin-right: .3rem;
}
.wzy-info .wzy-mes .right-img{
	width: 4.8rem;
	box-shadow: 0 .2rem .3rem rgba(5,5,5,.2);
}

.qm-info{
	width: 100%;
	padding: .3rem .8rem;
}
.qm-info .qm-desc{
	width: 100%;
	margin-bottom: .9rem;
}
.qm-info .qm-desc .qm-ph{
	width: 4.34rem;
	padding-top: .3rem;
}
.qm-info .qm-desc .qm-txt{
	width: 11.2rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.qm-info .qm-desc .qm-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.qm-info .qm-mes{
	width: 100%;
	padding: .7rem 0;
}
.qm-info .qm-mes .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-top: .7rem;
	margin-bottom: .4rem;
}
.qm-info .qm-mes .letter-list .let-img{
	width: 4.1rem;
	height: 5.7rem;
	margin-right: .5rem;
	box-shadow: 0 0 .3rem rgba(5,5,5,.2);
}

.fz-info{
	width: 100%;
	padding: .3rem .8rem;
}
.fz-info .fz-desc{
	width: 100%;
	margin-bottom: .5rem;
}
.fz-info .fz-desc .fz-txt{
	width: 9.4rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.fz-info .fz-desc .fz-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.fz-info .fz-desc .fz-ph{
	width: 6.1rem;
	padding-top: .3rem;
}
.fz-info .fz-mes{
	width: 100%;
	padding: .6rem 0;
}
.fz-info .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-bottom: .4rem;
}
.fz-info .fz-mes .letter-list .let-img{
	width: 4.1rem;
	 margin: 0 .642rem;
}
.fz-info .fz-img{
	width: 100%;
	padding: .5rem 0;
}
.fz-info .fz-img .let-img{
	width: 8.7rem;
	margin: 0 auto;
}

.jky-info{
	width: 100%;
	padding: .5rem .8rem;
}
.jky-info .jky-desc{
	width: 100%;
	margin-bottom: .5rem;
}
.jky-info .jky-desc .jky-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.jky-info .jky-desc .jky-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.jky-info .jky-mes{
	width: 100%;
	padding: .5rem 0 .6rem;	
}
.jky-info .jky-mes .left-img{
	width: 7.8rem;
	text-align: right;
}
.jky-info .jky-mes .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-top: 1.4rem;
}
.jky-info .jky-mes .right-img{
	width: 6.1rem;
	margin-right: .5rem;
	box-shadow: 0 0 .3rem rgba(5,5,5,.15);
}

.sqm-info{
	width: 100%;
	padding: .3rem .8rem 0;
}
.sqm-info .sqm-desc{
	width: 100%;
	margin-bottom: .4rem;
}
.sqm-info .sqm-desc .sqm-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.sqm-info .sqm-desc .sqm-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.sqm-info .sqm-mes{
	width: 100%;
	overflow: hidden;
}
.sqm-info .sqm-mes .left-img{
	width: 8.1rem;
}
.sqm-info .sqm-mes .left-img .tt{
	height: 1.3rem;
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	padding-top: .5rem;
	margin-bottom: .3rem;
}
.sqm-info .sqm-mes .left-img .sqm-ph{
	width: 7.6rem;
	margin-bottom: .4rem;
}
.sqm-info .sqm-mes .left-img .let-img{
	width: 3.8rem;
	box-shadow: 0 0 .3rem rgba(5,5,5,.15);
	margin-left: 1rem;
}
.sqm-info .sqm-mes .right-img{
	width: 7.6rem;
	box-shadow: 0 0 .3rem rgba(5,5,5,.15);
}

.fxt-info{
	width: 100%;
	padding: .5rem .8rem 0;
}
.fxt-info .fxt-desc{
	width: 100%;
	margin-bottom: .5rem;
}
.fxt-info .fxt-desc .fxt-ph{
	width: 6rem;
}
.fxt-info .fxt-desc .fxt-txt{
	width: 9rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.fxt-info .fxt-desc .fxt-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.fxt-info .fxt-mes{
	width: 100%;
	overflow: hidden;
}
.fxt-info .fxt-mes .left-img{
	width: 8.7rem;	
}
.fxt-info .fxt-mes .tt{
	height: 1.3rem;
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	padding-top: .5rem;
	margin-bottom: .65rem;
}
.fxt-info .fxt-mes .letter-list .let-img{
	width: 4rem;
	margin-right: .3rem;
	box-shadow: 0 0 .3rem rgba(5,5,5,.15);
}
.fxt-info .fxt-mes .right-img{
	width: 6.4rem;
	box-shadow: 0 0 .3rem rgba(5,5,5,.15);	
}

.jjz-info{
	width: 100%;
	padding: .4rem .8rem 1.4rem;
}
.jjz-info .jjz-mes .left-img{
	width: 6.9rem;
}
.jjz-info .jjz-mes .left-img .jjz-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.jjz-info .jjz-mes .left-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-top: 1.4rem;
}
.jjz-info .jjz-mes .right-img{
	width: 6.7rem;
	box-shadow: 0 0 .3rem rgba(5,5,5,.15);
	margin-right: .7rem;
}

.xt-info{
	width: 100%;
	padding: .4rem .8rem .7rem;
}
.xt-info .xt-desc .xt-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}
.xt-info .xt-mes{
	width: 100%;
	margin-top: .5rem;
}
.xt-info .xt-mes .left-img{
	width: 7.8rem;
}
.xt-info .xt-mes .left-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
}
.xt-info .xt-mes .right-img{
	width: 6.2rem;
	box-shadow: 0 0 .3rem rgba(5,5,5,.15);
}

/* +++add+++ */
.fy-info{
	width: 100%;
	padding: .4rem .9rem 1rem;
}
.fy-info .fy-mes .left-img{
	width: 8.7rem;
	text-align: center;
}
.fy-info .fy-mes .ph-tips{
	font-size: .5rem;
	color: #6C9A99;
	line-height: .8rem;
	font-weight: 600;
	margin-top: .2rem;
}
.fy-info .fy-mes .right-txt{
	width: 6.6rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}
.fy-info .fy-mes .right-txt.w100{
	width: 100%;
	margin-top: .15rem;
}

.mpw-info{
	width: 100%;
	padding: .4rem .8rem 1rem;
}
.mpw-info .mpw-mes .left-img{
	width: 8.5rem;
	text-align: center;
}
.mpw-info .mpw-mes .ph-tips{
	font-size: .5rem;
	color: #6C9A99;
	line-height: .8rem;
	font-weight: 600;
	margin-top: .2rem;
}
.mpw-info .mpw-mes .right-txt{
	width: 7rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}
.mpw-info .mpw-mes .right-txt.w100{
	width: 100%;
	margin-top: .15rem;
}

.jhj-info{
	width: 100%;
	padding: .5rem .7rem 1rem;
}
.jhj-info .jhj-mes .left-img{
	width: 7.35rem;
	text-align: center;
}
.jhj-info .jhj-mes .ph-tips{
	font-size: .5rem;
	color: #6C9A99;
	line-height: .8rem;
	font-weight: 600;
	margin-top: .2rem;
}
.jhj-info .jhj-mes .right-txt{
	width: 8.4rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}
.jhj-info .jhj-mes .right-txt.w100{
	width: 100%;
	margin-top: .15rem;
}

.yxp-info{
	width: 100%;
	padding: .4rem .8rem 1rem;
}
.yxp-info .yxp-mes .left-img{
	width: 7.75rem;
	text-align: center;
}
.yxp-info .yxp-mes .right-txt{
	width: 7.9rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}

.lxf-info{
	width: 100%;
	padding: 1rem .65rem 1rem;
}
.lxf-info .lxf-mes .left-img{
	width: 7.9rem;
	text-align: center;
}
.lxf-info .lxf-mes .ph-tips{
	font-size: .5rem;
	color: #6C9A99;
	line-height: .8rem;
	font-weight: 600;
	margin-top: .2rem;
}
.lxf-info .lxf-mes .right-txt{
	width: 8.06rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}

.hyr-info{
	width: 100%;
	padding: .5rem .75rem 1rem;
}
.hyr-info .hyr-mes .left-img{
	width: 8.5rem;
	text-align: center;
}
.hyr-info .hyr-mes .ph-tips{
	font-size: .5rem;
	color: #6C9A99;
	line-height: .8rem;
	font-weight: 600;
	margin-top: .2rem;
}
.hyr-info .hyr-mes .right-txt{
	width: 6.9rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}
.hyr-info .hyr-mes .right-txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}

.lgj-info{
	width: 100%;
	padding: .4rem .8rem 1rem;
}
.lgj-info .lgj-mes .left-img{
	width: 8.1rem;
	text-align: center;
}
.lgj-info .lgj-mes .ph-tips{
	font-size: .5rem;
	color: #6C9A99;
	line-height: .8rem;
	font-weight: 600;
	margin-top: .2rem;
}
.lgj-info .lgj-mes .right-txt{
	width: 7.3rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}

.gl-info{
	width: 100%;
	padding: 3rem .7rem 1rem;
}
.gl-info .gl-mes .left-img{
	width: 8.3rem;
	text-align: center;
}
.gl-info .gl-mes .ph-tips{
	font-size: .5rem;
	color: #6C9A99;
	line-height: .8rem;
	font-weight: 600;
	margin-top: .2rem;
}
.gl-info .gl-mes .right-txt{
	width: 7.46rem;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}

.syg-info{
	width: 100%;
	padding: .4rem .8rem 1rem;
}
.syg-info .syg-mes .syg-txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}

/* 传奇人生 */
.cqrs-con{
	max-width: 640px;
	width: 100%;
	height: 100%;
	padding: 2.5rem .5rem 1rem;
	margin: 0 auto;
	background: #F2F2F2 url(../img/cqrs-bg.png) no-repeat center top;
	background-size: 100% auto;
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-overflow-scrolling: touch;
}
.cqrs-con .cqrs-item{
	width: 100%;
	height: auto;
	border-radius: .25rem;
	overflow: hidden;
	margin-bottom: .5rem;
	box-shadow: 0 .1rem .3rem rgba(11, 3, 6,.14);
	background-color: rgba(255,255,255,.6);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.cqrs-con .cqrs-item .item-tit{
	width: 100%;
	height: 4.6rem;
	padding: 1.5rem 0 1.5rem 5.2rem;
	position: relative;
}
.cqrs-con .cqrs-item.step6 .item-tit{
	height: 5rem;
	padding: 1.7rem 0 1.7rem 5.2rem;
}

.cqrs-con .cqrs-item.step1{
	background-image: url(../img/cqrs-item-bg1.png);
}
.cqrs-con .cqrs-item.step2{
	background-image: url(../img/cqrs-item-bg2.png);
}
.cqrs-con .cqrs-item.step3{
	background-image: url(../img/cqrs-item-bg3.png);
}
.cqrs-con .cqrs-item.step4{
	background-image: url(../img/cqrs-item-bg4.png);
}
.cqrs-con .cqrs-item.step5{
	background-image: url(../img/cqrs-item-bg5.png);
}
.cqrs-con .cqrs-item.step6{
	background-image: url(../img/cqrs-item-bg6.jpg);
}

.cqrs-con .cqrs-item .item-tit .tit-img{
	height: 1.6rem;	
}
.cqrs-con .cqrs-item.step1 .item-tit .tit-img{
	width: 8.2rem;
}
.cqrs-con .cqrs-item.step2 .item-tit .tit-img{
	width: 7.35rem;
}
.cqrs-con .cqrs-item.step3 .item-tit .tit-img{
	width: 3.85rem;
}
.cqrs-con .cqrs-item.step4 .item-tit .tit-img{
	width: 7.85rem;
}
.cqrs-con .cqrs-item.step5 .item-tit .tit-img{
	width: 4.45rem;
}
.cqrs-con .cqrs-item.step6 .item-tit .tit-img{
	width: 4.45rem;
}

.cqrs-con .cqrs-item .cqrs-desc{
	display: none;
	width: 100%;
	position: relative;
}
.cqrs-con .cqrs-item.on .cqrs-desc{
	display: block;
}

.hsjs-info{
	width: 100%;
	padding: .5rem .7rem .3rem;
}
.hsjs-info .hxjs-desc{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: .5rem;
}
.hsjs-info .hxjs-desc p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.hsjs-info .hsjs-img{
	width: 100%;
	padding: 1.2rem 0 .5rem;
}
.hsjs-info .hsjs-img .img-box{
	width: 100%;
	margin-bottom: .6rem;
}
.hsjs-info .hsjs-img .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	text-align: center;
}

/* add */
.cqrs-desc .item-info .desc-add{
	width: 100%;
	padding: 0 0 1.2rem 0;
}
.cqrs-desc .item-info .desc-add p{
	font-size: .6rem;
	color: #888;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 0rem;
}
.cqrs-desc .item-info .desc-add h5{
	width: 100%;
	text-align: right;
	font-size: .6rem;
	color: #888;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.gmqn-info{
	width: 100%;
	padding: .15rem 1rem .5rem;
}
.gmqn-info .gmqn-item{
	width: 100%;
	padding: .8rem 0 .9rem;
}
.gmqn-info .gmqn-item .gmqn-desc{
	width: 9.5rem;
}
.gmqn-info .gmqn-item .tit-img{
	width: 3rem;
	margin-bottom: .3rem;
}
.gmqn-info .gmqn-item .txt{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.gmqn-info .gmqn-item .gmqn-img{
	width: 4.8rem;
	margin-right: .7rem;
}
.gmqn-info .gmqn-item .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	text-align: center;
	margin-top: .5rem;
}
/* .gmqn-info .gmqn-item.gmqn-part2 .gmqn-desc{
	width: 10.2rem;
}
.gmqn-info .gmqn-item.gmqn-part2 .gmqn-img{
	width: 4.35rem;
	padding-top: .3rem;
} */

/* addd */
.gmqn-info .gmqn-item.gmqn-part2 .gmqn-desc{
	width: 100%;
}
.gmqn-info .gmqn-item.gmqn-part2 .left-img{
	width: 6.5rem;
}
.gmqn-info .gmqn-item.gmqn-part2 .tt .sj-icon{
	display: inline-block;
	width: .5rem;
	height: .35rem;
	margin-left: .3rem;
	background: url(../img/0916/sj-icon.png) no-repeat center center;
	background-size: 100% 100%;
}
.gmqn-info .gmqn-item.gmqn-part2 .right-img{
	width: 8.75rem;
}
.gmqn-info .gmqn-item.gmqn-part2 .gmqn-img{
	width: 100%;
	margin: .3rem 0 0 0;
}

.gmqn-info .gmqn-item .img-desc{
	width: 100%;
	margin-top: .8rem;
}
.gmqn-info .gmqn-item .left-img{
	width: 5.65rem;
}
.gmqn-info .gmqn-item .right-img{
	width: 9.45rem;
}
.gmqn-info .gmqn-item.gmqn-part3 .gmqn-desc{
	width: 100%;
	margin-bottom: .7rem;
}
.gmqn-info .gmqn-item.gmqn-part3 .gmqn-img{
	width: 11.15rem;
}
.gmqn-info .gmqn-item.gmqn-part4 .tit-img{
	margin-bottom: .5rem;
}
.gmqn-info .gmqn-item.gmqn-part4 .gmqn-desc{
	width: 7.2rem;
}
.gmqn-info .gmqn-item.gmqn-part4 .gmqn-img{
	width: 7.8rem;
	padding-top: .3rem;
}

.jnsy-info{
	width: 100%;
	padding: .5rem 1rem .4rem;
}
.jnsy-info .jnsy-item .tit-img{
	width: 3rem;
	margin-bottom: .4rem;
}
.jnsy-info .jnsy-item .jnsy-desc .txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.jnsy-info .jnsy-item .img-desc{
	width: 100%;
	margin-top: .5rem;
	margin-bottom: .7rem;
	text-align: center;
}
.jnsy-info .jnsy-item .img-desc .img-box{
	width: 7.6rem;
	height: 5.65rem;
	margin: 0 .4rem .4rem 0;
}
.jnsy-info .jnsy-item .img-desc .img-box:first-child{
	height: 5.2rem;
}

/* add */
.jnsy-info .jnsy-item .jnsy-img{
	width: 100%;
	margin-top: .5rem;
	margin-bottom: .7rem;
	text-align: center;
}
.jnsy-info .jnsy-item .jnsy-img .left-img{
	width: 8.1rem;
}
.jnsy-info .jnsy-item .jnsy-img .right-img{
	width: 7.5rem;
}


.jnsy-info .jnsy-item .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	margin-top: .15rem;
}
.jnsy-info .jnsy-item .tt.w100{
	width: 100%;
	text-align: center;
}

.jnsy-info .jnsy-item.jnsy-part2{
	padding-top: 1.1rem;
}
.jnsy-info .jnsy-item.jnsy-part2 .jnsy-img{
	width: 5.2rem;
	text-align: center;
	padding-top: .3rem;
}
.jnsy-info .jnsy-item.jnsy-part2 .jnsy-desc{
	width: 9.6rem;
}
.jnsy-info .jnsy-item.jnsy-part2 .jnsy-desc .txt{
	font-size: .6rem;
    color: #333;
    line-height: 1rem;
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.jnsy-info .jnsy-item.jnsy-part2 .img-desc .img-box{
	height: 5.8rem;
}

.dqwc-info{
	width: 100%;
	padding: .4rem .7rem 0rem;
}
.dqwc-info .dqwc-item{
	width: 100%;
	padding-bottom: .5rem;
}
.dqwc-info .dqwc-item .tit-img{
	width: 3rem;
	margin-bottom: .3rem;
}
.dqwc-info .dqwc-item .dqwc-desc{
	width: 100%;
	margin-bottom: .4rem;
}
.dqwc-info .dqwc-item .dqwc-desc .txt{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.dqwc-info .dqwc-item .tt{
	font-size: .6rem;
	color: #12605D;
	line-height: .8rem;
	text-align: center;
	margin-top: .5rem;
}
.dqwc-info .dqwc-item.dqwc-part2,
.dqwc-info .dqwc-item.dqwc-part3{
	padding-top: 1.1rem;
}
.dqwc-info .dqwc-item .img-desc{
	width: 100%;
	margin-top: .6rem;
}
.dqwc-info .dqwc-item .img-desc .left-img{
	width: 9.5rem;
}
.dqwc-item .img-desc .left-img .img-box{
	margin-bottom: .8rem;
}
.dqwc-info .dqwc-item .img-desc .right-img{
	width: 6rem;
}

/* add */
.dqwc-info .dqwc-item.dqwc-part1 .img-desc .left-img{
	width: 7.8rem
}
.dqwc-item.dqwc-part1 .img-desc .left-img .img-box{
	margin-bottom: 0rem;
}
.dqwc-info .dqwc-item.dqwc-part1 .img-desc .right-img{
	width: 7.59rem
}

.dqwc-info .dqwc-item.dqwc-part3 .img-desc .left-img{
	width: 8.08rem
}
.dqwc-info .dqwc-item.dqwc-part3 .img-desc .right-img{
	width: 7.5rem
}
.dqwc-info .dqwc-item.dqwc-part2 .img-desc{
	width: 100%;
	margin-bottom: 1rem;
}
.dqwc-info .dqwc-item.dqwc-part2 .img-desc .desc-img{
	width: 7.8rem;
}
.dqwc-info .dqwc-item.dqwc-part2 .img-desc .desc-txt{
	width: 7.6rem;
}
.dqwc-info .dqwc-item.dqwc-part2 .img-desc .desc-txt .txt{
	margin-top: 1.4rem;
	font-size: .6rem;
	color: #333333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.dqwc-item.dqwc-part3 .img-desc .left-img .img-box{
	margin-bottom: 0rem;
}

.xfjt-info{
	width: 100%;
	padding: .4rem .7rem 2.8rem;
}
.xfjt-info .xfjt-desc{
	width: 100%;
	margin-bottom: .6rem;
}
.xfjt-info .xfjt-desc .txt{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.xfjt-info .xfjt-ph .ph-img{
	margin-bottom: .6rem;
	box-shadow: 0 .15rem .25rem rgba(0,0,0,.3);
}
.xfjt-info .xfjt-ph .ph-img.ph1{
	width: 7.65rem;
}
.xfjt-info .xfjt-ph .ph-img.ph2{
	width: 7.952rem;
}
.xfjt-info .xfjt-ph .ph-img.ph3{
	width: 7.65rem;
}
.xfjt-info .xfjt-ph .ph-img.ph4{
	width: 7.964rem;
}
.xfjt-info .xfjt-ph .ph-img.ph5{
	width: 7.673rem;
}
.xfjt-info .xfjt-ph .ph-img.ph6{
	width: 7.95rem;
}
/* .xfjt-info .xfjt-ph .ph-img.ph7{
	width: 5.15rem;
}
.xfjt-info .xfjt-ph .ph-img.ph8{
	width: 9.65rem;
} */

.qqgl-info{
	width: 100%;
	padding: 1.4rem 0 1.3rem;
}
.qqgl-info .guoyin-txt{
	width: 14.3rem;
	margin: 0 0 .8rem 1.5rem;
}
.qqgl-info .qqgl-desc{
	width: 100%;
	padding: 0 1rem;
}
.qqgl-info .qqgl-desc .txt{
	width: 100%;
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.qqgl-info .qqgl-desc .txt p{
	font-size: .6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 视频播放 */
.video-page {
    max-width: 640px;
    width: 100%;
    height: 100%;
    padding: 2rem 0 1.8rem;
    margin: 0 auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
}
#shakeVideo {
	height: auto;
	width: 100%;
}

.video-tk{
	width: 100%;
	position: absolute;
	left: 0;
	top: 2rem;
}

.video-page .gy-txt{
	display: none;
	width: 100%;
	padding: 0 .6rem;
	margin-top: 14rem;
}
.video-page .gy-txt .tit{
	font-size: .8rem;
	font-weight: bold;
	line-height: 1.5rem;
	text-align: center;
	margin-bottom: .3rem;
}
.video-page .gy-txt p{
	font-size: .65rem;
	color: #333;
	line-height: 1.2rem;
	margin-bottom: .5rem;
	text-indent: 2em;
}

.video-page .add-video{
	width: 100%;
	margin-top: 1rem;
}
.video-page .add-video .V-name{
	width: 100%;
	height: 1.8rem;
	text-align: center;
	line-height: 1.8rem;
	font-size: .75rem;
	font-weight: 600;
	color: #fff;
	background-color: #12605D;
}

.video-page .gyjyList{
	width: 100%;
	padding: .6rem .3rem;
}
.video-page .gyjyList .item{
	width: calc(50% - .6rem);
	margin: 0 .3rem .6rem .3rem;
	box-shadow: 0 0 .25rem rgba(51, 51, 51,.2);
	border-radius: .3rem;
	overflow: hidden;
}
.gyjyList .item .pt-img{
	width: 100%;
	height: 4.8rem;
}
.gyjyList .item .V-name{
	width: 100%;
	height: 1.8rem;
	padding: 0 .3rem;
	text-align: center;
	line-height: 1.8rem;
	font-size: .6rem;
	font-weight: 600;
	color: #fff;
	background-color: #12605D;
}
.videoTk{
	display: none;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 2rem;
	z-index: 11;
}
.videoTk .tkBtn{
	display: block;
	width: 2rem;
	height: 2rem;
	padding: 0.5rem;
	position: fixed;
	top: 0;
	left: 0;
}
.videoTk .gyjy-video{
	height: 10.55rem;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.videoTk .gyjy-video.jy1{
	background-image: url(../img/poster-gyjy1.jpg);
}
.videoTk .gyjy-video.jy2{
	background-image: url(../img/poster-gyjy2.jpg);
}
.videoTk .gyjy-video.jy3{
	background-image: url(../img/poster-gyjy3.jpg);
}
.videoTk .gyjy-video.jy4{
	background-image: url(../img/poster-gyjy4.jpg);
}
.videoTk .gyjy-video.jy5{
	background-image: url(../img/poster-gyjy5.jpg);
}
.videoTk .gyjy-video.jy6{
	background-image: url(../img/poster-gyjy6.jpg);
}
.videoTk .gyjy-video.jy7{
	background-image: url(../img/poster-gyjy7.jpg);
}
.videoTk .gyjy-video.jy8{
	background-image: url(../img/poster-gyjy8.jpg);
}

.videoTk .gyjy-video video{
	object-fit: fill;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.videoTk .gy-txt{
	width: 100%;
	padding: 0 .6rem;
	margin-top: 1rem;
}
.videoTk .gy-txt .tit{
	font-size: .8rem;
	font-weight: bold;
	line-height: 1.5rem;
	text-align: center;
	margin-bottom: .3rem;
}
.videoTk .gy-txt p{
	font-size: .65rem;
	color: #333;
	line-height: 1.2rem;
	margin-bottom: .5rem;
	text-indent: 2em;
}

.videoTk .V-name {
	display: none;
    width: 100%;
    height: auto;
    padding: .2rem .4rem;
    text-align: center;
    line-height: 1.4rem;
    font-size: .65rem;
    font-weight: 600;
    color: #fff;
    background-color: #12605D;
}

/* 郭因研究 */
.gyyj-con{
	max-width: 640px;
    width: 100%;
    height: 100%;
    padding: 2rem 0 0;
    margin: 0 auto;
    background-color: #f3f2f2;
    overflow-y: auto;
    position: fixed;
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
}
.gyyj-part{
	width: 100%;
    height: auto;
    margin: 0 auto;
	padding: .6rem .3rem;
    overflow-y: auto;
}
.gyyj-part .list-img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 2rem;
	z-index: -1;
}
/* .gyyj-part .gyyj-list .item{
	width: 100%;
	height: 2.21rem;
	font-size: 0;
	margin-bottom: .3rem;
} */
.gyyj-list .item a{
	display: block;
	width: 100%;
	height: 2.21rem;
	font-size: 0;
	margin-bottom: .3rem;
}
.gyyj-part .gyyj-list .item a.art-miss{
	height: 2.2rem;
	margin-bottom: .3rem;
}

.mask{
	display: none;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.tips-tk{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 10rem;
	z-index: 111;
}
.tips-tk .close-btn{
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: fixed;
	left: 50%;
	margin-left: -.7rem;
	top: 70vh;
}
.tips-tk .tips-img{
	width: 10.6rem;
	padding: .5rem 1.15rem 1rem;
	background-color: #fff;
	border-radius: .5rem;
	overflow: hidden;
	box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2);
	position: fixed;
	left: 50%;
	margin-left: -5.3rem;
	top: 50%;
	margin-top: -6.8rem;
}

