@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  /*-webkit-text-size-adjust:100%;*/
  /*关闭横竖屏切换时字体大小自动调整功能.*/
}

body, html {
  font-family: "PingFang SC","Microsoft YaHei",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #393D48;
  font-size: .14rem;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  background: #EFF4F8;
}

body {
  background: #EFF4F8;
}

img {
  max-width: 100%;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #393D48;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:active {
  background: rgba(142, 153, 169, 0.05);
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 85.33333px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 96px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 100px;
  }
}

@media screen and (min-width: 384px) {
  html {
    font-size: 102.4px;
  }
}

@media screen and (min-width: 391px) {
  html {
    font-size: 104.26667px;
  }
}

@media screen and (min-width: 412px) {
  html {
    font-size: 109.86667px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 110.4px;
  }
}

@media screen and (min-width: 460px) {
  html {
    font-size: 122.66667px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 170.66667px;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 204.8px;
  }
}

@font-face {
  font-family: "iconfont";
  src: local("iconfont"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.eot") format("eot"), url("../fonts/iconfont.ttf") format("ttf"), url("../fonts/iconfont.svg") format("svg");
}

.clearfix:before, .clearfix:after {
  content: '';
  clear: both;
  display: table;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.inline-o {
  display: inline-block;
}

.block-o {
  display: block;
}

.margin-t10 {
  margin-top: 0.1rem;
}

.last-bottom {
  margin-bottom: .8rem;
}

.img-part {
  font-size: 0;
}

.btn, .borderBtn {
  text-align: center;
}

.boxs {
  padding: 0 0.16rem;
  display: block;
  box-sizing: border-box;
}

.border-radius8 {
  border-radius: 0.08rem;
}

.shop-wrap .shop-inner .main-content .mc-item .con-part h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
}

.boxSizing {
  box-sizing: border-box;
}

.borderBottom {
  border-bottom: 1px solid #f0f1f2;
}

.borderBtn, .banner-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .bg-white {
  background-color: #fff;
}

.borderBtn:active, .borderBtn:focus, .borderBtn:hover, .weui-count .weui-count__increase, .weui-count .weui-count__btn:before, .weui-navbar__item.tabActive::before, .aboutTitle .header-top, .main-title .title-con span::after, .bg-main {
  background: #0056FD;
}

.bg-main-dark {
  background: #127965;
}

.btn {
  background: linear-gradient(-90deg, #4080FE 0, #0056FD 100%);
}

.bg-grey {
  background-color: #EFF4F8;
}

.bg-red {
  background-color: #F64961;
}

.fonts-darkGrey {
  color: #444;
}

.fonts-grey {
  color: #8e99a9;
}

.btn, .weui-navbar__item.tabActive::before, .aboutTitle .header-top, .fonts-white {
  color: #fff;
}

.borderBtn, .toolbar, .toolbar .title, .toolbar .picker-button, .weui-picker-modal .picker-item.picker-selected, .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before, .weui-navbar__item.tabActive, .fonts-main {
  color: #0056FD;
}

.fonts-main-dark {
  color: #127965;
}

.fonts-yellow {
  color: #FF924B;
}

.fonts-red {
  color: #F95656;
}

.fonts-bold {
  font-weight: bold;
}

.flexs-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexs-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexs-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flexs-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

input, textarea, button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  font-family: "PingFang SC","Microsoft YaHei",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8e99a9;
}

input::-moz-input-placeholder, textarea::-moz-input-placeholder {
  color: #8e99a9;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #8e99a9;
}

/*按钮*/
.btn {
  display: inline-block;
  padding: 0.16rem;
  border-radius: 1rem;
  width: 100%;
  color: #fff;
  font-size: .16rem;
  line-height: 0.16rem;
  letter-spacing: 2px;
  transition: all .1s ease;
  font-family: 'PingFang SC';
}

.btn:active, .btn:focus, .btn:hover {
  color: #fff;
  outline: none;
  background: linear-gradient(-90deg, #FFBD4B 0, #FF924B 100%);
}

.borderBtn {
  border: 1px solid #0056FD;
  display: inline-block;
  padding: 0.16rem;
  border-radius: 1rem;
  width: 100%;
  font-size: .16rem;
  line-height: 0.16rem;
  letter-spacing: 2px;
  transition: all .1s ease;
  font-family: 'PingFang SC';
}

.borderBtn:active, .borderBtn:focus, .borderBtn:hover {
  color: #fff;
  outline: none;
  border: 1px solid #0056FD;
}

.full-btn {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.1rem;
  border-top: 1px solid #F0F1F2;
}

/* ===============  默认表单修改  ===============*/
.weui-cells {
  border: 0;
  font-size: 0.15rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  top: 8%;
  bottom: 0;
  background: transparent;
  padding: 0 0.1rem;
}

.weui-cells:after, .weui-cells:before {
  display: none;
}

.weui-cell {
  padding: 0.16rem;
  border: 1px solid #E5E5E5;
  border-radius: 0.08rem;
  margin-bottom: 0.12rem;
}

.weui-label {
  width: 0.72rem;
  font-size: .14rem;
  font-weight: bold;
}

.weui-cell:before {
  left: 0;
}

button.weui-vcode-btn {
  font-size: 0.14rem;
  border-left: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.16rem;
  margin-left: 0.16rem;
  background: rgba(0, 86, 253, 0.1);
  color: #0056fd;
  border-radius: 0.02rem;
}

.weui-vcode-btn:active {
  color: #0056FD;
}

.weui-input {
  font-size: 0.14rem;
}

/*picker*/
.weui-picker-modal .picker-item {
  text-align: center;
}

.weui-picker-overlay, .weui-picker-container {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
}

.weui-picker-modal {
  background: #fff;
}

.weui-picker-modal .picker-items {
  font-size: 0.15rem;
}

.weui-picker-modal .picker-modal-inner {
  height: 2.6rem;
}

.weui-picker-modal {
  height: 2.6rem;
}

.toolbar, .toolbar .title {
  font-size: 0.15rem;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(13, 129, 252, 0.1);
}

.toolbar .toolbar-inner {
  height: 0.4rem;
}

.toolbar .picker-button {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.2rem 0 .5rem;
}

.toolbar .title {
  line-height: 0.4rem;
}

.weui-picker-modal .picker-items {
  font-size: 0.14rem;
}

[class^="weui-icon-"]:before, [class*=" weui-icon-"]:before {
  margin-left: 0;
}

select {
  border: 1px solid #dedede;
  width: 100%;
  height: .48rem;
  padding: 0 0.12rem;
  margin: 0.12rem 0;
  font-size: .15rem;
  font-family: 'PingFang SC';
  position: relative;
  background: #fff;
  border-radius: 4px;
}

.chooseIt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .12rem;
  margin: auto;
  color: #8e99a9;
  background: #fff;
  width: 85%;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: .12rem;
  pointer-events: none;
}

[class^="weui-icon-"]:before, [class*=" weui-icon-"]:before {
  margin-left: 0;
}

.weui-prompt-input {
  margin-bottom: 10px;
}

.weui-switch:checked, .weui-switch-cp__input:checked ~ .weui-switch-cp__box {
  background: linear-gradient(90deg, #4080FE 0, #0056FD 100%);
  border-color: #fff;
}

.weui-count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: auto;
  line-height: initial;
}

.weui-count .weui-count__number {
  font-size: .16rem;
  padding: 0 0.08rem;
  width: 0.48rem;
}

.weui-count .weui-count__btn {
  height: 0.24rem;
  width: 0.24rem;
  line-height: 0.24rem;
  display: inline-block;
  position: relative;
  border: 2px solid #0056FD;
  border-radius: 0.08rem;
}

.weui-count .weui-count__increase:after, .weui-count .weui-count__increase:before {
  background-color: white;
}

.weui-count .weui-count__btn:after {
  width: 2px;
}

.weui-count .weui-count__btn:before {
  height: 2px;
  top: 45%;
}

.weui-navbar__item {
  padding: 0.12rem 0;
  text-align: center;
  font-size: .15rem;
}

.weui-navbar__item.tabActive {
  position: relative;
}

.weui-navbar__item.tabActive::before {
  content: '';
  width: 40%;
  height: 3px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  transform: scaleX(1);
  border-right: 0;
  border-radius: 0.04rem;
}

.weui-navbar__item:after, .weui-navbar:after {
  display: none;
}

.weui-navbar + .weui-tab__panel {
  padding-top: .5rem;
}

/* ===============  顶部标题  =========*/
.aboutTitle {
  position: relative;
}

.aboutTitle .back-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: .1rem .16rem .1rem .1rem;
}

