body, *{
  margin: 0;
  padding: 0;
}
/*vip购买弹窗*/
.modal-vip-banner img{
  border: none;
  width: 100%;
}
.vip-info-top{
  margin: 16px;
}
.vip-info-top span{
  margin: 0 4px;
  color: #FF4C22;
}
.vip-info-lists{
  min-width: 844px;
  margin: 0 16px;
  overflow: hidden;
}
.vip-info-lists li{
  width: 252px;
  height: 160px;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 35px 15px 0;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
  transition: box-shadow 0.2s;
  list-style: none;
}
.vip-info-lists li:nth-of-type(1) {
  background: #FFF8F0;
}
.vip-info-lists li:hover {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20);
}
.vip-info-lists li:last-child{
  margin-right: 0;
}
.vip-info-lists .recommend-item:before{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url('/static/images/vip-list.png') no-repeat -302px 0px;
  position: absolute;
  left: -2px;
  top: -1px;
}
.vip-info-lists .vip-item_price{
  color: #FE5230;
  height: 42px;
  font-size: 14px;
  margin-bottom: 9px;
}
.vip-info-lists .vip-item_price span {
  font-size: 30px;
  color: #FE5230;
}
.vip-info-lists .vip-item_price del {
  font-style: normal;
  color: #666666;
}
.vip-info-lists .vip-item_coupon{
  position: absolute;
  top: 10px;
  right: -6px;
  width: 81px;
  height: 34px;
  background: url('/static/images/vip-list.png') no-repeat -210px 0px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
}
.vip-info-lists .vip-item_intro {
  font-size: 14px;
  color: #666666;
  height: 20px;
  margin-bottom: 12px;
}
.vip-info-lists .vip-item_line {
  background: #002500;
  background: linear-gradient(
          -90deg, rgba(221,221,221,0.00) 0%, #DDDDDD 52%, rgba(221,221,221,0.00) 97%);
  width: 240px;
  height: 1px;
  margin: 0 auto 11px;
}
.vip-info-lists .vip-item_desc {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.vip-info-lists li.active{
  border-color: #FE5230;
  border-width: 2px;
  padding-top: 24px;
}
.vip-info-lists li.active:after{
  content: '';
  width: 22px;
  height: 22px;
  background: url('/static/images/icons/icon-checked-list.png') no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
.vip-info-lists li.active:before {
  left: -3px;
  top: -2px;
}
.vip-info-footer{
  margin: 0 16px;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 12px 0;
}
.profit-wrap{
  display: inline-block;
  text-align: left;
  margin-right: 120px;
  margin-top: 32px;
  vertical-align: top;
}
.profit-wrap h3{
  margin-bottom: 32px;
  color: #333;
}
.profit-wrap p{
  margin-top: 24px;
  color: #999;
}
.profit-wrap p a{
  color: #ff5230;
}
.pay-wrap{
  display: inline-block;
  width: 160px;
}
.vip-info-footer .pay-money{
  width: 100%;
  color: #666;
  text-align: center;
  padding: 6px 0 12px;
}
.vip-info-footer .pay-money span{
  font-size: 28px;
  color: #F72929;
}
.vip-info-footer .pay-search{
  margin: 0 auto;
  width: 150px;
  overflow: hidden;
  position: relative;
}
.weixin-qrcode {
  width: 138px;
  height: 138px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  border: 1px solid #09bb07;
}
.weixin-words {
  width: 100%;
  height: 24px;
  margin: 6px 0;
  text-align: center;
  display: block;
}
.weixin-words img{
  width: 28px;
  height: 28px;
}
.weixin-words span {
  display: inline-block;
  font-size: 18px;
  height: 100%;
  color: #666666;
  margin-left: 7px;
  vertical-align: top;
}
/*单份资料购买*/

.modal-pay{
  padding: 16px;
}
.modal-pay .modal-hd {
  height: 36px;
  font-size: 16px;
  color: #999;
}
.modal-pay .head-line{
  width: 100%;
  padding:  16px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-color: #fdf6ec;
  color: #cb4903;
  font-weight: bold;
}
.pay-content{
  margin-top: 30px;
  font-size: 16px;
}
.pay-content>*{
  margin-bottom: 30px;
}
.pay-content .vip-info-footer{
  margin: 0;
}
.price-info span{
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #f7603e;
  line-height: 20px;
}
.pay-money-wrap{
  clear: both;
  padding: 16px 0;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 6px;
  margin: 0;
}
.pay-money-asset{
  padding: 16px 0 32px;
  text-align: center;
}
.pay-money-asset .layui-btn{
  width: 180px;
}
/*选择其他方式购买*/
.choice-pay {
  display: inline-block;
  margin-top: 18px;
  min-width: 230px;
  margin-right: 80px;
  vertical-align: top;
}
.choice-pay .choice-item{
  padding: 12px;
  border-radius: 6px;
  background-color: #fff;
  float: left;
  text-align: center;
  width: 130px;
  height: 180px;
  border: 1px solid #97C2E0;
  margin-right: 35px;
}
.choice-item i{
  display: inline-block;
  margin-top: 18px;
  width: 45px;
  height: 45px;
}
.icon-gratis{
  background: url("/static/images/icons/icon-choice-gratis.svg") no-repeat center;
  background-size: 100%;
}
.icon-vip{
  background: url("/static/images/icons/icon-choice-vip.svg") no-repeat center;
  background-size: 100%;
}
.choice-item p{
  font-size: 14px;
  margin: 16px 4px;
  color: #666;
}
.choice-item a{
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #97C2E0;
  border-radius: 18px;
  color: #44a4f8;
  text-decoration: none;
}
.choice-item a:hover{
  border-radius: 6px;
}
.btn-vip{
  display: block;
  margin: 18px auto 0;
  padding: 0 20px;
  /* width: 240px; */
  background: -webkit-linear-gradient(left, #fcb338, #ff6e29);
  background: -o-linear-gradient(left, #fcb338, #ff6e29);
  background: -moz-linear-gradient(left, #fcb338, #ff6e29);
  background: linear-gradient(to right, #fcb338, #ff6e29);
  color: #ffff;
  border-color: transparent;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  line-height: 42px;
}
.choice-pay .choice-item.choice-vip{
  border-color: #fcb338;
}
.asset-count{
  margin: 60px 0 12px;
  text-align: center;
  color: #999;
}
.btn-pay-asset{
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  font-size: 16px;
  background-color: #1E9FFF;
  color: #fff;
  text-align: center;
  width: 112px;
  border-radius: 100px;
  cursor: pointer;
}
.btn-pay-asset:hover{
  background-color: #44A4F8;
}
/*vip介绍页*/
.banner-wrap{
  overflow: hidden;
  margin: 42px auto 10px;
  max-width: 1200px;
}
.banner-wrap .intro-banner {
  width: 100%;
  height: 180px;
  margin: 0 auto;
  background: url('/static/images/vip-bg.png') no-repeat 50%;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  letter-spacing: 10px;
}
.banner-wrap .intro-banner .bg-gray {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.47);
  position: absolute;
  top: 0;
}
.banner-wrap .intro-banner .title {
  position: absolute;
  top: 36px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.banner-wrap .intro-banner p {
  position: absolute;
  height: 32px;
  line-height: 32px;
  top: 102px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
.vip-body{
  margin: 0 auto;
  width: 1200px;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.vip-body .vip-info-footer{
  clear: both;
  float: none;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
}
.vip-body .modal-vip-info,.vip-info-lists{
  width: auto;
  height: auto;
}
.vip-body .vip-info-lists li{
  width: 258px;
}
.vip-body .vip-info-lists li:nth-child(2n){
  margin: 0 36px 36px 0;
}
.vip-body .vip-info-lists li:last-child{
  margin: 0;
}
.member-info {
  margin:0 auto 12px;
  width: 1200px;
  padding:12px 12px 36px;
  background-color: #fff;
  border-radius: 8px;
}
.member-info-top {
  margin:24px;
  border-bottom:1px solid #eaeaea;
  padding-bottom:24px;
}
.member-marginTop {
  margin-top:43px;
}
.mt20 {
  margin-top:20px;
}
.mt25 {
  margin-top:25px;
}
.common-box {
  display:flex;
  justify-content:center;
  flex-direction:column;
  align-items:center;
  width:185px;
  height:180px;
  border-radius:8px;
}
.dark-box {
  background:#fdfbf6;
}
.light-box {
  background:#f9f9f9;
}
.test-Paper-icon {
  width:54px;
  height:52px;
  background-position:-91px -110px;
}
.member-Address {
  background-image:url("/static/images/icons/icon-vip-info.png");
  background-repeat:no-repeat;
  width:96px;
  height:96px;
}
.icon-type1{
  background-position: 0 -100px;
}
.icon-type2{
  background-position: -101px -100px;
}
.icon-type3{
  background-position: -101px -201px;
}
.icon-type4{
  background-position: -404px -201px;
}
.icon-type5{
  background-position: -404px -100px;
}
.icon-type6{
  background-position: -202px -100px;
}
.sp {
  display:flex;
  justify-content:space-between!important;
}
.member-Left-Arrow {
  margin-top:6px;
  width:36px;
  height:30px;
  background-position:-389px -31px;
}
.member-Right-Arrow {
  margin-top:6px;
  width:36px;
  height:30px;
  background-position:-304px -31px;
}
.member-vip-Title {
  color:#B98E55;
  font-size:18px;
}
.member-vip-Content {
  font-size:14px;
}
.vip-comparison-left {
  margin-top:5px;
  width:218px;
  height:30px;
  background-position:1px -55px;
}
.vip-comparison-right {
  width:218px;
  height:30px;
  background-position:0 -5px;
}
.tit-m13 {
  margin:0 13px;
}
.first{
  border-left:1px solid #ddd;
}
.comparison-tit {
  width:230px;
  height:140px;
  font-size:24px;
  background:#F9F9F9;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  text-align: center;
  padding: 18px;
}
.comparison-con {
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  width:230px;
  height:60px;
  font-size:16px;
}
.comparison-con:last-child {
  border-bottom:1px solid #ddd;
}
.cent {
  display:flex;
  justify-content:center;
  align-items:center;
}
.member-icon {
  display: inline-block;
  flex-direction:column;
  background: url("/static/images/header/vip-per.png") no-repeat center;
  background-size: 100%;
  width:40px;
  height:40px;
  margin-right:6px;
  vertical-align: -9px;
}
.member-sty-tit {
  width:230px;
  height:140px;
  color:#7B5A21;
  background:#FFE6C6;
  border-top:1px solid #ECC487;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 18px;
  font-size:24px;
}
.member-sty-con {
  border-top:1px solid #ECC487;
  border-right: 1px solid #ddd;
  background:#FFF8F0;
  font-size:16px;
  height:60px;
  width:230px;
}
.member-sty-con:last-child {
  border-bottom:1px solid #ECC487;
}
.gray {
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -o-filter:grayscale(100%);
  filter:grayscale(100%);
  opacity:0.7;
}
.expire-date {
  clear:both;
  margin-left:12px;
  color:#e70404;
}
.record-wrap {
  padding:0 24px;
}
.row-title {
  margin-bottom:24px;
  font-size:20px;
  color:#333;
}
.fixed-user-book {
  width:100% !important;
  top:60px !important;
  position:fixed !important;
}
.fixed-book {
  position:fixed !important;
  top:162px;
}
.layui-table .layui-btn-xs {
  line-height:20px;
}
.icon-wrong{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/static/images/icons/icon-wrong.png") no-repeat center;
  background-size: 100%;
}
.icon-right{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/static/images/icons/icon-right.png") no-repeat center;
  background-size: 100%;
  margin-right: 4px;
}
.vip-notice{
  padding: 12px;
  color: #999;
  font-size: 14px;
  line-height: 200%;
}
.vip-notice div{
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}
/*购买记录*/

.scrollList {
  position: fixed;
  right: 20px;
  bottom: 50px;
  height: 178px;
  overflow: hidden;
  z-index: 99;
}
.scrollList li{
  display: block;
  width: 275px;
  height: 38px;
  padding: 4px;
  background-color: #fff;
  border-radius: 19px;
  margin-bottom: 8px;
  box-sizing: border-box;
  color: #999;
  line-height: 30px;
  overflow: hidden;
}
.scrollList li img{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.scrollList li .list-time{
  color: #ffd57f;
}