.help-content[data-handbook-type='docdownload'] #adoutsidediv.helpcenterad {
  margin-left: 0;
  margin-right: 0;
}
.por-tooltip .por-tooltip-content {
  border-radius: 8px;
}
.docfile-list-wrap .docfile-list-head {
  display: block;
  padding: 24px 32px;
  line-height: 32px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.docfile-list-wrap .docfile-title {
  padding: 0 32px;
}
.docfile-list-wrap .docfile-list-head label {
  cursor: pointer;
}
.docfile-list-wrap .select-all {
  margin-left: 12px;
  color: #252b3a;
}
.docfile-list-wrap .select-single {
  display: inline-block;
}
.docfile-list-item {
  position: relative;
  padding: 0px 138px 0 32px;
  box-sizing: border-box;
}
.docfile-list-item>label{
  display: flex;
  align-items: center;
}
.docfile-list-item::after {
  position: absolute;
  content: '';
  width: calc(100% - 2*32px);
  height: 1px;
  bottom: 0;
  left: 32px;
  background-color: rgba(0,0,0,.08);
}
.docfile-list-item:hover {
  background-color: rgba(0,0,0,0.03);
}
.docfile-list-item .file-oper-wrap {
  position: absolute;
  right: 32px;
  top: 0;
  width: 104px;
  text-align: left;
}
.docfile-list-item .file-oper-wrap a {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  height: 24px;
  margin-top: 32px;
}
.docfile-list-item .file-oper-wrap a:last-child {
  display: inline-block;
  margin-right: 0;
  cursor: pointer;
}
.docfile-list-item .file-oper-wrap a img {
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: top;
}
.docfile-list-item .file-oper-wrap a.disabled img {
  cursor: not-allowed;
}
.docfile-list-item .file-oper-wrap img {
  width: 24px;
  height: 24px;
}
.docfile-list-wrap .file-desc-wrap {
  position: relative;
  margin-left: 16px;
  width: calc(100% - 66px);
  vertical-align: middle;
  padding: 24px 0 24px 38px;
}
.docfile-list-wrap .file-desc-wrap:hover {
  cursor: pointer;
}
.docfile-list-wrap .file-icon {
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
}
.docfile-list-wrap .file-icon img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.docfile-list-wrap .file-desc {
  max-width: calc(100% - 85px);
}
.docfile-list-wrap .file-desc .file-name {
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.docfile-list-wrap .file-desc .file-name::after {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 1px 45px;
  background: #fff;
}
.docfile-list-wrap .file-desc .file-oper-mb {
  display: none;
  color: #1476ff;
  font-size: 12px;
  line-height: 18px;
}
.docfile-list-wrap .file-desc .file-oper-mb a {
  font-size: 12px;
  color: #1476ff;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 8px;
}
.docfile-list-wrap .file-desc .file-oper-mb a.disabled {
  cursor: not-allowed;
  color: #adb0b8;
}
.docfile-list-wrap .file-desc .file-name .ellipsis {
  visibility: hidden;
}
.docfile-list-wrap .float-right {
  float: right;
}
.docfile-list-wrap .acstoolwrap {
  margin-top: 24px;
  text-align: right;
  color: #526ecc;
  padding: 0px 32px;
}
.docfile-list-wrap .acstoolwrap img {
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.docfile-list-wrap a.por-btn-secondary {
  color: #191919;
  font-size: 14px;
  line-height: 22px;
  border-color: #595959;
}
.docfile-list-wrap a.por-btn-secondary:hover {
  text-decoration: none;
  border-color: #c2c2c2;
}
.docfile-list-wrap a.por-btn-secondary[disabled] {
  color: #c2c2c2;
  border-color: transparent;
  text-decoration: none;
}

/* 移动端 */
@media screen and (max-width: 768px) {
  .support-main .help-content[data-handbook-type='docdownload'] {
    background-color: #f5f5f5;
    padding: 6px 16px 32px;
    border-radius: 0;
  }
  .docfile-list-wrap .docfile-title {
    padding: 0 16px;
  }
  .docfile-list-wrap .docfile-list-head {
    padding: 16px 16px 16px 32px;
    line-height: 24px;
    border-bottom: 0;
  }
  .docfile-list-wrap .docfile-list-item .file-oper-wrap {
    display: none;
  }
  .docfile-list-wrap .docfile-list-item {
    padding: 0 16px;
  }
  .docfile-list-wrap .docfile-list-item   .docfile-list-item {
    margin-top: 16px;
  }
  .docfile-list-item::after {
    display: none;
  }
  .docfile-list-item:hover {
    background-color: transparent;
  }
  .docfile-list-item>label {
    padding: 0 16px;
    background-color: #fff;
    border-radius: 12px;
  }
  .docfile-list-wrap .file-desc {
    max-width: calc(100% - 50px);
  }
  .docfile-list-wrap .file-desc-wrap {
    padding: 16px 0 16px 38px;
    flex-grow: 1;
  }
  .docfile-list-wrap .file-desc .file-oper-mb {
    display: block;
  }
  .docfile-list-wrap .file-desc .file-oper-mb > span {
    margin: 0 10px;
  }
  .docfile-list-wrap .acstoolwrap {
    text-align: left;
    margin-top: 16px;
    padding: 0 16px;
  }
  .docfile-list-wrap .file-desc .file-name {
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
  .docfile-list-wrap a.por-btn-secondary {
    font-size: 12px;
    line-height: 18px;
    padding: 2px 15px;
  }
}
