* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*@font-face {*/
/*  font-family: "AlimamaShuHeiTi-Bold";*/
/*  src: url("../fonts/AlimamaShuHeiTi-Bold.ttf");*/
/*}*/
/*@font-face {*/
/*  font-family: "AlibabaPuHuiTi-Regular";*/
/*  src: url("../fonts/AlibabaPuHuiTi-Regular.ttf");*/
/*}*/
html,
body {
  background-color: #ededed;
}

body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-family: "AlibabaPuHuiTi-Regular";
  box-sizing: border-box;
}
body .ml-swiperArea {
  box-sizing: content-box;
  width: 375px;
  height: 724px;
  background-color: #fff;
  border-radius: 10px;
  border: 10px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  overflow-y: scroll;
}
body .ml-swiperArea::-webkit-scrollbar {
  display: none;
}
body .ml-swiperArea .ml-colorStroke {
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
  -webkit-text-stroke: 3px transparent;
  background-image: linear-gradient(180deg, rgb(90, 142, 148), rgba(46, 148, 116, 0.38), rgba(72, 177, 189, 0));
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "AlimamaShuHeiTi-Bold";
}
body .ml-swiperArea .ml-index {
  min-height: 100%;
  background-image: url("../img/bg_shouye@2x.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 12px 54px;
}
body .ml-swiperArea .ml-index .ml-indexTitle {
  width: 213px;
  display: block;
}
body .ml-swiperArea .ml-index .ml-supTitle {
  line-height: 32px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(100.6deg, rgba(57, 109, 117, 0) 0%, #396d75 30%, #396d75 66%, rgba(57, 109, 117, 0) 100%);
  display: inline-block;
  margin-top: 10px;
}
body .ml-swiperArea .ml-index .ml-directory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 17px;
}
body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem {
  width: 170px;
  height: 68px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e8ecf2 100%);
  box-shadow: 0 4px 10px 0 rgba(104, 117, 141, 0.2509803922);
  border-radius: 4px 4px 30px 4px;
  overflow: hidden;
  margin-bottom: 20px;
  text-decoration: none;
}
body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem:last-child{
  margin-bottom: 0;
}
body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem:nth-last-child(2){
  margin-bottom: 0;
}
body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem .ml-realItem {
  display: flex;
  align-items: center;
  border: 1px solid;
  border-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0)) 1;
  padding-right: 12px;
}
body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem .ml-realItem .ml-number {
  line-height: 66px;
  color: #fff;
  width: 38px;
  background-color: #ffad3f;
  box-shadow: inset 1px 1px 2px 0 #db8b21;
  text-align: center;
  font-size: 20px;
  border-radius: 3px;
}
body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem .ml-realItem .ml-name {
  flex: 1;
  color: #112345;
  font-size: 18px;
  padding-left: 14px;
}
body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem .ml-realItem .ml-icon {
  width: 20px;
  height: 20px;
}
body .ml-swiperArea .ml-list {
  height: 100%;
  background-image: url("../img/list_bg@2x.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 65px;
  overflow: hidden;
}
body .ml-swiperArea .ml-list .ml-cateList {
  width: 100%;
  background-color: #fff;
  background-image: url("../img/list_cover@2x.webp");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  flex: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -2px 2px 0 #ffffff;
  margin-top: 70px;
  padding: 0 12px;
  overflow: scroll;
}
body .ml-swiperArea .ml-list .ml-cateList::-webkit-scrollbar {
  display: none;
}
body .ml-swiperArea .ml-list .ml-cateList .ml-realList {
  padding-top: 30px;
}
body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem {
  width: 100%;
  height: 88px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e8ecf2 100%);
  box-shadow: inset 0 -2px 2px 0 #ccd5e3, inset 3px 3px 1px 0 #ffffff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-right: 12px;
  text-decoration: none;
}
body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem .ml-icon {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  background-image: url("../img/icon_juming@2x.webp");
  background-size: 100% 100%;
}
body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem .ml-name {
  flex: 1;
  line-height: 22px;
  color: #112345;
  font-size: 16px;
}
body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem img {
  width: 24px;
  height: 24px;
}
body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem:nth-child(odd) .ml-icon {
  background-image: url("../img/icon_zhigong@2x.webp");
}
body .ml-swiperArea .ml-list .ml-back {
  width: 100%;
  padding: 14px 18px 26px;
  background-color: #81b3b7;
  border-top: 1px solid #fff;
}
body .ml-swiperArea .ml-list .ml-back a {
  display: block;
  font-size: 16px;
  color: #8c540f;
  width: 100%;
  line-height: 52px;
  font-weight: 600;
  text-align: center;
  background-image: url("../img/back_bg.png");
  background-size: 100% 100%;
  text-decoration: none;
}
body .ml-swiperArea .ml-detail {
  font-size: 0;
  position: relative;
}
body .ml-swiperArea .ml-detail .ml-pic {
  display: block;
  width: 100%;
}
body .ml-swiperArea .ml-detail .ml-goBack {
  position: fixed;
  bottom: calc((100vh - 744px) / 2 + 40px);
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  display: block;
  background-image: url("../img/back_bg.png");
  background-size: 100% 100%;
  text-decoration: none;
  line-height: 43px;
  font-size: 16px;
  color: #8c540f;
  font-weight: 600;
  text-align: center;
  z-index: 30;
}

