@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  margin: 0 auto;
  max-width: 640px;
  font-family: sans-serif;
  font-size: 14px;
  color: #565660;
  line-height: 1.5;
  background-color: #FDFDFD;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}
@font-face {
  font-family: 'barlow';
  src: url('https://static.21jingji.com/css/fonts/BarlowSemiCondensed-SemiBold.ttf');
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
img,
button,
input {
  border: none;
  outline: none;
}
button,
a {
  cursor: pointer;
}
a,
img {
  -webkit-touch-callout: none;
}
img {
  max-width: 100%;
}
.clearfix::after {
  clear: both;
  display: block;
  content: ' ';
  height: 0;
  visibility: hidden;
}

.bg {
  background: #FDFDFD url('https://static.21jingji.com/images/vip/vip_bg@2x.png') no-repeat 0 0 / 100% auto;
}
/* vip */
.header {
  padding: 20px 12px;
  /* height: 110px; */
  /* background: url('https://static.21jingji.com/images/vip/vip_top.png') no-repeat center center;
  background-size: 100% 100%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}
.dh {
  margin-left: 15px;
  width: 60px;
  font-size: 12px;
  color: #292934;
  line-height: 20px;
  text-decoration: underline;
}
.user {
  position: relative;
  flex: 1;
  min-height: 34px;
}
.avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #FDFDFD;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.user-info {
  padding-left: 42px;
  min-height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user-info .icon-vip {
  display: inline-block;
  margin-left: 5px;
  width: 30px;
  height: 14px;
  background: url('https://static.21jingji.com/images/m/icon_vip_v12.png') no-repeat center / 100% 100%;
  vertical-align: middle;
}
.user-info p {
  /* padding-bottom: 4px; */
  font-size: 10px;
  color: #292934;
  line-height: 14px;
}
.user-info b {
  font-size: 15px;
  color: #292934;
  line-height: 21px;
  font-weight: bold;
}
.user-info span {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user-info a.btn-rebuy {
  display: none;
  float: right;
  color: #292934;
}
.main {
  padding: 0 12px;
}
.main h2 {
  margin-bottom: 15px;
  font-size: 17px;
  color: #292934;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
}
.main-box {
  margin-bottom: 12px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(204, 204, 204, 0.1);
  border-radius: 8px;
}
.img,
.img img {
  display: block;
  width: 100%;
}
.jihuo {
  margin-bottom: 5px;
  text-align: right;
}
.jihuo a {
  display: inline-block;
  font-size: 12px;
  color: #712d0a;
  line-height: 20px;
  text-decoration: underline;
}
/* swiper */
#slide {
  width: 100%;
  height: auto;
}

.swiper-default {
  /* margin: 0 -15px 15px; */
  /* padding: 10px 15px 0 15px; */
  /* height: 160px; */
  /* margin-bottom: -12px; */
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.swiper-hide {
  height: 170px;
}
.show-btn {
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: #292934;
  line-height: 30px;
  text-align: center;
  background: #FDFDFD;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.show-btn i {
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 6px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASBAMAAACzwgOtAAAAJFBMVEUAAAC/v8e/v8e7u8S/v8m/v8e/v8e/v8jAwMe/v8a9vca+vsZDGkvtAAAAC3RSTlMAyWAPEtCkaapXNl+ohjcAAABfSURBVAjXYyAWLJsAoTmzgET0dgineiuQ6N5dAGKz794BJA13bwJxtHcLA0lm6d0KDAxMuzcaMECkoBJQKYgEVAokAQEs0bt3b3SA2eu6e3cIkIJJbXVAOMkthYEEAAD0+xriCnRYSAAAAABJRU5ErkJggg==') no-repeat center center / 100% auto;
  vertical-align: middle;
}
.show-btn.active {
  margin-top: 12px;
}
.show-btn.active i {
  transform: rotate(180deg);
}
#Swiper .slide-tmp {
  width: 31%;
  height: 0;
  margin: 0;
}
#Swiper .swiper-slide {
  position: relative;
  margin: 12px 0 8px;
  width: 31%;
  /* width: 33.3333%; */
  /* width: 120px; */
  /* float: left; */
  height: 140px;
  border-radius: 8px;
  border: 2px solid #eeeeee;
  /* background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(187, 187, 187, 0.3);
  border-radius: 8px; */
  /* overflow: hidden; */
  cursor: pointer;
}
#Swiper .swiper-slide.active {
  /* background: rgba(241, 206, 138, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(237, 201, 125, 0.3);
  border-radius: 8px;
  border: 2px solid #f7dca5; */
