

.moduleList{
	width: 75%;
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-top: 1.6rem;
}
.moduleList ul{
	display: flex;
	flex-direction: initial;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.moduleList ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 1%;
	justify-content: space-between;
	margin: 1.6rem 1%;
	/* height: 8.44rem; */
}
.moduleListPhoto{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	max-height: 3.4rem;
}
.moduleListText{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.moduleListText span:nth-child(1){
	color: #000000;
	font-size: 0.48rem;
	font-family: 'Arial Black' !important;
	font-weight: bold;
	margin: 0.5rem 0 0.5rem 0;
	letter-spacing: 1px;
}
.moduleListText span:nth-child(2){
	font-size: 0.4rem;
	line-height: 0.8rem;
	width: 90%;
	text-align: center;
}
.moduleListBtn{
	margin-top: 0.6rem;
}
.btnSee {
    border: 0.04rem solid #000000;
    background: transparent;
    color: #000000;
    padding: 0.15rem 0.5rem;
    text-align: center;
    border-radius: 0.05rem;
    cursor: pointer;
    font-size: 0.4rem;
    letter-spacing: 1px;
}
.btnSee:hover{
	border: 0;
	padding: 0.2rem 0.54rem;
	color: #ffffff;
	background: -webkit-linear-gradient(left, rgb(13,191,191),rgb(41,239,143));
	box-shadow: 0 0 3px rgb(16 255 255);
}


.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);
}
