
/**导航横幅**/
.yx-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* background: rgba(255, 255, 255, 0.2);*/
  height: 75px;
  line-height: 75px;
}

.yx-nav .logo img{
  margin-top: 20px;
}

.yx-nav ul li{
  display: block;
  float: left;
  width: 80px;
  text-align: center;
  font-size: 16px;
  margin: 0 25px;
}

.yx-nav ul li:hover{
  border-bottom: 2px solid #379be9;
  transition: all 0.3s ease-in-out;
}

.yx-nav ul li a{
  color: #fff;
}
  
/**横幅**/
.banner{
  background: url("../images/banner.jpg") no-repeat center ;
  height: 809px;
}

/**标题**/
.member-title{
  text-align: center;
  padding: 55px 0;
}

.member-title h2{
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
}

.member-title h2:hover{
  cursor: default;
}

.member-title h2::before ,.member-title h2::after{
  content: "";
  width: 38px;
  height: 1px;
  position: absolute;
  top: 35px;
  background: #aaa;
}

.six-title h2::before ,.six-title h2::after{
  top: 70px;
}

.member-title h2::before{
  left: -70px;
}

.member-title h2::after{
  right: -70px;
}

.member-title p{
  color: #999;
  font-size: 16px;
}

.member-title i{
  color: #999;
}

/**六大特权**/
.member-content{
  margin-bottom: 55px;
}

.six-content ul {
  margin-right: -25px;
}

.six-content ul li{
  display: block;
  float: left;
  width: 180px;
  height: 180px;
  background: #fff;
  box-shadow: 0 0 30px #eee;
  margin-right: 24px;
  text-align: center;
  border-radius: 6px;
  transition: transform 0.3s;
}

.six-content ul li:hover{
  background: #47a7fb;
  transform: translate(0,-5px)
}

.six-content ul li:hover i ,.six-content ul li:hover h6{
  color: #fff;
}

.six-content ul li i{
  font-size: 60px;
  color: #aaa;
  display: block;
  margin-top: 18px;
}

.six-content ul li h6{
  cursor: default;
  font-weight: 700;
  font-size: 20px;
}

/**特权1**/
.six-first{
  background: #f7f7f7;
  position: relative;
}

.six-first-bg{
  background: url("../images/six-first-bg.png") no-repeat 0 0;
  height: 1135px;
  position: absolute;
  right: 0;
  bottom: 30%;
  width: 464px;
  opacity: 0.3;
}

.six-last{
  position: relative;
}

.six-last-bg{
  background: url("../images/six-last-bg.png") no-repeat 0 0;
  height: 1135px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 464px;
  opacity: 0.3;
}

.six-a{
  padding-bottom: 55px;
}

.a-content{
  padding: 55px 0;
  background: #fff;
  box-shadow: 0 0 30px #eee;
  border-radius: 6px;
  transition: transform 0.3s;
}

.a-content:hover{
  background: #e2e5f1;
  transform: translate(0,-5px)
}

.a-content ul li{
  display: block;
  float: left;
  text-align: center;
  padding: 0 74px;
}

.a-content ul li .a-img img{
  margin-top: 12px
}

.a-content span{
  margin-top: 22px;
}

.a-content ul li .a-img{
  background: #fff;
  border-radius: 100%;
  height: 85px;
  line-height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center;
  overflow: hidden;
  background: #f7f7f7;
}

.a-content ul li em{
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  margin-left: 15px;
}


/**特权2**/
.six-b{
  padding-bottom: 55px;
}

.six-b .a-content ul li{
  padding: 0 97px;
}

/**特权3**/
.six-c{
  padding-bottom: 55px;
}

.c-content .c-text {
  margin-top: 35px
}

.c-content .c-text p{
  font-size: 18px
}

.c-content .c-text p i{
  font-weight: 700;
}

.c-content .c-text em{
  color: #ff4e00;
  font-weight: 700;
  font-size: 40px;
  margin-top: 35px;
  display: block;
}


/**特权4**/
.six-d {
  padding-bottom: 55px;
}

.six-d .d-content ul{
  margin-right: -30px;
}

.six-d .d-content ul li{
  display: block;
  float: left;
  width: 340px;
  margin-right: 30px;
  background: #47a7fb;
  padding: 20px;
  border-radius: 6px;
  transition: transform 0.3s;
}

.six-d .d-content ul li:hover{
  cursor: default;
  background: #318ee0;
  transform: translate(0,-5px)
}

.six-d .d-content ul li .d-img{
  width: 89px;
  height: 89px;
}

.six-d .d-content ul li dl{
  width: 230px;
  margin-left: 20px;
  color: #fff;
}

.six-d .d-content ul li dl dt{
  font-weight: 700;
  font-size: 20px;
}

.six-d .d-content ul li dl dd{
  margin-top: 10px;
}

/**特权5**/
.six-e{
  padding-bottom: 55px;
}

.e-content .e-text {
  width: 430px;
  margin-top: 30px;
}

.e-content .e-text h4{
  font-weight: 700;
  color: #ff4e00;
  font-size: 30px;
  margin-bottom: 55px;
}

.e-content .e-text p{
  font-size: 20px;
}

.e-content .e-logo{
  width: 720px;
}

.e-content .e-logo ul li img{
  width: 135px;
  height: 40px;
}

.e-content .e-logo ul{
  margin-right: -30px;
}

.e-content .e-logo ul li{
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 5px 10px;
  margin-bottom: 30px;
  margin-right: 30px;
}

/**特权6**/
.six-f{
  padding-bottom: 55px;
}

.f-content ul{
  margin-right: -30px;
}

