/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
  content: '';
  clear: left;
  display: block;
}
#c_grid-116273709439191 > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#c_grid-116273709439191 > div > .p_gridCell {
  float: left;
  position: static;
}
#c_grid-116273709439191 > .p_gridbox.signal {
  min-height: inherit;
}
#c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
#c_grid-116273709439191 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
.L_nav .pc_nav {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 99;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  box-shadow: 0 0 20px rgb(0 0 0 / 0%);
}
.L_nav .pc_nav.active {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px rgb(0 0 0 / 0%);
}
.L_nav .pc_nav.ying {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  position: fixed;
}
.L_nav .header1 > .header-left {
  display: flex;
  max-width: none;
  width: 100%;
  align-items: center;
  margin: 0 auto !important;
  justify-content: space-between;
  line-height: 0;
}
.L_nav .header1 > .header-left .fl {
  width: 218px;
  max-width: 257px;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  color: #fff;
  justify-content: space-between;
  line-height: 1;
}
.L_nav .header1 > .header-left .fl a {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.L_nav .header1 > .header-left .fl a img {
  width: 100%;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  opacity: 0;
}
.L_nav .header1 > .header-left .fl a img:first-of-type {
  opacity: 0;
}
.L_nav .header1 > .header-left .fl a img:last-child {
  opacity: 1;
}
.L_nav .pc_nav.active .header1 > .header-left .fl a img:first-of-type {
  opacity: 1;
}
.L_nav .pc_nav.active .header1 > .header-left .fl a img:last-child {
  opacity: 0;
}
.L_nav .header1 > .header-left nav.fr {
  height: auto;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.L_nav .header1 nav ul.f-cb {
  overflow: visible;
  padding-right: 0;
  padding-left: 0px;
}
.L_nav .header1 nav ul.f-cb:after {
  clear: both;
  display: block;
  content: '';
}
.L_nav li.hvr-left {
  text-align: center;
  transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  position: relative;
  display: block;
  float: left;
  margin: 0 0px;
  text-transform: uppercase;
}
.L_nav .pc_nav li.hvr-left .home-dec {
  display: block;
  position: relative;
  line-height: 90px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin: 0px;
  padding: 0px 1.7vw;
  transition: all 0.5s ease;
}
.L_nav .pc_nav li.hvr-left:hover .home-dec {
  color: var(--c1);
}
.L_nav .pc_nav.active li.hvr-left .home-dec {
  color: #000;
}
.L_nav .pc_nav.active li.hvr-left:hover .home-dec {
  color: var(--c1);
}
.L_nav li.hvr-left .home-dec:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: var(--c1);
  transition: all 0.5s ease;
  transform: translateX(-50%);
}
.L_nav .pc_nav:hover li.hvr-left:hover .home-dec:after {
  width: 100%;
}
.L_nav li.hvr-left .nav-sub {
  border: none;
  background: #fff;
  width: auto;
  left: 50%;
  margin-left: 0;
  padding: 0;
  position: absolute;
  min-width: 100%;
  transition: all 0.5s ease;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transform: translateX(-50%);
}
.L_nav li.hvr-left:hover .nav-sub {
  max-height: 100vh;
}
.L_nav li.hvr-left .nav-sub a {
  width: 100%;
  border: none;
  padding: 0px 30px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #444;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f5f5f5;
}
.L_nav li.hvr-left .nav-sub a:last-child {
  border-bottom: none;
}
.L_nav li.hvr-left .nav-sub a:hover {
  background-color: var(--c1);
  color: #fff;
}
.on .pc_nav {
  background: #fff;
}
.L_nav .hvr-left_last {
  display: flex;
  align-items: center;
  margin-left: 0px;
  border-left: solid 1px rgb(0 0 0 / 10%);
}
.L_nav .hvr-left_last {
  display: flex;
  align-items: center;
  margin-left: 0px;
  border-left: solid 1px rgb(255 255 255 / 5%);
}
.L_nav .pc_nav.active .hvr-left_last {
  border-left: solid 1px rgb(0 0 0 / 10%);
}
.L_nav .hvr-left_last .L_text {
  width: auto;
  height: auto;
  padding: 0px 25px;
  border: none;
  margin: 0px;
  position: relative;
}
.L_nav .hvr-left_last .L_text img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 4px;
  max-width: 20px;
  opacity: 1;
  transition: all 0.5s ease;
}
.L_nav .hvr-left_last .L_text img:hover {
  opacity: 1;
}
.L_nav .hvr-left_last .L_text .menu {
  width: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 99;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: top 0.5s ease 0s, opacity 0.5s ease 0s;
  padding: 0px 10px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  transform: translateX(-50%);
  margin: 0px;
}
.L_nav .hvr-left_last .L_text:hover .menu {
  top: 36px;
  padding: 5px 10px;
  height: auto;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  overflow: visible;
}
.L_nav .hvr-left_last .L_text:hover .menu:before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom: 7px solid rgba(255, 255, 255, 1);
}
.L_nav {
  position: relative;
}
.L_nav .hvr-left_last .L_text .menu a {
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #222;
  text-align: center;
  white-space: nowrap;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
  align-items: center;
}
.L_nav .hvr-left_last .L_text .menu a:hover {
  color: var(--c1);
}
.L_nav .hvr-left_last .L_text .menu a:last-child {
  border-bottom: none;
}
.L_nav .pc_nav .header1 > .header-left .dh_icon {
  color: #fff;
}
.L_nav .pc_nav:hover .header1 > .header-left .dh_icon {
  color: #000;
}
.L_nav .pc_nav:hover .header1 > .header-left .L_text:hover .dh_icon {
  color: var(--c1);
}
.L_nav .pc_nav.active .header1 > .header-left .dh_icon {
  color: #000;
}
.L_nav .pc_nav.active:hover .header1 > .header-left .dh_icon {
  color: #000;
}
.L_nav .pc_nav.active:hover .header1 > .header-left .dh_icon:hover {
  color: var(--c1);
}
.L_nav .pc_nav .header1 > .header-left .L_tel {
  padding-left: 25px;
  padding-right: 25px;
  border-left: solid 1px rgb(255 255 255 / 5%);
  background: rgba(0, 0, 0, 0);
}
.L_nav .pc_nav.active .header1 > .header-left .L_tel {
  background: var(--c1);
  border-left: solid 1px var(--c1);
}
.L_nav .pc_nav .header1 > .header-left .L_tel .L_text_bb {
  font-size: 22px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.L_nav .pc_nav .header1 > .header-left .L_tel .L_text_bb.L_text_fz {
  font-size: 22px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.L_nav .pc_nav .header1 > .header-left .L_tel .dh_icon {
  fill: #fff;
}
.L_nav .pc_nav.active .header1 > .header-left .L_tel .dh_icon {
  fill: #fff;
}
.L_nav .pc_nav.active:hover .header1 > .header-left .L_tel .dh_icon {
  fill: #fff;
}
.L_nav .pc_nav .header1 > .header-left .dh_tel {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  font-family: Arial, sans-serif;
}
.L_nav .pc_nav .header1 > .header-left .dh_fz {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
#c_static_001_P_249-16558822084690 {
  display-radio: 1;
}
#c_static_001_P_249-16558822084690 .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
}
#c_static_001_P_249-16558822084690 .e_container-3.active {
  background-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
#c_static_001_P_249-16558822084690 .e_container-3 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_249-16558822084690 .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background_radio: 1;
  width: auto;
  max-width: none;
  padding-right: 8%;
  padding-left: 8%;
}
#c_static_001_P_249-16558822084690 .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_249-16558822084690 .e_richText-5 {
  font_radio: 2;
  display-radio: 1;
  font-size: 15px;
  line-height: 1.2;
  font-family: Arial;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;
}
#c_static_001_P_249-16558822084690 .e_richText-5 a {
  transition: all 0s ease;
}
#c_static_001_P_249-16558822084690 .e_container-3.active .e_richText-5 {
  color: rgba(0, 0, 0, 1);
}
#c_static_001_P_249-16558822084690 .e_richText-6 {
  font_radio: 2;
  display-radio: 1;
  font-family: Arial;
  line-height: 1.2;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;
}
#c_static_001_P_249-16558822084690 .e_container-3.active .e_richText-6 {
  color: rgba(0, 0, 0, 1);
}
#c_static_001_P_249-16558822084690 .e_container-7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-right: 0px;
  background_radio: 1;
}
#c_static_001_P_249-16558822084690 .e_container-7 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_249-16558822084690 .e_container-7 .p_item {
  display-radio: 1;
}
#c_static_001_P_249-16558822084690 .e_container-8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
}
#c_static_001_P_249-16558822084690 .e_container-8 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_249-16558822084690 .e_container-8 .p_item {
  display-radio: 1;
}
#c_static_001_P_249-16558822084690 .e_icon-9 {
  width: 26px;
  font_radio: 2;
  display-radio: 1;
  height: auto;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;
}
#c_static_001_P_249-16558822084690 .e_container-3.active .e_icon-9 {
  color: rgba(0, 0, 0, 1);
}
#c_static_001_P_249-16558822084690 .e_icon-9 .icon {
  margin: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
