@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.select-ill-index {
  width: 100vw;
  background: #f7f7f7;
  min-height: 100vh;
}
.select-ill-index .main-content-box {
    width: 1200px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 54px;
}
.select-ill-index .main-content-box .check-ill-box {
      overflow: hidden;
      margin-top: 20px;
}
.select-ill-index .main-content-box .check-ill-box .left-firstill {
        width: 500px;
        background: #f7f7f7;
        float: left;
        padding: 10px 0px 16px 0px;
}
.select-ill-index .main-content-box .check-ill-box .left-firstill .ill-item {
          width: 500px;
          height: 46px;
          line-height: 46px;
          color: #333333;
          font-size: 14px;
          cursor: pointer;
          position: relative;
}
.select-ill-index .main-content-box .check-ill-box .left-firstill .ill-item div {
            height: 46px;
            line-height: 46px;
            padding-left: 20px;
}
.select-ill-index .main-content-box .check-ill-box .left-firstill .ill-item div.activeItem {
              background: #fff;
              color: #fd6e06;
              border-left: 3px solid #fd6e06;
}
.select-ill-index .main-content-box .check-ill-box .left-firstill .ill-item .chosedNum {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 20px;
            color: #fff;
            font-size: 14px;
            line-height: 22px;
            text-align: center;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            background: #fd6e06;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill {
        width: 600px;
        height: 497px;
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
        float: right;
        margin: 20px;
        margin-top: 109px;
        padding: 30px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .first-ill-name {
          color: #333333;
          font-size: 16px;
          font-weight: bold;
          line-height: 22px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .second-ill-list {
          height: 320px;
          overflow-y: auto;
          margin-top: 30px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .second-ill-list .third-ill-list .ill-item {
            color: #888;
            font-size: 14px;
            line-height: 20px;
            cursor: pointer;
            padding-left: 26px;
            position: relative;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .second-ill-list .third-ill-list .ill-item .choseIcon,
            .select-ill-index .main-content-box .check-ill-box .right-secondill .second-ill-list .third-ill-list .ill-item .unchoseIcon {
              position: absolute;
              left: 0px;
              top: 4px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .second-ill-list .third-ill-list .ill-item .choseIcon {
              width: 16px;
              height: 16px;
              background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA/UlEQVQ4T72TvU4CURCFv9kEgxQoCSXByh5C7C2F9Qms6IigxEfAxFdASisfAZXwCGSpbYHWhJ8GmmUIXiSsu5gFEm8957tnzsyI3kdKc+EJJMlOT0cWPIhbjQxBTnfSrov1S9zqke4nNqp/BETjSPEVbdZg4KxNh3OwFJffkLML9LONNq63ANI5xH5EX25gNjFFxyfIbdOI+w76nIfpOBggdy3k/BLtddCGbUIqvyPp3EpcgOnIk7m3hVgCqXwgqcy3AMtCUll00EXrV56ffyj+DDYgy6Ig25sWgkNcQZi7vp5/78z2KcQSoOrrOTwg5HqG24M/YIcf06HnvAAjjHWpR1DiKQAAAABJRU5ErkJggg==) center no-repeat;
              background-size: 16px 16px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .second-ill-list .third-ill-list .ill-item .unchoseIcon {
              width: 16px;
              height: 16px;
              background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAdklEQVQ4T2O8c/9J+v9//1oYGRlEGEgC/z8wMDIXMN659+i9oAAfPycHOyMp+r//+Pn/3ftPb0EG/JeSEGXg5OQgRT/D9+8/GJ69eM0wasBoGAyjdADJTJwcpGWm7z/+vwdnpvtP0hn+/WthIDk7M3xgYGQqAADdTZpcB8rqWwAAAABJRU5ErkJggg==) center no-repeat;
              background-size: 16px 16px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .ill-action-btns {
          overflow: hidden;
          width: 210px;
          height: 36px;
          float: right;
          margin-top: 33px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .ill-action-btns .delete-left {
            float: left;
            color: #fd6e06;
            font-size: 16px;
            height: 36px;
            width: 90px;
            line-height: 36px;
            text-align: center;
            cursor: pointer;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .ill-action-btns .delete-left span {
              display: inline-block;
              vertical-align: middle;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .ill-action-btns .delete-left img {
              width: 16px;
              margin-right: 3px;
              vertical-align: middle;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .ill-action-btns .submit-right {
            float: right;
            cursor: pointer;
            width: 90px;
            height: 36px;
            background: #fd6e06;
            color: #ffffff;
            font-size: 16px;
            border-radius: 4px;
            line-height: 36px;
            text-align: center;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .disease {
          color: #666666;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 20px;
          cursor: pointer;
          padding-left: 26px;
          position: relative;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .disease .choseIcon,
          .select-ill-index .main-content-box .check-ill-box .right-secondill .disease .unchoseIcon,
          .select-ill-index .main-content-box .check-ill-box .right-secondill .disease .halfchosed {
            position: absolute;
            left: 0px;
            top: 4px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .disease .choseIcon {
            width: 16px;
            height: 16px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA/UlEQVQ4T72TvU4CURCFv9kEgxQoCSXByh5C7C2F9Qms6IigxEfAxFdASisfAZXwCGSpbYHWhJ8GmmUIXiSsu5gFEm8957tnzsyI3kdKc+EJJMlOT0cWPIhbjQxBTnfSrov1S9zqke4nNqp/BETjSPEVbdZg4KxNh3OwFJffkLML9LONNq63ANI5xH5EX25gNjFFxyfIbdOI+w76nIfpOBggdy3k/BLtddCGbUIqvyPp3EpcgOnIk7m3hVgCqXwgqcy3AMtCUll00EXrV56ffyj+DDYgy6Ig25sWgkNcQZi7vp5/78z2KcQSoOrrOTwg5HqG24M/YIcf06HnvAAjjHWpR1DiKQAAAABJRU5ErkJggg==) center no-repeat;
            background-size: 16px 16px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .disease .halfchosed {
            width: 16px;
            height: 16px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXElEQVQ4T2P8n8ua/o+RoYWBgVGEgSTw/wMTA0MB49881vcMDIwCJOmFK/7/hvFvHtt/8jRDdI0agBYGTBN/EhWe//LZ4epQApFiA4iyHk3RaDSCo5HCzERpdgYA39A3qTQzhfcAAAAASUVORK5CYII=) center no-repeat;
            background-size: 16px 16px;
}
.select-ill-index .main-content-box .check-ill-box .right-secondill .disease .unchoseIcon {
            width: 16px;
            height: 16px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAdklEQVQ4T2O8c/9J+v9//1oYGRlEGEgC/z8wMDIXMN659+i9oAAfPycHOyMp+r//+Pn/3ftPb0EG/JeSEGXg5OQgRT/D9+8/GJ69eM0wasBoGAyjdADJTJwcpGWm7z/+vwdnpvtP0hn+/WthIDk7M3xgYGQqAADdTZpcB8rqWwAAAABJRU5ErkJggg==) center no-repeat;
            background-size: 16px 16px;
}
.select-ill-index .right-float-btn {
    width: 110px;
    height: 116px;
    background: url(../../static-product/img/rightfloat.81eff95f.png) 6px 0px no-repeat;
    background-size: 100px 100px;
    position: fixed;
    right: 0px;
    top: 300px;
    padding-top: 80px;
}
.select-ill-index .right-float-btn .showChosedIll {
      width: 110px;
      height: 36px;
      background: #ff7f00;
      color: #ffffff;
      font-size: 14px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
}
.select-ill-index .right-float-btn .showChosedIll .rotate-img {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
}
.select-ill-index .fix-results {
    width: 340px;
    height: 550px;
    position: fixed;
    right: 110px;
    top: 100px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    z-index: 9;
}
.select-ill-index .fix-results .chosed-ill-list {
      width: 100%;
      height: 498px;
      overflow-y: auto;
}
.select-ill-index .fix-results .bottom-btn {
      height: 50px;
      background: #fff;
}
.select-ill-index .fix-results .bottom-btn .delete-right {
        margin-top: 7px;
        float: right;
        color: #fd6e06;
        font-size: 16px;
        height: 36px;
        width: 90px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
}
.select-ill-index .fix-results .bottom-btn .delete-right span {
          display: inline-block;
          vertical-align: middle;
}
.select-ill-index .fix-results .bottom-btn .delete-right img {
          width: 16px;
          margin-right: 3px;
          vertical-align: middle;
}
.select-ill-index .fix-results .illName-first {
      width: 100%;
      background: #fff;
      line-height: 20px;
      padding: 10px 20px;
      color: #333333;
      font-size: 14px;
      font-weight: bold;
}
.select-ill-index .fix-results .list-item {
      width: 100%;
      line-height: 20px;
      padding: 10px 20px;
      color: #666;
      font-size: 14px;
      position: relative;
}
.select-ill-index .fix-results .list-item .list-content {
        position: relative;
}
.select-ill-index .fix-results .list-item .list-content .close {
          width: 14px;
          height: 14px;
          position: absolute;
          right: -10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer;
}
.select-ill-index .fix-results .list-item .third-ill-list .third-item {
        width: 100%;
        line-height: 20px;
        color: #888;
        font-size: 12px;
        position: relative;
}
.select-ill-index .fix-results .list-item .third-ill-list .third-item .third-content {
          position: relative;
}
.select-ill-index .fix-results .list-item .third-ill-list .third-item .third-content .close {
            width: 14px;
            height: 14px;
            position: absolute;
            right: -10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            cursor: pointer;
}

