/* Minification failed. Returning unminified contents.
(59,1): run-time error CSS1019: Unexpected token, found '@import'
(59,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css)'
(60,1): run-time error CSS1019: Unexpected token, found '@import'
(60,9): run-time error CSS1019: Unexpected token, found 'url(//fonts.googleapis.com/earlyaccess/notosanstc.css)'
(1430,3): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1431,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(1436,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(1437,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(2134,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2135,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2150,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2151,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
	
}





@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  font-family: AdobeMingStd-Light, Microsoft JhengHei, Arial, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text_center {
  text-align: center;
}
.game_header {
  max-width: 1280px;
  width: 68%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
}
.game_header .logo a {
  display: inline-block;
  width: 255px;
  height: 74px;
  background-image: url("https://campaign.yam.com/safeorg/images/game/LOGO.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}

.game_nav {
  z-index: 5;
}
.game_nav li:hover a {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
.game_nav a {
  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;
  background-image: url("https://campaign.yam.com/safeorg/images/game/head_menu/menu_btn_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 177px;
  height: 57px;
  margin-right: 15px;
  color: #574840;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "cwTeXYen";
}
.game_nav a:nth-child(5) {
  margin-right: 0;
}

.game_nav_active {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}

.M_RWD_btn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 10px;
}

.index_header {
  max-width: 1710px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.index_header .logo a {
  display: inline-block;
  width: 306px;
  height: 88px;
  background-image: url("https://campaign.yam.com/safeorg/images/game/LOGO.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.index_nav li:hover a {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
.index_nav a {
  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;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-right: 5px;*/
  margin-right: 8px;
  color: #574840;
  font-size: 2rem;
  font-weight: bold;
  font-family: "cwTeXYen";
  width: 229px;
  height: 74px;
  color: transparent;
}
.index_nav .menu1 {
  width: 287px;
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu1.svg");
}
.index_nav .menu2 {
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu2.svg");
}
.index_nav .menu3 {
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu3.svg");
}
.index_nav .menu4 {
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu4.svg");
}
.index_nav .menu5 {
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu5.svg");
}

