.sou {
  display: none;
}

#c_grid-116273709439191 {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255 255 255 / 30%);
}

#c_grid-116273709439191.fa_Headeron {
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 2%);
}

#c_static_001_P_67735-1737593800447 {
  width: 100%;
  transition: 0.5s all;
  display-radio: 1;
  background_radio: 2;
  padding-bottom: 0px;
  padding-top: 0px;
  position: fixed;
  max-width: none;
  min-width: 0px;
  height: 70px;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  top: 0px;
  bottom: auto;
  left: 50%;
  right: auto;
  z-index: 11;
  transform: translate(-50%, 0px);
  inset: 0px auto auto 50%;
  content: "tc";
}

#c_static_001_P_67735-1737593800447 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  display-radio: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s all;
  background_radio: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  min-width: 0px;
}

#c_static_001_P_67735-1737593800447 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_67735-1737593800447 .e_container-1 .cbox-1-0 {
  flex: 0 0 250px;
}

#c_static_001_P_67735-1737593800447 .e_container-1 .cbox-1-1 {
  align-self: center;
}

#c_static_001_P_67735-1737593800447 .xujia {
  display: none !important;
}

.kfBox {
  display: none !important;
}

#c_static_001_P_67735-1737593800447 .e_image-4 {
  overflow: hidden;
  display-radio: 1;
  max-width: 180px;
}

#c_static_001_P_67735-1737593800447 .e_image-4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level1Box {
  display: flex;
  max-width: 680px;
  margin-left: auto;
  justify-content: space-between;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_iconBox {
  height: auto;
  width: 45px;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_openIcon {
  width: 100%;
  height: 36px;
  margin: 0;
  fill: rgba(27, 82, 255, 1);
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_closeIcon {
  width: 100%;
  height: 30px;
  margin: 0;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_navButton {
  display: none;
}

/* 修改原有样式，添加过渡动画 */
#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Box {
  display: none;
  height: 0;
  /* 初始高度为0 */
  padding: 0;
  background: #ededed;
  width: 235px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99;
  transform: translateX(-50%);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  opacity: 0;
  /* 初始透明 */
  transition: all 0.2s ease;
  /* 过渡动画：所有属性变化在0.5秒内完成 */
}

/* 显示状态的辅助类 */
#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Box.show {
  opacity: 1;
  /* 完全显示 */
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level3Box {
  display: none;
  height: auto;
  padding: 15px 0;
  background: #f5f5f5;
  width: 130px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9;
  border-radius: 5px;
  border-top-left-radius: 0px;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level1Item {
  position: relative;
  border: none;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Item {
  position: relative;
  width: 100%;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level3Item {
  width: 100%;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level1Item a {
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  font-family: "ad133bfd-e45e-4db0-b318-9dce39c7646b";
  display: block;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_menu1Item a:hover {
  color: var(--yx_Color) !important;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Item a {
  font-size: 14px;
  padding: 0 20px;
  line-height: 40px;
  display: block;
  text-align: center;
  transition: all ease 0.3s;
  color: #666;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Item a:hover {
  background: var(--fc);
  color: #fff;
}

#c_static_001_P_67735-1737593800447 .yuBox {
  width: 100%;
  max-width: 130px;
  height: auto;
  position: relative;
}

#c_static_001_P_67735-1737593800447 .yu1 {
  width: 100%;
  display: block;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #999;
  border: 1px solid #fafafa;
  border-radius: 30px;

  position: relative;
}

.yu1:before {
  content: "";
  width: 7px;
  height: 5px;
  position: absolute;
  right: 15px;
  top: 16px;
}

.fa_Headeron {
  background-color: #fff !important;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.fa_Headeron .p_level1Item a {
  color: #333 !important;
}

.fa_Headeron .e_image-18 {
  display: none;
}

.fa_Headeron .e_image-16 {
  display: block !important;
}

.e_image-16 {
  display: none;
}

#c_static_001_P_67735-1737593800447 .sou {
  display: none !important;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 {
  display-radio: 1;
}

#c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_menu1Item {
  display-radio: 1;
  font-size: 18px;
  font-family: "3cb0c743-5897-4a2f-a710-ff8967a8c796";
}

#c_static_001_P_67735-1737593800447 .e_container-1 .cbox-1-2 {
  flex: 0 0 230px;
  align-self: center;
}

#c_static_001_P_67735-1737593800447 .e_container-1 .p_item {
  display-radio: 1;
}

#c_static_001_P_67735-1737593800447 .e_image-16 {
  overflow: hidden;
  display-radio: 1;
  max-width: 180px;
  margin-top: 5px;
}

#c_static_001_P_67735-1737593800447 .e_image-16 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_67735-1737593800447.response-animated .e_image-16 {
  animation-name: none, none;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  animation-iteration-count: 1, 1;
}

#c_static_001_P_67735-1737593800447 .e_languageNew-17 {
  position: relative;
  width: 130px;
  height: 42px;
  font_radio: 1;
  display-radio: 1;
  margin-left: auto;
  margin-right: 0px;
}

#c_static_001_P_67735-1737593800447 .e_languageNew-17 .p_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 21px;
  background-color: #fff;
}

#c_static_001_P_67735-1737593800447 .e_languageNew-17 .p_current {
  line-height: 42px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 40px 0 20px;
  cursor: pointer;
}

#c_static_001_P_67735-1737593800447 .e_languageNew-17 .p_current .icon {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  transition: all 0.2s;
}

#c_static_001_P_67735-1737593800447
  .e_languageNew-17.p_active
  .p_current
  .icon {
  transform: translateY(-50%) rotate(-180deg);
}

#c_static_001_P_67735-1737593800447 .e_languageNew-17 .p_options {
  height: auto;
  max-height: 0;
  transition: all 0.2s;
  overflow: auto;
}

#c_static_001_P_67735-1737593800447 .e_languageNew-17.p_active .p_options {
  height: auto;
  max-height: 252px;
}

#c_static_001_P_67735-1737593800447 .e_languageNew-17 .p_item {
  line-height: 42px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  color: #8d8888;
  font-weight: normal;
}

#c_static_001_P_67735-1737593800447 .e_languageNew-17 .p_selected {
  color: #409eff;
}

#c_static_001_P_67735-1737593800447 .e_image-18 {
  overflow: hidden;
  display-radio: 1;
  max-width: 180px;
  margin-top: 5px;
}

#c_static_001_P_67735-1737593800447 .e_image-18 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 保留原有的媒体查询条件 */
@media screen and (max-width: 768px) {
  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level1Box {
    display: block;
    width: 100%;
  }

  .fa_Headeron
    #c_static_001_P_67735-1737593800447
    .e_navigationA-6
    .p_openIcon {
    fill: #080808;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_iconBox {
    display: block;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_navContent {
    display: none;
    padding: 20px;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fbfbfb;
    z-index: 99;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_navButton {
    display: flex;
    justify-content: flex-end;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Box,
  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level3Box {
    padding: 0 0 0 30px;
    background: none;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_jtIcon {
    float: right;
    transition: 0.5s;
    height: 30px;
    margin-top: 10px;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_jtHover {
    transition: 0.5s;
    transform: rotate(90deg);
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Box,
  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level3Box {
    width: 100%;
    left: 0;
    transform: translateX(0);
    position: inherit;
    border-radius: 0;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level1Item {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    line-height: 50px;
    font-size: 14px;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level1Item a,
  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Item a {
    line-height: 50px;
    font-size: 14px;
    padding: 0;
    display: inline;
    text-align: left;
    opacity: 1;
    color: #333;
  }

  #c_static_001_P_67735-1737593800447 .e_container-1 {
    min-height: 60px;
  }

  #c_static_001_P_67735-1737593800447 .e_container-1 .cbox-1-0 {
    flex: 0 0 160px;
    align-self: center;
  }

  #c_static_001_P_67735-1737593800447 .p_menu2Item .p_jtIcon {
    display: none;
  }

  #c_static_001_P_67735-1737593800447 .sou {
    display: block;
    width: 22px;
    height: 22px;

    position: absolute;
    right: 55px;
    top: 7px;
  }

  #c_static_001_P_67735-1737593800447 .huiyuan {
  
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    right: 55px;
    top: 4px;
  }

  #c_static_001_P_67735-1737593800447.w_nav .p_openIcon {
    fill: #333;
  }

  #c_static_001_P_67735-1737593800447.w_nav .sou {

  }

  #c_static_001_P_67735-1737593800447.w_nav .huiyuan {

  }

  #c_static_001_P_67735-1737593800447 .xujia {
    width: 75px;
    line-height: 32px;
    display: block;
    position: absolute;
    right: 100px;
    top: 1px;
    text-align: center;
    border: 1px solid #ddd;
    color: #ddd;
    border-radius: 8px;
  }

  #c_static_001_P_67735-1737593800447.w_nav .xujia {
    border: 1px solid #333;
    color: #333;
  }

  #c_static_001_P_67735-1737593800447 .e_container-1 .cbox-1-2 {
    flex: 0 0 100px;
  }

  #c_static_001_P_67735-1737593800447 .e_languageNew-17 {
    display: none;
  }
}
/* 保留原有的媒体查询条件 */
@media screen and (min-width: 769px) {
  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_jtIcon {
    transform: rotate(90deg);
    display: none;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_level2Item .p_jtIcon {
    display: none;
  }

  #c_static_001_P_67735-1737593800447 .e_navigationA-6 .p_iconBox {
    display: none;
  }

  #c_static_001_P_67735-1737593800447.fa_Headeron .yu1 {
    color: #fff;
  }

  #c_static_001_P_67735-1737593800447.fa_Headeron .yu1:before {

  }

  #c_static_001_P_67735-1737593800447 .myuBox {
    display: none;
  }

  #c_static_001_P_67735-1737593800447.w_nav .e_container-1 {
    align-items: center;
  }

  #c_static_001_P_67735-1737593800447.w_nav .e_navigationA-6 .p_menu1Item a {
    color: #333;
    line-height: 80px;
  }

  .huiyuan {
    display: none;
  }

  .xujia {
    display: none;
  }

  #c_static_001_P_67735-1737593800447.w_nav {
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
  }

  #c_static_001_P_67735-1737593800447 .e_languageNew-17 {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001_P_67735-1737593800447 .e_container-1 .cbox-1-0 {
    flex: 0 0 180px;
  }

  #c_static_001_P_67735-1737593800447 .e_container-1 .cbox-1-2 {
    flex: 0 0 140px;
  }

  #c_static_001_P_67735-1737593800447 .e_languageNew-17 {
    font_radio: 1;
    display-radio: 1;
  }

  #c_static_001_P_67735-1737593800447 .e_container-1 {
    background_radio: 1;
    display-radio: 1;
  }
}

