.clearfix:after,.clearfix:before {
	content: " ";
	clear: both;
	display: table;
}

.clearfix {
	zoom: 1;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

.allDiv {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: url(/CSD2022/h5/images/bg3.jpg) no-repeat;
	background-size: 100% 100%;
}

.main {
	margin: 0px auto;
	width: 85%;
}

.main>div {
	position: relative;
	display: inline-block;
	margin-left: 4%;
	margin-bottom: 4%;
	background: #ffffff;
	border-radius: 7px;
	box-shadow: inset 0px 0px 15px 9px rgba(0, 109, 231, 0.5);
	height: 100px;
}

.main .firstDiv {
	margin-left: 5px;
}

.svg {
	width: 30px;
	height: 30px;
	position: absolute;
    left: 20px;
    bottom: 10px;
}

.svg img{
	width: 100%;
	height: 100%;
}

svg {
	width: 100%;
	height: 100%;
}

.showText {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	font-family: 'Ë¼Ô´ºÚÌå';
	color: #006de7;
	width: 40px;
	position: absolute;
    right: 0px;
    top: 10px;
    text-shadow: 0px 2px 4px rgba(77, 88, 105, 0.5);
}

.scrollBottomDiv{
	padding:10px 0;
	width:100%;
	color:#000000;
}

.scrollBottomDiv p{
	text-align: center;
	margin:0;
}

.scrollBottomDiv a{
	text-decoration: none;
	outline: none;
}

.scrollBottomDiv img{
	width:120px;
}
