/* 主页公共部分 */
	#LTTindex-m .but {display: flex;flex-direction: row-reverse;justify-content: flex-end;margin-top: 30px;}
	#LTTindex-m .but a {width: 80px;height: 28px;border-radius: 32px;font-size: 12px;text-align: center;line-height: 27px;}
	#LTTindex-m .but .adv {color: #fff;margin-right: 20px;}
	#LTTindex-m .b-orange .adv {background: #F07B05;border: 1px solid #F07B05;}
	#LTTindex-m .b-blue .adv {background: #1A4D85;border: 1px solid #1A4D85;}
	#LTTindex-m .b-orange .det {background: #fff;color: #F07B05;border: 1px solid #fff;}
	#LTTindex-m .b-blue .det {background: #fff;color: #1A4D85;border: 1px solid #1A4D85;}
	#LTTindex-m .b-orange .det:hover{background: #F07B05;color: #fff;border: 1px solid #F07B05;}
	#LTTindex-m .b-blue .det:hover{background: #1A4D85;color: #fff;border: 1px solid #1A4D85;}
	#LTTindex-m .b-orange .det:hover + .adv{background: #fff;color: #F07B05;border: 1px solid #fff;}
	#LTTindex-m .b-blue .det:hover + .adv{background: #fff;color: #1A4D85;border: 1px solid #1A4D85;}
/* 主页公共部分 */

#LTTsearch-m {
	position: fixed;
	top: 140px;
	left: 0;
	right: 0;
	bottom: 55px;
}
#LTTsearch-m .search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: #fff;
}
#LTTsearch-m .search .box {
	display: flex;
	padding: 5px 10px 0 10px;
	border-bottom: 3px solid #E0EAEC;
}
#LTTsearch-m .search .box input {
	height: 40px;
	flex: 1;
	box-sizing: border-box;
	border: none;
	font-size: 14px;
}
#LTTsearch-m .search .box button {
	width: 40px;
	height: 40px;
	background: url('../ltt_svg/search1E78BE.svg') no-repeat center;
	background-size: 70%;
	box-sizing: border-box;
	border: none;
}
#LTTsearch-m .search .prompt {
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #888;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
#LTTsearch-m .search .prompt span {
	color: #0000CC;
}
#LTTsearch-m .lists {
	position: absolute;
	top: 98px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #F5F5F5;
	padding: 10px 0;
}
#LTTsearch-m .lists li {
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
}
#LTTsearch-m .lists li .ti {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 5px;
	text-align: justify;
}
#LTTsearch-m .lists li .top {
	display: flex;
	align-items: flex-start;
}
#LTTsearch-m .lists li .top .img {
	width: 30%;
	margin-top: 7px;
}
#LTTsearch-m .lists li .top .img img{
	display: block;
	width: 100%;
}
#LTTsearch-m .lists li .top .right {
	flex: 1;
	padding-left: 10px;
}
#LTTsearch-m .lists li .top .right .desc {
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
#LTTsearch-m .lists li .top .right .dir {
	color: #0000CC;
}

/* 头部文件 */
	.head-station-m {
		height: 146px;
		width: 100%;
		background: #fff;
	}
	#LTThead-m {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 4;
		background: #1E78BE;
		padding-top: 10px;
	}
	#LTThead-m .box-top {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 10px 20px;
	}
	#LTThead-m .logo {
		height: 36px;
	}
	#LTThead-m .logo img {
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	#LTThead-m .iphone {
		color: #fff;
		font-size: 16px;
		line-height: 20px;
	}
	#LTThead-m .box-bottom {
		padding: 5px 10px 10px 10px;
	}
	#LTThead-m .search-i {
		height: 30px;
		text-indent: 1em;
		line-height: 30px;
		color: #888;
		background: rgba(255,255,255,1) url('../ltt_svg/searchFFFFFF1.svg') no-repeat 97%;
		background-size: auto 55%;
		border-radius: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 12px;
	}
	#LTThead-m .words {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.8);
		z-index: 3;
		display: none;
	}
	#LTThead-m .words .words-box {
		position: absolute;
		top: 70px;
		left: 20px;
		right: 20px;
		border-radius: 5px;
		opacity: 0;
	}
	#LTThead-m .words .words-box .t {
		background: #1E78BE;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60px;
		padding: 0 20px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	#LTThead-m .words .words-box .search {
		flex: 1;
		height: 30px;
		padding: 0 8px;
		background: #fff;
		border-radius: 30px;
		display: flex;
		align-items: center;
	}
	#LTThead-m .words .words-box .search p {
		width: 20px;
		height: 20px;
		background: url('../ltt_svg/search1E78BE.svg') no-repeat center;
	}
	#LTThead-m .words .words-box .input-search {
		width: 100%;
		height: 100%;
		border: none;
		border-radius: 30px;
		font-size: 14px;
		text-indent: 10px;
	}
	#LTThead-m .words .words-box .but-search {
		height: 28px;
		line-height: 26px;
		font-size: 14px;
		width: 60px;
		color: #1E78BE;
		text-align: center;
		background: #fff;
		border-radius: 30px;
		margin-left: 10px;
		font-weight: bold;
		border: none;
	}
	#LTThead-m .words .words-box .b {
		background: #fff;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		padding: 10px 20px;
		color: #222;
	}
	#LTThead-m .words .words-box .b .ti{
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px dashed #ccc;
	}
	#LTThead-m .words .words-box .b ul {
		display: flex;
		flex-wrap: wrap;
		padding: 5px 0;
	}
	#LTThead-m .words .words-box .b ul li {
		width: 50%;
		line-height: 26px;
		padding: 0 10px;
		box-sizing: border-box;
		cursor: pointer;
		user-select: none;
		font-size: 12px;
	}
	#LTThead-m .words .words-box .b ul li:hover{
		text-decoration: underline;
	}
	#LTThead-m .words .close {
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: -60px;
		left: 50%;
		margin-left: -20px;
	}
/* 头部文件 */

/* 移动顶部导航 */
	#LTTnavTop-m {
		display: flex;
		background: #fff;
		border-bottom: 1px solid #dedfe0;
	}
	#LTTnavTop-m .box {
		flex: 1;
		display: flex;
		flex-wrap:nowrap;
		overflow-x: auto;
	}
	#LTTnavTop-m .box .hidden {
		display: none;
	}
	#LTTnavTop-m .box li {
		flex:1 0 auto;
		padding: 0 10px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 14px;
	}
	#LTTnavTop-m .box li a {
		
	}
	#LTTnavTop-m .box li:first-of-type a{
		font-size: 15px;
		font-weight: bold;
	}
   	#LTTnavTop-m .box .thisclass a {
		font-size: 15px;
		font-weight: bold;
	}
	#LTTnavTop-m .menu-i {
		width: 34px;
		height: 34px;
		background: url('../ltt_svg/menuFFFFFF1.svg') no-repeat center;
		background-size: 50%;
	}
/* 移动顶部导航 */

/* 分类菜单 */
	#LTTnavMenu-m {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		display: none;
	}
	#LTTnavMenu-m .menu-top {
		padding: 20px 10px 15px 10px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		border-bottom: 1px solid #dedfe0;
	}
	#LTTnavMenu-m .menu-top .menu-logo {
		width: 120px;
	}
	#LTTnavMenu-m .menu-top .menu-logo img {
		height: 100%;
		display: block;
	}
	#LTTnavMenu-m .menu-top .menu-close {
		font-size: 40px;
		line-height: 16px;
		height: 24px;
		width: 24px;
		text-align: center;
		color: #888;
	}
	#LTTnavMenu-m .f {
		padding: 20px;
	}
	#LTTnavMenu-m .f > li .t1 {
		font-size: 16px;
		line-height: 3;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	#LTTnavMenu-m .f > li .t1::after{
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		right: 10px;
		transform: rotate(45deg);
	}
	#LTTnavMenu-m .f > li .t1-a::after{
		top: 15px;
		border-bottom: 2px solid #ccc;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		border-right: 2px solid #ccc;
	}
	#LTTnavMenu-m .f > li .t1-b::after{
		top: 25px;
		border-bottom: 2px solid #fff;
		border-top: 2px solid #ccc;
		border-left: 2px solid #ccc;
		border-right: 2px solid #fff;
	}
	#LTTnavMenu-m .s {
		max-height: 200px;
		display: none;
		overflow: auto;
		padding: 0 20px;
	}
	#LTTnavMenu-m .s > li {
		display: flex;
		flex-direction: column;
	}
	#LTTnavMenu-m .s .t2 {
		font-size: 14px;
		line-height: 3;
		color: #1E78BE;
		font-weight: bold;
		border-bottom: 1px dashed #ccc;
	}
	#LTTnavMenu-m .t li {
		font-size: 14px;
		line-height: 3;
		border-bottom: 1px dashed #ccc;
	}
