@charset "utf-8";
/* CSS Document */

html, body {
	scroll-behavior: smooth;
}
.recipeSlide {
    background-image: url("../img/middleBG.png");
    background-size: cover;
    background-position: bottom;
    padding-top: 100px;
    padding-bottom: 30px;
}
.move-top {
	position: absolute;
	width: 100%;
	
}
a.move-top span {
    color: #fff;
    width: 40px;
    position: relative;
    z-index: 5;
    background: #ff6600;
    border-radius: 50%;
    height: 40px;
    border: 1px solid #fff;
    line-height: 1.5em;
	top: -20px;
	font-size: 18px;
	text-align: center;
	padding: 5px 12px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff6600;
    outline: 0;
}
.payment-content .bankInfo ul li {
	font-size: 18px;
	padding: 10px 0px
}
.payment-content .articleinfo_group {
	padding-top: 50px;
}
@media screen and (max-width: 480px){

.footer .footer-products {
    margin-top: 30px;
    text-align: center;
}
		
}
@media screen and (max-width: 480px){
.footer .information-item {
    margin-top: 30px;
    text-align: center;	
	
}
	
}

@media (max-width: 1199px) {
.main-content {
    min-height:inherit;
}
}
