body {
	font: 12px/26px "Microsoft YaHei",SimHei,arial,"\5b8b\4f53";
    color: #333;
}
a{
	color:#535353;
	text-decoration: none;
}
a:hover{
	color: #f60;
}
em,i{
	font-style: normal;
}
*{
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style: none;
}
.layout-center{
	background: #fff;
}
.wgt-special-banner .container-header {
    position: relative;
    width: 100%;
    min-width: 1100px;
    text-align: center;
    margin-bottom: -6px;
    color: #fff;
}
.wgt-special-banner a img {
    width: 100%;
}
.wgt-special-banner .container-introduce {
    width: 1200px;
    margin: 0 auto;
    margin-top: 75px;
}
.container-introduce .inter-title{
	width: 1000px;
	height: 195px;
	line-height: 195px;
	font-size: 34px;
	color: #fff;
	letter-spacing: 18px;
    text-shadow: 2px 3px 1px rgba(0,0,0,.3);
	margin: 0 auto;
	text-align: center;
	background: url("../images/inter-title.png") no-repeat center center;
}
.container-introduce .inter-content{
	width: 1198px;
	height: 498px;
	margin: 85px auto 95px auto;
	border:1px solid #e8e8e8;
}
.inter-content .s-title{
	height: 60px;
	border-bottom: 1px solid #e8e8e8;
}
.inter-content .s-title a{
	float: left;
	display: inline;
	height: 40px;
	padding: 10px 0;
	text-align: center;
	font-size: 22px;
	letter-spacing: 8px;
	position: relative;
	z-index: 222;
}
.inter-content .s-title a:hover{
	color:#ff5353;
}
.inter-content .s-title.per50 a{
	width: 50%;
}
.inter-content .s-title.per33 a{
	width: 33.3333%;
	line-height: 40px;
}
.inter-content .s-title a *{
	display: block;
}
.inter-content .s-title a span{
	font-size: 22px;
	letter-spacing: 8px;
}
.inter-content .s-title a em{
	font-size: 12px;
	letter-spacing: 5px;
}
.inter-content .s-title a.highlight{
	background-color: #ff5353;
	color: #fff;
}
.inter-content .s-title a.highlight:after{
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	background: #ff5353;
	left: 50%;
	margin-left: -13px;
	margin-top: -13px;
	top: 100%;
	z-index: -1;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.inter-content .s-title a.highlight *{
	color: #fff;
}
.grid-l{
    display: inline;
    float: left;
}
.grid-r {
    display: inline;
    float: right;
}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
@-webkit-keyframes change{
	0%{
		-webkit-transform:scale(1);
	}
	50%{
		opacity: 0.75;
		-webkit-transform:scale(1.2);
	}	
	100%{
		opacity: 1;
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes change{
	0%{
		-moz-transform:scale(1);
	}
	50%{
		opacity: 0.75;
		-moz-transform:scale(1.2);
	}	
	100%{
		opacity: 1;
		-moz-transform:scale(1);
	}
}
@keyframes change{
	0%{
		transform:scale(1);
	}
	50%{
		opacity: 0.75;
		transform:scale(1.2);
	}	
	100%{
		opacity: 1;
		transform:scale(1);
	}
}

@-webkit-keyframes bigtosmall{
	0%{
		-webkit-transform:scale(1);
	}
	50%{
		-webkit-transform:scale(0.85);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes bigtosmall{
	0%{
		-moz-transform:scale(1);
	}
	50%{
		-moz-transform:scale(0.85);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes bigtosmall{
	0%{
		-o-transform:scale(1);
	}
	50%{
		-o-transform:scale(0.85);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes bigtosmall{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(0.85);
	}
	100%{
		transform:scale(1);
	}
}
.vip-list-item{
	width: 100%;
	display: block;
	position: relative;
}
.vip-list-item dt{
	position: absolute;
	top: 0;
	left: 0;	
	width: 600px;
}
.vip-list-item dd{
	margin: 0 0 0 600px;
}
.vip-list-item dt p.item-word01{
	width: 400px;
	margin: 180px auto 0 auto;
}
.vip-list-item dd img.item-pic01{
	width: 550px;
    height: 390px;
    margin: 20px;
}
.vip-list-item dd p.item-word02{
	width: 400px;
    padding-top: 90px;
    margin: 0 auto;
}
.vip-list-item dt img.item-pic02{
	width: 321px;
    height: 362px;
    margin: 40px 0 0 140px;
}
.vip-list-item dd p.item-word03{
	height: 100px;
    margin: 25px auto;
    text-align: center;
}
.vip-list-item dd p.item-word03 span{
	display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
    border-radius: 100px;
}
.vip-list-item dd p.item-word03 span:first-child {
    background-color: #e34343;
    margin-right: -10px;
}
.vip-list-item dd p.item-word03 span:last-child {
    background-color: #29a9eb;
    margin-left: -10px;
}
.vip-list-item dd p.item-word04{
	width: 200px;
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    text-align: center;
}
.vip-list-item dt .item-pic03{
	width: 480px;
	height: 400px;
	margin: 20px;
}
.vip-list-item dd p.item-word05{
	width: 445px;
	margin: 0 auto;
    padding: 80px 0 30px 0;
}
.green-btn{
	width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #00b386;
    margin: 40px auto;
    display: block;
    font-size: 16px;
    box-shadow: 1px 2px 1px rgb(1,122,91);
    transition:all .3s ease 0s;
    -webkit-transition:all .3s ease 0s;
    -moz- transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    -ms-transition:all .3s ease 0s;
}
.green-btn:hover{
	background: #00a179;
	color: #eee;
}
.vip-list-item dd p.item-word06{
	padding: 150px 0 25px 0;
    text-align: center;
}
.red-btn:hover{
	background: #f13c3c;
	color: #eee;
}
.vip-list-item .wrap{
	position: relative;
	height: 465px;
}
.vip-list-item .bg-layout{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vip-list-item .content-layout{
	position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vip-list-item .content-layout a{
	width: 140px;
    height: 140px;
    font-size: 26px;
    padding: 35px 10px;
    line-height: 35px;
}
.vip-list-item .content-layout a:nth-child(1){
	top: 9%;
	left: 34%;
	background: rgba(25,183,212,0.8);
	-webkit-animation:bigtosmall 2.25s infinite;
	-moz-animation:bigtosmall 2.25s infinite;
	-o-animation:bigtosmall 2.25s infinite;
	animation:bigtosmall 2.25s infinite;
}
.vip-list-item .content-layout a:nth-child(2){
	top: 46%;
	left: 18%;
	background: rgba(252,148,61,0.9);
	-webkit-animation:bigtosmall 2s infinite;
	-moz-animation:bigtosmall 2s infinite;
	-o-animation:bigtosmall 2s infinite;
	animation:bigtosmall 2s infinite;
}
.vip-list-item .content-layout a:nth-child(3){
	top: 46%;
	left: 52%;
	background: rgba(235,61,60,0.8);
	-webkit-animation:bigtosmall 2.5s infinite;
	-moz-animation:bigtosmall 2.5s infinite;
	-o-animation:bigtosmall 2.5s infinite;
	animation:bigtosmall 2.5s infinite;
}

.vip-list-item .bg-layout span{	
	-webkit-animation:change 3s infinite;
	-moz-animation:change 3s infinite;
	-o-animation:change 3s infinite;
	animation:change 3s infinite;
}
.vip-list-item .bg-layout span,.vip-list-item .content-layout a{
	background: rgba(192,192,192,.4);
    display: block;
    border-radius: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.vip-list-item .bg-layout span:nth-child(1){
	width: 20px;
	height: 20px;
	top: 15%;
	left: 37%;
}
.vip-list-item .bg-layout span:nth-child(2){
	width: 40px;
	height: 40px;
	top: 25%;
	left: 20%;
}
.vip-list-item .bg-layout span:nth-child(3){
	width: 50px;
	height: 50px;
	top: 62%;
	left: 59%;
}
.vip-list-item .bg-layout span:nth-child(4){
	width: 45px;
	height: 45px;
	top: 45%;
	left: 46%;
}
.vip-list-item .bg-layout span:nth-child(5){
	width: 15px;
	height: 15px;
	top: 75%;
	left: 36%;
}
.vip-list-item .bg-layout span:nth-child(6){
	width: 28px;
	height: 28px;
	top: 25%;
	left: 76%;
}
.vip-list-item .bg-layout span:nth-child(7){
	width: 75px;
	height: 75px;
	top: 31%;
	left: 60%;
}
.vip-list-item .bg-layout span:nth-child(8){
	width: 51px;
	height: 51px;
	top: 55%;
	left: 28%;
}
.vip-list-item .bg-layout span:nth-child(9){
	width: 28px;
	height: 28px;
	top: 85%;
	left: 52%;
}
.vip-list-item .bg-layout span:nth-child(10){
	width: 68px;
	height: 68px;
	top: 28%;
	left: 34%;
}
.vip-list-item .bg-layout span:nth-child(11){
	width: 100px;
	height: 100px;
	top: 28%;
	left: 14%;
	background: rgba(147,213,248,0.85);
}
.vip-list-item .bg-layout span:nth-child(12){
	width: 105px;
	height: 105px;
	top:63%;
	left: 42%;
	background: rgba(200,254,150,0.95);
}
.vip-list-item p.item-word07{	
	padding-top: 60px;
    margin: 0 auto;
    width: 340px;
}
.vip-list-item p.item-word08{
	width: 290px;
    padding: 180px 0 0 40px;
}
.vip-center-norev p.item-word09{
	width: 100%;
    margin: 180px auto 0 auto;
    text-align: center;
}
.vip-center-norev p.item-word10{
	text-align: center;
    margin-top: 100px;
}
.vip-center-norev .pay-box{
	margin: 55px 0;
}
.vip-center-norev .pay-box li{
	display: block;
    float: left;
    width: 292px;
    height: 87px;
    margin: 0 45px;
}
.vip-center-norev .pay-box li.alipay {
    background: url("../images/member-alipay.jpg");
}
.vip-center-norev .pay-box li.wxpay {
    background: url("../images/member-wx.jpg");
}
.vip-center-norev .pay-box li.upay {
    background: url("../images/member-upay.jpg");
}
.vip-list-item.wid380  dt{
	width: 380px;
}
.vip-list-item.wid380 dd{
	margin: 0 0 0 380px;
}
.vip-list-item img.item-pic04{
	width: 760px;
    height: 333px;
    margin: 40px 0;
}
.s-container{
	margin: 80px auto 95px auto;
}
.s-container h2{
	width: 305px;
	height: 63px;
	line-height: 63px;
	font-size: 34px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 10px;
    text-align: center;
	background: url("../images/s-title-bg.png") no-repeat;
	text-shadow: 2px 3px 1px rgba(0,0,0,.2);
}
.s-container ul{
	margin-top: 50px;
	position: relative;
	height: 140px;
}
.s-container ul li{
	float: left;
	width: 140px;
	height: 140px;	
    font-size: 22px;
	position: absolute;
	top: 0;
	background: #fff;
	text-align: center;
}
.s-container ul li:hover{
	-webkit-animation:transform-5 1.5s ease 100ms alternate none 1;
	animation:transform-5 1.5s ease 100ms alternate none 1;
}
@-webkit-keyframes transform-5 { 
	from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);} 
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);} 
}
@keyframes transform-5 { 
	from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);} 
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);} 
}
.s-container ul li p{
	position: absolute;
	top: 50px;
	text-align: center;
    width: 140px;
}
.s-container ul li.fade p{
 	-webkit-transition: -webkit-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    transition: transform 1s ease-out;
    -webkit-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    -o-transform: translate(0,0%);
    transform: translate(0,0%);
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.s-container ul li.in p{
	-webkit-transform: translate(0,225%);
    -ms-transform: translate(0,225%);
    -o-transform: translate(0,225%);
    transform: translate(0,225%);
    filter: alpha(opacity=100);
    opacity: 1;
}
.s-container ul li.s-icon01{
	background: url("../images/s-icon01.png") no-repeat bottom center;
	color: #e64d49;
	left: 0;
}
.s-container ul li.s-icon02{
	background: url("../images/s-icon02.png") no-repeat bottom center;
	color: #50b868;
	left: 265px;
}
.s-container ul li.s-icon03{
	background: url("../images/s-icon03.png") no-repeat bottom center;
	color: #19b2a7;
	left: 530px;
}
.s-container ul li.s-icon04{
	background: url("../images/s-icon04.png") no-repeat bottom center;
	color: #fc8433;
	left: 795px;
}
.s-container ul li.s-icon05{
	background: url("../images/s-icon05.png") no-repeat bottom center;
	color: #42acfd;
	left: 1060px;
}
.under_post{
	margin: 85px 0;
}
.under_post div{
	width: 48%;
	border:1px solid #e8e8e8;
	height: 495px;
	overflow: hidden;
}
.under_post div h2{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	letter-spacing: 8px;
}
.under_post div.grid-l h2{
	background: #ff5353;
}
.under_post div.grid-r h2{
	background: #48c465;
}
.under_post div .under_post-list{
	padding: 40px 40px 30px;
	position: relative;
	border-bottom: 1px solid #e8e8e8
}
.under_post div .under_post-list:last-child{
	border-bottom: none;
}
.under_post div .under_post-list dt{
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	left: 40px;
    top: 40px;
}
.under_post div .under_post-list dt img{
	max-width: 80px;
	max-height: 80px;
}
.under_post div .under_post-list dd{
	margin: 0 0 0 100px;
}
.under_post div .under_post-list dd h3 a{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	display: block;
    overflow: hidden;
    width: 396px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.under_post div .under_post-list dd blockquote{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.under_post div .under_post-list dd blockquote a{	
	transition:all .2s ease 0s;
    -webkit-transition:all .2s ease 0s;
    -moz- transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    -ms-transition:all .2s ease 0s;
}
/*内容页*/
.spage-container{
	background: #fff;
	clear: both;
}
.spage-con{
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0;
}
.spage-con .top-sec h1{
	font-size: 36px;
	text-align: center;
	font-weight: 400;
	height: 40px;
    line-height: 40px;
}
.spage-con .top-sec a.join{
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #ec4444;
	margin:10px 0 20px 0;
	cursor: pointer;
}
.spage-con .top-sec a.join:hover{
	background: #d22e2e;
}
.table-container{
	width: 1200px;
	height: auto;	
}
.table-container table{
	border-collapse: 0;
	border-spacing: 0;
	border: 1px solid #e8e8e8;	
	border-left:none;
	border-bottom: none;
}
.table-container thead td{
	width: 398px;
	font-size: 22px;
}
.pink{
	color:#ec4444!important;
}
.green{
	color:#47a760!important;
}
.table-container tbody td{
	font-size: 18px;
}
.table-container tbody td span.no{
	width: 30px;
	height: 30px;
	display: block;
	background: url("../images/vip-icons.png") 0 0;
	margin: 0 auto;
}
.table-container tbody td span.yes{
	width: 40px;
	height: 30px;
	display: block;
	background: url("../images/vip-icons.png") 0 -30px;
	margin: 0 auto;
}
.table-container td{
	text-align: center;
	height: 60px;
	line-height: 60px;
	border: 1px solid #e8e8e8;
	border-right: none;
	border-top: none;
	color: #666;
}
.tb-applicate{
	margin-top: 60px;
}
.tb-applicate .chart-write-box h2{
	width: 888px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #ec4444;
	color: #fff;
	font-weight: 400;
	letter-spacing: 8px;
	font-size: 22px;
	text-shadow:1px 3px 2px rgba(0,0,0,0.2);
}
.tb-applicate .upgrade-others{
	width: 290px;
}
.tb-applicate .upgrade-others .block{
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.tb-applicate .upgrade-others .block h3{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.tb-applicate .upgrade-others .block p{
	margin: 15px;
}
.tb-applicate .inner-block{
	border: 1px solid #e8e8e8;
	border-top: none;
	width: 846px;
	padding: 20px;
}
.tb-applicate .inner-block h3{
	font-size: 18px;
	font-weight: 400;
	padding: 10px 0 25px 0px;
}
.tb-applicate .inner-block .action{
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f60;
	color: #fff;
	display:block;
	font-size: 22px;
	margin-top: 25px;
	border: none;
	cursor: pointer;
}
.tb-applicate .inner-block .action:hover{
	color: #eee;
	background: #f73;
}
.tb-applicate .inner-block li{
	float: left;
	margin-right: 10px;
}
.tb-applicate .inner-block li a{
	display: block;
	width: 150px;
	height: 40px;
	box-sizing:border-box;
	border: 1px solid #e8e8e8;
	position: relative;
}
.tb-applicate .inner-block li a em{
	position: absolute;
	right: 0;
	bottom: 0;	
	background: url("../images/vip-icons.png") no-repeat 0 -60px;
}
.tb-applicate .inner-block li a.selected{
	border-color: #f60;
}
.tb-applicate .inner-block li a.selected em{
	display: block;
	width: 22px;
	height: 22px;
}
.tb-applicate .inner-block li a.zfb{
	background: url("../images/zfb.png") no-repeat;
}
.tb-applicate .inner-block li a.wx{
	background: url("../images/wx.jpg") no-repeat;
}
.tb-applicate .inner-block li a.wy{
	background: url("../images/netbank.jpg") no-repeat;
}
.tb-applicate .inner-block>*{
	margin-left: 20px;
}	
.vip-list-item.wid800 dt{
	width: 800px;
}
.vip-list-item.wid800 dt img{	
    margin: 40px 0px 0 60px;
}
.vip-list-item.wid800 dd{
	margin:0 0 0 800px;
	height: 440px;
	position: relative;
}
.vip-list-item.wid800{
	height: 440px;
}

.vip-list-item.wid800 .circle{
	width: 120px;
	height: 120px;
	margin:0 auto;
	border-radius: 50%;
	border: 5px solid #f60;
	text-align: center;
    padding: 30px 15px;
    box-sizing: border-box;
    position: relative;
    top: 20px;
}
.vip-list-item.wid800 .circle h4{
	font-size: 20px;
	font-weight: normal;
	color: #f60;
}
.vip-list-item.wid800 .circle h5{
	font-size: 18px;
	font-weight: normal;
}
.vip-list-item.wid800 .circle hr{
	position: absolute;
    height: 5px;
    background-color: #f60;
    width: 522px;
    border: none;
    right: 100%;
    top: 50%;
}