/* 分类菜单 */


/* 移动底部 */
	#LTTfool-m {
		background: #eee;
		display: flex;
		align-items: center;
		padding: 10px;
		margin-top: 10px;
	}
	#LTTfool-m .xiao {
		width: 100px;
	    height: 100px;
	    padding: 5px;
	    background: #fff;
	}
	#LTTfool-m .box {
		margin-left: 10px;
	}
	#LTTfool-m .box .x1 {
		font-size: 12px;
		line-height: 2;
		text-align: justify;
	}
/* 移动底部 */

/* 移动底部导航 */
		.fool-station-m {
		height: 60px;
		width: 100%;
		background: #fff;
	}
	#LTTnavBottom-m {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #1E78BE;
	  	z-index:3;
	}
	#LTTnavBottom-m .box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#LTTnavBottom-m .box a {
		flex: 1;
		height: 50px;
		font-size: 12px;
		position: relative;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.dot {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: 2px solid #fff;
		margin-top: 8px;
		margin-bottom: 2px;
	}
	.flashing {
		width: 6px;
		height: 6px;
		border: 2px solid #9EEA6A;
		border-radius: 50%;
		margin-top: 11px;
		margin-bottom: 5px;
		position: relative;
	}
	.pulse {
		position: absolute;
		top: -14px;
		left: -14px;
		width: 24px; 
		height: 24px;
		border: 5px solid #9EEA6A;
		opacity: 0;
		border-radius: 50%;
		-webkit-animation: warn 1s ease-out;
		-moz-animation: warn 1s ease-out;
		animation: warn 1s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	@keyframes warn {
		0% {
			transform: scale(0);
			opacity: 0;
		}
		25% {
			transform: scale(0);
			opacity: 0.1;
		}
		50% {
			transform: scale(0.1);
			opacity: 0.8;
		}
		75% {
			transform: scale(0.5);
			opacity: 1;
		}
		100% {
			transform: scale(1);
			opacity: 0;
		}
	}
	@-webkit-keyframes "warn" {
		0% {
			-webkit-transform: scale(0);
			opacity: 0;
		}
		25% {
			-webkit-transform: scale(0);
			opacity: 0.1;
		}
		50% {
			-webkit-transform: scale(0.1);
			opacity: 0.8;
		}
		75% {
			-webkit-transform: scale(0.5);
			opacity: 1;
		}
		100% {
			-webkit-transform: scale(1);
			opacity: 0.0;
		}
	}
/* 移动底部导航 */
/* 移动页面分享 */
	#LTTshare {
		background-color: rgba(0,0,0,.9);
		position: fixed;
		top: 0;right: 0;
		left: 0;bottom: 0;
		z-index: 16777270;
		padding: 10px;
		display: none;
	}
	#LTTshare .close {
		position: absolute;
		bottom: 0;
		right: 50%;
		width: 100px;
		height: 100px;
		color: #fff;
		text-align: center;
		line-height: 90px;
		font-size: 60px;
		cursor: pointer;
		user-select: none;
		margin-right: -50px;
	}
	#LTTshare .box {
		margin: 20px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	#LTTshare .box .t1 {
		font-size: 20px;
		color: #fff;
		line-height: 60px;
		height: 60px;
		text-align: center;
	}
	#LTTshare .box .s-title,
	#LTTshare .box .s-web {
		line-height: 30px;
		height: 30px;
		text-align: center;
		white-space: nowrap;;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#LTTshare .box .s-title {
		font-size: 14px;
		color: #eeecec;
	}
	#LTTshare .box .s-web {
		font-size: 12px;
		color: #aaa;
	}
	#LTTshare .box ul {
		display: flex;
		flex-wrap: wrap;
		padding-top: 30px;
		margin-top: 30px;
		border-top: 1px dashed #fff;
	}
	#LTTshare .box ul li {
		width: 20%;
		margin-bottom: 20px;
		cursor: pointer;
		user-select: none;
		position: relative;
		padding-top: 44px;
	}
	#LTTshare .box ul li img {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		transition: .3s;
		position: absolute;
		top: 20%;left: 50%;
		transform: translate(-50%, -50%);
	}
	#LTTshare .box ul li p {
		text-align: center;
		line-height: 30px;
		font-size: 12px;
		color: #fff;
	}
	#LTTshare #qrcodeHolder {display: none;width: 220px;height: 200px;padding: 10px 0;background: #fff;text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
