html,body {
	background-color: #fff;
	text-align: center;
	margin: 0px;
	height:100%;
}
.operation {
	height: 32px;
	max-width: 100%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	background: #f7d2ff;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	
}

.div-mobile {
	max-width: 100%;
	/* height: auto; */
	width: auto\9;
	margin: 0 auto;
	height:100%
}

.img-mobile {
	width: 100%;
	height: auto;
	padding: 0px auto;
	display: block;
	margin: 0 auto;
}

.description {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

:-webkit-full-screen {
	width: 100%;
	height: 100%;
}

.yi-nav{
	position: relative;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	background-color: #38383d;
}
.yi-nav .back{
	position: absolute;
	top: 0px;
	left: 0;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 50px;
	color: #fff;
}
.btb{
	margin-top: 0px;
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.ganen{
	padding-top: 0px;
	margin-bottom: 0;
}
.ganen td{
	padding-top: 0px;
}
.ganen td::after{
	content: "";
	display: block;
	clear: both;
}
.ganen td div:first-child{
	float: left;
	width: 78px;
	margin-top: 8px;
}
.ganen td input[type=text]{
	width: 225px;
	height: 30px;
	padding: 0 5px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
	-webkit-appearance:none;
}
.ganen td input[type=submit]{
	height: 30px;
	padding: 0px 20px;
	border-radius: 2px;
	border: none;
	color: #fff;
	background-color: #408bff;
	-webkit-appearance:none;
	-webkit-border-radius:6px;
	margin: 10px 0px 0px 20px
}

.ganen td input[type=button]{
	height: 30px;
	padding: 0px 20px;
	border-radius: 2px;
	border: none;
	color: #fff;
	background-color: #408bff;
	-webkit-appearance:none;
	-webkit-border-radius:6px;
	margin: 10px 20px 0px 20px
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 62%;
	max-height: 62%;
	border-bottom:1px solid #dcdcdc;
	background-color:#fff;	
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	text-align: center;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	float: left;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.swiper-slide img{
	height: 100%;
}
.poster-div{
	padding:0px 0px;
	text-align: center;
}
.bgBtn{
	height: 20px;
	padding: 5px 25px;
	border-radius: 2px;
	border: none;
	color: #fff;
	background-color: #408bff;
	-webkit-appearance:none;
	text-align:center;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin:10px 40px 0 0 
}
.swiper-wrappers{
    width:87%;
    margin: 0 auto;
}
.swiper-slide{
    width:100%;
}

@media only screen and (max-width:320px) {
    .swiper-wrappers {
        width:74%;
        margin: 0 auto;

    }
}

@media only screen and (max-width:360px) and (min-height:640px){
    .swiper-wrappers {
        width:84%;
        margin: 0 auto;

    }
}

@media only screen and (min-width:414px){
    .swiper-wrappers{
        width:94%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:411px) and (min-height:823px){
    .swiper-wrappers{
        width:80%;
        margin: 0 auto;
    }
   
}

@media only screen and (min-width:411px) and (min-height:731px){
    .swiper-wrappers{
        width:93.5%;
        margin: 0 auto;
    }
    .page-body{
        min-height: 150px;

    }
}

@media only screen and (min-width:375px) and (min-height:812px){
    .swiper-wrappers{
        width:100%;
        margin: 0 auto;
    }
    .page-body{
        min-height: 150px;
        margin:3.8rem 0;

    }
} 


@media only screen and (min-width:768px) and (min-height:1024px){
    .swiper-wrappers{
        width:73.8%;
        margin: 0 auto;
    }
    .form-div table{
    	margin:0 auto;
    }
    }
@media only screen and (min-width:1024px){
    .swiper-wrappers{
        width:84%;
        margin: 0 auto;
    }
    .form-div table{
    	font-size:1rem;
    	width:88%;
    }
}