#c_static_001_P_249-16558822084690 .e_container-10 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background_radio: 1;
}
#c_static_001_P_249-16558822084690 .e_container-10 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_249-16558822084690 .e_container-10 .p_item {
  display-radio: 1;
}
#c_static_001_P_249-16558822084690 .e_container-10 .cbox-10-0 {
  flex: 0 0 auto;
}
#c_static_001_P_249-16558822084690 .e_icon-11 {
  width: 26px;
  font_radio: 2;
  display-radio: 1;
  height: auto;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;
}
#c_static_001_P_249-16558822084690 .e_container-3.active .e_icon-11 {
  color: rgba(0, 0, 0, 1);
}
#c_static_001_P_249-16558822084690 .e_icon-11 .icon {
  margin: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
#c_static_001_P_249-16558822084690 .e_richText-12 {
  font_radio: 2;
  display-radio: 1;
  font-size: 15px;
  line-height: 1.2;
  font-family: Arial;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;
}
#c_static_001_P_249-16558822084690 .e_richText-12 a {
  transition: all 0s ease;
}
#c_static_001_P_249-16558822084690 .e_container-3.active .e_richText-12 {
  color: rgba(0, 0, 0, 1);
}
#c_static_001_P_249-16558822084690 .e_container-10 .cbox-10-1 {
  align-self: center;
  padding-left: 6px;
}
#c_static_001_P_249-16558822084690 .e_container-4 .cbox-4-1 {
  flex: 0 0 auto;
  margin-right: 0px;
  margin-left: auto;
  align-self: center;
  padding-left: 20px;
}
#c_static_001_P_249-16558822084690 .e_container-8 .cbox-8-1 {
  padding-left: 6px;
  flex: 0 0 auto;
  align-self: center;
}
#c_static_001_P_249-16558822084690 .e_container-7 .cbox-7-1 {
  margin-right: auto;
  margin-left: 0px;
  align-self: center;
  flex: 0 0 auto;
  padding-left: 20px;
}
#c_static_001_P_249-16558822084690 .e_container-8 .cbox-8-0 {
  margin-left: 0px;
  margin-right: 0px;
  flex: 0 0 auto;
}
#c_static_001_P_249-16558822084690 .e_container-7 .cbox-7-0 {
  align-self: center;
  flex: 0 0 auto;
}
#c_static_001_P_249-16558822084690 .e_container-4 .cbox-4-0 {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .L_nav {
    height: 70px;
  }
  .L_nav .pc_nav {
    display: none;
  }
  .yyqh {
  }
  .yyqh a {
    display: inline-block;
    text-decoration: none;
    line-height: 60px;
    margin: 0px 0px;
  }
  .L_nav .header2 {
    height: 70px;
    position: fixed;
    background: #fff;
    z-index: 100;
    top: 0px;
    width: 100%;
    display: block;
    left: 0;
  }
  .L_nav .header2 .main-wrap {
    height: 70px;
    padding: 0 3%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .L_nav .header2 .logo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .L_nav .header2 .logo a {
    display: block;
  }
  .L_nav .header2 .logo a img {
    max-width: 100%;
    width: auto !important;
    height: 50px !important;
  }
  .L_nav .header2 .nav-btn {
    width: 27px;
    height: 16px;
    cursor: pointer;
    position: relative;
  }
  .L_nav .header2 .nav-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #222;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: all 0.5s ease 0s;
  }
  .L_nav .header2 .nav-btn .line1 {
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0;
  }
  .L_nav .header2 .nav-btn.hover .line {
    background: var(--c1);
  }
  .L_nav .header2 .nav-btn .line2 {
    top: 7px;
  }
  .L_nav .header2 .nav-btn .line3 {
    bottom: 0px;
    -webkit-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    transform-origin: 1px center;
  }
  .L_nav .header2 .nav-btn.hover .line1 {
    margin-left: -10px;
    transform: rotate(45deg);
  }
  .L_nav .header2 .nav-btn.hover .line2 {
    opacity: 0;
  }
  .L_nav .header2 .nav-btn.hover .line3 {
    margin-left: -10px;
    transform: rotate(-45deg);
  }
  .L_nav .header2 .sub-menu {
    width: 100%;
    padding: 0 3%;
    display: none;
    position: absolute;
    left: 0px;
    top: 70px;
    z-index: 2;
    overflow-y: auto;
    background: #fff;
  }
  .L_nav .header2 .sub-menu ul {
    width: 100%;
    height: calc(100vh - 55px - 1.5rem);
  }
  .L_nav .header2 .sub-menu li {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
  }
  .L_nav .js-m-3 {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .L_nav .js-m-3.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .L_nav .header2 .sub-menu .tit {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    line-height: 60px;
    color: #333;
    position: relative;
    box-sizing: border-box;
  }
  .L_nav .header2 .sub-menu .sub-tit.on {
    background-color: #e9e9e9;
  }
  .L_nav .header2 .sub-menu .sec-list {
    line-height: 40px;
    padding: 10px 0%;
    display: none;
  }
  .L_nav .header2 .sub-menu .jt {
    position: absolute;
    right: 10px;
    top: 0;
    display: inline-block;
    width: 10%;
    height: 60px;
    text-align: center;
    background: none;
    float: right;
    cursor: pointer;
  }
  .L_nav .header2 .sub-menu .jt:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/rBQBHVzEZzKEUBJMAAAAAMfREL8486.png) no-repeat center;
    background-size: 17px auto;
    position: absolute;
    right: 3%;
    top: 15px;
  }
  .L_nav .header2 .sub-menu .jt.jtRote:after {
    background: url(../img/rBQBG1zEZ1eEBkkYAAAAADz6RB0116.png) no-repeat center;
    background-size: 20px auto;
  }
  .L_nav .header2 .sub-menu .sec-list p {
    background: url(../image/rBQBHVzEdJGEfkUaAAAAAGBOHjA006.png) no-repeat left center;
    background-size: 3px auto;
    font-size: 14px;
  }
  .L_nav .header2 .sub-menu .sec-list a {
    padding-left: 5%;
    color: #666;
    display: block;
  }
  .L_nav .header2 .sub-menu .sec-list a:active {
    color: #005bac;
  }
  .L_nav .search-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #f5f5f5;
    display: none;
  }
  #c_static_001_P_249-16558822084690 .e_container-3 {
    display: none;
  }
  #c_static_001_P_249-16558822084690 {
    background_radio: 2;
    display-radio: 1;
  }
}
@media screen and (min-width: 769px) {
  .L_nav .header2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .L_nav .hvr-left_last .L_text {
    display: none;
  }
}
@media screen and (max-width: 1440px) and (min-width: 414px) {
  .L_nav .header1 > .header-left {
    padding: 0px 3%;
  }
  .L_nav .pc_nav li.hvr-left .home-dec {
    font-size: 16px;
    padding: 0px 16px;
  }
  .L_nav .pc_nav .header1 > .header-left .L_tel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .L_nav .hvr-left_last .L_text {
    width: auto;
    height: auto;
    padding: 0px 30px;
    border: none;
    margin: 0px;
    position: relative;
  }
  .L_nav .pc_nav .header1 > .header-left .dh_tel {
    font-size: 16px;
    color: #fff;
    display: inline-block;
  }
  #c_static_001_P_249-16558822084690 .e_container-4 {
    background_radio: 1;
    display-radio: 1;
    padding-left: 3%;
    padding-right: 3%;
  }
  #c_static_001_P_249-16558822084690 {
    background_radio: 2;
    display-radio: 1;
    padding-left: 3;
  }
  #c_static_001_P_249-16558822084690 .e_navigationB-1 {
    display-radio: 1;
    padding-left: 3px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .L_nav .pc_nav li.hvr-left .home-dec {
    font-size: 16px;
    padding: 0px 15px;
  }
  .L_nav .pc_nav .header1 > .header-left .L_tel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .L_nav .hvr-left_last .L_text {
    width: auto;
    height: auto;
    padding: 0px 26px;
    border: none;
    margin: 0px;
    position: relative;
  }
  .L_nav .pc_nav .header1 > .header-left .dh_tel {
    font-size: 16px;
    color: #fff;
    display: inline-block;
  }
}
#c_grid-116273709439190 .p_gridbox::after {
  content: '';
  clear: left;
  display: block;
}
#c_grid-116273709439190 > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#c_grid-116273709439190 > div > .p_gridCell {
  float: left;
  position: static;
}
#c_grid-116273709439190 > .p_gridbox.signal {
  min-height: inherit;
}
#c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
#c_grid-116273709439190 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display-radio: 1;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_grid-116273709439190 > .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-1698222700568 {
  background_radio: 2;
  display-radio: 1;
  min-height: 0px;
}
@media screen and (max-width: 1440px) and (min-width: 414px) {
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
}
#c_static_001_P_29845-1695294368583 {
  background-color: rgb(40 40 40);
  display-radio: 1;
  background_radio: 2;
  padding-left: 8%;
  padding-right: 8%;
}
#c_static_001_P_29845-1695294368583 .e_container-34 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background_radio: 1;
  padding-left: 8;
}
#c_static_001_P_29845-1695294368583 .e_container-34 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-35 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.2);
  margin-left: auto;
  margin-right: auto;
  background_radio: 1;
  max-width: none;
}
#c_static_001_P_29845-1695294368583 .e_container-35 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-34 .p_item {
  display-radio: 1;
}
#c_static_001_P_29845-1695294368583 .e_container-37 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  transition-property: all;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display-radio: flex;
  max-width: none;
}
#c_static_001_P_29845-1695294368583 .e_container-37 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-38 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  transition-property: all;
  width: auto;
  margin-right: 0px;
  display-radio: flex;
  background_radio: 1;
}
#c_static_001_P_29845-1695294368583 .e_container-38 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-38 .cbox-38-0 {
  padding-right: 30px;
}
#c_static_001_P_29845-1695294368583 .e_container-38 .cbox-38-1 {
  flex: 0 0 auto;
  align-items: center;
  padding-right: 12px;
}
#c_static_001_P_29845-1695294368583 .e_richText-39 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: all;
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  display-radio: -webkit-box;
}
#c_static_001_P_29845-1695294368583 .e_richText-39 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: all;
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}
#c_static_001_P_29845-1695294368583 .e_provider-40 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: all;
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  text-align: right;
  display-radio: -webkit-box;
}
#c_static_001_P_29845-1695294368583 .e_provider-40 a {
  text-align: right;
  display: block;
}
#c_static_001_P_29845-1695294368583 .e_provider-40:hover {
  color: rgba(255, 255, 255, 1);
}
#c_static_001_P_29845-1695294368583 .e_text-41 {
  display-radio: 1;
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
#c_static_001_P_29845-1695294368583 .e_credible-58 .img1 {
  width: 65px;
  height: 23px;
}
#c_static_001_P_29845-1695294368583 .e_credible-58 .img2 {
  width: 79px;
  height: 28px;
}
#c_static_001_P_29845-1695294368583 .e_credible-58 .img3 {
  width: 92px;
  height: 33px;
}
#c_static_001_P_29845-1695294368583 .e_credible-58 .img4 {
  width: 106px;
  height: 38px;
}
#c_static_001_P_29845-1695294368583 .e_credible-58 .img5 {
  width: 131px;
  height: 47px;
}
#c_static_001_P_29845-1695294368583 .e_container-61 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 40px;
  background_radio: 1;
  max-width: none;
}
#c_static_001_P_29845-1695294368583 .e_container-61 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-61 .cbox-61-0 {
  margin-right: auto;
  padding-right: 5%;
}
#c_static_001_P_29845-1695294368583 .e_credible-58 {
  display-radio: 1;
  background_radio: 1;
  margin-top: 20px;
}
#c_static_001_P_29845-1695294368583 .e_container-61 .p_item {
  display-radio: 1;
}
#c_static_001_P_29845-1695294368583 .e_container-61 .cbox-61-2 {
  flex: 0 0 40%;
}
#c_static_001_P_29845-1695294368583 .e_container-76 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  background_radio: 1;
  width: auto;
}
#c_static_001_P_29845-1695294368583 .e_container-76 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-76 .p_item {
  display-radio: 1;
}
#c_static_001_P_29845-1695294368583 .e_richText-77 {
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  display-radio: 1;
}
#c_static_001_P_29845-1695294368583 .e_richText-77 a:hover {
  color: rgba(255, 255, 255, 1);
}
#c_static_001_P_29845-1695294368583 .e_form-82 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  padding-top: 0px;
}
#c_static_001_P_29845-1695294368583 .e_form-82 > .p_formItem {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-83 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-bottom: 0px;
}
#c_static_001_P_29845-1695294368583 .e_container-83 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-83 .cbox-83-0 {
  flex: 0 0 49%;
}
#c_static_001_P_29845-1695294368583 .e_container-83 .cbox-83-1 {
  flex: 0 0 49%;
  margin-left: 2%;
}
#c_static_001_P_29845-1695294368583 .e_input-84 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001_P_29845-1695294368583 .e_container-86 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-bottom: 0px;
}
#c_static_001_P_29845-1695294368583 .e_container-86 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_container-86 .cbox-86-0 {
  flex: 0 0 49%;
}
#c_static_001_P_29845-1695294368583 .e_container-86 .cbox-86-1 {
  flex: 0 0 49%;
  margin-left: 2%;
}
#c_static_001_P_29845-1695294368583 .e_container-87 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-bottom: 10px;
}
#c_static_001_P_29845-1695294368583 .e_container-87 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_29845-1695294368583 .e_formBtn-88 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 9px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 1;
  radius_radio: 1;
  display-radio: block;
  background: var(--c1);
  transition: all 0.3s ease;
  border-radius: 0px;
}
#c_static_001_P_29845-1695294368583 .e_formBtn-88 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_static_001_P_29845-1695294368583 .e_textarea-89 {
  display-radio: 1;
  width: auto;
  max-width: none;
  min-height: 0px;
}
#c_static_001_P_29845-1695294368583 .e_textarea-89 .p_required {
  vertical-align: middle;
  font-size: 1.4em;
  line-height: 100%;
  position: relative;
  font-weight: bold;
  top: 0.15em;
  padding-left: 5px;
}
#c_static_001_P_29845-1695294368583 .e_input-90 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001_P_29845-1695294368583 .e_input-91 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001_P_29845-1695294368583 .e_text-92 {
  display-radio: 1;
  font_radio: 2;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: Arial;
}
#c_static_001_P_29845-1695294368583 .e_container-38 .cbox-38-2 {
  flex: 0 0 auto;
}
#c_static_001_P_29845-1695294368583 .form-control {
  padding: 12px;
  line-height: 2;
  color: #fff;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
}
#c_static_001_P_29845-1695294368583 .e_text-96 {
  display-radio: 1;
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
#c_static_001_P_29845-1695294368583 .e_input-84 {
  display-radio: 1;
}
#c_static_001_P_29845-1695294368583 .e_input-97 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001_P_29845-1695294368583 .e_input-97 {
  display-radio: 1;
  display: none;
}
#c_static_001_P_29845-1695294368583 .e_websiteShare-98 .p_share a {
  display: inline-block;
  margin-right: 10px;
}
#c_static_001_P_29845-1695294368583 .e_websiteShare-98 .p_img {
  width: 30px;
}
#c_static_001_P_29845-1695294368583 .e_websiteShare-98 {
  display-radio: 1;
  margin-top: 30px;
}
#c_static_001_P_29845-1695294368583 .e_input-99 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body {
    word-break: break-word;
  }
  #c_grid-116273709439190 > .p_gridbox > .p_gridCell {
    margin: 0px !important;
    width: 100% !important;
  }
  #c_static_001_P_29845-1695294368583 .e_container-61 .cbox-61-1 {
    flex: 0 0 100%;
    display: none;
  }
  #c_static_001_P_29845-1695294368583 .e_container-35 {
    display-radio: 1;
    background_radio: 1;
    padding-bottom: 0px;
  }
  #c_static_001_P_29845-1695294368583 .e_container-37 {
    flex-direction: column;
  }
  #c_static_001_P_29845-1695294368583 .e_container-38 {
    flex-direction: row;
    background_radio: 1;
    display-radio: 1;
  }
  #c_static_001_P_29845-1695294368583 .e_provider-40 a {
    text-align: center;
  }
  #c_static_001_P_29845-1695294368583 .e_container-38 .cbox-38-0 {
    padding-right: 0px;
    flex: 0 0 100%;
  }
  #c_static_001_P_29845-1695294368583 .e_container-38 .cbox-38-1 {
    text-align: center;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 10px;
  }
  #c_static_001_P_29845-1695294368583 .e_text-41 {
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }
  #c_static_001_P_29845-1695294368583 {
    display-radio: 1;
    background_radio: 2;
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }
  #c_static_001_P_29845-1695294368583 .e_container-61 {
    display-radio: 1;
    flex-direction: row;
    background_radio: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #c_static_001_P_29845-1695294368583 .e_container-61 .p_item {
    display-radio: 1;
  }
  #c_static_001_P_29845-1695294368583 .e_richText-77 {
    line-height: 1.8;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }
  #c_static_001_P_29845-1695294368583 .e_container-76 {
    display-radio: 1;
    flex-direction: row;
    background_radio: 1;
    max-width: none;
    width: auto;
  }
  #c_static_001_P_29845-1695294368583 .e_text-92 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #c_static_001_P_29845-1695294368583 .e_text-96 {
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }
  #c_static_001_P_29845-1695294368583 .e_container-76 .cbox-76-0 {
    flex: 0 0 auto;
  }
  #c_static_001_P_29845-1695294368583 .e_provider-40 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }
  #c_static_001_P_29845-1695294368583 .e_richText-39 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
  }
  #c_static_001_P_29845-1695294368583 .e_container-38 .cbox-38-2 {
    flex: 0 0 auto;
    margin-left: 10px;
    margin-right: auto;
  }
  #c_static_001_P_29845-1695294368583 .e_container-61 .cbox-61-0 {
    flex: 0 0 100%;
  }
  #c_static_001_P_29845-1695294368583 .saf-licenseoprov {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #c_static_001_P_29845-1695294368583 .saf-auto-licenseo a {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 1440px) and (min-width: 414px) {
  #c_static_001_P_29845-1695294368583 {
    background_radio: 2;
    display-radio: 1;
    padding-left: 3%;
    padding-right: 3%;
  }
}
#c_static_001_P_25362-1698232227180 {
  position: relative;
  z-index: 99;
}
#c_static_001_P_25362-1698232227180 .e_loop-1 .p_page {
  text-align: center;
  display: none;
}
:root {
  --online: 50px;
  --oradius: 5px;
}
.saf-online {
  width: var(--online);
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 99;
}
.saf-online .p_list {
  width: 100%;
  height: auto;
}
.saf-online .saf-lineitem {
  display: block;
  width: var(--online);
  height: var(--online);
  position: relative;
  padding: 1px;
  position: relative;
}
.saf-online .saf-lineitem.backTop {
  cursor: pointer;
}
.saf-online .saf-lineitem saf-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: var(--oradius);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.saf-online .saf-lineitem saf-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saf-online .saf-lineitem saf-icon svg {
  width: 20px;
  height: 20px;
}
.saf-online .saf-lineitem saf-icon svg path {
  fill: #666;
}
.saf-online .saf-lineitem saf-icon img {
  width: 20px;
  height: 20px;
  display: block;
}
.saf-online .saf-lineitem > p {
  width: max-content;
  background: var(--c);
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-35px, -50%);
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.saf-online .saf-lineitem > p.codeimg {
  padding: 5px;
}
.saf-online .saf-lineitem > p:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid var(--c);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.saf-online .saf-lineitem > p a {
  display: block;
  padding: 10px 15px;
}
.saf-online .saf-lineitem > p img {
  width: 130px;
  height: auto;
}
.saf-online .saf-lineitem:hover > p {
  transform: translate(-5px, -50%);
  opacity: 1;
  visibility: visible;
}
.saf-online .saf-lineitem:hover saf-icon svg path {
  fill: var(--c);
}
.saf-make .saf-online {
  width: 100%;
  position: relative;
  right: 0;
  bottom: auto;
}
.saf-make .saf-online .p_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  #c_static_001_P_25362-1698232227180 {
    height: var(--online);
  }
  .saf-online {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .saf-online .p_list {
    display: flex;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  }
  .saf-online .saf-lineitem {
    flex: 1 !important;
    padding: 0;
    border-right: 1px #ddd solid;
  }
  .saf-online .saf-lineitem saf-icon {
    box-shadow: none;
    border-radius: 0;
  }
  .saf-online .saf-lineitem > p {
    right: auto;
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -20px);
  }
  .saf-online .saf-lineitem > p:after {
    border: 5px solid transparent;
    border-top: 5px solid var(--c);
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
  }
  .saf-online .saf-lineitem:hover > p {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -5px);
  }
  .saf-online .saf-lineitem:nth-child(1) > P {
    left: 100%;
  }
  .saf-online .saf-lineitem:nth-child(1) > P:after {
    left: 20px;
    transform: translate(0, 0);
  }
  .saf-online .saf-lineitem:nth-child(2) > P {
    left: 100%;
  }
  .saf-online .saf-lineitem:nth-child(2) > P:after {
    left: 20px;
    transform: translate(0, 0);
  }
}

