.all-wrap .crumbs {
  height: 95px;
  line-height: 95px; }
  .all-wrap .crumbs span,
  .all-wrap .crumbs h3,
  .all-wrap .crumbs a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #888888; }
  .all-wrap .crumbs span {
    font-size: 16px; }

.all-wrap .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .all-wrap .contentBox .detalisBox {
    width: 800px; }
    .all-wrap .contentBox .detalisBox h1 {
      font-size: 24px;
      font-weight: 550;
      color: #333333;
      line-height: 30px;
      margin-bottom: 17px;
      margin-top: -3px; }
    .all-wrap .contentBox .detalisBox .subDesc {
      font-size: 14px;
      font-weight: 400;
      color: #888888;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 25px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .all-wrap .contentBox .detalisBox .subDesc span {
        margin-right: 30px; }
        .all-wrap .contentBox .detalisBox .subDesc span i {
          font-size: 16px;
          vertical-align: middle; }
        .all-wrap .contentBox .detalisBox .subDesc span .iconchakan {
          vertical-align: top; }
    .all-wrap .contentBox .detalisBox .multimediaBxo {
      width: 800px;
      height: 450px;
      border-radius: 6px;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden; }
      .all-wrap .contentBox .detalisBox .multimediaBxo img,
      .all-wrap .contentBox .detalisBox .multimediaBxo video {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .all-wrap .contentBox .detalisBox .ricthText {
      font-size: 18px;
      margin-bottom: 70px; }
      .all-wrap .contentBox .detalisBox .ricthText img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .all-wrap .contentBox .detalisBox .tip {
      font-size: 14px;
      font-weight: 400;
      color: #888888;
      line-height: 1;
      margin-bottom: 20px; }
    .all-wrap .contentBox .detalisBox .next {
      font-size: 14px;
      font-weight: 400;
      color: #333333;
      padding-bottom: 30px; }
      .all-wrap .contentBox .detalisBox .next span {
        vertical-align: middle; }
      .all-wrap .contentBox .detalisBox .next a {
        color: #333333;
        display: inline-block;
        max-width: calc(99% - 4em);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
        vertical-align: middle; }
    .all-wrap .contentBox .detalisBox .formBox {
      padding-top: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 1px solid #efefef; }
      .all-wrap .contentBox .detalisBox .formBox h3 {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 30px; }
      .all-wrap .contentBox .detalisBox .formBox h4 {
        font-size: 20px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        margin-bottom: 20px;
        color: #333333; }
        .all-wrap .contentBox .detalisBox .formBox h4 span {
          font-size: 24px;
          color: #1cb29d;
          margin-right: 0.3em; }
      .all-wrap .contentBox .detalisBox .formBox .formText {
        resize: none;
        width: 800px;
        height: 120px;
        border: 1px solid #d4d4d4;
        border-radius: 7px;
        font-size: 14px;
        outline: 0;
        padding: 17px 22px;
        margin-bottom: 30px; }
      .all-wrap .contentBox .detalisBox .formBox .maxNum {
        position: absolute;
        bottom: 47px;
        right: 22px;
        font-size: 14px;
        color: #333; }
      .all-wrap .contentBox .detalisBox .formBox input {
        height: 50px;
        outline: 0;
        font-size: 14px;
        padding: 17px 20px;
        border: 1px solid #d4d4d4;
        border-radius: 7px; }
      .all-wrap .contentBox .detalisBox .formBox .phone {
        width: 390px;
        margin-right: 20px; }
      .all-wrap .contentBox .detalisBox .formBox .code {
        border-radius: 7px 0 0 7px; }
      .all-wrap .contentBox .detalisBox .formBox .code_image {
        height: 50px;
        border: 1px solid #d4d4d4;
        vertical-align: bottom;
        margin-left: -4px; }
      .all-wrap .contentBox .detalisBox .formBox .btnBox {
        margin-top: 50px;
        margin-bottom: 90px; }
        .all-wrap .contentBox .detalisBox .formBox .btnBox .btna {
          cursor: pointer;
          margin-right: 20px;
          height: 50px;
          line-height: 50px;
          vertical-align: middle; }
        .all-wrap .contentBox .detalisBox .formBox .btnBox .wechat {
          width: 185px;
          height: 50px;
          line-height: 50px;
          font-size: 14px;
          text-align: center;
          display: inline-block;
          border: 1px solid #1cb29d;
          border-radius: 7px;
          vertical-align: middle;
          color: #1cb29d;
          cursor: pointer;
          position: relative; }
          .all-wrap .contentBox .detalisBox .formBox .btnBox .wechat i {
            font-size: 28px;
            vertical-align: middle; }
          .all-wrap .contentBox .detalisBox .formBox .btnBox .wechat .poper {
            position: absolute;
            width: 215px;
            top: -280px;
            -webkit-transition: 0.3s ease-in;
            transition: 0.3s ease-in;
            left: -15px;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
            background: #fff;
            opacity: 0;
            z-index: -1;
            -webkit-box-shadow: 0 0 4px 2px #eee;
            box-shadow: 0 0 4px 2px #eee; }
            .all-wrap .contentBox .detalisBox .formBox .btnBox .wechat .poper img {
              width: 100%;
              cursor: pointer; }
            .all-wrap .contentBox .detalisBox .formBox .btnBox .wechat .poper .qr-tip {
              color: #333;
              height: 40px;
              line-height: 30px; }
              .all-wrap .contentBox .detalisBox .formBox .btnBox .wechat .poper .qr-tip span {
                color: #1cb29d; }
          .all-wrap .contentBox .detalisBox .formBox .btnBox .wechat .poper::before {
            width: 0;
            height: 0;
            content: "";
            display: block;
            position: absolute;
            border: 10px solid #fff;
            border-left-color: transparent;
            border-top-color: transparent;
            z-index: 2;
            left: 50%;
            margin-left: -10px;
            bottom: -10px;
            -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
            -webkit-box-shadow: 3px 3px 3px 0px #eee;
            box-shadow: 3px 3px 3px 0px #eee; }
        .all-wrap .contentBox .detalisBox .formBox .btnBox .poper::after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 30px;
          bottom: -30px; }
        .all-wrap .contentBox .detalisBox .formBox .btnBox .wechat:hover .poper {
          opacity: 1;
          z-index: 10;
          -webkit-transform: translateY(0);
          transform: translateY(0); }
  .all-wrap .contentBox .linkList {
    width: 370px;
    padding-left: 80px; }

.m-wrap .detailSwiper {
  width: 100%;
  height: 3.76rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.667rem; }
  .m-wrap .detailSwiper .swiper-wrapper,
  .m-wrap .detailSwiper .swiper-slide {
    width: 100%;
    height: 100%; }
    .m-wrap .detailSwiper .swiper-wrapper img,
    .m-wrap .detailSwiper .swiper-slide img {
      width: 100%;
      height: 100%; }
  .m-wrap .detailSwiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.267rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.2rem;
    text-align: center;
    display: flex;
    margin: 0; }
    .m-wrap .detailSwiper .pagination .swiper-pagination-switch {
      width: 0.133rem;
      height: 0.133rem;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.3);
      margin-right: 0.2rem;
      cursor: pointer;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .m-wrap .detailSwiper .pagination .swiper-active-switch {
      background: rgba(0, 0, 0, 0.8); }

.m-wrap .detailBox {
  width: 100%;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.013rem solid #efefef; }

.m-wrap h3 {
  font-size: 0.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #333333; }

.m-wrap .crumbs {
  width: 100%;
  margin-top: 0.133rem;
  margin-bottom: 0.266rem;
  line-height: 0.6; }
  .m-wrap .crumbs a,
  .m-wrap .crumbs h3 {
    display: inline;
    vertical-align: middle;
    font-size: 0.24rem;
    color: #999999; }
  .m-wrap .crumbs span {
    color: #999999;
    font-size: 0.267rem;
    vertical-align: middle; }

.m-wrap .msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.307rem; }
  .m-wrap .msg .num .watch {
    margin-right: 0.133rem; }
.m-wrap .msg .iconfont{
    font-size: 0.266rem;
}
.m-wrap .multimediaBxo {
  width: 100%;
  height: 5.173rem;
  border-radius: 0.08rem;
  margin-bottom: 0.533rem;
  margin-top: 0.533rem;
  position: relative;
  overflow: hidden; }
  .m-wrap .multimediaBxo img,
  .m-wrap .multimediaBxo video {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.m-wrap .ricthText {
  font-size: .4rem;
  margin-bottom: 0.8rem; }
  .m-wrap .ricthText img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.m-wrap .tip {
  font-size: 0.24rem;
  font-weight: 400;
  color: #888888;
  line-height: 1;
  margin-bottom: 0.213rem; }

.m-wrap .next {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
  padding-bottom: 0.533rem; }
  .m-wrap .next span {
    vertical-align: middle; }
  .m-wrap .next a {
    color: #333333;
    display: inline-block;
    max-width: calc(98% - 4em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    vertical-align: middle; }

.m-wrap .formBox {
  padding: 0.533rem 0.4rem 1.067rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .m-wrap .formBox h3 {
    font-size: 0.347rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.4rem; }
  .m-wrap .formBox h4 {
    font-size: 0.293rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0.267rem;
    color: #333333; }
    .m-wrap .formBox h4 span {
      font-size: 0.32rem;
      color: #1cb29d;
      margin-right: 0.3em; }
  .m-wrap .formBox .formText {
    resize: none;
    width: 9.2rem;
    height: 3.147rem;
    border: 1px solid #d4d4d4;
    border-radius: 0.093rem;
    font-size: 0.293rem;
    outline: 0;
    padding: 0.267rem 0.32rem;
    margin-bottom: 0.4rem; }
  .m-wrap .formBox .maxNum {
    position: absolute;
    bottom: 0.8rem;
    right: 0.293rem;
    font-size: 0.32rem;
    color: #333; }
  .m-wrap .formBox input {
    height: 0.95rem;
    outline: 0;
    font-size: 0.293rem;
    padding: 0.293rem 0.32rem;
    border: 1px solid #d4d4d4;
    -webkit-appearance: none; /* 去除系统默认的样式 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色 */
    border-radius: 0.093rem;
    margin-bottom: 0.8rem; }
  .m-wrap .formBox .phone {
    width: 4.067rem;
    margin-right: 0.267rem; }
  .m-wrap .formBox .code {
    width: 2.64rem;
    border-radius: 0.093rem 0 0 0.093rem; }
  .m-wrap .formBox .code_image {
    width: 1.693rem;
    height: 0.96rem;
    border: 1px solid #d4d4d4;
    margin-left: -0.7rem;
    margin-top: -0.1rem;
    position: relative;
    left: 0.95rem;
    vertical-align: middle; }
  .m-wrap .formBox .btn1 {
    display: block;
    width: 9.2rem;
    height: 1.173rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#00bcd5), to(#38cdba));
    background: linear-gradient(0deg, #00bcd5 0%, #38cdba 100%);
    border-radius: 0.08rem;
    line-height: 1.173rem;
    vertical-align: middle;
    font-size: 0.347rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.533rem; }
  .m-wrap .formBox .wechat {
    display: block;
    width: 9.2rem;
    height: 1.173rem;
    line-height: 1.173rem;
    font-size: 0.347rem;
    font-weight: 500;
    text-align: center;
    border: 1px solid;
    border-left-color: #00bcd5;
    border-right-color: #00bcd5;
    border-top-color: #38cdba;
    border-bottom-color: #38cdba;
    border-radius: 0.093rem;
    vertical-align: middle;
    color: #00bcd5;
    position: relative; }
    .m-wrap .formBox .wechat i {
      font-size: 0.56rem;
      vertical-align: middle; }

.m-wrap .poperWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none; }

.m-wrap .poper {
  position: absolute;
  width: 6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.093rem;
  background: #fff; }
  .m-wrap .poper img {
    width: 100%;
    cursor: pointer; }
  .m-wrap .poper .qr-tip {
    color: #333;
    height: 0.6rem;
    line-height: 0.3rem;
    text-align: center;
    font-size: 0.347rem; }
    .m-wrap .poper .qr-tip span {
      color: #1cb29d; }

.m-wrap .closePoper {
  font-size: .8rem;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }