/* 主页 */
/* 主页公共部分 */
	#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;}
/* 主页公共部分 */
/* 第一屏 */
	#LTTheredity {
		padding: 50px 10px 50px 20px;
		background: #0769AD url('../ltt_svg/手机-首页1.svg') no-repeat;
		background-size: cover;
	}
	#LTTheredity .box {
		display: flex;
		flex-direction: column;
		color: #fff;
	}
	#LTTheredity .h1 {
		font-size: 22px;
		font-weight: bold;
	}
	#LTTheredity .left .t2 {
		font-size: 16px;
		line-height: 40px;
		margin-bottom: 10px;
		color: #F07B05;
	}
	#LTTheredity .box .left .t3 {
		font-size: 12px;
		line-height: 26px;
	}
/* 第一屏 */
/* 第二屏 */
	#LTTtumor {
		background: #fff;
		padding: 30px 10px 30px 20px;
	}
	#LTTtumor .box {
		display: flex;
		flex-direction: column;
	}
	#LTTtumor .h1 {
		font-size: 22px;
	}
	#LTTtumor .right .t2 {
		font-size: 16px;
		color: #1E78BE;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#LTTtumor .box .right .t3 {
		font-size: 12px;
		line-height: 26px;
		color: #555;
	}
	#LTTtumor .qiguan {
		width: 250px;
		margin: 30px auto 0 auto;
	}
/* 第二屏 */
/* 第三屏 */
	#LTTfertility {
		background: #2088AD;
		padding: 30px 10px 30px 20px;
	}
	#LTTfertility .box {
		display: flex;
		flex-direction: column;
		color: #fff;
	}
	#LTTfertility .h1 {
		font-size: 22px;
	}
	#LTTfertility .t2 {
		display: inline-block;
		font-size: 14px;
		height: 30px;
		line-height: 28px;
		padding: 0 10px;
		background: #F07B05;
		margin: 10px 0 20px 0;
	}
	#LTTfertility .t3 {
		font-size: 12px;
		line-height: 26px;
	}
	#LTTfertility .right {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: space-between;
		width: 280px;
		height: 220px;
		margin: 30px auto 0 auto;
	}
	#LTTfertility .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 .right li img {
		width: 40px;height: 40px;
	}
	#LTTfertility .right li span {
		font-size: 14px;
		margin-top: 10px; 
		color: #fff;
	}
/* 第三屏 */
/* 第四屏 */
	#LTTdrug {
		padding: 30px 10px 100px 20px;
		background: url('../ltt_svg/yaowubeijing.svg') no-repeat -60px 148px;
		background-size: 200% auto;
	}
	#LTTdrug .box {
		display: flex;
		flex-direction: column;
	}
	#LTTdrug .h1 {
		font-size: 22px;
		line-height: 40px;
	}
	#LTTdrug .box .t2 {
		font-size: 16px;
		color: #1E78BE;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#LTTdrug .box .t3 {
		font-size: 12px;
		line-height: 26px;
	}
/* 第四屏 */
/* 第五屏 */
	#LTTprevention {
		background: #458ADE url('../ltt_svg/benpaoderen_r.svg') no-repeat center left;
		background-size: 100%;
		padding: 30px 20px;
	}
	#LTTprevention .box {
		display: flex;
		color: #fff;
	}
	#LTTprevention .h1 {
		font-size: 22px;
		line-height: 40px;
	}
	#LTTprevention .right .t2 {
		font-size: 16px;
		color: #F07B05;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#LTTprevention .right .t3 {
		font-size: 12px;
		line-height: 26px;
	}
