/* 公共样式表css */
html,
body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-color: #000;

}

ul,
li {
	padding: 0;
	margin: 0; list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

marquee {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #ffad19;
	white-space: nowrap;
}

img {
	border: 0;
}

/* 必要布局样式css */
html {
	width: 100%;
	background-color: #000;
	text-align: center;
	background: #000 url(../images/bg.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 100%;


}

.main {
	width: 100%;
	margin: 0 auto;
	background-color: #120928;
	height: 100%; 
}

body {
	width: 100%;
	max-width: 750px;
	padding: 0;
	margin: 0 auto;
	font-family: "微软雅黑";
	background-color: #fff;
	box-shadow: 0 2px 30px 5px rgba(0, 0, 0, .2);
}

p {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

. {
	font-family: "微软雅黑";
}

.top{width: 100%; max-width: 750px; display: block; overflow: hidden;position: absolute;top: 0;}

.order-box {
	width: 100%;
	background:#ffcbd4;
	background-size: cover;
	padding-bottom: 1rem;
	background-size: 100% auto;
}

.order-box ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2%;
	display: block;
	overflow: hidden;
	margin-bottom: 3rem;
}

.order-box ul li {
	width: 44%;
	padding: 10% 5% 5%;
	float: left;
	margin: 0 3%;
}

.order-box ul li.item-boy {
	background: url(https://xzg-1305747483.file.myqcloud.com/xzg/xmpd/tp/boy.png) top center no-repeat;
	background-size: 100% auto;
}

.order-box ul li.item-girl {
	background: url(https://xzg-1305747483.file.myqcloud.com/xzg/xmpd/tp/girl.png) top center no-repeat;
	background-size: 100% auto;
}

.order-box ul li input {
	border: 0;
	background: none;
	width: 100%;
	color: #323233;
	font-size: 18px;
	margin: 8% 0;text-align: center;
}

.order-box ul li input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset;
}

.order-box .fot {
	text-align: center;
	margin-top: 2rem;
	font-size: 20px;
	color: #c77475; line-height: 2;    margin-bottom: 20px;
}
.order-box .fot a{color: #c77475; text-decoration: underline;}
.fense{margin: 20px 0;font-size:20px;color: #c77475;}

.inner-box {
	height: 30px;
	line-height: 30px;
	color: #e75c5c;font-size: 12px;
	white-space: nowrap;
		display: inline-block;
		-webkit-animation: wordsLoop 10s linear infinite normal;
		animation: wordsLoop 25s linear infinite normal;
}

.inner-box img {
	width: 100%;
	vertical-align: baseline
}
.order-btn{color: #fff;padding: 0 6%;}
.order-btn a{color: #fff;line-height: 70px; text-decoration: none; display: block; line-height: 70px; border-radius: 50px;	font-size: 24px; font-weight: 300; letter-spacing: 3px;
	background-color: #e55055;}
.fotkf{ padding: 40px 0 5px;}
.fotkf p{ margin: 20px 0;}
.fotkf p a{ background: url(../images/kf.png) left center no-repeat; padding: 20px 0; padding-left: 40px;font-size: 20px;color: #c77475; text-decoration: underline;}
.fotkf p img{ max-width: 70%;}
@-webkit-keyframes wordsLoop {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes wordsLoop {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}


@media screen and (max-width:750px) {
	.order-box ul li input {
		font-size: 15px;
	}

	.order-btn img {
		width: 70%;
		margin: 0 auto;
	}

	.order-box ul {
		margin-bottom: 1rem;
	}

	.order-box .fot {
		margin-top: 2rem;
		margin-bottom: 1rem;
		font-size: 16px;
	}
	.fense{font-size: 14px;}
.order-btn a {
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 3px;}
.fotkf {
    padding: 10px 0 5px;}
.fotkf p a {
    background: url(../images/kf.png) left center no-repeat; background-size: auto 25px;
    padding: 20px 0;
    padding-left: 30px;
    font-size: 16px;}
}