#c_static_001_P_67736-1737596490460 {
  min-height: 300px;
  display-radio: 1;
  background_radio: 2;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-container {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-slide {
  overflow: hidden;
  background: #fff;
  z-index: 10;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-slide-active {
  z-index: 11;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_slide {
  background-position: center center;
  background-size: cover;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display-radio: 1;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .P_link_img {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #000;
  width: 100%;
  background-size: cover;
  transition: all ease 2s;
  transform: scale(1.1);
  overflow: hidden;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

#c_static_001_P_67736-1737596490460
  .e_bannerD-1
  .swiper-slide-active
  .P_link_img {
  transform: scale(1);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_videoPoster {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  transition: transform ease 2s;
  transform: scale(1);
  cursor: pointer;
  z-index: 19;
}

#c_static_001_P_67736-1737596490460
  .e_bannerD-1
  .swiper-slide-active
  .p_videoPoster {
  transform: scale(1);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .P_link_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.18);
  width: auto;
  opacity: 0.9;
  height: 100%;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_videoPoster img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.18);
  width: auto;
  height: 100%;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_info {
  position: absolute;
  top: 73%;
  left: 48%;
  width: 80%;
  /* padding-right:29%;
*/
  z-index: 22;
  transform: translate(-50%, -50%);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_info_fivebox {
  width: 100%;
  display-radio: 1;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_entitle {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  font-family: "2c588f7d-e16a-48f7-9539-ce91de32b43b";
  line-height: 1.6;
  text-shadow: 3px 0 10px rgb(22 78 145 / 40%);
  transition: all ease 2s 0.5s;
  opacity: 0;
  transform: translateY(40px);
  display-radio: 1;
}

#c_static_001_P_67736-1737596490460
  .e_bannerD-1
  .swiper-slide-active
  .p_entitle {
  opacity: 1;
  transform: translateY(0px);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btitle {
  color: #fff;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 3px 0 10px rgb(139 140 140 / 40%);
  transition: all ease 2s 0.7s;
  opacity: 0;
  transform: translateY(40px);
  display-radio: 1;
  /* font-family:Microsoft JhengHei;
*/
  font-size: 4vw;
  font-family: Microsoft JhengHei;
  font-weight: bold;
}

#c_static_001_P_67736-1737596490460
  .e_bannerD-1
  .swiper-slide-active
  .p_btitle {
  opacity: 1;
  transform: translateY(0px);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_summary {
  color: #fff;
  font-size: 2vw;
  line-height: 1.6;
  margin-top: 20px;
  transition: all ease 2s 1s;
  opacity: 0;
  transform: translateY(40px);
  display-radio: 1;
  font-family: Microsoft JhengHei;
}

#c_static_001_P_67736-1737596490460
  .e_bannerD-1
  .swiper-slide-active
  .p_summary {
  opacity: 1;
  transform: translateY(0px);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_cspan {
  position: relative;
  margin-top: 10px;
  display: block;
  transition: all ease 2s 0.8s;
  opacity: 0;
  transform: translateY(40px);
  max-width: 1050px;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_button {
  display: inline-block;
  margin-top: 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  width: 100%;
  max-width: 150px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transform: translateY(40px);
  transition: all ease 0.3s, transform ease 0.8s 0.9s, opacity ease 0.8s 0.9s;
  display: none;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_button:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #333;
}

#c_static_001_P_67736-1737596490460
  .e_bannerD-1
  .swiper-slide-active
  .p_button {
  opacity: 1;
  transform: translateY(0px);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-slide-active .p_cspan {
  opacity: 1;
  transform: translateY(0px);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_cspan::before {
  content: "";
  width: 90%;
  height: 4px;
  border-radius: 0;
  background: #fff;
  display: inline-block;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_cspan::before {
  background: #fff;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_scrool {
  position: absolute;
  left: calc((100% - 90px) / 2);
  bottom: 40px;
  color: #fff;
  width: 90px;
  z-index: 10;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_scrool span {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: arial;
  line-height: 20px;
  margin-top: 12px;
  font-size: 12px;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_scrool i {
  display: block;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  border-radius: 12px;
  border: 2px #fff solid;
  position: relative;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_scrool i:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 3px;
  animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
  from {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  to {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_kongjian {
  position: absolute;
  right: 0;
  width: 100%;
  border-left: 1px solid rgb(255 255 255 / 10%);
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100px;
  pointer-events: none;
  display: none;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: auto;
  right: auto;
  transform: translate(50%, -50%);
  left: 7%;
  width: auto;
  height: auto;
  bottom: 40px;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-pagination-bullet {
  margin: 3px 5px !important;
  background: hsl(0deg 0% 100% / 40%);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all ease 0.3s;
}

#c_static_001_P_67736-1737596490460
  .e_bannerD-1
  .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 15px;
  background: rgb(255 255 255);
}

#c_static_001_P_67736-1737596490460
  .e_bannerD-1
  .swiper-pagination-bullet:hover {
  background: rgb(255 255 255);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_next {
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  transition: all ease 0.3s;
  position: static;
  margin: 0 auto;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_next::after {
  font-size: 16px;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_next:hover {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_next:hover::after {
  color: var(--lqq_Color);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_prev {
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  transition: all ease 0.3s;
  position: static;
  margin: 0px 20px 0px 0px;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_prev::after {
  font-size: 16px;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_prev:hover {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_prev:hover::after {
  color: var(--lqq_Color);
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .videoContent {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .videoContent video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_video_button {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 160px;
  z-index: 110;
  max-width: 100px;
  height: 50px;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_videobtm {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
  display: block;
  position: absolute;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  display: none;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_video_button svg {
  margin: 0 auto;
  width: 15px;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_arr {
  max-width: 120px;
  width: 100%;
  position: absolute;
  right: 7%;
  bottom: 40px;
  height: auto;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_videobtm:hover {
  background: #0e70b9;
  border: 2px solid #0e70b9;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 .video_cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(13 24 19 / 40%);
  z-index: 21;
  opacity: 1;
}

#c_static_001_P_67736-1737596490460 .swiper-button-next {
  background: none !important;
}

#c_static_001_P_67736-1737596490460 .swiper-button-prev {
  background: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background: none !important;
  color: #fff;
  border-radius: 40px;
  z-index: 1001;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border-radius: 60px !important;
}

#c_static_001_P_67736-1737596490460 .e_bannerD-1 {
  background_radio: 1;
  display-radio: 1;
}

/* 保留原有的媒体查询条件 */
@media screen and (max-width: 768px) {
  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_info_fivebox {
    width: 100%;
    padding-bottom: 0px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_info {
    width: 80%;
    padding-right: 0;
    margin-left: 0px;
    top: 80%;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_scrool {
    display: none;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_summary {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 10px;
    display-radio: 1;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_entitle {
    font-size: 16px;
    display-radio: 1;
    display: none;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btitle {
    font-size: 24px;
    display-radio: 1;
    font-weight: bold;
    letter-spacing: 0px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_cspan::before {
    width: 25px;
    height: 2px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_kongjian {
    max-width: 55px;
    display: none;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_arr {
    max-width: 55px;
    display: none;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_video_button {
    max-width: 55px;
    bottom: 106px;
    height: 28px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 3px !important;
  }

  #c_static_001_P_67736-1737596490460
    .e_bannerD-1
    .swiper-pagination-bullet-active {
    width: 20px;
  }

  #c_static_001_P_67736-1737596490460
    .e_bannerD-1
    .swiper-pagination-bullet:hover {
    height: 6px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_prev {
    width: 28px;
    height: 28px;
    margin: 5px auto 0;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_video_button span {
    width: 28px;
    height: 28px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_next {
    width: 28px;
    height: 28px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_prev::after {
    font-size: 12px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_btn_next::after {
    font-size: 12px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-container {
    height: 45vh;
    margin-top: 0px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_cspan {
    margin-top: 0px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_video_button svg {
    width: 12px;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .swiper-pagination {
    right: auto;
    top: auto;
    bottom: 15px;
    left: auto;
    width: 100%;
    justify-content: center;
    height: auto;
    transform: unset;
    flex-direction: row;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .videoContent video {
    height: 100%;
    width: auto;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_scrool span {
    display: none;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .P_link_img {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media screen and (min-width: 769px) {
  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_summary {
    max-width: 1060px;
    text-shadow: 3px 0 10px rgb(22 78 145 / 40%);
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_info_fivebox {
    width: 100%;
  }

  #c_static_001_P_67736-1737596490460 .e_bannerD-1 .p_info {
    width: 70%;
    padding-right: 20%;
  }
}

#c_static_001_P_67771-1737598010278 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  width: 94%;
  max-width: 1600px;
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-fill-value: background-image;

  background-image: url(../image/96850938-1faf-477e-be78-cc269a4fe1d8.png);
  padding-bottom: 100px;
}

#c_static_001_P_67771-1737598010278 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
}

#c_static_001_P_67771-1737598010278 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_67771-1737598010278 .e_text-2 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  margin-top: 100px;
}

#c_static_001_P_67771-1737598010278 .e_text-3 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 40px;
  font-weight: normal;
  color: #ebebeb;
  font-family: Arial;
}

#c_static_001_P_67771-1737598010278 .e_image-4 {
  overflow: hidden;
  display-radio: 1;
  max-width: 679px;
  margin-right: 0px;
  margin-left: auto;
  width: 90%;
}

#c_static_001_P_67771-1737598010278 .e_image-4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_67771-1737598010278 .e_container-1 .cbox-1-0 {
  align-self: center;
}

#c_static_001_P_67771-1737598010278 .e_text-6 {
  line-height: 35px;
  font_radio: 2;
  text-indent: 2em;
  display-radio: 1;
  font-size: 16px;
  color: #3b3b3b;
  margin-top: 3%;
  margin-bottom: 0px;
  font-family: PingFangSC;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_page {
  text-align: center;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_s_option {
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_67771-1737598010278
  .e_loop-7
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_67771-1737598010278
  .e_loop-7
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_67771-1737598010278
  .e_loop-7
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_67771-1737598010278
  .e_loop-7
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_67771-1737598010278
  .e_loop-7
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_67771-1737598010278
  .e_loop-7
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_split {
  margin: 0 5px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .input-check,
#c_static_001_P_67771-1737598010278 .e_loop-7 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .position-left {
  display: flex;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .position-top {
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_filter_result {
  display: inline-block;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_contclear {
  cursor: pointer;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .swiper-container {
  padding-bottom: 30px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_filter_result {
  display: none;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_contclear {
  display: none;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_67771-1737598010278 .e_container-8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

#c_static_001_P_67771-1737598010278
  .e_loop-7
  .p_list
  .p_loopitem:nth-child(1):before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#c_static_001_P_67771-1737598010278 .e_loop-7 .p_list .p_loopitem:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#c_static_001_P_67771-1737598010278 .e_container-8 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_67771-1737598010278 .e_text-10 {
  line-height: 1.5;
  font_radio: 2;
  display-radio: 1;
  text-align: center;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
}

#c_static_001_P_67771-1737598010278 .e_scrollNumber-11 {
  height: 60px;
  line-height: 60px;
  font-size: 62px;
  font_radio: 2;
  display-radio: 1;
  text-align: center;
  margin-bottom: 5%;
  font-family: Arial;
}

#c_static_001_P_67771-1737598010278 .p_num.js_roll {
  color: #f0872b;
  font-weight: bold;
}

#c_static_001_P_67771-1737598010278 .e_loop-7 {
  display-radio: 1;
  max-width: 1360px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#c_static_001_P_67771-1737598010278 .e_container-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  margin-top: 3%;
  background-fill-value: background-color;
  margin-bottom: 0px;
}

#c_static_001_P_67771-1737598010278 .e_container-12 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_67771-1737598010278 .e_video-14 {
  width: 100%;
  position: relative;
  display-radio: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

#c_static_001_P_67771-1737598010278 .e_video-14 video {
  width: 100%;
  display: block;
}

#c_static_001_P_67771-1737598010278 .e_video-14 .p_video {
  position: relative;
}

#c_static_001_P_67771-1737598010278 .e_video-14 .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_67771-1737598010278 .e_video-14 .cover .coverImage {
  width: 100%;
  height: 100%;
}

#c_static_001_P_67771-1737598010278 .e_video-14 .cover .coverImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_67771-1737598010278 .e_video-14 .cover .playBtn {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -40px auto auto -40px;
  cursor: pointer;
}

#c_static_001_P_67771-1737598010278 .e_container-18 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 86%;
  background_radio: 1;
  display-radio: flex;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 20%;
}

#c_static_001_P_67771-1737598010278 .e_container-18 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_67771-1737598010278 .e_text-19 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 30px;
  color: rgba(0, 0, 0, 1);
  font-family: PingFangSC;
  font-weight: bold;
}

#c_static_001_P_67771-1737598010278 .e_text-20 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #a1acc9;
  margin-bottom: 6%;
  margin-top: 5px;
  font-family: Arial;
}

#c_static_001_P_67771-1737598010278 .e_container-12 .cbox-12-0 {
  flex: 0 0 29%;
  margin-right: 10px;
}

#c_static_001_P_67771-1737598010278 .e_text-21 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 20px;
  color: #000000;
  white-space: pre-line;
  font-family: PingFangSC;
}

#c_static_001_P_67771-1737598010278 .e_container-23 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  background-fill-value: background-image;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

#c_static_001_P_67771-1737598010278 .e_container-23 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_67771-1737598010278 .e_container-23 .p_item {
  display-radio: 1;
}

#c_static_001_P_67771-1737598010278 .e_container-37 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
}

#c_static_001_P_67771-1737598010278 .e_container-37 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_67771-1737598010278 .e_scrollNumber-11 .p_num {
  display-radio: 1;
  color: rgba(27, 82, 255, 1);
}

#c_static_001_P_67771-1737598010278 .e_scrollNumber-11 .p_plus {
  display-radio: 1;
  font-size: 16px;
}

#c_static_001_P_67771-1737598010278 .e_container-18 .p_item {
  display-radio: 1;
}

#c_static_001_P_67771-1737598010278 .e_text-41 {
  line-height: 35px;
  font_radio: 2;
  display-radio: 1;
  text-indent: 2em;
  font-size: 16px;
  color: #3b3b3b;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: PingFangSC;
}

#c_static_001_P_67771-1737598010278 .e_text-42 {
  line-height: 35px;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  text-indent: 2em;
  color: #3b3b3b;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: PingFangSC;
}

#c_static_001_P_67771-1737598010278 .e_text-43 {
  line-height: 35px;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  text-indent: 2em;
  color: #3b3b3b;
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: PingFangSC;
}

/* 保留原有的媒体查询条件 */
@media screen and (max-width: 768px) {
  #c_static_001_P_67771-1737598010278 .e_loop-7 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
  }

  #c_static_001_P_67771-1737598010278 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
  }

  #c_static_001_P_67771-1737598010278 .e_container-1 .cbox-1-0 {
    align-self: flex-start;
    margin-top: 6%;
  }

  #c_static_001_P_67771-1737598010278 .e_image-4 {
    overflow: hidden;
    display-radio: 1;
    max-width: none;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
  }

  #c_static_001_P_67771-1737598010278 .e_text-6 {
    line-height: 26px;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_67771-1737598010278
    .e_loop-7
    .p_list
    .p_loopitem:nth-child(1):before {
    content: "";
    display: block;
    width: 0px;
    height: 60px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #c_static_001_P_67771-1737598010278 .e_loop-7 {
    width: 100%;
  }

  #c_static_001_P_67771-1737598010278 .e_text-41 {
    line-height: 26px;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_67771-1737598010278 .e_text-42 {
    line-height: 26px;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_67771-1737598010278 .e_text-43 {
    line-height: 26px;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #c_static_001_P_67771-1737598010278 .e_container-12 {
    background_radio: 1;
    display-radio: 1;
    flex-direction: column;
  }

  #c_static_001_P_67771-1737598010278 .e_container-23 .p_item {
    display-radio: 1;
  }

  #c_static_001_P_67771-1737598010278 .e_text-19 {
    font_radio: 1;
    display-radio: 1;
    margin-top: 0px;
    display: none;
  }

  #c_static_001_P_67771-1737598010278 .e_container-18 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  #c_static_001_P_67771-1737598010278 .e_container-37 {
    background_radio: 1;
    display-radio: 1;
    padding-top: 0px;
  }

  #c_static_001_P_67771-1737598010278 .e_text-2 {
    font_radio: 2;
    display-radio: 1;
    margin-top: 30px;
    font-size: 28px;
    line-height: 1.8;
    text-align: left;
  }

  #c_static_001_P_67771-1737598010278 .e_text-3 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    line-height: 1.8;
    text-align: left;
  }

  #c_static_001_P_67771-1737598010278 .e_scrollNumber-11 .p_num {
    display-radio: 1;
    font-size: 30px;
  }

  #c_static_001_P_67771-1737598010278 .e_text-10 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    line-height: 1.8;
    text-align: center;
  }

  #c_static_001_P_67771-1737598010278 .e_scrollNumber-11 {
    font_radio: 1;
    display-radio: 1;
    height: 50px;
    max-height: none;
    min-height: 0px;
  }

  #c_static_001_P_67771-1737598010278 .e_text-20 {
    display: none;
  }

  #c_static_001_P_67771-1737598010278 .e_text-21 {
    font_radio: 1;
    display-radio: 1;
    padding-top: 0px;
    margin-top: 0px;
  }

  #c_static_001_P_67771-1737598010278 .e_video-14 {
    width: 100%;
    position: relative;
    display-radio: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }

  #c_static_001_P_67771-1737598010278 {
    background_radio: 2;
    display-radio: 1;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001_P_67771-1737598010278 .e_loop-7 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
  }
}
#c_static_001_P_67782-17453688053260 {
  display-radio: 1;
  padding-left: 0px;
  background-fill-value: background-image;
  background-image: url(../image/4f77ac6a-bea7-4fa9-a63e-84f161dcc600.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 6%;
  padding-bottom: 6%;
  background_radio: 2;
  background-size: cover;
  margin-top: 0px;
}

#c_static_001_P_67782-17453688053260 .e_container-1 {
  display: flex;
  flex-direction: row;
  width: 94%;
  display-radio: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background_radio: 2;
  background-fill-value: background-image;
  background-position: bottom left;
  background-repeat: no-repeat;
}

#c_static_001_P_67782-17453688053260 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_67782-17453688053260 .e_text-3 {
  line-height: 1;
  font_radio: 2;
  display-radio: 1;
  font-size: 40px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 1%;
  font-family: "roboto-regular";
}

#c_static_001_P_67782-17453688053260 .e_text-5 {
  line-height: 1.5;
  font_radio: 2;
  display-radio: 1;
  font-size: 20px;
  font-family: Arial;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  width: 93%;
  margin-left: 5px;
}

#c_static_001_P_67782-17453688053260 .swiper-button-next {
  display: none;
}

#c_static_001_P_67782-17453688053260 .swiper-button-prev {
  width: 60px;
  height: 28px;
  background-repeat: no-repeat !important;
  background-position: top right !important;
  top: 80%;
}

#c_static_001_P_67782-17453688053260 .swiper-button-prev:after {
  display: none;
}

#c_static_001_P_67782-17453688053260 .e_container-1 .p_item {
  display-radio: 1;
}

#c_static_001_P_67782-17453688053260 .e_container-1 .cbox-1-0 {
  flex: 0 0 auto;
}

#c_static_001_P_67782-17453688053260 .e_line-11 {
  line_radio: 2;
  display-radio: 1;
  border-top-style: solid;
  border-top-width: 46px;
  border-top-color: rgba(27, 82, 255, 1);
  width: 10px;
  height: 100px;
  margin-right: 15px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #c_static_001_P_67782-17453688053260 {
    display-radio: 1;
    padding-left: 0px;
    background_radio: 2;
  }

  #c_static_001_P_67782-17453688053260 .e_text-3 {
    border-left-width: 10px;
    font_radio: 2;
    display-radio: 1;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 0px;
  }

  #c_static_001_P_67782-17453688053260 .e_container-1 {
    display-radio: 1;
    flex-direction: column;
    background_radio: 1;
    padding-top: 0px;
  }

  #c_static_001_P_67782-17453688053260 .e_text-5 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  #c_static_001_P_67782-17453688053260 .e_container-1 .p_item {
    display-radio: 1;
  }

  #c_static_001_P_67782-17453688053260 .swiper-button-prev {
    width: 60px;
    height: 28px;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    top: 90%;
  }

  .a #c_static_001_P_67782-17453688053260 .e_container-1 .p_item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001_P_67782-17453688053260 .e_text-3 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1;
  }

  #c_static_001_P_67782-17453688053260 .e_text-5 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1;
  }

  #c_static_001_P_67782-17453688053260 .e_container-1 .cbox-1-0 {
    flex: 0 0 50%;
  }

  #c_static_001_P_67782-17453688053260 .e_container-1 .cbox-1-1 {
    flex: 0 0 41%;
  }

  #c_static_001_P_67782-17453688053260 .swiper-slide.p_rollSlide {
    padding: 0;
  }

  #c_static_001_P_67782-17453688053260 .swiper-button-prev {
    top: 90%;
  }
}