/* 第五屏 */
/* 第六屏 */
	#LTThonor {
		padding: 30px 10px;
	}
	#LTThonor .text {
		display: flex;
		flex-direction: column;
	}
	#LTThonor .t1 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#LTThonor .t2 {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	#LTThonor .t2 span {
		width: 20px;
		line-height: 26px;
		height: 100%;
		color: #1E78BE;
	}
	#LTThonor .t3 {
		font-size: 14px;
		line-height: 30px;
		color: #1E78BE;
		margin-top: 15px;
	}
	#LTThonor .images {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#LTThonor .images li {
		width: 30%;
		padding: 10px 0;
	}
	#LTThonor .images img {
		width: 100%;
		display: block;
	}
/* 第六屏 */
/* 第七屏 */
	#LTTtrust {
		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 .t1 {
		font-size: 26px;
		margin-bottom: 30px;
		text-align: center;
	}
	#LTTtrust .t1:last-of-type{
		padding-top: 30px;
		border-top: 1px dashed #fff;
	}
	#LTTtrust .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 .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 .weixin-win .t {
		font-size: 22px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #fff;
	}
	#LTTtrust .weixin-win .box {
		position: absolute;
		top: 60px;
		bottom: 120px;
		left: 0;
		right: 0;
		padding: 0 10px;
		overflow: auto;
	}
	#LTTtrust .weixin-win .close {
		position: absolute;
		bottom: 70px;
		width: 40px;
		height: 40px;
		left: 50%;
		margin-left: -20px;
	}
	#LTTtrust .weixin {background: #eee;margin: 5px 0;}
	#LTTtrust .weixin > div {display: flex;align-items: flex-start;padding: 10px 0;}
	#LTTtrust .weixin .expert-say {justify-content: flex-end;}
	#LTTtrust .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 .weixin > div p img {width: 20px;height: 20px;display: inline-block;margin: 0 3px;vertical-align: top;}
	#LTTtrust .weixin .user-say p {border: 1px solid #dedfe0;background: #fff;}
	#LTTtrust .weixin .expert-say p{border: 1px solid #9EEA6A;background: #9EEA6A;}
	#LTTtrust .weixin  div p::before{position: absolute;top: 9px;content: '';width: 10px;height: 10px;transform: rotate(45deg);}
	#LTTtrust .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 .weixin  .expert-say p::before{right: -6px;background: #9EEA6A;border: 1px solid #9EEA6A;}
	#LTTtrust .weixin  .ava {width: 30px;height: 30px;margin: 0 10px;}

	#LTTtrust .info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#LTTtrust .info li {
		width: 48%;
		box-sizing: border-box;
		background: #fff;
		padding: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	#LTTtrust .info li img {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	#LTTtrust .info li p{
		font-size: 12px;
		line-height: 26px;
		text-align: justify;
	}
	#LTTtrust .info li p:first-of-type span {
		font-size: 14px;
		margin-right: 10px;
		font-weight: bold;
	}
	#LTTtrust .info li p:last-of-type {
		border-top: 1px solid #ccc;
	}
	#LTTtrust .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 {background: #fff;padding: 30px 10px;}
	#LTTpartner .h1{font-size: 22px;margin-bottom: 30px;}
	#LTTpartner .ho_logo {display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 30px;}
	#LTTpartner .ho_logo li {width : 30%;margin-top: 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 5px;}
	#LTTpartner .ho_logo img {display: block;width: 100%;}
	#LTTpartner .problem li {position: relative;padding: 10px 0;border-bottom: 1px dashed #ccc;cursor: pointer;user-select: none;}
	#LTTpartner .problem .pro-box::before{content: '';position: absolute;right: 10px;width: 8px;height: 8px;transition: 0.3s;transform: rotate(45deg);}
	#LTTpartner .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 .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 .problem li .pro {font-size: 14px;letter-spacing: 1px;line-height: 24px;}
	#LTTpartner .problem li .answer{font-size: 12px;line-height: 24px;text-align: justify; text-indent: 2em;padding: 10px;display: none;color: #888;}
	#LTTpartner .problem .more{font-size: 14px;color: #1E78BE;}
/* 第八屏 */
/* 主页 */