background: rgba(0,117,187,0.05);
  /* background: rgba(241, 206, 138, 0.1); */
  border-radius: 8px;
  border: 2px solid #0075BB;
}
#Swiper .swiper-slide .slide-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  font-size: 10px;
  font-weight: 400;
  color: #292934;
  line-height: 24px;
  text-align: center;
  background: #FDFDFD;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}
#Swiper .swiper-slide.active .slide-tip {
  color: #fff;
  background-color: #0075BB;
}
#Swiper .swiper-slide .new-vip,
#Swiper .swiper-slide .newyear {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  padding: 0 8px;
  width: fit-content;
  height: 22px;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px 8px 8px 0px;
}
#Swiper .swiper-slide .new-vip {
  min-width: 76px;
  color: #fff;
  background-color: #ff5c12;
  /* color: #712d0a; */
  font-weight: 600;
  /* background: linear-gradient(90deg, #ffecc3 0%, #f0cd89 100%); */
}
#Swiper .swiper-slide .newyear {
  color: #fff;
  background: #ff5c12;
}
#Swiper .swiper-slide p {
  display: block;
  color: #292934;
  text-align: center;
}
#Swiper .swiper-slide p.t {
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
}
#Swiper .swiper-slide p.p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 30px;
}
#Swiper .swiper-slide p.p b {
  padding-left: 5px;
  font-family: 'barlow';
  font-size: 28px;
}
#Swiper .swiper-slide p.y {
  margin-top: 2px;
  font-size: 12px;
  color: #bbb;
  line-height: 18px;
}