@media screen and (max-width: 1680px) {
  .index_nav a {
    width: 161px;
    height: 52px;
  }
  .index_nav .menu1 {
    width: 210px;
    height: 52px;
  }
}
@media screen and (max-width: 1366px) {
  .game_header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
  }
  .game_header .logo {
    margin-bottom: 3%;
  }
  .game_header .game_nav {
    width: 100%;
  }

  .index_header {
    width: 95%;
  }
}
@media screen and (max-width: 1280px) {
  .index_header .logo a {
    width: 200px;
    height: 58px;
  }

  .game_nav a {
    width: 140px;
    height: 45px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1160px) {
  .game_header .logo {
    margin-bottom: 0;
  }
  .game_header .logo a {
    width: 180px;
    height: 59px;
  }

  .M_RWD_btn {
    display: block;
  }

  .game_header {
    background-color: #fff;
    padding-top: 10px;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .game_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .game_nav ul {
    -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;
    background-color: rgba(255, 255, 255, 0.829);
    padding: 10px;
  }
  .game_nav li {
    text-align: center;
    margin-bottom: 20px;
  }
  .game_nav li:hover a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .game_nav a {
    background-image: url(https://campaign.yam.com/safeorg/images/game/mobile_pics/M_menu_bg.svg);
    height: auto;
    width: 230px;
    height: 70px;
    background-size: contain;
    font-size: 1.5rem;
    color: #fff;
  }

  .game_nav_active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .index_header {
    background-color: #fff;
    padding-top: 10px;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .index_header li {
    margin-bottom: 20px;
  }
  .index_header li:hover a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .index_header .logo {
    margin-bottom: 0;
  }
  .index_header .logo a {
    width: 180px;
    height: 59px;
  }

  .index_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .index_nav ul {
    -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;
    background-color: rgba(255, 255, 255, 0.829);
    padding: 10px;
  }
  .index_nav li {
    text-align: center;
  }
  .index_nav a {
    background-image: url("https://campaign.yam.com/safeorg/images/game/mobile_pics/M_menu_bg.svg");
    height: auto;
    background-size: contain;
    font-size: 1.5rem;
    color: #fff;
    width: 230px;
    height: 70px;
    background-size: contain;
  }
  .index_nav .menu1 {
    width: 230px;
    height: 70px;
    background-image: url("https://campaign.yam.com/safeorg/images/game/mobile_pics/M_menu_bg.svg");
  }
  .index_nav .menu2, .index_nav .menu3, .index_nav .menu4, .index_nav .menu5 {
    background-image: url("https://campaign.yam.com/safeorg/images/game/mobile_pics/M_menu_bg.svg");
  }
}
b {
  font-weight: bold;
}

main {
  position: relative;
}

.container {
  max-width: 1190px;
  width: 63%;
  margin: 0 auto;
}

.min_bg {
  position: relative;
  min-height: 100vh;
}

.dot_bg {
  background-image: url("https://campaign.yam.com/safeorg/images/game/bgs/bg_s.png");
}

.M_main_pic {
  display: none;
  text-align: center;
  width: 50%;
}
.M_main_pic img {
  margin: 0 auto;
}

.bottom_pic_hidden {
  display: none;
  width: 100%;
}

.go_game_fixed_btn {
  width: 14vw;
  position: fixed;
  right: 8vw;
  bottom: 2%;
  z-index: 2;
}

.go_top_btn {
  position: fixed;
  right: 3%;
  bottom: 3%;
  width: 50px;
  cursor: pointer;
  z-index: 10;
}
.go_top_btn:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.index_to_game_btn {
  position: fixed;
  right: 3%;
  bottom: 10%;
  width: 15%;
  z-index: 20;
}

@media screen and (max-width: 1600px) {
  .go_game_fixed_btn {
    right: 4vw;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .M_main_pic {
    display: block;
    margin: 0 auto 5%;
    width: 45%;
  }

  .bottom_pic_hidden {
    display: block;
    width: 100%;
  }

  .go_game_fixed_btn {
    width: 24vw;
    right: 2vw;
  }

  .index_to_game_btn {
    width: 20%;
  }
}
@media screen and (max-width: 769px) {
  .go_game_fixed_btn {
    width: 22vw;
    right: 4vw;
  }

  .container {
    width: 90%;
  }

  .index_to_game_btn {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .go_game_fixed_btn {
    width: 32vw;
    right: 4vw;
  }

  .M_main_pic {
    width: 80%;
  }

  .go_top_btn {
    width: 40px;
  }
}
footer {
  background-color: #bae3f9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  color: #595757;
  font-size: 1.25rem;
}

.footer_container {
  width: 64%;
  margin: 0 auto;
  padding: 2% 0;
}

.sponsor_p {
  margin-bottom: 1%;
}

.footer_row1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1%;
}
.footer_row1 .p {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 20px;
}
.footer_row1 .footer_LOGO {
  width: 35%;
  margin-right: 5%;
}
.footer_row1 .count_visitor {
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.875rem;
}
.footer_row1 .count_visitor span {
  font-size: 3.125rem;
  letter-spacing: 3px;
  margin: 0 6px;
  color: #ed6575;
}

.footer_row2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1%;
}
.footer_row2 .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 32%;
  font-weight: bold;
  color: #595757;
  font-size: 1.25rem;
  margin-right: 1%;
}
.footer_row2 .sponsor img {
  max-width: 70px;
  margin-right: 10px;
}
.footer_row2 .sponsor1 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
}
.footer_row2 .sponsor1 img {
  max-width: 130px;
}
.footer_row2 .sponsor2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #0F2B4D;
}
.footer_row2 .sponsor2 img {
  max-width: 184px;
}
.footer_row2 .sponsor3 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.footer_row2 .sponsor3 img {
  width: 65%;
  max-width: none;
}

.footer_row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.25rem;
}
.footer_row3 li {
  width: 33%;
  margin: 0 0 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_row3 li img {
  max-width: 70px;
  margin-right: 10px;
}

@media screen and (max-width: 1700px) {
  .footer_container {
    width: 75%;
  }
}
@media screen and (max-width: 1600px) {
  .footer_container {
    width: 70%;
  }

  .sponsor1 img {
    max-width: 120px;
  }
}
@media screen and (max-width: 1450px) {
  .footer_container {
    width: 80%;
  }

  .footer_row1 .footer_LOGO {
    width: 30%;
    margin-right: 4%;
  }
  .footer_row1 .count_visitor {
    font-size: 1.5rem;
  }
  .footer_row1 .count_visitor span {
    font-size: 2.5rem;
  }

  .footer_row2 .sponsor {
    min-width: 30%;
    font-size: 1.2rem;
  }
  .footer_row2 .sponsor1 img {
    max-width: 100px;
  }
  .footer_row2 .sponsor2 img {
    max-width: 140px;
  }
}
@media screen and (max-width: 1152px) {
  footer {
    font-size: 1.1rem;
  }

  .footer_container {
    width: 85%;
  }

  .footer_row2 .sponsor {
    min-width: 30%;
    font-size: 1.1rem;
  }
  .footer_row2 .sponsor2 img {
    max-width: 130px;
  }
}
@media screen and (max-width: 960px) {
  .footer_container {
    width: 90%;
  }

  .footer_row2 .sponsor, .footer_row3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 860px) {
  footer {
    font-size: 1rem;
  }

  .footer_row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_row1 .p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 0;
  }
  .footer_row1 .footer_LOGO {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
  }
  .footer_row1 .count_visitor {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1rem;
    margin: 20px 0 10px;
  }
  .footer_row1 .count_visitor span {
    font-size: 1.7rem;
  }

  .sponsor_p {
    text-align: center;
  }

  .footer_row2 {
    -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-bottom: 0;
  }
  .footer_row2 .sponsor {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0;
    font-size: 0.9rem;
  }
  .footer_row2 .sponsor img {
    max-width: 60px;
  }
  .footer_row2 .sponsor1 img {
    max-width: 100px;
  }
  .footer_row2 .sponsor2 img {
    max-width: 100px;
  }
  .footer_row2 .sponsor3 img {
    width: 30%;
    max-width: none;
  }
  .footer_row2 .sponsor2_more {
    display: none;
  }

  .footer_row3 {
    font-size: 0.9rem;
    -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;
  }
  .footer_row3 li {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer_row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_row1 .p {
    font-size: 1rem;
  }
  .footer_row1 .count_visitor {
    font-size: 0.8rem;
  }
  .footer_row1 .count_visitor span {
    font-size: 1.5rem;
  }

  .footer_row3 {
    font-size: 0.9rem;
  }

  .sponsor_p {
    font-size: 1rem;
  }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
 .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-wp8-horizontal,
  .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-container-wp8-vertical,
  .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
    background: #000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next + .swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
  }
  
@charset "UTF-8";
.banner_pic {
  padding-top: 20px;
  text-align: center;
}
.banner_pic img {
  margin: 0 auto;
}

.enterprise_pics {
  background-image: url(https://campaign.yam.com/safeorg/images/index/bg/001.svg);
  padding: 3% 0;
  background-size: cover;
  background-color: #f6d1da;
}

.enterprise_pic_title {
  width: 25%;
  margin: 0 auto 1%;
  -webkit-filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.568));
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.568));
}

