.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #cecece;
}

.dinglan {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px;
}

.bttton-big {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #00a8ff, #3a5eff);
  box-shadow: 6px 6px 10px 0 rgba(0, 168, 255, 0.3);
}

.button-samll-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: -2px -2px 6px 1px #fff, 2px 2px 6px 1px #e9e9e9;
}

.icon._2 {
  display: none;
}

.tab {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #f8f8f8;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.tab-xia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-xia-zi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: -3px -3px 6px 0 #fff, 3px 3px 6px 0 #e9e9e9;
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}

.tab-xia-zi.w--current {
  border-radius: 20px;
  background-color: transparent;
  box-shadow: inset 2px 3px 6px 0 #e9e9e9, inset -3px -3px 6px -1px #fff;
  color: #3a5eff;
  font-weight: 700;
}

.text--moshi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-content {
  border-color: transparent transparent #e9e9e9;
}

.kehu-logo {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 50%;
  background-image: url('../images/mooin-logo-xiao.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -2px -2px 6px 1px #fff, 4px 4px 6px 2px #e9e9e9;
  opacity: 1;
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details.ar {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.dilan {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  z-index: 3;
  margin-right: 25%;
  margin-left: 25%;
}

.duiqi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #f8f8f8;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.duiqi.jianbian {
  display: none;
  width: 320px;
  height: 80px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#3a5eff));
  background-image: linear-gradient(180deg, transparent, #3a5eff);
}

.duiqi.you {
  padding-right: 10px;
  padding-left: 10px;
}

.tubiao-zhong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: linear-gradient(135deg, #00a8ff, #3a5eff);
  box-shadow: -3px -3px 6px 0 #fff, 3px 3px 6px 0 #e9e9e9;
}

.text-12 {
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.text-12.like {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 12px;
  text-align: left;
}

.text-12.fubiaoti {
  display: inline;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: rgba(51, 51, 51, 0.5);
  text-align: left;
}

.text-12.qianse {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 12px;
  text-align: left;
}

.text-12.huise {
  color: rgba(51, 51, 51, 0.5);
  line-height: 16px;
  text-align: left;
}

.text-3 {
  color: #333;
  line-height: 14px;
  cursor: default;
}

.text-3.black {
  display: inline-block;
  margin-left: 10px;
  color: #505050;
  line-height: 14px;
}

.text-3.white {
  color: #fff;
  text-align: center;
}

.text-3.white.jiacu {
  font-weight: 700;
  cursor: default;
}

.text-3.black-copy {
  display: inline-block;
  margin-bottom: 5px;
  color: #505050;
  line-height: 14px;
}

.text-3.black-copy {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  line-height: 14px;
}

.image {
  display: none;
  border-radius: 8px;
}

.image._128 {
  display: block;
  width: 128px;
  height: 128px;
  border-style: none;
}

.fugai {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.fugai.qiye {
  z-index: 5;
  display: none;
}

.xiakapian {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.xiaokapian-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px 15px 0px 0px;
  background-color: #fff;
  background-image: url('../images/wzt-logo2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.xiaokapian-2.baise {
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px 0px 15px 15px;
  background-image: none;
}

.xiaokapian-2.qiye {
  background-image: url('../images/mooin-logo2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  margin-right: 10px;
}

.guangbi {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  margin-bottom: 5px;
}

.redian-xiangqing {
  display: none;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.paragraph {
  max-width: 120px;
  margin-bottom: 0px;
  color: #333;
  font-size: 12px;
}

.redian {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.redian-d {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  margin-left: -32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #00a8ff;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-10 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 10px;
  cursor: default;
}

.image-6 {
  border-radius: 100%;
}

.dingzhi-biaoti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fengexian {
  height: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fff));
  background-image: linear-gradient(180deg, #e9e9e9, #fff);
}

.dingzhineirong {
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.redian-c {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
}

.redian-a {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  margin-left: -32px;
}

.button-samll-b-copy {
  display: none;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: -2px -2px 6px 1px #fff, 2px 2px 6px 1px #e9e9e9;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 50px;
  background-color: #e7e7e7;
}

.uiceng {
  display: none;
}

.text-2 {
  color: #fff;
  cursor: default;
}

.text-2.xiao {
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
}

.text-2.xiao-2 {
  font-size: 12px;
  line-height: 12px;
  cursor: default;
}

.heading {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
  font-size: 16px;
  cursor: default;
}

.tab-pane-xiangqing {
  overflow: hidden;
}

.text-fubiaoti {
  color: #8a8a8a;
  font-size: 12px;
  cursor: default;
}

.text-redianbiaoti {
  color: #00a8ff;
  font-size: 14px;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.div-block-16 {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .dinglan {
    left: 10px;
    top: 10px;
    right: 10px;
    background-color: #f8f8f8;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .tab-xia {
    padding-right: 10px;
    padding-left: 10px;
  }

  .details {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dilan {
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .duiqi {
    background-color: transparent;
    box-shadow: none;
  }

  .tubiao-zhong {
    margin-left: 10px;
  }

  .text-3 {
    font-size: 12px;
  }

  .text-3.black-copy {
    overflow: hidden;
  }

  .paragraph {
    font-size: 10px;
  }

  .text-2 {
    font-size: 12px;
  }

  .heading {
    font-size: 14px;
    line-height: 12px;
  }

  .text-fubiaoti {
    font-size: 10px;
    line-height: 12px;
  }

  .text-redianbiaoti {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-xia-zi {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-3 {
    font-size: 12px;
  }

  .text-3.black-copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .tab-xia-zi.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fugai {
    padding: 10px 15px;
  }
}