    .model_QRcode ol,
    ul,
    li {
      list-style: none !important;
      padding: 0;
      margin: 0;
    }

    .phone_list ol,
    ul,
    li {
      list-style: none !important;
      padding: 0;
      margin: 0;
    }

    .module7 .products ul.ulBottom li .remark,
    .module7 .products ul.ulBottom li .remark1 {
      height: 25px;
    }

    .module7 .cases ul {
      display: block;
      width: 90%;
      margin: 0 auto;
    }

    .module7 .cases ul li .buttons {
      margin-bottom: 5px;
    }

    .module7 .cases ul li .buttons a {
      width: 40%;
      float: left;
      padding: 0;
      margin-bottom: 5px;
    }

    .ysb_waing {
      margin: 0;
      padding: 0;
      font-size: 12px;
      color: red;
    }

    #_QD_INVITE_IFRAME_ID_PREFIX_2852155803 {
      width: 0px;
      height: 0px;
    }

    .iconfont {
      font-family: "iconfont" !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .icon-wenzishanchu:before {
      content: "\e67b";
    }

    .icon-tel:before {
      content: "\e600";
    }

    .icon-name:before {
      content: "\e661";
    }

    .icon-youxiang:before {
      content: "\e620";
    }

    body,
    html {
      width: 100%;
      height: 100%;
    }

    .allClsI {
      font-size: 23px;
      background: #f6f6f6;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      padding: 0;
      font-style: normal;
      color: #ccc;
    }

    * {
      margin: 0;
      padding: 0;
      font-family: sans-serif;
    }

    button {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    input,
    textarea {
      outline: medium;
    }

    /*****
      侧边栏
     ****/

    .xinring_list_box {
      margin: 0;
      padding: 0;
      list-style: none;
      position: fixed;
      right: 15px;
      bottom: 45px;
      z-index: 9999999;
    }

    .xinring_list_box>li {
      width: 41px;
      height: 41px;
      margin-bottom: 8px;
      border-radius: 50%;
    }

    .xinring_list_box>li:nth-child(6) {
      animation: bounceInDown 0.6s ease-out;
    }

    .xinring_list_box>li:nth-child(5) {
      animation: bounceInDown 0.8s ease-out;
    }

    .xinring_list_box>li:nth-child(4) {
      animation: bounceInDown 1s ease-out;
    }

    .xinring_list_box>li:nth-child(3) {
      animation: bounceInDown 1.2s ease-out;
    }

    .xinring_list_box>li:nth-child(2) {
      animation: bounceInDown 1.4s ease-out;
    }

    .xinring_list_box>li:nth-child(1) {
      animation: bounceInDown 1.6s ease-out;
    }

    /* 侧边结束*/
    /* 动画*/

    @keyframes bounceInDown {
      0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
      }

      60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
      }

      80% {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
      }

      100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
      }
    }

    /*动画结束*/
    /*关闭按钮*/

    .modelBox .allCls {
      font-size: 12px;
      font-weight: normal;
      color: #ccc;
      margin: auto;
      padding-top: 5px;
      text-align: center;
      border-top: 1px solid #c9c9c9;
    }

    /*总弹出框*/

    .modelBox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      perspective: 1000;
      animation: bounceInDown 1s;
      z-index: 99999999999999999999;
    }

    .modelRelation {
      display: none;
    }

    .bg {
      width: 25px;
      height: 25px;
      background-size: 100%;
      z-index: 10000;
      position: absolute;
      top: -28px;
      right: -28px;
      border-top: none !important;
    }

    /*h1头部*/

    .modelBox h1 {
      font-size: 16px;
      font-weight: 700;
      color: #d38100;
      margin: auto auto 10px;
      padding-bottom: 10px;
      text-align: center;
      border-bottom: 1px solid #c9c9c9;
      position: relative;
    }

    .model_sub>button {
      width: 100%;
      background: #efa141;
      color: #fff;
      border: none;
      padding: 10px 0;
      border-radius: 5px;
      font-weight: 600;
      font-size: 15px;
    }

    /*免费电话*/

    .model_translateX {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      transition: 1.5s;
      transform-style: preserve-3d;
    }

    .model_translateX>div {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 80%;
      background: #fff;
      border-radius: 5px;
      padding: 15px 15px 5px;
      box-shadow: 0 0 5px 2px #999;
    }

    /*二维码*/

    .model_relation {
      transform: rotateY(180deg);
      display: none;
    }

    .model_translateX .model_cut {
      width: 100%;
      display: flex;
      padding: 10px 10%;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
    }

    .model_translateX .model_cut a {
      width: 45px;
      height: 45px;
    }

    .model_QRcode {}

    /*电话*/

    .model_QRcode .QRcode_tel {
      position: relative;
      padding: 8px 0;
    }

    .model_QRcode .QRcode_tel .QRcode_valueTop {
      font-size: 12px;
      color: #989898;
      padding: 10px 0;
    }

    .model_QRcode .QRcode_tel .QRcode_value {
      font-size: 14px;
      color: #000000;
      font-weight: bold;
    }

    .model_QRcode .QRcode_tel .QRcode_I {
      position: absolute;
      right: 10px;
      top: 8px;
      font-size: 17px;
      color: #989898;
      display: none;
    }

    /*电话键盘*/

    .model_QRcode .QRcode_phone {
      width: 100%;
      text-align: center;
      background: #fff;
    }

    .model_QRcode .QRcode_phone>.phone_list {
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
    }

    .model_QRcode .QRcode_phone>.phone_list>li {
      width: 30%;
      height: 30%;
      text-align: center;
      line-height: 40px;
      border: 1px solid #c2c5c5;
      margin-bottom: 10px;
      border-radius: 8px;
      box-shadow: 0 0 5px 2px #f8f8f8 inset;
      font-size: 14px;
    }

    /*免费电话结束*/
    /*留言*/

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

    .modelMessages .model_Messages {
      width: 80%;
      padding: 15px 15px 5px;
      border-radius: 5px;
      box-shadow: 0 0 5px 2px #999;
      background: #fff;
    }

    .modelMessages .model_Messages .Messages_name>p {
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
    }

    .model_Messages .Messages_name>p>i {
      font-size: 28px;
      color: #d38100;
    }

    .model_Messages .Messages_name>p>input {
      width: 100%;
      border-right: #ffffff 0px solid;
      border-top: #ffffff 0px solid;
      font-size: 9pt;
      border-left: #ffffff 0px solid;
      border-bottom: #c0c0c0 1px solid;
      background-color: #ffffff;
      text-indent: 2px;
      text-indent: 2em;
      font-size: 22px;
    }

    .model_Messages>textarea {
      width: 100%;
      height: 150px;
      max-width: 100%;
      margin-bottom: 20px;
      border-radius: 5px;
      font-size: 12px;
      text-indent: 1em;
      padding-top: 10px;
    }

    /*微信*/

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

    .model_WeChat {
      width: 80%;
      padding: 15px 15px 5px;
      border-radius: 5px;
      box-shadow: 0 0 5px 2px #999;
      background: #fff;
    }

    .model_WeChat>p {
      text-align: center;
      font-size: 12px;
    }

    .show {
      display: flex !important;
    }

    .show2 {
      display: block !important;
    }

    .hidder {
      display: none !important;
    }

    .list_Bottom {
      position: fixed;
      width: 100%;
      height: 60px;
      background: rgba(238, 183, 99, 0.8);
      bottom: 0;
      display: none;
      align-items: center;
      justify-content: space-between;
      list-style: none;
      z-index: 999;
    }

    .list_Bottom li {
      width: 30%;
      list-style: none;
      text-align: center;
      font-size: 14px;
      color: #fff;
    }

    .list_Bottom li a {
      text-decoration: none;
      color: #fff;
    }

    .list_Bottom li img {
      width: 30%;
      margin: auto;
    }

    .xinring_list_box {
      bottom: 60px;
    }

    .xinring_list_box>li {
      width: 40px;
      height: 40px;
      padding: 8px;
      box-sizing: border-box;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
    }

    .list_Bottom li p {
      margin: 0;
      padding: 0;
    }

    .list_Bottom {
      background: rgba(50, 123, 253, 1)
    }

    .xinring_list_box>li {
      font-size: 0;
    }

    .movePopup {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      animation: bounceInDown 0.8s ease-out;
      font-family: "微软雅黑";
      z-index: 100;
    }

    .movePopup h1,
    p,
    h2,
    h3,
    h4 {
      padding: 0;
      margin: 0;
    }

    .movePopup .movePopupSon {
      width: 80%;
      background: #fff;
      padding: 30px 5%;
      box-sizing: border-box;
      position: relative;
      text-align: center;
      float: none;
      line-height: 1.5em;
    }

    .movePopup .movePopupSon>.movePopuptop {
      position: absolute;
      width: 35px;
      height: 100px;
      top: -65px;
      right: 0;
      outline: none;
    }

    .movePopup .movePopupSon>a>img {
      width: 100%;
    }

    .movePopup .movePopupSon h1 {
      font-size: 30px;
      color: #327bfd;
      font-weight: bold;
      padding: 0 0 10px 0;
    }

    .movePopup .movePopupSon p {
      font-size: 16px;
      color: #ccc;
      margin-top: 10px;
      font-weight: 500;
    }

    .movePopup .movePopupSon h2 {
      font-size: 30px;
      color: #327bfd;
      font-weight: bold;
      margin-top: 4px;
    }

    .movePopup .movePopupSon h3 {
      color: #999999;
      font-size: 15px;
      font-weight: 500;
    }

    .movePopup .movePopupSon .movePopupbottom {
      width: 80%;
      margin: auto;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      background: #327bfd;
      color: #fff;
      font-size: 16px;
      margin-top: 10px;
      border-radius: 5px;
      outline: none;
      text-decoration: none;
    }

    .movePopup .movePopupSon .movePopupbottom img {
      width: 15px;
      margin-right: 5px;
    }

    @keyframes bounceInDown {
      0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
      }

      60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
      }

      80% {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
      }

      100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
      }
    }

    #authorize_text {
      background-color: rgba(0, 0, 0, 0.8);
      padding: 25px;
      color: #fff;
      width: 390px;
      height: 200px;
      font-size: 12px;
      line-height: 24px;
      position: fixed;
      z-index: 10000;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      transition: all 0.8s;
      display: none;
      z-index: 9999999999999999999999999999999999999999;
    }

    #authorize_text .authorize_textTitle {
      text-align: center;
      font-size: 14px;
    }

    .authorize_textAbt {
      color: rgba(153, 153, 153, 0.5);
      text-align: center;
      font-size: 12px;
      cursor: pointer;
      padding: 5px 0;
    }

    .newZhongwangMessage .authorize_textAbt {
      padding: 5px 0;
    }

    @media (max-width:750px) {
      #authorize_text {
        width: 80%;
        height: 382px;
      }

      .list_Bottom {
        display: flex;
      }
    }