﻿/*通用样式*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: "arial black";
	font-size: 20px;
	color: #333;
	background: #eee;
}

img {
	width: 100%;
	display: block;
	pointer-events: none;
	-wekit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select: none;
}

a{
	text-decoration: none;
}

b{
	color: #006634;
}

strong{
	color: #980000;
}

video{
	margin-bottom: .8rem;
}

/*主体*/

section{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #fff;
}

center{
	padding: 1.4rem .6rem 0;
}

center p{
	font-size: 1.2rem;
	line-height: 2.2rem;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 2rem;
	padding-bottom: .8rem;
}

center img{
	padding-bottom: 1rem;
}

.bq{
	text-indent: 0 !important;
	font-size: 14px;
	text-align: center;
	color: #999;
	padding-bottom: 5rem;
}

/*wechat微信框*/

.wechat{
	padding-bottom: 2rem;
}

.wechat p{
	text-align: center;
	text-indent: 0;
}

.wechat img{
	padding: 0;
}

.wxcen{
	width: 100%;
	background: url(../babimages/wxline2.png) repeat-y;
	background-size: contain;
}

.wxcen h2{
	font-size: 1.4rem;
	background-image: -webkit-gradient(linear, left 0, right 0, from(#d40000), to(#ff8900));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: .8rem;
}

.wxcode2{
	
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: .2rem .4rem;
	border-radius: 6px;
}

.yibo{
	padding: 0;
}

/*foot*/

footer {
	padding: .4rem 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	/*background: #4c2a30;*/
	max-width: 640px;
	margin: 0 auto;
	z-index: 999;
}

footer p {
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
}

footer .small{
	padding-top: .4rem;
	font-size: .9rem;
}

footer .wxcode{
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFF;
	background: #ff0000;
}


footer b{
	color: #ffff00;
	font-size: 1rem;
}

/*btn*/

.btn_box {
	z-index: 5 !important;
	width: 120% !important;
	background: transparent !important;
	position: absolute !important;
	text-align: center !important;
	box-sizing: content-box !important;
	top: -50% !important;
	left: -10%;
	font-weight: 400 !important;
	line-height: 200% !important;
	height: 200% !important;
	font-size: 0.8em;
	border-radius: 4px;
	color: white;
}

.btn_copy {
	display: none;
	padding: 0;
	z-index: 10 !important;
	outline: none !important;
	border: none !important;
	width: 60px !important;
	position: relative !important;
	text-align: center !important;
	box-sizing: content-box !important;
	margin: -30px auto 0 !important;
	font-weight: 400 !important;
	line-height: 32px;
	height: 32px;
	font-size: 16px !important;
	border-radius: 4px;
	color: white;
	background: #777;
}

.t_copyy {
	position: absolute;
	left: 50%;
	top: 32px;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #777;
}

.show_ {
	display: block !important;
}

.copy_bk {
	background-color: blue !important;
	color: white !important;
}