#Swiper .swiper-slide.active p {
  color: #0075BB;
}
#Swiper .swiper-slide.active p.y {
  color: #8E8E93;
}
#Swiper .swiper-slide p.y.bz {
  color: #ef4034;
}
.btn-apply {
  display: block;
  margin: 35px auto 0;
  width: 80px;
  height: 30px;
  font-size: 12px;
  color: #292934;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #BEBEC6;
  border-radius: 4px;
}
/* 热门活动 */
#slideImg {
  padding-bottom: 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  border-radius: 2px;
}
.swiper-pagination-bullet-active {
  width: 6px;
}
/* 激活 */
.wrap {
  width: 100%;
}
.btn-box {
  margin-bottom: 20px;
}
/* 开通 */
.card {
  margin: 20px auto -20px;
  width: 86%;
  height: auto;
}
.box {
  margin: 15px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(187, 187, 187, 0.1);
  border-radius: 5px;
}
.icon {
  position: relative;
}
.icon::before,
.i-more::after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url('https://static.21jingji.com/images/mall/icons.png');
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.icon::before {
  left: 0;
}
.icon::after {
  right: 0;
}
.i-add {
  padding-left: 26px;
  line-height: 20px;
  font-weight: 500;
}
.i-add::after {
  background-position: 0 0;
}
.i-more::after {
  top: 50%;
  margin-top: -10px;
  background-position: right -80px;
}
.i-address::before {
  top: 50%;
  margin-top: -10px;
  background-position: 0 -20px;
}
.i-address {
  padding: 0 20px 0 26px;
}
.i-address b {
  font-size: 15px;
}
.i-address span {
  margin-left: 10px;
  font-size: 12px;
  color: #8e8e93;
}
.i-address p {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.i-address p:last-child {
  padding-top: 5px;
}
/* 支付 */
.selectPay {
  margin-top: 10px;
}
.selectPay li {
  position: relative;
  padding: 12px 0 12px 30px;
  font-size: 14px;
  cursor: pointer;
}
.selectPay li ins {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url('https://static.21jingji.com/images/mall/icons.png') no-repeat center -40px;
  background-size: 20px auto;
}
.selectPay li.active ins {
  background-position: 0 -60px;
}
.i-weixin,
.i-apple {
  background: url('https://static.21jingji.com/images/mall/icon_pays.png') no-repeat;
  background-size: 20px auto;
}
.i-weixin {
  background-position: 0 -2px;
}
.i-apple {
  background-position: 0 -54px;
}
.tips {
  margin: 20px 15px;
  font-size: 12px;
  color: #8e8e93;
  line-height: 20px;
}
/* 表单 */
.box.input {
  padding: 0 15px;
}
.input-box {
  position: relative;
  padding: 15px 0 15px 70px;
  border-bottom: 1px solid #eee;
}
.input-box:last-child {
  border-bottom: none;
}
.input-box label {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  line-height: 30px;
}
.input-box input,
.input-box textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 10px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
  border: none;
  outline: none;
}
.input-box input::-webkit-input-placeholder {
  color: #8e8e93;
  font-size: 14px;
}
.input-box textarea::-webkit-input-placeholder {
  color: #8e8e93;
  font-size: 14px;
}
.geo {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  color: #8e8e93;
  line-height: 20px;
  text-align: right;
  background-color: #fff;
  z-index: 3;
}
/* 激活 */
.input-jh {
  position: relative;
  padding: 15px 0;
}
.input-jh input {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  font-family: sans-serif;
  font-size: 16px;
  color: #292934;
  line-height: 50px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
/* footer */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px 15px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 10;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px -3px 10px 0px rgba(187, 187, 187, 0.15);
  z-index: 5;
}
.footer span,
.footer a {
  display: block;
}
.footer span {
  width: 60%;
  font-size: 16px;
  color: #45444a;
  line-height: 45px;
}
.footer span b {
  font-family: 'barlow';
  font-size: 20px;
  color: #ef4034;
}
.btn {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  background: #0075BB;
  border-radius: 5px;
}
.btn-buy {
  width: 50%;
}
.blank {
  height: 70px;
}
/* 订阅说明 */
#cpxzTips .dy-box {
  padding: 30px 15px 15px;
}
.dy-tips {
  margin: 15px;
  font-size: 12px;
  color: #292934;
  line-height: 18px;
  background: url('https://static.21jingji.com/images/vip/icon_tips.png') no-repeat 55px center;
  background-size: 12px 12px;
  cursor: pointer;
}
.cpxz {
  display: block;
  float: right;
  margin: 0;
  width: 68px;
  line-height: 24px;
  font-weight: normal;
}
.copy {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  color: #712d0a;
  line-height: 16px;
  background-color: #f7dca5;
  border-radius: 4px;
}
.dialog-tips {
  position: fixed;
  bottom: 45px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  z-index: 100;
}
#dyTips {
  display: none;
}
.dy-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}
.dy-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 20px 5px;
  width: 86%;
  height: auto;
  max-height: 80vh;
  background-color: #fff;
  border-radius: 10px;
  z-index: 99;
}
.dy-scroll {
  max-height: calc(80vh - 70px);
  overflow-x: hidden;
  overflow-y: auto;
}
.dy-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url('https://static.21jingji.com/images/vip/icon_close.png') no-repeat center center;
  background-size: 15px 15px;
  z-index: 99;
  cursor: pointer;
}
.dy-box h1 {
  margin: 12px 0;
  font-size: 16px;
  color: #292934;
  line-height: 22px;
  text-align: center;
}
.dy-box p {
  margin-bottom: 12px;
  font-size: 12px;
  color: #292934;
  line-height: 18px;
}
/* 弹窗 */
.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.pop-box {
  position: fixed;
  top: 50%;
  left: 10%;
  margin-top: -160px;
  padding: 20px;
  width: 80%;
  height: 246px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 12;
}
.succ-box i {
  display: block;
  margin: 0 auto 6px;
  width: 66px;
  height: 66px;
  background: url('https://static.21jingji.com/images/mall/icon_succ.png') no-repeat center center;
  background-size: cover;
}
.succ-box h3 {
  padding-bottom: 15px;
  font-size: 16px;
  color: #292934;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.succ-box p {
  font-size: 14px;
  color: #8e8e93;
  line-height: 22px;
  text-align: center;
}
.succ-box a {
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #2c2f42;
  border-radius: 5px;
  opacity: 0.95;
}

