.all-page{
	background: url(../images/bg-all_02.jpg) repeat-y;
	background-size: 100%;
}

.baoming{
	display: flex;
	padding: 10px;
	background: #fff;
	border-radius: 15px;
	margin: 50px 0 66px;
}
.baoming .left{
	width: 53.8%;
	background: #c50105;
	border-radius: 15px;
	padding-top: 35px;
}
.baoming .left h3{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 8px;
}
.baoming .left .myscroll{
	width: 100%;
	height: 265px;
	overflow: hidden;
	margin-top: 30px;
}
.myscroll li { height: 20px; margin-top: 12px; text-align: center;}
.myscroll li span{
	font-size: 18px;
	color: #fce8cd;
	cursor: pointer;
	letter-spacing: 1px;
}
.myscroll li span.mar{
	margin: 0 11.4%;
}
.baoming .right{
	width: 46.16%;
	padding: 40px 0 20px;
}
.baoming .right .form{
	margin-top: 25px;
}
.baoming .right .input{
	margin-bottom: 20px;
}
.baoming .right input{
	display: block;
	margin: 0 auto;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 18px;
	line-height: 58px;
	padding-left: 18px;
	width: 71%;
}
.submit{
	display: block;
	width: 71%;
	margin: 0 auto;
	background: #bf190b;
	box-shadow: 0 3px 3px #840a00;
	border-radius: 5px;
	text-align: center;
}
.submit span{
	font-size: 32px;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
}
.baoming .right .submit{
	display: block;
	width: 71%;
	margin: 0 auto;
	background: #bf190b;
	box-shadow: 0 3px 3px #840a00;
	border-radius: 5px;
	text-align: center;
}
.baoming .right .submit span{
	font-size: 32px;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
}
/* 优惠 */
.youhui{
	background: url(../images/youhui-bg_03.png) no-repeat;
	background-size: 100%;
	padding: 185px 0 70px;
}
.youhui ul{
	display: flex;
	flex-flow: wrap;
	margin-top: 12px;
}
.youhui ul li{
	width: 31.66%;
	margin-left: 1%;
	margin-bottom: 30px;
}
.youhui .youhui-tit2{
	margin-top: 30px;
}
.youhui .zhuli{
	margin: 18px 0 60px;
}
.youhui .submit{
	width: 55.5%;
}
/* 定金 */
.order{
	margin: 60px 0;
}
/* 抽奖 */
.chou .text{
	padding: 22px 0;
}
.chou .text p{
	text-align: right;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
}
/* 砸金蛋 */
.za{
	margin-bottom: 60px;
}
/* 免费升级 */
.up{
	background: url(../images/up-bg_03.png)no-repeat;
	background-size: 100%;
	padding: 180px 0 74px;
}
.up ul{
	display: flex;
	padding: 0 3.75%;
	margin-top: 15px;
}
.up ul li{
	width: 18.5%;
	margin: 0 0.5%;
}
.gongyi{
	margin-top: 190px;
}

.contact{
	margin-top: 10px;
}
.contact-bottom-out{
	background: #fff;
	padding: 60px 0 82px;
}
.contact-bottom{
	display: flex;
}
.contact-bottom .left-map{
	width: 45.6%;
	border: 2px solid #e24530;
	margin-right: 3.4%;
}
.contact-bottom .left-map .map-box{
	position: relative;
	height: 100%;
}
.map-box img{
	max-width: 1000%;
	width: auto;
}
.map-box .anchorBL{
    display: none;
}
.contact-bottom .left-map .map-box .allmap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-bottom .right{
	width: 50.9%;
}
.contact-bottom .right img{
	display: inline-block;
}
.contact-bottom .right .input{
	margin-top: 20px;
}
.contact-bottom .right .input input{
	display: block;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 18px;
	line-height: 58px;
	padding-left: 18px;
	width: 64.6%;
}
.contact-bottom .right .ad-yuyue{
	display: block;
	margin: 0;
	margin-top: 20px;
	width: 64.6%;
}
@-webkit-keyframes scaleDraw {
	0% {
		-webkit-transform:scale(1);
	}
	25% {
		-webkit-transform:scale(1.2);
	}
	50% {
		-webkit-transform:scale(1);
	}
	75% {
		-webkit-transform:scale(1.2);
	}
}
.big{
	display: inline-block;
	-webkit-animation-name: scaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	-webkit-animation-direction: alternate;
}

@media (max-width: 1400px) {
	.gongyi{margin-top: 150px;}
}