* {
	margin: 0;
	padding: 0;
	font-family: Proxima Nova, helvetica neue, helvetica, arial, sans-serif;
}

html,
body {
	width: 100%;
	font-size: 14.5px;
}

ul > li {
	list-style-type: none;
}

a {
	color: #FFF;
	text-decoration: none;
}

.pubw {
	min-width: 55rem;
	max-width: 55rem;
	margin: auto;
}

.navs {
	width: 55rem;
	margin: auto;
	height: 3.75rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 2.5rem;
	z-index: 9999;
	font-size: 1rem;
}

.navs .icon {
	width: 22rem;
	height: 100%;
	float: left;
}

.navs .icon img {
	width: 100%;
	position: relative;
	top: -0.5rem;
}

.med {
	min-width: 55rem;
	background: url(../img/bigBg.jpg);
	overflow: hidden;
	position: relative;
}

.index {
	height: 50rem;
}

.medBox {
	position: relative;
}

.descArea {
	position: relative;
	overflow: hidden;
	background: linear-gradient(#2768C0, #4f98cc);
	padding: 30px;
}

.descText {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

.pokerbg {
	width: 33rem;
	height: 33rem;
	background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 14rem;
	opacity: 0;
	-webkit-animation: friendimg 2s 1 forwards;
	/*Safari and Chrome*/
	-ms-animation: friendimg 2s 1 forwards;
	/*ie*/
	animation: friendimg 2s 1 forwards;
}

.med .aniright {
	width: 30rem;
	height: 35rem;
	background: url(../img/phone1.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 23.5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: phonepc 1s 1 forwards;
	/*Safari and Chrome*/
	-ms-animation: phonepc 1s 1 forwards;
	/*Safari and Chrome*/
	animation: phonepc 1s 1 forwards;
	/*Safari and Chrome*/
}

.footer {
	min-width: 55rem;
	padding-top: 1rem;
	font-size: 1rem;
	min-height: 6.7rem;
	background: #003c67;
	text-align: center;
	color: #8fbcdb;
	padding-bottom: 3rem;
}

.footer a {
	color: #8fbcdb;
}

.footer li {
	padding-top: 0.5rem;
}

.sns-fb {
	width: 2rem;
}

.sns-msg {
	width: 2rem;
	margin-left: 1rem;
}

/* pc版动画 */
@-webkit-keyframes phonepc {
	from {
		right: -23rem;
		opacity: 0;
	}

	to {
		right: -3rem;
		opacity: 1;
	}
}

@keyframes phonepc {
	from {
		right: -23rem;
		opacity: 0;
	}

	to {
		right: -3rem;
		opacity: 1;
	}
}

@-webkit-keyframes friendimg {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes friendimg {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@media (max-width: 767px) {
	html,
	body {
		width: 100%;
		font-size: 20px;
	}

	body {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		/*这一句是用来解决在安卓上的点击出现篮框问题*/
		-webkit-text-size-adjust: 100% !important;
		/**禁止ios字体放大*/
	}

	.navs .icon {
		margin-left: 1rem;
	}

	.pubw {
		width: 100%;
		margin: auto;
		min-width: 0;
	}

	.navs {
		width: auto;
		top: 1.3rem;
	}

	.med {
		width: 100%;
		min-width: 100%;
	}

	.pokerbg {
		top: 8rem;
		-webkit-animation: friendimg 2s 1 forwards;
		/*Safari and Chrome*/
		-ms-animation: friendimg 2s 1 forwards;
		/*ie*/
		animation: friendimg 2s 1 forwards;
		left: 50%;
		transform: translateX(-50%);
		width: 32rem;
		height: 37rem;
	}

	.med .aniright {
		width: 24.4rem;
		height: 16rem;
		background: url(../img/phone1.png) no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 18rem;
		left: 50%;
		transform: translateX(-50%);
		animation: phone 1s 1 forwards;
		-webkit-animation: phone 1s 1 forwards;
		/*Safari and Chrome*/
		-ms-animation: phone 1s 1 forwards;
		/*ie*/
	}

	.footer {
		min-width: 100%;
	}

	.index {
		height: 46rem;
	}

	.med img {
		width: 100%;
	}
}

/**
 * 移动端动画
 */
@-webkit-keyframes phone {
	from {
		right: -23rem;
		opacity: 0;
	}

	to {
		right: 0;
		opacity: 1;
	}
}

@keyframes phone {
	from {
		right: -23rem;
		opacity: 0;
	}

	to {
		right: 0;
		opacity: 1;
	}
}
