html,body{
    background-color: #57a3dc;
	margin: 0;
	padding: 0;
	font-family: Montserrat,Arial, Helvetica, sans-serif;
	width: 100%;
	min-height: 100%;
	background-image:url(../img/BG2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	min-width: 1000px;
	position: relative;
	min-width: 900px;
	padding-bottom: 10px;
	/* min-height: 700px; */
}
body{
	padding-bottom: 30px;
	background: unset;
	background-color: unset !important;
}
.drop-down{
	float: right;
}
#button a{
	font-size: 14px;
    display: inline-block;
	width: 22%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	text-align: center;
	opacity: 0.5;
	margin:13% 0 0 10px;
	list-style-type: none;
	color: #747070;
}
header{
	width: 60%;
	margin: auto;
	padding-top: 20px;
}
#logoIcon{
	width: 40px;
}
.logoTitle{
	width: 120px;
}
#main{
	/* width: 100%; */
	text-align: center;
	margin:  2% auto 0;
	min: 500px;

}
#theme{
	width: 100%;
	margin: 20px auto 130px;
}
 #theme img{
	height: 33px;
 }

#text1{
	font-size: 24px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: Montserrat,Arial, Helvetica, sans-serif;
	/* text-shadow: 2px 2px 2px rgba(0, 0,0, .45); */
	text-shadow: #588cbe 1px 0 0, #588cbe 0 1px 0, #588cbe -1px 0 0, #588cbe 0 -1px 0;
}
#btn{
	width: 550px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	/* justify-content: center; */
	cursor: pointer;
}
.btns{
	width: 230px;
	height: 65px;
	position: relative;
}
.btns>p{
	position: absolute;
	top: 0;
	right: 0;
    display: block;
    width: 200px;
   height: 65px;
   text-align: center;
   line-height: 58px;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   text-shadow: 2px 2px 2px rgba(0, 0,0, .45);
}

#fotter{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 17px;
	/* text-shadow: 2px 2px 2px rgba(0, 0,0, .45); */
	text-shadow: #000000  1px 0 0, #000000  0 1px 0, #000000  -1px 0 0, #000000  0 -1px 0;
	position: absolute;
	bottom: 0px;
	font-weight: 400;
	text-align: center;
}
#addr{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-shadow: #c19651 1px 0 0, #c19651 0 1px 0, #c19651 -1px 0 0, #c19651 0 -1px 0;
    position: absolute;
    bottom: 10px;
}
.swiper-slide img{
	width:100%;
	height: 100%;
}
#RecordNumber {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
#RecordNumber a {
    color: #fff;
	font-size: 14px;
	text-shadow: #c19651 1px 0 0, #c19651 0 1px 0, #c19651 -1px 0 0, #c19651 0 -1px 0;
    /* text-shadow: 2px 2px 2px rgba(0, 0,0, .45); */
    text-decoration: none;
}

#phone{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
#phoneBox{
	height: 350px;
	width:185px;
	margin: 0 auto 170px;
	position: relative;
	transform: scale(1.25);
}
.swiper-container{
	height: 337px;
	width: 164px;
	overflow: hidden;
	border-radius: 20px;
	padding-top: 10px !important;
}
#phoneBox .swiper-pagination{
	position: relative;
	min-width: 130px;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 17px;
	height: 4px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.8);;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background: #FFFFFF;
}
@media screen and (max-width:1550px){
	#phoneBox{
		height: 350px;
		width:185px;
		margin: 0 auto 170px;
		position: relative;
		transform: scale(1.25);
	}
	.swiper-container{
		height: 337px;
		width: 164px;
		overflow: hidden;
		border-radius: 20px;
		padding-top: 10px !important;
	}
}