@media screen and (max-width: 1550px) and (min-width: 1366px) {
  #c_static_001_P_67782-17453688053260 .e_text-5 {
    font_radio: 2;
    display-radio: 1;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.51);
    line-height: 1.8;
    text-align: left;
    font-family: "阿里妈妈数黑体";
    font-weight: normal;
  }

  #c_static_001_P_67782-17453688053260 {
    background_radio: 2;
    display-radio: 1;
  }
}

#c_grid-1737601034506 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background_radio: 2;
  display-radio: 1;
  background-color: rgba(237, 241, 247, 1);
  min-height: 500px;
}

#c_grid-1737601034506 .p_gridbox::after {
  content: "";
  clear: left;
  display: block;
}

#c_grid-1737601034506 > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}

#c_grid-1737601034506 > div > .p_gridCell {
  float: left;
  position: static;
}

#c_grid-1737601034506 > .p_gridbox.signal {
  min-height: inherit;
}

#c_grid-1737601034506 > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}

#c_grid-1737601034506 .p_gridCell {
  display-radio: 1;
}

#c_static_001_P_64442-17393728460110 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-fill-value: background-image;
}

@media screen and (max-width: 768px) {
  #c_grid-1737601034506 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }

  #c_grid-1737601034506 .p_gridCell {
    display-radio: 1;
  }
}
@media screen and (min-width: 769px) {
  #c_grid-1737601034506 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
#c_static_001-1737609187385 {
  min-height: 0px;
  background_radio: 2;
  display-radio: 1;
  background-color: rgba(237, 241, 247, 1);
}

#c_static_001-1737609187385 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1600px;
  min-width: 0px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#c_static_001-1737609187385 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001-1737609187385 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
}

#c_static_001-1737609187385 .e_container-2 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001-1737609187385 .e_text-3 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  margin-top: 100px;
}

#c_static_001-1737609187385 .e_text-4 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 20px;
  font-weight: normal;
  color: rgba(102, 102, 102, 1);
  margin-top: 20px;
}

#c_static_001-1737609187385.response-animated {
  animation-name: none, none;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  animation-iteration-count: 1, 1;
}

@media screen and (max-width: 768px) {
  #c_static_001-1737609187385 .e_text-3 {
    font_radio: 2;
    display-radio: 1;
    font-size: 28px;
    line-height: 1.8;
    text-align: left;
    margin-top: 40px;
  }

  #c_static_001-1737609187385 .e_text-4 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666;
    line-height: 1.8;
    text-align: left;
    margin-top: 0px;
  }

  #c_static_001-1737609187385 .e_container-2 {
    background_radio: 1;
    display-radio: 1;
    padding-top: 0px;
  }

  #c_static_001-1737609187385 .e_container-2 .p_item {
    display-radio: 1;
  }
}

#c_magiccube_009-1739366788746 {
  background_radio: 2;
  display-radio: 1;
  max-width: 1600px;
  background-color: rgba(237, 241, 247, 1);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

#c_magiccube_009-1739366788746 .p_tab_wrapper {
  display: flex;
}

#c_magiccube_009-1739366788746 .p_right {
  flex-direction: row-reverse;
}

#c_magiccube_009-1739366788746 .p_top {
  flex-direction: column;
}

#c_magiccube_009-1739366788746 .p_bottom {
  flex-direction: column;
}

#c_magiccube_009-1739366788746 .content-box {
  display: none;
  min-height: 300px;
  overflow: hidden;
}

#c_magiccube_009-1739366788746 .top .tab-item,
#c_magiccube_009-1739366788746 .bottom .tab-item {
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 12px;
  margin-bottom: -1px;
  padding-top: 12px;
  border-radius: 100px;
  margin-bottom: -1px;
  text-overflow: ellipsis;
}

#c_magiccube_009-1739366788746 .top .tab-item:hover {
  background-color: #1b52ff;
  color: #fff;
}

#c_magiccube_009-1739366788746
  .top
  .tab-item:hover
  #c_magiccube_009-1739366788746
  .p_content_wrapper {
  width: 100%;
}

#c_magiccube_009-1739366788746 .p_tablist {
  display: flex;
  display-radio: flex;
}

#c_magiccube_009-1739366788746 .icon {
  width: 22px;
  height: 22px;
}

#c_magiccube_009-1739366788746 .tab-item {
  display: block;
  width: calc(100% / 3);
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

/*#c_magiccube_009-1739366788746 .tab-item:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #972926;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
#c_magiccube_009-1739366788746 .tab-item.active:after,
#c_magiccube_009-1739366788746 .tab-item:hover:after {
  color: white;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #972926;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
*/
#c_magiccube_009-1739366788746 .left {
  float: left;
  display: block;
}

#c_magiccube_009-1739366788746 .left .tab-item {
  width: 200px;
  line-height: 53px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#c_magiccube_009-1739366788746 .left .tab-item:last-child,
#c_magiccube_009-1739366788746 .right .tab-item:last-child {
}

#c_magiccube_009-1739366788746 .right {
  float: right;
  width: 200px;
  display: block;
}

#c_magiccube_009-1739366788746 .right .tab-item {
  width: 100%;
  display: block;
  line-height: 53px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#c_magiccube_009-1739366788746 .left-content,
#c_magiccube_009-1739366788746 .top-content,
#c_magiccube_009-1739366788746 .bottom-content,
#c_magiccube_009-1739366788746 .right-content {
  overflow: hidden;
  width: 100%;
}

#c_magiccube_009-1739366788746 .content-box.active {
  display: block;
}

#c_magiccube_009-1739366788746 .p_icon {
  display-radio: 1;
}

#c_magiccube_009-1739366788746 .p_image {
  width: 40px;
  height: 40px;
  display-radio: 1;
  border-color: rgba(41, 21, 227, 1);
}

#c_magiccube_009-1739366788746 .p_content {
  display-radio: 1;
}

#c_magiccube_009-1739366788746 .p_tab {
  display-radio: 1;
}

#c_magiccube_009-1739366788746 .p_active {
  color: #fff;
  background-color: #1b52ff;
  display-radio: 1;
}

#c_magiccube_009-1739366788746 .vertical,
#c_magiccube_009-1739366788746 .right .vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #c_magiccube_009-1739366788746 {
    width: 94%;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  #c_magiccube_009-1739366788746 .p_tablist {
    display: block;
    display-radio: flex;
    /* flex-direction:row;
 */
  }

  #c_magiccube_009-1739366788746 .top .tab-item,
  #c_magiccube_009-1739366788746 .bottom .tab-item {
    white-space: nowrap;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 8px;
    margin-bottom: -1px;
    /* padding-top:12px;
 */
    border-radius: 5px;
    margin-bottom: 0;
    text-overflow: clip;
    display: inline;
  }

  #c_magiccube_009-1739366788746 .tab-item {
    /* display:block;
 */
    width: 33%;
    line-height: 40px;
    /* text-align:center;
 */
    font-size: 15px;
    /* cursor:pointer;
 */
    /* position:relative;
 */
  }

  #c_magiccube_009-1739366788746 .p_active {
    display-radio: 1;
  }

  #c_magiccube_009-1739366788746 .p_icon {
    display-radio: 1;
  }

  #c_magiccube_009-1739366788746 .p_tab {
    display-radio: 1;
  }
}

#c_static_001_P_54815-17473642135850 {
  min-height: 100px;
  display-radio: 1;
  background_radio: 2;
  padding-left: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0);
  max-width: 1600px;
  margin-left: 0px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  counter-reset: figure;
  z-index: 1;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem {
  flex: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .p_loopitem:nth-child(3)
  .e_image-41 {
  max-width: 80%;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .p_loopitem:nth-child(3):hover
  .e_image-41 {
  max-width: 50%;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:nth-child(odd) {
  background: #fff;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:nth-child(even) {
  background: #f8f8f8;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_page {
  text-align: center;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_split {
  margin: 0 5px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .input-check,
#c_static_001_P_54815-17473642135850 .e_loop-1 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .position-left {
  display: flex;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_filter_result {
  display: none;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_contclear {
  cursor: pointer;
  display: none;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .swiper-container {
  padding-bottom: 30px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_54815-17473642135850 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  position: relative;
  overflow: hidden;
  display-radio: flex;
  background: linear-gradient(120deg, var(--primary), var(--second));
  background_radio: 2;
  background-image: linear-gradient(120deg, var(--primary), var(--second));
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .p_loopitem:nth-child(even)
  .e_container-2 {
  filter: brightness(1);
}

#c_static_001_P_54815-17473642135850 .e_container-2 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54815-17473642135850 .e_container-2:after {
  counter-increment: figure;
  content: counter(figure, decimal-leading-zero);
  display: none;
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 160px;
  color: #ffffff;
  opacity: 0.2;
  line-height: 1em;
  font-family: Antonio;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#c_static_001_P_54815-17473642135850 .e_image-3 {
  overflow: hidden;
  display-radio: 1;
  max-height: none;
  min-height: 0px;
  height: 560px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#c_static_001_P_54815-17473642135850 .e_image-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#c_static_001_P_54815-17473642135850 .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background_radio: 1;
}

#c_static_001_P_54815-17473642135850 .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54815-17473642135850 .e_button-10 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 160px;
  padding: 0px;
  line-height: 42px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  max-width: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-left: 0px;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#c_static_001_P_54815-17473642135850 .e_button-10 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}

#c_static_001_P_54815-17473642135850 .e_button-10::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_54815-17473642135850 .e_button-10:hover::after {
  opacity: 1;
}

#c_static_001_P_54815-17473642135850 .e_button-10:hover {
  background-color: var(--primary);
  border-style: solid;
  border-color: var(--primary);
  border-radius: 5px;
  border-width: 1px;
  font-size: 16px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_54815-17473642135850 .e_h3-5 {
  font_radio: 2;
  display-radio: -webkit-box;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  font-weight: normal;
  transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 50px;
  -webkit-line-clamp: 2;
  font-family: PingFangSC;
}

#c_static_001_P_54815-17473642135850 .e_line-7 {
  display-radio: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.6);
  width: 0;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 35px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:hover {
  flex: 0 0 60%;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .p_loopitem:hover
  .e_container-4 {
  bottom: 50px;
  transition: all 0.5s 0.3s ease-in-out;
  -ms-transition: all 0.5s 0.3s ease-in-out;
  -moz-transition: all 0.5s 0.3s ease-in-out;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  -o-transition: all 0.5s 0.3s ease-in-out;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:hover .e_image-3 {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  filter: brightness(0.7);
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:hover .e_h3-5 {
  font_radio: 2;
  font-size: 16px;
  -webkit-line-clamp: 20;
  color: rgba(255, 255, 255, 0.8);
  transform: translateY(-10px);
  transition: all 0.5s 0.1s ease-in-out;
  -ms-transition: all 0.5s 0.1s ease-in-out;
  -moz-transition: all 0.5s 0.1s ease-in-out;
  -webkit-transition: all 0.5s 0.1s ease-in-out;
  -o-transition: all 0.5s 0.1s ease-in-out;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:hover .e_image-41 {
  transition: all 0.6s;
  max-width: 340px;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:hover .e_line-7 {
  width: 100%;
  transition: all 0.5s 0.8s ease-in-out;
  -ms-transition: all 0.5s 0.8s ease-in-out;
  -moz-transition: all 0.5s 0.8s ease-in-out;
  -webkit-transition: all 0.5s 0.8s ease-in-out;
  -o-transition: all 0.5s 0.8s ease-in-out;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:hover .e_button-10 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s 1.2s ease-in-out;
  -ms-transition: all 0.5s 1.2s ease-in-out;
  -moz-transition: all 0.5s 1.2s ease-in-out;
  -webkit-transition: all 0.5s 1.2s ease-in-out;
  -o-transition: all 0.5s 1.2s ease-in-out;
}

#c_static_001_P_54815-17473642135850
  .e_loop-1
  .p_loopitem:hover
  .e_container-2:after {
  color: #fff;
  opacity: 0.1;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#c_static_001_P_54815-17473642135850 .e_loop-1 {
  display-radio: 1;
  max-width: none;
  margin-left: auto;
  margin-right: 0px;
  width: 99%;
  margin-top: 0px;
}

#lz_id {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  z-index: 0;
}

#c_static_001_P_54815-17473642135850 .e_container-4 .p_item {
  display-radio: 1;
}

#c_static_001_P_54815-17473642135850 .e_container-35 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background_radio: 1;
  display-radio: flex;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

#c_static_001_P_54815-17473642135850 .e_container-35 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54815-17473642135850 .e_container-35 .cbox-35-0 {
  flex: 0 0 28%;
  padding-right: 0px;
}

#c_static_001_P_54815-17473642135850 .e_container-35 .cbox-35-1 {
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_image-41 {
  overflow: hidden;
  display-radio: 1;
  max-width: 300px;
  transition: all 0.6s;
  max-height: none;
  width: auto;
  height: auto;
  margin-left: 0px;
}

#c_static_001_P_54815-17473642135850 .e_image-41 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: auto;
}

#c_static_001_P_54815-17473642135850 .e_image-43 {
  overflow: hidden;
  display-radio: 1;
  width: 40px;
  margin-bottom: 30px;
}

#c_static_001_P_54815-17473642135850 .e_image-43 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: auto;
}

#c_static_001_P_54815-17473642135850 .e_image-44 {
  overflow: hidden;
  display-radio: 1;
  max-width: 380px;
  margin-top: 60px;
}

#c_static_001_P_54815-17473642135850 .e_image-44 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: auto;
}

#c_static_001_P_54815-17473642135850 .e_container-35 .p_item {
  display-radio: 1;
}

#c_static_001_P_54815-17473642135850 .e_button-47 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 160px;
  padding: 0px;
  line-height: 42px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  max-width: none;
  background-color: rgba(51, 51, 51, 0);
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-left: 0px;
  margin-right: auto;
  color: rgba(51, 51, 51, 1);
  margin-top: 10px;
  opacity: 1;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: rgba(51, 51, 51, 1);
}