/* 开通成功 */
.wrap-succ {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.wrap-succ .succ-box {
  margin: 40px auto 0;
  width: 70%;
}
.succ-info {
  position: absolute;
  bottom: 50px;
  left: 5%;
  width: 90%;
  height: 150px;
  border-top: 1px dashed #eeeeee;
}
.succ-info img {
  /* position: absolute;
  top: 15px;
  right: 0; */
  display: block;
  margin: 20px auto 5px;
  width: 80px;
  height: 80px;
}
.succ-info p {
  /* padding: 30px 90px 0 0; */
  font-size: 12px;
  color: #292934;
  line-height: 22px;
  text-align: left;
}
.succ-info a.copy {
  display: inline-block;
  margin-left: 7px;
  padding: 0;
  width: 50px;
  height: 18px;
  font-size: 10px;
  color: #1264e0;
  line-height: 18px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #1264e0;
  border-radius: 3px;
}
.copy-tips {
  position: fixed;
  bottom: 200px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  z-index: 100;
}
/*选择地区*/
.express-area {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.express-area a {
  display: block;
}

.express-area dl {
  position: relative;
  color: #4d525d;
}

.express-area dl dt {
  position: absolute;
  top: 0;
  left: 0;
}

.express-area dl dd {
  text-align: justify;
}

/*选择地区弹层*/

.express-area-box {
  position: absolute;
  bottom: -100%;
  left: 50%;
  z-index: 15;
  width: 320px;
  margin-left: -160px;
  background-color: #fff;
  border-radius: 6px 6px 0;
  color: #4d525d;
  position: fixed;
  left: 0px;
  width: 100%;
  margin-left: 0px;
  line-height: 40px;
}

.express-area-box header {
  position: relative;
  border-radius: 6px 6px 0;
  border-bottom: 1px solid #e2e2e2;
}

.express-area-box header h3 {
  line-height: 34px;
  text-align: center;
}

.express-area-box header .back,
.express-area-box header .close {
  position: absolute;
  top: 0;
}

.express-area-box header .back {
  display: none;
  left: 0;
}

.express-area-box header .close {
  right: 0;
}

.express-area-box article {
  height: 200px;
  overflow-y: scroll;
}

.area-list li {
  text-align: justify;
  padding: 0 15px;
}

@media (max-width: 720px) {
  .express-area-box {
    position: fixed;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
/*遮罩层*/
.mask-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.selet-area-wrap {
  display: -webkit-box;
  width: 100%;
  height: 34px;
  padding: 0 15px;
  background: #f1f1f1;
}
.selet-area-wrap p {
  -webkit-box-flex: 1;
  text-align: center;
  width: 100%;
  line-height: 34px;
}
.selet-area-wrap span {
  display: inline-block;
  text-align: center;
  padding-left: 0;
  position: relative;
  width: auto;
}
.selet-area-wrap span.current {
  color: #449fff;
}
.selet-area-wrap span.current:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #449fff;
  top: 33px;
}

.hot-city {
  padding: 0 15px;
}
.hot-city p {
  color: #bbb;
}
.hot-city ul {
  padding: 0 15px;
}
.hot-city li {
  display: inline-block;
  width: 17.7%;
  text-align: center;
  margin: 0% 3%;
}
/* 企业采购 */
.wrap-apply .box {
  padding: 5px 15px;
}
.wrap-apply h3 {
  padding: 15px 15px 0;
  font-size: 14px;
  color: #292934;
  line-height: 20px;
  font-weight: bold;
}
.wrap-apply .flex {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.wrap-apply .flex.column {
  flex-direction: column;
}
.wrap-apply .flex:last-child {
  border-bottom: 0;
}
.wrap-apply .flex span {
  width: 66px;
  font-size: 14px;
  color: #45444a;
  line-height: 30px;
}
.wrap-apply .flex.column span {
  width: 100px;
}
.wrap-apply .flex input {
  flex: 1;
  padding: 0 10px;
  width: auto;
  height: 30px;
  font-size: 14px;
  color: #292934;
}
.wrap-apply .flex input::placeholder {
  color: #8e8e93;
}
.wrap-apply .sl-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-apply .sl-items b {
  display: block;
  margin: 5px 0;
  width: 48%;
  height: 40px;
  font-size: 14px;
  color: #292934;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #b8b8c0;
}
.wrap-apply .sl-items b.active {
  color: #0075BB;
  background: rgba(0,117,187,0.05);
  /* background: rgba(241, 206, 138, 0.1); */
  /* box-shadow: 0px 2px 8px 0px rgba(237, 201, 125, 0.3); */
  border-radius: 8px;
  border: 2px solid #0075BB;
}
.btn-submit {
  display: block;
  margin: 20px 15px 10px;
  width: auto;
  height: 45px;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  background: #0075BB;
  border-radius: 4px;
  border: none;
}
.wrap-apply .tips {
  margin: 0 15px 40px;
  text-align: center;
}
@media (min-width: 360px) {
  /* .user-info b {
    font-size: 16px;
  } */

  .dy-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .succ-info {
    left: 10%;
    width: 80%;
  }
}
@media (min-width: 375px) {
  /* .user-info b {
    font-size: 17px;
  } */
}
@media (min-width: 400px) {
  /* .user-info b {
    font-size: 18px;
  } */
}
@media (min-width: 480px) {
}
@media (min-width: 540px) {
}
@media (min-width: 640px) {
  .dy-box {
    width: 550px;
  }
  .footer {
    left: 50%;
    margin-left: -320px;
    width: 640px;
  }
  .succ-info {
    left: 50%;
    margin-left: -250px;
    width: 500px;
  }
}