.enterprise_pic_swiper_area {
  position: relative;
}

.enterprise_pic_swiper_out {
  position: relative;
  width: 77.6%;
  margin: 0 auto;
  padding: 3% 0 4%;
  background-image: url(https://campaign.yam.com/safeorg/images/index/decoration/p_bg1.png);
  background-size: cover;
}
.enterprise_pic_swiper_out .swiper-pagination {
  width: 100%;
}
.enterprise_pic_swiper_out .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.enterprise_pic_swiper_out .swiper-pagination-bullet-active {
  background-color: #f7c7c6;
}
.enterprise_pic_swiper_out .enterprise_pic_swiper_next,
.enterprise_pic_swiper_out .enterprise_pic_swiper_prev {
  width: 53px;
  height: 91px;
  background-size: 53px 91px;
}
.enterprise_pic_swiper_out .enterprise_pic_swiper_next::after {
  content: "";
}
.enterprise_pic_swiper_out .enterprise_pic_swiper_prev {
  left: -6%;
}
.enterprise_pic_swiper_out .enterprise_pic_swiper_prev::after {
  content: "";
}
.enterprise_pic_swiper_out .enterprise_pic_swiper_next {
  right: -6%;
}

.enterprise_pic_swiper {
  width: 96%;
}
.enterprise_pic_swiper .swiper-slide {
  width: 66% !important;
  opacity: 0.5;
  text-align: center;
}
.enterprise_pic_swiper .swiper-slide h2,
.enterprise_pic_swiper .swiper-slide p {
  font-size: 3rem;
  color: #574840;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.enterprise_pic_swiper .swiper-slide h2 {
  font-weight: bold;
  margin: 3% auto 0;
}
.enterprise_pic_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.enterprise_pic_swiper .swiper-slide.swiper-slide-active h2,
.enterprise_pic_swiper .swiper-slide.swiper-slide-active p {
  opacity: 1;
}

.about_us {
  padding: 3% 0 5%;
  background-size: cover;
  background-image: url(https://campaign.yam.com/safeorg/images/index/bg/002.png);
}

.about_us_title {
  width: 16%;
  margin: 0 auto 1%;
}

.tab {
  margin: 0 auto;
}

.about_us_area_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 2%;
}
.about_us_area_ul li {
  height: 88px;
}
.about_us_area_ul li a {
  display: block;
  margin-right: 10px;
  width: 100%;
  height: 100%;
}
.about_us_area_ul li .svg {
  height: 100%;
}
.about_us_area_ul li .svg rect {
  fill: #00bdc4;
}

.tabs_item {
  display: none;
}
.tabs_item:first-child {
  display: block;
  text-align: justify;
}

.tabs_item1 {
  width: 67.7%;
  margin: 0 auto;
  padding: 5% 3% 5% 3%;
  position: relative;
}
.tabs_item1::before, .tabs_item1::after {
  position: absolute;
  width: 33vw;
  height: 33vw;
  background-size: contain;
}
.tabs_item1::before {
  content: "";
  background-image: url("https://campaign.yam.com/safeorg/images/index/decoration/border1.png");
  left: -5%;
  top: -2%;
}
.tabs_item1::after {
  content: "";
  background-image: url("https://campaign.yam.com/safeorg/images/index/decoration/border2.png");
  right: -5%;
  bottom: -2%;
}
.tabs_item1 p {
  /*text-indent: 4rem;*/
  font-size: 2.125rem;
  font-weight: bold;
  color: #574840;
  position: relative;
}

.current a .svg rect {
  fill: #ed99ab;
}

.tabs_item2 {
  width: 70%;
  margin: 0 auto;
}
.tabs_item2 .each_big_moment {
  width: 16.666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 0 50px;
}
.tabs_item2 .each_big_moment img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform-origin: top;
  transform-origin: top;
  margin: 0 5px;
}
.tabs_item2 .each_big_moment:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tabs_item2 .each_big_moment:hover h3 {
  color: #e87f96;
  font-size: 2.125rem;
}
.tabs_item2 .each_big_moment:hover .dot_line::after {
  background-color: #e87f96;
}
.tabs_item2 .dot_line {
  position: relative;
  width: 100%;
  height: 8px;
  left: 0;
  background-color: #fff;
  margin-bottom: 20px;
}
.tabs_item2 .dot_line::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #00bdc4;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tabs_item2 h3 {
  font-size: 2rem;
  text-align: center;
  color: #6b6b6b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "cwTeXYen";
  font-weight: bold;
}

