@font-face {
	font-family: BMWGlobalProReg;
	src: url(../font/BMWGlobal_Pro_reg.ttf), url(../font/BMWGlobal_Pro_reg.eot);
}
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	/*font-family: BMWGlobalProReg, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;*/
	font-family: Microsoft YaHei, BMWGlobalProReg, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
body {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #303133;
	background-color: #f8f8f8;
	user-select: none;
}
.hide {
	display: none !important;
}
.bmw-paper-main {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
}
.bmw-paper-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../img/paper.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 150% 100%;
	-moz-background-size: 150% 100%;
	background-size: 150% 100%; /* 100% 100%; */
}
.slide-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	height: 72px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 15px;
}
.slide-text {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}
.slide-icon {
	position: absolute;
	left: 50%;
	top: 56px;
	margin-left: -10.5px;
	width: 21px;
	height: 16px;
	background-image: url(../img/paper_up.png);
	background-repeat: no-repeat;
	-webkit-background-size: 21px 16px;
	-moz-background-size: 21px 16px;
	background-size: 21px 16px;
	-webkit-animation: moveToBottom ease-in-out 1.5s both infinite;
	animation: moveToBottom ease-in-out 1.5s both infinite;
}
@-webkit-keyframes moveToBottom {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
	}
}
@keyframes moveToBottom {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
	}
}
/*--paper--*/
.bmw-paper-box {
	width: auto;
	height: 100%;
	margin: 0 auto;
	/*padding: 20px 0 0 0;*/
	font-size: 16px;
	text-align: center;
	color: #000;
}
.paper-box-title {}
.paper-title-name {
	/*height: 45px;*/
	line-height: 45px;
	font-size: 21px;
	padding: 25px 12px 15px 12px;
}
.paper-box-main {
	/*height: calc(100% - 135px);*/
}
.paper-title-val {
	/*height: 36px;
	line-height: 36px;*/
	color: #1c69d5;
	padding: 0 12px 25px 12px
}
.paper-main-items, .paper-main-back {
	height: auto;
	overflow: hidden;
}
.paper-item, .paper-back-home {
	display: inline-block;
	width: 72%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cccfd0;
	background-color: #eef1f2;
	padding: 0 5%;
	margin: 5px 14%;
	border-radius: 3px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.paper-item.on,
.paper-item:hover {
	background-color: #1c69d5;
	color: #d3def4;
}
.paper-back-home {
	background-color: #fff;
	color: #636363;
	text-decoration: none;
}
.paper-main-foot {
	height: auto;
	margin: 30px 0;
}
.foot-btn-back {
	border: 1px solid #cccfd0;
	width: 120px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	background-color: #1c69d5;
	color: #d3def4;
	display: inline-block;
}
/*cards*/
.paper-cards {
	width: 80%;
	height: auto;
	text-align: left;
	border: 1px solid #cccfd0;
	background-color: #eef1f2;
	padding: 20px;
	margin: 5px 10%;
	border-radius: 3px;
	float: left;
	/*cursor: pointer;*/
	box-sizing: border-box;
	user-select: text;
}
.card-name {
	font-size: 18px;
}
.card-info {
	overflow: hidden;
	font-size: 14px;
	color: #808080;
}
.card-info span {
	float: left;
	display: inline-block;
}
.card-info>lebal {
	float: left;
}
.info-tel {
	/*width: 72px;*/
}
.card-tels {
	/*width: calc(100% - 72px);*/
	height: auto;
	overflow: hidden;
	float: left;
}
.info-email {
	/*width: 42px;*/
}
.card-emails {
	/*width: calc(100% - 42px);*/
	height: auto;
	overflow: hidden;
	float: left;
}
.card-tels>span, .card-emails>span {
	width: 100%;
}
.card-info a {
	display: inline-block;
	text-decoration: none;
	color: #1c69d5;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
@media screen and (min-width: 560px) {
	.bmw-paper-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.paper-main-items, .paper-main-back {
		width: 480px;
		margin: 0 auto;
	}
	.paper-item, .paper-back-home {
		width: 420px;
		width: 100%;
		padding: 0 10px;
		margin: 5px 0;
	}
	.paper-cards {
		width: 442px;
		padding: 20px;
		margin: 5px 19px;
	}
}