h2{
	margin-bottom: 0;
}

h3{
	/*margin-bottom: 5px;*/
}

.mb50{
	margin-bottom: 50px;
}

.module{
	padding: 10px;
}

.a-container{
	position: relative;
	height: 100%;
	width: 90%;
	margin: 0 auto;
}

@media (min-width: 1280px) {
	.a-container{
		max-width: 1180px;
	}

	.module{
		padding: 15px;
	}
}


/*kv*/
.a-section-0{
	width: 100%;
	background: url('../images/a-kv-bg.jpg') no-repeat;
	background-size: cover;
	background-position: top right;
	position: relative;
	margin-top: 65px;
}

.a-kv-text{
	padding-top: 20px;
	max-width: 460px;
    margin: 0 auto;
}

/*.a-kv-text h1 span.em{
	font-size: 44px;
}*/

.a-kv-text h1{
	/*line-height: 0.4;*/
	/*margin-bottom: 20px;*/
	text-align: center;
}

.a-kv-text h1 .em{
	/*display: inline-block;*/
	/*margin-bottom: 5px;*/
}

.a-kv-text ul li{
	list-style: none;
	margin-left: 1em;
}

.a-kv-text ul li:before {
	content: '\25A0'; 
	color: #ffae86; 
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.a-kv-img{
	text-align: center;
}

.a-kv-img img{
	max-width: 85%;
}

.scoll{
	bottom: -20px;
}

/*.a-scrolldown{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #db6e3d;
	box-sizing: border-box;
	position: absolute;
    bottom: -27px;
    left: calc(50% - 27px);
}

.a-scrolldown:before{
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #db6e3d;
	box-sizing: border-box;
	position: absolute;
	left: -8px;
	top: -8px;
}

.a-scroll-arrow{
	width: 20px;
	height: 50px;
	border-left: 1px solid #db6e3d;
	position: absolute;
    bottom: 14px;
    left: 18px;
}

.a-scroll-arrow-point{
	height: 15px;
	border-left: 1px solid #db6e3d;
	transform: skewX(-30deg);
    position: absolute;
    bottom: 0;
    left: 3px;
}
*/

@media (min-width: 1280px) {
	.a-kv-text{
		padding-top: 0;
		position: absolute;
		right: 0;
    	top: 50%;
    	transform: translateY(-50%);
    	max-width: 100%;
	}

	.a-kv-text h1{
		text-align: left;
	}

	.a-kv-text h1 span.em{
		font-size: 55px;
	}

	.a-kv-img{
		float: left;
	}

	.a-container:after{
		content:'';
		display: table;
		clear: both;
	}
}


/*products*/
.a-section-1{
	margin-top: 50px;
}

.a-section-1 .a-container{
	/*padding: 5% 0;*/
	background: #ffffff;
}

.a-products{
	/*width: 90%;*/
	margin: 0 auto;
	border: 1px solid #cbcbcb;
}

.a-products-title{
	width: 100%;
	padding: 12px;
}

.a-products-title h2{
	font-size: 24px;
	/*line-height: 1;*/
	text-align: center;
	text-transform: uppercase;
}

.a-pro-lightorange{
	background: radial-gradient(circle,#ffece2,#ffd5c0);
}

.a-pro-pink{
	background: radial-gradient(circle,#ffe9ee,#ffccd7);
}

.a-pro-blue{
	background: radial-gradient(circle,#d8eef4,#a4d7e5);
}

.a-pro-orange{
	background: radial-gradient(circle,#ffdabc,#ffaa66);
}

.a-pro-green{
	background: radial-gradient(circle,#d7ede2,#a3d6bb);
}

.a-products-title p{
	color: #7c7c7c;
	font-size: 13px;
	text-align: center;
}

.a-p1-1{
	width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.a-p1-set ul{
	margin-top: 10px;
}

.a-p1-1-name{
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 5px;
}

.a-p1-1-noline{
	border-bottom: none;
}

.a-p1-1-name h3{
	color: #323232;
	font-size: 24px;
	/*font-weight: 700;*/
	/*margin-bottom: -5px;*/
	line-height: 1.4;
}

.a-p1-1-name h5 em{
	color: #ff3d7d;
	font-size: 20px;
	margin-right: 5px;
	/*font-weight: 700;*/
}


.a-p1-1 ul li{
	list-style: none;
	margin-left: 1em;
	color: #323232;
	/*font-weight: 500;*/
}

.a-p1-1 ul li:before {
	content: '\25A0'; 
	color: #ffae86; 
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.a-p1-1 ul li p{
	font-size: 14px;
	color: #7c7c7c;
}

.a-p1-1-name-gift{
	margin-bottom: 10px;
}

.a-p1-1-name-gift h3{
	color: #ff3d7d;
}

.a-p1-1-name-gift h3 em{
	color: #7c7c7c;
	font-size: 14px;
	margin-left: 5px;
}

.a-p1-1-name-gift span{
	display: inline-block;
	width: 30px;
	height: 30px;
	/*padding: 2px;*/
	color: #ffffff;
	background: #ff3d7d;
	text-align: center;
}

.a-p1-1-name-gift span.or-circle{
	padding: 5px;
	color: #ffffff;
	background: #888888;
	border-radius: 50%;
	font-size: 18px;
    /*font-weight: 500;*/
}

.a-p1-gift p{
	color: #323232;
	/*font-weight: 500;*/
}

.a-p1-gift p em{
	color: #7c7c7c;
	font-size: 14px;
}

@media (min-width: 1280px) {
	.a-kv-text{
		padding-top: 50px;
	}

	.responsive-sider{
		width: 80%;
		position: relative;
		margin: 0 auto;
	}

	.a-p1-set{
		width: 45%;
		position: relative;
		float: left;
	}

	.a-p1-set:nth-child(odd){
		margin-right: 10%;
	}

	.responsive-sider:after{
		content:'';
		display: table;
		clear: both;
	}

	.a-products-title{
		padding: 15px;
	}

	.a-products-title h2{
		font-size: 36px;
		line-height: 1.2;
	}

	.a-pt-special{
		width: 90%;
		max-width: 800px;
		position: relative;
		margin: 0 auto;
	}

	.a-pt-special h2, .a-pt-special p{
		float: left;
	}

	.a-pt-special h2{
		width: 65%;
	}

	.a-pt-special p{
		width: 35%;
		text-align: left;
		line-height: 1.5;
	}

	.a-pt-special:after{
		content:'';
		display: block;
		clear: both;
	}

}