/* CSS reset  ------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: none;
}

img {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  vertical-align: baseline;
  font: inherit;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  line-height: 1.42857143;
  letter-spacing: normal;
  border: 0;
  outline: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  margin: 0;
  padding: 0;
}


article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  outline: none;
}

input, select, button, textarea {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, "Microsoft JhengHei", sans-serif;
  white-space: normal;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
}
input[type=search], select[type=search], button[type=search], textarea[type=search] {
  -webkit-appearance: textfield;
}
input::-ms-clear, select::-ms-clear, button::-ms-clear, textarea::-ms-clear {
  display: none;
}
input::-ms-reveal, select::-ms-reveal, button::-ms-reveal, textarea::-ms-reveal {
  display: none;
}

textarea {
  overflow: auto;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-search-decoration {
  display: none;
}

.notoSans, .notoSans > * {
  font-family: "Noto Sans", sans-serif !important;
}

.notoSerif, .notoSerif > * {
  font-family: "Noto Serif", serif !important;
}

.pos_relative {
  position: relative !important;
}
.pos_absolute {
  position: absolute !important;
}

.dis_block {
  display: block !important;
}
.dis_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex_col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex_row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.jc_start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.jc_end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.jc_center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.ai_start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.ai_end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.ai_center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.ai_baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.mar_auto {
  margin: auto !important;
}

.mar_t_auto {
  margin-top: auto !important;
}

.pad_auto {
  padding: auto !important;
}

.pad_l_auto {
  padding-left: auto !important;
}

.mar_0 {
  margin: 0 !important;
}

.mar_t_0 {
  margin-top: 0 !important;
}

.pad_0 {
  padding: 0 !important;
}

.pad_l_0 {
  padding-left: 0 !important;
}

.mar_1d {
  margin: 1rem !important;
}

.mar_t_1d {
  margin-top: 1rem !important;
}

.pad_1d {
  padding: 1rem !important;
}

.pad_l_1d {
  padding-left: 1rem !important;
}

.c_615 {
  color: #615a52;
}

.c_ef5 {
  color: #ef5184;
}

.c_d72 {
  color: #d7265f;
}

.c_e19 {
  color: #e19de1;
}

.c_b26 {
  color: #b267b2;
}

.c_922 {
  color: #922a92;
}

.c_a12 {
  color: #a124a9;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

html, body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  html, body {
    font-size: 14px;
  }
}

body {
  margin: 0 auto;
}

.content-row {
  width: 960px;
  overflow: hidden;
  background: #fdf0f4;
}
.content-row .div_block {
  padding: 0;
}

.sec_1 > div:not(.bg), .sec_2 > div:not(.bg), .sec_3 > div:not(.bg), .sec_4 > div:not(.bg), .sec_5 > div:not(.bg), .sec_6 > div:not(.bg), .sec_7 > div:not(.bg), .sec_8 > div:not(.bg), .sec_9 > div:not(.bg), .sec_10 > div:not(.bg), .sec_11 > div:not(.bg), .sec_12 > div:not(.bg), .sec_13 > div:not(.bg), .sec_14 > div:not(.bg), .sec_15 > div:not(.bg), .sec_16 > div:not(.bg), .sec_17 > div:not(.bg), .sec_18 > div:not(.bg), .sec_19 > div:not(.bg), .sec_20 > div:not(.bg), .sec_21 > div:not(.bg) {
  position: absolute;
}
.sec_1 > div:not(.bg) > div, .sec_2 > div:not(.bg) > div, .sec_3 > div:not(.bg) > div, .sec_4 > div:not(.bg) > div, .sec_5 > div:not(.bg) > div, .sec_6 > div:not(.bg) > div, .sec_7 > div:not(.bg) > div, .sec_8 > div:not(.bg) > div, .sec_9 > div:not(.bg) > div, .sec_10 > div:not(.bg) > div, .sec_11 > div:not(.bg) > div, .sec_12 > div:not(.bg) > div, .sec_13 > div:not(.bg) > div, .sec_14 > div:not(.bg) > div, .sec_15 > div:not(.bg) > div, .sec_16 > div:not(.bg) > div, .sec_17 > div:not(.bg) > div, .sec_18 > div:not(.bg) > div, .sec_19 > div:not(.bg) > div, .sec_20 > div:not(.bg) > div, .sec_21 > div:not(.bg) > div {
  position: relative;
}
.sec_1 .bg, .sec_2 .bg, .sec_3 .bg, .sec_4 .bg, .sec_5 .bg, .sec_6 .bg, .sec_7 .bg, .sec_8 .bg, .sec_9 .bg, .sec_10 .bg, .sec_11 .bg, .sec_12 .bg, .sec_13 .bg, .sec_14 .bg, .sec_15 .bg, .sec_16 .bg, .sec_17 .bg, .sec_18 .bg, .sec_19 .bg, .sec_20 .bg, .sec_21 .bg {
  position: relative;
}
.sec_4 .border-card .card-title, .sec_5 .border-card .card-title, .sec_6 .border-card .card-title {
  position: absolute;
  width: 75%;
  left: 0;
  right: 0;
  top: -79px;
  margin: 0 auto;
}
.sec_4 .border-card .card-title img, .sec_5 .border-card .card-title img, .sec_6 .border-card .card-title img {
  width: 100%;
}
.sec_4 .border-card .card-title h3, .sec_5 .border-card .card-title h3, .sec_6 .border-card .card-title h3 {
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 65px;
  letter-spacing: 7px;
  text-shadow: 0 0 5px #a87818, 0 0 10px #a87818;
}
.sec_4 .border-card .card-bg, .sec_5 .border-card .card-bg, .sec_6 .border-card .card-bg {
  width: 90%;
  border-radius: 30px;
  border: 1.5px solid #e05ba3;
  margin: 30px 5% 0;
}
.sec_12 .border-card, .sec_13 .border-card {
  position: relative;
  z-index: 1;
  width: 90%;
  border-radius: 30px;
  border: 1.5px solid #e05ba3;
  background: #FFFFFF;
  margin: 0 5%;
}
.sec_12 .border-card > div:nth-of-type(1), .sec_13 .border-card > div:nth-of-type(1) {
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.sec_12 .border-card > div:nth-of-type(1) img, .sec_13 .border-card > div:nth-of-type(1) img {
  width: 100%;
}
.sec_12 .border-card > div:nth-of-type(1) h3, .sec_13 .border-card > div:nth-of-type(1) h3 {
  position: absolute;
  top: 33%;
  width: 100%;
  text-align: center;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow: 0 0 5px #ff4c6a, 0 0 10px #ff4c6a, 0 0 15px #ff4c6a, 0 0 20px #ff4c6a, 0 0 20px #ff4c6a;
  margin: 0 auto;
}
.sec_15 > div, .sec_16 > div, .sec_17 > div, .sec_18 > div {
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px #e7c1cd;
          box-shadow: 0 0 20px #e7c1cd;
}
.sec_15 > div .title, .sec_16 > div .title, .sec_17 > div .title, .sec_18 > div .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ef5184), color-stop(50%, rgba(239, 81, 132, 0.7)));
  background: linear-gradient(to bottom, #ef5184 50%, rgba(239, 81, 132, 0.7) 50%);
  padding: 20px;
}
.sec_15 > div .title img, .sec_16 > div .title img, .sec_17 > div .title img, .sec_18 > div .title img {
  height: 140px;
}
.sec_15 > div .title h3, .sec_16 > div .title h3, .sec_17 > div .title h3, .sec_18 > div .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 6px;
}
.sec_15 > div .content, .sec_16 > div .content, .sec_17 > div .content, .sec_18 > div .content {
  background: #FFFFFF;
  padding: 30px;
}
.sec_15 > div .content > .text, .sec_16 > div .content > .text, .sec_17 > div .content > .text, .sec_18 > div .content > .text {
  text-align: center;
  font-size: 32px;
  letter-spacing: 6px;
  margin: 60px 0 30px;
}
.sec_15 > div .content > .text .focus, .sec_16 > div .content > .text .focus, .sec_17 > div .content > .text .focus, .sec_18 > div .content > .text .focus {
  color: #da3f5b;
}

.sec_1 h2 {
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
  font-size: 65px;
  letter-spacing: 1px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.sec_1 h2 span {
  font-size: 100px;
}
.sec_1 h2.topText {
  position: relative;
}
.sec_1 h2.topText img {
  position: absolute;
  top: 0;
  right: -80px;
  width: 80px;
  height: 100px;
}
.sec_1 .title h2 {
  z-index: 1;
  text-shadow: 1px 0px 10px #774116;
  font-size: 70px;
  line-height: 105px;
}
.sec_1 .title img {
  position: absolute;
  width: 80%;
  top: -20px;
}
.sec_1 .bubbles {
  position: relative;
  margin-top: 32px;
  padding: 0 30px;
}
.sec_1 .bubbles > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_1 .bubbles > div p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d7265f;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
}
.sec_1 .bubbles > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_1 .bubbles > div:nth-of-type(1) {
  width: 270px;
  height: 270px;
  margin-top: 60px;
}
.sec_1 .bubbles > div:nth-of-type(1) p {
  font-size: 40px;
  line-height: 35px;
}
.sec_1 .bubbles > div:nth-of-type(1) p span {
  font-size: 43px;
}
.sec_1 .bubbles > div:nth-of-type(2) {
  width: 210px;
  height: 210px;
}
.sec_1 .bubbles > div:nth-of-type(2) p {
  font-size: 34px;
  line-height: 32px;
}
.sec_1 .bubbles > div:nth-of-type(2) p span {
  font-size: 36px;
}
.sec_1 .bubbles .ribbon-right {
  position: absolute;
  top: -50px;
  right: 0;
  height: 260px;
}
.sec_1 .imgBlock {
  margin-top: -200px;
  padding-left: 30px;
  padding-right: 0;
}
.sec_1 .imgBlock img {
  position: relative;
}
.sec_1 .imgBlock img:nth-of-type(1) {
  width: 50%;
  top: -40px;
}
.sec_1 .imgBlock img:nth-of-type(2) {
  width: 63%;
  margin-left: -195px;
}
.sec_1 .bg {
  position: relative;
}
.sec_1 .bg .ribbon-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 190px;
}

.sec_2 .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec_2 .title > div {
  position: relative;
}
.sec_2 .title > div img.bling-left, .sec_2 .title > div img.bling-right {
  position: absolute;
  width: 50px;
  height: 50px;
}
.sec_2 .title > div img.bling-left {
  top: 0;
  left: -50px;
}
.sec_2 .title > div img.bling-right {
  bottom: 0;
  right: -50px;
}
.sec_2 .title > div h3 {
  font-size: 65px;
}
.sec_2 .title p {
  font-size: 40px;
  letter-spacing: 1px;
}
.sec_2 .title::after {
  position: absolute;
  content: "";
  left: -5px;
  right: -5px;
  bottom: -2px;
  height: 25px;
  background: #FDF1A0;
}
.sec_2 .cards {
  margin-top: 32px;
}
.sec_2 .cards > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_2 .cards > div > div {
  width: 90%;
  top: 14%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_2 .cards > div > div h4 {
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.sec_2 .cards > div > div img {
 width: 75%;
}
.sec_2 .cards > div:nth-of-type(2) {
  margin: 0 -30px -150px;
}
.sec_2 .cards > div:nth-of-type(2) > div {
  top: 23%;
}
.sec_2 .cards > div > img {
  width: 135%;
}

.sec_3 .border-card {
  position: relative;
  z-index: 1;
}
.sec_3 .border-card > div:nth-of-type(1) {
  position: absolute;
  top: -230px;
  left: 10%;
  right: 0;
  width: 80%;
  z-index: 2;
}
.sec_3 .border-card > div:nth-of-type(1) img {
  width: 100%;
}
.sec_3 .border-card > div:nth-of-type(1) h3 {
  position: absolute;
  top: 22%;
  width: 100%;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  color: #FFFFFF;
  text-shadow: 0 0 5px #ff4c6a, 0 0 10px #ff4c6a, 0 0 15px #ff4c6a, 0 0 20px #ff4c6a, 0 0 20px #ff4c6a;
  margin: 0 auto;
}
.sec_3 .border-card > div:nth-of-type(2) {
  width: 100%;
  position: absolute;
  top: -25px;
  z-index: 2;
}
.sec_3 .border-card > div:nth-of-type(2) > h4 {
  position: relative;
  width: 50%;
  height: 125px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
}
.sec_3 .border-card > div:nth-of-type(2) > h4 span {
  font-size: 30px;
}
.sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(1) {
  margin-right: auto;
  margin-left: 7%;
}
.sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(3) {
  margin-right: auto;
  margin-left: 4%;
}
.sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(2) {
  margin-left: auto;
}
.sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(4) {
  margin-left: auto;
  margin-right: 4%;
  margin-top: -70px;
}
.sec_3 .border-card > div:nth-of-type(2) > h4 .features-left, .sec_3 .border-card > div:nth-of-type(2) > h4 .features-right {
  position: absolute;
  top: -2%;
  left: 19%;
  width: 62%;
}
.sec_3 .border-card > div:nth-of-type(3) {
  width: 90%;
  height: 580px;
  overflow: hidden;
  border-radius: 30px;
  border: 1.5px solid #e05ba3;
  margin: -190px 5% 0;
}
.sec_3 .border-card > div:nth-of-type(3) img {
  width: 100%;
}
.sec_3 .bg {
  height: 390px;
  background: transparent;
}

.sec_4 {
  margin-top: -170px;
}
.sec_4 > div:nth-of-type(1) {
  margin-top: 170px;
}
.sec_4 .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 8px;
  background: #f45a73;
  border-radius: 25px;
  border: 3px solid #FFFFFF;
  margin: 50px auto 0;
  padding: 2px 5px 5px 13px;
  -webkit-box-shadow: 0 0 12px rgba(255, 76, 106, 0.7);
          box-shadow: 0 0 12px rgba(255, 76, 106, 0.7);
}
.sec_4 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
  margin-top: 10px;
}
.sec_4 .title span {
  font-weight: bold;
  font-size: 30px;
}
.sec_4 .border-card {
  margin-top: 110px;
}
.sec_4 .border-card .card-subtitle {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  letter-spacing: 6px;
  margin: 72px 0 0;
}
.sec_4 .border-card .bubbles {
  width: 86%;
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.sec_4 .border-card .bubbles h3 {
  position: relative;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 90px;
  color: #FFFFFF;
  text-shadow: 0 0 10px #cf2a64, 0 0 20px #cf2a64;
}
.sec_4 .border-card .bubbles h3 img {
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -1;
}
.sec_4 .border-card .bubbles h3:nth-of-type(1) {
  margin: 0 15px;
}
.sec_4 .border-card .bubbles h3:nth-of-type(2) {
  margin: 130px 15px 0;
}
.sec_4 .border-card .bubbles h3:nth-of-type(3) {
  margin: 50px 15px 0;
}
.sec_4 .border-card .card-tag {
  position: absolute;
  width: 43%;
  left: 8%;
  bottom: 7%;
}
.sec_4 .border-card .product {
  position: absolute;
  right: -10px;
  bottom: -100px;
  width: 58%;
}
.sec_4 .border-card .product img {
  width: 100%;
}
.sec_4 .border-card .product h3 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: #b1801e;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white, 0 0 20px white, 0 0 20px white, 0 0 20px white, 0 0 20px white, 0 0 20px white;
  margin-bottom: -25px;
}

.sec_5 {
  margin-top: -210px;
}
.sec_5 .border-card .card-subtitle {
  position: absolute;
  left: 0;
  right: 0;
  margin: 72px 0 0;
}
.sec_5 .border-card .card-subtitle p {
  text-align: center;
  font-size: 32px;
  letter-spacing: 6px;
}
.sec_5 .border-card .card-subtitle p.focus {
  font-size: 45px;
  color: #da3f5b;
  font-weight: bold;
}
.sec_5 .border-card .card-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 29%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0 5%;
}
.sec_5 .border-card .card-text > h3 {
  font-weight: bold;
  font-size: 55px;
}
.sec_5 .border-card .card-text > h3:nth-of-type(1) {
  color: #ab7500;
}
.sec_5 .border-card .card-text > h3:nth-of-type(2) {
  color: #da3f5b;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
}
.sec_5 .border-card .card-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.sec_5 .border-card .card-text > div span {
  font-size: 49px;
  margin: 0 5px;
}
.sec_5 .border-card .card-text > div h3 {
  font-weight: bold;
  font-size: 49px;
  color: #FFFFFF;
  padding: 0 18px 6px;
  border-radius: 60px;
  line-height: 60px;
}
.sec_5 .border-card .card-text > div h3:nth-of-type(1) {
  background: #ff91b4;
}
.sec_5 .border-card .card-text > div h3:nth-of-type(2) {
  background: #da3f5b;
}
.sec_5 .border-card .product {
  position: absolute;
  width: 49%;
  left: 8%;
  bottom: 3%;
}

.sec_6 {
  margin-top: 120px;
}
.sec_6 .border-card {
  width: 90%;
  border-radius: 30px;
  border: 1.5px solid #e05ba3;
  background: #FFFFFF;
  margin: 30px 5% 0;
  padding: 65px 30px 30px;
}
.sec_6 .border-card .card-title {
  width: 84%;
}
.sec_6 .border-card .card-subtitle {
  position: relative;
}
.sec_6 .border-card .card-subtitle h3 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 6px;
}
.sec_6 .border-card .card-subtitle h3.focus {
  color: #da3f5b;
}
.sec_6 .border-card .question {
  position: relative;
  margin: 30px 0;
}
.sec_6 .border-card .question p {
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  color: #ab7500;
}
.sec_6 .border-card .question img {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 150%;
  margin: 0 auto;
}
.sec_6 .border-card .imgBlock {
  margin-top: 80px;
}
.sec_6 .border-card .imgBlock img {
  width: 100%;
}
.sec_6 .border-card .imgBlock > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -85px;
}
.sec_6 .border-card .imgBlock > div p {
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  line-height: 58px;
  border-radius: 34px;
  padding: 0 30px 7px;
}
.sec_6 .border-card .imgBlock > div p:nth-of-type(1) {
  background: #ff91b4;
}
.sec_6 .border-card .imgBlock > div p:nth-of-type(2) {
  background: #da3f5b;
}
.sec_6 .border-card .note {
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 6px;
  margin-top: 30px;
}
.sec_6 .border-card .content {
  margin: 50px 0 110px;
}
.sec_6 .border-card .content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  color: #000000;
}
.sec_6 .border-card .content p:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
.sec_6 .border-card .content p img {
  width: 90px;
}
.sec_6 .border-card .content p .focus {
  font-weight: bold;
  font-size: 32px;
  color: #da3f5b;
}
.sec_6 .border-card .bottom-img {
  width: 100%;
  border-radius: 0 0 30px 30px;
}
.sec_6 .structure {
  position: absolute;
  width: 104%;
  left: -2%;
  bottom: 2%;
}

.sec_7 .title h2 {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 56px;
  letter-spacing: 4px;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
.sec_7 .title img {
  width: 100%;
}
.sec_7 .cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 30px;
}
.sec_7 .cards > div {
  position: relative;
  width: 53%;
  z-index: 1;
  margin: -15px -28px;
}
.sec_7 .cards > div img {
  width: 100%;
}
.sec_7 .cards > div p {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  font-size: 28px;
  padding: 0px 65px;
}
.sec_7 .cards > img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.sec_8 > div {
  height: 1060px;
  overflow: hidden;
}
.sec_8 .title img {
  width: 100%;
}
.sec_8 .title h2 {
  position: relative;
  top: -150px;
  text-align: center;
  font-size: 56px;
  letter-spacing: 4px;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
.sec_8 .cards {
  position: relative;
  top: -190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_8 .cards > div {
  position: relative;
  margin: 0 -20px;
}
.sec_8 .cards > div img {
  width: 100%;
}
.sec_8 .cards > div p, .sec_8 .cards > div span {
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 45px;
}
.sec_8 .cards > div p {
  top: 9%;
  left: 0;
  right: 0;
  color: #ffffff;
  text-shadow: 0 0 5px #a87818, 0 0 10px #a87818;
}
.sec_8 .cards > div span {
  left: 0;
  right: 0;
  bottom: 10%;
  color: #b1801e;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
.sec_8 .cards > div:nth-of-type(2) {
  margin-top: 150px;
}

.sec_9 > div:nth-of-type(1) {
  padding: 50px 30px 30px 50px;
}
.sec_9 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
.sec_9 .title p {
  font-size: 56px;
  letter-spacing: 4px;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
.sec_9 .title p span {
  display: block;
  font-size: 62px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-top: 10px;
}
.sec_9 .msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
.sec_9 .msg img {
  width: 100%;
}
.sec_9 .msg .msg-img {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_9 .msg .msg-img p {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 15px;
}
.sec_9 .msg .msg-img + .msg-content p:nth-of-type(1) {
  right: 42px;
  left: initial;
}
.sec_9 .msg .msg-img + .msg-content p:nth-of-type(2) {
  right: 60px;
  left: initial;
}
.sec_9 .msg .msg-content {
  width: 67%;
}
.sec_9 .msg .msg-content p {
  position: absolute;
}
.sec_9 .msg .msg-content p:nth-of-type(1) {
  top: -22px;
  right: initial;
  left: 21px;
  font-size: 34px;
  font-weight: bold;
  color: rgba(239, 81, 132, 0.8);
}
.sec_9 .msg .msg-content p:nth-of-type(1) span {
  font-size: 80px;
}
.sec_9 .msg .msg-content p:nth-of-type(2) {
  top: 24%;
  right: initial;
  left: 60px;
  width: 44%;
  font-size: 27px;
}

.sec_10 .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 20px white;
  font-weight: bold;
  font-size: 56px;
  margin: 70px 0;
}
.sec_10 .title span {
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 20px white;
  font-weight: bold;
  font-size: 66px;
}
.sec_10 .title img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
}
.sec_10 .img {
  margin-top: 220px;
}
.sec_10 .img img {
  width: 70%;
}
.sec_10 .img p {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 0 10px #cf2a64, 0 0 20px #cf2a64;
}
.sec_10 .img p img {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec_10 .img p:nth-of-type(1) {
  width: 150px;
  height: 150px;
  top: -40%;
  right: 36%;
  font-size: 98px;
}
.sec_10 .img p:nth-of-type(2) {
  width: 200px;
  height: 200px;
  top: -18%;
  right: 7%;
  font-size: 126px;
}
.sec_10 .img p:nth-of-type(3) {
  width: 150px;
  height: 150px;
  top: 51%;
  right: 18%;
  font-size: 98px;
}
.sec_10 .bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: initial;
  z-index: 1;
}

.sec_11 {
  top: -2px;
}
.sec_11 .title {
  position: relative;
  text-align: center;
  font-size: 56px;
  letter-spacing: 4px;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
  margin-top: 30px;
}
.sec_11 .subtitle {
  text-align: center;
  font-size: 32px;
  letter-spacing: 6px;
  line-height: 60px;
  margin-top: 25px;
}
.sec_11 .subtitle + img {
  width: 60%;
  display: block;
  margin: 40px auto;
}

.sec_12 {
  padding: 60px 0 30px;
}
.sec_12 .border-card > div:nth-of-type(2) {
  padding: 160px 0 10px;
}
.sec_12 .border-card > div:nth-of-type(2) .subtitle {
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 4px;
  color: #000000;
}
.sec_12 .border-card > div:nth-of-type(2) .subtitle .focus {
  font-weight: bold;
  font-size: 32px;
  color: #da3f5b;
}
.sec_12 .border-card > div:nth-of-type(2) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_12 .border-card > div:nth-of-type(2) .list > div {
  margin-left: -5%;
}
.sec_12 .border-card > div:nth-of-type(2) .list > div > div {
  margin: 50px 0;
}
.sec_12 .border-card > div:nth-of-type(2) .list > div > div p {
  font-size: 28px;
}
.sec_12 .border-card > div:nth-of-type(2) .list > div > div p span {
  font-weight: bold;
  font-size: 42px;
  margin-left: 6px;
}
.sec_12 .border-card > div:nth-of-type(2) .list > div > div p.tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: inherit;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 2px;
  border-radius: 50px;
  background: #ff9a9d;
  padding: 5px 30px 3px;
}
.sec_12 .border-card > div:nth-of-type(2) .list > div > div:nth-of-type(3) {
  margin: 70px 0 30px;
}
.sec_12 .border-card > div:nth-of-type(2) .list > div > div:nth-of-type(3) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec_12 .border-card > div:nth-of-type(2) .list > div > div:nth-of-type(3) > div > span {
  color: #ff5672;
  font-size: 22px;
  line-height: 43px;
  margin-left: 5px;
}
.sec_12 .border-card > div:nth-of-type(2) .list img {
  width: 40%;
}

.sec_13 {
  padding: 60px 0;
}
.sec_13 .border-card > div:nth-of-type(1) h3 {
  font-size: 43px;
}
.sec_13 .border-card > div:nth-of-type(2) {
  padding: 200px 40px 80px;
}
.sec_13 .border-card > div:nth-of-type(2) .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.sec_13 .border-card > div:nth-of-type(2) .top img {
  width: 40%;
  height: auto;
}
.sec_13 .border-card > div:nth-of-type(2) .top .subtitle {
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 4px;
  color: #000000;
}
.sec_13 .border-card > div:nth-of-type(2) .top .subtitle .focus {
  display: block;
  font-size: 32px;
  color: #da3f5b;
  margin-top: 20px;
}
.sec_13 .border-card > div:nth-of-type(2) > img {
  width: 100%;
}

.sec_14 .title {
  text-align: center;
  font-weight: bold;
  font-size: 56px;
  letter-spacing: 6px;
  color: #FFFFFF;
  text-shadow: 0 0 5px #ff4c6a, 0 0 10px #ff4c6a, 0 0 15px #ff4c6a, 0 0 20px #ff4c6a, 0 0 20px #ff4c6a;
  padding: 105px 0 0;
}
.sec_14 ul {
  list-style-type: none;
  padding: 58px 70px;
}
.sec_14 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 30px;
  padding: 25px 0;
}
.sec_14 ul li span {
  font-size: 50px;
  color: #FFFFFF;
  margin-right: 30px;
}
.sec_14 ul li:not(:nth-last-of-type(1)) {
  border-bottom: 1.5px solid #d7265f;
}

.sec_15 {
  padding: 50px 5% 25px;
}
.sec_15 > div .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.sec_15 > div .content .top img {
  width: 30%;
  height: auto;
}
.sec_15 > div .content .top .subtitle {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 3px;
  color: #000000;
}
.sec_15 > div .content .top .subtitle .focus {
  display: block;
  font-size: 40px;
  color: #da3f5b;
  margin-top: 20px;
}
.sec_15 > div .content .center {
  position: relative;
}
.sec_15 > div .content .center img {
  width: 100%;
}
.sec_15 > div .content .center p {
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 3px;
}
.sec_15 > div .content .center p:nth-of-type(1) {
  top: 7%;
  color: #000000;
}
.sec_15 > div .content .center p:nth-of-type(2) {
  top: 32%;
  font-size: 31px;
  color: #ef5184;
}
.sec_15 > div .content .center p:nth-of-type(3) {
  top: 62%;
  color: #ffb448;
}

.sec_16 {
  padding: 25px 5%;
}
.sec_16 > div .content {
  background: #FFFFFF;
}
.sec_16 > div .content .top img {
  width: 100%;
}
.sec_16 > div .content .top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_16 > div .content .top > div h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 0 7px;
}
.sec_16 > div .content .top > div h3:nth-of-type(1) {
  background: #ff91b4;
}
.sec_16 > div .content .top > div h3:nth-of-type(2) {
  background: #da3f5b;
}
.sec_16 > div .content .subtitle {
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  letter-spacing: 6px;
  margin: 60px 0 0;
}
.sec_16 > div .content .subtitle .focus {
  display: block;
  font-weight: bold;
  font-size: 48px;
  color: #da3f5b;
}
.sec_16 > div .content .text {
  margin: 30px 0;
  border-bottom: 1px solid #d7265f;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.sec_16 > div .content .hao {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sec_16 > div .content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0px;
}
.sec_16 > div .content .items > div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0px;
}
.sec_16 > div .content .items > div img {
  height: 100px;
}
.sec_16 > div .content .items > div p {
  min-width: 250px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #cb9614;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
}
.sec_16 > div .content .items > div p span {
  font-size: 33px;
}
.sec_16 > div .content .items > div:nth-of-type(4) p span {
  font-size: 55px;
}
.sec_16 > div .content .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.sec_17 {
  padding: 25px 5%;
}
.sec_17 > div .content .top {
  width: 100%;
}
.sec_17 > div .content .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}
.sec_17 > div .content .bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 40px;
  color: #fda8ad;
}
.sec_17 > div .content .bottom p:nth-of-type(1) {
  color: #fda6e3;
}
.sec_17 > div .content .bottom p img {
  width: 60px;
  margin-right: 12px;
}

.sec_18 {
  padding: 25px 5%;
}
.sec_18 > div .content .top {
  width: 60%;
  display: block;
  margin: 30px auto 50px;
}
.sec_18 > div .content .bottom {
  width: 95%;
  display: block;
  margin: 80px auto 30px;
}
.sec_18 > div .text {
  position: relative;
  text-align: center;
  font-size: 32px;
  letter-spacing: 6px;
  z-index: 1;
  margin: 40px 0 30px;
}

.sec_19 {
  margin-bottom: 30px;
}
.sec_19 > div > h3 {
  text-align: center;
  font-size: 56px;
  letter-spacing: 4px;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
  margin-top: 40px;
}
.sec_19 > div .text {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: #615a52;
  letter-spacing: 6px;
  line-height: 60px;
  z-index: 1;
  margin: 40px 0 110px;
}
.sec_19 > div .top img {
  position: absolute;
  top: -50px;
  width: 100%;
}
.sec_19 > div .content > div:nth-of-type(1) {
  position: relative;
  width: 43%;
  margin: 0 auto;
}
.sec_19 > div .content > div:nth-of-type(1) p {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 5px;
  color: #615a52;
}
.sec_19 > div .content > div:nth-of-type(1) p span {
  font-weight: bold;
  font-size: 70px;
  color: #ef5184;
  margin: 0 10px;
}
.sec_19 > div .content > div:nth-of-type(1) p:nth-of-type(2) {
  text-align: right;
}
.sec_19 > div .content > div:nth-of-type(1) .deco-left, .sec_19 > div .content > div:nth-of-type(1) .deco-right {
  position: absolute;
  height: 40px;
}
.sec_19 > div .content > div:nth-of-type(1) .deco-left {
  top: 15%;
  left: -18%;
}
.sec_19 > div .content > div:nth-of-type(1) .deco-right {
  bottom: 0;
  right: -17%;
}
.sec_19 > div .content > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 70px;
}
.sec_19 > div .content > div:nth-of-type(2) p {
  position: relative;
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 0 0 10px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
  margin: 0 30px;
}
.sec_19 > div .content > div:nth-of-type(2) p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec_19 > div .content > div:nth-of-type(2) p:nth-of-type(1) {
  color: #bd627f;
}
.sec_19 > div .content > div:nth-of-type(2) p:nth-of-type(2) {
  color: #746694;
}
.sec_19 > div .content .content-bg {
  position: absolute;
  top: -45%;
  left: 5%;
  right: 5%;
  width: 90%;
  height: auto;
  z-index: -2;
}

.sec_20 {
  margin-bottom: 30px;
  padding: 0 5%;
}
.sec_20 > div {
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px #e7c1cd;
          box-shadow: 0 0 20px #e7c1cd;
  background: #FFFFFF;
}
.sec_20 > div > div {
  position: absolute !important;
  top: 19%;
  left: 4%;
}
.sec_20 > div > div > p {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 4px;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
.sec_20 > div > div ul {
  list-style-type: none;
  margin-top: 45px;
}
.sec_20 > div > div ul li {
  position: relative;
  font-size: 30px;
  letter-spacing: 6px;
  padding-left: 32px;
  margin: 10px 0;
}
.sec_20 > div > div ul li::before {
  position: absolute;
  content: "#";
  font-size: 30px;
  color: #ef5184;
  left: 10px;
}
.sec_20 > div img {
  width: 100%;
}

.sec_21 > div.top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% 0;
}
.sec_21 > div.top-text .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 8px;
  background: #f45a73;
  border-radius: 30px;
  border: 3px solid #FFFFFF;
  padding: 2px 5px 5px 13px;
  -webkit-box-shadow: 0 0 12px rgba(255, 76, 106, 0.7);
          box-shadow: 0 0 12px rgba(255, 76, 106, 0.7);
}
.sec_21 > div.top-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-top: 12px;
}
.sec_21 > div.top-text > div h2 {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
}
.sec_21 > div.top-text > div h2:nth-of-type(1) {
  color: #a124a9;
}
.sec_21 > div.top-text > div h2:nth-of-type(2) {
  color: #ef5184;
}
.sec_21 > div.top-text > div span {
  font-weight: bold;
  font-size: 50px;
  color: #584c50;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
  letter-spacing: 2px;
  margin: 0 15px;
}
.sec_21 > div.row {
  width: 100%;
  margin: 0;
}
.sec_21 > div.row > div {
  padding-bottom: 20px;
}
.sec_21 > div.row > div .table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45%;
}
.sec_21 > div.row > div .table > img {
  width: 70%;
  margin-bottom: 30px;
}
.sec_21 > div.row > div .table ul {
  list-style-type: none;
  border-radius: 20px;
  overflow: hidden;
}
.sec_21 > div.row > div .table ul li {
  text-align: center;
  font-size: 24px;
  padding: 15px 0;
}
.sec_21 > div.row > div .table ul li > p {
  font-size: 24px;
}
.sec_21 > div.row > div .table ul li > button {
  opacity: 1;
  color: #FFFFFF;
  font-size: 32px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 0 10px rgba(136, 68, 140, 0.3);
          box-shadow: 0 0 10px rgba(136, 68, 140, 0.3);
  border-radius: 50px;
  margin: 10px;
  padding: 2px 20px 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec_21 > div.row > div .table ul li > button:hover {
  opacity: 0.8;
}
.sec_21 > div.row > div .table ul li:nth-of-type(even) {
  background: #FFFFFF;
}
.sec_21 > div.row > div .table ul li:nth-of-type(1) {
  font-size: 36px;
  color: #FFFFFF;
  padding: 9px 37px 3px;
}
.sec_21 > div.row > div .table ul li:nth-of-type(5) {
  font-size: 36px;
}
.sec_21 > div.row > div:nth-of-type(1) .table ul li:nth-of-type(odd) {
  background: #fbf0ff;
}
.sec_21 > div.row > div:nth-of-type(1) .table ul li:nth-of-type(1) {
  background: #a738af;
}
.sec_21 > div.row > div:nth-of-type(1) .table ul li > button {
  background: #a738af;
}
.sec_21 > div.row > div:nth-of-type(2) .table ul li:nth-of-type(odd) {
  background: #ffebef;
}
.sec_21 > div.row > div:nth-of-type(2) .table ul li:nth-of-type(1) {
  background: #d83754;
}
.sec_21 > div.row > div:nth-of-type(2) .table ul li > button {
  background: #d83754;
}
.sec_21 > div.row .col-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.z1 .boxa{padding-right: 600px}
.z1 .boxa .lazya{width: 134%;padding-left: 80px }

.z1 .boxb{ padding-top: 30px}
.z1 .boxb .lazyb{width: 43%;padding-left: 70px }

.z1 .boxc{padding-left: 600px}
.z1 .boxc .lazyc{width: 133%;padding-left: 70px }


@media all and (max-width: 768px) {
  .content-row {
    width: 768px;
  }
  .sec_4 .border-card .card-title, .sec_5 .border-card .card-title, .sec_6 .border-card .card-title {
    top: -62px;
  }
  .sec_4 .border-card .card-title h3, .sec_5 .border-card .card-title h3, .sec_6 .border-card .card-title h3 {
    font-size: 52px;
    letter-spacing: 4px;
  }
  .sec_12 .border-card > div:nth-of-type(1), .sec_13 .border-card > div:nth-of-type(1) {
    top: -37px;
  }
  .sec_12 .border-card > div:nth-of-type(1) h3, .sec_13 .border-card > div:nth-of-type(1) h3 {
    top: 28%;
    font-size: 55px;
  }
  .sec_15 > div .title img, .sec_16 > div .title img, .sec_17 > div .title img, .sec_18 > div .title img {
    height: 100px;
  }
  .sec_15 > div .title h3, .sec_16 > div .title h3, .sec_17 > div .title h3, .sec_18 > div .title h3 {
    font-size: 35px;
    letter-spacing: 4px;
  }
  .sec_15 > div .content, .sec_16 > div .content, .sec_17 > div .content, .sec_18 > div .content {
    padding: 10px;
  }
  .sec_15 > div .content > .text, .sec_16 > div .content > .text, .sec_17 > div .content > .text, .sec_18 > div .content > .text {
    font-size: 26px;
    letter-spacing: 4px;
    margin: 40px 0 10px;
  }
  .sec_1 h2 {
    font-size: 50px;
  }
  .sec_1 h2 span {
    font-size: 85px;
  }
  .sec_1 h2.topText img {
    right: -50px;
    width: 51px;
    height: 75px;
  }
  .sec_1 .title h2 {
    text-shadow: 1px 0px 6px #774116;
    font-size: 55px;
    line-height: 85px;
  }
  .sec_1 .title img {
    top: -15px;
  }
  .sec_1 .bubbles > div p {
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 10px white, 0 0 10px white;
  }
  .sec_1 .bubbles > div:nth-of-type(1) {
    width: 220px;
    height: 220px;
    margin-top: 45px;
  }
  .sec_1 .bubbles > div:nth-of-type(1) p {
    font-size: 32px;
    line-height: 26px;
  }
  .sec_1 .bubbles > div:nth-of-type(1) p span {
    font-size: 38px;
  }
  .sec_1 .bubbles > div:nth-of-type(2) {
    width: 180px;
    height: 180px;
  }
  .sec_1 .bubbles > div:nth-of-type(2) p {
    font-size: 30px;
    line-height: 25px;
  }
  .sec_1 .bubbles > div:nth-of-type(2) p span {
    font-size: 31px;
  }
  .sec_1 .bubbles .ribbon-right {
    top: -40px;
    height: 200px;
  }
  .sec_1 .imgBlock {
    margin-top: -135px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec_1 .imgBlock img {
    position: relative;
  }
  .sec_1 .imgBlock img:nth-of-type(1) {
    width: 50%;
    top: -40px;
  }
  .sec_1 .imgBlock img:nth-of-type(2) {
    width: 60%;
    margin-left: -145px;
  }
  .sec_1 .bg .ribbon-left {
    height: 160px;
  }
  .sec_2 .title > div img.bling-left, .sec_2 .title > div img.bling-right {
    width: 30px;
    height: 30px;
  }
  .sec_2 .title > div img.bling-left {
    left: -30px;
  }
  .sec_2 .title > div img.bling-right {
    right: -30px;
  }
  .sec_2 .title > div h3 {
    font-size: 50px;
  }
  .sec_2 .title p {
    font-size: 28px;
  }
  .sec_2 .title::after {
    height: 18px;
  }
  .sec_2 .cards {
    margin-top: 16px;
  }
  .sec_2 .cards > div > div {
    width: 80%;
    top: 14%;
    left: 10%;
  }
  .sec_2 .cards > div > div h4 {
    font-size: 30px;
  }
  .sec_2 .cards > div:nth-of-type(2) > div {
    top: 25%;
  }
  .sec_3 .border-card > div:nth-of-type(1) {
    top: -222px;
  }
  .sec_3 .border-card > div:nth-of-type(1) h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .sec_3 .border-card > div:nth-of-type(2) {
    top: -70px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4 {
    height: 110px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4 span {
    font-size: 26px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(4) {
    margin-right: 2%;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4 .features-left, .sec_3 .border-card > div:nth-of-type(2) > h4 .features-right {
    left: 16%;
    width: 68%;
  }
  .sec_3 .border-card > div:nth-of-type(3) {
    height: 475px;
  }
  .sec_3 .bg {
    height: 285px;
  }
  .sec_4 .title {
    font-size: 45px;
  }
  .sec_4 .border-card {
    margin-top: 90px;
  }
  .sec_4 .border-card .card-subtitle {
    font-size: 25px;
    margin: 55px 0 0;
  }
  .sec_4 .border-card .bubbles {
    width: 80%;
    top: 75px;
  }
  .sec_4 .border-card .bubbles h3 {
    width: 100px;
    height: 100px;
    font-size: 65px;
  }
  .sec_4 .border-card .bubbles h3:nth-of-type(1) {
    margin: 0 10px;
  }
  .sec_4 .border-card .bubbles h3:nth-of-type(2) {
    margin: 100px 10px 0;
  }
  .sec_4 .border-card .bubbles h3:nth-of-type(3) {
    margin: 45px 10px 0;
  }
  .sec_4 .border-card .card-tag {
    width: 41%;
  }
  .sec_4 .border-card .product {
    bottom: -80px;
  }
  .sec_4 .border-card .product h3 {
    font-size: 38px;
  }
  .sec_5 {
    margin-top: -110px;
  }
  .sec_5 .border-card .card-subtitle {
    margin: 60px 0 0;
  }
  .sec_5 .border-card .card-subtitle p {
    font-size: 28px;
  }
  .sec_5 .border-card .card-subtitle p.focus {
    font-size: 39px;
  }
  .sec_5 .border-card .card-text > h3 {
    font-size: 45px;
  }
  .sec_5 .border-card .card-text > div span {
    font-size: 38px;
  }
  .sec_5 .border-card .card-text > div h3 {
    font-size: 38px;
    line-height: 50px;
  }
  .sec_6 {
    margin-top: 85px;
  }
  .sec_6 .border-card .card-title {
    top: -64px;
  }
  .sec_6 .border-card .card-subtitle h3 {
    font-size: 45px;
    letter-spacing: 2px;
  }
  .sec_6 .border-card .question {
    margin: 20px 0;
  }
  .sec_6 .border-card .question p {
    font-size: 40px;
  }
  .sec_6 .border-card .imgBlock {
    margin-top: 80px;
  }
  .sec_6 .border-card .imgBlock img {
    width: 100%;
  }
  .sec_6 .border-card .imgBlock > div {
    margin-top: -70px;
  }
  .sec_6 .border-card .imgBlock > div p {
    font-size: 35px;
    line-height: 46px;
    border-radius: 26px;
    padding: 0 30px 7px;
  }
  .sec_6 .border-card .note {
    font-size: 25px;
    line-height: 45px;
  }
  .sec_6 .border-card .content {
    margin: 25px 0 110px;
  }
  .sec_6 .border-card .content p {
    font-size: 28px;
  }
  .sec_6 .border-card .content p img {
    width: 75px;
  }
  .sec_6 .border-card .content p .focus {
    font-size: 28px;
  }
  .sec_6.cec_6_pad .border-card {
    padding: 35px 0 0px;
  }
  .sec_7 .title h2 {
    top: 65px;
    font-size: 48px;
    letter-spacing: 2px;
  }
  .sec_7 .cards {
    padding: 0 0 30px;
  }
  .sec_7 .cards > div {
    width: 50%;
    margin: -13px -23px;
  }
  .sec_7 .cards > div p {
    font-size: 20px;
    padding: 0px 55px;
  }
  .sec_8 > div {
    height: 860px;
  }
  .sec_8 .title h2 {
    top: -125px;
    font-size: 48px;
    letter-spacing: 1px;
  }
  .sec_8 .cards {
    top: -190px;
  }
  .sec_8 .cards > div {
    margin: 0 -20px;
  }
  .sec_8 .cards > div p, .sec_8 .cards > div span {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 38px;
  }
  .sec_9 > div:nth-of-type(1) {
    padding: 30px 30px 30px 40px;
  }
  .sec_9 .title {
    margin-bottom: 35px;
  }
  .sec_9 .title p {
    font-size: 48px;
    letter-spacing: 1px;
  }
  .sec_9 .title p span {
    font-size: 55px;
    letter-spacing: 1px;
  }
  .sec_9 .msg {
    margin: 25px 0;
  }
  .sec_9 .msg img {
    width: 100%;
  }
  .sec_9 .msg .msg-img p {
    font-size: 18px;
    margin-top: 10px;
  }
  .sec_9 .msg .msg-img + .msg-content p:nth-of-type(1) {
    right: 35px;
  }
  .sec_9 .msg .msg-img + .msg-content p:nth-of-type(2) {
    right: 52px;
  }
  .sec_9 .msg .msg-content p:nth-of-type(1) {
    left: 21px;
    font-size: 30px;
  }
  .sec_9 .msg .msg-content p:nth-of-type(1) span {
    font-size: 65px;
  }
  .sec_9 .msg .msg-content p:nth-of-type(2) {
    top: 26%;
    left: 44px;
    font-size: 21px;
  }
  .sec_10 .title {
    font-size: 46px;
    margin: 50px 0;
  }
  .sec_10 .title span {
    font-size: 55px;
  }
  .sec_10 .img p:nth-of-type(1) {
    width: 130px;
    height: 130px;
    font-size: 80px;
  }
  .sec_10 .img p:nth-of-type(2) {
    width: 170px;
    height: 170px;
    font-size: 110px;
  }
  .sec_10 .img p:nth-of-type(3) {
    width: 130px;
    height: 130px;
    font-size: 80px;
  }
  .sec_11 .title {
    font-size: 48px;
    letter-spacing: 1px;
  }
  .sec_11 .subtitle {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 45px;
  }
  .sec_11 .subtitle + img {
    width: 55%;
  }
  .sec_12 {
    padding: 60px 0 30px;
  }
  .sec_12 .border-card > div:nth-of-type(2) {
    padding: 130px 0 10px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .subtitle {
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 2px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .subtitle .focus {
    font-size: 25px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list {
    margin-top: -20px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div {
    margin-left: -5%;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div {
    margin: 50px 0;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div p {
    font-size: 24px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div p span {
    font-size: 38px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div p.tag {
    font-size: 27px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div:nth-of-type(3) {
    margin: 60px 0 40px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div:nth-of-type(3) > div > span {
    font-size: 18px;
  }
  .sec_13 .border-card > div:nth-of-type(1) h3 {
    font-size: 36px;
  }
  .sec_13 .border-card > div:nth-of-type(2) {
    padding: 150px 40px 50px;
  }
  .sec_14 .title {
    font-size: 50px;
    padding: 78px 0 0;
  }
  .sec_14 ul {
    padding: 50px 70px;
  }
  .sec_14 ul li {
    font-size: 24px;
    padding: 22px 0;
  }
  .sec_14 ul li span {
    font-size: 34px;
    margin-right: 20px;
  }
  .sec_15 > div .content .top {
    margin-bottom: 30px;
  }
  .sec_15 > div .content .top img {
    width: 25%;
  }
  .sec_15 > div .content .top .subtitle {
    font-size: 30px;
    line-height: 45px;
  }
  .sec_15 > div .content .top .subtitle .focus {
    font-size: 30px;
    margin-top: 10px;
  }
  .sec_15 > div .content .center p {
    font-size: 34px;
    letter-spacing: 3px;
  }
  .sec_15 > div .content .center p:nth-of-type(2) {
    font-size: 25px;
  }
  .sec_16 > div .content {
    padding: 20px;
  }
  .sec_16 > div .content .top > div h3 {
    font-size: 36px;
  }
  .sec_16 > div .content .subtitle {
    font-size: 40px;
    letter-spacing: 4px;
    margin: 40px 0 0;
  }
  .sec_16 > div .content .subtitle .focus {
    font-size: 40px;
  }
  .sec_16 > div .content .text {
    margin: 40px 0;
  }
  .sec_16 > div .content .items {
    margin: 40px 0px;
  }
  .sec_16 > div .content .items > div {
    margin: 15px 0px;
  }
  .sec_16 > div .content .items > div img {
    height: 100px;
  }
  .sec_16 > div .content .items > div p {
    min-width: 180px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .sec_16 > div .content .items > div p span {
    font-size: 25px;
  }
  .sec_16 > div .content .items > div:nth-of-type(4) p span {
    font-size: 45px;
  }
  .sec_17 > div .content {
    padding: 20px;
  }
  .sec_17 > div .content .bottom {
    margin: 30px 0;
  }
  .sec_17 > div .content .bottom p {
    font-size: 32px;
  }
  .sec_17 > div .content .bottom p img {
    width: 50px;
    margin-right: 10px;
  }
  .sec_18 > div .content {
    padding: 20px;
  }
  .sec_18 > div .content .text {
    line-height: 50px;
  }
  .sec_19 {
    margin-bottom: 30px;
  }
  .sec_19 > div > h3 {
    font-size: 48px;
    letter-spacing: 4px;
    margin-top: 15px;
  }
  .sec_19 > div .text {
    font-size: 27px;
    letter-spacing: 5px;
    line-height: 45px;
    margin: 23px 0 87px;
  }
  .sec_19 > div .content > div:nth-of-type(1) p {
    font-size: 32px;
    letter-spacing: 3px;
  }
  .sec_19 > div .content > div:nth-of-type(1) p span {
    font-size: 60px;
    margin: 0 10px;
  }
  .sec_19 > div .content > div:nth-of-type(1) .deco-left, .sec_19 > div .content > div:nth-of-type(1) .deco-right {
    height: 35px;
  }
  .sec_19 > div .content > div:nth-of-type(1) .deco-left {
    top: 15%;
    left: -18%;
  }
  .sec_19 > div .content > div:nth-of-type(1) .deco-right {
    bottom: 0;
    right: -17%;
  }
  .sec_19 > div .content > div:nth-of-type(2) {
    margin: 20px 0 40px;
  }
  .sec_19 > div .content > div:nth-of-type(2) p {
    width: 200px;
    height: 200px;
    font-size: 32px;
    margin: 0 15px;
  }
  .sec_19 > div .content .content-bg {
    top: -45%;
  }
  .sec_20 > div > div {
    top: 20%;
    left: 6%;
  }
  .sec_20 > div > div > p {
    font-size: 35px;
    letter-spacing: 2px;
  }
  .sec_20 > div > div ul {
    margin-top: 30px;
  }
  .sec_20 > div > div ul li {
    font-size: 24px;
    letter-spacing: 4px;
    padding-left: 32px;
    margin: 10px 0;
  }
  .sec_20 > div > div ul li::before {
    font-size: 24px;
    left: 10px;
  }
  .sec_21 > div.top-text > div {
    margin-top: 4px;
  }
  .sec_21 > div.top-text > div h2 {
    font-size: 40px;
    letter-spacing: 3px;
  }
  .sec_21 > div.top-text > div span {
    font-size: 45px;
    letter-spacing: 2px;
    margin: 0 8px;
  }
  .sec_21 > div.row > div {
    padding: 0 0 20px;
  }
  .sec_21 > div.row > div .table {
    padding-top: 52%;
  }
  .sec_21 > div.row > div .table > img {
    width: 70%;
    margin-bottom: 30px;
  }
  .sec_21 > div.row > div .table ul li {
    font-size: 20px;
    padding: 15px 0;
  }
  .sec_21 > div.row > div .table ul li > p {
    font-size: 20px;
  }
  .sec_21 > div.row > div .table ul li > button {
    font-size: 28px;
    letter-spacing: 1px;
    margin: 10px 0 0;
    padding: 2px 20px 0;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(1) {
    font-size: 30px;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(5) {
    font-size: 30px;
  }
}
@media all and (max-width: 576px) {
  .content-row {
    width: unset !important;
    max-width: 430px !important;
    min-width: 390px !important;
  }
  .sec_4 .border-card .card-title, .sec_5 .border-card .card-title, .sec_6 .border-card .card-title {
    top: -35px;
  }
  .sec_4 .border-card .card-title h3, .sec_5 .border-card .card-title h3, .sec_6 .border-card .card-title h3 {
    font-size: 28px;
    letter-spacing: 2px;
    top: -2px;
  }
  .sec_12 .border-card > div:nth-of-type(1), .sec_13 .border-card > div:nth-of-type(1) {
    top: -20px;
  }
  .sec_12 .border-card > div:nth-of-type(1) h3, .sec_13 .border-card > div:nth-of-type(1) h3 {
    top: 12%;
    font-size: 35px;
  }
  .sec_15, .sec_16, .sec_17, .sec_18 {
    padding: 25px 5% 0;
  }
  .sec_15 > div .title, .sec_16 > div .title, .sec_17 > div .title, .sec_18 > div .title {
    padding: 12px;
  }
  .sec_15 > div .title img, .sec_16 > div .title img, .sec_17 > div .title img, .sec_18 > div .title img {
    height: 60px;
  }
  .sec_15 > div .title h3, .sec_16 > div .title h3, .sec_17 > div .title h3, .sec_18 > div .title h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .sec_15 > div .content, .sec_16 > div .content, .sec_17 > div .content, .sec_18 > div .content {
    padding: 15px;
  }
  .sec_15 > div .content > .text, .sec_16 > div .content > .text, .sec_17 > div .content > .text, .sec_18 > div .content > .text {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 20px 0 5px;
  }
  .sec_1 h2 {
    font-size: 26px;
  }
  .sec_1 h2 span {
    font-size: 40px;
  }
  .sec_1 h2.topText img {
    right: -25px;
    width: 25px;
    height: 36px;
  }
  .sec_1 .title h2 {
    text-shadow: 1px 0px 3px #774116;
    font-size: 28px;
    line-height: 50px;
  }
  .sec_1 .title img {
    top: -7px;
  }
  .sec_1 .bubbles {
    margin-top: 8px;
  }
  .sec_1 .bubbles > div:nth-of-type(1) {
    width: 120px;
    height: 120px;
    margin-top: 15px;
  }
  .sec_1 .bubbles > div:nth-of-type(1) p {
    font-size: 18px;
    line-height: 15px;
  }
  .sec_1 .bubbles > div:nth-of-type(1) p span {
    font-size: 20px;
  }
  .sec_1 .bubbles > div:nth-of-type(2) {
    width: 90px;
    height: 90px;
  }
  .sec_1 .bubbles > div:nth-of-type(2) p {
    font-size: 15px;
    line-height: 13px;
  }
  .sec_1 .bubbles > div:nth-of-type(2) p span {
    font-size: 17px;
  }
  .sec_1 .bubbles .ribbon-right {
    top: -20px;
    height: 90px;
  }
  .sec_1 .imgBlock {
    margin-top: -80px;
  }
  .sec_1 .imgBlock img:nth-of-type(1) {
    width: 50%;
    top: -20px;
  }
  .sec_1 .imgBlock img:nth-of-type(2) {
    width: 65%;
    margin-left: -84px;
  }
  .sec_1 .bg .ribbon-left {
    height: 110px;
  }
  .sec_2 .title > div img.bling-left, .sec_2 .title > div img.bling-right {
    width: 20px;
    height: 20px;
  }
  .sec_2 .title > div img.bling-left {
    left: -20px;
  }
  .sec_2 .title > div img.bling-right {
    right: -20px;
  }
  .sec_2 .title > div h3 {
    font-size: 26px;
  }
  .sec_2 .title p {
    font-size: 18px;
  }
  .sec_2 .title::after {
    height: 12px;
  }
  .sec_2 .cards {
    margin-top: 8px;
  }
  .sec_2 .cards > div > div {
    width: 90%;
    top: 13%;
    left: 5%;
  }
  .sec_2 .cards > div > div h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .sec_2 .cards > div > div img {
    width: 78%;
  }
  .sec_2 .cards > div:nth-of-type(2) {
    margin: 0 -20px -70px;
  }
  .sec_2 .cards > div:nth-of-type(2) > div {
    top: 23%;
  }
  .sec_2 .cards > div img {
    width: 145%;
  }
  .sec_3 .border-card > div:nth-of-type(1) {
    top: -115px;
  }
  .sec_3 .border-card > div:nth-of-type(1) h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .sec_3 .border-card > div:nth-of-type(2) {
    top: -40px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4 {
    height: 60px;
    margin-top: 0px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4 span {
    font-size: 15px;
    margin-top: 5px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(1) {
    margin-left: 6%;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(2) {
    margin-left: auto;
    margin-top: -20px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(4) {
    margin-right: 4%;
    margin-top: -49px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4 .features-left, .sec_3 .border-card > div:nth-of-type(2) > h4 .features-right {
    top: 0%;
  }
  .sec_3 .border-card > div:nth-of-type(3) {
    height: 255px;
    margin: -98px 5% 0;
  }
  .sec_3 .bg {
    height: 157px;
  }
  .sec_4 {
    margin-top: -80px;
  }
  .sec_4 > div:nth-of-type(1) {
    margin-top: 80px;
  }
  .sec_4 .tag {
    margin: 25px auto 0;
    font-size: 16px;
    border: 1px solid #FFFFFF;
  }
  .sec_4 .title {
    font-size: 26px;
  }
  .sec_4 .title span {
    font-size: 20px;
  }
  .sec_4 .border-card {
    margin-top: 55px;
  }
  .sec_4 .border-card .card-subtitle {
    font-size: 16px;
    margin: 30px 0 0;
    letter-spacing: 2px;
  }
  .sec_4 .border-card .bubbles {
    width: 85%;
    top: 25px;
  }
  .sec_4 .border-card .bubbles h3 {
    width: 70px;
    height: 70px;
    font-size: 47px;
  }
  .sec_4 .border-card .bubbles h3:nth-of-type(1) {
    margin: 0 5px;
  }
  .sec_4 .border-card .bubbles h3:nth-of-type(2) {
    margin: 55px 5px 0;
  }
  .sec_4 .border-card .bubbles h3:nth-of-type(3) {
    margin: 30px 5px 0;
  }
  .sec_4 .border-card .card-tag {
    width: 44%;
  }
  .sec_4 .border-card .product {
    bottom: -44px;
    right: -8px;
  }
  .sec_4 .border-card .product h3 {
    font-size: 22px;
    margin-bottom: -10px;
  }
  .sec_5 {
    margin-top: -70px;
  }
  .sec_5 .border-card .card-subtitle {
    margin: 28px 0 0;
  }
  .sec_5 .border-card .card-subtitle p {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .sec_5 .border-card .card-subtitle p.focus {
    font-size: 23px;
  }
  .sec_5 .border-card .card-text > h3 {
    font-size: 30px;
  }
  .sec_5 .border-card .card-text > div {
    margin: -4px 0;
  }
  .sec_5 .border-card .card-text > div span {
    font-size: 30px;
  }
  .sec_5 .border-card .card-text > div h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 8px 2px;
  }
  .sec_5 .border-card .product {
    width: 45%;
  }
  .sec_6 {
    margin-top: 30px;
  }
  .sec_6 .border-card {
    padding: 35px 30px 30px;
  }
  .sec_6 .border-card .card-subtitle h3 {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .sec_6 .border-card .question {
    margin: 10px 0;
  }
  .sec_6 .border-card .question p {
    font-size: 26px;
  }
  .sec_6 .border-card .question img {
    top: 15px;
  }
  .sec_6 .border-card .imgBlock {
    margin-top: 50px;
  }
  .sec_6 .border-card .imgBlock img {
    width: 100%;
  }
  .sec_6 .border-card .imgBlock > div {
    margin-top: -40px;
  }
  .sec_6 .border-card .imgBlock > div p {
    font-size: 18px;
    line-height: 24px;
    border-radius: 12px;
    padding: 3px 17px 7px;
  }
  .sec_6 .border-card .note {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 2px;
  }
  .sec_6 .border-card .content {
    margin: 20px 0 60px;
  }
  .sec_6 .border-card .content p {
    font-size: 18px;
  }
  .sec_6 .border-card .content p img {
    width: 50px;
  }
  .sec_6 .border-card .content p .focus {
    font-size: 18px;
  }
  .sec_6 .border-card .content p:not(:nth-last-of-type(1)) {
    margin-bottom: 3px;
  }
  .sec_7 .title h2 {
    top: 40px;
    font-size: 25px;
    letter-spacing: 1px;
  }
  .sec_7 .cards {
    padding: 10px 0 20px;
  }
  .sec_7 .cards > div {
    width: 52%;
    margin: -6px -12px;
  }
  .sec_7 .cards > div p {
    font-size: 13px;
    line-height: 18px;
    padding: 0px 28px;
  }
  .sec_8 > div {
    height: 495px;
  }
  .sec_8 .title h2 {
    top: -70px;
    font-size: 25px;
  }
  .sec_8 .cards {
    top: -140px;
  }
  .sec_8 .cards > div {
    margin: 0 -20px;
  }
  .sec_8 .cards > div p, .sec_8 .cards > div span {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .sec_9 > div:nth-of-type(1) {
    padding: 20px 20px 20px 30px;
  }
  .sec_9 .title {
    margin-bottom: 28px;
  }
  .sec_9 .title p {
    font-size: 25px;
  }
  .sec_9 .title p span {
    font-size: 30px;
    margin-top: 5px;
  }
  .sec_9 .msg {
    margin: 20px 0;
  }
  .sec_9 .msg img {
    width: 100%;
  }
  .sec_9 .msg .msg-img p {
    font-size: 14px;
    margin-top: 10px;
  }
  .sec_9 .msg .msg-img + .msg-content p:nth-of-type(1) {
    right: 20px;
  }
  .sec_9 .msg .msg-img + .msg-content p:nth-of-type(2) {
    right: 21px;
  }
  .sec_9 .msg .msg-content p:nth-of-type(1) {
    left: 8px;
    font-size: 20px;
  }
  .sec_9 .msg .msg-content p:nth-of-type(1) span {
    font-size: 45px;
  }
  .sec_9 .msg .msg-content p:nth-of-type(2) {
    top: 23%;
    left: 21px;
    font-size: 12px;
  }
  .sec_10 .title {
    font-size: 30px;
    margin: 40px 0;
  }
  .sec_10 .title span {
    font-size: 35px;
  }
  .sec_10 .img {
    margin-top: 110px;
  }
  .sec_10 .img p:nth-of-type(1) {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  .sec_10 .img p:nth-of-type(2) {
    width: 100px;
    height: 100px;
    font-size: 67px;
  }
  .sec_10 .img p:nth-of-type(3) {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  .sec_11 .title {
    font-size: 25px;
    margin-top: 23px;
  }
  .sec_11 .subtitle {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 5px;
  }
  .sec_11 .subtitle + img {
    margin: 18px auto;
  }
  .sec_12 {
    padding: 30px 0;
  }
  .sec_12 .border-card > div:nth-of-type(2) {
    padding: 75px 0 10px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .subtitle .focus {
    font-size: 18px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list {
    margin-top: 0;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div {
    margin-left: -5%;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div {
    margin: 20px 0;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div p {
    font-size: 16px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div p span {
    font-size: 22px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div p.tag {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 3px 23px 2px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div:nth-of-type(3) {
    margin: 30px 0 10px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div > div:nth-of-type(3) > div > span {
    font-size: 12px;
    line-height: 30px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > img {
    margin-left: -5%;
  }
  .sec_13 {
    padding: 0 0 30px;
  }
  .sec_13 .border-card > div:nth-of-type(1) h3 {
    font-size: 20px;
  }
  .sec_13 .border-card > div:nth-of-type(2) {
    padding: 80px 20px 25px;
  }
  .sec_13 .border-card > div:nth-of-type(2) .top {
    margin-bottom: 20px;
  }
  .sec_13 .border-card > div:nth-of-type(2) .top .subtitle {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  .sec_13 .border-card > div:nth-of-type(2) .top .subtitle .focus {
    font-size: 18px;
    margin-top: 5px;
  }
  .sec_14 .title {
    font-size: 28px;
    padding: 44px 0 0;
  }
  .sec_14 ul {
    padding: 20px 35px;
  }
  .sec_14 ul li {
    font-size: 15px;
    padding: 11px 0;
  }
  .sec_14 ul li span {
    font-size: 24px;
    margin-right: 10px;
  }
  .sec_14 ul li:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #d7265f;
  }
  .sec_15 > div .content .top {
    margin-bottom: 20px;
  }
  .sec_15 > div .content .top .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .sec_15 > div .content .top .subtitle .focus {
    font-size: 18px;
    margin-top: 5px;
  }
  .sec_15 > div .content .center p {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .sec_15 > div .content .center p:nth-of-type(2) {
    font-size: 15px;
  }
  .sec_16 > div .content {
    padding: 20px;
  }
  .sec_16 > div .content .top > div h3 {
    font-size: 18px;
    padding: 0 0 4px;
  }
  .sec_16 > div .content .subtitle {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 20px 0 0;
  }
  .sec_16 > div .content .subtitle .focus {
    font-size: 22px;
  }
  .sec_16 > div .content .text {
    font-size: 14px;
    margin: 20px 0 30px;
    padding-bottom: 30px;
  }
  .sec_16 > div .content .items {
    margin: 20px 0 0;
  }
  .sec_16 > div .content .items > div {
    width: 100%;
  }
  .sec_16 > div .content .items > div img {
    height: 80px;
  }
  .sec_16 > div .content .items > div p {
    min-width: 175px;
    font-size: 18px;
  }
  .sec_16 > div .content .items > div p span {
    font-size: 26px;
  }
  .sec_17 > div .content .bottom {
    margin: 15px 0;
  }
  .sec_17 > div .content .bottom p {
    font-size: 18px;
  }
  .sec_17 > div .content .bottom p img {
    width: 25px;
    margin-right: 5px;
  }
  .sec_18 {
    padding: 25px 5%;
  }
  .sec_18 > div .content .top {
    margin: 15px auto;
  }
  .sec_18 > div .content .text {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    line-height: 30px;
  }
  .sec_18 > div .content .bottom {
    margin: 30px auto 20px;
  }
  .sec_19 {
    margin-bottom: 0;
  }
  .sec_19 > div > h3 {
    font-size: 25px;
    letter-spacing: 4px;
    margin-top: 0;
  }
  .sec_19 > div .text {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 29px;
    margin: 17px 0 54px;
  }
  .sec_19 > div .top img {
    top: -15px;
  }
  .sec_19 > div .content > div:nth-of-type(1) {
    width: 50%;
  }
  .sec_19 > div .content > div:nth-of-type(1) p {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .sec_19 > div .content > div:nth-of-type(1) p span {
    font-size: 38px;
    margin: 0 5px;
  }
  .sec_19 > div .content > div:nth-of-type(1) .deco-left, .sec_19 > div .content > div:nth-of-type(1) .deco-right {
    height: 22px;
  }
  .sec_19 > div .content > div:nth-of-type(2) {
    margin: 20px 0 40px;
  }
  .sec_19 > div .content > div:nth-of-type(2) p {
    width: 120px;
    height: 120px;
    font-size: 20px;
    margin: 0 13px;
  }
  .sec_19 > div .content .content-bg {
    top: -65px;
  }
  .sec_20 > div > div {
    top: 18%;
    left: 6%;
  }
  .sec_20 > div > div > p {
    font-size: 21px;
    letter-spacing: 1px;
  }
  .sec_20 > div > div ul {
    margin-top: 12px;
  }
  .sec_20 > div > div ul li {
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 17px;
    margin: 5px 0;
  }
  .sec_20 > div > div ul li::before {
    font-size: 16px;
    left: 4px;
  }
  .sec_21 > div.top-text .tag {
    font-size: 20px;
    border: 2px solid #FFFFFF;
  }
  .sec_21 > div.top-text > div {
    margin-top: 4px;
  }
  .sec_21 > div.top-text > div h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .sec_21 > div.top-text > div span {
    font-size: 28px;
  }
  .sec_21 > div.row > div {
    padding: 0;
  }
  .sec_21 > div.row > div .table {
    padding-top: 52%;
  }
  .sec_21 > div.row > div .table > img {
    width: 70%;
    margin-bottom: 30px;
  }
  .sec_21 > div.row > div .table ul li {
    font-size: 16px;
    padding: 8px 0;
  }
  .sec_21 > div.row > div .table ul li > p {
    font-size: 16px;
  }
  .sec_21 > div.row > div .table ul li > button {
    font-size: 20px;
    margin: 5px 0 0;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(1) {
    font-size: 18px;
    padding: 9px 15px 3px;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(5) {
    font-size: 18px;
  }
	
.z1 .boxa{padding-right: 259px}
.z1 .boxa .lazya{width: 119%;padding-left: 32px }
.z1 .boxb{ padding-top: 16px}
.z1 .boxb .lazyb{width: 45%;padding-left: 26px }
.z1 .boxc{padding-left: 226px}
.z1 .boxc .lazyc{width: 113%;padding-left: 25px }	
}

@media all and (max-width: 440px) {
	
.z1 .boxa{padding-right: 259px}
.z1 .boxa .lazya{width: 119%;padding-left: 32px }
.z1 .boxb{ padding-top: 16px}
.z1 .boxb .lazyb{width: 43%;padding-left: 28px }
.z1 .boxc{padding-left: 250px}
.z1 .boxc .lazyc{width: 120%;padding-left: 36px }	
}


@media all and (max-width: 430px) {
  .content-row {
    width: unset !important;
    max-width: 430px !important;
    min-width: 375px !important;
  }
  .sec_4 .border-card .card-title, .sec_5 .border-card .card-title, .sec_6 .border-card .card-title {
    top: -30px;
  }
  .sec_4 .border-card .card-title h3, .sec_5 .border-card .card-title h3, .sec_6 .border-card .card-title h3 {
    font-size: 24px;
    letter-spacing: 2px;
    top: 0;
  }
  .sec_12 .border-card > div:nth-of-type(1), .sec_13 .border-card > div:nth-of-type(1) {
    top: -17px;
  }
  .sec_12 .border-card > div:nth-of-type(1) h3, .sec_13 .border-card > div:nth-of-type(1) h3 {
    top: 7%;
    font-size: 30px;
  }
  .sec_15 > div .content > .text, .sec_16 > div .content > .text, .sec_17 > div .content > .text, .sec_18 > div .content > .text {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 24px;
  }
  .sec_1 .imgBlock img:nth-of-type(1) {
    top: -15px;
  }
  .sec_1 .imgBlock img:nth-of-type(2) {
    width: 62%;
    margin-left: -70px;
  }
  .sec_3 .border-card > div:nth-of-type(1) {
    top: -96px;
  }
  .sec_3 .border-card > div:nth-of-type(2) {
    top: -28px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4 {
    height: 56px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4 span {
    font-size: 14px;
    margin-top: 3px;
  }
  .sec_3 .border-card > div:nth-of-type(2) > h4:nth-of-type(2) {
    margin-right: -3px;
  }
  .sec_3 .border-card > div:nth-of-type(3) {
    height: 230px;
    margin: -80px 5% 0;
  }
  .sec_4 .border-card .bubbles h3 {
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
  .sec_4 .border-card .bubbles h3 img {
    top: 2px;
  }
  .sec_4 .border-card .product h3 {
    font-size: 18px;
  }
  .sec_5 {
    margin-top: -12vw;
  }
  .sec_5 .border-card .card-text > h3 {
    font-size: 26px;
  }
  .sec_5 .border-card .card-text > div {
    margin: 0;
  }
  .sec_5 .border-card .card-text > div h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .sec_5 .border-card .card-text > div span {
    font-size: 24px;
  }
  .sec_6 .border-card .card-subtitle h3 {
    font-size: 22px;
    letter-spacing: 0px;
  }
  .sec_6 .border-card .question p {
    font-size: 24px;
  }
  .sec_6 .border-card .question img {
    top: 13px;
  }
  .sec_6 .border-card .imgBlock > div {
    margin-top: -33px;
  }
  .sec_6 .border-card .imgBlock > div p {
    font-size: 15px;
    line-height: 20px;
    border-radius: 10px;
    padding: 3px 12px 7px;
  }
  .sec_6 .border-card .note {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .sec_6 .border-card .content {
    margin: 15px 0 60px;
  }
  .sec_6 .border-card .content p {
    font-size: 16px;
  }
  .sec_6 .border-card .content p img {
    width: 45px;
  }
  .sec_6 .border-card .content p .focus {
    font-size: 16px;
  }
  .sec_6 .structure {
    bottom: 4%;
  }
  .sec_7 .title h2 {
    top: 30px;
    font-size: 23px;
  }
  .sec_8 .title h2 {
    top: -50px;
    font-size: 23px;
  }
  .sec_8 .cards {
    top: -115px;
  }
  .sec_8 .cards > div p, .sec_8 .cards > div span {
    font-size: 16px;
  }
  .sec_8 > div {
    height: 470px;
  }
  .sec_9 .title {
    margin-top: 10px;
  }
  .sec_9 .title p {
    font-size: 21px;
  }
  .sec_9 .title p span {
    font-size: 27px;
  }
  .sec_9 .msg .msg-img {
    width: 28%;
    margin-top: 13px;
  }
  .sec_9 .msg .msg-img p {
    font-size: 12px;
    margin-top: 6px;
  }
  .sec_9 .msg .msg-img + .msg-content p:nth-of-type(1) {
    right: 27px;
    top: -15px;
  }
  .sec_9 .msg .msg-img + .msg-content p:nth-of-type(1) span {
    font-size: 35px;
  }
  .sec_9 .msg .msg-img + .msg-content p:nth-of-type(2) {
    width: 50%;
  }
  .sec_9 .msg .msg-content {
    width: 72%;
  }
  .sec_9 .msg .msg-content p:nth-of-type(1) {
    top: -15px;
  }
  .sec_9 .msg .msg-content p:nth-of-type(1) span {
    font-size: 35px;
  }
  .sec_9 .msg .msg-content p:nth-of-type(2) {
    width: 50%;
  }
  .sec_10 .title {
    font-size: 26px;
    margin: 30px 0;
  }
  .sec_10 .title span {
    font-size: 32px;
  }
  .sec_10 .img {
    margin-top: 85px;
  }
  .sec_10 .img p:nth-of-type(1) {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
  .sec_10 .img p:nth-of-type(2) {
    width: 90px;
    height: 90px;
    font-size: 60px;
  }
  .sec_10 .img p:nth-of-type(3) {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
  .sec_11 .title {
    font-size: 23px;
    margin-top: 10px;
    letter-spacing: 0;
  }
  .sec_11 .subtitle {
    margin-top: 10px;
  }
  .sec_11 .subtitle + img {
    width: 50%;
  }
  .sec_12 .border-card > div:nth-of-type(2) .subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .sec_12 .border-card > div:nth-of-type(2) .list > div {
    margin-left: -7%;
  }
  .sec_13 .border-card > div:nth-of-type(1) h3 {
    font-size: 17px;
  }
  .sec_14 .title {
    font-size: 24px;
    padding: 39px 0 0;
  }
  .sec_14 ul {
    padding: 13px 25px;
  }
  .sec_14 ul li {
    font-size: 14px;
  }
  .sec_14 ul li span {
    font-size: 20px;
  }
  .sec_15 > div .content .top .subtitle {
    font-size: 16px;
    line-height: 25px;
  }
  .sec_15 > div .content .top .subtitle .focus {
    font-size: 16px;
  }
  .sec_17 > div .content .bottom p {
    font-size: 16px;
  }
  .sec_19 > div h3 {
    font-size: 22px;
  }
  .sec_19 > div .text {
    font-size: 16px;
    line-height: 24px;
    margin: 17px 0 50px;
  }
  .sec_19 > div .content > div:nth-of-type(1) {
    width: 55%;
  }
  .sec_19 > div .content > div:nth-of-type(1) p {
    font-size: 20px;
  }
  .sec_19 > div .content > div:nth-of-type(1) p span {
    font-size: 30px;
  }
  .sec_19 > div .content > div:nth-of-type(2) {
    margin: 15px 0 40px;
  }
  .sec_19 > div .content > div:nth-of-type(2) p {
    width: 100px;
    height: 100px;
    font-size: 16px;
    margin: 0 8px;
  }
  .sec_19 > div .content .content-bg {
    top: -59px;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(1) {
    padding: 9px 12px 3px;
  }
	
.z1 .boxa{padding-right: 248px}
.z1 .boxb{ padding-top: 16px}
.z1 .boxb .lazyb{width: 45%;padding-left: 26px }
.z1 .boxc{padding-left: 250px}
	
.z1 .boxa .lazya{width: 119%;padding-left: 32px }
.z1 .boxc .lazyc{width: 120%;padding-left: 29px }	
}



@media all and (max-width: 390px) {
  .sec_5 {
    margin-top: -6vw;
  }
	
.z1 .boxa{padding-right: 227px}
.z1 .boxb{ padding-top: 16px}
.z1 .boxb .lazyb{width: 45%;padding-left: 26px }
.z1 .boxc{padding-left: 225px}
.z1 .boxa .lazya{width: 119%;padding-left: 32px }
.z1 .boxc .lazyc{width: 112%;padding-left: 25px }	
}