﻿.tpt-yd-gg {
	padding: 0px;
	margin-top: 20px;
}
.tpt-yd-gg-img {
	position: relative;
}
.tpt-yd-gg p{
	margin-top: 8px;
}
.tpt-yd-gg p a{
	font-size: 13px;
	color: #999;
	line-height: 22px;
}
.tpt-yd-gg img {
	width: 100%;
}

.tpt-yd-gg .tip {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.tpt-yd-gg .tip {
	opacity: .8;
	background: #F6FAFF;
	font-size: 12px;
	color: #666;
	text-align: center;
	width: 40px;
	height: 20px;
	line-height: 20px;
}

.tpt-yd-bq {
	margin-bottom: 20px;
}

.tpt-yd-bq a {
	float: left;
	display: block;
	font-size: 13px;
	margin-bottom: 8px;
	background: #F6FBFF;
	padding: 3px 12px;
	margin-right: 8px;
	border: 0;
	color: #1d9dd1;
	border-radius: 60px;
}

.tpt-yd-bq a:hover {
	background: #1d9dd1;
	color: #fff;
}

.tpt-yd-ds {
	text-align: center;
	margin-bottom: 30px;
}

.tpt-yd-ds .layui-btn {
	background: #128FC8;
	height: 48px;
	line-height: 48px;
	padding: 0 28px 0 44px;
	font-size: 16px;
	border-radius: 78px;
	position: relative;
}

.tpt-yd-ds .layui-btn:before {
	content: "";
	width: 18px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 13px;
	background: url(../images/dashang.png);
	background-size: 100%;
}

.tpt-panel {
	margin-bottom: 30px;
	text-align: center;
}

.tpt-panel img {
	width: 120px;
}

.tpt-panel p {
	font-size: 12px;
	color: #666;
	margin-top: 8px;
}

.tpt-yd-tt {
	display: none
}

.tpt-yd-yh {
	position: relative;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.tpt-yd-yh .yd-a {
	top: 18px;
}

.tpt-yd-yh .yd-b h2 a {
	font-size: 13px;
	color: #a2a2a2;
}

.tpt-yd-yh .yd-b p {
	font-size: 13px;
	margin-bottom: 5px;
	color: #a2a2a2;
}

.tpt-yd-yh .yd-b h3 {
	font-size: 13px;
	color: #a2a2a2;
}

.tpt-yd-yh .yd-b {
	padding: 15px 15px 15px 100px;
}

.tpt-yd-tt {
	position: relative;
}

.tpt-yd-tt .yd-a {
	position: absolute;
	left: 0px;
	top: 5px;
}

.tpt-yd-tt .yd-b {
	padding: 5px 5px 5px 55px;
}

.tpt-yd-tt .yd-a img {
	width: 44px;
	height: 44px;
	border-radius: 100%;
}

.tpt-yd-tt .yd-b h2 {
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 2px;
}

.tpt-yd-tt .yd-b h2 a {
	font-size: 13px;
	color: #a2a2a2;
}

.tpt-yd-tt .yd-b h2 span {
	font-size: 13px;
	color: #a2a2a2;
	margin-left: 6px;
}

.tpt-yd-tt .yd-b h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

.tpt-yd-ll {
	position: relative;
}

.yd-a {
	position: absolute;
	left: 20px;
	top: 25px;
}

.yd-a img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
}

.yd-b {
	padding: 0 20px 20px 100px;
}

.yd-b h2 {
	margin-bottom: 5px;
}

.yd-b h2 a {
	font-size: 18px;
	color: #333;
}

.yd-b h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}
.yd-b h3 span{
	color: #999;
}

.yd-b p {
	font-size: 12px;
	color: #333;
	line-height: 22px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
	.tpt-yd-tt {
		display: block
	}
	.tpt-user-la #tpt-flow {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
		column-gap: 10px;
	}

	.tpt-user-la #tpt-flow .tpt-user-h {
		margin: 0 !important;
	}

	.tpt-user-la #tpt-flow .tpt-home {
		-moz-page-break-inside: avoid;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width:1024px) {
	.tpt-user-la #tpt-list {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}

	.tpt-user-la #tpt-list .tpt-user-h {
		margin: 0 !important;
	}

	.tpt-user-la #tpt-list .tpt-home {
		-moz-page-break-inside: avoid;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
		margin-bottom: 20px;
	}
}