#c_static_001_P_23798-1695282020802 {
}
#c_static_001_P_23798-1695282020802 .e_container-1 {
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 20px;
}
.saf-make #c_static_001_P_23798-1695282020802 .e_container-1 {
  display: block;
}
#c_static_001_P_23798-1695282020802 .e_container-1 > .p_item {
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
#c_static_001_P_23798-1695282020802 .e_h3-2 {
  padding-bottom: 15px;
  border-bottom: 1px #ddd solid;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
#c_static_001_P_23798-1695282020802 .e_h3-2 text {
  flex: 1;
  position: relative;
}
#c_static_001_P_23798-1695282020802 .e_h3-2 text em {
  background: #f00;
  padding: 3px 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  line-height: 1;
}
#c_static_001_P_23798-1695282020802 .e_h3-2 span {
  color: #0ca200;
  display: flex;
}
#c_static_001_P_23798-1695282020802 .e_h3-2 span:before {
  content: '注册码：';
  color: #666;
}
.saf-plug legend.col-form-label {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 0 0 10px;
  border-bottom: 1px #ddd solid;
}
.saf-plug .p_input {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#c_static_001_P_23798-1695282020802 .e_html-31 {
  min-height: 100px;
  padding-top: 15px;
}
#c_static_001_P_23798-1695282020802 .e_html-31 h3 {
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}
#c_static_001_P_23798-1695282020802 .e_html-31 h3 span {
  flex: 1;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  text-align: right;
}
#c_static_001_P_23798-1695282020802 .e_html-31 .saf-svgs {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0 -5px;
}
#c_static_001_P_23798-1695282020802 .e_html-31 .saf-svgs > div {
  flex: 0 0 80px;
  padding: 10px;
  border: 1px #ddd solid;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}
