.productBlock{
	background: -webkit-linear-gradient(left, #0ec0be,#19d4aa ,#29ee90);
}
.leaveMessageInputBlock input{
	background-color: #13d1bb;
}
.leaveMessageInputBlock textarea{
	background-color: #13d1bb;
}
.inputfocusStyle{
	background: -webkit-linear-gradient(left, #1bceaa,#16e6ce ,#10e5d0);
}
.line{
	border-bottom: 2px solid white;
}
.footer{
	background: -webkit-linear-gradient(left, #32c9c9,#3eddb5 ,#4af2a0);
}
.industryList{
	display: flex;
	flex-direction: column;
	margin:0 0.3rem;
}
.industryList li{
	position: relative;
	margin: 0.3rem 0 ;
}
.industryBtn{
	position: absolute;
	left: 0.4rem;
	bottom: 0.4rem;
}
.btnSee{
	color: rgb(16,255,255) !important;
	border: 0.04rem solid rgb(16,255,255);
	background: transparent;
	padding: 0.02rem 0.2rem;
	text-align: center;
	border-radius: 0.05rem;
	cursor: pointer;
	font-size: 0.48rem;
	letter-spacing: 1px;
}
.btnSee:hover {
    border: 0;
    padding: 0.04rem 0.22rem;
    color: #ffffff;
    background: -webkit-linear-gradient(left, rgb(13,191,191),rgb(41,239,143));
    box-shadow: 0 0 3px rgb(16 255 255);
}
.quantumList{
	margin: 0.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.quantumListTitle{
	margin-top: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.8rem;
}
.quantumListTitle span{
	font-size: 0.32rem;
	margin-bottom: 0.26rem;
	text-align: center;
	width: 100%;
}
.quantumListBlock{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.quantumListBlock h2{
	font-size: 0.5rem;
	font-weight: bold;
	margin-top: 0.4rem;
	margin-bottom: 01rem;
	width: 100%;
	text-align: center;
}
.quantumListBlock h3{
	font-size: 0.42rem;
	margin-bottom: 0.6rem;
}
.quantumListBlock img{
	margin-bottom: 1.6rem;
}