.module_list_photos_content .photo_desc_half_mask {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}
.photo_desc_all_mask {
  text-align: var(--global-text-align, center);
}
.jz_screen_mobi .list_photos_slider_style[leninrow="1"] .photo_display_area li {
  width: 100%;
}
.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;
}
.waterfall_style_wrap .c__imgeffects_wrap,
.waterfall_style_wrap .photo_item {
  width: 100%;
}
.waterfall_style_wrap .photo_item_zero {
  width: 1px;
}
.module_list_photos_content {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.module_list_photos_content .link-cursor-auto {
  cursor: auto;
}
.module_list_photos_content .list_photo_wrapper {
  position: relative;
}
.list_photos_basic_style .photo_display_area,
.list_photos_swipe_style .photo_display_area {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.list_photos_swipe_style .photo_display_area {
  overflow: initial !important;
  will-change: transform;
}
.list_photos_swipe_style .photo_display_area li {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  position: relative;
  vertical-align: top;
  width: 22.2%;
}
.list_photos_basic_style .photo_display_area li {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  position: relative;
  vertical-align: top;
  width: 25%;
}
.list_photos_basic_style .photo_display_area a,
.list_photos_swipe_style .photo_display_area a {
  display: block;
  overflow: hidden;
}
.list_photos_basic_style .photo_item_img_box,
.list_photos_swipe_style .photo_item_img_box {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}
.list_photos_basic_style .photo_item,
.list_photos_swipe_style .photo_item {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: all 0.36s ease;
  width: 100%;
}
.list_photos_basic_style .photo_item_imgwrap,
.list_photos_swipe_style .photo_item_imgwrap {
  padding-bottom: 90.9090909091%;
  width: 100%;
}
.jz_screen_pc .photo_item_inner_wrap.jz_photo_layer_effect .photo_item:hover {
  transform: scale(1);
}
.list_photos_list_style .photo_display_area {
  display: flex;
  flex-wrap: wrap;
}
.list_photos_slider_style {
  padding: 0 60px;
}
.list_photos_slider_style .photo_display_area {
  white-space: nowrap;
}
.list_photos_slider_style .photo_display_area .photo_desc_style2 {
  white-space: normal;
}
.list_photos_slider_style .photo_display_area li {
  display: inline-block;
  width: 25%;
}
.list_photos_slider_style .arrow {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.15s;
  width: 40px;
  z-index: 99;
}
.list_photos_slider_style .arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.list_photos_slider_style .arrow.prev {
  left: 10px;
}
.list_photos_slider_style .arrow.next {
  right: 10px;
}
.list_photos_slider_style .arrow:before {
  background: url(/image/rimage/jz/vbg01.png?v=202608031121) -23px -268px;
  content: "";
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 10px;
}
.list_photos_slider_style .arrow.prev:before {
  left: 46%;
}
.list_photos_slider_style .arrow.next:before {
  background-position-x: -53px;
  left: 54%;
}
.list_photos_row_resp_style .photo_display_area {
  display: flex;
  flex-wrap: wrap;
}
.list_photos_row_resp_style .photo_display_area li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}
.list_photos_row_resp_style
  .photo_display_area
  li
  > div:not(.photo_desc_style2) {
  height: 100%;
  position: relative;
}
.list_photos_row_resp_style .photo_display_area a {
  display: block;
  width: 100%;
}
.list_photos_row_resp_style .photo_display_area .photo_item_wrap {
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
.list_photos_row_resp_style .photo_display_area .photo_item {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
}
.list_photos_row_resp_style .photo_display_area .photo_item_imgwrap {
  height: 100%;
  width: 100%;
}
.list_photos_row_resp_style .photo_display_area .placeholder {
  flex-basis: 240px;
  flex-grow: 100;
  height: 0;
  margin: 0;
}
.list_photos_row_resp_style .photo_display_area .photo_item {
  transition: all 0.36s ease;
}
.jz_screen_mobi .module_list_photos_content .photo_display_area {
  box-sizing: border-box;
  padding: 1.8229166667%;
}
.jz_screen_mobi .module_list_photos_content .photo_display_area li {
  padding: 1.8918918919%;
}
.jz_screen_mobi
  .list_photos_row_resp_style
  .photo_display_area
  .photo_item_wrap {
  padding: 0;
}
.jz_screen_mobi .list_photos_basic_style .photo_display_area li {
  width: 50%;
}
.jz_screen_mobi .list_photos_slider_style .photo_display_area li {
  width: 45%;
}
.jz_screen_mobi .list_photos_slider_style .arrow {
  display: none;
}
.jz_screen_mobi .list_photos_slider_style {
  margin-right: 0;
  padding: 0;
}
.jz_module_style_3 .module_list_photos_content .photo_desc_style2 {
  color: #353535;
  font-size: calc(var(--fontRatio, 1) * 16px);
  line-height: 1.4;
  padding-top: 10px;
}
.jz_screen_mobi
  .jz_module_style_3
  .module_list_photos_content
  .photo_desc_style2 {
  font-size: calc(var(--fontRatio, 1) * 13px);
}
.jz_screen_pc
  .jz_module_style_3
  .module_list_photos_content.list_photos_row_resp_style
  .photo_desc_style2 {
  padding: 0 10px 10px;
}
.jz_screen_mobi .jz_module_style_3 .pagination_compon_wrap {
  margin-top: 0;
}
.jz_screen_mobi .module_list_photos_content .photo_desc {
  padding: 12px;
}
.module_list_photos_content .photo_desc {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.4;
  padding: 12px 14px;
  position: absolute;
  text-align: var(--global-text-align, center);
  transform: translateZ(0);
  transition: all 0.3s;
  width: 100%;
}
.module_list_photos_content .photo_desc .list_photo_item_title {
  font-size: calc(var(--fontRatio, 1) * 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module_list_photos_content .photo_desc .list_photo_item_desc {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #ccc;
  display: -webkit-box;
  max-height: none;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.module_list_photos_content .photo_desc_style2 .list_photo_item_desc,
.module_list_photos_content .photo_desc_style2 .list_photo_item_title {
  white-space: pre-wrap;
  word-break: break-word;
}
.list_photo_item_title {
  font-size: calc(var(--fontRatio, 1) * 16px);
}
.jz_screen_mobi .list_photo_item_title,
.jz_screen_mobi .module_list_photos_content .photo_desc .list_photo_item_title {
  font-size: calc(var(--fontRatio, 1) * 14px);
}
.list_photo_item_desc {
  color: #666;
  font-size: calc(var(--fontRatio, 1) * 12px);
}
.list_photo_item_desc:not(:first-of-type) {
  margin-top: 8px;
}
.module_list_photos_content .photo_item_inner_wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/*# sourceMappingURL=module_listPhotos.e0d3dbd5.css.map*/
