.pagination_compon_wrap {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-top: 10px;
  white-space: nowrap;
}
.pagination_btn,
.pagination_compon_wrap {
  font-size: calc(var(--fontRatio, 1) * 14px);
}
.pagination_btn {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #666;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 0;
  min-width: 35.5px;
  outline: none;
  padding: 0 6px;
  vertical-align: top;
}
.pagination_btn_gt,
.pagination_btn_lt {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination_btn_2 {
  background-color: transparent;
  border: 1px solid #e3e2e8;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: calc(var(--fontRatio, 1) * 14px);
  font-weight: 400;
  height: 36px;
  line-height: 0;
  outline: 0;
  padding: 0 13px;
  position: relative;
  user-select: none;
  white-space: nowrap;
}
.pagination_btn:disabled {
  background-color: transparent;
  color: #ccc !important;
  cursor: not-allowed;
}
.pagination_btn_prev {
  padding-right: 14px;
}
.pagination_btn_next {
  padding-left: 14px;
}
.pagination_btn_prev_m {
  height: 25px;
  padding-right: 20px;
}
.pagination_btn_next_m {
  height: 25px;
  padding-left: 20px;
}
.pagination_btn_next_m svg,
.pagination_btn_prev_m svg {
  width: 16px;
}
.pagination_pager {
  color: #333;
  display: inline-block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  vertical-align: top;
}
.pagination_pager .pagination_more,
.pagination_pager a {
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: calc(var(--fontRatio, 1) * 14px);
  height: 28px;
  line-height: 28px;
  margin: 0;
  min-width: 35.5px;
  padding: 0 4px;
  text-align: var(--global-text-align, center);
  vertical-align: top;
}
.pagination_pager a {
  cursor: pointer;
}
.pagination_number,
.pagination_number:active,
.pagination_number:hover,
.pagination_number:visited,
.pagination_number_1,
.pagination_number_1:active,
.pagination_number_1:hover,
.pagination_number_1:visited {
  color: inherit;
  text-decoration: none;
}
.pagination_pager a.active,
.pagination_pager_m {
  cursor: default;
}
.pagination_btn_next_1,
.pagination_btn_prev_1,
.pagination_pager_1 .pagination_number_1 {
  border: 1px solid #e3e2e8;
  height: 36px;
  line-height: 36px;
  margin-left: -1px;
  padding: 0;
  text-align: var(--global-text-align, center);
  width: 36px;
}
.pagination_btn_prev_1 {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination_btn_next_1 {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination_pager_1 .pagination_number_1 {
  min-width: 36px;
  width: auto;
}
.pagination_number_1 span {
  padding: 0 5px;
}
.pagination_pager .pagination_more_height {
  line-height: 20px;
}
.pagination_pager_1 .pagination_more {
  height: 36px;
  width: 36px;
}
.pagination_jump_input {
  height: 36px;
  width: 60px;
}
.jz-input-number.pagination_jump_input .input-number-input {
  height: 100%;
  width: 100%;
}
.pagination_compon_wrap .jz-input-number .input-number-input:focus,
.pagination_compon_wrap .jz-input-number:hover .input-number-input {
  border-color: #e3e2e8;
}
.pagination_jump_confirm {
  margin-left: 12px;
  transition: all 0.2s;
}
.pagination_jump_confirm:hover {
  color: #fff;
}
.pagination_jump_confirm.jz_button:hover {
  background-color: inherit;
  border-color: #e3e2e8;
  color: inherit;
}
.pagination_currCount {
  border-bottom: 1px solid #e3e2e8;
  border-top: 1px solid #e3e2e8;
  line-height: 36px;
  width: 36px;
}
.pagination_currCount,
.pagination_input_mobi {
  box-sizing: border-box;
  display: inline-block;
  height: 36px;
  text-align: var(--global-text-align, center);
}
.pagination_input_mobi {
  background-color: transparent;
  border: 1px solid #e3e2e8;
  border-radius: 2px;
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 14px);
  outline: none;
  padding: 0 8px;
  text-indent: 0;
  text-overflow: ellipsis;
  transition: all 0.2s;
  width: 60px;
}
.pagination_input_mobi::-webkit-inner-spin-button,
.pagination_input_mobi::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.pagination_input_mobi {
  -moz-appearance: textfield;
}
.pagination_input_mobi::-ms-clear {
  display: none;
}
.pagination_lookmore_btn {
  align-items: center;
  background: transparent;
  border: 1px solid #efefef;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: calc(var(--fontRatio, 1) * 14px);
  height: 40px;
  justify-content: center;
  line-height: 40px;
  text-align: var(--global-text-align, center);
  transition: all 0.2s;
  width: 160px;
}
.pagination_lookmore_btn:hover {
  color: #fff;
}
.pagination_lookmore_btn svg {
  margin-left: 4px;
  width: 16px;
}
.pagination_nomore_tips {
  color: #666;
  font-size: calc(var(--fontRatio, 1) * 14px);
}
.pagination_btn_next_1 svg,
.pagination_btn_prev_1 svg {
  width: 16px;
}
.pagination_total {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 14px);
  margin: 0 10px;
}
.st0[data-v-8708448e] {
  fill: #02bc9d;
}
.st0[data-v-79ff2058] {
  fill: #7d888e;
}
.file_download_container {
  width: 100%;
}
.file_download_container .file_item_download a {
  align-items: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  width: 100%;
}
.file_download_container .file_item_wrap {
  background: #fff;
}
.jz_file_download_0 .file_item_wrap {
  border-bottom: 1px dashed #e7e7e7;
  height: 58px;
}
.file_download_new_module_after_20210707 .jz_file_download_0 .file_item_wrap {
  height: auto;
  padding: 12px 0;
}
.jz_file_download_0 .file_item_wrap:last {
  border-bottom: none;
}
.jz_file_download_0 .file_item_wrap .file_item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 9px;
  width: 100%;
}
.jz_file_download_0 .file_item div {
  display: inline-block;
}
.jz_file_download_0 .file_item .file_item_message {
  align-items: center;
  display: flex;
  flex-shrink: 13;
  justify-content: space-between;
  margin-right: 5.8%;
  min-width: 50%;
  width: 86%;
}
.jz_file_download_0 .file_item .file_item_download {
  background: #f2f3f5;
  border-radius: 3px;
  box-sizing: border-box;
  height: 34px;
  min-width: 80px;
  padding: 0 10px;
  text-align: var(--global-text-align, center);
}
.jz_file_download_0 .file_item_download a {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 14px);
  font-weight: 400;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.jz_file_download_0 .file_item_message .file_item_title {
  align-items: center;
  color: #333;
  display: flex;
  flex: 1;
  font-size: calc(var(--fontRatio, 1) * 14px);
  min-width: 0;
}
.jz_file_download_0 .file_item_message .file_item_title span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.jz_file_download_0 .file_item_message .file_item_size {
  align-items: center;
  color: #666;
  display: flex;
  flex-shrink: 0;
  font-size: calc(var(--fontRatio, 1) * 14px);
  margin: 0 0 0 4%;
}
.jz_screen_pc .jz_file_download_0 .file_item_download a {
  line-height: 34px;
}
.jz_screen_mobi .jz_file_download_0 .file_item_wrap {
  height: 76px;
}
.jz_screen_mobi .jz_file_download_0 .file_item {
  padding: 0 3.7%;
}
.jz_screen_mobi .jz_file_download_0 .file_item_download {
  height: 30px;
  min-width: 70px;
}
.jz_screen_mobi .jz_file_download_0 .file_item_message {
  align-items: baseline;
  flex-direction: column;
}
.jz_screen_mobi .jz_file_download_0 .file_item_size {
  color: #999;
  font-size: calc(var(--fontRatio, 1) * 12px);
  margin: 2px 0 0;
}
.jz_screen_mobi .jz_file_download_0 .file_item_title span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-all;
}
.jz_screen_mobi .jz_file_download_0 .file_item_title {
  display: flex;
}
.jz_screen_pc .jz_file_download_1 {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
.jz_file_download_1 .file_item_wrap {
  align-items: center;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  display: flex;
  flex-shrink: 1;
  height: 100px;
  margin: 10px 0.7%;
  width: 31.6%;
}
.file_download_new_module_after_20210707 .jz_file_download_1 .file_item_wrap {
  height: auto;
  min-height: 100px;
}
.file_download_new_module_after_20210707
  .jz_file_download_1
  .file_item_wrap
  .file_item {
  height: auto;
}
.file_download_new_module_after_20210707 .jz_file_download_1 .file_item_title {
  line-height: 1.5;
}
.file_download_new_module_after_20210707
  .jz_file_download_1
  .file_item_message {
  margin-bottom: 15px;
  margin-top: 15px;
}
.jz_screen_pc
  .file_download_new_module_after_20210707
  .jz_file_download_1
  .file_item_size {
  line-height: 1.5;
  overflow: hidden;
}
.jz_file_download_1 .file_item_wrap .file_item {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
.jz_file_download_1 .file_item_message {
  display: flex;
  flex-direction: column;
  margin: 20px 12px;
  width: 70%;
}
.jz_file_download_1 .file_item_message .file_item_title {
  color: #333;
  display: flex;
  flex-shrink: 1;
  font-size: calc(var(--fontRatio, 1) * 14px);
}
.jz_file_download_1 .file_item_message .file_item_title span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-word;
}
.jz_file_download_1 .file_item .file_item_download {
  background: #f2f3f5;
  border-radius: 15px;
  height: 30px;
  min-width: 48px;
  text-align: var(--global-text-align, center);
}
.jz_file_download_1 .file_item_download a {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 14px);
  font-weight: 400;
  height: 100%;
  line-height: 34px;
  text-decoration: none;
  width: 100%;
}
.jz_file_download_1 .file_item_download a svg {
  color: #7e858c;
}
.jz_file_download_1 .file_item_download a:hover svg {
  color: #fff;
}
.jz_file_download_1 .file_item_message .file_item_size {
  color: #999;
  font-size: calc(var(--fontRatio, 1) * 12px);
  font-weight: 400px;
}
.jz_file_download_1 .file_item_title {
  line-height: 28px;
}
.jz_screen_pc .jz_file_download_1 .file_item_size {
  line-height: 20px;
}
.jz_screen_pc .jz_file_download_1 .file_item_message .file_item_title {
  font-size: calc(var(--fontRatio, 1) * 16px);
}
.jz_screen_mobi .jz_file_download_1 .file_item_wrap {
  align-items: center;
  border: none;
  border-bottom: 1px dashed #f0f0f0;
  display: flex;
  height: 76px;
  margin: 0 3.7%;
  width: 92.6%;
}
.jz_screen_mobi .jz_file_download_1 .file_item_wrap:last {
  border: none;
}
.jz_screen_mobi .jz_file_download_1 .file_item {
  height: 48px;
  margin: 0;
  width: 100%;
}
.jz_screen_mobi .jz_file_download_1 .file_item_message {
  width: 68%;
}
.jz_screen_mobi .jz_file_download_1 .file_item_size {
  line-height: 20px;
}
.jz_screen_mobi .jz_file_download_1 .file_item_title {
  font-size: calc(var(--fontRatio, 1) * 14px);
  line-height: 20px;
}
.iframe_module .module_tip span {
  text-decoration: underline;
}
.file_download_container .file_item .file_view_content {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 0;
  margin-right: 5px;
  position: relative;
  right: -5px;
  top: 1px;
}
.file_download_container .file_view_content .file_view_icon {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.jz_file_download_0 .file_item_download.file_item_download_custom_text {
  height: auto !important;
  padding-bottom: 8px;
  padding-top: 8px;
}
.jz_file_download_0 .file_item_download.file_item_download_custom_text > a {
  line-height: normal !important;
  white-space: pre;
  word-break: break-word !important;
}
.jz_screen_mobi
  .jz_file_download_0
  .file_item_download.file_item_download_custom_text
  > a {
  white-space: pre-wrap;
}
/*# sourceMappingURL=module_fileDownload.178797aa.css.map*/