#c_static_001_P_54815-17473642135850 .e_button-47 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}

#c_static_001_P_54815-17473642135850 .e_button-47::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_54815-17473642135850 .e_button-47:hover::after {
  opacity: 1;
}

#c_static_001_P_54815-17473642135850 .e_button-47:hover {
  background-color: var(--primary);
  border-style: solid;
  border-color: rgba(51, 51, 51, 1);
  border-radius: 5px;
  border-width: 1px;
  font-size: 16px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: rgba(51, 51, 51, 1);
}

#c_static_001_P_54815-17473642135850 .e_text-48 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54815-17473642135850 .e_container-49 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 40px;
}

#c_static_001_P_54815-17473642135850 .e_container-49 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54815-17473642135850 .e_container-49 .cbox-49-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_image-50 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54815-17473642135850 .e_image-50 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_54815-17473642135850 .e_container-49 .cbox-49-1 {
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_container-51 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 15px;
}

#c_static_001_P_54815-17473642135850 .e_container-51 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54815-17473642135850 .e_container-51 .cbox-51-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_container-51 .cbox-51-1 {
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_text-52 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54815-17473642135850 .e_container-54 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 15px;
}

#c_static_001_P_54815-17473642135850 .e_container-54 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54815-17473642135850 .e_container-54 .cbox-54-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_container-54 .cbox-54-1 {
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_text-55 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54815-17473642135850 .e_container-57 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 15px;
}

#c_static_001_P_54815-17473642135850 .e_container-57 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54815-17473642135850 .e_container-57 .cbox-57-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_container-57 .cbox-57-1 {
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_text-58 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54815-17473642135850 .e_container-60 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 15px;
}

#c_static_001_P_54815-17473642135850 .e_container-60 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54815-17473642135850 .e_container-60 .cbox-60-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_container-60 .cbox-60-1 {
  align-self: center;
}

#c_static_001_P_54815-17473642135850 .e_text-61 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54815-17473642135850 .e_image-63 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54815-17473642135850 .e_image-63 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_54815-17473642135850 .e_image-64 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54815-17473642135850 .e_image-64 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_54815-17473642135850 .e_image-65 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54815-17473642135850 .e_image-65 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_54815-17473642135850 .e_image-66 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54815-17473642135850 .e_image-66 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }

  #c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:hover {
    flex: 0 0 100%;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  #c_static_001_P_54815-17473642135850 .e_image-3 {
    height: 280px;
  }

  #c_static_001_P_54815-17473642135850 .e_h3-5 {
    font_radio: 2;
    display-radio: -webkit-box;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.2;
    margin-top: 20px;
    -webkit-line-clamp: 2;
  }

  #c_static_001_P_54815-17473642135850 {
    background_radio: 2;
    display-radio: 1;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
  }

  #c_static_001_P_54815-17473642135850 .e_container-35 {
    background_radio: 1;
    display-radio: 1;
    flex-direction: column;
  }

  #c_static_001_P_54815-17473642135850 .e_button-10 {
    display: none;
    position: relative;
    margin-bottom: 20px;
  }

  #c_static_001_P_54815-17473642135850 .e_image-44 {
    display-radio: 1;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 50%;
  }

  #c_static_001_P_54815-17473642135850 .e_text-55 {
    font_radio: 1;
    display-radio: 1;
  }

  #c_static_001_P_54815-17473642135850 .e_button-47 {
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: 1;
    margin-bottom: 40px;
  }

  #c_static_001_P_54815-17473642135850 .e_text-48 {
    font_radio: 1;
    display-radio: 1;
  }

  #c_static_001_P_54815-17473642135850 .e_container-49 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 0px;
  }

  #c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:hover .e_h3-5 {
    font_radio: 2;
    font-size: 14px;
    -webkit-line-clamp: 20;
  }
}

@media screen and (min-width: 769px) {
  #c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem {
    margin-left: 20px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
  }

  #c_static_001_P_54815-17473642135850 .e_loop-1 .p_loopitem:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001_P_54815-17473642135850 .e_h3-5 {
    font_radio: 2;
    display-radio: 1;
    font-size: 22px;
    line-height: 1.5;
  }

  #c_static_001_P_54815-17473642135850 .e_container-2:after {
    font-size: 80px;
  }

  #c_static_001_P_54815-17473642135850 {
    background_radio: 2;
    display-radio: 1;
    padding-left: 30px;
    padding-right: 30px;
  }

  #c_static_001_P_54815-17473642135850 .e_image-3 {
    height: 450px;
  }
}

#c_static_001_P_64442-17459986075290 .e_container-5:hover .e_button-9 span {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  border: 0 solid Rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: Rgba(0, 0, 0, 0.2) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

#c_static_001_P_64442-17459986075290 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-fill-value: background-image;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_page {
  text-align: center;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_64442-17459986075290
  .e_loop-4
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_64442-17459986075290
  .e_loop-4
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_64442-17459986075290
  .e_loop-4
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_64442-17459986075290
  .e_loop-4
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_64442-17459986075290
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_64442-17459986075290
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_64442-17459986075290
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_split {
  margin: 0 5px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .input-check,
#c_static_001_P_64442-17459986075290 .e_loop-4 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .position-left {
  display: flex;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .swiper-container {
  padding-bottom: 0;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_filter_result {
  display: none;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_contclear {
  display: none;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 {
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .cbox-4:nth-child(odd) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17459986075290 .e_loop-4 .cbox-4:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17459986075290 .e_container-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background_radio: 1;
  display-radio: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#c_static_001_P_64442-17459986075290 .e_container-5 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17459986075290 .e_container-5 .cbox-5-0 {
  flex: 0 0 100%;
}

#c_static_001_P_64442-17459986075290 .e_container-5 .cbox-5-1 {
  flex: 0 0 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

#c_static_001_P_64442-17459986075290 .e_text-7 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 22px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgb(30 30 30);
}

#c_static_001_P_64442-17459986075290 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 40px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  text-transform: uppercase;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  color: rgba(255, 255, 255, 1);
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: rgba(137, 213, 15, 1);
  background-image: url(../image/7a626b9d-e195-4bbe-ae22-9ca8480426f6.png);
  background-repeat: no-repeat;
  font-size: 18px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(64, 158, 255, 1);
  height: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17459986075290 .e_button-9 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  bottom: 3px;
  color: #fff;
  margin: 0px;
  font-weight: bold;
  overflow: hidden;
}

#c_static_001_P_64442-17459986075290 .e_button-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_64442-17459986075290 .e_button-9:hover::after {
  opacity: 1;
}

#c_static_001_P_64442-17459986075290 .e_button-9:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(137, 213, 15, 1);
  font-size: 16px;
  border-style: none;
  border-color: rgba(51, 143, 238, 1);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17459986075290 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../image/9857322f-cd52-4e72-a80e-cd84bd669cac.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right top;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s;
  border-bottom-right-radius: 20px;
}

#c_static_001_P_64442-17459986075290 .e_container-11:hover {
  background-color: #1b52ff;
  background-image: url(../image/ed2ffdb5-55f2-43f9-9d47-7d31913c72ff.png);
  transition: all 0.5s;
}

#c_static_001_P_64442-17459986075290 .e_container-11:hover .e_text-12 {
  color: #fff;
}

#c_static_001_P_64442-17459986075290 .e_container-11:hover .e_text-16 {
  color: #fff;
}

#c_static_001_P_64442-17459986075290 .e_container-11:hover .e_text-7 {
  color: #fff;
}

#c_static_001_P_64442-17459986075290 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17459986075290 .e_text-12 {
  line-height: 1.7;
  font_radio: 2;
  display-radio: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC;
  height: auto;
  -webkit-line-clamp: 2;
}

#c_static_001_P_64442-17459986075290 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  min-height: 35px;
}

#c_static_001_P_64442-17459986075290 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17459986075290 .e_text-16 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgba(153, 153, 153, 1);
  margin-left: 20px;
}

#c_static_001_P_64442-17459986075290 .e_container-11 .p_item {
  display-radio: 1;
}

#c_static_001_P_64442-17459986075290 .e_container-13 .cbox-13-0 {
  align-self: center;
  flex: 0 0 auto;
}

#c_static_001_P_64442-17459986075290 .e_container-13 .cbox-13-1 {
  align-self: center;
}

#c_static_001_P_64442-17459986075290 .e_container-11 .cbox-11-0 {
  flex: 0 0 80%;
}
@media screen and (max-width: 768px) {
  #c_static_001_P_64442-17459986075290 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display-radio: 1;
  }

  #c_static_001_P_64442-17459986075290 .e_container-5 {
    background_radio: 1;
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  #c_static_001_P_64442-17459986075290 .e_text-7 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
  }

  #c_static_001_P_64442-17459986075290 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  #c_static_001_P_64442-17459986075290 .e_text-16 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_64442-17459986075290 .e_container-11 {
    background_radio: 1;
    display-radio: 1;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #c_static_001_P_64442-17459986075290 .e_text-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001_P_64442-17459986075290 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
}

#c_static_001_P_64442-17569812586940 .e_container-5:hover .e_button-9 span {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  border: 0 solid Rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: Rgba(0, 0, 0, 0.2) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

#c_static_001_P_64442-17569812586940 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-fill-value: background-image;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_page {
  text-align: center;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_64442-17569812586940
  .e_loop-4
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_64442-17569812586940
  .e_loop-4
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_64442-17569812586940
  .e_loop-4
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_64442-17569812586940
  .e_loop-4
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_64442-17569812586940
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_64442-17569812586940
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_64442-17569812586940
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_split {
  margin: 0 5px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .input-check,
#c_static_001_P_64442-17569812586940 .e_loop-4 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .position-left {
  display: flex;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .swiper-container {
  padding-bottom: 0;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_filter_result {
  display: none;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_contclear {
  display: none;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 {
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .cbox-4:nth-child(odd) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812586940 .e_loop-4 .cbox-4:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812586940 .e_container-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background_radio: 1;
  display-radio: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#c_static_001_P_64442-17569812586940 .e_container-5 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812586940 .e_container-5 .cbox-5-0 {
  flex: 0 0 100%;
}

#c_static_001_P_64442-17569812586940 .e_container-5 .cbox-5-1 {
  flex: 0 0 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

#c_static_001_P_64442-17569812586940 .e_text-7 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 22px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgb(30 30 30);
}

#c_static_001_P_64442-17569812586940 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 40px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  text-transform: uppercase;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  color: rgba(255, 255, 255, 1);
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: rgba(137, 213, 15, 1);
  background-image: url(../image/7a626b9d-e195-4bbe-ae22-9ca8480426f6.png);
  background-repeat: no-repeat;
  font-size: 18px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(64, 158, 255, 1);
  height: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812586940 .e_button-9 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  bottom: 3px;
  color: #fff;
  margin: 0px;
  font-weight: bold;
  overflow: hidden;
}

#c_static_001_P_64442-17569812586940 .e_button-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_64442-17569812586940 .e_button-9:hover::after {
  opacity: 1;
}

#c_static_001_P_64442-17569812586940 .e_button-9:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(137, 213, 15, 1);
  font-size: 16px;
  border-style: none;
  border-color: rgba(51, 143, 238, 1);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812586940 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../image/9857322f-cd52-4e72-a80e-cd84bd669cac.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right top;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s;
  border-bottom-right-radius: 20px;
}

#c_static_001_P_64442-17569812586940 .e_container-11:hover {
  background-color: #1b52ff;
  background-image: url(../image/ed2ffdb5-55f2-43f9-9d47-7d31913c72ff.png);
  transition: all 0.5s;
}

#c_static_001_P_64442-17569812586940 .e_container-11:hover .e_text-12 {
  color: #fff;
}

#c_static_001_P_64442-17569812586940 .e_container-11:hover .e_text-16 {
  color: #fff;
}

#c_static_001_P_64442-17569812586940 .e_container-11:hover .e_text-7 {
  color: #fff;
}

#c_static_001_P_64442-17569812586940 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812586940 .e_text-12 {
  line-height: 1.7;
  font_radio: 2;
  display-radio: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC;
  height: auto;
  -webkit-line-clamp: 2;
}

#c_static_001_P_64442-17569812586940 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  min-height: 35px;
}

#c_static_001_P_64442-17569812586940 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812586940 .e_text-16 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgba(153, 153, 153, 1);
  margin-left: 20px;
}

#c_static_001_P_64442-17569812586940 .e_container-11 .p_item {
  display-radio: 1;
}

#c_static_001_P_64442-17569812586940 .e_container-13 .cbox-13-0 {
  align-self: center;
  flex: 0 0 auto;
}

