ul{
	padding: 0;
	margin: 0;
}
.vip-headerBox{
	width: 100%;
	height: 80px;
	background-color: #37394e;
}
.vip-header{
	width: 100%;
	height: 80px;
	padding-top:18px;
	padding-bottom:18px;
	background-color: #37394e;
	background-image: url(/themes/default/assets/img/navbg.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-logo-img{
	background-image: url(/themes/default/assets/images/logo/logo_yellow.png);
	background-repeat:no-repeat;
	background-size: 100%;
	vertical-align: middle;
	width: 155px;
	height: 44px;
	position: relative;
	top: -6px;
	display: inline-block;
}
.header-logo-text{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #f0ca96;
	margin: 0 0 0 15px;
	padding-left: 15px;
	border-left: 1px solid  #d9ae7d;
	height: 44px;
	line-height: 44px;
}
.header-nav-list{
	text-align: right;
	line-height: 44px;
}
.header-nav-list li{
	display: inline-block;
	font-size: 16px;
	color: #f0ca96;
	margin-left: 20px;
}
.header-nav-list li a{
	font-size: inherit;
	color: inherit;
	padding-bottom: 2px;
}
.header-nav-list li .btn-vip-buy,
.header-nav-list li .btn-vip-buy:hover{
	width: 130px;
	height: 36px;
	border-radius: 18px;
	color: #9a560e;
	line-height: 36px;
}
.header-nav-list li a:hover{
	color: #fbe3bf;
}
.header-nav-list li.active a{
	color: #fbe3bf;
	border-bottom: 1px solid #fbe3bf;
}
.nav-fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.vip-banner{
	width: 100%;
	height: 540px;
	background-color: #37394e;
	background-image: url(/themes/default/assets/img/vip_banner.jpg);
	background-repeat:no-repeat;
	padding:180px 0;
}
.vip-banner-title{
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #f0ca96;
	line-height: 1;
	margin-bottom: 10px;
}
.vip-banner-titleSecond{
	font-size: 36px;
	letter-spacing: 1px;
	color: #f0ca96;
	line-height: 1;
	margin-bottom: 40px;
}
.vip-title{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #ad6e2c;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(173,110,44,1)), to(rgba(173,110,44,0)));
	background: -webkit-linear-gradient(-230deg, rgba(173,110,44,1) 30%, rgba(173,110,44,.2) 50%, rgba(173,110,44,1) 70%);
	background: -moz-linear-gradient(320deg, rgba(173,110,44,1) 30%, rgba(173,110,44,.2) 50%, rgba(173,110,44,1) 70%);
	background: linear-gradient(320deg, rgba(173,110,44,1) 30%, rgba(173,110,44,.2) 50%, rgba(173,110,44,1) 70%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vip-title {
    background: transparent;
  }
}
.vip-title:before{
	content: '';
	position: absolute;
	top:50%;
	width: 80px;
	height: 2px;
	margin-left: -120px;
	background: -o-linear-gradient(left, rgba(173,110,44,0) 0, #ad6e2c 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(173,110,44,0)), to(#ad6e2c));
	background: linear-gradient(90deg, rgba(173,110,44,0) 0, #ad6e2c 100%);
}
.vip-title:after{
	content: '';
	position: absolute;
	top:50%;
	width: 80px;
	height: 2px;
	margin-left: 40px;
	background: -o-linear-gradient(right, rgba(173,110,44,0) 0, #ad6e2c 100%);
	background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(173,110,44,0)), to(#ad6e2c));
	background: linear-gradient(270deg, rgba(173,110,44,0) 0, #ad6e2c 100%);
}
.vip-title-second{
	font-size: 14px;
	color: #ad6e2c;
}
.btn-yellow-vip,
.btn-vip-buy{
	width: 291px;
	height: 45px;
  margin-bottom: 5px;
	line-height: 45px;
	background-image: -o-linear-gradient(120deg, #d9ad7d 0%, #f0ca96 100%);
	background-image: linear-gradient(-30deg, #d9ad7d 0%, #f0ca96 100%);
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #9a560e;
	text-align: center;
	display: inline-block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
  border: none;
}
.btn-yellow-vip{
	width: 202px;
	height: 62px;
	line-height: 62px;
	font-size: 30px;
	color: #9a560e;
}
.btn-yellow-vip:hover,
.btn-vip-buy:hover{
	-webkit-box-shadow: 1px 0 8px 1px rgba(0, 0, 0, .2);
	        box-shadow: 1px 0 8px 1px rgba(0, 0, 0, .2);
}
.btn-vip-operation{
	font-size: 12px;
	color: #9a560e;
	width: 68px;
	height: 20px;
	border-radius: 10px;
	border: solid 1px #ad6e2c;
  text-align: center;
  line-height: 18px;
  display: block;
  margin: 10px auto 0;
}
.vip-introduce{
	background-color: #fbf1e0;
	padding:80px 0 50px;
	text-align: center;
}
.vip-introduce-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-top:50px;
	margin-bottom:50px;
}
.vip-introduce-list li{
  width: 15.8%;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #ad6e2c;
	padding:40px 15px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.vip-introduce-list li:hover{
	-webkit-box-shadow: 0 0 8px 3px rgba(154, 88, 14, .3);
	        box-shadow: 0 0 8px 3px rgba(154, 88, 14, .3);
}
.vip-introduce-img{
	background-image: url(/themes/default/assets/img/vip_icon.png);
	background-repeat:no-repeat;
	margin-bottom:30px;
	display: inline-block;
	height: 48px;
	width: 48px;
}
.vip-introduce-list li:nth-child(1) i{
	background-position: 0 0;
}
.vip-introduce-list li:nth-child(2) i{
	background-position: -62px 0;
}
.vip-introduce-list li:nth-child(3) i{
	background-position: -124px 0;
}
.vip-introduce-list li:nth-child(4) i{
	background-position: -190px 0;
}
.vip-introduce-list li:nth-child(5) i{
	background-position: -250px 0;
}
.vip-introduce-list li:nth-child(6) i{
	background-position: -315px 0;
}
.vip-introduce-title{
	font-size: 18px;
	font-weight: bold;
	color: #ad6e2c;
	margin-bottom:15px;
}
.vip-introduce-text{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.vip-compare{
	text-align: center;
	padding:70px 0;
	background-color: #FFFFFF;
}
.vip-compare .table-bordered{
	margin-top:50px;
	margin-bottom:50px;
}
.vip-compare-img{
	background-image: url(/themes/default/assets/img/vip_compare.png);
	background-repeat:no-repeat;
	background-size: auto 100%;
	display: inline-block;
	height: 42px;
	width: 55px;
}
.vip-compare-img01{
	background-position: 0 0;
}
.vip-compare-img02{
	background-position: -60px 0;
}
.vip-compare-img03{
	background-position: -120px 0;
}
.vip-compare-img04{
	background-position: -180px 0;
}
/* 购买流程 */
.vip-circuit{
	text-align: center;
	background-color: #fbf1e0;
	padding-top: 80px;
	padding-bottom: 120px;
}
.vip-circuit-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
	margin-top: 50px;
}
.vip-circuit-list li{
  width: 15%;
	position: relative;
}
.vip-circuit-number{
	font-size: 25px;
	font-weight: bold;
	color: #ad6e2c;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 2px #ad6e2c;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
	display: inline-block;
}
.vip-circuit-text{
	font-size: 18px;
	color: #ad6e2c;
	position: absolute;
	white-space:nowrap;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.vip-circuit-next{
	width: 12px;
	height: 12px;
	border-radius:50%;
	background-color: #ad6e2c;
	position: relative;
	top:20px;
	display: inline-block;
}
.vip-circuit-next:after,
.vip-circuit-next:before{
	content: "";
	position: absolute;
	background-color: #ad6e2c;
	border-radius:50%;
}
.vip-circuit-next:before{
	width: 10px;
	height: 10px;
	left: -30px;
	top: 1px;
}
.vip-circuit-next:after{
	width: 14px;
	height: 14px;
	left: 30px;
	top: -2px;
}
.vip-advisory{
  background-color: #fbf1e0;
	text-align: center;
	padding: 70px 0;
}
.vip-advisory-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-top: 50px;
}
.vip-advisory-list li{
  width: 24%;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 9px 0px  rgba(0, 0, 0, 0.42);
	        box-shadow: 1px 1px 9px 0px  rgba(0, 0, 0, 0.42);
	border-radius: 5px;
	padding:45px 10px 30px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
	top: 0;
}
.vip-advisory-list li:hover{
	top: -10px;
}
.vip-advisory-title{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ad6e2c;
	min-height: 42px;
	margin-bottom:24px;
}
.vip-advisory-img{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 30px;
	display: inline-block;
	background-image: url(/themes/default/assets/img/vip_contact.png);
	background-repeat:no-repeat;
}
.vip-advisory-img01{
	background-position: 0 0;
}
.vip-advisory-img02{
	background-position: -128px 0;
}
.vip-advisory-img03{
	background-position: -256px 0;
}
.vip-advisory-img04{
	background-position: -384px 0;
}
.vip-advisory-text{
	font-size: 18px;
	line-height: 23px;
	color: #000000;
}
.vip-advisory-msg{
	font-size: 12px;
	color: #666666;
}
/* VIP购买 */
.vip-buy{
	background-color: #fff;
	padding:60px 0;
	text-align: center;
}
.vip-buy-tab{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 25px;
}
.vip-buy-tab::before,
.vip-buy-tab::after{
  position: absolute;
}
.vip-buy-tab li{
	width: 320px;
	height: 80px;
  line-height: 80px;
	background-color: #f0ca96;
	border-radius: 5px 5px 0 0;
	font-size: 20px;
	color: #2f3146;
  text-align: center;
  margin-left: 4px;
  cursor: pointer;
}
.vip-buy-tab li:first-child{
  margin-left: 0;
}
.vip-buy-tab .active{
  background-color: #ffffff;
  border: 1px solid #ad6e2c;
  border-bottom-color: #fff;
  position: relative;
  z-index: 3;
  margin-left: 0;
  flex-grow: 1;
}
.vip-buy-tab .active + li{
  margin-left: 0;
}
.vip-buy-list{
  width: 100%;
	background-color: #ffffff;
	border: solid 1px #ad6e2c;
  position: relative;
  z-index: 2;
  top: -1px;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px ;
  padding: 50px 100px;
  overflow: hidden;
  box-sizing: border-box;
}
.vip-buy-list .vip-tab{
  display: none;
}
.vip-buy-list .vip-tab.active{
  display: block;
}


.vip-buy-msg{
	font-size: 18px;
	color: #666666;
	margin-bottom: 15px;
}
.vip-buy-text{
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #ad6e2c;
}
.vip-buy-introduce{
	border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.vip-buy-introduce th{
  height: 60px;
	background-color: #fbf1e0;
  border: solid 1px #ad6e2c;
	font-size: 14px;
	font-weight: bold;
	color: #9a560e;
  text-align: center;
}
.vip-buy-introduce td{
  border: solid 1px #ad6e2c;
  height: 55px;
	font-size: 14px;
	color: #000;
  text-align: center;
  padding: 15px;
}
.vip-buy-introduce td:first-child{
	font-weight: bold;
	color: #9a560e;
}
.vip-buy-introduceList{
	text-align: left;
  padding: 10px 0 10px 35px;
  line-height: 2;
}
.vip-buy-yesImg{
	background: url(/themes/default/assets/images/faw/item/yesImg2.png) no-repeat 0/100%;
	width: 14px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
}
.vip-buy-noImg{
	background: url(/themes/default/assets/images/faw/item/noneImg.png) no-repeat 0/100%;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	display: inline-block;
}
.vip-buy-info{
	display: inline-block;
}
.vip-buy-select{
	display: flex;
  width: 100%;
  overflow-x: auto;
  height: 180px;
  margin-bottom: 20px;
  justify-content: center;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.vip-buy-select::-webkit-scrollbar{
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
/*定义滚动条的轨道，内阴影及圆角*/
.vip-buy-select::-webkit-scrollbar-track{
  /* box-shadow: none;
  border-radius: 10px;
  background-color: #f5f5f5; */
}
/*定义滑块，内阴影及圆角*/
.vip-buy-select::-webkit-scrollbar-thumb{
  /*width: 10px;*/
  height: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: rgb(214, 216, 221);
}

.vip-buy-select>li{
  display: inline-block;
  flex-shrink: 0;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #c4c3c3;
  width: 250px;
	height: 160px;
	padding: 25px 10px;
  margin-right: 25px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
  text-align: center;
}
.vip-buy-select>li.active{
	background-color: #fbf1e0;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.46);
	        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.46);
	border-radius: 5px;
	border: solid 1px #cea373;
}
.vip-buy-active{
	width: 42px;
	height: 30px;
	background: -o-linear-gradient(305deg, rgba(206,31,31,0) 0, rgba(206,31,31,0) 50%, #ce1f1f 51%, #ce1f1f 100%);
	background: linear-gradient(145deg, rgba(206,31,31,0) 0, rgba(206,31,31,0) 50%, #ce1f1f 51%, #ce1f1f 100%);
	background-position: 50% 50%;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.vip-buy-active::before{
	content: "";
	background: url(/themes/default/assets/images/check.png) no-repeat 0/100%;
	position: absolute;
	height: 14px;
	width: 14px;
	top: 12px;
	margin-left: 2px;
}
.vip-buy-tip{
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -1px;
}
.vip-buy-tip span{
	width: 58px;
	height: 18px;
	background-color: #ce1f1f;
	border-radius: 5px 0px 5px 0px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	display: inline-block;
  margin-right: 5px;
}
.vip-buy-type{
  font-size: 18px;
  margin-bottom: 10px;
}
.vip-buy-price{
  font-size: 18px;
	margin-bottom: 5px;
}