.consult_box{
  user-select: none;
}
/* Always show vertical scrollbar to avoid layout shift */
/* html { overflow-y: scroll; } */
/* Neutralize Bootstrap modal body padding compensation */
/* body.modal-open { padding-right: 0 !important; } */

.modal-open{
    overflow-y: scroll;
}
body{
    padding-right:0 !important;
}
/* Prevent fixed navbars from shifting */
/* .navbar-fixed-top, .navbar-fixed-bottom { padding-right: 0 !important; } */
.consult_box .consult_btn{
   position: fixed;
    right: 0px;
    top:45%;
    width: 123px;
    opacity: 1;
     background: #FFFFFF;
     border-radius: 16px 0px 0px 16px;
     /*  */
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 129, 86, 0);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 129, 86, 0);


    }
    .consult_box .consult_btn.scroll-bg{
       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 129, 86, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 129, 86, 0.6);

    }
    .consult_box .consult_btn .img{
        width: 34px;
        height: 34px;
        margin-bottom: 6px;
    }

/* 结果样式 */
#resultModal{
  font-family: PingFang SC;
}

#resultModal .modal-dialog{
  width: 430px !important;
  max-width: calc(100% - 32px);
}

/* 弹窗居中样式 */
.modal.fade .modal-dialog.modal-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}
#resultModal .modal-content{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

#resultModal .modal-header{
  padding: 0;
  min-height: 0;
}

#resultModal .modal-header .close{
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 10;
  width: 28px;
  height: 28px;
  font-size: 26px;
  font-weight: 300;
  line-height: 12px;
  color: #222;
  opacity: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
}

#resultModal .modal-body{
  padding: 30px 32px ;
}

.consult_download_box{
  text-align: center;
}

.consult_download_box .download_logo .img_logo{
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
}

.consult_download_box .download_brand{
  /* margin: 16px 0 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #111111; */
}
.consult_download_box .download_title{
  /* margin: 20px 0 12px; */
}
.consult_download_box .download_brand .img_title{
  width: 63px;
  /* height: 38px; */
  display: block;
  margin: 20px auto 12px;
}
.consult_download_box .download_title{
font-family: PingFang SC;
font-size: 16px;
font-weight: 500;
line-height: 1.6;
text-align: center;
color: #696969;
}


.consult_download_box .download_qrcode{
  margin: 16px auto;
 
}

.consult_download_box .download_qrcode .img-code{
  width: 152px;
  height: 152px;
  display: block;
  margin: 0 auto;
}

.consult_download_box .download_desc{
 font-family: PingFang SC;
font-size: 16px;
font-weight: normal;
line-height: 1.6;
letter-spacing: 0em;
color: #929292;
}

@media (max-width: 767px) {
    .consult_box .consult_btn {
        width: 80px;
       padding: 6px 0;
       font-size: 12px;
    }
    .consult_box .consult_btn .img {
        width: 24px;
        height: 24px;
        margin-bottom: 2px;
    }

/* //结果样式 */
  #resultModal .modal-dialog{
    width: calc(100% - 24px) !important;
  }

  #resultModal .modal-body{
    padding: 30px 32px;
  }

  .consult_download_box .download_brand{
    font-size: 22px;
  }

  .consult_download_box .download_qrcode .img{
    width: 180px;
    height: 180px;
  }
}