/* 移动页面分享 */
/* 移动列表页分页 */
	#pagea-m {
		padding: 10px 0 20px 0;
	}
	#pagea-m ul {
		display: flex;
		justify-content: center;
		line-height: 35px;
	    text-align: center;
	}
	#pagea-m ul li {
	    height: 35px;
	    margin: 2px;
	    background-color: #e9e9e9;
	    padding: 0 14px;
	}
	#pagea-m ul li a {
		text-align: center;
	    font-size: 12px;
	    line-height: 30px;
	}
	#pagea-m ul .thisclass {
		background: #1E78BE;
		color: #fff;
	}
	#pagea-m ul .thisclass a {
		color: #fff;
	}
/* 移动列表页分页 */

/* 列表轮播图 IT部-栾童童-20200414*/
	#LTTslider {z-index: 1;}
	#LTTslider img:not(:first-of-type) { display: none;}
	#LTTslider .nivo-directionNav{ display: none; }
	#LTTslider:hover .nivo-directionNav{ display: block; }
	#LTTslider .nivo-directionNav a{ display: block; width: 30px; height: 30px; background: url(../images/arrows.png) no-repeat;text-indent: -9999px;}
	#LTTslider .nivo-directionNav .nivo-prevNav{left: 15px;}
	#LTTslider .nivo-directionNav .nivo-nextNav{background-position: -30px 0;right: 15px;}
/* 列表轮播图 */
/* 友情链接 */
#link {
	background: #fff;
    padding: 30px 10px;
}
#link .link-h2 {
	font-size: 22px;
    margin-bottom: 30px;
}
#link ul {
	display: flex;
	flex-wrap: wrap;
}
#link ul li {
	width: 150px;
	line-height: 26px;
}
/* 友情链接 end*/
/* 相关文章 */
.article-list {
	padding: 10px;
}
.article-list .article-ti {
	padding: 6vw 0 4vw 0;
    text-align: center;
}
.article-list .article-ti .c {
	font-size: 6vw;
    letter-spacing: 1vw;
    color: #1E78BE;
    font-weight: bold;
    height: 10vw;
    line-height: 10vw;
}
.article-list .article-ti .e {
	font-size: 4.5vw;
    color: #bbb;
    height: 6vw;
    line-height: 6vw;
}
.article-list ul li{padding-bottom: 5px;}
.article-list ul li a {font-size: 14px;}
/* 相关文章 */

 第一屏 */
/* 第一屏 */
/* 第一屏 */
	#LTTheredity_m {
		padding: 50px 10px 50px 20px;
		background: #0769AD url('../ltt_svg/手机-首页1.svg') no-repeat;
		background-size: cover;
	}
	#LTTheredity_m .box {
		display: flex;
		flex-direction: column;
		color: #fff;
	}
	#LTTheredity_m .h1 {
		font-size: 22px;
		font-weight: bold;
	}
	#LTTheredity_m .left .t2 {
		font-size: 16px;
		line-height: 40px;
		margin-bottom: 10px;
		color: #F07B05;
	}
	#LTTheredity_m .box .left .t3 {
		font-size: 12px;
		line-height: 26px;
	}
/* 第一屏 */
/* 第二屏 */
	#LTTtumor_m {
		background: #fff;
		padding: 30px 10px 30px 20px;
	}
	#LTTtumor_m .box {
		display: flex;
		flex-direction: column;
	}
	#LTTtumor_m .h1 {
		font-size: 22px;
	}
	#LTTtumor_m .right .t2 {
		font-size: 16px;
		color: #1E78BE;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#LTTtumor_m .box .right .t3 {
		font-size: 12px;
		line-height: 26px;
		color: #555;
	}
	#LTTtumor_m .qiguan {
		width: 250px;
		margin: 30px auto 0 auto;
	}
/* 第二屏 */

/* 第三屏 */
	#LTTfertility_m {
		background: #2088AD;
		padding: 30px 10px 30px 20px;
	}
	#LTTfertility_m .box {
		display: flex;
		flex-direction: column;
		color: #fff;
	}
	#LTTfertility_m .h1 {
		font-size: 22px;
	}
	#LTTfertility_m .t2 {
		display: inline-block;
		font-size: 14px;
		height: 30px;
		line-height: 28px;
		padding: 0 10px;
		background: #F07B05;
		margin: 10px 0 20px 0;
	}
	#LTTfertility_m .t3 {
		font-size: 12px;
		line-height: 26px;
	}
	#LTTfertility_m .right {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: space-between;
		width: 280px;
		height: 220px;
		margin: 30px auto 0 auto;
	}
	#LTTfertility_m .right li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 15px 20px;
		box-sizing: border-box;
		background: #62ABC5;
		border-radius: 5px;
	}
	#LTTfertility_m .right li img {
		width: 40px;height: 40px;
	}
	#LTTfertility_m .right li span {
		font-size: 14px;
		margin-top: 10px; 
		color: #fff;
	}
/* 第三屏 */
/* 第四屏 */
	#LTTdrug_m  {
		padding: 30px 10px 100px 20px;
		background: url('../ltt_svg/yaowubeijing.svg') no-repeat -60px 148px;
		background-size: 200% auto;
	}
	#LTTdrug_m  .box {
		display: flex;
		flex-direction: column;
	}
	#LTTdrug_m  .h1 {
		font-size: 22px;
		line-height: 40px;
	}
	#LTTdrug_m  .box .t2 {
		font-size: 16px;
		color: #1E78BE;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#LTTdrug_m  .box .t3 {
		font-size: 12px;
		line-height: 26px;
	}
/* 第四屏 */
/* 第五屏 */
	#LTTprevention_m  {
		background: #458ADE url('../ltt_svg/benpaoderen_r.svg') no-repeat center left;
		background-size: 100%;
		padding: 30px 20px;
	}
	#LTTprevention_m  .box {
		display: flex;
		color: #fff;
	}
	#LTTprevention_m  .h1 {
		font-size: 22px;
		line-height: 40px;
	}
	#LTTprevention_m  .right .t2 {
		font-size: 16px;
		color: #F07B05;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#LTTprevention_m  .right .t3 {
		font-size: 12px;
		line-height: 26px;
	}
/* 第五屏 */
/* 第六屏 */
	#LTThonor_m  {
		padding: 30px 10px;
	}
	#LTThonor_m  .text {
		display: flex;
		flex-direction: column;
	}
	#LTThonor_m  .t1 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#LTThonor_m  .t2 {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	#LTThonor_m  .t2 span {
		width: 20px;
		line-height: 26px;
		height: 100%;
		color: #1E78BE;
	}
	#LTThonor_m  .t3 {
		font-size: 14px;
		line-height: 30px;
		color: #1E78BE;
		margin-top: 15px;
	}
	#LTThonor_m  .images {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#LTThonor_m  .images li {
		width: 30%;
		padding: 10px 0;
	}
	#LTThonor_m  .images img {
		width: 100%;
		display: block;
	}
