body {
  font-family: "Microsoft YaHei", "SimSun", '\5b8b\4f53', sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

html {
  background-color: #F2F2F2;
  min-width: 375px;
  position: relative;
  margin: 0px auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.nobor {
  border-bottom: 0 !important;
}

.margin0 {
  margin: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

i {
  font-style: normal;
}

.layui-center {
  text-align: center;
}

.layui-left {
  text-align: left;
}

.layui-right {
  text-align: right;
}

.mok-fr {
  float: right;
}

.mok-fl {
  float: left;
}

.mok_code_img {
  border: 1px solid #eee;
}

/*input-icon*/
.layui-inlines {
  margin-bottom: 20px;
}

.layui-input-icon-div {
  display: flex;
  height: 38px;
  line-height: 38px;
  padding: 0px 15px;
}

.layui-input-icon-div .layui-icon {
  margin-right: 10px;
}

.layui-input {
  /* border-style: none; */
}

.card-pic img {
  max-width: 100%;
}


.banner-swiper {
  overflow: hidden;
  position: relative;
}

.banner-swiper-page {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.banner-swiper-page span {
  display: inline-block;
  margin: 0px 5px;
}

/* 面板 */
.mok-panel {
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.mok-panel[pad20] {
  padding: 20px;
}

.mok-panel-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px dotted #E9E9E9;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}

.mok-panel-main {
  padding: 10px;
}

.mok-panel-border {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

.mok-panel-border .mok-panel-title {
  border-bottom: 1px solid #e6e6e6;
}

.mok-code-item .mok-input-code {
  width: 32%;
}

.mok-code-item .mok-img-code {
  padding: 0px !important;
}

/* .mok-code-item .mok-img-code img{width:100%; max-width: 100px;} */

/*service 表单 默认 form1 显示*/
.contact-form .form2 {
  display: none;
}

.layui-red {
  color: #FF5722;
}

/*header*/
.header {
  height: 80px;
  /*background:#5FB878;*/
  background: #16baaa;
  line-height: 80px;
  margin-bottom: 20px;
  position: relative;
}

.ismobile {
  padding-top: 80px;
}

.ismobile .header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
}

.header .logo {
  height: 80px;
  width: auto;
  position: relative;
}

.header .layui-col-space15>* {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo a {
  display: block;
  height: 80px;
  float: left;
  line-height: 80px;
}

.header .logo img {
  height: 60px;
  margin-top: 6px;
}

.header .logo .sitename {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  /*position: absolute;*/
}


.header .nav {
  line-height: 80px;
}

.header .nav ul {
  text-align: right;
}

.header .nav li {
  display: inline-block;
  position: relative;
  height: 80px;
  text-align: center;
}

.header .nav li a {
  padding: 0 20px;
  font-size: 17px;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
}

.header .nav li .active,
.header .nav li a:hover {
  background-color: #fff;
  color: #16baaa;
}

.brand #carousela img {
  width: 100%;
}

.brand .big-title {
  height: 60px;
  line-height: 60px;
  font-size: 25px;
}

.fast-form .mok-panel-main {
  padding-top: 42px;
  padding-bottom: 42px;
}

/*fastbtn*/
.fastbtn {
  text-align: center;
  padding: 40px 0px;
}

.fastbtn a {
  width: 150px;
  max-width: 100%;
  height: 150px;
  display: inline-block;
  background-color: #16baaa;
  color: #fff;
  font-size: 24px;
  position: relative;
  border: 2px solid #16baaa;
  border-radius: 50%;
  transition: all 0.3s;
}

.fastbtn a:nth-of-type(2) {
  background-color: #16b777;
}

.fastbtn a span,
.fastbtn a i {
  position: absolute;
}

.fastbtn a i {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  left: 50%;
  margin-left: -25px;
  top: 30px;
}

.fastbtn a span {
  width: 100%;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  top: 90px;
}

.fastbtn a:hover {
  background-color: #fff;
  color: #16baaa;
  transition: all 0.3s;
}


/*导航*/
.mobile-nav-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  color: #16baaa;
  line-height: 50px;
  text-align: center;
  right: 5px;
  visibility: hidden;
}

.mobile-nav-btn i.layui-icon {
  font-size: 25px;
  transition: all ease-in-out 0.3s;
}

.rotage180 {
  transform: rotate(180deg);
}

@media screen and (max-width: 996px) {
  .mobile-nav-btn {
    visibility: visible;
  }

  .navbars {
    position: fixed;
    display: none;
    z-index: 99999;
    transition: all ease-in-out 0.3s;
  }
}

.Mnavbar {
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
  right: 0px;
  background-color: #16baaa;
}

.Mnavbar .nav ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}



/*deliver 提货 tab*/
.mok-progress {
  top: 22px;
}

.mok-progress .layui-progress-text {
  background-color: #fff;
  top: -22px;
  /*left: 30px;*/
  padding: 5px;
  border: 1px solid #5FB878;
  border-radius: 5px;
}

.deliver-tab .layui-tab-item {
  padding-top: 30px;
}

.check-reslut {
  margin-bottom: 50px;
}

/*.deliver-order{ margin-top: 30px; }*/
.mok-pages {
  margin-top: 20px;
  text-align: center;
}


/*商品列表*/
.goods-items .item {
  text-align: center;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  padding: 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.05);
  border-radius: 8px;
}

.goods-items .item:hover {
  box-shadow: 0 0 80px rgba(0, 0, 0, .10);
}

.goods-items .item .goods-img {
  max-width: 180px;
  max-height: 180px;
  width: 90%;
}

.goods-items .item .desc {
  text-align: left;
  color: #7a7a7a;
}

.goods-items .item .price {
  color: #FF5722;
}


/*新闻列表*/
.news-items li {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px dashed #eee;
  display: inline-block;
  transition: all 0.3s;
}

.news-items li .cover {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 20px;
}

.news-items li .texts {
  float: left;
}

.news-items li .texts h3 {
  font-weight: bold;
  color: #16baaa;
  height: 44px;
  line-height: 20px;
}

.news-items li .info {
  margin-bottom: 10px;
  color: #7a7a7a;
}

.news-items li .info span {
  margin-right: 30px;
  color: #7a7a7a;
}

.news-items li .desc {
  height: 42px;
  overflow: hidden;
  color: #7a7a7a;
  width: 100%;
}

.news-items li:hover {
  border-bottom-color: #FF5722;
}

.news-items li a:hover .texts h3 {
  color: #FF5722;
}

.article-info {
  margin: 20px auto;
}

.article-info span {
  margin-right: 25px;
}

.article-con p {
  margin-bottom: 10px;
}

.prenext {
  margin: 20px auto;
  font-size: 15px;
}

.prenext p {
  margin-bottom: 15px;
}

.prenext a {
  color: #16baaa;
}


.sider-news {
  text-align: left;
}

.sider-news li {
  border-bottom: 1px dotted #eee;
}

.sider-news li a {
  height: 30px;
  width: 100%;
  display: block;
  line-height: 30px;
  position: relative;
}

.sider-news li a span {
  color: #7a7a7a;
}

/*上传*/
.mokui-image-upload-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.mokui-upload-btn-div {
  border-radius: 2px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f7f8fa;
  background-color: var(--theme-stroke-8, #f7f8fa);
  color: #646566;
  color: var(--theme-stroke-2, #646566);
  border-color: #dcdee0;
  border-color: var(--theme-stroke-5, #dcdee0);
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  margin-bottom: 12px;
}

.mokui-upload-add {
  font-size: 24px;
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  font-variant: normal;
  text-rendering: auto;
  text-decoration: inherit;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mokui-upload-list-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.mokui-upload-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.mokui-upload-item {
  border-radius: 2px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
  vertical-align: baseline;
}

.mokui-upload-item:hover {
  background: #f1f1f1;
}

.mokui-upload-item-thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
}

.mokui-upload-item-delete-span {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -6px;
  top: -6px;
  border-radius: 10px;
  text-align: center;
  background-color: #f1f1f1;
  color: #FF5722;
  display: none;
}

.mokui-upload-item-delete {
  color: #FF5722;
  font-size: 25px;
}

.mokui-upload-item:hover .mokui-upload-item-delete-span {
  display: block;
}

.mokui-upload-tips {
  color: #969799;
  color: var(--theme-stroke-3, #969799);
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}


.goodsinfos {
  text-align: center;
  display: flex;
}

.goodsinfos .preimg {
  width: 30%;
  min-width:150px;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
}

.goodsinfos .preimg img {
  min-width: 120px;
  height: auto;
  max-width: 100%;
}

.goodsinfos .detail{
  width: 70%;
  min-width:calc(100% - 150px);
}

.goodsinfos h3 {
  line-height: 35px;
}

.goodsinfos .desc {
  color: #2f363c;
}

.goodsinfo {}


/*单选标签风格*/
/*
   * 基于复选框和单选框的卡片风格多选组件
   * 需要具备一些基础的 CSS 技能，以下样式均为外部自主实现。
   */
/* 主体 */
.layui-form-checkbox>.lay-skin-checkcard,
.layui-form-radio>.lay-skin-checkcard {
  display: table;
  display: flex;
  padding: 12px;
  white-space: normal;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  color: #000;
  background-color: #fff;
}

.layui-form-checkbox>.lay-skin-checkcard>*,
.layui-form-radio>.lay-skin-checkcard>* {
  /* display: table-cell; */
  /* IE */
  vertical-align: top;
}

/* 悬停 */
.layui-form-checkbox:hover>.lay-skin-checkcard,
.layui-form-radio:hover>.lay-skin-checkcard {
  border-color: #16b777;
}

/* 选中 */
.layui-form-checked>.lay-skin-checkcard,
.layui-form-radioed[lay-skin="none"]>.lay-skin-checkcard {
  color: #000;
  border-color: #16b777;
  background-color: rgb(22 183 119 / 10%) !important;
  /* box-shadow: 0 0 0 3px rgba(22, 183, 119, 0.08); */
}

/* 禁用 */
.layui-checkbox-disabled>.lay-skin-checkcard,
.layui-radio-disabled>.lay-skin-checkcard {
  box-shadow: none;
  border-color: #e5e5e5 !important;
  background-color: #eee !important;
}

/* card 布局 */
.lay-skin-checkcard-avatar {
  padding-right: 8px;
}

.lay-skin-checkcard-detail {
  overflow: hidden;
  width: 100%;
}

.lay-skin-checkcard-header {
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 4px;
}

.lay-skin-checkcard-description {
  font-size: 13px;
  color: #5f5f5f;
}

.layui-disabled .lay-skin-checkcard-description {
  color: #c2c2c2 ! important;
}

/* 选中 dot */
.layui-form-checked>.lay-check-dot:after,
.layui-form-radioed>.lay-check-dot:after {
  position: absolute;
  content: "";
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-width: 10px;
  border-style: dashed;
  border-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-top-color: #16b777;
  border-top-style: solid;
  border-right-color: #16b777;
  border-right-style: solid;
  overflow: hidden;
}

.layui-checkbox-disabled>.lay-check-dot:after,
.layui-radio-disabled>.lay-check-dot:after {
  border-top-color: #d2d2d2;
  border-right-color: #d2d2d2;
}

/* 选中 dot-2 */
.layui-form-checked>.lay-check-dot-2:before,
.layui-form-radioed>.lay-check-dot-2:before {
  position: absolute;
  font-family: "layui-icon";
  content: "\e605";
  color: #fff;
  bottom: 4px;
  right: 3px;
  font-size: 9px;
  z-index: 12;
}

.layui-form-checked>.lay-check-dot-2:after,
.layui-form-radioed>.lay-check-dot-2:after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-width: 10px;
  border-style: dashed;
  border-color: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-right-color: #16b777;
  border-right-style: solid;
  border-bottom-color: #16b777;
  border-bottom-style: solid;
  overflow: hidden;
}

.layui-checkbox-disabled>.lay-check-dot-2:before,
.layui-radio-disabled>.lay-check-dot-2:before {
  color: #eee !important;
}

.layui-checkbox-disabled>.lay-check-dot-2:after,
.layui-radio-disabled>.lay-check-dot-2:after {
  border-bottom-color: #d2d2d2;
  border-right-color: #d2d2d2;
}

.lay-ellipsis-multi-line {
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}


.combos .layui-form-radio {
  width: 100%;
}

/*end 单选标签风格*/

/**start 多选套餐**/
.checkcomboitems .item {
  width: 100%;
  position: relative;
  min-height: 20px;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: normal;
  overflow: hidden;
  display: flex;
}

.checkcomboitems .itemcon {
  width: 100%;
  display: flex;
  position: relative;
  line-height: normal;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
}

.checkcomboitems .item .itemcon:hover,
.checkcomboitems .item.checked .itemcon {
  border-color: #16b777;
}

.checkcomboitems .item .preimg-wrap {
  max-height: 178px;
  padding-right: 10px;
}

.checkcomboitems .item .preimg-wrap .preimg {
  width: 100px;
  height: 100px;
}

.checkcomboitems .item .detail {
  padding: 5px;
}

.checkcomboitems .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
  white-space: wrap;
  margin-bottom: 10px;
}

.checkcomboitems .item .description {
  font-size: 13px;
  color: #5f5f5f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}


.checkcomboitems .item .layui-form-checkbox,
.checkcomboitems .item .layui-form-radio {
  height: 30px !important;
  margin-top: 45px !important;
  width: 30px;
}

.checkcomboitems .item .layui-form-radio {
  margin: 0px;
  padding-right: 0px;
}

.checkcomboitems .item.checked .itemcon:before {
  position: absolute;
  font-family: "layui-icon";
  content: "\e605";
  color: #fff;
  bottom: 4px;
  right: 3px;
  font-size: 9px;
  z-index: 12;
}

.checkcomboitems .item.checked .itemcon:after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-width: 10px;
  border-style: dashed;
  border-color: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-right-color: #16b777;
  border-right-style: solid;
  border-bottom-color: #16b777;
  border-bottom-style: solid;
  overflow: hidden;
}

/**end 多选套餐**/

/*mendian*/
.mendian .item {
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}


/*页脚 footer*/
.footer {
  background-color: #404553;
  background-color: #fff;
  width: 100%;
  padding: 20px 0px;
  line-height: 30px;
  text-align: center;
  color: #737573;
}

.comname {
  font-size: 18px;
}


@media screen and (max-width: 750px) {

  html,
  body {
    height: 100vh;
    margin: 0px;
    padding: 0px;
    position: relative;
  }

  .footspace {
    width: 100%;
    height: 120px;
    display: block;
  }

  .fastbtn {
    margin-top: 10%;
  }

  .footer {
    line-height: 22px;
    /* position: fixed; */
    bottom: 0px;
  }

  .footer .comname {
    font-size: 18px;
  }

  .footer .power {
    margin-top: 15px;
  }

}

@media screen and (max-width: 450px) {


  .header .logo .sitename {
    position: relative;
    text-align: center;
  }

  .header {
    margin-bottom: 0px;
  }

  .bread {
    margin: 10px auto;
  }

  .fastbtn a {
    width: 100px;
    height: 100px;
  }

  .fastbtn a span {
    font-size: 20px;
    top: 50px;
  }

  .fastbtn a i {
    font-size: 25px;
    top: 10px;
  }

}


/*覆盖*/
@media screen and (max-width: 450px) {
  .layui-form-item .layui-input-inline {}

  .mok-code-item .mok-input-code {
    /* display: inline-block!important;
    float: left; */
    width: 90px !important;
  }
}