html, body {
    position: relative;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
img{
	width:100%;
	box-sizing: border-box;
}
.section{
	position:relative;
}
.section02{
	position: relative;
    text-align: center;
}
.section.section01 {
	margin-top: 10px;	
}
.section01_1 img:nth-child(1){
	padding: 10% 10% 0 10%;
}
.section01_1 img:nth-child(2){
	padding: 5%;
}
.content{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.section03 div img:nth-child(1){
	padding: 10% 10% 0% 10%;
}
.section03 div img:nth-child(2){
	padding: 5% 10% 10% 10%;
}
.section04 .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
}
.section07 img:nth-child(1){
	padding: 10% 10% 0 10%;
}
.section07 img:nth-child(2){
	padding: 5% 3% 8% 3%;
}
.section section09 img{
	padding:3%;
}
.section05{
	margin:70px 0;
}
.content img{
	padding:5%;
}
.section13 img{
	padding: 0% 10% 10% 10%;
}
.db_banner_wrap{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 51;
	background: rgba(0,0,0,0.7);
	max-width: 640px;
}
.input_table {
	border-collapse: separate;
	border-spacing: 5px;
	color: white;
}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
th,td{
	border: 0;
}
.db_banner_wrap .wrapper {
	overflow: hidden;
	padding: 10px;
}
p{
	margin:0;
}
.fixedPrivacy {
	font-size:12px;
}
.db_banner_wrap .wrapper .txtWrap {
	width: 100%;
	margin-right: 10px;
	float: left;
}
.db_banner_wrap .wrapper .txtWrap > div {
	overflow: hidden;
}
.db_banner_wrap .wrapper .txtWrap > div.last {
	margin: 5px;
}
.db_banner_wrap .wrapper p.fixedName {
	width: calc(45% - 10px);
	margin-right: 10px;
}
.db_banner_wrap .wrapper p.fixedName input, .db_banner_wrap .wrapper p.fixedPhone input {
	width: 100%;
	box-sizing: border-box;
}
.db_banner_wrap .wrapper p.fixedPhone {
	width: 55%;
}
.db_banner_wrap .wrapper .txtWrap > div.last {
	margin-top: 10px;
}
.db_banner_wrap .wrapper p, .db_banner_wrap .wrapper .fixedPart, .db_banner_wrap .wrapper .fixedPart ul li, .db_banner_wrap .wrapper .fixedSubmit {
	float: left;
	border: none;
}
.db_banner_wrap .wrapper p.fixedPrivacy label, .db_banner_wrap .wrapper p.fixedPrivacy a {
	color: #fff;
}
.db_banner_wrap .wrapper .fixedSubmit {
	display: block;
	text-align: center;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	background: #f26684;
}
.swiper,.swiper-wrapper{
	height:auto;
}