.aboutTitle .back-left i {
  font-size: .28rem;
  line-height: 0.24rem;
}

.aboutTitle .header-top {
  text-align: center;
  font-size: .16rem;
  padding: .1rem 0;
}

/* ===============  通用标题  ===============*/
.main-title {
  font-weight: bold;
}

.main-title .title-con {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.16rem 0;
}

.main-title .title-con span {
  font-size: 0.18rem;
  padding-left: 0.1rem;
  line-height: 0.2rem;
  position: relative;
}

.main-title .title-con span::after {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}

/* ===============  首页  ===============*/
/* banner */
.banner-wrap {
  width: 100%;
  padding: 0.16rem;
}

.banner-wrap .swiper-container {
  border-radius: 0.08rem;
}

.banner-wrap .banner-swiper img {
  display: block;
  width: 100%;
  border-radius: 0.08rem;
}

.banner-wrap .banner-swiper .swiper-pagination {
  text-align: center;
  padding-right: 10px;
  bottom: 4px;
}

.banner-wrap .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.08rem;
}

.banner-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* 导航 */
.nav-wrap .nav-inner {
  padding: 0.04rem 0.24rem 0.2rem;
}

.nav-wrap .nav-inner .nav-icon img {
  width: 0.56rem;
  margin: 0 auto;
  display: block;
}

