@charset "UTF-8";
.privilege {
  width: 1200px;
  margin: 60px auto 60px;
}
.privilege .lists .tab .table {
  width: 100%;
  display: table;
  position: relative;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  /*小标题*/
}
.privilege .lists .tab .table.active {
  position: relative;
}
.privilege .lists .tab .table.active:after {
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 20%;
  height: calc(100% - 2px);
  content: '';
  background-color: rgba(209, 138, 44, 0.1);
  border: 1px solid #d18a2c;
  z-index: 99;
}
.privilege .lists .tab .table.active .td:nth-child(2) {
  color: #d18a2c;
}
.privilege .lists .tab .table.active .td:nth-child(2) i,
.privilege .lists .tab .table.active .td:nth-child(2) span {
  color: #d18a2c;
}
.privilege .lists .tab .table.active .td:nth-child(2) .wire {
  background: #d18a2c;
}
.privilege .lists .tab .table.active1 {
  position: relative;
}
.privilege .lists .tab .table.active1:after {
  position: absolute;
  left: 60%;
  bottom: 0;
  width: 20%;
  height: calc(100% - 2px);
  content: '';
  background-color: rgba(209, 138, 44, 0.1);
  border: 1px solid #d18a2c;
  z-index: 99;
}
.privilege .lists .tab .table.active1 .td:nth-child(3) {
  color: #d18a2c;
}
.privilege .lists .tab .table.active1 .td:nth-child(3) i,
.privilege .lists .tab .table.active1 .td:nth-child(3) span {
  color: #d18a2c;
}
.privilege .lists .tab .table.active1 .td:nth-child(3) .wire {
  background: #d18a2c;
}
.privilege .lists .tab .table.active2 {
  position: relative;
}
.privilege .lists .tab .table.active2:after {
  position: absolute;
  left: 80%;
  bottom: 0;
  width: calc(20% - 1px);
  height: calc(100% - 2px);
  content: '';
  background-color: rgba(209, 138, 44, 0.1);
  border: 1px solid #d18a2c;
  z-index: 99;
}
.privilege .lists .tab .table.active2 .td:nth-child(4) {
  color: #D98A65;
}
.privilege .lists .tab .table.active2 .td:nth-child(4) i,
.privilege .lists .tab .table.active2 .td:nth-child(4) span {
  color: #D98A65;
}
.privilege .lists .tab .table.active2 .td:nth-child(4) .wire {
  background: #D98A65;
}
.privilege .lists .tab .table .td {
  white-space: nowrap;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  width: 15%;
  line-height: 22px;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.privilege .lists .tab .table .td.active {
  position: relative;
}
.privilege .lists .tab .table .td.active.active-b:after {
  bottom: 0;
  height: calc(100%);
  border-bottom: 1px solid #d18a2c;
}
.privilege .lists .tab .table .td.active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 99%;
  height: calc(100% + 1px);
  content: '';
  background-color: rgba(209, 138, 44, 0.1);
  box-shadow: 0px 7px 17.3px 0.7px #d18a2c;
  border-left: 1px solid #d18a2c;
  border-right: 1px solid #d18a2c;
  z-index: 99;
}
.privilege .lists .tab .table .td i {
  color: #333333;
  font-size: 20px;
}
.privilege .lists .tab .table .td .error {
  color: #999999;
  font-size: 20px;
}
.privilege .lists .tab .table .td .red {
  color: #333333;
}
.privilege .lists .tab .table .td .wire {
  width: 8px;
  height: 2px;
  background: #333333;
  display: inline-block;
}
.privilege .lists .tab .table .th {
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 12.3px 0.7px rgba(194, 194, 194, 0.19);
  border: solid 1px #e2e2e2;
  border-right: none;
}
.privilege .lists .tab .table .th .td {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: normal;
  border-right: solid 1px #e2e2e2;
  text-align: center;
}
.privilege .lists .tab .table .th .td.active:after {
  bottom: -1px;
  height: calc(100%);
  border-top: 1px solid #d18a2c;
}
.privilege .lists .tab .table .tr {
  background-color: #fff;
  box-sizing: border-box;
  display: table;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
}
.privilege .lists .tab .table .tr:nth-child(even) {
  background-color: #f9f9f9;
}
.privilege .lists .tab .table .td-left {
  width: 30%;
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  white-space: normal;
}
.privilege .lists .tab .table .td-left .title {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
.privilege .lists .tab .table .td-left .info {
  color: #999999;
  font-size: 12px;
}
.privilege .lists .tab .table .td-title {
  color: #d18a2c;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  width: 30%;
  position: relative;
  padding-left: 96px;
}
.privilege .lists .tab .table .td-title img {
  position: absolute;
  left: 20px;
  top: 10px;
  margin-right: 15px;
}
.subhead {
  text-align: left;
  color: #fe7324;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.subhead .line {
  position: relative;
  margin-right: 10px;
  font-weight: normal;
  font-size: 24px;
}
.subhead .line:after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #fe7624;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.subhead .nums {
  font-size: 36px;
  position: relative;
  top: 2px;
  margin-left: 5px;
  font-style: italic;
  font-weight: normal;
}
.subhead .gray {
  margin-left: 10px;
  color: #ff7712;
  font-size: 16px;
}
.subhead .gray span {
  text-decoration: underline;
}
.remarks {
  text-align: left;
  width: 1201px;
  line-height: 25px;
  border: 1px solid #e2e2e2;
  border-top: none;
  padding: 20px;
  box-sizing: border-box;
  color: #666666;
  font-size: 16px;
}
.banner .yueidj {
  position: relative;
  height: 655px;
  background: url("/static/img_old/vip/vipBack.png") no-repeat center center;
  background-size: 100% 100%;
}
.banner .yueidj .heyuiw {
  text-align: center;
  padding-top: 43px;
}
.banner .yueidj .heyuiw img {
  display: block;
  margin: 0 auto;
}
.banner .yueidj .heyuiw img.margboot {
  margin-bottom: 14px;
}
.banner .yueidj .btndyu {
  min-height: 535px;
  width: 100%;
}
.banner .yueidj .btndyu .inners {
  margin: 0 auto;
  width: 880px;
  height: 570px;
  padding-top: 220px;
}
.banner .yueidj .btndyu .inners .information {
  width: 100%;
  height: 130px;
  background: url("/static/img_old/vip/zhifubeijing.png") no-repeat center center;
  display: flex;
}
.banner .yueidj .btndyu .inners .information .box_img img {
  margin-top: 23px;
  margin-left: 30px;
}
.banner .yueidj .btndyu .inners .information .box_span {
  margin-top: 23px;
  margin-left: 10px;
}
.banner .yueidj .btndyu .inners .tab_box {
  width: 100%;
  height: 440px;
}
.banner .yueidj .btndyu .inners .tab_box .tab_header {
  width: 100%;
  height: 53px;
  margin-top: -50px;
  position: relative;
}
.banner .yueidj .btndyu .inners .tab_box .tab_header .tab1 {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/static/img_old/vip/sxd_zc.png") no-repeat center center;
}
.banner .yueidj .btndyu .inners .tab_box .tab_header .tab2 {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/static/img_old/vip/sxd_yc.png") no-repeat center center;
}
.banner .yueidj .btndyu .inners .tab_box .tab_header div {
  width: 455px;
  height: 100%;
  align-items: center;
  line-height: 53px;
  color: #FFFFFF;
}
.banner .yueidj .btndyu .inners .tab_box .tab_header .active {
  z-index: 99;
  background: url("/static/img_old/vip/sxd_xzd.png") no-repeat center center;
  color: #6d4316;
}
.banner .yueidj .btndyu .inners .tab_box .tab_header .actives {
  z-index: 99;
  background: url("/static/img_old/vip/sxd_xzds.png") no-repeat center center;
  color: #6d4316;
}
.banner .yueidj .btndyu .inners .tab_box .tab_body {
  width: 100%;
  height: 440px;
}
.banner .yueidj .btndyu .inners .tab_box .tab_body .type-one {
  background: #f6f6f6;
}
.banner .yueidj .btndyu .inners .tab_box .tab_body .type-two {
  background: #f6f6f6;
}
.banner .yueidj .btndyu .inners .tab_box .tab_body .type-two .form_btn {
  display: flex;
  align-items: flex-end;
  margin-top: 95px;
  margin-left: 6px;
}
.banner .yueidj .btndyu .inners .swiper-slide {
  text-align: center;
  font-size: 18px;
  transition: 300ms;
  background-color: #ffffff;
  box-shadow: 0px 0px 34px 6px rgba(3, 2, 4, 0.47);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box {
  width: 100%;
  position: relative;
  padding: 0 23px;
  box-sizing: border-box;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item {
  width: 255px;
  height: 110px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FFFFFF;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .former_pay {
  color: #707070;
  font-size: 14px;
  font-weight: normal;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .former_pay .price {
  color: #d48007;
  font-size: 14px;
  font-weight: normal;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .former_pay .price i {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  color: #d48007;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .former_pay span + span {
  text-decoration: line-through;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .top {
  color: #40444b;
  padding-top: 20px;
  font-size: 16px;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .top .price {
  font-weight: bold;
  font-size: 26px;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .gray {
  font-size: 13px;
  color: #fff;
  margin: 0 auto;
  height: 25px;
  background-color: #919191;
  line-height: 30px;
  position: absolute;
  top: -20px;
  left: -1px;
  width: 110px;
  background: url("/static/img_old/vip/jianbj.png") no-repeat center center;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .gray .reduce {
  line-height: 22px;
  color: #fff;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item .give {
  position: absolute;
  top: -10px;
  left: -2px;
  font-size: 13px;
  color: #ffffff;
  width: 72px;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding-left: 6px;
  background: url("/static/img_old/vip/dstsbj.png") no-repeat;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item.active {
  border: 1px solid #e6a445;
  border-radius: 10px;
  border-width: 2px;
  border-image-slice: 1;
  background-image: linear-gradient(-54deg, #ffcb7d 0%, #fff7eb 100%);
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item.active .top {
  color: #582d00;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item.active .former_pay {
  color: #c9a471;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item.good::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 2px;
  background-image: url("/static/img_old/vip/recommend1.png");
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  z-index: 100;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .price-list .pro-box .item:nth-child(2) {
  margin: 0 15px;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .title {
  position: absolute;
  top: 41px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #a33913;
  letter-spacing: 2px;
  font-weight: bold;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .btn {
  width: 270px;
  height: 56px;
  line-height: 56px;
  background: blue;
  background: linear-gradient(to right, #47a2fc, #3980fa);
  color: white;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .count {
  letter-spacing: 5px;
  margin-left: 5px;
  margin-right: 10px;
}
.banner .yueidj .btndyu .inners .swiper-slide .content-box .count i {
  cursor: pointer;
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box {
  padding-top: 40px;
  z-index: 99;
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box .price-list .pro-box .item.good::before {
  background-image: url("/static/img_old/vip/recommend2.png");
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box .price-list .pro-box .item.active {
  background-image: linear-gradient(-54deg, #e1b5a5 0%, #fff9f7 100%);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-width: 2px;
  border-image-slice: 1;
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box .price-list .pro-box .item.active .former_pay {
  color: #9d7c71;
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box .price-list .pro-box .item.active:before {
  background: url("/static/img_old/vip/dh_qy.png") no-repeat;
  background-size: 100% 100%;
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box .btn {
  color: #a33913;
  background-image: linear-gradient(91deg, #dda184 4%, #f7ceb7 100%), linear-gradient(#e2b476, #e2b476);
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box .crown {
  width: 190px;
  height: 250px;
  position: absolute;
  top: -55px;
  left: -80px;
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box .info-box {
  position: absolute;
  bottom: 140px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
}
.banner .yueidj .btndyu .inners .swiper-slide .enterprise-box .info-box .front {
  display: inline-block;
  width: 3px;
  height: 15px;
  background-color: #3566f7;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .btn {
  background-image: linear-gradient(91deg, #e0b071 4%, #f8d7a9 100%), linear-gradient(#e2b476, #e2b476);
  position: static;
  cursor: pointer;
  color: #a33913;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .delete {
  margin-left: 3px;
  height: 31px;
  border-left: solid 1px #e2e2e2;
  line-height: 31px;
  display: inline-block;
  padding-left: 9px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list {
  margin-top: 10px;
  text-align: left;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list .has-box {
  padding: 4px 20px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list .has-box .one {
  padding: 5px 10px;
  background-color: #7e5cf4;
  border-radius: 8px;
  margin: 0 5px;
  font-size: 12px;
  color: white;
  cursor: pointer;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list .list {
  font-size: 12px;
  margin-top: 8px;
  padding: 0 20px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list .list .province {
  margin: 5px 5px;
  display: inline-block;
  padding: 4px 0;
  text-align: center;
  border-radius: 1.5px;
  cursor: pointer;
  width: 40px;
  box-sizing: border-box;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list .list .province.active {
  color: #a1340e;
  background-color: #fdf2e2;
  border: solid 1px #d18a2c;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list .btn-box {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 5px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list .btn-box .btn2 {
  display: inline-block;
  padding: 5px 40px;
  color: #666666;
  font-size: 18px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: pointer;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .city-list .btn-box .determine {
  background-image: linear-gradient(91deg, #e0b071 4%, #f8d7a9 100%), linear-gradient(#e2b476, #e2b476);
  color: #a33913;
  margin-left: 95px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box {
  width: 100%;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
  color: #a33913;
  position: relative;
  top: 10px;
  display: flex;
  align-items: center;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .moren {
  border-radius: 5px;
  height: 24px;
  line-height: 24px;
  border: solid 1px #e7ac57;
  background-color: #fff7eb;
  width: 66px;
  float: left;
  display: inline-block;
  font-style: normal;
  color: #e6a445;
  text-align: center;
  margin-left: 10px;
  margin-top: 4px;
  font-size: 12px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .moren img {
  width: 13px;
  height: 13px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .tab_city {
  display: flex;
  text-align: center;
  color: black;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .tab_city span {
  width: 67px;
  height: 28px;
  display: block;
  line-height: 28px;
  font-size: 14px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .tab_city .sp1 {
  border: 1px solid #e7ac57;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .tab_city .sp2 {
  border: 1px solid #e7ac57;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .tab_city .active {
  background: #ffd290;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .tab_city .actives {
  background: #ffd290;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .select-app {
  color: #7e5cf4;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .grayA {
  color: #777777;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .scriot {
  max-width: 313px;
  overflow: hidden;
  position: relative;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .gundongyu {
  overflow: hidden;
  display: flex;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .gundongyu .tyuier {
  width: 14px;
  height: 19px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .gundongyu .zuojt {
  background: url("/static/img_old/vip/zydj_z.png") no-repeat;
  background-size: 100% 100%;
  left: 5px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .gundongyu .youjt {
  background: url("/static/img_old/vip/zydj_y.png") no-repeat;
  background-size: 100% 100%;
  right: 0;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .gundongyu .qzycder {
  display: none !important;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .one {
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  margin-left: 5px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  color: #333333;
  float: left;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .one em {
  width: 66px;
  height: 22px;
  float: left;
  display: inline-block;
  font-style: normal;
  border: dashed 1px #e6a445;
  color: #e6a445;
  text-align: center;
  line-height: 22px;
  margin-top: 2px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .one.active {
  color: #582d00;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .one.active em {
  border: solid 1px #e7ac57;
  background-color: #fff7eb;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .one.active em img {
  width: 13px;
  height: 13px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .one.active em:hover {
  background: #fbcc87;
  color: #582d00;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .one.active .delete {
  border-left: solid 1px #d18a2c;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .add-btn {
  position: relative;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .add-btn em {
  background: #f7f7f7;
  margin-top: 4px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .add-btn .oui {
  height: 30px;
  border: solid 1px #e7ac57;
  line-height: 32px;
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 14px;
  color: #582d00;
  background: #f3d5ad;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .add-btn .fderuid {
  position: absolute;
  right: 0;
  width: 120px;
  height: 240px;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(199, 199, 199, 0.59);
  border-radius: 2px;
  border: solid 1px #dcdcdc;
  z-index: 999999;
  overflow-y: auto;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .add-btn .fderuid span {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
  padding: 0 15px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .add-btn .fderuid span i {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 2px;
  border: solid 1px #dcdcdc;
  display: inline-block;
  margin-right: 5px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .add-btn .fderuid span.active i {
  background: url("/static/img_old/vip/xzdr.png") no-repeat;
  background-size: 100% 100%;
  border: 0;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .add-btn .fderuid span:hover i {
  background: url("/static/img_old/vip/xzd_ho.png") no-repeat;
  background-size: 100% 100%;
  border: 0;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .info-box .front {
  display: inline-block;
  width: 3px;
  height: 15px;
  background-color: #a464ff;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .buy-box {
  margin-top: 40px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .form_btn {
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
  margin-left: 6px;
}
.banner .yueidj .btndyu .inners .swiper-slide .personal-box .title {
  line-height: 36px;
}
.banner .yueidj .btndyu .inners .swiper-slide .once-box {
  background-image: url("/static/img_old/vip/one_bg.png");
  background-size: 100% 100%;
}
.banner .yueidj .btndyu .inners .swiper-slide .once-box .gray {
  background: #ced3db;
}
.banner .yueidj .btndyu .inners .swiper-slide .once-box .info-box {
  position: absolute;
  bottom: 75px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.banner .yueidj .btndyu .inners .swiper-slide .once-box .info-box .front {
  display: inline-block;
  width: 3px;
  height: 15px;
  background-color: #3a80fa;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.banner .yueidj .btndyu .inners .swiper-slide .once-box .info-box b {
  color: #ff6666;
  margin: 0 5px 0 20px;
}
.banner .yueidj .btndyu .inners .swiper-slide.active {
  width: 547px;
  height: 454px;
}
.banner .yueidj .btndyu .inners .swiper-slide.active .yuier {
  line-height: 128px;
  height: 128px;
}
.banner .yueidj .btndyu .inners .swiper-slide.active .content-box {
  padding: 0 40px;
}
.banner .yueidj .btndyu .inners .swiper-slide.active .content-box .price-list .pro-box .item {
  width: 143px;
  height: 140px;
}
.banner .yueidj .btndyu .inners .swiper-slide.active .content-box .price-list .pro-box .item:nth-child(2) {
  margin: 0 20px;
}
.banner .yueidj .btndyu .inners .swiper-slide.active.type-two {
  background: #f6f6f6;
}
.banner .yueidj .btndyu .inners .swiper-slide.active.type-two .content-box {
  padding: 40px;
}
.banner .tequndjei .bdueid {
  margin: 45px 0 10px 0;
  background: url("/static/img_old/vip/dhyue.png") no-repeat center center;
  background-size: auto;
  font-size: 26px;
  color: #333;
}
.banner .tequndjei .paieodoie {
  margin-left: -10px;
}
.banner .tequndjei .paieodoie li {
  float: left;
  width: 25%;
  height: 120px;
  padding-left: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.banner .tequndjei .paieodoie li .zupae {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  border: solid 1px #f5efe9;
  padding: 0 40px 0 30px;
}
.banner .tequndjei .paieodoie li .zupae span {
  font-size: 18px;
  color: #582d00;
}
.banner .tequndjei .paieodoie li .zupae span i {
  display: block;
  width: 36px;
  height: 2px;
  background-color: #c8a06a;
}
.banner .tequndjei .paieodoie li:nth-child(2n) .zupae {
  background-color: #f8f5f1;
  border: solid 1px #f5efe9;
}
.banner .tequndjei .paieodoie li .zupae:hover {
  box-shadow: 0px 0px 10px 0px rgba(209, 209, 209, 0.88);
  transition: all 0.2s;
}
.banner .inner {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 170px;
}
.banner .inner .left {
  padding-top: 46px;
}
.banner .inner .left .tit {
  font-size: 40px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 36px;
}
.banner .inner .left .subject {
  color: #fff;
  font-size: 22px;
}
.teqyueyr .inner {
  width: 1200px;
  margin: 0 auto;
}
.teqyueyr .inner .bdueid {
  margin-top: 49px;
  margin-bottom: 30px;
  background: url("/static/img_old/vip/dhyue.png") no-repeat center center;
  background-size: auto;
  font-size: 26px;
  color: #333;
}
.teqyueyr .inner .fdetbuy {
  box-sizing: border-box;
  padding-top: 5px;
}
.teqyueyr .inner .fdetbuy .tyddiv {
  float: left;
  width: 22.16666667%;
  box-sizing: border-box;
  border: 1px solid #d1d1d2;
}
.teqyueyr .inner .fdetbuy .tyddiv .dieoer {
  height: 120px;
}
.teqyueyr .inner .fdetbuy .tyddiv .dieoer span {
  color: #666;
  font-size: 20px;
  text-align: center;
  display: block;
  padding-top: 28px;
}
.teqyueyr .inner .fdetbuy .tyddiv .dieoer span img {
  margin-right: 6px;
}
.teqyueyr .inner .fdetbuy .tyddiv .dieoer em {
  font-size: 14px;
  font-style: normal;
  width: 122px;
  height: 32px;
  border-radius: 30px;
  border: solid 1px #fff;
  display: block;
  margin: 12px auto 0 auto;
  line-height: 32px;
  cursor: pointer;
}
.teqyueyr .inner .fdetbuy .tyddiv .cxheight {
  height: 165px;
}
.teqyueyr .inner .fdetbuy .tyddiv .tyzcuie {
  height: 45px;
  font-size: 20px;
  color: #c8a06a;
  line-height: 45px;
  text-align: left;
  padding-left: 20px;
}
.teqyueyr .inner .fdetbuy .onert {
  width: 33.5%;
}
.teqyueyr .inner .fdetbuy .onTwo {
  border-left: 0;
}
.teqyueyr .inner .fdetbuy .onTwo .dieoer em {
  border-color: #d39944;
  color: #d39944;
}
.teqyueyr .inner .fdetbuy .onThe {
  border-left: 0;
  border-right: 0;
}
.teqyueyr .inner .fdetbuy .onThe .dieoer em {
  border-color: #e45858;
  color: #e45858;
}
.teqyueyr .inner .fdetbuy .onfor {
  margin-top: -5px;
  border-color: #f0dbba;
  position: relative;
}
.teqyueyr .inner .fdetbuy .onfor .dieoer {
  position: relative;
}
.teqyueyr .inner .fdetbuy .onfor .dieoer em {
  border-color: #fad683;
  color: #333;
  background: #fad683;
}
.teqyueyr .inner .fdetbuy .onfor .dieoer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  background: url("/static/img_old/vip/tjdimg.png") no-repeat;
  background-size: 100% 100%;
}
.teqyueyr .inner .fdetbuy .onfor .cxheight {
  height: 170px !important;
  background: #FEFBEB;
}
.teqyueyr .inner .auieurew {
  height: 930px;
  overflow: hidden;
}
.teqyueyr .inner .dyeuir {
  font-size: 20px;
  text-align: center;
  padding: 35px 0 75px 0;
}
.teqyueyr .inner .dyeuir span {
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
.teqyueyr .inner .dyeuir span em {
  color: #c8a06a;
  font-style: normal;
}
.teqyueyr .inner .dyeuir span i {
  color: #666;
  font-size: 22px;
  margin-left: 6px;
}
.tyListy .dioeir {
  position: relative;
}
.tyListy .dioeir li {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #666;
}
.tyListy .dioeir li i {
  font-size: 18px;
}
.tyListy .dioeir li.dh i {
  color: #6DD46E;
}
.tyListy .dioeir li.ch i {
  color: #F94A51;
}
.tyListy .dioeir li:nth-child(2n+1) {
  background: #f9f9f8;
}
.onert .tyListy .dioeir li {
  text-align: left;
  padding-left: 20px;
}
.onfor .tyzcuie {
  background: #FEFBEB;
}
.onfor .tyListy .dioeir li {
  background: #FEFBEB;
}
.onfor .tyListy .dioeir li:nth-child(2n+1) {
  background: #F9F4E5;
}
.pauid {
  border-bottom: 1px dashed #dedfe0;
  padding: 0 22px;
  margin-top: 30px;
}
.pauid .tuioer {
  background: #f7f7f7;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pauid .tuioer span {
  font-size: 14px;
  color: #333;
}
.pauid .tuioer em {
  font-style: normal;
  color: #333;
  font-size: 14px;
}
.pauid .items {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pauid .items span {
  font-size: 14px;
  color: #333;
}
.pauid .items em {
  font-style: normal;
  color: #333;
  font-size: 14px;
}
.pauid .items em.red {
  color: #fb3c2a;
}
.zfdfsder {
  display: flex;
  align-items: center;
  width: 820px;
  height: 80px;
  background: #FFFFFF;
  margin-top: 20px;
  border-radius: 10px;
  margin-left: 6px;
}
.zfdfsder .dieijd {
  font-size: 14px;
  color: #bb8b51;
  margin-left: 20px;
}
.zfdfsder .dieijd i {
  width: 2px;
  height: 12px;
  background-color: #dcdcdc;
  border-radius: 1px;
  display: inline-block;
  margin: 0 20px 0 10px;
}
.zfdfsder .dekidj {
  display: flex;
  align-items: center;
}
.zfdfsder .dekidj .item-p {
  border: 1px solid #dcdcdc;
  font-size: 14px;
  color: #333;
  width: 140px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  /*&:hover{
        border: 0;
        background: url("/static/img_old/vip/xyeuyr.png") no-repeat;
        background-size: 100% 100%;
      }*/
}
.zfdfsder .dekidj .item-p i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
}
.zfdfsder .dekidj .item-p i.weixin-icon {
  color: #41B035;
}
.zfdfsder .dekidj .item-p i.zhifubao-icon {
  color: #009EE9;
}
.zfdfsder .dekidj .item-p i.jiuos {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/static/img_old/vip/duigyue.png") no-repeat;
  background-size: 100% 100%;
}
.zfdfsder .dekidj .item-p.active {
  border: 0;
  background: url("/static/img_old/vip/xyeuyr.png") no-repeat;
  background-size: 100% 100%;
}
.zfdfsder .dekidj .item-p.zaijie {
  position: relative;
}
.zfdfsder .dekidj .item-p.zaijie span {
  position: absolute;
  top: -16px;
  right: -3px;
  width: 75px;
  height: 23px;
  background: url(/static/img_old/vip/zaijian.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.autuiys .dekidj .item-p {
  /*&:hover{
        border: 0;
        background: url("/static/img_old/vip/xyeuyrQy.png") no-repeat;
        background-size: 100% 100%;
      }*/
}
.autuiys .dekidj .item-p.active {
  border: 0;
  background: url("/static/img_old/vip/xyeuyr.png") no-repeat;
  background-size: 100% 100%;
}
.eruijek .pauieder .zcuejir {
  width: 150px;
  border-right: 1px solid #dcdcdc;
}
.eruijek .pauieder .zcuejir span {
  margin: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 39px;
  background-image: linear-gradient(-72deg, #ffcf89 0%, #f7d398 50%, #efd6a7 100%), linear-gradient(#c9a471, #c9a471);
  background-blend-mode: normal, normal;
  border-radius: 0px 20px 20px 0px;
  color: #582d00;
  font-size: 14px;
}
.eruijek .pauieder .zcuejir span i {
  display: block;
  width: 3px;
  height: 12px;
  background-color: #582d00;
  border-radius: 2px;
  margin-right: 10px;
}
.eruijek .pauieder .dieojdiuekl {
  width: 280px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 25px;
}
.eruijek .pauieder .dieojdiuekl .p-val .item .img-box {
  width: 215px;
  height: 215px;
  margin: 0 auto;
  margin-top: 10px;
}
.eruijek .pauieder .dieojdiuekl .youcieur {
  text-align: left;
  padding-left: 13px;
  display: flex;
  align-items: center;
}
.eruijek .pauieder .dieojdiuekl .youcieur .jgeyurw i {
  font-size: 45px;
}
.eruijek .pauieder .dieojdiuekl .youcieur .jgeyurw i.weixin-icon {
  color: #41B035;
}
.eruijek .pauieder .dieojdiuekl .youcieur .jgeyurw i.zhifubao-icon {
  color: #009EE9;
}
.eruijek .pauieder .dieojdiuekl .youcieur .djeiNyu {
  padding-left: 10px;
}
.eruijek .pauieder .dieojdiuekl .youcieur .djeiNyu span {
  display: block;
  font-size: 20px;
  color: #333;
}
.eruijek .pauieder .dieojdiuekl .youcieur .djeiNyu .refresh {
  font-size: 14px;
  color: #7a7a7a;
}
.eruijek .pauieder .dieojdiuekls {
  width: 100%;
  height: 160px;
  background: #FFFFFF;
  border-radius: 10px;
}
.eruijek .pauieder .dieojdiuekls.ertsss {
  display: block;
}
.eruijek .pauieder .dieojdiuekls.ertsss .fkioer {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 25px 50px;
}
.eruijek .pauieder .dieojdiuekls.ertsss .fkioer .zuiie {
  padding-left: 10px;
}
.eruijek .pauieder .dieojdiuekls.ertsss .fkioer .zuiie .bold {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.eruijek .pauieder .dieojdiuekls.ertsss .fkioer .zuiie .bold em {
  color: #4285f4;
  font-style: normal;
}
.eruijek .pauieder .dieojdiuekls.ertsss .fkioer .zuiie .item {
  font-size: 14px;
}
.eruijek .pauieder .dieojdiuekls.ertsss .fdBoot {
  color: #999;
  font-size: 12px;
}
.eruijek .pauieder .dieojdiuekls.ertsss .fdBoot span {
  color: #4285f4;
}
.eruijek.autuiy .pauieder .zcuejir span {
  background-image: linear-gradient(95deg, #6f7070 0%, #323334 100%), linear-gradient(#c9a471, #c9a471);
  background-blend-mode: normal, normal;
  color: #fde0cb;
}
.eruijek.autuiy .pauieder .zcuejir span i {
  background-color: #fde0cb;
}
.zfcgyue {
  background: #fff;
  border-radius: 10px;
}
.zfcgyue .zfuiiew {
  padding: 0 70px;
}
.zfcgyue .zfuiiew .cgdeImg {
  padding-top: 50px;
}
.zfcgyue .zfuiiew .cgdeImg img {
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 38px;
}
.zfcgyue .zfuiiew .cgdeImg p {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.zfcgyue .zfuiiew .cgdeImg p.text {
  margin-top: 5px;
}
.zfcgyue .zfuiiew .cgdeImg span {
  font-weight: bold;
  color: #666;
  font-size: 22px;
}
.zfcgyue .zfuiiew .cgdeImg span i {
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
}
.zfcgyue .zfuiiew .dlieuiir {
  padding-top: 40px;
}
.zfcgyue .zfuiiew .dlieuiir li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 35px;
  border-bottom: 1px solid #edecec;
}
.zfcgyue .zfuiiew .dlieuiir li span {
  font-size: 14px;
  color: #999;
}
.zfcgyue .zfuiiew .dlieuiir li .zcuie {
  font-size: 14px;
  color: #333;
}
.zfcgyue .zfuiiew .dlieuiir li:last-child {
  border: 0;
}
.zfcgyue .zfuiiew .quedingyi {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 15px;
}
.zfcgyue .zfuiiew .quedingyi span {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-image: linear-gradient(95deg, #fee7c8 0%, #f2d1a0 50%, #e6ba78 100%), linear-gradient(#ebb46f, #ebb46f);
  background-blend-mode: normal, normal;
  border-radius: 6px;
  font-size: 18px;
  color: #582f00;
  line-height: 50px;
  cursor: pointer;
}
.select-type-box {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.shade .box {
  margin: 18% auto;
  height: 440px;
  width: 495px;
  border-radius: 10px;
}
.shade .box .box_header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 68px;
  background-image: linear-gradient(-54deg, #ffcb7d 0%, #fff7eb 100%);
  line-height: 68px;
  font-size: 18px;
  font-weight: bold;
  color: #6c3d00;
}
.shade .box .fderuid {
  background: #FFFFFF;
  width: 100%;
  height: 312px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-x: auto;
}
.shade .box .fderuid .province {
  margin-top: 23px;
  display: block;
  height: 38px;
  width: 78px;
  border: 1px solid #ccc;
  line-height: 38px;
  border-radius: 5px;
}
.shade .box .active {
  background: #f1d5a3;
  color: #6d3e00;
}
.shade .box .box_bottom {
  width: 100%;
  height: 59px;
  display: flex;
}
.shade .box .box_bottom button {
  border: none;
  outline: none;
  width: 50%;
  height: 100%;
  line-height: revert;
}
#modal-buy .modal-main .form-block .meal .meal-name {
  float: left;
}
#modal-buy .modal-main .form-block .meal-info {
  padding-left: 70px;
}
#modal-buy .modal-main .form-block .meal-select {
  text-align: left;
  font-size: 14px;
}
#modal-buy .modal-main .form-block .pay-box .refresh {
  color: #666666;
  font-size: 16px;
  cursor: pointer;
  margin-top: 8px;
  padding-bottom: 4px;
}
#modal-buy .modal-main .form-block .pay-box .clear {
  clear: both;
}
#modal-buy .modal-main .form-block .pay-box .p-val {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
#modal-buy .modal-main .form-block .pay-box .p-val .item {
  width: 180px;
  margin: 10px 20px;
  position: relative;
  border: solid 2px #f6f6f6;
  overflow: hidden;
}
#modal-buy .modal-main .form-block .pay-box .p-val .item .img-box {
  width: 180px;
  height: 180px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
#modal-buy .modal-main .form-block .pay-box .p-val .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
#modal-buy .modal-main .form-block .pay-box .p-val .item .name {
  width: 100%;
  height: 51px;
  background-color: #f6f6f6;
  color: #999999;
  font-size: 14px;
  line-height: 51px;
}
.join-play-box .modal-main {
  padding: 0;
}
.join-play-box .img-box img {
  width: 100%;
}
.join-play-box .play-info {
  position: absolute;
  bottom: 90px;
  width: 100%;
  color: #000000;
  line-height: 40px;
  font-weight: 500;
  font-size: 18px;
}
.join-play-box .play-info p {
  text-align: center;
}
.join-play-box .play-info span {
  color: #ff1954;
}
.join-play-box .btn-box {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.join-play-box .btn-box .left {
  display: inline-block;
  width: 49%;
  padding: 10px 0;
  color: #909399;
}
.join-play-box .btn-box .right {
  display: inline-block;
  width: 49%;
  padding: 10px 0;
  color: #ff1954;
}
.member {
  width: 1200px;
  height: 268px;
  background-color: #ffffff;
  box-shadow: 0px 3px 18px 1px rgba(119, 119, 119, 0.2);
  border-radius: 20px;
  margin: -266px auto 0;
  position: relative;
}
.member .item {
  width: 240px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  position: relative;
}
.member .item .hint {
  width: 50px;
  height: 47px;
  background: url("/static/img_old/vip/hint.png") no-repeat center;
  position: absolute;
  right: 45px;
  top: 0;
  color: #fff;
  box-sizing: border-box;
  padding-top: 10px;
}
.member .item .name {
  color: #272727;
  font-size: 22px;
  padding-top: 46px;
  box-sizing: border-box;
}
.member .item .name .price {
  color: #abb1b5;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  line-height: 80px;
  text-align: center;
}
.member .item .price {
  color: #abb1b5;
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  line-height: 80px;
  text-align: center;
}
.member .item .price .symbol {
  position: relative;
  font-size: 26px;
  color: #aaa;
  top: -10px;
  left: -10px;
}
.member .item .price .symbol_a {
  position: relative;
  font-size: 26px;
  color: #aaa;
  top: -10px;
  left: -10px;
}
.member .item .price .symbol_b {
  position: relative;
  font-size: 26px;
  color: #aaa;
  top: -10px;
  left: -10px;
}
.member .item .price .num {
  color: #585858;
  font-size: 42px;
  font-weight: normal;
  letter-spacing: 1px;
}
.member .item .price .nums {
  color: #fe7624 !important;
  font-size: 42px;
  font-weight: normal;
  letter-spacing: 1px;
}
.member .item .free {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 38px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #b3b3b3;
  color: #959595;
  font-size: 16px;
  margin: 0 auto;
}
.member .item .buy {
  border: solid 1px #fe7624;
  color: #fe7724;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 38px;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 auto;
}
.member .item .buy:hover {
  background: #fe7624;
  color: #fff;
  box-shadow: 0 2px 10px rgba(254, 119, 36, 0.3);
}
.member .item .tip-top-box {
  position: absolute;
  top: 24px;
  left: 65px;
}
.member .item .tip-top-box img {
  width: 115px;
}
.wide-member {
  width: 1440px;
}
.privilege .lists .tab .table .th,
.privilege .lists .tab .table .tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#fadeInDown {
  -webkit-animation: fadeInDown 1s 0.2s ease both;
  -moz-animation: fadeInDown 1s 0.2s ease both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
#fadeInUp {
  -webkit-animation: fadeInUp 1s 0.2s ease both;
  -moz-animation: fadeInUp 1s 0.2s ease both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*个人与企业购买*/
.modal .dieoirj {
  width: 500px;
  height: 250px;
  margin: 20% auto;
}
.modal .modal-main {
  border-radius: 8px;
  /*支付弹窗*/
}
.modal .modal-main .m-top {
  border-radius: 8px 8px 0px 0px;
  padding-bottom: 0;
}
.modal .modal-main .m-top div {
  background-image: linear-gradient(91deg, #f7d6a7 0%, #e0b071 96%), linear-gradient(#e5b87c, #e5b87c);
  height: 54px;
  line-height: 54px;
  color: #a33913;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 8px 0px 0px;
}
.modal .modal-main .m-top .close {
  color: #333333;
  font-size: 18px;
}
.modal .modal-main .meal-info-v {
  width: 100%;
  height: 105px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 15px 34px 0 34px;
}
.modal .modal-main .meal-info-v .item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  color: #333333;
  font-size: 16px;
  margin-bottom: 20px;
}
.modal .modal-main .meal-info-v .item .left {
  text-align: left;
}
.modal .modal-main .meal-info-v .item .right {
  text-align: right;
}
.modal .modal-main .pay-money-box {
  padding: 0 34px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.modal .modal-main .pay-money-box .left {
  color: #333333;
  font-size: 16px;
}
.modal .modal-main .pay-money-box .right {
  font-size: 36px;
  color: #e4503f;
}
.modal .modal-main .p-line {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  margin-top: 15px;
}
.modal .modal-main .p-line .pay-type {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.modal .modal-main .p-line .pay-type .item-p {
  width: 185px;
  height: 61px;
  background-color: #ffffff;
  border: solid 2px #d8d8d8;
  line-height: 61px;
  box-sizing: border-box;
  text-align: center;
  color: #666666;
  font-size: 18px;
  cursor: pointer;
}
.modal .modal-main .p-line .pay-type .item-p i {
  vertical-align: middle;
  font-size: 24px;
  margin-right: 10px;
}
.modal .modal-main .p-line .pay-type .item-p i.weixin-icon {
  color: #41B035;
}
.modal .modal-main .p-line .pay-type .item-p i.zhifubao-icon {
  color: #009EE9;
}
.modal .modal-main .p-line .pay-type .item-p.active {
  background: url("/static/img_old/vip/paty_select.png") no-repeat left center;
  background-size: 100% 100%;
  border: none;
}
.modal .modal-main.pay-success {
  width: 100%;
  height: 653px;
  box-sizing: border-box;
  background: url("/static/img_old/vip/pay-success.png") no-repeat left center;
  background-size: 100% 100%;
}
.modal .modal-main.pay-success .money-pay {
  width: 461px;
  margin: 0 auto;
  margin-top: 220px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #e8e8e8;
  color: #e4503f;
  font-size: 36px;
  margin-bottom: 30px;
}
.modal .modal-main.pay-success .money-pay span {
  font-size: 24px;
}
.modal .modal-main.pay-success .pay-item {
  width: 398px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #333333;
  font-size: 16px;
  margin-bottom: 20px;
}
.modal .modal-main.pay-success .pay-item .left {
  text-align: left;
}
.modal .modal-main.pay-success .pay-item .right {
  text-align: right;
}
.modal .modal-main.pay-success .submit-pay {
  width: 302px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  color: #a33913;
  font-size: 18px;
  background-color: #e3b679;
  border-radius: 2px;
  margin-top: 80px;
  border: none;
  outline: none;
}
.modal .modal-main.pay-error {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
}
.modal .modal-main.pay-error .text {
  color: #a33913;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 70px;
}
.modal .modal-main.pay-error .btn-erro-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.modal .modal-main.pay-error .btn-erro-box .btn {
  cursor: pointer;
  width: 180px;
  height: 50px;
  border-radius: 2px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #666666;
  background-color: #e4e4e4;
}
.modal .modal-main.pay-error .btn-erro-box .btn.btn-sel {
  background-color: #e3b679;
  color: #a33913;
}
.follow-class .layui-layer-content {
  height: 100% !important;
}
/*# sourceMappingURL=vip.css.map */