#c_static_001_P_64442-17569812586940 .e_container-13 .cbox-13-1 {
  align-self: center;
}

#c_static_001_P_64442-17569812586940 .e_container-11 .cbox-11-0 {
  flex: 0 0 80%;
}

@media screen and (max-width: 768px) {
  #c_static_001_P_64442-17569812586940 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display-radio: 1;
  }

  #c_static_001_P_64442-17569812586940 .e_container-5 {
    background_radio: 1;
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  #c_static_001_P_64442-17569812586940 .e_text-7 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
  }

  #c_static_001_P_64442-17569812586940 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  #c_static_001_P_64442-17569812586940 .e_text-16 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_64442-17569812586940 .e_container-11 {
    background_radio: 1;
    display-radio: 1;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #c_static_001_P_64442-17569812586940 .e_text-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666;
    line-height: 1.8;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  #c_static_001_P_64442-17569812586940 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
}
#c_static_001_P_64442-17569812577510 .e_container-5:hover .e_button-9 span {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  border: 0 solid Rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: Rgba(0, 0, 0, 0.2) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

#c_static_001_P_64442-17569812577510 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-fill-value: background-image;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_page {
  text-align: center;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_64442-17569812577510
  .e_loop-4
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_64442-17569812577510
  .e_loop-4
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_64442-17569812577510
  .e_loop-4
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_64442-17569812577510
  .e_loop-4
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_64442-17569812577510
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_64442-17569812577510
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_64442-17569812577510
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_split {
  margin: 0 5px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .input-check,
#c_static_001_P_64442-17569812577510 .e_loop-4 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .position-left {
  display: flex;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .swiper-container {
  padding-bottom: 0;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_filter_result {
  display: none;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_contclear {
  display: none;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 {
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .cbox-4:nth-child(odd) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812577510 .e_loop-4 .cbox-4:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812577510 .e_container-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background_radio: 1;
  display-radio: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#c_static_001_P_64442-17569812577510 .e_container-5 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812577510 .e_container-5 .cbox-5-0 {
  flex: 0 0 100%;
}

#c_static_001_P_64442-17569812577510 .e_container-5 .cbox-5-1 {
  flex: 0 0 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

#c_static_001_P_64442-17569812577510 .e_text-7 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 22px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgb(30 30 30);
}

#c_static_001_P_64442-17569812577510 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 40px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  text-transform: uppercase;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  color: rgba(255, 255, 255, 1);
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: rgba(137, 213, 15, 1);
  background-image: url(../image/7a626b9d-e195-4bbe-ae22-9ca8480426f6.png);
  background-repeat: no-repeat;
  font-size: 18px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(64, 158, 255, 1);
  height: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812577510 .e_button-9 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  bottom: 3px;
  color: #fff;
  margin: 0px;
  font-weight: bold;
  overflow: hidden;
}

#c_static_001_P_64442-17569812577510 .e_button-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_64442-17569812577510 .e_button-9:hover::after {
  opacity: 1;
}

#c_static_001_P_64442-17569812577510 .e_button-9:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(137, 213, 15, 1);
  font-size: 16px;
  border-style: none;
  border-color: rgba(51, 143, 238, 1);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812577510 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../image/9857322f-cd52-4e72-a80e-cd84bd669cac.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right top;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s;
  border-bottom-right-radius: 20px;
}

#c_static_001_P_64442-17569812577510 .e_container-11:hover {
  background-color: #1b52ff;
  background-image: url(../image/ed2ffdb5-55f2-43f9-9d47-7d31913c72ff.png);
  transition: all 0.5s;
}

#c_static_001_P_64442-17569812577510 .e_container-11:hover .e_text-12 {
  color: #fff;
}

#c_static_001_P_64442-17569812577510 .e_container-11:hover .e_text-16 {
  color: #fff;
}

#c_static_001_P_64442-17569812577510 .e_container-11:hover .e_text-7 {
  color: #fff;
}

#c_static_001_P_64442-17569812577510 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812577510 .e_text-12 {
  line-height: 1.7;
  font_radio: 2;
  display-radio: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC;
  height: auto;
  -webkit-line-clamp: 2;
}

#c_static_001_P_64442-17569812577510 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  min-height: 35px;
}

#c_static_001_P_64442-17569812577510 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812577510 .e_text-16 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgba(153, 153, 153, 1);
  margin-left: 20px;
}

#c_static_001_P_64442-17569812577510 .e_container-11 .p_item {
  display-radio: 1;
}

#c_static_001_P_64442-17569812577510 .e_container-13 .cbox-13-0 {
  align-self: center;
  flex: 0 0 auto;
}

#c_static_001_P_64442-17569812577510 .e_container-13 .cbox-13-1 {
  align-self: center;
}

#c_static_001_P_64442-17569812577510 .e_container-11 .cbox-11-0 {
  flex: 0 0 80%;
}

@media screen and (max-width: 768px) {
  #c_static_001_P_64442-17569812577510 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display-radio: 1;
  }

  #c_static_001_P_64442-17569812577510 .e_container-5 {
    background_radio: 1;
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  #c_static_001_P_64442-17569812577510 .e_text-7 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
  }

  #c_static_001_P_64442-17569812577510 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  #c_static_001_P_64442-17569812577510 .e_text-16 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_64442-17569812577510 .e_container-11 {
    background_radio: 1;
    display-radio: 1;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #c_static_001_P_64442-17569812577510 .e_text-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001_P_64442-17569812577510 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
}
#c_static_001_P_64442-17569812573110 .e_container-5:hover .e_button-9 span {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  border: 0 solid Rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: Rgba(0, 0, 0, 0.2) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

#c_static_001_P_64442-17569812573110 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-fill-value: background-image;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_page {
  text-align: center;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_64442-17569812573110
  .e_loop-4
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_64442-17569812573110
  .e_loop-4
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_64442-17569812573110
  .e_loop-4
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_64442-17569812573110
  .e_loop-4
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_64442-17569812573110
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_64442-17569812573110
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_64442-17569812573110
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_split {
  margin: 0 5px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .input-check,
#c_static_001_P_64442-17569812573110 .e_loop-4 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .position-left {
  display: flex;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .swiper-container {
  padding-bottom: 0;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_filter_result {
  display: none;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_contclear {
  display: none;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 {
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .cbox-4:nth-child(odd) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812573110 .e_loop-4 .cbox-4:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812573110 .e_container-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background_radio: 1;
  display-radio: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#c_static_001_P_64442-17569812573110 .e_container-5 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812573110 .e_container-5 .cbox-5-0 {
  flex: 0 0 100%;
}

#c_static_001_P_64442-17569812573110 .e_container-5 .cbox-5-1 {
  flex: 0 0 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

#c_static_001_P_64442-17569812573110 .e_text-7 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 22px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgb(30 30 30);
}

#c_static_001_P_64442-17569812573110 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 40px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  text-transform: uppercase;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  color: rgba(255, 255, 255, 1);
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: rgba(137, 213, 15, 1);
  background-image: url(../image/7a626b9d-e195-4bbe-ae22-9ca8480426f6.png);
  background-repeat: no-repeat;
  font-size: 18px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(64, 158, 255, 1);
  height: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812573110 .e_button-9 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  bottom: 3px;
  color: #fff;
  margin: 0px;
  font-weight: bold;
  overflow: hidden;
}

#c_static_001_P_64442-17569812573110 .e_button-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_64442-17569812573110 .e_button-9:hover::after {
  opacity: 1;
}

#c_static_001_P_64442-17569812573110 .e_button-9:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(137, 213, 15, 1);
  font-size: 16px;
  border-style: none;
  border-color: rgba(51, 143, 238, 1);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812573110 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../image/9857322f-cd52-4e72-a80e-cd84bd669cac.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right top;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s;
  border-bottom-right-radius: 20px;
}

#c_static_001_P_64442-17569812573110 .e_container-11:hover {
  background-color: #1b52ff;
  background-image: url(../image/ed2ffdb5-55f2-43f9-9d47-7d31913c72ff.png);
  transition: all 0.5s;
}

#c_static_001_P_64442-17569812573110 .e_container-11:hover .e_text-12 {
  color: #fff;
}

#c_static_001_P_64442-17569812573110 .e_container-11:hover .e_text-16 {
  color: #fff;
}

#c_static_001_P_64442-17569812573110 .e_container-11:hover .e_text-7 {
  color: #fff;
}

#c_static_001_P_64442-17569812573110 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812573110 .e_text-12 {
  line-height: 1.7;
  font_radio: 2;
  display-radio: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC;
  height: auto;
  -webkit-line-clamp: 2;
}

#c_static_001_P_64442-17569812573110 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  min-height: 35px;
}

#c_static_001_P_64442-17569812573110 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812573110 .e_text-16 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgba(153, 153, 153, 1);
  margin-left: 20px;
}

#c_static_001_P_64442-17569812573110 .e_container-11 .p_item {
  display-radio: 1;
}

#c_static_001_P_64442-17569812573110 .e_container-13 .cbox-13-0 {
  align-self: center;
  flex: 0 0 auto;
}

#c_static_001_P_64442-17569812573110 .e_container-13 .cbox-13-1 {
  align-self: center;
}

#c_static_001_P_64442-17569812573110 .e_container-11 .cbox-11-0 {
  flex: 0 0 80%;
}

@media screen and (max-width: 768px) {
  #c_static_001_P_64442-17569812573110 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display-radio: 1;
  }

  #c_static_001_P_64442-17569812573110 .e_container-5 {
    background_radio: 1;
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  #c_static_001_P_64442-17569812573110 .e_text-7 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
  }

  #c_static_001_P_64442-17569812573110 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  #c_static_001_P_64442-17569812573110 .e_text-16 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_64442-17569812573110 .e_container-11 {
    background_radio: 1;
    display-radio: 1;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #c_static_001_P_64442-17569812573110 .e_text-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001_P_64442-17569812573110 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
}

#c_static_001_P_64442-17569812560080 .e_container-5:hover .e_button-9 span {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  border: 0 solid Rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: Rgba(0, 0, 0, 0.2) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

#c_static_001_P_64442-17569812560080 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-fill-value: background-image;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_page {
  text-align: center;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_64442-17569812560080
  .e_loop-4
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_64442-17569812560080
  .e_loop-4
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_64442-17569812560080
  .e_loop-4
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_64442-17569812560080
  .e_loop-4
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_64442-17569812560080
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_64442-17569812560080
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_64442-17569812560080
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_split {
  margin: 0 5px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .input-check,
#c_static_001_P_64442-17569812560080 .e_loop-4 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .position-left {
  display: flex;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .swiper-container {
  padding-bottom: 0;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_filter_result {
  display: none;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_contclear {
  display: none;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 {
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .cbox-4:nth-child(odd) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812560080 .e_loop-4 .cbox-4:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812560080 .e_container-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background_radio: 1;
  display-radio: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#c_static_001_P_64442-17569812560080 .e_container-5 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812560080 .e_container-5 .cbox-5-0 {
  flex: 0 0 100%;
}

#c_static_001_P_64442-17569812560080 .e_container-5 .cbox-5-1 {
  flex: 0 0 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

#c_static_001_P_64442-17569812560080 .e_text-7 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 22px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgb(30 30 30);
}

#c_static_001_P_64442-17569812560080 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 40px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  text-transform: uppercase;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  color: rgba(255, 255, 255, 1);
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: rgba(137, 213, 15, 1);
  background-image: url(../image/7a626b9d-e195-4bbe-ae22-9ca8480426f6.png);
  background-repeat: no-repeat;
  font-size: 18px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(64, 158, 255, 1);
  height: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812560080 .e_button-9 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  bottom: 3px;
  color: #fff;
  margin: 0px;
  font-weight: bold;
  overflow: hidden;
}

#c_static_001_P_64442-17569812560080 .e_button-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_64442-17569812560080 .e_button-9:hover::after {
  opacity: 1;
}

#c_static_001_P_64442-17569812560080 .e_button-9:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(137, 213, 15, 1);
  font-size: 16px;
  border-style: none;
  border-color: rgba(51, 143, 238, 1);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812560080 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../image/9857322f-cd52-4e72-a80e-cd84bd669cac.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right top;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s;
  border-bottom-right-radius: 20px;
}

#c_static_001_P_64442-17569812560080 .e_container-11:hover {
  background-color: #1b52ff;
  background-image: url(../image/ed2ffdb5-55f2-43f9-9d47-7d31913c72ff.png);
  transition: all 0.5s;
}

#c_static_001_P_64442-17569812560080 .e_container-11:hover .e_text-12 {
  color: #fff;
}

#c_static_001_P_64442-17569812560080 .e_container-11:hover .e_text-16 {
  color: #fff;
}

#c_static_001_P_64442-17569812560080 .e_container-11:hover .e_text-7 {
  color: #fff;
}

#c_static_001_P_64442-17569812560080 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812560080 .e_text-12 {
  line-height: 1.7;
  font_radio: 2;
  display-radio: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC;
  height: auto;
  -webkit-line-clamp: 2;
}

#c_static_001_P_64442-17569812560080 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  min-height: 35px;
}

#c_static_001_P_64442-17569812560080 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812560080 .e_text-16 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgba(153, 153, 153, 1);
  margin-left: 20px;
}

#c_static_001_P_64442-17569812560080 .e_container-11 .p_item {
  display-radio: 1;
}

#c_static_001_P_64442-17569812560080 .e_container-13 .cbox-13-0 {
  align-self: center;
  flex: 0 0 auto;
}

#c_static_001_P_64442-17569812560080 .e_container-13 .cbox-13-1 {
  align-self: center;
}

#c_static_001_P_64442-17569812560080 .e_container-11 .cbox-11-0 {
  flex: 0 0 80%;
}

@media screen and (max-width: 768px) {
  #c_static_001_P_64442-17569812560080 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display-radio: 1;
  }

  #c_static_001_P_64442-17569812560080 .e_container-5 {
    background_radio: 1;
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  #c_static_001_P_64442-17569812560080 .e_text-7 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
  }

  #c_static_001_P_64442-17569812560080 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  #c_static_001_P_64442-17569812560080 .e_text-16 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_64442-17569812560080 .e_container-11 {
    background_radio: 1;
    display-radio: 1;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #c_static_001_P_64442-17569812560080 .e_text-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001_P_64442-17569812560080 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
}
#c_static_001_P_64442-17569812161520 .e_container-5:hover .e_button-9 span {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  border: 0 solid Rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: Rgba(0, 0, 0, 0.2) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

