.CommonImportAside {
  position: fixed;
  right: 0;
  background: url(../image/91ff892998ff7ca268970c070fc4a778.png) center center no-repeat;
  bottom: 200px; }
  .CommonImportAside ul li.active a .img {
    display: none; }
  .CommonImportAside ul li.active a .text {
    display: block; }
  .CommonImportAside ul li:nth-of-type(2) a .dropdown {
    width: 136px;
    padding-right: 6px;
    height: 120px; }
  .CommonImportAside ul li:nth-of-type(3) a .dropdown {
    width: 196px;
    padding-right: 6px;
    height: 60px; }
  .CommonImportAside ul li a {
    width: 60px;
    height: 60px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .CommonImportAside ul li a .img {
      display: block; }
    .CommonImportAside ul li a .text {
      display: none;
      line-height: 1.2;
      font-size: 14px;
      color: #fff; }
    .CommonImportAside ul li a .dropdown {
      display: none;
      position: absolute;
      right: 100%; }