#c_static_001_P_23798-1695282020802 .e_html-31 .saf-svgs > div svg {
  width: 30px;
  height: 40px;
}
#c_static_001_P_23798-1695282020802 .e_html-31 .saf-svgs > div svg path {
  fill: #666;
}
#c_static_001_P_23798-1695282020802 .e_html-31 .saf-svgs > div:hover {
  border-color: var(--c);
}
#c_static_001_P_23798-1695282020802 .e_html-31 .saf-svgs > div:hover svg path {
  fill: var(--c);
}
#c_static_001_P_23798-1695282020802 .e_container-32 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 20px 0;
  display-radio: flex;
}
#c_static_001_P_23798-1695282020802 .e_container-32 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_23798-1695282020802 .e_richText-33 {
}
#c_static_001_P_23798-1695282020802 .saf-setItem {
  line-height: 1.6 !important;
  border: 1px #ddd solid;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
#c_static_001_P_23798-1695282020802 .saf-setItem svg {
  width: auto;
  height: 20px;
  fill: #666;
}
#c_static_001_P_23798-1695282020802 .saf-setItem > div,
#c_static_001_P_23798-1695282020802 .saf-setItem > a {
  flex: 1;
  padding: 0 60px 0 15px;
  position: relative;
}
#c_static_001_P_23798-1695282020802 .saf-setItem > div:before,
#c_static_001_P_23798-1695282020802 .saf-setItem > a:before {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background: #0ca200;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
#c_static_001_P_23798-1695282020802 .saf-setItem > div:after,
#c_static_001_P_23798-1695282020802 .saf-setItem > a:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -7px;
}
#c_static_001_P_23798-1695282020802 .e_text-37 {
  line-height: normal;
}
#c_static_001_P_23798-1695282020802 .e_text-38 {
  line-height: normal;
}
#c_static_001_P_23798-1695282020802 .e_text-43 {
  line-height: normal;
}
#c_static_001_P_23798-1695282020802 .e_richText-40 {
  line-height: normal;
  flex-wrap: wrap;
  font_radio: 2;
  display-radio: 1;
}
#c_static_001_P_23798-1695282020802 .e_richText-40 h3 {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
  position: relative;
  width: 100%;
  line-height: 1.6;
}
#c_static_001_P_23798-1695282020802 .e_richText-40 h3:before {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background: #0ca200;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
#c_static_001_P_23798-1695282020802 .e_richText-40 h3:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -12px;
}
#c_static_001_P_23798-1695282020802 .e_richText-40 > div:before,
#c_static_001_P_23798-1695282020802 .e_richText-40 > div:after {
  display: none;
}
#c_static_001_P_23798-1695282020802 .e_container-41 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -10px;
  display-radio: flex;
}
#c_static_001_P_23798-1695282020802 .e_container-41 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}
#c_static_001_P_23798-1695282020802 .e_container-41 > .p_item > div {
  height: 100%;
}
#c_static_001_P_23798-1695282020802.response-animated {
  animation-name: none, none;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  animation-iteration-count: 1, 1;
}
#c_static_001_P_23798-1695282020802.response-animated .e_container-1 {
  animation-name: none, none;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  animation-iteration-count: 1, 1;
}
body.saf-svgs-show #c_static_001_P_23798-1695282020802 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
body.saf-svgs-show #c_static_001_P_23798-1695282020802 .e_container-1 {
  display: block;
}
body.saf-svgs-show #c_static_001_P_23798-1695282020802 .e_container-32 {
  display: none;
}
body.saf-svgs-show #c_static_001_P_23798-1695282020802 .e_h3-2 {
  display: none;
}
[saf-fullscreen] div.swiper.swiper-vertical > .swiper-wrapper {
  display: block !important;
}
@media screen and (max-width: 1440px) and (min-width: 414px) {
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
}
#c_static_001-1682587857721 {
  min-height: 0px;
  display-radio: 1;
}
@media screen and (max-width: 768px) {
  #c_static_001-1682587857721 {
    display-radio: 1;
    min-height: 70px;
  }
}
#c_banner_019-16563264840800 {
  min-height: 0px;
  display-radio: 1;
  height: 100%;
  background_radio: 2;
}
#c_banner_019-16563264840800 .e_bannerA-2 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
#c_banner_019-16563264840800 .e_bannerA-2 .swiper-slide {
  width: 100%;
  height: auto;
  max-height: 1080px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