/* 商品 */
.shop-wrap .shop-inner .main-content {
  flex-flow: row wrap;
  padding-top: 0.04rem;
}

.shop-wrap .shop-inner .main-content .mc-item {
  flex: 0 0 48%;
  width: 48%;
  margin-bottom: 0.16rem;
  border: 1px solid #E5E5E5;
}

.shop-wrap .shop-inner .main-content .mc-item .img-part {
  height: 1.7rem;
  overflow: hidden;
}

.shop-wrap .shop-inner .main-content .mc-item .img-part img {
  height: 100%;
  display: block;
  margin: 0 auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.shop-wrap .shop-inner .main-content .mc-item .con-part {
  padding: 0.08rem;
  border-bottom-left-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
}

.shop-wrap .shop-inner .main-content .mc-item .con-part h4 {
  text-align: left;
  margin-bottom: 0.08rem;
}

.shop-wrap .shop-inner .main-content .mc-item .con-part .price {
  font-size: .14rem;
  line-height: .14rem;
  padding: 0.04rem 0;
}

.shop-wrap .shop-inner .main-content .mc-item .con-part .price span:last-child {
  padding-left: 0.04rem;
  font-weight: bold;
}

/* ===============  套餐详情  ===============*/
.detail-wrap .detail-inner .detail-content {
  padding-bottom: 0.16rem;
}

/* ===============  投诉举办  ===============*/
.query-wrap .query-inner .btn {
  width: 20%;
  border-radius: 0.08rem;
  padding: 0.19rem 0;
  letter-spacing: 0;
  margin-left: 0.1rem;
}

.query-list {
  margin-bottom: 0.24rem;
}

.query-list .query-list-inner {
  padding: 0.16rem;
}

.query-list .query-list-inner .query-item {
  overflow: hidden;
  border: 1px solid #E9E9E9;
  margin-bottom: 0.16rem;
}

.query-list .query-list-inner .query-item .query-title {
  border-bottom: 1px solid #E9E9E9;
  padding: 0.12rem;
  font-size: 0.16rem;
}

.query-list .query-list-inner .query-item .query-con {
  padding: 0.12rem;
}

.query-list .query-list-inner .query-item .query-con .qc {
  padding-bottom: 0.08rem;
}

.query-list .query-list-inner .query-item .query-con .qc:last-child {
  padding-bottom: 0;
}