.f-content ul li{
  width: 200px;
  display: block;
  float: left;
  margin-right: 30px;
  text-align: center;
  padding: 35px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  transition: transform 0.3s;
}

.f-content ul li:hover{
  transform: translate(0,-5px)
}

.f-content ul li dl dt{
  margin: 10px 0;
  font-weight: 700;
  font-size: 18px;
}

.f-content ul li dl dd{
  font-size: 13px;
  color: #999;
}

/**会员介绍**/
.member-about{
  background: url("../images/member-bg.jpg") no-repeat center;
  height: 410px;
}

.member-about .member-title h2{
  color: #fff;
}


.member-about .member-title h2::before ,.member-about .member-title h2::after{
  background: #fff;
}

.member-about p{
  font-size: 20px;
  line-height: 38px;
  color: #fff;
}

/**特权**/
.package{
  padding-bottom: 55px;
  background: #f7f7f7;
}

.table-article table{
	width: 100%;
}

.table-article thead{
  text-align: center;
  color: #fff;
}

.table-article thead tr td{
  padding: 30px 0;
  font-weight: 700;
  font-size: 16px
}

.table-article thead tr td span{
  border: 1px solid #fff;
  padding: 3px;
  background: #fff;
  color: #5986fa;
  border-radius: 3px;
}

.table-start thead tr td span{
  color: #fd4a3d;
}

.table-article thead tr td em{
  padding: 25px 0;
  font-weight: normal;
  font-size: 16px;
  margin-left: 15px;
}

.table-article tbody td{
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}


.table-article tbody tr:nth-of-type(even){ 
  background:#f0f0f0;
}

.table-article .tab-c0{
  background: #e4e8ee;
  color: #222;
}

.table-article .tab-c1{
	background: #789dff;
}

.table-article .tab-c2{
	background: #6791ff;
}

.table-article .tab-c3{
	background: #5986fa;
}

.table-start .tab-c0{
	background: #e4e8ee;
}

.table-start .tab-c1{
	background: #ff776d;
}

.table-start .tab-c2{
	background: #ff5f53;
}

.table-start .tab-c3{
	background: #fd4a3d;
}

.table-b .thead .tab-c1 em{
	display: block;
	font-size: 16px;
}

.table-b table td{
	border: 1px solid #eee;
	text-align: center;
	height: 24px;
	padding: 5px 15px;
}

.red{
	color: red;
	font-weight: bold;
}

.green{
	color: green;
	font-weight: bold;
}
.table-mjb{
	position: relative;
}

.table-mjb:hover .table-mjb-a{
	display: block;
}

.table-mjb:hover{
	color: #1577e4;
}

.table-mjb-a{
	display: none;
	width: 260px;
	position: absolute;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 15px;
	top: -60px;
	left: 235px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}

.table-mjb span{
	color: #333;
	font-weight: normal;
	display: block;
}


.package-bor ul{
  margin-right: -36px;
}

.package-bor ul li{
  display: block;
  float: left;
  margin-right: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: transform 0.3s;
}

.package-bor ul li .package-details{
  border: 1px solid #f0f0f0;
  border-top: 0;
  padding: 15px 15px;
  position: relative;
}

.package-bor ul li:hover{
  transform: translate(0px,-5px); 
}

.s-member{
  position: relative;
  width: 380px;
  height: 90px;
  border-top: 4px solid transparent;
  border-image: linear-gradient(to top left, #507dfe, #bc1cff);
  border-image-slice: 10;
}

.start-bor{
  border-image: linear-gradient(to top left, #ff1b76, #ff661b)!important;
}

.s-member .money{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #222;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.s-member .money em i{
  font-size: 12px;
}

.s-member .money em{
  font-weight: normal;
}

.s-member img{
  display: block;
}

.package-title h6{
  font-size: 20px;
  font-weight: 700;
}

.package-title i{
  color: #ff4e00;
  font-size: 12px
}

.package-title i em{
  font-size: 18px;
  font-weight: 700;
}

.package-bor ul li .package-details p{
  color: #999;
  border-bottom: 1px dashed #f0f0f0;
  height: 30px;
  line-height: 30px;
}

.package-bor ul li .package-details .article{
  margin-bottom: 35px;
  height: 210px;
}

.start{
  margin-bottom: 35px;
}

.package-bor ul li .buy{
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50% , 0);
  background: #ff1e1e;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 6px;
  border: 5px solid #f5dada;
}

.package-bor ul li .buy a{
  color: #fff;
}

/**常见问题**/
.problem {
  padding-bottom: 55px;
}

.problem dl dt{
  height: 33px;
  line-height: 33px;
  padding-left: 25px;
  border-bottom: 1px solid #fff;
  background: #f7f7f7;
}

.problem dl dd{
  background: #fff;
  padding: 10px 25px;
  color: #999;
  font-size: 13px;
  display: none;
}



/**微博**/
.weibo{
  position: relative;
  height: 250px;
}

.weibo ul{
  position: absolute;
  left: 50%;
  transform: translate(-50% , 0)
}

.weibo ul li{
  display: block;
  float: left;
  box-shadow: 0 0 30px #eee;
  margin:  0 25px;
  text-align: center;
}

.weibo ul li p{
  font-size: 16px;
  padding-bottom: 15px;
  color: #999;
}

.footer{
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 12px
}

.right-service{
  position: fixed;
  bottom: 200px;
  right: 10px;
}

.service ul li{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}

.service ul li img{
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%,50%);
  cursor: pointer;
  transition: all 0.6s;
  width: 40px;
  height: 40px;
}

.service ul li:first-child:hover img{
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 10px;
  left: 50%;
}