#c_static_001_P_64442-17569812161520 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-fill-value: background-image;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_page {
  text-align: center;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_64442-17569812161520
  .e_loop-4
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_64442-17569812161520
  .e_loop-4
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_64442-17569812161520
  .e_loop-4
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_64442-17569812161520
  .e_loop-4
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_64442-17569812161520
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_64442-17569812161520
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_64442-17569812161520
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_split {
  margin: 0 5px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .input-check,
#c_static_001_P_64442-17569812161520 .e_loop-4 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .position-left {
  display: flex;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .swiper-container {
  padding-bottom: 0;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_filter_result {
  display: none;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_contclear {
  display: none;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 {
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .cbox-4:nth-child(odd) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812161520 .e_loop-4 .cbox-4:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569812161520 .e_container-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background_radio: 1;
  display-radio: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#c_static_001_P_64442-17569812161520 .e_container-5 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812161520 .e_container-5 .cbox-5-0 {
  flex: 0 0 100%;
}

#c_static_001_P_64442-17569812161520 .e_container-5 .cbox-5-1 {
  flex: 0 0 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

#c_static_001_P_64442-17569812161520 .e_text-7 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 22px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgb(30 30 30);
}

#c_static_001_P_64442-17569812161520 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 40px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  text-transform: uppercase;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  color: rgba(255, 255, 255, 1);
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: rgba(137, 213, 15, 1);
  background-image: url(../image/7a626b9d-e195-4bbe-ae22-9ca8480426f6.png);
  background-repeat: no-repeat;
  font-size: 18px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(64, 158, 255, 1);
  height: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812161520 .e_button-9 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  bottom: 3px;
  color: #fff;
  margin: 0px;
  font-weight: bold;
  overflow: hidden;
}

#c_static_001_P_64442-17569812161520 .e_button-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_64442-17569812161520 .e_button-9:hover::after {
  opacity: 1;
}

#c_static_001_P_64442-17569812161520 .e_button-9:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(137, 213, 15, 1);
  font-size: 16px;
  border-style: none;
  border-color: rgba(51, 143, 238, 1);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569812161520 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../image/9857322f-cd52-4e72-a80e-cd84bd669cac.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right top;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s;
  border-bottom-right-radius: 20px;
}

#c_static_001_P_64442-17569812161520 .e_container-11:hover {
  background-color: #1b52ff;
  background-image: url(../image/ed2ffdb5-55f2-43f9-9d47-7d31913c72ff.png);
  transition: all 0.5s;
}

#c_static_001_P_64442-17569812161520 .e_container-11:hover .e_text-12 {
  color: #fff;
}

#c_static_001_P_64442-17569812161520 .e_container-11:hover .e_text-16 {
  color: #fff;
}

#c_static_001_P_64442-17569812161520 .e_container-11:hover .e_text-7 {
  color: #fff;
}

#c_static_001_P_64442-17569812161520 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812161520 .e_text-12 {
  line-height: 1.7;
  font_radio: 2;
  display-radio: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC;
  height: auto;
  -webkit-line-clamp: 2;
}

#c_static_001_P_64442-17569812161520 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  min-height: 35px;
}

#c_static_001_P_64442-17569812161520 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569812161520 .e_text-16 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgba(153, 153, 153, 1);
  margin-left: 20px;
}

#c_static_001_P_64442-17569812161520 .e_container-11 .p_item {
  display-radio: 1;
}

#c_static_001_P_64442-17569812161520 .e_container-13 .cbox-13-0 {
  align-self: center;
  flex: 0 0 auto;
}

#c_static_001_P_64442-17569812161520 .e_container-13 .cbox-13-1 {
  align-self: center;
}

#c_static_001_P_64442-17569812161520 .e_container-11 .cbox-11-0 {
  flex: 0 0 80%;
}

@media screen and (max-width: 768px) {
  #c_static_001_P_64442-17569812161520 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display-radio: 1;
  }

  #c_static_001_P_64442-17569812161520 .e_container-5 {
    background_radio: 1;
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  #c_static_001_P_64442-17569812161520 .e_text-7 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
  }

  #c_static_001_P_64442-17569812161520 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 20px;
  }

  #c_static_001_P_64442-17569812161520 .e_text-16 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_64442-17569812161520 .e_container-11 {
    background_radio: 1;
    display-radio: 1;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #c_static_001_P_64442-17569812161520 .e_text-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001_P_64442-17569812161520 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
}
#c_static_001_P_64442-17569816348890 .e_container-5:hover .e_button-9 span {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  border: 0 solid Rgba(255, 255, 255, 0.5) !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: Rgba(0, 0, 0, 0.2) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

#c_static_001_P_64442-17569816348890 {
  background_radio: 2;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-fill-value: background-image;
  min-height: 0px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  display-radio: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_page {
  text-align: center;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_64442-17569816348890
  .e_loop-4
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_64442-17569816348890
  .e_loop-4
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_64442-17569816348890
  .e_loop-4
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_64442-17569816348890
  .e_loop-4
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_64442-17569816348890
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_64442-17569816348890
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_64442-17569816348890
  .e_loop-4
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_split {
  margin: 0 5px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .input-check,
#c_static_001_P_64442-17569816348890 .e_loop-4 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .position-left {
  display: flex;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .swiper-container {
  padding-bottom: 0;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_filter_result {
  display: none;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_contclear {
  display: none;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 {
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .cbox-4:nth-child(odd) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569816348890 .e_loop-4 .cbox-4:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}

#c_static_001_P_64442-17569816348890 .e_container-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background_radio: 1;
  display-radio: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#c_static_001_P_64442-17569816348890 .e_container-5 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569816348890 .e_container-5 .cbox-5-0 {
  flex: 0 0 100%;
}

#c_static_001_P_64442-17569816348890 .e_container-5 .cbox-5-1 {
  flex: 0 0 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

#c_static_001_P_64442-17569816348890 .e_text-7 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 22px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgb(30 30 30);
}

#c_static_001_P_64442-17569816348890 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 40px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  text-transform: uppercase;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  color: rgba(255, 255, 255, 1);
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: rgba(137, 213, 15, 1);
  background-image: url(../image/7a626b9d-e195-4bbe-ae22-9ca8480426f6.png);
  background-repeat: no-repeat;
  font-size: 18px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(64, 158, 255, 1);
  height: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569816348890 .e_button-9 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  bottom: 3px;
  color: #fff;
  margin: 0px;
  font-weight: bold;
  overflow: hidden;
}

#c_static_001_P_64442-17569816348890 .e_button-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_64442-17569816348890 .e_button-9:hover::after {
  opacity: 1;
}

#c_static_001_P_64442-17569816348890 .e_button-9:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(137, 213, 15, 1);
  font-size: 16px;
  border-style: none;
  border-color: rgba(51, 143, 238, 1);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#c_static_001_P_64442-17569816348890 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../image/9857322f-cd52-4e72-a80e-cd84bd669cac.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right top;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s;
  border-bottom-right-radius: 20px;
}

#c_static_001_P_64442-17569816348890 .e_container-11:hover {
  background-color: #1b52ff;
  background-image: url(../image/ed2ffdb5-55f2-43f9-9d47-7d31913c72ff.png);
  transition: all 0.5s;
}

#c_static_001_P_64442-17569816348890 .e_container-11:hover .e_text-12 {
  color: #fff;
}

#c_static_001_P_64442-17569816348890 .e_container-11:hover .e_text-16 {
  color: #fff;
}

#c_static_001_P_64442-17569816348890 .e_container-11:hover .e_text-7 {
  color: #fff;
}

#c_static_001_P_64442-17569816348890 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569816348890 .e_text-12 {
  line-height: 1.7;
  font_radio: 2;
  display-radio: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC;
  height: auto;
  -webkit-line-clamp: 2;
}

#c_static_001_P_64442-17569816348890 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  min-height: 35px;
}

#c_static_001_P_64442-17569816348890 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_64442-17569816348890 .e_text-16 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  text-align: left;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: rgba(153, 153, 153, 1);
  margin-left: 20px;
}

#c_static_001_P_64442-17569816348890 .e_container-11 .p_item {
  display-radio: 1;
}

#c_static_001_P_64442-17569816348890 .e_container-13 .cbox-13-0 {
  align-self: center;
  flex: 0 0 auto;
}

#c_static_001_P_64442-17569816348890 .e_container-13 .cbox-13-1 {
  align-self: center;
}

#c_static_001_P_64442-17569816348890 .e_container-11 .cbox-11-0 {
  flex: 0 0 80%;
}

@media screen and (max-width: 768px) {
  #c_static_001_P_64442-17569816348890 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display-radio: 1;
  }

  #c_static_001_P_64442-17569816348890 .e_container-5 {
    background_radio: 1;
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  #c_static_001_P_64442-17569816348890 .e_text-7 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
  }

  #c_static_001_P_64442-17569816348890 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 0px;
    padding-bottom: 50px;
  }

  #c_static_001_P_64442-17569816348890 .e_text-16 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_64442-17569816348890 .e_container-11 {
    background_radio: 1;
    display-radio: 1;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #c_static_001_P_64442-17569816348890 .e_text-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001_P_64442-17569816348890 .e_loop-4 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
}
#c_static_001_P_54866-17393731112660 {
  background_radio: 2;
  display-radio: 1;
  width: auto;
  max-width: none;
  padding-top: 70px;
  padding-bottom: 70px;
  background-fill-value: background-image;
}

.index_product_content {
  width: 25% !important;
}

.index_product_calist {
  width: 75% !important;
}

#c_static_001_P_54866-17393731112660 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1600px;
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
}

#c_static_001_P_54866-17393731112660 .e_container-1 > .p_item {
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54866-17393731112660 .e_container-1 .p_item {
  display-radio: 1;
}

#c_static_001_P_54866-17393731112660 .e_html-5 {
  min-height: 0px;
  display-radio: 1;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

#c_static_001_P_54866-17393731112660 .e_html-5 .swp_tool {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

#c_static_001_P_54866-17393731112660 .e_html-5 .tool_line {
  position: relative;
  width: calc(100% - 100px);
}

#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-scrollbar {
  height: 1px;
  width: auto;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-scrollbar-drag {
  display: none;
}

#c_static_001_P_54866-17393731112660 .e_html-5 .tool_btn {
  display: flex;
  width: auto;
  position: relative;
  z-index: 0;
}

#c_static_001_P_54866-17393731112660 .e_html-5 .tool_num {
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  line-height: 1;
}

#c_static_001_P_54866-17393731112660
  .e_html-5
  .tool_num
  .swiper-pagination-current {
  color: #1b52ff;
  margin-right: 3px;
}

#c_static_001_P_54866-17393731112660
  .e_html-5
  .tool_num
  .swiper-pagination-total {
  margin-left: 3px;
}

#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: left;
  width: 80px;
  display: flex;
  font-size: 20px;
  align-items: center;
  font-family: "ba808016-773b-4bda-8ebf-e24159b436f8";
}

#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-button-next,
#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-button-prev {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  margin: 0;
}

#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-button-next:hover:after,
#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-button-prev:hover:after {
  color: #1b52ff;
}

#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-button-prev:after,
#c_static_001_P_54866-17393731112660 .e_html-5 .swiper-button-next:after {
  font-size: 20px;
  color: #666666;
}

.flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_product_content {
  width: 20.7821229%;
  padding-right: 3.125vw;
}

.index_product_calist {
  width: 79.2178771%;
}

.cover {
  position: relative;
  height: 0;
  overflow: hidden;
}

.cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_product_tab .index_product_item_box {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  border-radius: 1.3541666vw;
  overflow: hidden;
  position: relative;
}

.index_product_item_box a {
  position: relative;
  display: block;
  z-index: 9;
}

.index_product_item_box a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(
    to top,
    rgba(0, 2, 59, 0.8) 0%,
    rgba(0, 2, 59, 0) 50%
  );
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
}

.index_product_item_box a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
}

.index_product_item_img {
  padding-bottom: 139.48497%;
  z-index: 1;
}

.index_product_item_read {
  position: absolute;
  bottom: 1.82291666vw;
  left: 0;
  width: 100%;
  padding: 0 1.9791666vw;
  z-index: 3;
}

.index_product_item_number {
  font-size: 2.6041666vw;
  line-height: 2.708333vw;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 0.0520833vw #fff;
  box-sizing: border-box;
  margin-bottom: 1.041666vw;
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
}

.index_product_item_title {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 0.3125vw;
  font-weight: bold;
  color: #fff;
}

.index_product_item_text {
  font-size: 0.78125vw;
  line-height: 1.458333vw;
  color: #fff;
}

.index_product_item_box:hover a:before {
  opacity: 1;
}

.index_product_item_box:hover a:after {
  opacity: 0;
}

.index_product_item_box:hover .index_product_item_number {
  color: rgba(255, 255, 255, 1);
}

.index_public_pagination_box {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  align-items: center;
  width: 100%;
}

.index_public_pagination_read {
  width: 3.958333vw;
}

.index_public_pagination_text {
  font-size: 0.9375vw;
  color: #222222;
}

.index_product_pagination_current,
.index_strength_pagination_current {
  color: #1d2088;
}

.index_public_pagination_text {
  font-size: 0.9375vw;
  color: #222222;
}

.index_public_pagination_line {
  width: calc(100% - 7.8125vw);
  height: 0.1041666vw;
  background: #e7e7e7;
}

.index_public_pagination_label {
  width: 100%;
  height: 100%;
  background: #1d2088;
}

.index_strength_pagination_animate {
  -webkit-animation: strengthLineWidth 10s forwards linear normal;
  animation: strengthLineWidth 10s forwards linear normal;
}

.index_public_swiper_button {
  padding: 0 0.78125vw;
}

