.dt-shangqiao{
	width: 140px;
	height: 300px;
	/*padding-right: 10px;*/
	position: fixed;
	top: 200px;
	right: 10px;
}
.dt-s1{
	width: 140px;
	height: 140px;
	border-radius: 4px;
	background: #6696FF;
	cursor: pointer;
	overflow: hidden;
}
.dt-s1 h6{
	width: 72px;
	height: 72px;
	border-radius: 100%;
	overflow: hidden;
	margin: 20px auto 10px;
	line-height: 72px;
	text-align: center;
}

.dt-s1 p{
	text-align: center;
	color: #fff;
}
.dt-shangqiao ul li{
	width: 140px;
	height: 40px;
	background: #6696FF;
	margin-top: 10px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}