@media screen and (max-width: 700px) {
  body .ml-swiperArea {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  body .ml-swiperArea .ml-colorStroke {
    font-size: 4.92vh;
  }
  body .ml-swiperArea .ml-index {
    padding: 4.93vh 3.2vw 6.65vh;
  }
  body .ml-swiperArea .ml-index .ml-indexTitle {
    width: 56.8vw;
    display: block;
  }
  body .ml-swiperArea .ml-index .ml-supTitle {
    line-height: 3.94vh;
    padding: 0 5.33vw;
    color: #fff;
    font-size: 1.97vh;
    background-image: linear-gradient(100.6deg, rgba(57, 109, 117, 0) 0%, #396d75 30%, #396d75 66%, rgba(57, 109, 117, 0) 100%);
    display: inline-block;
    margin-top: 1.23vh;
  }
  body .ml-swiperArea .ml-index .ml-directory {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.09vh;
  }
  body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem {
    width: 45.3vw;
    height: 8.37vh;
    margin-bottom: 2.46vh;
  }
  body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem .ml-realItem {
    padding-right: 3.2vw;
  }
  body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem .ml-realItem .ml-number {
    line-height: calc(8.37vh - 2px);
    width: 10.13vw;
    font-size: 2.46vh;
  }
  body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem .ml-realItem .ml-name {
    font-size: 2.21vh;
    padding-left: 3.73vw;
  }
  body .ml-swiperArea .ml-index .ml-directory .ml-directoryItem .ml-realItem .ml-icon {
    width: 5.33vw;
    height: 5.33vw;
  }
  body .ml-swiperArea .ml-list {
    padding-top: 8vh;
  }
  body .ml-swiperArea .ml-list .ml-cateList {
    margin-top: 8vh;
    padding: 0 3.2vw;
  }
  body .ml-swiperArea .ml-list .ml-cateList .ml-realList {
    padding-top: 3.69vh;
  }
  body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem {
    height: 10.83vh;
    margin-bottom: 1.84vh;
    padding-left: 5.33vw;
    padding-right: 3.2vw;
  }
  body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem .ml-icon {
    width: 12.8vw;
    height: 12.8vw;
    margin-right: 4vw;
  }
  body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem .ml-name {
    line-height: 1;
    font-size: 1.97vh;
  }
  body .ml-swiperArea .ml-list .ml-cateList .ml-realList .ml-cateItem img {
    width: 6.4vw;
    height: 6.4vw;
  }
  body .ml-swiperArea .ml-list .ml-back {
    width: 100%;
    padding: 1.72vh 4.8vw 3.2vh;
  }
  body .ml-swiperArea .ml-list .ml-back a {
    font-size: 1.97vh;
    line-height: 6.4vh;
  }
  body .ml-swiperArea .ml-detail .ml-goBack {
    width: 43.2vw;
    line-height: 5.29vh;
    margin: -8.99vh auto 0;
    font-size: 1.97vh;
    bottom: 30px;
  }
}/*# sourceMappingURL=index.css.map */