.index_public_pagination_btn {
  width: 1.1458333vw;
  height: 2.08333vw;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.index_public_pagination_btn:nth-child(1) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index_public_pagination_btn svg {
  width: 40.9090909%;
  fill: #999999;
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
}

.index_public_pagination_this svg {
  fill: #1d2088;
}

@-webkit-keyframes strengthLineWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes strengthLineWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_page {
  text-align: center;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_s_option {
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .multSelect {
  font-size: 13px;
  position: relative;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#c_static_001_P_54866-17393731112660
  .e_loop-9
  .multSelect.is-invalid
  .inputWrap {
  border-color: #dc3545;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .multSelect ul,
li {
  list-style: none;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#c_static_001_P_54866-17393731112660
  .e_loop-9
  .multSelect
  .multSelect-option
  > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#c_static_001_P_54866-17393731112660
  .e_loop-9
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}

#c_static_001_P_54866-17393731112660
  .e_loop-9
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#c_static_001_P_54866-17393731112660
  .e_loop-9
  .multSelect
  .inputWrap
  > .fa
  svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#c_static_001_P_54866-17393731112660
  .e_loop-9
  .multSelect
  .inputWrap
  > .fa-down
  svg {
  transform: rotate(-90deg);
}

#c_static_001_P_54866-17393731112660
  .e_loop-9
  .multSelect
  .inputWrap
  > .fa-up
  svg {
  transform: rotate(90deg);
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_split {
  margin: 0 5px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_normal {
  margin-right: 16px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .input-check,
#c_static_001_P_54866-17393731112660 .e_loop-9 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .position-left {
  display: flex;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .position-top {
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_active .p_mbutton::before {
  display: block;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_active .p_mbutton::after {
  display: block;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_filter_result {
  display: inline-block;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_contclear {
  cursor: pointer;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .swiper-container {
  padding-bottom: 0px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_filter_result {
  display: none;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_contclear {
  display: none;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}

#c_static_001_P_54866-17393731112660 .e_loop-9 .p_categoryActive {
  color: #409eff;
}

#c_static_001_P_54866-17393731112660 .e_container-10 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background_radio: 2;
  display-radio: flex;
  height: 600px;
}

#c_static_001_P_54866-17393731112660 .e_container-10:hover {
}

#c_static_001_P_54866-17393731112660 .e_container-10 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54866-17393731112660 .e_image-11 {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: block;
}

#c_static_001_P_54866-17393731112660 .e_image-11 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

#c_static_001_P_54866-17393731112660 .e_container-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 0 1.9791666vw;
  background_radio: 1;
  display-radio: flex;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 4;
  bottom: 0px;
  height: 100%;
  padding-top: 0px;
}

#c_static_001_P_54866-17393731112660 .e_container-12 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

#c_static_001_P_54866-17393731112660 .e_text-14 {
  font-size: 16px;
  opacity: 0.6;
  line-height: 1.1vw;
  min-height: 44px;
  color: #fff;
  font_radio: 2;
  display-radio: 1;
  text-align: center;
}

#c_static_001_P_54866-17393731112660 .e_text-15 {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 0.6vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#c_static_001_P_54866-17393731112660 .e_container-10:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
}

#c_static_001_P_54866-17393731112660 .e_container-10:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, #1b50ffa0, #89d50fa0);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
  transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99);
}

#c_static_001_P_54866-17393731112660 .e_container-10:hover:after {
  opacity: 0;
}

#c_static_001_P_54866-17393731112660 .e_container-10:hover:before {
  opacity: 1;
}

#c_static_001_P_54866-17393731112660 .e_container-10:hover .e_container-22 {
  transition: all 0.5s;
  bottom: 200px;
}

#c_static_001_P_54866-17393731112660 .e_text-16 {
  line-height: normal;
}

#c_static_001_P_54866-17393731112660 .e_text-16 a {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

#c_static_001_P_54866-17393731112660 .e_container-17 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-right: auto;
  margin-left: 0px;
}

#c_static_001_P_54866-17393731112660 .e_container-17 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54866-17393731112660 .e_image-21 {
  overflow: hidden;
  display-radio: 1;
  width: 220px;
  top: 60px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  margin-left: 10px !important;
  background: #fff !important;
}

#c_static_001_P_54866-17393731112660 .e_image-21 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_54866-17393731112660 .e_container-22 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  bottom: 30px;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
}

#c_static_001_P_54866-17393731112660 .e_container-22 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54866-17393731112660 .e_container-1 .cbox-1-0 {
  align-self: center;
  width: 27% !important;
}

#c_static_001_P_54866-17393731112660 .e_container-1 .cbox-1-1 {
  align-self: center;
  width: 73% !important;
}

#c_static_001_P_54866-17393731112660 .e_image-23 {
  overflow: hidden;
  display-radio: 1;
  width: auto;
}

#c_static_001_P_54866-17393731112660 .e_image-23 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: auto;
}

#c_static_001_P_54866-17393731112660 .e_button-24 {
  display: block;
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 160px;
  padding: 0px;
  line-height: 42px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 2;
  max-width: none;
  background-color: rgba(51, 51, 51, 0);
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-left: 0px;
  margin-right: auto;
  color: rgba(51, 51, 51, 1);
  margin-top: 10px;
  opacity: 1;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: rgba(51, 51, 51, 1);
  display-radio: block;
}

#c_static_001_P_54866-17393731112660 .e_button-24 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}

#c_static_001_P_54866-17393731112660 .e_button-24::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_54866-17393731112660 .e_button-24:hover::after {
  opacity: 1;
}

#c_static_001_P_54866-17393731112660 .e_button-24:hover {
  background-color: var(--primary);
  border-style: solid;
  border-color: rgba(51, 51, 51, 1);
  border-radius: 5px;
  border-width: 1px;
  font-size: 16px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: rgba(51, 51, 51, 1);
}

#c_static_001_P_54866-17393731112660 .e_loop-9 {
  display-radio: 1;
}

#c_static_001_P_54866-17393731112660 .e_container-25 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 40px;
}

#c_static_001_P_54866-17393731112660 .e_container-25 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54866-17393731112660 .e_container-25 .cbox-25-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54866-17393731112660 .e_container-25 .cbox-25-1 {
  align-self: center;
}

#c_static_001_P_54866-17393731112660 .e_text-26 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54866-17393731112660 .e_container-28 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 15px;
}

#c_static_001_P_54866-17393731112660 .e_container-28 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54866-17393731112660 .e_container-28 .cbox-28-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54866-17393731112660 .e_container-28 .cbox-28-1 {
  align-self: center;
}

#c_static_001_P_54866-17393731112660 .e_text-29 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54866-17393731112660 .e_container-31 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 15px;
}

#c_static_001_P_54866-17393731112660 .e_container-31 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54866-17393731112660 .e_container-31 .cbox-31-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54866-17393731112660 .e_container-31 .cbox-31-1 {
  align-self: center;
}

#c_static_001_P_54866-17393731112660 .e_text-32 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54866-17393731112660 .e_container-34 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 15px;
}

#c_static_001_P_54866-17393731112660 .e_container-34 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54866-17393731112660 .e_container-34 .cbox-34-0 {
  flex: 0 0 6%;
  align-self: center;
}

#c_static_001_P_54866-17393731112660 .e_container-34 .cbox-34-1 {
  align-self: center;
}

#c_static_001_P_54866-17393731112660 .e_text-35 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  width: 90%;
}

#c_static_001_P_54866-17393731112660 .e_image-37 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54866-17393731112660 .e_image-37 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_54866-17393731112660 .e_image-38 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54866-17393731112660 .e_image-38 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_54866-17393731112660 .e_image-39 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54866-17393731112660 .e_image-39 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_54866-17393731112660 .e_image-40 {
  overflow: hidden;
  display-radio: 1;
  width: 18px;
}

#c_static_001_P_54866-17393731112660 .e_image-40 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  #c_static_001_P_54866-17393731112660 {
    padding-bottom: 30px;
    background_radio: 2;
    display-radio: 1;
    padding-top: 0px;
  }

  #c_static_001_P_54866-17393731112660 .e_container-1 .p_item {
    width: 100%;
  }

  #c_static_001_P_54866-17393731112660 .e_html-5 {
    margin-bottom: 30px;
  }

  #c_static_001_P_54866-17393731112660 .e_text-15 {
    font-size: 20px;
    line-height: 2;
  }

  #c_static_001_P_54866-17393731112660 .e_text-14 {
    font-size: 14px;
    line-height: 1.5;
  }

  #c_static_001_P_54866-17393731112660 .e_container-1 {
    background_radio: 1;
    display-radio: 1;
    flex-direction: column;
  }

  #c_static_001_P_54866-17393731112660 .e_container-1 .cbox-1-0 {
    align-self: center;
    width: 100% !important;
  }

  #c_static_001_P_54866-17393731112660 .e_image-23 {
    display-radio: 1;
    width: 70%;
    margin-bottom: 0px;
  }

  #c_static_001_P_54866-17393731112660 .e_text-26 {
    font_radio: 1;
    display-radio: 1;
  }

  #c_static_001_P_54866-17393731112660 .e_container-25 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 20px;
  }

  #c_static_001_P_54866-17393731112660 .e_button-24 {
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: 1;
    margin-bottom: 20px;
  }

  #c_static_001_P_54866-17393731112660 .e_container-10 {
    border-radius: 10px;
    height: 300px;
  }

  #c_static_001_P_54866-17393731112660 .e_image-11 {
    position: relative;
    height: 300px;
    overflow: hidden;
    display: block;
  }

  #c_static_001_P_54866-17393731112660 .e_container-1 .cbox-1-1 {
    align-self: center;
    width: 100% !important;
  }

  #c_static_001_P_54866-17393731112660 .e_container-17 {
      display: none;
  }

  #c_static_001_P_54866-17393731112660 .e_image-21 {
      top: 0px;
  }

  #c_static_001_P_54866-17393731112660 .e_container-22 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      bottom: 0;
      width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001_P_54866-17393731112660 .e_container-1 {
    padding: 0 0 0 3vw;
  }

  #c_static_001_P_54866-17393731112660 .e_html-5 {
    margin-bottom: 30px;
  }

  #c_static_001_P_54866-17393731112660 .e_text-15 {
    font-size: 24px;
    line-height: 2;
  }

  #c_static_001_P_54866-17393731112660 .e_text-14 {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1550px) and (min-width: 1366px) {
  #c_static_001_P_54866-17393731112660 .e_container-1 .cbox-1-0 {
    width: 26% !important;
  }
}
#c_new_list_154_P_086-1739378535749 {
  min-height: 300px;
  display-radio: 1;
  padding-top: 80px;
  padding-bottom: 60px;
  background_radio: 2;
  background-fill-value: background-color;
  background-color: rgba(242, 246, 255, 1);
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_list {
  display: flex;
  flex-wrap: wrap;
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_loopItem {
  position: relative;
  flex: 0 0 100%;
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_page {
  text-align: center;
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_leftData {
  display: flex;
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_left {
  flex: 0 0 50%;
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_focusItem {
  /* height: 100%; */
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_right {
  flex: 0 0 50%;
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_nodata {
  min-height: 200px;
}

#c_new_list_154_P_086-1739378535749 .e_loopFocus-22 {
  display-radio: 1;
  max-width: 1600px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

#c_new_list_154_P_086-1739378535749 .e_container-23 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  display-radio: flex;
  transition-property: all;
  /* transition-radio: :hover; */
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  background_radio: 1;
}

#c_new_list_154_P_086-1739378535749 .e_container-23 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_new_list_154_P_086-1739378535749 .e_container-23:hover img {
  transform: scale(1.12);
  transition: all 0.6s;
}

#c_new_list_154_P_086-1739378535749 .e_container-23:hover .e_text-26 {
  display-radio: 1;
  color: #1b52ff;
}

#c_new_list_154_P_086-1739378535749 .e_container-24 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  border-style: none;
  border-width: 1px;
  margin-right: auto;
  margin-bottom: 10px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  margin-left: auto;
  margin-top: 0px;
  display-radio: flex;
  transition-property: all;
  /* transition-radio: :hover; */
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  background_radio: 2;
  background-color: rgba(255, 255, 255, 1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#c_new_list_154_P_086-1739378535749 .e_container-24:hover {
  border-color: rgba(235, 182, 88, 1);
}

#c_new_list_154_P_086-1739378535749 .e_container-24 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_new_list_154_P_086-1739378535749 .e_timeFormat-25 {
  min-height: 20px;
  font-size: 18px;
  font-family: Arial;
  color: rgba(102, 102, 102, 1);
  font_radio: 2;
  display-radio: 1;
}

#c_new_list_154_P_086-1739378535749 .e_text-26 {
  line-height: normal;
  font_radio: 2;
  font-size: 20px;
  font-family: PingFangSC;
  color: rgba(51, 51, 51, 1);
  margin-top: 15px;
  display-radio: -webkit-box;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: bold;
  margin-bottom: 10px;
}

#c_new_list_154_P_086-1739378535749 .e_text-26:hover {
  font-size: 20px;
  font-family: PingFangSC;
  font-weight: bold;
  color: rgba(27, 82, 255, 1);
}

#c_new_list_154_P_086-1739378535749 .e_text-27 {
  line-height: 1.6;
  font_radio: 2;
  font-size: 16px;
  font-family: PingFangSC;
  color: rgba(153, 153, 153, 1);
  margin-top: 6px;
  display-radio: -webkit-box;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#c_new_list_154_P_086-1739378535749 .e_container-28 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-bottom: 30px;
  margin-right: 0px;
  margin-left: 0px;
  display-radio: flex;
  transition-property: all;
  /* transition-radio: :hover; */
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  background_radio: 2;
  background-color: rgba(255, 255, 255, 1);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

#c_new_list_154_P_086-1739378535749 .e_container-28 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_new_list_154_P_086-1739378535749 .e_container-28 .cbox-28-1 {
  border-style: none;
  border-width: 1px;
  align-self: center;
}

#c_new_list_154_P_086-1739378535749 .e_container-28:hover .e_button-33 {
  display-radio: 1;
  margin-right: auto;
}

#c_new_list_154_P_086-1739378535749 .e_container-28:hover img {
  transform: scale(1.06);
  transition: all 0.6s;
}

#c_new_list_154_P_086-1739378535749 .e_container-28 .p_item {
  display-radio: 1;
}

#c_new_list_154_P_086-1739378535749 .e_container-29 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-left: 40px;
  margin-right: 0px;
  display-radio: flex;
  background_radio: 1;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

#c_new_list_154_P_086-1739378535749 .e_container-29 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_new_list_154_P_086-1739378535749 .e_container-29 .p_item {
  display-radio: 1;
}

#c_new_list_154_P_086-1739378535749 .e_timeFormat-30 {
  min-height: 20px;
  font-size: 18px;
  font-family: Arial;
  color: rgba(102, 102, 102, 1);
  font_radio: 2;
  display-radio: 1;
}

#c_new_list_154_P_086-1739378535749 .e_text-31 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  margin-top: 30px;
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  font-family: PingFangSC;
  font-weight: bold;
  margin-bottom: 20px;
}

#c_new_list_154_P_086-1739378535749 .e_text-31:hover {
  color: rgba(27, 82, 255, 1);
}

#c_new_list_154_P_086-1739378535749 .e_text-32 {
  line-height: 1.8;
  font_radio: 2;
  font-size: 16px;
  font-family: PingFangSC;
  color: rgba(153, 153, 153, 1);
  margin-top: 15px;
  display-radio: -webkit-box;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#c_new_list_154_P_086-1739378535749 .e_button-33 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 2;
  margin-top: 48px;
  width: auto;
  max-width: 160px;
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 16px;
  color: rgba(27, 82, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(27, 82, 255, 1);
  display-radio: block;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-left: 0px;
  margin-right: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-weight: normal;
}

