@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.diseaseResult-page {
  width: 100vw;
  min-height: 100vh;
  background-color: #f7f7f7;
  overflow: hidden;
}
.diseaseResult-page .box-pc-content {
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.diseaseResult-page .box-pc-content .content-left {
      width: 840px;
      background-color: #fff;
      float: left;
      padding: 70px 30px 59px;
}
.diseaseResult-page .box-pc-content .content-left .top-status {
        text-align: center;
        margin-bottom: 30px;
        padding-top: 30px;
}
.diseaseResult-page .box-pc-content .content-left .top-status img {
          width: 89px;
          display: block;
          margin: 5px auto;
}
.diseaseResult-page .box-pc-content .content-left .top-status p {
          font-size: 20px;
          color: #333;
}
.diseaseResult-page .box-pc-content .content-left .btn-box {
        text-align: center;
        position: relative;
        width: 340px;
        margin: 0 auto;
        height: 40px;
}
.diseaseResult-page .box-pc-content .content-left .btn-box .btn {
          display: inline-block;
          width: 150px;
          height: 40px;
          background-color: #ff6f00;
          color: #fff;
          text-align: center;
          font-size: 16px;
          line-height: 38px;
          margin-left: 10px;
          margin-right: 10px;
          border: 1px solid #ff6f00;
          border-radius: 5px;
          cursor: pointer;
}
.diseaseResult-page .box-pc-content .content-left .btn-box .btn-c-1 {
          border: 1px solid #ff6f00;
          background-color: #fff;
          color: #ff6f00;
}
.diseaseResult-page .box-pc-content .content-left .btn-box .qrcode-tips {
          position: absolute;
          top: 50px;
          width: 180px;
          height: 180px;
          background: #fff;
          -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          padding: 15px;
}
.diseaseResult-page .box-pc-content .content-left .btn-box .qrcode-tips:after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 50%;
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-bottom-color: #eee;
            top: 0px;
            margin-top: -20px;
            margin-left: -10px;
}
.diseaseResult-page .box-pc-content .content-left .btn-box .qrcode-tips#qrcode {
            left: 0px;
}
.diseaseResult-page .box-pc-content .content-left .btn-box .qrcode-tips#qrcode1 {
            right: 0px;
}
.diseaseResult-page .box-pc-content .content-left .bottomDiv {
        font-size: 18px;
        color: #333;
        margin-top: 50px;
}
.diseaseResult-page .box-pc-content .content-right {
      width: 350px;
      background-color: #fff;
      float: right;
}