/* 第六屏 */
/* 第七屏 */
	#LTTtrust_m  {
		background: linear-gradient(to top left,#269C85,#ADD2AB 60%);
		background: -ms-linear-gradient(to top left,#269C85,#ADD2AB 60%);
		background: -webkit-linear-gradient(to top left,#269C85,#ADD2AB 60%);
		background: -moz-linear-gradient(to top left,#269C85,#ADD2AB 60%);
		padding: 30px 10px;
	}
	#LTTtrust_m  .t1 {
		font-size: 26px;
		margin-bottom: 30px;
		text-align: center;
	}
	#LTTtrust_m  .t1:last-of-type{
		padding-top: 30px;
		border-top: 1px dashed #fff;
	}
	#LTTtrust_m  .more {
		font-size: 16px;
		line-height: 36px;
		width: 200px;
		text-align: center;
		color: #3CA738;
		cursor: pointer;
		user-select: none;
		margin: 20px auto;
		border: 1px solid #3CA738;
	}
	#LTTtrust_m  .weixin-win {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to top left,#269C85,#ADD2AB 60%);
		background: -ms-linear-gradient(to top left,#269C85,#ADD2AB 60%);
		background: -webkit-linear-gradient(to top left,#269C85,#ADD2AB 60%);
		background: -moz-linear-gradient(to top left,#269C85,#ADD2AB 60%);
		z-index: 999;
		display: none;
	}
	#LTTtrust_m  .weixin-win .t {
		font-size: 22px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #fff;
	}
	#LTTtrust_m  .weixin-win .box {
		position: absolute;
		top: 60px;
		bottom: 120px;
		left: 0;
		right: 0;
		padding: 0 10px;
		overflow: auto;
	}
	#LTTtrust_m  .weixin-win .close {
		position: absolute;
		bottom: 70px;
		width: 40px;
		height: 40px;
		left: 50%;
		margin-left: -20px;
	}
	#LTTtrust_m  .weixin {background: #eee;margin: 5px 0;}
	#LTTtrust_m  .weixin > div {display: flex;align-items: flex-start;padding: 10px 0;}
	#LTTtrust_m  .weixin .expert-say {justify-content: flex-end;}
	#LTTtrust_m  .weixin > div p{font-size: 12px;line-height: 20px;box-sizing: border-box;max-width: 70%;padding: 5px 10px;border-radius: 5px;position: relative;}
	#LTTtrust_m  .weixin > div p img {width: 20px;height: 20px;display: inline-block;margin: 0 3px;vertical-align: top;}
	#LTTtrust_m  .weixin .user-say p {border: 1px solid #dedfe0;background: #fff;}
	#LTTtrust_m  .weixin .expert-say p{border: 1px solid #9EEA6A;background: #9EEA6A;}
	#LTTtrust_m  .weixin  div p::before{position: absolute;top: 9px;content: '';width: 10px;height: 10px;transform: rotate(45deg);}
	#LTTtrust_m  .weixin  .user-say p::before{left: -6px;background: #fff;border-top: 1px solid #fff;border-left: 1px solid #dedfe0;border-right: 1px solid #fff;border-bottom: 1px solid #dedfe0;}
	#LTTtrust_m  .weixin  .expert-say p::before{right: -6px;background: #9EEA6A;border: 1px solid #9EEA6A;}
	#LTTtrust_m  .weixin  .ava {width: 30px;height: 30px;margin: 0 10px;}

	#LTTtrust_m  .info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#LTTtrust_m  .info li {
		width: 48%;
		box-sizing: border-box;
		background: #fff;
		padding: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	#LTTtrust_m  .info li img {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	#LTTtrust_m  .info li p{
		font-size: 12px;
		line-height: 26px;
		text-align: justify;
	}
	#LTTtrust_m  .info li p:first-of-type span {
		font-size: 14px;
		margin-right: 10px;
		font-weight: bold;
	}
	#LTTtrust_m  .info li p:last-of-type {
		border-top: 1px solid #ccc;
	}
	#LTTtrust_m  .info li .cont {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(40,157,134, .9);
		padding: 10px;
		line-height: 20px;
		text-align: justify;
		text-indent: 2em;
		display: none;
		color: #fff;
	}
/* 第七屏 */
/* 第八屏 */
	#LTTpartner_m  {background: #fff;padding: 30px 10px;}
	#LTTpartner_m  .h1{font-size: 22px;margin-bottom: 30px;}
	#LTTpartner_m  .ho_logo {display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 30px;}
	#LTTpartner_m  .ho_logo li {width : 30%;margin-top: 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 5px;}
	#LTTpartner_m  .ho_logo img {display: block;width: 100%;}
	#LTTpartner_m  .problem li {position: relative;padding: 10px 0;border-bottom: 1px dashed #ccc;cursor: pointer;user-select: none;}
	#LTTpartner_m  .problem .pro-box::before{content: '';position: absolute;right: 10px;width: 8px;height: 8px;transition: 0.3s;transform: rotate(45deg);}
	#LTTpartner_m  .problem .pro-a::before {top: 12px;border-top: 2px solid #fff;border-left: 2px solid #fff;border-right: 2px solid #555;border-bottom: 2px solid #555;}
	#LTTpartner_m  .problem .pro-b::before {top: 20px;border-top: 2px solid #555;border-left: 2px solid #555;border-right: 2px solid #fff;border-bottom: 2px solid #fff;}
	#LTTpartner_m  .problem li .pro {font-size: 14px;letter-spacing: 1px;line-height: 24px;}
	#LTTpartner_m  .problem li .answer{font-size: 12px;line-height: 24px;text-align: justify; text-indent: 2em;padding: 10px;display: none;color: #888;}
	#LTTpartner_m  .problem .more{font-size: 14px;color: #1E78BE;}
/* 第八屏 */