#c_banner_019-16563264840800 .e_bannerA-2 .swiper-slide::after {
  content: '';
  position: absolute;
  z-index: 0;
  background: #00000078;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#c_banner_019-16563264840800 .e_bannerA-2 .p_img {
  width: 100%;
  height: 100%;
  display-radio: 1;
}
#c_banner_019-16563264840800 .e_bannerA-2 .swiper-slide .p_img img {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 5s ease 0s;
}
#c_banner_019-16563264840800 .e_bannerA-2 .swiper-slide.swiper-slide-active .p_img img {
  transform: scale(1);
}
#c_banner_019-16563264840800 .e_bannerA-2 .custom-bullet {
  background: #ccc;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info {
  width: 94%;
  max-width: 1580px;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 55%;
  z-index: 9;
  display: flex;
  transform: translateX(-50%) translateY(-50%);
  align-items: center;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info div {
  width: 50%;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_img {
  width: 400px;
  height: auto;
  display: block;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  opacity: 0;
  transform: translate3d(0, -10%, 0);
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info.anim .p_img {
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_btitle {
  padding: 0px;
  color: #fff;
  line-height: 1.4;
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 10px;
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 200%, 0);
  cursor: pointer;
  text-transform: Uppercase;
  font-family: 'Poppins-Bold', sans-serif;
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info.anim .p_btitle {
  transition: transform 0.5s ease 0.3s, opacity 0.65s ease 0.3s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_btitle:before {
  content: '';
  display: none;
  clear: both;
  color: var(--c1);
  line-height: 1.2;
  font-size: 72px;
  font-weight: 900;
  padding-right: 0px;
  font-family: 'Poppins-Bold', sans-serif;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_line {
  padding: 0px;
  display: block;
  margin: 30px 0px;
  width: 60px;
  height: 4px;
  line-height: 4px;
  opacity: 0;
  transform: translate3d(0, 5000%, 0);
  cursor: pointer;
  background-color: var(--c1);
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info.anim .p_line {
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  border-radius: 16px;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_subtitle {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  padding: 6px 0px;
  color: #fff;
  letter-spacing: 0px;
  text-indent: 0px;
  margin-bottom: 40px;
  opacity: 0;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info.anim .p_subtitle {
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_summary {
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  font-weight: 200;
  padding: 0px 0px;
  color: #fff;
  letter-spacing: 0px;
  text-indent: 0px;
  opacity: 0;
  margin-bottom: 0px;
  transition: all 1s;
  transform: translate3d(0, 30%, 0);
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info.anim .p_summary {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  transform: translate3d(0, 0, 0);
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info a {
  color: #fff;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info a:hover {
  color: #fff;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info .summarybox:after {
  content: '';
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 0;
  background: rgba(204, 0, 0, 1);
  transition: all 1s ease 2s;
  z-index: 1;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info.anim .summarybox:after {
  height: 100%;
  opacity: 1;
  left: 0;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_info .summarybox {
  color: #fff;
  padding-left: 30px;
  position: relative;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_subtitle {
  line-height: 2;
  padding: 5px 0;
}
#c_banner_019-16563264840800 .e_bannerA-2 .swiper-container-vertical {
  height: 400px;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_video {
  width: 100%;
  height: 100vh;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  background: #172148;
  display-radio: 1;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_video::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: 2;
  opacity: 0.4;
  background: url(../image/24e71662-0baf-48ba-9cdd-8dfd2479b6fb.png) no-repeat center center;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_video::before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: 2;
  opacity: 0;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_video .videoContent {
  width: 100%;
  height: 100%;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_video video {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_videoPoster {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_videoPoster::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background: url('../image/playVideo.png') no-repeat center center;
}
#c_banner_019-16563264840800 .e_bannerA-2 .p_videoPoster img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
}
#c_banner_019-16563264840800 .e_bannerA-2 {
  height: 100vh !important;
  padding-top: 0px;
  margin-top: 0px;
  max-height: 1080px;
}
#c_banner_019-16563264840800 .e_bannerA-2 {
  width: 100%;
  height: 100%;
}
#c_banner_019-16563264840800 .swiper-button-next,
#c_banner_019-16563264840800 .swiper-button-prev {
  color: #fff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: rgb(0 0 0 / 0%);
  border-radius: 50px;
  border: 1px dashed #fff;
  transition: all 0.5s ease 0s;
  top: auto;
  bottom: 60px;
}
#c_banner_019-16563264840800 .swiper-button-next:hover,
#c_banner_019-16563264840800 .swiper-button-prev:hover {
  background: var(--c1);
  border: 1px solid var(--c1);
}
#c_banner_019-16563264840800 .swiper-button-next {
  left: auto;
  right: 60px;
}
#c_banner_019-16563264840800 .swiper-button-prev {
  left: auto;
  right: 130px;
}
#c_banner_019-16563264840800 .scroller-ban {
  width: 94%;
  max-width: 1580px;
  padding: 0px 0px;
  margin: 0 auto;
  position: relative;
}
#c_banner_019-16563264840800 .banner_mouse {
  z-index: 9;
  position: absolute;
  bottom: 70px;
  left: calc((100% - 23px) / 2);
  width: 23px;
  height: 40px;
  cursor: pointer;
  background: url(../img/a64447b7-2958-4bd8-8f29-baffa3a170a3.png) no-repeat -23px 0px;
  -webkit-animation: nudgeMouse 1.6s linear infinite;
  animation: nudgeMouse 1.6s linear infinite;
}
#c_banner_019-16563264840800 .scroller-ban span {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 12px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  text-transform: Uppercase;
  transform: translate(-50%, 0%);
}
#c_banner_019-16563264840800 .banner_mouse:after,
.banner_mouse:before {
  content: '';
  position: absolute;
}
#c_banner_019-16563264840800 .banner_mouse:before {
  width: 23px;
  height: 40px;
  background: url(../image/a64447b7-2958-4bd8-8f29-baffa3a170a3.png) no-repeat 0px 0px;
  -webkit-animation: colorSlide 1.6s linear infinite;
  animation: colorSlide 1.6s linear infinite;
  top: 0;
  left: 0;
}
#c_banner_019-16563264840800 .banner_mouse:after {
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 1.6s linear infinite;
  animation: trackBallSlide 1.6s linear infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#c_banner_019-16563264840800 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 60px;
  left: 60px;
  width: auto;
  text-align: left;
  font-size: 0px;
  transform: translateX(0%);
}
#c_banner_019-16563264840800 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 46px;
  background: #fff;
  opacity: 0.7;
  margin: 0px;
  margin-right: 12px;
  border-radius: 46px;
  transition: all 0.5s ease 0s;
}
#c_banner_019-16563264840800 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 42px;
  background: var(--c1);
}
@-webkit-keyframes colorSlide {
  0% {
    height: 0;
  }
  90% {
    height: 40px;
  }
}
@keyframes colorSlide {
  0% {
    height: 0;
  }
  90% {
    height: 40px;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }
  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }
  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#c_banner_019-16563264840800 .swiper-button-next:after,
#c_banner_019-16563264840800 .swiper-button-prev:after {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #c_banner_019-16563264840800 {
    margin-top: 3rem;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 {
    background_radio: 1;
    display-radio: 1;
    height: auto;
    padding-top: 0px;
    margin-top: 0px;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 1;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .swiper-slide {
    width: 100%;
    overflow: hidden;
    height: 0px !important;
    padding-bottom: 56.25%;
    margin: 0px;
    display: inline-block;
    position: relative;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info {
    text-align: left;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .swiper-slide .p_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) !important;
    height: 100%;
    overflow: hidden;
    transition: all 5s ease 0s;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info div {
    width: 60%;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_subtitle {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    padding: 6px 0px;
    color: #fff;
    margin-bottom: 0px;
    opacity: 0;
    transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
    transform: translate3d(0, 200%, 0);
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_line {
    padding: 0px;
    display: block;
    margin: 6px 0px;
    width: 48px;
    height: 2px;
    line-height: 2px;
    opacity: 0;
    transform: translate3d(0, 1000%, 0);
    cursor: pointer;
    transition: transform 1s ease 0.8s, opacity 1s ease 0.8s;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_btitle {
    padding: 0px 0px;
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 200%, 0);
    cursor: pointer;
    text-transform: Uppercase;
    transition: transform 1s ease 1s, opacity 1s ease 1s;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_btitle:before {
    display: none;
    clear: both;
    color: var(--themes-color);
    line-height: 1.2;
    font-size: 24px;
    font-weight: 900;
    padding-right: 0px;
    font-family: 'Poppins-Bold', sans-serif;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_summary {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 200;
    padding: 0px 40px;
    color: #fff;
    letter-spacing: 0px;
    text-indent: 0px;
    opacity: 0;
    transition: all 1s;
    transform: translate3d(30%, 0, 0);
    display: none;
  }
  #c_banner_019-16563264840800 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
    left: 50%;
    width: 94%;
    max-width: 1680px;
    text-align: center;
    transform: translateX(-50%);
  }
  #c_banner_019-16563264840800 .banner_mouse {
    z-index: 99;
    position: absolute;
    bottom: 60px;
    left: calc((100% - 23px) / 2);
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: url(../image/a64447b7-2958-4bd8-8f29-baffa3a170a3.png) no-repeat -23px 0px;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
  }
  #c_banner_019-16563264840800 .scroller-ban,
  #c_banner_019-16563264840800 .swiper-button-next,
  #c_banner_019-16563264840800 .swiper-button-prev {
    display: none;
  }
  #c_banner_019-16563264840800 {
    display-radio: 1;
  }
}
@media screen and (min-width: 769px) {
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_btitle {
    width: 100%;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_subtitle {
    width: 100%;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_summary {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 414px) {
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_btitle {
    font-size: 36px;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_summary {
    font-size: 16px;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info .p_line {
    margin: 15px 0px;
  }
  #c_banner_019-16563264840800 .e_bannerA-2 .p_info {
    top: 60%;
  }
}
