.hero-section{
	background:url('/static/picture/7/h1.png');
	background-repeat:no-repeat;
	background-size:100vw auto;
	background-position:top center;
	padding: 5vw 0 50vw;
}
.xx{
	text-align: center;
}
.xx img{
	height: 150%;
	margin-top:-38%;
}
.message .row{
	padding: 1vw 0;
}
.message .col-6,
.message .col-12{
	padding: 0 2vw 0 0.5vw;
}
.message input,
.message textarea{
	background-color: rgba(255, 255, 255, 0); /* 完全透明 */;
	border-style: dashed;
  	border-width: 0px 0 1px 0; /* 左 顶 右 底 边框的宽度 */
  	border-color: #606060; /* 边框颜色 */
  	border-bottom-width: 2px; /* 底部边框的宽度 */
  	width: 100%;
}
.message input:focus,
.message textarea:focus{
	border: 0;
	outline: 1px solid #606060;
	box-shadow: 0 0 6px rgb(96 96 96/ 60%);
}
.dreamhub-section-title p{
	line-height:normal;
	font-size:25px;
}
.dreamhub-section-title h1{
	font-size: 70px;
}
.software-p-button-20 a:before{
	padding:0 18vw;
	left: -16vw;
	transform: perspective(1.3em) rotateX(181deg);
    border-radius:5px;
    background-color: #ffdc00;
    border: none;
    margin: 0;
}
.software-p-button-20{
    display: flex; /* 使用flex布局 */
    justify-content: right; /* 水平居中 */
    align-items: flex-end; /* 垂直底部对齐 */
}

.software-p-button-20 a{
    margin: auto;   
}
.cart-heard{
	margin: 2vw;
	width: 95%;
	padding: 0 0;
}
.kiosks{
/*	padding:3vw 0;*/
}
.kiosks img{
	padding: 3vw;
	border-radius:5vw;
}
.kiosks p{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 1.5vw;
	line-height: normal;
	padding: 0 1vw;
	margin: 0 auto;
	top:-4vw;
	width: 60%;
}
.kiosks p:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 2.5vw 0;
	z-index:-1;
	background-color: #FEF8D9;
	border-radius: 1vw;
	box-sizing: border-box;
	transform: perspective(1.2em) rotateX(3deg);
}
.cart{
	background-color: #FEF8D9;
	border-radius: 2vw;	
	width: 95%;
	padding: 2vw 1vw;
	margin: 1vw 2vw;
}
.cart .col-7 p{
	padding-top: 20px;
	line-height: 20px;
	font-size:15px;
	left: 10px;
}
.cart img{
	width: 150%;
	height: auto;
}
.cart .col-7{
	align-self:center;
}
.cart h5{
	font-size: 20px;
	left: 10px;
}


/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {

}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px){
	
}
/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
	
}
/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {

}
/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.message{
		padding:0 5vw;
	}
	.software-p-button-20 a:before{
		padding:0 30vw;
		left: -23vw;
	}
	.xx img{
		height: 80%;
		margin-top:10px;
	}
	.kiosks p:before{
		padding: 5vw 0;
		transform: perspective(1.2em) rotateX(1deg);
	}
	.kiosks p{
		padding: 0 1vw;
		margin: 0 auto;
		top:-3vw;
		width: 80%;
		font-size: 2vw;
	}
}