*{
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-decoration: none;
}
.wrap{
	width: 100%;
	height: 100vh;
	background-image: url('../image/pc.png');
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}
.content{
	width: 700px;
	min-height: 200px;
	position: relative;
	margin-left: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.title{
	width: 190px;
}
.subTitle{
	font-size: 35px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}
.mark{
	font-size: 20px;
	margin: 15px 0;
}
.down{
	display: flex;
	justify-content: center;
	align-items: center;
}
.downItem{
	display: flex;
	align-items: center;
	position: relative;
	left: -20px;
	cursor: pointer;
}
.down .yuan{
	width: 60px;
	height: 60px;
	background-image: linear-gradient(to right, #0db3ff , #1bb7fd);
	border-radius: 50%;
	position: relative;
	transform: translateX(70%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.down .yuan img{
	width: 30px;
}
.down .yuantuo{
	width: 200px;
	height:  52px;
	border: 2px solid #0db3ff;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 52px;
	font-size: 30px;
	font-weight: bold;
	padding-left: 20px;
	color: #000;
}
.listCon{
	min-height: 200px;
	border: 2px solid #87defd;
	margin-bottom: 10px;
	border-radius: 18px;
	margin-top: 30px;
	background-color: #c5f5fe80;
	padding: 30px 50px;
	box-sizing: border-box;
}
.litem{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.litem:last-child{
	margin-bottom: 0;
}
.litem .ps{
	width: 100px;
	height: 40px;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.litem .ps img{
	width: 20px;
	margin-right: 10px;
}
.litem .ps span{
	font-size: 16px;
}
.litem .left{
	width: 26px;
	margin: 0 10px;
}
.litem .url{
	width: 180px;
	height: 40px;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	background-color: #fff;
	line-height: 40px;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10px;
	box-sizing: border-box;
}
.litem .btn{
	width: 100px;
	height: 40px;
	background-image: linear-gradient(to right, #0db3ff , #1bb7fd);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
}
.foot{
	font-size: 16px;
	font-weight: 700;
}
.xiaojiejie{
	width: 450px;
	position: absolute;
	right: -400px;
	bottom: 0;
}
.mbXjj{
	display: none;
}