.tabs_item3 {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.tabs_item3 .left_small_pics {
  width: 52%;
}
.tabs_item3 .left_small_pics_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tabs_item3 .left_small_pics_ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 1%;
  cursor: pointer;
}
.tabs_item3 .pic_active {
  border: 5px solid #ed99ab;
}
.tabs_item3 .right_big_pic {
  border: 5px solid #ed99ab;
  width: 792px;
}
.tabs_item3 .more_PDF_btn {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.tabs_item3 .more_PDF_btn img {
  width: 100%;
}
.tabs_item3 .more_PDF_btn_hidden {
  display: none;
}

.safe_way_tip {
  padding: 3% 0;
  background-size: cover;
  background-image: url(https://campaign.yam.com/safeorg/images/index/bg/003.png);
}

.safe_way_tip_title {
  width: 20.8%;
  margin: 0 auto;
}

.safe_way_tip_titles {
  width: 22.4%;
  margin: -15px auto 1%;
}

.safe_way_tip_p {
  width: 60.1%;
  margin: 0 auto;
  font-size: 2.125rem;
  line-height: 1.5;
  color: #574840;
  /*text-align: center;*/
  text-align: left;
  font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
}

.safe_way_tip_tip_ul {
  width: 56.56%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.safe_way_tip_tip_ul li {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2% 0;
}
.safe_way_tip_tip_ul li:hover .s1 {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.safe_way_tip_tip_ul li:hover .s1f {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.safe_way_tip_tip_pic_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.safe_way_tip_tip_pic_1 .s1f {
  width: 32%;
  margin-right: 9%;
}
.safe_way_tip_tip_pic_1 .s1 {
  width: 50%;
}

.safe_way_tip_tip_pic_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.safe_way_tip_tip_pic_2 .s1bp {
  width: 34%;
}
.safe_way_tip_tip_pic_2 .s1sp {
  width: 61%;
  margin-left: 5%;
  font-size: 2.25rem;
  color: #574840;
  font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
}

.children_safe_video {
  padding: 4% 0;
  background-size: cover;
  background-image: url(https://campaign.yam.com/safeorg/images/index/bg/004.png);
}

.children_safe_video_area {
  width: 71.875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.children_safe_video_preview {
  width: 18.47%;
  height: 800px;
  overflow: auto;
  background-color: #999999;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

.each_video {
  margin-bottom: 20px;
  font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
  cursor: pointer;
}
.each_video h3 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
  margin: 10px 0 0;
}

.children_safe_video_contain {
  width: 79.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.safe_video_title {
  width: 30%;
  margin-bottom: 20px;
}

.show_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.show_video h2 {
  font-size: 2.5vw;
  font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* 讓youtube影片可以RWD */
.video_container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.statistics_area {
  padding: 3% 0;
  background-size: cover;
  background-image: url(https://campaign.yam.com/safeorg/images/index/bg/005.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.statistics_area_title {
  width: 22.4%;
  margin: 0 auto;
}

.statistics_area_p {
  margin: 1% auto;
  text-align: justify;
  font-size: 2.125rem;
  font-weight: bold;
  color: #574840;
}

.class_pic {
  width: 70%;
  max-width: 1700px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.class_pic .class_pic_img {
  width: 32%;
  max-height: 305px;
  overflow: hidden;
}
.class_pic .class_pic_img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.class_pic .class_pic_img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.statistics_num_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 83%;
  margin: 0 auto;
  padding: 2% 0;
}
.statistics_num_title img:first-of-type {
  width: 60%;
}
.statistics_num_title img:last-of-type {
  width: 38%;
  margin-left: 10px;
}

.statistics_num_pics {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.statistics_num_pics img {
  width: 24%;
  -webkit-transition: 1s;
  transition: 1s;
}
.statistics_num_pics img:hover {
  -webkit-animation: scale1 0.5s 1 linear;
  animation: scale1 0.5s 1 linear;
}

@-webkit-keyframes scale1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: drop-shadow(5px 5px 10px #000);
    filter: drop-shadow(5px 5px 10px #000);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: drop-shadow(5px 5px 10px #000);
    filter: drop-shadow(5px 5px 10px #000);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.kids_story {
  padding: 2% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-image: url(https://campaign.yam.com/safeorg/images/index/bg/006.png);
}

.kids_story_title {
  width: 22%;
  margin: 0 auto;
}

.kids_story_swiper_box {
  position: relative;
}
.kids_story_swiper_box .kids_story_next,
.kids_story_swiper_box .kids_story_prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.kids_story_swiper_box .kids_story_next {
  background-image: url("https://campaign.yam.com/safeorg/images/index/07/07_arrow_R.svg");
  right: 5%;
}
.kids_story_swiper_box .kids_story_prev {
  background-image: url("https://campaign.yam.com/safeorg/images/index/07/07_arrow_L.svg");
  left: 5%;
}

.kids_story_swiper {
  margin: 0 auto;
  overflow: hidden;
}

.kids_story_slide_box1 {
  width: 70%;
  margin: 2% auto 0;
  padding: 2% 3% 4%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  background-image: url("https://campaign.yam.com/safeorg/images/index/07/story_bg.png");
}
.kids_story_slide_box1::before {
  position: absolute;
  width: 300px;
  height: 114px;
  background-image: url(https://campaign.yam.com/safeorg/images/index/07/band-aid1.png);
  content: "";
  left: -50px;
  top: -35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.kids_story_slide_box1::after {
  position: absolute;
  width: 300px;
  height: 110px;
  background-image: url(https://campaign.yam.com/safeorg/images/index/07/band-aid2.png);
  content: "";
  right: -50px;
  bottom: -25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.kids_story_slide1 {
  padding-bottom: 20px;
}

.slide_title {
  width: 35%;
  margin: 0 auto 3%;
}

.note {
  border-radius: 5px;
  font-size: 2.5rem;
  line-height: 56px;
  background-image: repeating-linear-gradient(180deg, transparent 0, transparent calc(1.4em - 1px), rgba(0, 0, 255, 0.1) calc(1.4em - 1px), rgba(0, 0, 255, 0.1) 1.4em);
}
.note p {
  /*text-indent: 4rem;*/
  font-family: "cwTeXYen";
  font-weight: 500;
  text-align: justify;
}

.kids_story_slide_box2 {
  width: 80%;
  margin: 1% auto 0;
  padding: 2% 1% 0%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kids_story_slide_R_story,
.kids_story_slide_L_story {
  width: 48%;
  padding: 15px 15px;
  border-radius: 5px;
  position: relative;
}

.kids_story_slide_R_story::before,
.kids_story_slide_L_story::before {
  position: absolute;
  width: 300px;
  height: 114px;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  left: -50px;
  top: -10px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.kids_story_slide_R_story img {
  margin: 0 auto 15px;
}

.kids_story_slide_L_story {
  background-image: url("https://campaign.yam.com/safeorg/images/index/07/story_bg.png");
}
.kids_story_slide_L_story img {
  margin: 0 auto 15px;
}
.kids_story_slide_L_story::before {
  background-image: url("https://campaign.yam.com/safeorg/images/index/07/band-aid1.png");
}

.note2 {
  border-radius: 5px;
  font-size: 2.5rem;
  line-height: 56px;
  background-image: repeating-linear-gradient(180deg, transparent 0, transparent calc(1.4em - 1px), rgba(0, 0, 255, 0.1) calc(1.4em - 1px), rgba(0, 0, 255, 0.1) 1.4em);
}

.kids_story_slide_R_story {
  background-image: url("https://campaign.yam.com/safeorg/images/index/07/story_bg2.png");
}
.kids_story_slide_R_story::before {
  background-image: url("https://campaign.yam.com/safeorg/images/index/07/band-aid2.png");
}

.support_area {
  padding: 3% 0 3%;
  background-size: cover;
  background-image: url(https://campaign.yam.com/safeorg/images/index/bg/007.png);
  font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
  background-color: #fadce2;
}

.support_area_title {
  width: 20%;
  margin: 0 auto 2%;
}

.support_way_container {
  max-width: 960px;
  width: 50%;
  margin: 0 auto;
}

.support_area_p {
  font-size: 2.125rem;
  color: #574840;
  margin: 0 auto;
  text-align: justify;
}

.way_title {
  width: 26%;
  margin: 2% 0 2%;
}

.donate_way_item {
  display: none;
}
.donate_way_item:first-child {
  display: block;
}

.donate_way_area_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2%;
}
.donate_way_area_ul a {
  display: block;
  margin-right: 10px;
}
.donate_way_area_ul a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.donate_way_tab_content {
  margin: 0 auto;
  height: 500px;
  overflow-y: auto;
  background-color: #fff;
}

.donate_way_item {
  font-size: 2rem;
  padding: 2%;
}
.donate_way_item img {
  margin: 2% 0;
}

.donate_way_item6 a {
  color: #2c29fd;
  text-decoration: underline;
}

@media screen and (max-width: 1680px) {
  .enterprise_pic_swiper .swiper-slide h2,
.enterprise_pic_swiper .swiper-slide p {
    font-size: 2rem;
  }

  .tabs_item1 p {
    font-size: 1.8rem;
  }

  .tabs_item3 .right_big_pic {
    width: 700px;
  }

  .safe_way_tip_p {
    width: 70%;
    font-size: 1.8rem;
  }

  .safe_way_tip_tip_ul {
    width: 70%;
  }

  .children_safe_video_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .children_safe_video_preview {
    height: 650px;
  }

  .class_pic {
    width: 70%;
    margin: 0 auto;
  }

  .statistics_area_p {
    width: 45%;
    width: 50%;
    font-size: 1.8rem;
  }

  .note {
    font-size: 2.3rem;
    line-height: 52px;
  }

  .support_way_container {
    max-width: 1000px;
    width: 70%;
  }
}
@media screen and (max-width: 1450px) {
  .enterprise_pic_swiper .swiper-slide h2,
.enterprise_pic_swiper .swiper-slide p {
    font-size: 1.8rem;
  }

  .enterprise_pic_swiper_out .enterprise_pic_swiper_next,
.enterprise_pic_swiper_out .enterprise_pic_swiper_prev {
    width: 35px;
    height: 60px;
    background-size: 35px 60px;
  }

  .tabs_item1 p {
    font-size: 1.5rem;
  }

  .tabs_item2 h3 {
    font-size: 1.8rem;
  }

  .tabs_item3 .right_big_pic {
    width: 620px;
  }

  .safe_way_tip {
    padding: 3% 0 2%;
  }

  .safe_way_tip_tip_pic_1 {
    width: 15%;
  }

  .safe_way_tip_p {
    font-size: 1.5rem;
  }

  .safe_way_tip_tip_pic_2 .s1sp {
    font-size: 1.8rem;
  }
  .safe_way_tip_tip_pic_2 .s1bp {
    width: 30%;
  }

  .children_safe_video_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .children_safe_video_preview {
    height: 650px;
  }

  .each_video h3 {
    font-size: 1.1rem;
  }

  .show_video h2 {
    font-size: 2.5rem;
  }

  .statistics_area_p {
    font-size: 1.5rem;
  }

  .class_pic .class_pic_img {
    max-height: 280px;
  }

  .statistics_num_title img:first-of-type {
    width: 45%;
  }
  .statistics_num_title img:last-of-type {
    width: 28%;
  }

  .note {
    font-size: 1.8rem;
    line-height: 40px;
  }

  .kids_story_slide_box1::before {
    width: 250px;
    height: 95px;
  }
  .kids_story_slide_box1::after {
    width: 250px;
    height: 92px;
  }

  .kids_story_slide_R_story::before,
.kids_story_slide_L_story::before {
    width: 250px;
    height: 95px;
    left: -50px;
    top: -20px;
  }

  .support_area_p {
    font-size: 1.5rem;
  }

  .way_title {
    width: 20%;
  }
}
@media screen and (max-width: 1152px) {
  .enterprise_pic_swiper .swiper-slide h2,
.enterprise_pic_swiper .swiper-slide p {
    font-size: 1.5rem;
  }

  .enterprise_pic_swiper_out .enterprise_pic_swiper_prev {
    left: -5%;
  }
  .enterprise_pic_swiper_out .enterprise_pic_swiper_next {
    right: -5%;
  }
  .enterprise_pic_swiper_out .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .about_us_area_ul li {
    height: 70px;
  }

  .tabs_item1 {
    width: 80%;
  }
  .tabs_item1 p {
    font-size: 1.3rem;
  }

  .tabs_item2 h3 {
    font-size: 1.5rem;
  }
  .tabs_item2 .each_big_moment:hover h3 {
    font-size: 1.8rem;
  }

  .tabs_item3 .right_big_pic {
    width: 450px;
  }

  .safe_way_tip_p {
    font-size: 1.3rem;
  }

  .safe_way_tip_tip_pic_2 .s1sp {
    font-size: 1.5rem;
  }

  .children_safe_video_preview {
    height: 500px;
    width: 20%;
  }

  .children_safe_video_contain {
    width: 76%;
  }

  .show_video h2 {
    font-size: 2.2rem;
  }

  .statistics_area_p {
    font-size: 1.3rem;
  }

  .class_pic .class_pic_img {
    max-height: 230px;
  }

  .kids_story_swiper_box .kids_story_next,
.kids_story_swiper_box .kids_story_prev {
    width: 40px;
    height: 40px;
  }

  .kids_story_slide_box2 {
    width: 86%;
  }

  .donate_way_item {
    font-size: 1.5rem;
  }

  .support_way_container {
    width: 90%;
  }

  .donate_way_tab_content {
    height: 370px;
  }
}
@media screen and (max-width: 961px) {
  .tabs_item3 .right_big_pic {
    width: 390px;
  }

  .safe_way_tip_tip_pic_2 .s1sp {
    font-size: 1.3rem;
  }

  .children_safe_video_preview {
    height: 450px;
    width: 22%;
  }

  .show_video h2 {
    font-size: 1.8rem;
  }

  .each_video h3 {
    font-size: 1rem;
  }

  .class_pic .class_pic_img {
    max-height: 200px;
  }

  .note {
    font-size: 1.3rem;
    line-height: 29px;
  }

  .donate_way_tab_content {
    height: 400px;
  }

  .support_area_p,
.donate_way_item {
    font-size: 1.3rem;
  }

  .class_pic {
    width: 98%;
  }
}
@media screen and (max-width: 850px) {
  .enterprise_pic_title {
    width: 37%;
    margin: 0 auto 3%;
  }

  .enterprise_pic_swiper .swiper-slide h2,
.enterprise_pic_swiper .swiper-slide p {
    font-size: 1.2rem;
  }

  .about_us_title {
    width: 25%;
  }

  .about_us_area_ul li {
    height: 60px;
  }

  .tabs_item1 p {
    font-size: 1.2rem;
  }

  .tabs_item2 h3 {
    font-size: 1.2rem;
  }
  .tabs_item2 .each_big_moment:hover h3 {
    font-size: 1.5rem;
  }

  .tabs_item3 .right_big_pic {
    width: 350px;
  }

  .safe_way_tip_title {
    width: 35%;
    margin: 0 auto;
  }

  .safe_way_tip_titles {
    width: 33%;
  }

  .safe_way_tip_p {
    width: 85%;
    font-size: 1.1rem;
    text-align: left;
  }

  .safe_way_tip_tip_ul {
    width: 80%;
  }

  .safe_video_title {
    width: 40%;
    margin-bottom: 10px;
  }

  .children_safe_video_preview {
    height: 320px;
    width: 25%;
  }

  .children_safe_video_contain {
    width: 73%;
  }

  .show_video h2 {
    font-size: 1.4rem;
  }

  .statistics_area_title {
    width: 35%;
  }

  .statistics_area_p {
    font-size: 1.1rem;
  }

  .class_pic .class_pic_img {
    max-height: 150px;
  }

  .kids_story_title {
    width: 35%;
    margin: 0 auto;
  }

  .slide_title {
    width: 45%;
  }

  .note {
    font-size: 1.2rem;
    line-height: 28px;
  }

  .kids_story_slide_box1::before {
    width: 200px;
    height: 76px;
    left: -30px;
    top: -8px;
  }
  .kids_story_slide_box1::after {
    width: 200px;
    height: 73px;
  }

  .kids_story_slide_R_story::before,
.kids_story_slide_L_story::before {
    width: 170px;
    height: 65px;
    left: -20px;
    top: -10px;
  }

  .support_area_title {
    width: 30%;
  }

  .support_area_p,
.donate_way_item {
    font-size: 1.1rem;
  }

  .donate_way_tab_content {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .enterprise_pic_title {
    width: 50%;
    margin: 0 auto 3%;
  }

  .enterprise_pic_swiper_out {
    width: 90%;
    padding: 3% 0 6%;
  }

  .enterprise_pic_swiper .swiper-slide {
    width: 86% !important;
  }
  .enterprise_pic_swiper .swiper-slide h2,
.enterprise_pic_swiper .swiper-slide p {
    font-size: 1rem;
  }

  .enterprise_pic_swiper_next,
.enterprise_pic_swiper_prev {
    display: none;
  }

  .about_us {
    padding: 5% 0;
  }

  .about_us_title {
    width: 36%;
  }

  .about_us_area_ul {
    width: 96%;
  }
  .about_us_area_ul li {
    height: 50px;
  }

  .tabs_item1 {
    width: 90%;
  }
  .tabs_item1 p {
    font-size: 1rem;
    /*text-indent: 2rem;*/
  }

  .tabs_item2 .dot_line::after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #fff;
  }
  .tabs_item2 .each_big_moment {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55%;
    padding: 10px 0 5px;
  }
  .tabs_item2 .each_big_moment:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .tabs_item2 .each_big_moment:hover h3 {
    font-size: 1.3rem;
  }

  .tabs_item2_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: auto;
  }

  .tabs_item3_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs_item3 .left_small_pics_ul {
    margin-bottom: 10px;
  }
  .tabs_item3 .pic_active,
.tabs_item3 .right_big_pic {
    border: 3px solid #ed99ab;
  }
  .tabs_item3 .left_small_pics,
.tabs_item3 .right_big_pic {
    width: 100%;
  }
  .tabs_item3 .more_PDF_btn1 {
    display: none;
  }
  .tabs_item3 .more_PDF_btn_hidden {
    display: block;
    width: 100%;
  }

  .safe_way_tip {
    padding: 5% 0 3%;
  }

  .safe_way_tip_p {
    text-indent: 2rem;
    font-size: 1rem;
  }

  .safe_way_tip_title {
    width: 50%;
  }

  .safe_way_tip_titles {
    width: 50%;
    margin: -3% 2% 2% 2rem;
  }

  .safe_way_tip_tip_ul li {
    margin: 10px 0;
  }

  .safe_way_tip_tip_pic_1 {
    width: 40%;
  }

  .safe_way_tip_tip_pic_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .safe_way_tip_tip_pic_2 .s1bp {
    width: 86%;
  }
  .safe_way_tip_tip_pic_2 .s1sp {
    font-size: 0.9rem;
    width: 100%;
    margin-left: 0;
  }

  .children_safe_video_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 96%;
  }

  .children_safe_video_preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    overflow-x: scroll;
  }

  .each_video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    margin: 0 5px;
  }

  .safe_video_title {
    width: 50%;
  }

  .children_safe_video_contain {
    width: 100%;
  }

  .show_video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .statistics_area {
    padding: 5% 0;
  }

  .statistics_area_title {
    width: 70%;
  }

  .statistics_area_p,
.class_pic {
    width: 86%;
  }

  .statistics_num_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .statistics_num_title img:first-of-type {
    width: 100%;
  }
  .statistics_num_title img:last-of-type {
    width: 85%;
    margin: 10px 0;
  }

  .kids_story {
    padding: 5% 0;
  }

  .slide_title,
.kids_story_title {
    width: 60%;
  }

  .kids_story_slide_box1::before {
    right: 0;
    left: auto;
    width: 100px;
    height: 40px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .kids_story_slide_box1::after {
    display: none;
  }

  .kids_story_slide_box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kids_story_slide_R_story,
.kids_story_slide_L_story {
    width: 100%;
    margin: 10px 0;
  }

  .kids_story_slide_R_story::before,
.kids_story_slide_L_story::before {
    width: 100px;
    height: 40px;
  }

  .kids_story_swiper_box .kids_story_prev,
.kids_story_swiper_box .kids_story_next {
    width: 30px;
    height: 30px;
  }

  .note {
    font-size: 1.1rem;
    line-height: 25px;
  }

  .support_area {
    padding: 5% 0;
  }

  .support_area_title {
    width: 50%;
  }

  .donate_way_area_ul a {
    margin-right: 3px;
  }

  .support_area_p,
.donate_way_item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .about_us_area_ul {
    width: 98%;
  }
  .about_us_area_ul li {
    height: 40px;
  }
}
@media screen and (max-width: 380px) {
  .about_us_area_ul li {
    height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .note p {
    /*text-indent: 2rem;*/
  }

  .statistics_num_pics {
    width: 84%;
  }

  .tabs_item3,
.tabs_item2 {
    width: 89.35%;
  }
}