#c_new_list_154_P_086-1739378535749 .e_button-33 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}

#c_new_list_154_P_086-1739378535749 .e_button-33::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_new_list_154_P_086-1739378535749 .e_button-33:hover::after {
  opacity: 1;
}

#c_new_list_154_P_086-1739378535749 .e_button-33:hover {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(27, 82, 255, 1);
  background-color: rgba(27, 82, 255, 1);
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

#c_new_list_154_P_086-1739378535749 .e_button-33:before {
  border-radius: 50%;
}

#c_new_list_154_P_086-1739378535749 .e_image-34 {
  overflow: hidden;
  display-radio: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

#c_new_list_154_P_086-1739378535749 .e_image-34 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s;
}

#c_new_list_154_P_086-1739378535749 .e_container-38 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

#c_new_list_154_P_086-1739378535749 .e_container-38 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_new_list_154_P_086-1739378535749 .e_text-39 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  margin-top: 0px;
}

#c_new_list_154_P_086-1739378535749 .e_line-40 {
  line_radio: 1;
  display-radio: 1;
}

@media screen and (max-width: 768px) {
  #c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_leftData {
    display: block;
  }

  #c_new_list_154_P_086-1739378535749 .e_container-28 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 94%;
    margin-bottom: 30px;
    background_radio: 1;
    display-radio: flex;
    max-width: 1600px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }

  #c_new_list_154_P_086-1739378535749 {
    background_radio: 2;
    display-radio: 1;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  #c_new_list_154_P_086-1739378535749 .e_image-34 {
    display-radio: 1;
    width: auto;
    max-width: none;
  }

  #c_new_list_154_P_086-1739378535749 .e_container-29 {
    background_radio: 1;
    display-radio: 1;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    margin-top: 20px;
  }

  #c_new_list_154_P_086-1739378535749 .e_loopFocus-22 {
    display-radio: 1;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
    width: 94%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
  }

  #c_new_list_154_P_086-1739378535749 .e_text-31 {
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    text-align: left;
    font-family: "cgfuturamaxide";
    margin-top: 5px;
    margin-bottom: 10px;
  }

  #c_new_list_154_P_086-1739378535749 .e_text-27 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 1.8;
    text-align: left;
    font-family: "cgfuturamaxide";
  }

  #c_new_list_154_P_086-1739378535749 .e_text-32 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 1.8;
    text-align: left;
    font-family: "cgfuturamaxide";
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #c_new_list_154_P_086-1739378535749 .e_timeFormat-30 {
    font_radio: 1;
    display-radio: 1;
  }

  #c_new_list_154_P_086-1739378535749 .e_button-33 {
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: 1;
    margin-top: 20px;
  }

  #c_new_list_154_P_086-1739378535749 .e_container-24 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  #c_new_list_154_P_086-1739378535749 .e_text-26 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  #c_new_list_154_P_086-1739378535749 .e_text-39 {
    font_radio: 2;
    display-radio: 1;
    font-size: 28px;
    line-height: 1.8;
    text-align: left;
  }

  #c_new_list_154_P_086-1739378535749 .e_timeFormat-25 {
    font_radio: 1;
    display-radio: 1;
  }
}
#c_static_001_P_54869-1739378918442 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  width: 100%;
  background-fill-value: background-image;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../image/5767cb08-5ebd-4d88-8ac7-368341c56429.png);
}

#c_static_001_P_54869-1739378918442 .e_container-30 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1600px;
  padding-top: 80px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

#c_static_001_P_54869-1739378918442 .e_container-30 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54869-1739378918442 .e_button-33 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 180px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: 55px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: 0px;
}

#c_static_001_P_54869-1739378918442 .e_button-33 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}

#c_static_001_P_54869-1739378918442 .e_button-33::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_54869-1739378918442 .e_button-33:hover::after {
  opacity: 1;
}

#c_static_001_P_54869-1739378918442 .e_button-33:hover {
  border-style: solid;
  border-color: rgba(27, 82, 255, 1);
  background-color: rgba(27, 82, 255, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: rgba(255, 255, 255, 1);
}

#c_static_001_P_54869-1739378918442 .e_button-33:before {
  border-radius: 50%;
}

#c_static_001_P_54869-1739378918442 .e_richText-39 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

#c_static_001_P_54869-1739378918442 .e_richText-39 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54869-1739378918442 .e_richText-39 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}

#c_static_001_P_54869-1739378918442 .e_richText-39 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54869-1739378918442 .e_richText-39 {
  font_radio: 2;
  display-radio: 1;
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  text-align: left;
  margin-top: 10px;
  font-family: PingFangSC;
}

@media screen and (max-width: 768px) {

  #c_static_001_P_54815-17473642135850 .cbox-35-0{
    display: none;
  }
  #c_static_001_P_54866-17393731112660 .cbox-1-0{
    display: none;
  }
  #c_static_001_P_54869-1739378918442 .e_container-30 {
    background_radio: 1;
    display-radio: 1;
    padding-top: 100px;
    padding-bottom: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }

  #c_static_001_P_54869-1739378918442 .e_button-33 {
    background_radio: 1;
    border_radio: 1;
    font_radio: 2;
    radius_radio: 1;
    display-radio: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-bottom: 100px;
    margin-left: 0px;
  }

  #c_static_001_P_54869-1739378918442 .e_button-33:hover {
    font-size: 14px;
  }

  #c_static_001_P_54869-1739378918442 .e_richText-39 {
    font_radio: 1;
    display-radio: 1;
  }
}
#c_static_001_P_54870-17569822473740 {
  display-radio: 1;
  background-fill-value: background-color;
  background_radio: 2;
  background-color: rgba(45, 45, 45, 1);
  min-height: 0px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0px;
}

#c_static_001_P_54870-17569822473740 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  display-radio: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background_radio: 1;
  padding-bottom: 0px;
}

#c_static_001_P_54870-17569822473740 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54870-17569822473740 .e_container-1 .cbox-1-0 {
  flex: 0 0 55%;
  margin-right: 0px;
  margin-left: 0px;
}

#c_static_001_P_54870-17569822473740 .e_container-1 .p_item {
  display-radio: 1;
}

#c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_level1Item:nth-child(1),
#c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_level1Item:last-child {
  display: none !important;
}

#c_static_001_P_54870-17569822473740
  .e_bottomNav-2
  .p_level1Item:nth-child(3)
  ul
  span {
  line-height: 1.5;
  font-size: 13px !important;
}

#c_static_001_P_54870-17569822473740 .e_bottomNav-2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_level1Item {
  width: auto;
  padding: 0 25px 0 0;
  flex-grow: 1;
}

#c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_level3Box {
  display: none;
}

#c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_menu1Item {
  display-radio: 1;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 20px;
  color: rgba(221, 221, 221, 1);
}

#c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_menu2Item {
  display-radio: 1;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 8px;
  color: rgba(221, 221, 221, 1);
}

#c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_menu2Item:hover {
  color: #fff;
}

#c_static_001_P_54870-17569822473740 .e_bottomNav-2 {
  font_radio: 1;
  display-radio: 1;
}

#c_static_001_P_54870-17569822473740 .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background_radio: 2;
  background-color: rgba(34, 34, 34, 1);
}

#c_static_001_P_54870-17569822473740 .e_container-3 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54870-17569822473740 .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  display-radio: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background_radio: 1;
}

#c_static_001_P_54870-17569822473740 .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54870-17569822473740 .e_text-5 {
  display-radio: 1;
  font_radio: 2;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

#c_static_001_P_54870-17569822473740 .e_provider-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: all;
  font_radio: 2;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: right;
  display-radio: -webkit-box;
}

#c_static_001_P_54870-17569822473740 .e_provider-8 a {
  text-align: right;
  display: block;
}

#c_static_001_P_54870-17569822473740 .e_provider-8:hover {
  color: #fff;
}

#c_static_001_P_54870-17569822473740 .e_container-4 a:hover {
  color: #fff;
}

#c_static_001_P_54870-17569822473740 .e_container-10 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
}

#c_static_001_P_54870-17569822473740 .e_container-10 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54870-17569822473740 .e_container-10 .cbox-10-2 {
  flex: 0 0 auto;
}

#c_static_001_P_54870-17569822473740 .e_container-10 .p_item {
  display-radio: 1;
}

#c_static_001_P_54870-17569822473740 .e_richText-12 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

#c_static_001_P_54870-17569822473740 .e_richText-12 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54870-17569822473740 .e_richText-12 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}

#c_static_001_P_54870-17569822473740 .e_richText-12 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54870-17569822473740 .e_richText-12 {
  font_radio: 2;
  display-radio: 1;
  min-height: 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  margin-left: 10px;
  line-height: 1.5;
}

#c_static_001_P_54870-17569822473740 .e_container-10 .cbox-10-1 {
  flex: 0 0 auto;
}

#c_static_001_P_54870-17569822473740 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  min-width: 0px;
  margin-right: 0px;
  margin-left: auto;
  background_radio: 1;
  max-width: none;
}

#c_static_001_P_54870-17569822473740 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54870-17569822473740 .e_text-14 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 20px;
  color: rgba(221, 221, 221, 1);
}

#c_static_001_P_54870-17569822473740 .e_richText-15 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

#c_static_001_P_54870-17569822473740 .e_richText-15 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54870-17569822473740 .e_richText-15 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}

#c_static_001_P_54870-17569822473740 .e_richText-15 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54870-17569822473740 .e_richText-15 {
  font_radio: 2;
  display-radio: 1;
  margin-top: 0px;
  min-height: 0px;
  font-size: 26px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  font-family: Arial;
}

.HS {
  color: #034291;
  border: 1px #034291 solid;
  padding: 10px;
  text-align: center;
  border-radius: 25px;
  font-size: 15px;
}

.fr_d option {
  padding: 5px;
}

#c_static_001_P_54870-17569822473740 .e_text-19 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 20px;
  color: rgba(221, 221, 221, 1);
  margin-top: 3px;
}

#c_static_001_P_54870-17569822473740 .e_image-20 {
  overflow: hidden;
  display-radio: 1;
  max-width: 120px;
  width: 100%;
  margin-top: 20px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#c_static_001_P_54870-17569822473740 .e_image-20 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: auto;
}

#c_static_001_P_54870-17569822473740 .e_richText-21 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

#c_static_001_P_54870-17569822473740 .e_richText-21 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54870-17569822473740 .e_richText-21 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}

#c_static_001_P_54870-17569822473740 .e_richText-21 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54870-17569822473740 .e_richText-21 {
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(221, 221, 221, 1);
  line-height: 1.5;
  width: auto;
  max-width: 120px;
  text-align: center;
  margin-top: 10px;
}

#c_static_001_P_54870-17569822473740 .e_container-1 .cbox-1-2 {
  margin-right: 0px;
  margin-left: 0px;
}

#c_static_001_P_54870-17569822473740 .e_container-1 .cbox-1-1 {
  margin-right: 0px;
  margin-left: 0px;
  flex: 0 0 18%;
}

#c_static_001_P_54870-17569822473740 .e_container-22 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 20px;
}

#c_static_001_P_54870-17569822473740 .e_container-22 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_54870-17569822473740 .e_icon-23 {
  width: 40px;
  height: 40px;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
}

#c_static_001_P_54870-17569822473740 .e_icon-23 .icon {
  margin: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

#c_static_001_P_54870-17569822473740 .e_container-22 .cbox-22-0 {
  flex: 0 0 auto;
  margin-right: 15px;
}

#c_static_001_P_54870-17569822473740 .e_container-22 .cbox-22-1 {
  align-self: center;
}

#c_static_001_P_54870-17569822473740 .e_richText-24 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

#c_static_001_P_54870-17569822473740 .e_richText-24 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54870-17569822473740 .e_richText-24 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}

#c_static_001_P_54870-17569822473740 .e_richText-24 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#c_static_001_P_54870-17569822473740 .e_richText-24 {
  font_radio: 2;
  display-radio: 1;
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  text-align: left;
  margin-top: 10px;
  font-family: Arial;
}

@media screen and (min-width: 769px) {
  #c_new_list_154_P_086-1739378535749 .e_loopFocus-22 .p_loopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_menu1Item,
  .e_bottomNav-2 .p_menu2Item {
    display: flex;
    justify-content: space-between;
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_level1Box ul {
    display: none;
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_jtIcon {
    width: auto;
    height: auto;
    max-width: 20px;
    font-size: inherit;
    transition: 0.5s;
    margin: 0;
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_jtIcon.active {
    transform: rotateZ(90deg);
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_level1Item {
    padding: 0;
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_menu2Item svg {
    opacity: 0.5;
  }

  #c_static_001_P_54870-17569822473740 .e_container-4 {
    display-radio: 1;
    flex-direction: column;
  }

  #c_static_001_P_54870-17569822473740 .e_text-5 {
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  #c_static_001_P_54870-17569822473740 .e_provider-8 a {
    text-align: center;
  }

  #c_static_001_P_54870-17569822473740 .e_provider-8 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }

  #c_static_001_P_54870-17569822473740 {
    display-radio: 1;
    background_radio: 2;
    padding-top: 30px;
  }

  #c_static_001_P_54870-17569822473740 .e_container-1 {
    display-radio: 1;
    flex-direction: column;
    background_radio: 1;
    margin-bottom: 50px;
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 {
    font_radio: 1;
    display-radio: 1;
    display: none;
  }

  #c_static_001_P_54870-17569822473740 .e_richText-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    text-align: center;
  }

  #c_static_001_P_54870-17569822473740 .e_container-10 {
    display-radio: 1;
    flex-direction: column;
  }

  #c_static_001_P_54870-17569822473740 .e_container-10 .cbox-10-0 {
    flex: 0 0 auto;
  }

  #c_static_001_P_54870-17569822473740 .e_richText-15 {
    font_radio: 2;
    display-radio: 1;
    font-size: 20px;
  }

  #c_static_001_P_54870-17569822473740 .e_container-13 {
    display-radio: 1;
    background_radio: 1;
    margin-top: 10px;
  }

  #c_static_001_P_54870-17569822473740 .e_text-19 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    text-align: center;
    display: none;
  }

  #c_static_001_P_54870-17569822473740 .e_image-20 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  #c_static_001_P_54870-17569822473740 .e_richText-21 {
    font_radio: 1;
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  #c_static_001_P_54870-17569822473740 .e_text-14 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_level1Box {
    display: flex;
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_jtIcon {
    display: none;
  }

  #c_static_001_P_54870-17569822473740 .e_bottomNav-2 .p_level1Item.open {
    display: block;
  }
}
