
.item .el-form-item__label {
  width: 100px;
  margin-left: 10px;
}
.item .el-form-item__content {
  margin-left: 5px;
  width: calc(90% - 103px);
}
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}

[data-v-536f4f18]:root {
  --menu-list-length:1;
}
.button-list[data-v-536f4f18] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 45px !important;
}
.button-list span[data-v-536f4f18] {
    margin: 0 5px;
}
.icons-container[data-v-536f4f18] {
  margin: 5px 20px 0;
  width: 40%;
  height: auto;
  display: inlin-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.icons-container .items[data-v-536f4f18] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
}
.icons-container .items .item-button[data-v-536f4f18] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 78px;
      height: 32px;
      border-radius: 35px;
      background: #fff;
      border: 2px solid #D3D3D3;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      font-size: 12px;
      color: #292929;
}
.icons-container .items .item-button[data-v-536f4f18]:hover, .icons-container .items .item-button.active[data-v-536f4f18] {
      cursor: pointer;
      border: 2px solid #66A3FE;
      color: #66A3FE;
}
.icons-container .items .title[data-v-536f4f18] {
      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: 10px;
      position: relative;
}
.icons-container .items .title > span[data-v-536f4f18] {
        margin-top: 0;
        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;
}
.icons-container .items .body[data-v-536f4f18] {
      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;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% - 20px);
      height: calc(100% - 16px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 10px;
}
.icons-container .items .body .icons-list[data-v-536f4f18]:nth-child(1) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-536f4f18]:nth-child(4) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-536f4f18]:nth-child(7) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-536f4f18] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 78px;
        height: 78px;
        border-radius: 4px;
        color: #292929;
        background: #fff;
        border: 1px solid #D3D3D3;
        margin: 10px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -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;
}
.icons-container .items .body .icons-list i[data-v-536f4f18] {
          display: inline-block;
          width: 24px;
          height: 24px;
          margin-top: 2px;
          margin-bottom: 2px;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-filter: invert(50%);
                  filter: invert(50%);
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.icons-container .items .body .icons-list span[data-v-536f4f18] {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%;
          height: 26px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          margin-top: 0;
          font-size: 12px;
}
.icons-container .items .body .icons-list[data-v-536f4f18]:hover, .icons-container .items .body .icons-list.active[data-v-536f4f18] {
        cursor: pointer;
        color: #fff;
        background: #66A3FE;
        border: 1px solid #66A3FE;
}
.icons-container .items .body .icons-list:hover i[data-v-536f4f18], .icons-container .items .body .icons-list.active i[data-v-536f4f18] {
          -webkit-filter: invert(0%);
                  filter: invert(0%);
}
.icons-container .items .title[data-v-536f4f18]::before {
      display: inline-block;
      content: "";
      width: 6px;
      height: 18px;
      background: #66A3FE;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 0;
}
.icons-container .grid[data-v-536f4f18] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-536f4f18] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-536f4f18] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-536f4f18] {
    pointer-events: none;
}
.container-body[data-v-536f4f18] {
  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: auto;
}
.container-body .top-container[data-v-536f4f18] {
    position: fixed;
    top: 0;
    left: 0;
    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;
    overflow: hidden;
    z-index: 2005;
}
.container-body .top-container span[data-v-536f4f18] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 150px;
      height: 44px;
      -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-536f4f18] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100px;
      height: 44px;
      -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;
      margin-bottom: 0;
}
.container-body .top-container div button[data-v-536f4f18] {
        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: 50px;
        height: 28px;
        background: #909399;
        color: #fff;
        border: 0;
        border-radius: 8px;
        font-size: 12px;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.container-body .top-container div button[data-v-536f4f18]:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
}
.container-body .main-container[data-v-536f4f18] {
    padding-top: 0;
    background: #fff !important;
}
.topBar[data-v-536f4f18] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 200px;
  border-bottom: 0 solid #D3D3D3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topBar > div[data-v-536f4f18] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.topBar .logo[data-v-536f4f18] {
    width: 76px;
    height: 76px;
    background: #EFEFEF;
    color: #24292e;
    border-radius: 50%;
}
.topBar .mainName[data-v-536f4f18] {
    font-size: 14px;
    color: #292929;
    font-weight: bold;
    margin: 5px 0;
    width: 90%;
}
.topBar .mainText[data-v-536f4f18] {
    height: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #858585;
}
.proList[data-v-536f4f18] {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.proList div[data-v-536f4f18] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
}
.proList div span[data-v-536f4f18] {
      display: block;
      width: 100px;
      height: 30px;
}
.proList div p[data-v-536f4f18] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0;
      padding: 0;
      height: auto;
}
.proList div span[data-v-536f4f18]:last-child {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: calc(100% - 100px);
      height: 36px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 10px !important;
      word-wrap: wrap;
      word-break: break-all;
}
.proList div span:last-child button[data-v-536f4f18] {
        margin-left: 10px;
}
.proList div span:last-child button[data-v-536f4f18] {
        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: 0;
        border-radius: 8px;
        font-size: 12px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
}
.proList div span:last-child button[data-v-536f4f18]:hover {
        background: #fff;
        color: #66A3FE;
        border: 1px solid #66A3FE;
}
.proList .proitem[data-v-536f4f18] {
    min-height: 30px !important;
    height: auto !important;
    overflow: hidden !important;
    margin: 0 15px 5px !important;
}
#avue-view[data-v-536f4f18] {
  width: 100%;
}
.phone_child[data-v-536f4f18] {
  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-536f4f18] {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 90%;
  height: auto;
  min-height: 45px;
  border-top: 1px solid #d3d3d3;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ablour_button > span[data-v-536f4f18] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: calc(100% / var(--menu-list-length));
    height: 45px;
    border: 0 !important;
    background: transparent;
    color: #292929;
    -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;
}
> > > .el-popover[data-v-536f4f18] {
  margin-bottom: 30px !important;
  min-width: 80px !important;
}
.proListPanle[data-v-536f4f18] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40%;
  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-536f4f18] {
    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-536f4f18] {
    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 #bodyPanle > div[data-v-536f4f18] {
      position: relative;
      display: inline-block;
      width: 100%;
}
.proListPanle .downPanle[data-v-536f4f18] {
    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-536f4f18] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 60% - 40px);
  height: 100%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main_middle #phone[data-v-536f4f18] {
    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: 0 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-536f4f18] {
      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: 0 solid #999;
      border-radius: 33px;
      width: 93%;
      height: 90%;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
}
#main_middle #phone .phone_body > div[data-v-536f4f18] {
        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;
        width: 100%;
        height: 95%;
}
#main_middle #phone .phone_body > div .middleBar[data-v-536f4f18] {
          display: inline-block;
          width: 100%;
          height: calc(100% - 252px);
}
#main_middle #phone .phone_body > div .middleBar > div > div[data-v-536f4f18] {
            width: calc(100% - 30px) !important;
            margin-left: 10px;
            height: 30px;
            font-size: 14px !important;
}
.main-container[data-v-536f4f18] {
  overflow: hidden;
  width: 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;
}
.popup-active[data-v-536f4f18] {
  background: #66A3FE !important;
  color: #fff;
}
.bodyPanle .title[data-v-536f4f18]::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 18px;
  background: #66A3FE;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.bodyPanle .title[data-v-536f4f18] {
  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;
  position: relative;
}
.bodyPanle .title > span[data-v-536f4f18] {
    margin-top: 0;
    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;
}
.popupMenu[data-v-536f4f18] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px !important;
}
.popupMenu > div[data-v-536f4f18] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 30px;
    border-top: 0 solid #D3D3D3;
    background: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.popupMenu > div[data-v-536f4f18]:first-child {
    border-top: 0 solid #D3D3D3;
}
#phone_back_body[data-v-536f4f18] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.icons-container[data-v-536f4f18] {
  margin: 0 !important;
  height: auto;
  border-right: 1px solid #EBEDF2;
  /* .right-top{
    display: flex;
    align-items: center;
  } */
}
.icons-container .grid[data-v-536f4f18] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-536f4f18] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-536f4f18] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-536f4f18] {
    pointer-events: none;
}
.icons-container .twomenu[data-v-536f4f18] {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
}
[data-v-536f4f18].el-popover {
  min-width: 100px !important;
}

