*{
	margin: 0;
	padding: 0;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
html,body{
	width: 100%;
	height: 100%;
	font-size:1.481481481481481vw;
	overflow: hidden;
}
.content .img{
	width: 100%;
	height: 100%;
}
.content{
	width: 100%;
	height: 100%;
	background:#000;
}
.top{
	width: 100%;
	height: 77.5rem;
	position: relative;
}
.bottom{
	width: 1080px;
	height: 680px;
	background: #000;
	position: relative;
	/* height: 45rem; */
}
.top .banner,.bottom .banner{
	width: 100%;
	height: 100%;
}
.content .window{
	width: 100%;
	position: absolute;
	/* height: 17.75rem; */
	left: 0;
	bottom: 42.5rem;
	z-index: 100;
	background: url(../images/bg.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.window .goods{
	height: 20.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.window .img{
	width: auto;
	height: 17.75rem;
}


.foot{
	width: 100%;
	height: 5rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
}
.foot .seat{
	/* width: 15.75rem; */
	height: 1.4375rem;
	text-align: center;
	line-height: 1.4375rem;
	font-size: 1.5rem;
	background-color: #37373780;
	padding:0 1rem;
	margin-left: 1.875rem;
	border-radius: 1.4375rem;
	border: 1px solid #37373780;
}
.foot .date{
	font-size: 1.4rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.foot .ico{
	margin-right: 0.9375rem;
	width: 1.5rem;
	height: 1.5rem;
}
.foot .device_id{
	padding: 1.875rem;
	font-size: 1.4rem;
}


.window>.swiper-wrapper {
    -webkit-transition-timing-function: linear !important; /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    margin: 0 auto;
}


.iframe{
	width: 56.25rem;
	height: 100rem;
	position: fixed;
	top: 10rem;
	left: 5.625rem;
	background: rgba(0,0,0,0.8);
	/* border-radius: 1.25rem; */
	overflow: hidden;
	color: #FFF;
	border: 1px solid #ffffff;
	z-index: 200;
	display: none;
}
iframe{
	width: 100%;
	height: 100%;
	border-radius: 1.25rem;
	overflow: hidden;
}
.allmsk{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.iframe .close{
	position: absolute;
	right: -4rem;
	top: -4rem;
	width: 2.5rem;
	height: 2.5rem;
	z-index: 1000;
}

.deviceerr{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
	display: none;
	pointer-events: none;
	cursor: default;
}
.deviceerr .box{
	width: 50rem;
	height: 40rem;
	position: fixed;
	top: 36rem;
	left: 8.5rem;
	background: rgba(0,0,0,0.8);
	border-radius: 1.25rem;
	color: #FFF;
	border: 1px solid #ffffff;
	z-index: 2000;
	font-weight: bold;
	font-size: 4rem;
	
	/* width: 100%;
	height: 100%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	cursor: default;
	/* background-color: #000000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 4rem; */
}
.disable{
	pointer-events: none;
}
.openbox{
	width: 55rem;
	position: fixed;
	top: 20rem;
	left: 6rem;
	background: rgba(0,0,0,0.8);
	border-radius: 1.25rem;
	color: #FFF;
	border: 1px solid #ffffff;
	z-index: 2000;
	display: none;
}
.openbox .inputbox{
	width: 37.5rem;
	height: 7.5rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 2.8125rem auto;
}
.openbox input{
	width:5rem;
	height:5rem;
	border: 1px solid rgb(0,0,0,0.5);
	text-align: center;
	line-height: 5rem;
	font-size: 2.5rem;
	border-radius: 0.625rem;
}
.openbox input:focus{
	outline: none;
}
.openbox .tips{
	line-height: 5.375rem;
	font-size: 1.75rem;
	width: 37.5rem;
	text-align: left;
	margin-bottom: 4.375rem;
}
.openbox .open{
	width: 37.5rem;
	height:5.5rem;
	color: #FFF;
	background: #78D2FF;
	text-align: center;
	line-height:5.5rem;
	font-size: 3rem;
	border-radius:2.75rem;
	margin:  0 auto;
}


.keyboard{
	padding: 3rem;
}
.keyboard p{
	width: 50rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
	margin: 1rem auto;
}
.keyboard .key{
	width: 6.125rem;
	height: 5rem;
	border-radius: 0.625rem;
	text-align: center;
	line-height: 5rem;
	font-size: 2.25rem;
	color: #FFF;
	background: #707070;
	font-weight: bold;
}
.keyboard .key:hover{
	background-image: linear-gradient(to left, #39adff, #0085fe);
}
.openbox .title{
	width: 51.875rem;
	height: 5.125rem;
	line-height: 5.125rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.openbox .close{
	width: 2.125rem;
	height: 2.125rem;
	vertical-align: middle;
	position: absolute;
	top: 2rem;
	right: 2rem;
}
.openbox .time{
	font-size: 1.5rem;
	font-family: FZZDHJW;
	font-weight: normal;
	color: #fefefe;
}