body{
	font-family:"Microsoft YaHei";
}
.wrap{
	width:100%;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.wrap .header{
	height: 10.6vh;
	min-height: 60px;
	width: 100%;
	min-width: 570px;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
}
.wrap .header .logo{
	width: 76px;
	height: 25px;
	background: url(../image/top/sd_logo.png);
	position: absolute;
	left: 17vw;
}
.wrap .header .right{
	position: absolute;
	right: 17vw;
	display: flex;
}
.wrap .header .right p{
	color: #101010;
	font-size: 15px;
	text-align: center;
}
.wrap .header .right div:nth-child(2){
	font-size: 2vh;
	font-weight: bolder;
	margin-left: 5px;
	color: #434343;
}
.wrap .main{
	display: flex;
	height: 82.5vh;
	background-color: #e2e2e2;
}
.wrap .main .content{
	display: block;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.wrap .main .content .card {
	margin-top: 10%;
	width:100%;
}
.wrap .main .content .card .tips{
	padding: 0 4vh;
	padding-bottom: 2.5vh;
	font-size: 2.5vh;
	line-height: 2.5vh;
	display: flex;
}
.wrap .main .content .card .tips div:last-child{
	line-height: 2.8vh;
	font-size: 2.1vh;
}
.wrap .main .content .card .card_item{
	display: flex;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
}
.wrap .main .content .card .card_item:last-child{
	margin-bottom: 10vh;
}
.wrap .main .content .card .card_item .card_item_left{
	width: 104px;
	padding: 0 5vh;
	display: flex;
	align-items: center;
}
.wrap .main .content .card .card_item .card_item_right{
	width: 70vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10vh;
	border-left: 2px solid;
	height: 10vh;
}
.wrap .main .content .card .card_item .card_item_botton{
	color: #fff;
	padding: 0.7vh 3.3vh;
	background-color: #5f5f5f;
	cursor: pointer;
}
.wrap .main .content .card .card_item img{
	display: block;
}
.wrap .footer{
	width: 100%;
	height: 6.9vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	color: #fff;
	font-size: 2vh;
	font-weight: bolder;
	line-height: 25px;
	background-color: #000;
}
.wrap .footer .link a{
	color: #cccccc;
}