body {
	font-size: 14px;
	font-family: Microsoft Yahei;
	color: #333;
	background: #f7f8fa;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0
}

a {
	color: #333;
	outline: none;
	text-decoration: none;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}
.d_n{
	display: none;
}
input,button {
	border: 0;
	outline: none;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.f_b {
	font-weight: bold;
}

.v_m {
	vertical-align: middle;
}

.v_t {
	vertical-align: top;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.db {
	display: block;
}

.dnb {
	display: inline-block;
}


.container{
	width: 92%;
	margin: 0 auto;
}
.container-c{
	width: 80%;
	margin: 0 auto;
}
.header{
	line-height: 80px;
	height: 80px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	background: #fff;
}
.header .logo{
	float: left;
}
.header ul{
	float: right;
}
.header ul li{
	float: left;
	font-size: 18px;
	padding-left: 50px;
}
/* .header ul li a{
	color: #666;
} */
.header .login,.reg{
	background: #FC5730;
	color: #fff;
	width: 82px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	border-radius: 19px;
	text-align: center;
	cursor: pointer;
}
.footer{
	height: 150px;
	background: #282828;
	color: #A7A7A7;
	padding-top: 30px;
	width: 100%;
	bottom: 0;
	left: 0;
}
.footer span{
	margin-right: 65px;
}
.prolist ul{
	margin: -18px;
}
.prolist li{
	float: left;
	width: 25%;
	padding: 18px;
}
.prolist li a{
	display: block;
	position: relative;
}
.prolist li .pic{
	width: 100%;
}
.title_common{
	font-size: 26px;
	margin: 70px 0 55px;
	font-weight: bold;
}
.homepage {
	padding-bottom: 140px;
}
.homepage .title{
	text-align: center;
	font-weight: bold;
	font-size: 54px;
	letter-spacing: 50px;
	margin: 80px 0 100px;
}
.mask{
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	z-index: 99;
}
.dialog{
	background: #fff;
	border-radius: 12px;
	width: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 100;
	transform: translate(-50%,-50%);
	padding: 70px;
	
}
.dialog .close{
	display: inline-block;
	background: url(../img/images/ic_pay_close.png) center no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	top: -19px;
	right: -19px;
}
.regbox,.loginbox h3{
	text-align: center;
	font-size: 20px;
}
.regbox,.loginbox .form{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 50px 0 15px;
}
.regbox,.loginbox .flex_item{
	flex: 1;
}
.regbox,.loginbox .form input{
	width: 100%;
	font-size: 16px;
}
.regbox,.loginbox .btn_mn{
	font-size: 16px;
	font-weight: bold;
	color: #FC5730;
	background: none;
	border: none;
	cursor: pointer;
}
.regbox,.loginbox .btn_block {
	background: #FC5730;
	height: 47px;
	border-radius: 23px;
	font-size: 16px;
	color: #fff;
	border: none;
	width: 100%;
	font-weight: bold;
	margin-top: 60px;
	cursor: pointer;
}

.container_item{
	width: 1250px;
	margin: 0 auto;
}
.proitem{
	padding: 70px 0 170px;
}
.proitem .pic{
	float: left;
	width: 600px;
}
.proitem .pic img{
	width: 100%;
}
.proitem .box{
	width: 350px;
	height: 400px;
	float: right;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	padding: 35px;
	background: #fff;
}
.proitem .box li{
	line-height: 70px;
	font-size: 20px;
}
.proitem .box .btn{
	width: 100%;
	border: none;
	font-size: 16px;
	color: #fff;
	height: 47px;
	border-radius: 24px;
	background: #FC5730;
	margin-top: 30px;
	cursor:pointer;
}

.wx{
	text-align: center;
}
.wx h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
}
.wx h3{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #FC5730;
}
.wx p{
	font-size: 20px;
	margin-top: 30px;
}
.succse{
	text-align: center;
}
.succse h2{
	font-weight: bold;
	font-size: 32px;
	margin: 30px 0;
}
.succse p{
	font-size: 20px;
	margin-top: 15px;
}
.succse .btn{
	width: 168px;
	height: 47px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 23px;
	background: #FC5730 ;
	margin-top: 40px;
}
.su-container {
	display: table;
	margin: auto;
	width: 100%;
}
.su-wrapped {
	display: table;
	margin: auto;
	width: 1140px;
}
.su-plan {
	display: table;
	width: 100%;
	padding: 40px 0;
}
.su-plan .su-plan-title {
	display: block;
	margin: auto;
	margin-bottom: 35px;
	font: 36px 'Microsoft Yahei', 'Montserrat-B', arial;
	text-align: center;
}
.su-plan .su-plan-content {
	display: block;
	margin: auto;
}
.pagemain {
	margin: 0 auto;
	padding: 68px 0 40px 0;
	width: auto;
}
.ac-package {
	height: 247px;
}
.ac-lifelong {
	float: left;
	padding-top: 33px;
	padding-left: 24px;
}
.ac-packageAll {
	width: 49.3%;
	height: 247px;
	border: 12px solid #f9f9f9;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background-color: white;
}
.ac-lifelong .ac-recharge {
	padding-left: 20px;
	height: 168px;
	float: left;
}
.ac-lifelong .ac-recharge .ac-vipPrice {
	height: 41px;
	font-family: Avenir-BlackOblique;
	font-size: 32px;
	color: #2680BE;
	line-height: 41px;
}
.ac-lifelong .ac-recharge .ac-description {
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #666666;
	margin: 20px 0;
}
.ac-lifelong .ac-recharge .ac-rechargeButton {
	max-width: 217px;
	height: 48px;
	background: #E44A0A;
	line-height: 48px;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #FFFFFF;
}
.ac-timelimit {
	position: absolute;
	right: 21px;
	top: 14px;
	width: 50px;
	height: 50px;
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background: #2680BE;
}
.ac-member {
	float: right;
	padding: 28px 0 0 44px;
}

.ac-packageAll {
	width: 49.3%;
	height: 247px;
	border: 12px solid #f9f9f9;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.ac-meTitle {
	height: 30px;
	font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #2680BE;
	line-height: 30px;
	line-height: 30px;
}
.ac-desText {
	width: 365px;
	height: 138px;
	margin-top: 16px;
}
.ac-desText p {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #626262;
	line-height: 32px;
}
.ac-desText p span {
	color: #E44A0A;
}


