@charset "UTF-8";
/*上传区域添加区域*/
.compressAddFileCon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100vh - 64px);
  height: -moz-calc(100vh - 64px);
  height: calc(100vh - 64px);
  overflow: scroll;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  /* display: none; */
}

.compressAddFileMoveCon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: -webkit-calc(100vh - 64px);
  height: -moz-calc(100vh - 64px);
  height: calc(100vh - 64px);
  overflow: auto;
  width: 100%;
}

.compressAddFileMoveCon .compressSortable {
  position: absolute;
  padding: 40px 64px;
}

/*上传 item 样式*/
.addFileItem {
  position: relative;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 184px;
  width: 182px;
  margin: 12px 18px;
  background-image: url("../../compress/images/icon_add_nor.png");
  /*background-color: #ecb8b8;*/
  -o-background-size: 80px 80px;
     background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center 34px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/*删除 icon START*/
.itemFileDelete {
  position: absolute;
  height: 36px;
  width: 36px;
  top: 0;
  right: 0;
  background-image: url("../../compress/images/icon_item_del_nor.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  cursor: pointer;
}

/*上传完成 item*/
.addFileItemUploaded {
  background-image: url("../../compress/images/pic_pdf.png");
}

/*上传中.. item*/
.addFileItemUploading {
  background-image: url("../../compress/images/pic_pdf_slices.png");
}

/*添加上传文件 item*/
.addFileItemNormal {
  color: #999999;
}

.addFileItemNormal:hover {
  background-image: url("../../compress/images/icon_add_hover.png");
}

.addFileItemNormal:hover .addFileItemNormalTitle {
  color: #ffbf1a;
  background-image: url("../../compress/images/icon_add_hover.png");
}

.addFileItemTitle {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
  -o-background-size: 80px 80px;
     background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center 34px;
  font-size: 12px;
  line-height: 17px;
  color: #1a1a1a;
  padding-top: 120px;
  padding-left: 24px;
  padding-right: 24px;
}

.addFileItemNormalTitle {
  color: #999999;
}

.itemFileDelete {
  display: none;
}

.addFileItem:hover .itemFileDelete {
  display: block;
}

.addFileItem:hover {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 4px;
}

.addFileItemHover {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 4px;
}

.itemFileDelete:hover {
  background-image: url("../../compress/images/icon_item_del_hover.png");
}

.itemDeleteIconSelectHover {
  background-image: url("../../compress/images/icon_item_del_hover.png");
  display: block;
}

.itemDeleteIconHover {
  background-image: url("../../compress/images/icon_item_del_nor.png");
  display: block;
}

.addItemFile .compressAddFileTitle {
  height: 17px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 17px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: break-spaces;
  word-break: break-all;
}

/*添加文件*/
.addItemFileNor:hover {
  position: relative;
  child-align: auto;
  height: 184px;
  width: 182px;
  margin: 12px 24px;
  background-image: url("../../compress/images/icon_add_nor.png");
  /*background-color: #ecb8b8;*/
  -o-background-size: 80px 80px;
     background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
}

.compressAddFileMoveCon ul li {
  float: left;
  line-height: 27px;
}

.addItemFile .compressAddFileNorTitle {
  height: 17px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #174cf6;
  line-height: 17px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: break-spaces;
  word-break: break-all;
}

.addFileItem .loadAddFileProgress {
  display: block;
  width: 40px;
  height: 4px;
  left: -webkit-calc(50% - 20px);
  left: -moz-calc(50% - 20px);
  left: calc(50% - 20px);
  padding-top: 10px;
  line-height: 10px;
  position: absolute;
}

/*压缩完成区域START*/
.compressDown {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: -webkit-calc(100vh - 64px);
  min-height: -moz-calc(100vh - 64px);
  min-height: calc(100vh - 64px);
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* display: none; */
  /*background-color: #007aff;*/
}

/*压缩比布局*/
.compressRatioayout {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 372px;
  height: 108px;
  padding-left: 108px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 48px;
  margin-bottom: 48px;
  /*background-color: #a94442;*/
}

.progressdy {
  position: absolute;
  height: 100px;
  background-color: #174cf6;
  width: 100px;
}

/*压缩变化值*/
.compressDown .compressRatioayout .dataVariation {
  position: absolute;
  display: block;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 144px;
  margin-top: 32px;
  /*background-color: #174CF6;*/
}

.compressDown .compressRatioayout .compressRatio {
  position: absolute;
  display: block;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 144px;
  margin-top: 62px;
  /*background-color: #4cae4c;*/
}

.compressDown .compressRatioayout h2 span {
  width: 106px;
  height: 18px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

/*压缩完成区域END*/
/*压缩进度条START*/
.compressDown .compressRatioayout .example::before,
.example::after {
  content: " ";
  display: table;
}

.compressDown .compressRatioayout .example::after {
  clear: both;
}

.compressDown .compressRatioayout .example {
  width: 117px;
  height: 117px;
  clear: both;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0);
}

[class^=progress] > svg,
[class*=" progress"] > svg {
  width: 100px;
  height: 100px;
}

.compressDown .compressRatioayout .progress-1 .circle-progress-value {
  position: absolute;
  stroke-width: 8px;
  stroke: #38b86b;
  stroke-linecap: round;
}

.compressDown .compressRatioayout .progress-1 .circle-progress-circle {
  position: absolute;
  stroke-width: 8px;
  stroke: rgba(56, 184, 107, 0.1019607843);
}

.compressDown .compressRatioayout .progress-1 .circle-progress-text {
  position: absolute;
  fill: #38b86b;
  font-size: 28px;
}

/*压缩进度条END*/
/**/
.compression_finish_layout {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*display: none;*/
  background-color: #ffffff;
}

.compression_finish {
  margin: 0 auto;
  width: 1440px;
  height: 900px;
  padding-top: 60px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.compression_finish_title {
  margin: auto;
  margin-top: 144px;
  width: 50%;
  height: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #1a1a1a;
}

.compressDown .progressx {
  width: 500px;
  background-color: #f1f1f1;
  height: 16px;
  -o-background-origin: border-box;
  background-origin: border-box;
  border-radius: 26px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.compressDown .progressx::after {
  content: attr(valueText);
  /* 显示进度文本 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.progressx::-webkit-progress-bar {
  background-color: #f5f5f5;
  border-radius: 8px;
}

.progressx::-webkit-progress-value {
  background-color: #ffbf1a;
  border-radius: 8px;
}

.askForm {
  margin: 0 0 16px 0;
  width: 328px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  border-radius: 6px;
  background-color: #F8F8F9;
  height: 48px;
}
.askForm .ecInput {
  width: 308px;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  position: relative;
}
.askForm .ecInput .ecInputValue {
  border: none;
  outline: none;
  width: 90%;
  font-size: 14px;
  background-color: #F8F8F9;
  cursor: pointer;
}
.askForm .ecInput .ecInputValue::-webkit-input-placeholder {
  font-size: 14px;
  color: #1a1a1a;
}
.askForm .ecInput .ecInputValue:-moz-placeholder {
  font-size: 14px;
  color: #1a1a1a;
}
.askForm .ecInput .ecInputValue::-moz-placeholder {
  font-size: 14px;
  color: #1a1a1a;
}
.askForm .ecInput .ecInputValue:-ms-input-placeholder {
  font-size: 14px;
  color: #1a1a1a;
}
.askForm .ecInput .ecInputValue::-ms-input-placeholder {
  font-size: 14px;
  color: #1a1a1a;
}
.askForm .ecInput .ecInputValue::placeholder {
  font-size: 14px;
  color: #1a1a1a;
}
.askForm .ecInput .caret {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px solid;
  color: #a0a0a0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.askForm .dropdownMenus {
  z-index: 1;
  position: relative;
  max-height: 200px;
  width: 100%;
  display: none;
  padding: 6px 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(98, 101, 120, 0.2);
  overflow-y: scroll;
  overflow: auto;
  min-height: 46px;
}
.askForm .dropdownMenus .dropdownMenu {
  margin: 0;
  list-style: none;
}
.askForm .dropdownMenus .dropdownMenu .menuItem {
  height: 48px;
  cursor: pointer;
  line-height: 48px;
  padding-left: 16px;
  color: #252525;
  font-size: 14px;
  font-weight: 400;
}
.askForm .selectOk {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 20px;
}
.askForm .ecActive .selectOk {
  width: 14px;
  height: 6px;
  display: inline-block;
  border: 1px solid #ff9500;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  vertical-align: baseline;
}

.pubCon.pubUploadCon.compressUploadCon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: -webkit-calc(100vh - 64px);
  min-height: -moz-calc(100vh - 64px);
  min-height: calc(100vh - 64px);
  margin-top: 64px;
  /* display: none; */
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileLeft {
  max-height: -webkit-calc(100vh - 64px);
  max-height: -moz-calc(100vh - 64px);
  max-height: calc(100vh - 64px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  overflow-y: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileLeft .pubRightTit {
  display: block;
  padding-top: 56px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileLeft .pubUseRightTip.compressRightTit1 {
  margin-bottom: 20px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-height: -webkit-calc(100vh - 64px);
  max-height: -moz-calc(100vh - 64px);
  max-height: calc(100vh - 64px);
  width: 392px;
  padding-bottom: 0;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container {
  width: 360px;
  height: 100%;
  overflow-y: auto;
  padding-left: 32px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-sizing: border-box;
  width: 328px;
  height: 80px;
  margin-bottom: 12px;
  border-radius: 4px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item.signet-added {
  background: #f8f9fb;
  border-radius: 4px;
  border: 1px solid #f8f9fb;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  padding: 15px 46px 15px 15px;
  background: #f8f9fb;
  display: none;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-set-img {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-set-img .signet-img {
  width: 20px;
  height: 20px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-set-img .file-name {
  width: 340px;
  overflow: hidden;
  color: #666;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  padding-left: 6px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-operation {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-operation .signet-operation-title {
  overflow: hidden;
  color: #454545;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-operation .signet-page {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  padding: 2px 0px 1px 0px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 2px;
  border: 0.7px solid #e0e6ee;
  background: #fff;
  margin-left: 4px;
  -moz-appearance: textfield;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-operation .signet-page::-webkit-outer-spin-button, .pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-operation .signet-page::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item .signet-added-container .signet-operation .signet-total-page {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item.signet-added {
  background: #f3f8ff;
  border-radius: 4px;
  border: 1px solid #f8f9fb;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item.signet-added .signet-added-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .add-signet-container .add-signet-item.signet-added .signet-default-container {
  display: none;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .param-config-container .compressRightTit2 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 286px;
  padding-bottom: 140px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .rightBtnLayout {
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 144px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .rightBtnLayout .pubRightBtn {
  width: 328px;
  height: 72px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 191, 26, 0.4);
  border-radius: 8px;
  margin-top: 24px !important;
  cursor: pointer;
  z-index: 100;
  bottom: 40px;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .rightBtnLayout .pubRightBtn p {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.4);
  line-height: 72px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .rightBtnLayout .pubRightBtnEnable {
  width: 328px;
  height: 72px;
  background-color: rgb(255, 191, 26) !important;
  border-radius: 8px;
  margin-top: 24px !important;
  cursor: pointer;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .rightBtnLayout .pubRightBtnEnable:hover {
  background: #ffb119 !important;
}
.pubCon.pubUploadCon.compressUploadCon .uploadFileRight .rightBtnLayout .pubRightBtnEnable p {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 72px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}