.btn-el[data-v-9e386816] {
  background: #66A3FE;
  color: #fff;
}
.proList[data-v-9e386816] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 100%;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proList > div[data-v-9e386816] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.proList > div > span[data-v-9e386816] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 45px;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
> > > .el-drawer__wrapper[data-v-9e386816] {
  position: fixed !important;
  z-index: 100000000000000000000;
}
.container-body[data-v-9e386816] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.container-body .top-container[data-v-9e386816] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #EBEDF2;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.container-body .top-container span[data-v-9e386816] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 150px;
      height: 64px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 35px;
      font-size: 16px;
      font-weight: bold;
}
.container-body .top-container div[data-v-9e386816] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 200px;
      height: 64px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
}
.container-body .top-container div button[data-v-9e386816] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 75px;
        height: 32px;
        background: #66A3FE;
        color: #fff;
        border: 0px;
        border-radius: 8px;
        font-size: 12px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
}
.container-body .top-container div button[data-v-9e386816]:hover {
        background: #fff;
        color: #66A3FE;
        border: 1px solid #66A3FE;
        margin: -1px;
}
.container-body .main-container[data-v-9e386816] {
    height: calc(100% - 65px) !important;
    background: #fff !important;
}
#avue-view[data-v-9e386816] {
  width: 100%;
}
.phone_child[data-v-9e386816] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ablour_button[data-v-9e386816] {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 90%;
  height: auto;
  min-height: 45px;
  border-top: 0px solid #ddd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: center;
}
.ablour_button > span[data-v-9e386816]:hover {
    color: #0977e4;
    background: #fff;
    border: 1px solid #0977e4;
}
.ablour_button > span[data-v-9e386816] {
    border: 1px solid transparent;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 100px;
    height: 40px;
    margin: 4px;
    background: #0977e4;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}
.ablour_button > span > span[data-v-9e386816] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100px;
      height: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.ablour_button > span .close-button[data-v-9e386816] {
      position: absolute;
      right: 4px;
      top: 15px;
      display: inline-block;
      width: 12px;
      height: 12px;
      background-repeat: no-repeat;
      background-size: 100% 100%;
}
.proListPanle[data-v-9e386816] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 550px;
  height: 100%;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #EBEDF2;
}
.proListPanle .titlePanle[data-v-9e386816] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ddd;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.proListPanle .bodyPanle[data-v-9e386816] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-height: calc(100% - 20px);
    height: auto;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.proListPanle .downPanle[data-v-9e386816] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-height: 20px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#main_middle[data-v-9e386816] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 550px);
  height: 100%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main_middle #phone[data-v-9e386816] {
    position: relative;
    top: -8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 352px;
    height: 750px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0px solid #999;
    border-radius: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#main_middle #phone .phone_body[data-v-9e386816] {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: transparent;
      border: 0px solid #999;
      border-radius: 33px;
      width: 93%;
      height: 90%;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
}
#main_middle #phone .phone_body > div[data-v-9e386816] {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: transparent;
        width: 95%;
        height: 95%;
}
.main-container[data-v-9e386816] {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f8f8f8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bodyPanle .proPanle .title[data-v-9e386816]::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 18px;
  background: #66A3FE;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.bodyPanle .proPanle .title[data-v-9e386816] {
  margin-top: 15px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin-bottom: 25px;
  position: relative;
}
.bodyPanle .proPanle .title > span[data-v-9e386816] {
    margin-top: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 8px;
    left: 20px;
    width: 100px;
    background: #fff;
    height: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    font-size: 16px;
    color: #292929;
}
#phone_back_body[data-v-9e386816] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.icons-container[data-v-9e386816] {
  margin: 0 !important;
  overflow: hidden;
  width: 355px !important;
  border-right: 1px solid #EBEDF2;
}
.icons-container .grid[data-v-9e386816] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-9e386816] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-9e386816] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-9e386816] {
    pointer-events: none;
}

