body {
  font-size: 62.5%;
}
.center_txt {
  text-align: center;
}
.text-heading-s {
  font-size: 2rem;
  line-height: 2.4rem;
  font-style: normal;
  font-weight: 400;
}
.card-highlight__text {
  line-height: 2.6rem;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 12px;
  font-weight: 400;
  font-style: italic;
}
.card-highlight__cta {
  padding: 12px;
  font-size: 2rem;
  font-style: normal;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.2rem;
}
.icon-read-more {
  display: flex;
  padding: 12px;
}
.loader-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
.loader-wrap .loader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(56, 163, 133, 0.2);
  border-right: 1.1em solid rgba(56, 163, 133, 0.2);
  border-bottom: 1.1em solid rgba(56, 163, 133, 0.2);
  border-left: 1.1em solid #38a385;
  transform: translateZ(0);
  animation: loading 1.1s infinite linear;
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  overflow: hidden;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 150;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 7rem;
}
.header .open_menu,
.header .location {
  position: absolute;
  z-index: 110;
}
.header .logo {
  padding: 12px;
  display: flex;
}
.header .logo img {
  max-height: 45px;
}
.header .logo .black {
  display: none;
}
.header .location {
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.header .location i {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
}
.header .open_menu {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
}
.header .open_menu i {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  border-radius: 100%;
}
.navTop {
  position: fixed;
  left: 0;
  width: 100%;
  top: 7rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 80px 0;
  visibility: visible;
  height: calc(100vh - 7rem);
  overflow-y: scroll;
  max-height: 100%;
  transform: translateY(-150%);
  z-index: 100;
  opacity: 0;
}
.navTop.is_visible {
  display: block;
  -webkit-animation: slide 0.2s forwards;
  animation: slide 0.2s forwards;
  transform: translateY(0);
  opacity: 1;
}
.navTop .lang {
  position: absolute;
  right: 5px;
  top: 20px;
}
.navTop .lang span,
.navTop .lang .icon {
  display: inline-block;
  margin: 1.5rem;
  vertical-align: middle;
}
.navTop .lang span {
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.navTop .lang .icon {
  background: url(../images/lang.svg) no-repeat center;
  width: 2.4rem;
  height: 1.7rem;
  cursor: pointer;
}
.navTop .inner {
  width: 1110px;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
}
.navTop .menu {
  width: 26.774%;
  padding: 0 3rem 0 1.5rem;
}
.navTop .menu a {
  color: #000;
  display: block;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
}
.navTop .menu a span {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
}
@media (min-width: 64em) {
  .navTop .menu a {
    font-style: italic;
    font-weight: 700;
  }
  .navTop .menu a .icon-arrow-dx {
    display: none;
  }
  .navTop .menu a span {
    padding: 18px 10px;
  }
}
.navTop .menu li:last-child a::after {
  display: none;
}
.navTop .menu .active a {
  color: #38a385;
}
.navTop .navigation__menu {
  display: none;
}
.navTop .navigation__menu.active {
  display: block;
}
.navTop .navigation__menu .menu_tit {
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #000;
  padding: 24px;
  font-weight: 700;
  display: none;
}
.navTop .navigation__menu .menu_tit .icon-arrow-sx {
  font-style: normal;
}
.navTop .navigation__menu .menu_tit span {
  position: relative;
  z-index: 2;
}
@media (min-width: 64em) {
  .navTop .navigation__menu .menu_tit {
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
.navTop .navigation a {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.navTop .navigation img {
  width: 100%;
}
.navTop .navItem {
  position: relative;
}
.navTop .navItem img {
  width: 100%;
}
.navTop .navItem .navtit {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  color: #fff;
  padding-right: 4rem;
  text-align: center;
}
.navTop .navItem .navtit .icon-read-more {
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 64em) {
  .navTop .navItem {
    margin: 0 17px;
  }
  .navTop .navItem .navtit {
    text-align: left;
  }
  .navTop .navItem a {
    overflow: hidden;
    border-radius: 1rem;
    display: block;
  }
  .navTop .navItem img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }
}
.navTop .navigation__menu_pro {
  padding-bottom: 120px;
}
.navTop .navigation__menu_pro li {
  width: 33.33%;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  float: left;
  margin: 1.5rem 0;
  font-weight: 700;
}
.navTop .navigation__menu_pro li a {
  color: #177ba6;
}
@media (min-width: 1025px) {
  .navTop .navigation__menu_pro li:nth-child(3n+1) {
    clear: both;
  }
}
.navTop .navigation__menu_other {
  position: relative;
}
.navTop .navigation__menu_other .sub_menu .ul {
  margin-bottom: 5%;
  position: relative;
}
@media (min-width: 64em) {
  .navTop .navigation__menu_other .sub_menu .ul::before {
    content: "";
    width: 2px;
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    background-color: #38a385;
  }
}
.navTop .navigation__menu_other .sub_menu li a {
  display: block;
  padding: 13px 30px;
  font-size: 1.6rem;
  position: relative;
  color: #000;
}
.navTop .navigation__menu_other .sub_pic {
  width: 50%;
  height: 480px;
}
.navTop .navigation__menu_other .menu_tit .navigation_brand-icon {
  position: absolute;
  color: #e9e9e9;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  font-size: 20rem;
}
.open_lang {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: rgba(0, 0, 0, 0.2);
  visibility: hidden;
}
.open_lang.active {
  z-index: 200;
  opacity: 1;
  visibility: visible;
}
.open_lang.active .inner {
  transform: translate(-50%, -50%);
}
.open_lang .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000px;
  max-width: 100%;
  z-index: 2;
  transform: translate(-50%, -100%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 hsl(0deg 0% 0.98%);
  box-shadow: 0 0 50px 0 hsl(0deg 0% 0.98%);
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.open_lang .top {
  padding: 1rem 0 1rem 2.4rem;
  height: 5.7rem;
  position: relative;
}
.open_lang .top h5 {
  font-size: 2.4rem;
  line-height: 3.7rem;
}
.open_lang .list {
  position: relative;
  max-height: calc(100vh - 5.7rem);
  overflow: auto;
  padding: 2.4rem;
}
.open_lang dl {
  padding: 1rem 2rem;
  margin-bottom: 0.2rem;
  background-color: #e9e9e9;
}
.open_lang dt {
  padding: 1rem 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.open_lang dd .item {
  width: 50%;
  float: left;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 1rem 0;
  padding-left: 3.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .open_lang dd .item {
    width: 20%;
  }
  .open_lang dd .item:nth-child(5n+1) {
    clear: both;
  }
}
.open_lang dd .icon {
  display: inline-block;
  width: 2.4rem;
  height: 1.7rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.open_lang dd .icon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.open_lang dd a {
  color: inherit;
}
.open_lang dd .open_txt {
  display: none;
}
.open_lang dd .listhref {
  font-size: 1.6rem;
}
.open_lang dd .listhref em {
  display: inline-block;
  font-style: normal;
  margin: 0 2px;
}
.open_lang dd .listhref em:last-child {
  display: none;
}
.header.headerWhite,
.header.siteHeader {
  background-color: #fff;
}
.header.headerWhite .logo .black,
.header.siteHeader .logo .black {
  display: block;
}
.header.headerWhite .logo .white,
.header.siteHeader .logo .white {
  display: none;
}
.header.headerWhite .location i,
.header.siteHeader .location i,
.header.headerWhite .open_menu i,
.header.siteHeader .open_menu i {
  color: #38a385;
}
.is_visible.header {
  background-color: #fff;
}
.is_visible.header .location i {
  color: #38a385;
}
.is_visible .logo .black {
  display: block;
}
.is_visible .logo .white {
  display: none;
}
.is_visible .open_menu i {
  color: #38a385;
}
.is_visible .open_menu i::before {
  content: "\f11d";
}
.open_BtnClose {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #38a385;
  min-width: 5.4rem;
  padding: 1rem 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.open_BtnClose i {
  font-style: normal;
  display: block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.2rem;
}
.open_BtnClose i::before,
.open_BtnClose i::after {
  content: '';
  width: 2px;
  height: 90%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}
.open_BtnClose i::before {
  transform: rotate(45deg);
}
.open_BtnClose i::after {
  transform: rotate(-45deg);
}
.open_Popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  z-index: 220;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: rgba(0, 0, 0, 0.2);
}
.open_Popup .inner {
  position: absolute;
  left: 50%;
  top: 0;
  width: 350px;
  max-width: 100%;
  z-index: 2;
  transform: translate(-50%, 0);
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 hsl(0deg 0% 0.98%);
  box-shadow: 0 0 50px 0 hsl(0deg 0% 0.98%);
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.open_Popup .top {
  padding: 1rem 0 1rem 2.4rem;
  height: 5.7rem;
  position: relative;
}
.open_Popup .top h5 {
  font-size: 2.4rem;
  line-height: 3.7rem;
}
.open_Popup .modal_body {
  position: relative;
  max-height: calc(100vh - 5.7rem);
  overflow: auto;
  padding: 2.4rem;
}
.open_Popup .modal_body .tit {
  font-size: 1.2rem;
  line-height: 2rem;
}
.open_Popup .modal_body .box {
  position: relative;
  padding-left: 5rem;
  min-height: 5.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.open_Popup .modal_body .box.add {
  min-height: 6rem;
}
.open_Popup .modal_body .box:last-child {
  margin-bottom: 0;
}
.open_Popup .modal_body .box [class^=icon-] {
  color: #38a385;
  font-size: 3.6rem;
  margin-right: 1rem;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 0;
}
.open_Popup .modal_body .box [class^=icon-]::before {
  font-family: vespa-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.open_Popup .modal_body .box pre {
  text-align: left;
}
body.filter > *:not(.open_lang):not(.open_Popup) {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
@media (max-width: 1023px) {
  .header {
    height: 7rem;
    display: flex;
    align-items: center;
  }
  .header .logo {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }
  .header .logo img {
    max-height: 35px;
  }
  .navTop {
    padding: 0 0 12rem;
    overflow-x: hidden;
  }
  .navTop .inner {
    width: 100%;
    height: auto;
  }
  .navTop .menu,
  .navTop .right {
    display: block;
    width: 100%;
  }
  .navTop .menu {
    padding: 20px 0;
  }
  .navTop .menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
  }
  .navTop .menu a span {
    padding: 0;
  }
  .navTop .menu a .icon-arrow-dx {
    color: #38a385;
    font-size: 1.8rem;
  }
  .navTop .navigation {
    padding: 0 24px;
  }
  .navTop .navigation li {
    margin: 0 0 24px;
    width: 100%;
  }
  .navTop .lang {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
  }
  .navTop .navigation {
    display: block!important;
  }
  .navTop .navigation__menu {
    display: block;
    visibility: hidden;
    max-height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    z-index: 1;
  }
  .navTop .navigation__menu.active {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-bottom: 120px;
  }
  .navTop .navigation__menu .menu_tit {
    text-align: left;
    position: relative;
    color: #000;
    margin-bottom: 10px;
    padding: 0 30px;
    font-size: 2rem;
    display: block;
    height: 7rem;
    line-height: 7rem;
    margin-top: 1px;
    font-style: italic;
  }
  .navTop .navigation__menu .menu_tit span {
    letter-spacing: 0.2rem;
  }
  .navTop .navigation__menu .menu_tit .icon-arrow-sx {
    display: inline-block;
    vertical-align: middle;
  }
  .navTop .navigation__menu .menu_tit .arrow {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: SimSun;
    font-size: 2.2rem;
    line-height: 1.8rem;
    font-style: normal;
    font-weight: bold;
  }
  .navTop .navigation__menu .menu_tit .navigation_brand-icon {
    display: none;
  }
  .navTop .navigation__menu_pro li {
    width: 50%;
  }
  .navTop .navigation__menu_pro li:nth-child(2n+1) {
    clear: both;
  }
  .navTop .navigation__menu_other .sub_menu,
  .navTop .navigation__menu_other .sub_pic {
    width: 100%;
    display: block;
  }
  .navTop .navigation__menu_other .sub_menu {
    padding-bottom: 20px;
  }
  .navTop .navigation__menu_other .sub_menu li a {
    padding: 10px 24px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .navTop .navigation__menu_other .sub_menu li a::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .navTop .navigation__menu_other .sub_pic {
    height: auto;
    margin: 0 24px 30px;
    position: relative;
    padding-top: 75%;
    width: calc(100% - 48px);
  }
  .navTop .navigation__menu_other .sub_pic .navItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .navTop .navigation__menu_other .sub_pic .navItem img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
  }
}
@media (max-width: 640px) {
  .navTop_on {
    overflow: hidden;
  }
  .open_lang {
    transform: translateY(-100%);
  }
  .open_lang.active {
    transform: translateY(0);
  }
  .open_lang dd .item {
    font-size: 1.6rem;
    line-height: 1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .open_lang dd .listhref {
    font-size: 1rem;
  }
  .open_lang dd .listhref em {
    margin: 0;
  }
  .open_Popup .inner {
    width: 100%;
  }
}
.cookieCon {
  position: fixed;
  z-index: 200;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cookieCon .inner {
  background-color: #fff;
  z-index: 11;
}
.cookieCon .container {
  padding: 36px 0;
  padding-right: 200px;
  width: 88%;
  position: relative;
  margin: 0 auto;
}
.cookieCon .more {
  text-decoration: underline;
}
.cookieCon .btn {
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cookieCon .agree {
  color: #fff;
  width: 140px;
  display: block;
  margin: 3% auto 0;
  background-color: #333;
  border-color: #333;
  cursor: pointer;
  line-height: 2;
  border-radius: 5px;
}
.cookieCon .agree:hover {
  background-color: #38a385;
}
@media (max-width: 1024px) {
  .cookieCon .container {
    padding-right: 0;
  }
  .cookieCon .btn {
    position: relative;
    transform: none;
  }
  .cookieCon .agree {
    margin: 8% 0 0 auto;
  }
}
.footer {
  padding-top: 2rem;
  color: #000;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.footer .logo {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}
.footer .main {
  padding: 1.25rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .main dl {
  padding: 1.25rem 2rem;
  text-align: left;
}
.footer .main dl:last-child {
  margin-right: 0;
}
.footer .main dt {
  font-size: 2rem;
  line-height: 2.4rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.footer .main dt svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  stroke: #38a385;
}
.footer .main dd {
  margin-top: 10px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.footer .main dd a {
  display: block;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
@media print, screen and (min-width: 64em) {
  .footer .main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media print, screen and (max-width: 1023px) {
  .footer .main {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .main dl {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #fefefe;
    padding: 1.25rem 0;
  }
  .footer .main dl:last-child {
    border-bottom: none;
  }
  .footer .main dt {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-style: normal;
    position: relative;
  }
  .footer .main dt svg {
    opacity: 1;
  }
  .footer .main dt.on svg {
    transform: rotate(180deg);
    top: 25%;
  }
  .footer .main dd {
    display: none;
    margin-top: 5px;
  }
  .footer .main dd a {
    line-height: 2;
  }
}
.footer .social {
  padding: 1rem 2rem;
  position: relative;

}
.footer .social .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 15px;
  background: url(../images/weixin.svg) no-repeat center;
  background-position: center;
  background-size: 80%;
  margin-right: 10px;
  position: relative;
}
.footer .social .icon.weixin {
  background-size: contain;
}
.footer .social .icon.sina {
  background-image: url(../images/sina.svg);
}
.footer .social .icon.bili {
  background-image: url(../images/bili.svg);
}
.footer .social .icon.douyin {
  background-image: url(../images/douyin.svg);
}
.footer .social .icon figure {
  position: absolute;
  left: -10px;
  bottom: 100%;
  border: 1px solid #fff;
  padding: 5px;
  width: 100px;
  background-color: #fff;
  display: none;
}
.footer .social .icon:hover figure {
  display: block;
}
.footer .social .iconfont {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.footer .social .iconfont::before {
  font-family: vespa-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .social .lang {
  position: absolute;
  right: 1.3%;
  top: 0.5rem;
}
.footer .social .lang span,
.footer .social .lang .icon {
  display: inline-block;
  margin: 1.5rem;
  vertical-align: middle;
}
.footer .social .lang span {
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.footer .social .lang .icon {
  background: url(../images/lang.svg) no-repeat center;
  width: 2.4rem;
  height: 1.7rem;
  cursor: pointer;
}
.footer .legal {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  background-color: #e9e9e9;
  padding: 1.2rem 3rem;
  text-align: center;
}
.footer .legal a {
  color: #000;
}
@media (max-width: 768px) {
  .footer .social {
    padding-bottom: 2rem;
  }
}
.Hbanner {
  position: relative;
}
.Hbanner li {
  position: relative;
}
.Hbanner li::before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  padding-top: 177.77778%;
}
@media (min-width: 64em) {
  .Hbanner li::before {
    padding-top: 56.25%;
  }
  .Hbanner .pic img {
    /*display: none;*/
    width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
  }
}
.Hbanner .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.Hbanner .itemBg .pic::after{background: #0a0a0a;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(10,10,10,.5)),color-stop(30%,rgba(10,10,10,.2)),to(rgba(10,10,10,.2)));
    background: linear-gradient(0deg,rgba(10,10,10,.5),rgba(10,10,10,.2) 30%,rgba(10,10,10,.2));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;}

.Hbanner .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Hbanner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Hbanner .video .icon {
  font-family: vespa-icons !important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(56,163,133,.6);
  cursor: pointer;
  color: #e9e9e9;
  font-size: 2rem;
  padding: 4px;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
  position: absolute;
  bottom: 2rem;
  z-index: 4;
  left: 2rem;
}
.Hbanner .video .icon:hover{background: #38a385;}
.Hbanner .video .play::before {
  content: "\f15d";
}
.Hbanner .video .playing::before {
  content: "\f156";
}
.Hbanner .video:hover .muted,
.Hbanner .video:hover .play {
  opacity: 1;
}
.Hbanner .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16rem;
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 111rem;
  padding: 0 10%;
}
.Hbanner .content .carouselV3__title {
  font-style: normal;
  margin-bottom: 32px;
  color: #fff;
  font-size: 3.5rem;
  line-height: 4.6rem;
  font-weight: 700;
}
@media (min-width: 64em) {
  .Hbanner .content .carouselV3__title {
    font-size: 5.4rem;
    line-height: 6rem;
  }
}
.Hbanner .content .button {
  display: inline-block;
  padding: 16px 16px;
  background-color: #38a385;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1;
}
.Hbanner .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  width: 100%;
  max-width: 1110px;
  z-index: 10;
  text-align: center;
  font-size: 0;
}
.Hbanner .slick-dots li {
  display: inline-block;
  width: calc(25% - 20px);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
}
.Hbanner .slick-dots li span {
  display: block;
  padding: 4px 10px 10px;
  margin-left: 1rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: left;
}
.Hbanner .slick-dots li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #93928f;
  padding: 0;
}
.Hbanner .slick-dots li:hover {
  opacity: 1;
}
.Hbanner .slick-dots li button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  border: none;
  font-size: 0;
  opacity: 0;
  animation-duration: 10s;
}
.Hbanner .slick-dots .slick-active {
  opacity: 1;
}
.Hbanner .slick-dots .slick-active button {
  opacity: 1;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.Hbanner .slick-dots .slide-loader button {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (max-width: 64em) {
  .Hbanner .slick-dots li {
    width: 20px;
    height: 2px;
    margin: 0 7px;
  }
  .Hbanner .slick-dots li span {
    display: none;
  }
}
@media (max-width: 1024px) {
  .Hbanner .wap {
    display: block;
  }
  .Hbanner .pc {
    display: none;
  }
}
@-webkit-keyframes loader {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loader {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.homeNew > .section--secondary {
  padding-top: 3rem;
}
.section_p1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section_p1_5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section_pt15 {
  padding-top: 1.5rem;
}
.section_pt2 {
  padding-top: 2rem;
}
.section_pt3 {
  padding-top: 3rem;
}
.section_p3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padd_t3_b15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .padd_t3_b15 {
    padding-top: 3rem;
  }
}
.section_m15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.section_mt15 {
  margin-top: 1.5rem;7
}
.section--secondary {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .section--secondary {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.section--secondary_bg {
  background-color: #1c99ce;
  color: #fff;
}
.section--secondary_black {
  background-color: #000;
  color: #fff;
}
.section__container {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.section__container.section__container__nop {
  padding: 0;
}
.section__container.section__container--full-small {
  padding: 0;
}
  .editorial .editorial__figure img {
    border-radius: 2rem;
  }
@media print, screen and (min-width: 40em) {
  .section__container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .section__container_w1100{
  	padding-left: 0; padding-right: 0;
  }
  .section__container_w1100 .editorial { align-items: center;}
  .section__container.section__container__nop {
    padding: 0;
  }
}
.editorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media print, screen and (min-width: 64em) {
  .editorial .editorial__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(41.66667% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }



  .editorial .editorial__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(41.66667% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .editorial.editorial--align-right .editorial__content {
    padding-right: 9.4rem;
  }
  .editorial.editorial--align-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .editorial.editorial--align-left .editorial__content {
    padding-left: 5.4rem;
  }
  .section__container_w1100 .editorial .editorial__figure { width: 50%; margin: 0;}
  .section__container_w1100 .editorial .editorial__content,
  .section__container_w1100 .editorial.editorial--align-left .editorial__content{ padding-left: 0; width: calc( 50% - 3rem); margin-right: 0; margin-left: 3rem;}
  .editorial.editorial--align-right .editorial__content{padding-left: 0; padding-right: 0;  margin-right: 3rem; margin-left: 0;}
}
@media print, screen and (min-width: 64em) {
  .editorial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .editorial--image-small .editorial__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .editorial--image-small .editorial__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.editorial__title {
  font-size: 2.2rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: 700;
  padding-top: 1.5rem;
  color: inherit;
}
@media print, screen and (min-width: 40em) {
  .editorial__title {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.text--heading-m {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3rem;
  font-style: normal;
  padding-top: 1.5rem;
  color: inherit;
}
@media print, screen and (min-width: 40em) {
  .text--heading-m {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.editorial__subheading {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: inherit;
  padding-top: 1.5rem;
}
.text--heading-s {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  color: inherit;
  padding-top: 1.5rem;
}
.editorial__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: normal;
  font-weight: 400;
  padding-top: 1.5rem;
}
.editorial__text.editorial__text_notop {
  padding-top: 0;
}
.introduction__text {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  padding-top: 1.5rem;
}
.button--text {
  min-height: 5rem;
  padding: 16px 16px;
  margin: 0 -16px;
  font-size: 1.9rem;
  color: #1c99ce;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.2rem;
  border-radius: 4px;
  font-weight: 600;
}
.button--text.secondary-bg {
  color: #fff;
}
.button--text.bg_black {
  color: #0a0a0a;
}
.styleno {
  font-style: normal;
}
.editorial-cover {
  position: relative;
}
.editorial-cover > .editorial-cover-wrap {
  position: absolute;
  top: auto;
  height: auto;
  left: 0;
  right: 0;
  bottom: 2%;
}
@media print, screen and (min-width: 64em) {
  .editorial-cover > .editorial-cover-wrap {
    padding-right: 0;
    padding-left: 0;
    max-width: 111rem;
    margin-left: auto;
    margin-right: auto;
    top: 0;
	bottom: 0;
  }
}
.editorial-cover__image .image {
  width: 100%;
}
@media print, screen and (max-width: 63.9em) {
  .editorial-cover__image .image {
    height: 100vh;
    object-fit: cover;
  }
  .slide-img__image .image{ height: auto;}
}


.editorial-cover__image_radius img {
  border-radius: 2rem;
}
.editorial-cover__content-bg {
  background: rgba(28, 153, 206, 0.9);
  border-radius: 0;
  border-top-left-radius: 0;
  height: 100%;
  position: absolute;
  width: 92%;
  mix-blend-mode: unset;
  top: 0;
  left: 4%;
  border-radius: 1rem;
}
@media print, screen and (min-width: 64em) {
  .editorial-cover__content-bg {
    width: 50%;
    left: 0;
	height: 92%;
	top: 4%;
  }
  .editorial-cover__content-bg.editorial-cover__content-bg--right {
    right: 0;
    left: auto;
  }
}
.editorial-cover__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 2;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .editorial-cover__container {
    height: 100%;
    margin-top: 0;
  }
}
.editorial-cover__container--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.editorial-cover__content {
  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;
  color: #fff;
  width: 100%;
  padding: 1.2rem 6rem;
}
@media print, screen and (min-width: 64em) {
  .editorial-cover__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media print, screen and (max-width: 640px) {
  .editorial-cover__content {
    padding: 1.2rem 3rem;
  }
}
.video-slider {
  position: relative;
  z-index: 1;
}
.video-slider li {
  position: relative;
}
.video-slider li .toggle-mute {
  right: 2rem;
  position: absolute;
  bottom: 2rem;
  z-index: 5;
  background: rgba(0, 122, 184, 0.6);
  cursor: pointer;
  color: #e9e9e9;
  font-size: 2rem;
  padding: 4px;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.video-slider li .toggle-mute:hover {
  background: #007ab8;
}
.video-slider li .Ispic {
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video-slider li video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #000;
}
.section__container .video-slider li video{border-radius:2rem;}
.video-slider li .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-slider.pc_wap li .play-btn.wap{display: none}
.video-slider li .play-btn .icon {
  position: absolute;
  transition: background 0.15s ease-out;
  background: rgba(56,163,133,.6);
  left: 50%;
  top: 50%;
  margin: -3rem 0 0 -3rem;
  border-radius: 100%;
  font-size: 4rem;
  width: 6rem;
  height: 6rem;
  color: #fff;
  text-align: center;
  line-height: 7rem;
}
.video-slider li .play-btn .icon:hover {
  background: #38a385;
}
@media (max-width: 640px) {
  .video-slider li .play-btn {
    background: #007ab8;
  }
  .video-slider.pc_wap li .Ispic{ height: 100vh; padding-bottom: inherit}
  .video-slider.pc_wap li .play-btn.pc{display: none}
  .video-slider.pc_wap li .play-btn.wap{display:block;background-repeat: no-repeat; background-position: center center; background-size: cover}
  .video-slider.pc_wap li video{object-fit: cover;}
  .video-slider.pc_wap li.video_parent .Ispic{ display: none;}
  .video-slider.pc_wap li.video_parent video{ position: relative; width: 100%; height: auto;}
}
.section-container .video-slider{border-radius:2rem;overflow:hidden;}
.list_flex_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .list_flex_title {
  flex-flow:column;
}
}
#accessories .list_flex_title {
  padding-left: 0!important;
  padding-right: 0!important;
}
.listing-header {
  padding-right: 1rem;
  padding-left: 1rem;
  color: inherit;
  margin-bottom: 24px;
  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;
}
.listing-header .text--heading-l {
  text-align: center;
  color: inherit;
}
@media print, screen and (min-width: 40em) {
  .listing-header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 32px;
  }
}
.text--heading-l {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .text--heading-l {
    font-size: 3.6rem;
    line-height: 5.2rem;
  }
}
.card-product {
  text-align: center;
  position: relative;
  background-color: transparent;
  height: auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.card-product .card-product__img {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.card-product .card-product__img img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.card-product .card-product__name {
  color: #177ba6;
  margin: 8px 12px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .card-product {
    height: 100%;
  }
}
.card-article__content {
  color: #000;
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.card-article__text {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.card-article__title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
  color: #000;
}
.card-article {
  width: 100%;
  color: #000;
  text-align: center;
  position: relative;
}
.card-article__link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.card-article__link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-article--featured__link {
  position: relative;
  display: block;
}
.card-article__figure {
  position: relative;
  z-index: 2;
}
.card-article__category-icon {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 2rem;
  color: #fefefe;
}
.card-article__category-icon i {
  text-shadow: 0 0 3rem #0a0a0a;
}
.card-article__figure-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.card-article__figure-wrap img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  width: 100%;
}
.card-article--featured__figure-wrap {
  border-radius: 0;
}
.card-article__category {
  font-size: 1.3rem;
  line-height: 22px;
  font-weight: 700;
  background: #fff;
  bottom: -2rem;
  color: #000;
  padding: 0 1rem 0 1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  right: auto;
  text-align: center;
  z-index: 3;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
}
.card-article--featured__category {
  top: -0.8rem;
  bottom: auto;
  left: 2rem;
  -webkit-transform: none;
  transform: none;
}
.card-article__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1c99ce;
  font-weight: 700;
}
.card-article--featured__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-article--featured__content .card-article__title {
  color: #fff;
  margin-top: 0.4rem;
}
.card-article--featured__content .icon-read-more {
  font-size: 2.4rem;
  padding-top: 0;
  padding-bottom: 0;
}
.relative {
  position: relative;
}
.listing {
  padding: 2rem 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .listing {
    padding: 3rem 1rem 1.5rem;
  }
}
.listing .listing__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
}
.listing .listing__items_left{ justify-content: flex-start;}
.listing .listing__items_center{justify-content: center;}
.txt-center{text-align: center;
    width: 100%;}
.listing .listing__item {
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media print, screen and (min-width: 40em) {
  .listing .listing__item {
    margin: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .listing .listing__item.listing__item--2cols {
    width: 50%;
    padding: 1.6rem;
    margin: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .listing .listing__item:nth-child(odd) {
    padding: 0 0.15rem 0 0;
  }
  .listing .listing__item:nth-child(2n) {
    padding: 0 0 0 0.15rem;
  }
  .listing .listing__item.listing__item--2cols {
    padding: 0.15rem 0 !important;
    margin: 0;
  }
}
.listing .card-product {
  width: 100%;
  height: auto;
}
.listing--small-2-large-4 .listing__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 64em) {
  .listing--small-2-large-4 .listing__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(25% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media print, screen and (max-width: 640px) {
  .listing_wap_1 .listing__item {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner.bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.banner .pic {
  padding-top: 41.66667%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 10;
}
.banner .video .controls {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background-color: rgba(56, 163, 133, 0.6);
  z-index: 10;
}
.banner .video .controls a {
  display: block;
  font-size: 2rem;
  padding: 4px;
  color: #fff;
  cursor: pointer;
}
.banner .video .controls a.play {
  display: none;
}
.banner .video .controls a i:before {
  display: block;
}
.banner .video .files {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  background-color: #000;
}
.banner .video .files video {
  width: 100%;
  height: 100%;
}
.banner .prod-name {
  position: absolute;
  z-index: 8;
  width: 100%;
  text-align: center;
  padding-bottom: 2.4rem;
  color: #fff;
  font-size: 3.5rem;
  line-height: 4.6rem;
  font-weight: 700;
  bottom: 2.4rem;
  font-style: italic;
}
@media print, screen and (min-width: 64em) {
  .banner .pic.wap {
    display: none;
  }
  .banner .prod-name {
    top: auto;
    font-size: 4.6rem;
    line-height: 6rem;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .banner .video .files video {
    object-fit:cover;
  }
  .banner .pic {
    padding-top: 75%;
  }
  .banner .pic.pc {
    display: none;
  }
  .banner .pic.wap {
    display: block;
  }
  .banner .prod-name {
    bottom: 0;
  }
}
.text--center {
  text-align: center;
}
.button--contained {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 16px 16px;
  color: #38a385;
  border: 1px solid #38a385;
  font-weight: 700;
  letter-spacing: 0.3rem;
  border-radius: 4px;
  position: relative;
  z-index: 10;
}
.button--contained.button--contained_bg {
  color: #fff;
  background-color: #38a385;
}
.button--contained.button--contained_bg:focus,
.button--contained.button--contained_bg:hover {
  color: #fff;
}
.button--contained:focus,
.button--contained:hover {
  color: #38a385;
}
.models-content .section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.models-content .section.darkbg {
  background-color: #000;
}
.models-content .section.darkbg .editorial__title {
  color: #fff;
}
.models-content .section-container {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.models-content .section-container.w90rem {
  max-width: 90rem;
}
.models-content .section-container .editorial__content--align-center {
  text-align: center;
}
.models-content .editorial__title {
  padding-top: 1.5rem;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.4rem;
}
.models-content .title-m {
  font-size: 2.2rem;
  line-height: 3rem;
  padding-top: 1.5rem;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-weight: bold;
}
.models-content .title-s {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.models-content .title-s .left {
  text-align: left;
}
.models-content .editorial__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.models-content hr.divider {
  border-top: 1px solid #38a385;
}
@media print, screen and (min-width: 64em) {
  .models-content .section-first {
    padding-top: 3rem;
  }
  .models-content .editorial__title {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .models-content .title-m {
    font-size: 2.6rem;
	line-height: 3.6rem;
  }
  .models-content .section-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .models-content .section-container .editorial__content--align-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
  }
}
.post-desc {
  position: relative;
}
.post-desc > img {
  display: block;
  width: 100%;
}
.post-desc .dl-dots dd {
  position: absolute;
  z-index: 2;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
  font-size: 4.8rem;
  line-height: 3.5rem;
}
.post-desc .dl-dots .icon-plus-fill {
  z-index: 2;
  position: relative;
}
.post-desc .dl-dots .icon-plus-fill:before {
  background: #1c99ce;
  border-radius: 50%;
  color: #fff;
}
.post-desc .dl-dots .hotspot__button-label {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .post-desc .dl-dots .hotspot__button-label {
    display: block;
    font-size: 1.4rem;
    background: #fff;
    padding: 0 1.5rem 0 3rem;
    border-radius: 0 2.8rem 2.8rem 0;
    position: absolute;
    width: auto;
    line-height: 2.8;
    white-space: nowrap;
    -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(34px, 4px);
    transform: translate(34px, 4px);
    left: 0;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 641px) {
  .post-desc {
    width: 83.33333%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .post-desc .dl-dots dd {
    font-size: 3rem;
    line-height: 3rem;
    height: 3rem;
  }
}
.btn-close {
  background-color: #1c99ce;
  cursor: pointer;
  text-align: center;
  padding: 0.1rem;
  border-radius: 100%;
}
.btn-close .close__icon {
  color: #fff;
  font-size: 5.6rem;
  line-height: 1;
  display: flex;
}
.btn-close .close__label {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  display: block;
}
.post-desc-info-box {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  visibility: hidden;
}
.post-desc-info-box .inner {
  background-color: #e9e9e9;
  box-shadow: 0 0 50px 0 hsl(0deg 0% 0.98%);
  position: relative;
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
  overflow: hidden;
  border-radius: 2.8rem;
}
.post-desc-info-box .btn-close {
  position: absolute;
  right:1rem;
  top:1rem;
  z-index: 999999;
}
.post-desc-info-box .info-main {
  overflow: auto;
  max-height: 80vh;
}
.post-desc-info-box .info-main .txt {
  padding: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.post-desc-info-box .info-main h3 {
  font-size: 2.4rem;
  line-height: 3.7rem;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
@media (min-width: 481px) {
  .post-desc-info-box .inner {
    width: 350px;
  }
}
@media (max-width: 1023px) {
  .post-desc-info-box .info-main {
    height: 100vh;
    max-height: none;
  }
  .post-desc-info-box .info-main h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.PopUpShow {
  overflow: hidden;
  padding-right: 17px;
}
.PopUpShow > *:not(.post-desc-info-box) {
  filter: blur(2px);
}
.postPopUpShow .post-desc-info-box {
  visibility: inherit;
}
.postPopUpShow .post-desc-info-box .inner {
  transform: none;
}
.models-Atlas {
  padding-bottom: 10px;
  overflow: hidden;
}
.models-Atlas .slider {
  border-radius: 2rem;
  overflow: hidden;
}
.models-Atlas .pic_h56 .pic {
  position: relative;
  padding-top: 56.25%;
}
.models-Atlas .pic_h56 .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
}
.models-Atlas li img {
  width: 100%;
}
.models-Atlas .slick-dots {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  padding: 5px 10px;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
.models-Atlas .slick-dots li {
  float: left;
  padding: 1rem;
}
.models-Atlas .slick-dots li button {
  border: 0;
  background: #fff;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  font-size: 0;
  display: block;
}
.models-Atlas .slick-dots li.slick-active button {
  background: #38a385;
}
.models-Atlas .slick-arrow {
  position: absolute;
  width: 11rem;
  z-index: 2;
  transition-duration: 0.3s;
  opacity: 1;
  top: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 4rem;
}
.models-Atlas .slick-arrow.slick-disabled {
  display: none!important;
}
.models-Atlas .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.models-Atlas .slick-arrow.slick-next i {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding-left: 2rem;
}
.models-Atlas .slick-arrow.slick-next:hover i {
  padding-left: 3rem;
}
.models-Atlas .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.models-Atlas .slick-arrow.slick-prev i {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding-right: 2rem;
}
.models-Atlas .slick-arrow.slick-prev:hover i {
  padding-right: 3rem;
}
.models-Atlas .slick-arrow:hover {
  opacity: 1;
}
.models-Atlas .slick-arrow i {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  height: 11rem;
  color: #38a385;
}
@media (max-width: 1023px) {
  .models-Atlas .slider {border-radius: 0;}
  .models-Atlas .slick-arrow {
    display: none!important;
  }
  .models-Atlas .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .models-Atlas .wappic_hauto .pic{ padding-top: 0;}
  .models-Atlas .wappic_hauto .pic img{ position: static; height: auto;}
}
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-tabs .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  cursor: pointer;
}
.nav-tabs .icon-text {
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #e9e9e9;
  padding: 0.8rem 0;
  position: relative;
  font-weight:bold;
}
.nav-tabs .icon-text::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  color: #38a385;
  border-color: #38a385;
  position: absolute;
  left: 0;
  width: 0;
}
.nav-tabs .icon-text__icon {
  margin-bottom: 1rem;
  display: block;
  font-size: 4rem;
}
.nav-tabs .active {
  color: #007ab8;
}
.nav-tabs .active .icon-text::after {
  background-color: #007ab8;
  bottom: -2px;
  height: 2px;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .nav-tabs .icon-text {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
  .nav-tabs .icon-text__icon {
    margin-bottom: 0.6rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .nav-tabs .icon-text__title {
    font-size: 1.2rem;
  }
}
.navmenu .nav-tabs {
  justify-content: center;
}
.navmenu .nav-tabs .nav-item {
  max-width: none;
  min-width: 10rem;
  justify-content: center;
}
.navmenu .nav-tabs .nav-item .icon-text {
  display: inline-block;
  width: auto;
  border-bottom: none;
}
.navmenu .nav-tabs .nav-item .icon-text::after {
  bottom: 10px!important;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  max-width: 5rem;
  width: 100%;
  height: 0.1rem !important;
}
.navmenu .nav-tabs .icon-text:hover {
  color: #007ab8;
}
.navmenu .nav-tabs .icon-text:hover .icon-text__title {
  color: #000;
}
.navmenu .nav-tabs .icon-text:hover::after {
  background-color: #38a385;
}
@media print, screen and (min-width: 40em) {
  .navmenu .nav-tabs .nav-item {
    max-width: 20rem;
    min-width: 15rem;
  }
}
.models-tab img {
  border-radius: 2rem;
}
.models-tab .tab-info {
  padding-top: 1rem;
}
.models-tab .info {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.models-tab .info.show {
  display: flex;
}
.models-tab .editorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.models-tab picture {
  margin: 0 auto;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media print, screen and (min-width: 64em) {
  .models-tab .nav-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(83.33333% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  .models-tab .tab-info {
    padding-top: 6.4rem;
  }
  .models-tab .editorial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .models-tab .txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(41.66667% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .models-tab .left .editorial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .models-tab .left .txt {
    padding-left: 0;
  }
  .models-tab .right .txt {
    padding-right: 0;
  }
  .models-tab picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(41.66667% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .models-tab i{font-style:normal}
}
.models-list .list-title {
  padding: 0 1rem;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.models-list .list {
  overflow: hidden;
  text-align: center;
}
.models-list .list:not(.slider).center li {
  display: inline-block;
  float: none;
}
.models-list .list li {
  float: left;
  margin: 1.5rem;
}
.models-list .list h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 8px 12px;
  color: #38a385;
  font-weight: 700;
}
.models-list .list p {
  font-size: 1.6rem;
}
.models-list .list.flex-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.models-list .card-product__swatches {
  margin: 0 12px 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.models-list .coloritem {
  padding: 0.3rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: relative;
}
.models-list .coloritem .tooltip__content {
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.5rem 0.5rem;
  text-align: center;
  color: #000;
  background-color: #ebebeb;
  max-width: 30rem;
  white-space: normal;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  width: auto;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-style: normal;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: -1;
  white-space: nowrap;
}
.models-list .coloritem .tooltip__content::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ebebeb;
}
.models-list .coloritem:hover .tooltip__content {
  clip: auto;
  overflow: visible;
  opacity: 1;
  z-index: 1;
}
.models-list .slick-arrow {
  background-color: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
  line-height: 20px;
  padding: 12px;
  position: absolute;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.models-list .slick-arrow::after {
  font-size: 4rem;
  font-family: vespa-icons;
  content: "\f105";
}
.models-list .slick-next {
  right: 0;
}
.models-list .slick-prev {
  left: 0;
}
.models-list .slick-prev::after {
  content: "\f10a";
}
@media print, screen and (min-width: 75em) {
  .models-list .slick-next {
    right: -2.2rem;
  }
  .models-list .slick-prev {
    left: -2.2rem;
  }
}
@media (min-width: 641px) {
  .models-list .slider {
    margin: 0 -1.5rem;
  }
  .models-list .slider li {
    margin: 0;
  }
  .models-list .slider li a {
    margin: 1.5rem;
    display: block;
  }
  .models-list .slider .slick-track {
    display: table;
    margin: auto;
  }
}
@media (min-width: 1025px) {
  .models-list .list-title {
    padding: 0 1.5rem;
    margin-bottom: 32px;
  }
  .models-list .list li {
    width: calc(25% - 3rem);
  }
}
@media (max-width: 1023px) {
  .models-list .list li {
    width: calc(50% - 3rem);
  }
  .models-list .list:not(.slider) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 640px) {
	.models-list .list.one .slick-track {
	    transform: translate3d(0, 0, 0) !important;
	}

  .models-list .list:not(.slider) li {
    float: none;
    width: calc(100% - 2rem);
    margin: 1rem;
  }
  .models-list .slider {
    margin: 0 -1rem;
  }
  .models-list .slider li {
    margin: 0;
  }
  .models-list .slider li a {
    padding: 0 1rem;
  }
  .models-list .slider li:not(.slick-current) {
    opacity: 0.2;
  }
}
.getback {
  position: absolute;
  left: 2rem;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.getback.bangetback {
  top: 7rem;
}
.getback a {
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .getback {
    margin-left: -5px;
    top: 1.5rem;
  }
}
.models-info-banner {
  overflow: hidden;
  position: relative;
  padding-top: 7rem!important;
}
.models-info-banner.nopad-top {
  padding-top: 0!important;
}
.models-info-banner .getback {
  position: relative;
}
.models-info-banner .nopad-top .getback {
  top: 8rem;
  position: absolute;
}
.models-info-banner .section-container {
  padding-top: 8.5rem;
}
.models-info-banner > .pic {
  padding-bottom: 41.66667%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.models-info-banner > .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.models-info-banner > .pic img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.models-info-banner .prod {
  position: relative;
  z-index: 4;
}
.models-info-banner .tit {
  margin: 1.5rem 0 0 0;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.models-info-banner .desc {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
.models-info-banner .color-select .name {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.models-info-banner .color-select .Price {
  text-align: center;
}
.models-info-banner .color-select .Price aside {
  display: inline-block;
  position: relative;
}
.models-info-banner .color-select .text {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 700;
}
.models-info-banner .color-select .text:hover .tooltip__content {
  clip: auto;
  overflow: visible;
  opacity: 1;
  z-index: 1;
}
.models-info-banner .color-select .tooltip {
  position: absolute;
  right: -21px;
  top: -25px;
  height: 40px;
  line-height: 40px;
}
.models-info-banner .color-select .tooltip:hover .tooltip__content {
  clip: auto;
  overflow: visible;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 1!important;
}
.models-info-banner .color-select .icon-info-fill {
  color: #38a385;
  font-size: 1.7rem;
  cursor: pointer;
}
.models-info-banner .color-select ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.models-info-banner .color-select ul li {
  margin: 0.1rem 0.3rem;
  cursor: pointer;
}
.models-info-banner .color-select ul a {
  display: flex;
  position: relative;
  padding: 0.2rem;
  margin: 0.1rem;
}
.models-info-banner .color-select ul .icon-swatch {
  font-size: 3rem;
  padding: 0 3px;
  line-height: 3rem;
  display: flex;
}
.models-info-banner .color-select ul .icon-swatch-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: transparent;
  font-size: 4.2rem;
  line-height: 4.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.models-info-banner .color-select ul span {
  position: absolute;
  bottom: 133%;
  left: 50%;
  padding: 0.5rem 0.5rem;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  background-color: #ebebeb;
  transform: translateX(-50%, -100%);
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
  min-width: 5rem;
  white-space: nowrap;
  z-index: 10;
}
.models-info-banner .color-select ul span::before {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ebebeb;
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  bottom: -9px;
  content: "";
  position: absolute;
}
.models-info-banner .color-select ul a:hover span {
  clip: auto;
  overflow: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.models-info-banner .color-select ul .active .icon-swatch-active {
  color: #000;
}
.models-info-banner .tooltip__content {
  position: absolute;
  height: auto;
  top: 0;
  left: 50%;
  padding: 0.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  color: #000;
  background-color: #ebebeb;
  clip: rect(0 0 0 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  white-space: nowrap;
}
.models-info-banner .tooltip__content::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ebebeb;
}
@media (min-width: 1024px) {
  .models-info-banner .color-select .Price {
    font-size: 3.4rem;
    line-height: 0;
  }
  .models-info-banner > .pic img,
  .models-info-banner > .pic::after {
    max-height: 600px;
  }
  .models-info-banner > .pic .wap {
    display: none;
  }
  .models-info-banner .prod .img {
    width: calc(66.66667% - 3rem);
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .models-info-banner .section-container {
    padding-top: 6rem;
  }
  .models-info-banner > .pic {
    padding-bottom: 75%;
  }
  .models-info-banner > .pic .pc {
    display: none;
  }
  .models-info-banner .prod {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
  .models-info-banner .prod .tit {
    font-size: 3.6rem;
  }
  .models-info-banner .color-select .text {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.b_Collection {
  position: fixed;
  right: 1%;
  top: 50%;
  text-align: center;
  width: 50px;
}
.b_Collection figure {
  width: 80%;
  margin: 0 auto;
}
.b_Collection.on {
  color: #38a385;
}
.b_Collection:hover svg path,
.b_Collection.on svg path {
  fill: #38a385;
}
.models-info-banner .prod .color-select .Price {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
}
.accessories-info .b_Collection,
.models-info-banner .prod .color-select .b_Collection {
  display: flex;
  width: 72px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.models-info-banner .prod .color-select .b_Collection {
  margin-left: 5rem;
}
.accessories-info .b_Collection,
.models-info-banner .prod .color-select .b_Collection {
  position: relative;
  font-size: 2rem;
}
.accessories-info .b_Collection figure,
.models-info-banner .prod .color-select .b_Collection figure {
  width: 30px;
  height: 30px;
}
.accessories-info .b_Collection {
  justify-content: flex-start;
  margin: 3rem 0;
}
.accessories-con {
  padding-bottom: 1.5rem;
}
.accessories-con .header {
  background-color: #000;
}
.accessories-con .container {
  max-width: 111rem;
  margin: 0 auto;
}
.accessories-con .column-name {
  padding-top: 44px;
  text-align: center;
  font-size: 5.4rem;
  line-height: 7rem;
  font-weight: 700;
  padding-bottom: 2.4rem;
}
.accessories-con .filter-box dl dd {
  margin-bottom: 1.5rem;
  position: relative;
}
.accessories-con .filter-box dl dd:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  display: inline-block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 1.1rem;
  right: 1rem;
}
.accessories-con .filter-box dl dd select {
  -webkit-appearance: none;
  font-size: 1.6rem;
  line-height: 1.5;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 0.1rem solid #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  min-height: 3.4rem;
  padding: 0.3rem 3.5rem 0.3rem 0.3rem;
  width: 100%;
  color: #000;
}
.accessories-con .filter-box dl dd.sort ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessories-con .filter-box dl dd.sort ul li:nth-child(1) {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  margin-right: 0.5rem;
}
.accessories-con .filter-box dl dd.sort ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 1.5rem);
  margin-left: 1.5rem;
}
.accessories-con .Price {
  margin: 24px 0 2rem;
}
.accessories-con .Price .text {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
}
.accessories-con .Price aside {
  display: inline-block;
  position: relative;
}
.accessories-con .Price .tooltip {
  position: absolute;
  right: -21px;
  top: -25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.accessories-con .Price .tooltip:hover .tooltip__content {
  clip: auto;
  overflow: visible;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 1!important;
}
.accessories-con .Price .icon-info-fill {
  color: #ed3a35;
  font-size: 1.7rem;
  cursor: pointer;
}
.accessories-con .Price .tooltip__content {
  position: absolute;
  height: auto;
  top: 0;
  left: 50%;
  padding: 0.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  color: #000;
  background-color: #fff;
  max-width: 30rem;
  min-width: 12rem;
  clip: rect(0 0 0 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.accessories-con .Price .tooltip__content::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}
@media (min-width: 640px) {
  .accessories-con .Price {
    font-size: 3.4rem;
    line-height: 5.2rem;
  }
}
@media (max-width: 640px) {
  .accessories-con .container {
    padding: 0  1rem;
  }
}
@media (min-width: 1024px) {
  .accessories-con .filter-box {
    margin-bottom: 2rem;
  }
  .accessories-con .filter-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 0 0 auto;
    width: 100%;
  }
  .accessories-con .filter-box dl dd {
    flex: 0 0 auto;
    width: calc(16.66667% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .accessories-con .filter-box dl dd.sort {
    flex: 1 1 0px;
    width: auto;
  }
  .accessories-con .filter-box dl dd.sort ul {
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) {
  .accessories-con .column-name {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .accessories-con .filter-box dl dd.sort {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .accessories-con .filter-box dl dd.sort ul li:nth-child(2) {
    width: auto;
  }
}
.accessories-list li {
  float: left;
  width: calc(100% / 2 - 2rem);
  margin: 1rem;
}
.accessories-list li a {
  display: block;
  position: relative;
  background-color: #efefef;
  border-radius: 1rem;
  overflow: hidden;
}
.accessories-list li a:hover .pic img {
  transform: scale(1.05);
}
.accessories-list li a > * {
  position: relative;
  z-index: 4;
}
.accessories-list li .word {
  margin: 8px 12px;
  height: 6rem;
  overflow: hidden;
}
.accessories-list li .word b {
  display: block;
  font-weight: 700;
  color: #15749d;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.accessories-list li p {
  text-align: center;
  font-size: 1.6rem;
  color: #15749d;
  padding: 1.5rem 0;
}
.accessories-list li .pic {
  position: relative;
  overflow: hidden;
}
.accessories-list li .pic img {
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  transform: scale(1.01);
  position: relative;
  width: 100%;
}
.accessories-list li .pic:after {
  content: "";
  background-color: #efefef;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .accessories-list li {
    width: calc(16.66667% - 3rem);
    margin: 1.5rem;
  }
  .accessories-list li:nth-child(6n+1) {
    clear: left;
  }
}
.blackBg {
  height: 7rem;
}
.accessories-info {
  padding: 1.5rem 0 0 0;
  position: relative;
}
.accessories-info .getback {
  color: #0a0a0a;
  font-size: 1.6rem;
  line-height: 5rem;
  margin: 0 0.3em 0.3em 0;
  min-height: 5rem;
  padding: 0 12px;
  display: inline-block;
  letter-spacing: 0.3rem;
}
.accessories-info .pic {
  position: relative;
}
.accessories-info .pic .slider:not(.show) {
  visibility: hidden;
  position: absolute;
  left: 1.5rem;
  top: 0;
  width: calc(100% - 3rem);
}
.accessories-info .pic li img {
  display: block;
  width: 100%;
}
.accessories-info .slick-arrow {
  position: absolute;
  text-align: center;
  line-height: 20px;
  padding: 12px 0;
  cursor: pointer;
  transform: translateY(-50%);
  top: 50%;
  font-size: 3.8rem;
  z-index: 10;
  color: #000;
}
.accessories-info .slick-prev {
  left: -3rem;
}
.accessories-info .slick-next {
  right: -3rem;
}
.accessories-info .tit {
  font-size: 3.5rem;
  margin: 1.5rem 0 0 0;
  line-height: 1;
  font-weight: 700;
  color: #1c99ce;
}
.accessories-info .number {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}
.accessories-info .editor-txt {
  margin: 4rem 0 2rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: justify;
}
.accessories-info .color li {
  display: inline-block;
  cursor: pointer;
  padding: 3px;
  position: relative;
}
.accessories-info .color li .icon-swatch {
  font-size: 3.6rem;
  padding: 0 3px;
  line-height: 3rem;
  display: flex;
}
.accessories-info .color li .icon-swatch-active {
  position: absolute;
  opacity: 1;
  color: hsla(0, 0%, 50.2%, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  padding: 0 3px;
  line-height: 3rem;
  font-size: 4.4rem;
  line-height: 4.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: flex;
  color: transparent;
}
.accessories-info .color li span {
  position: absolute;
  bottom: 133%;
  left: 50%;
  padding: 0.5rem 0.5rem;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  background-color: #ebebeb;
  transform: translateX(-50%, -100%);
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
  min-width: 5rem;
  white-space: nowrap;
  z-index: 10;
}
.accessories-info .color li span::before {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ebebeb;
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  bottom: -9px;
  content: "";
  position: absolute;
}
.accessories-info .color li:hover span {
  clip: auto;
  overflow: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.accessories-info .color li.active .icon-swatch-active {
  color: #000;
}
.accessories-info .color-name {
  font-weight: 700;
  margin: 0.5rem 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (min-width: 1024px) {
  .accessories-info .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .accessories-info .pic {
    width: 50%;
    float: left;
    padding: 1.5rem;
  }
  .accessories-info .txt {
    float: right;
    width: calc(50% - 3rem);
    margin: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .accessories-info .slick-prev {
    left: 0;
  }
  .accessories-info .slick-next {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .accessories-info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .accessories-info .slick-arrow {
    font-size: 2rem;
  }
  .accessories-info .txt {
    text-align: center;
  }
  .accessories-info .tit {
    font-size: 3.6rem;
  }
  .accessories-info .color {
    margin-top: 24px;
    display: inline-flex;
    flex-direction: column-reverse;
  }
  .accessories-info .pic .slider:not(.show) {
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width:1023px) {
	.accessories-info .getback{ position: relative; min-height: auto; left: 0; top: 0;}
	.accessories-info .getback a{ min-height: auto; line-height: normal; margin: 0; padding: 0;}
}
#accessories {
  padding: 3rem 0;
  color: #fff;
  overflow: hidden;
  background-color: #1c99ce;
}
#accessories.section_pt15 {
  padding-top: 1.5rem;
}
#accessories .list-title {
  padding: 0 1.5rem;
  margin-bottom: 32px;
}
#accessories .title {
  padding-top: 0;
}
#accessories .all-list {
  display: table;
  margin: 0 auto;
  padding: 16px 16px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
#accessories .list {
  margin: 0 -1.5rem;
}
#accessories .list li a {
  display: block;
  position: relative;
  background-color: #ebebeb;
  margin: 0 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
#accessories .list li a:hover .pic img {
  transform: scale(1.1);
}
#accessories .list li a > * {
  position: relative;
  z-index: 4;
}
#accessories .list li .word {
  margin: 8px 12px;
  height: 6rem;
  overflow: hidden;
}
#accessories .list li .word b {
  display: block;
  font-weight: 700;
  color: #15749d;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
#accessories .list li p {
  text-align: center;
  font-size: 1.4rem;
  color: #15749d;
  padding: 1.5rem 0;
}
#accessories .list li .pic {
  position: relative;
  overflow: hidden;
}
#accessories .list li .pic img {
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  transform: scale(1.01);
  position: relative;
  width: 100%;
}
#accessories .list li .pic:after {
  content: "";
  background-color: #ebebeb;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 640px) {
  #accessories .list-title{flex-flow:column wrap;}
  #accessories .list li {
    opacity: 0.2;
  }
  #accessories .list li.slick-current {
    opacity: 1;
  }
}
.distributorBox {
  position: relative;
  z-index: 1;
  padding-left: 40.65%;
}
.distributorBox .map {
  width: 100%;
  height: 98rem;
}
.distributorBox .map * {
  max-width: none;
}
.distributorBox .map .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  width: 62rem;
}
.distributorBox .map .pic {
  width: 11rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.distributorBox .map .pic img {
  width: 100%;
}
.distributorBox .map .txt .title {
  font-size: 1.8rem;
  font-weight: normal;
}
.distributorBox .map .txt p {
  font-size: 1.6rem;
  color: #666666;
  margin: 1.5rem 0;
}
.distributorBox .map .txt .btnNavigation {
  display: inline-block;
  padding: 0 2rem 0 4rem;
  line-height: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: url(../images/add_icon.png) no-repeat 1rem center;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 1023px) {
  .distributorBox {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .distributorBox .map {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    height: 50rem;
  }
  .distributorBox .map .amap-info > div {
    max-width: 100%;
  }
  .distributorBox .map .flex {
    max-width: 100%;
    padding: 1rem;
    -ms-flex-flow: row;
    flex-flow: row;
    width:330px;
  }
  .distributorBox .map .pic {
    padding: 0.2rem;
    margin-left: 0.2rem;
  }
  .distributorBox .map .txt .title {
    font-size: 1.6rem;
  }
  .distributorBox .map .txt p {
    font-size: 1.2rem;
  }
  .distributorBox .map .txt .btnNavigation {
    display: inline-block;
    padding: 0 1.5rem 0 3rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}
.distributorlist {
  position: absolute;
  left: 0;
  top: 0;
  width: 40.65%;
  height: 100%;
  z-index: 200;
  background-color: #fff;
  padding: 6.5rem;
}
.distributorlist .headtitle {
  margin-bottom: ;
}
.distributorlist .headtitle h2 {
  font-size: 3.6rem;
  color: #000;
  font-weight: normal;
}
.distributorlist .headtitle p {
  padding-left: 20px;
  background: url(../images/add_icon2.png) no-repeat left center;
  font-size: 1.8rem;
  color: #666666;
  margin-top: 1.5rem;
}
.distributorlist .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
}
.distributorlist .search .item {
  width: 19.6rem;
}
.distributorlist .search .item dl {
  position: relative;
}
.distributorlist .search .item dl dt {
  width: 100%;
  border-bottom: 2px solid #000;
  height: 6rem;
  font-size: 1.8rem;
  background: url(../images/down.png) no-repeat 95% center;
  background-size: 8%;
  cursor: pointer;
  line-height: 6rem;
}
.distributorlist .search .item dl dd {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  padding: 3%;
  background-color: #fff;
  z-index: 10;
  line-height: 2;
  border: 1px solid #000;
  border-top: none;
  max-height: 400px;
  overflow: auto;
}
.distributorlist .search .item dl dd a {
  display: block;
  font-size: 1.8rem;
}
.distributorlist .search .searchBox {
  position: relative;
}
.distributorlist .search .searchBox .text {
  width: 100%;
  border: none;
  line-height: 6rem;
  height: 6rem;
  border-bottom: 2px solid #000;
  font-size: 1.8rem;
  padding-right: 3rem;
}
.distributorlist .search .searchBox .btn {
  width: 3rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search_btn.png) no-repeat center;
}
.distributorlist .list {
  overflow-y: auto;
  max-height: 80%;
  padding-right: 3rem;
}
.distributorlist .list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.distributorlist .list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ccc;
}
.distributorlist .list li {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
}
.distributorlist .list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.distributorlist .list .flex .tit {
  font-size: 1.8rem;
  font-weight: normal;
}
.distributorlist .list .flex p {
  font-size: 1.6rem;
  color: #666666;
}
.distributorlist .list .flex .txt {
  width: 65%;
}
.distributorlist .list .flex .txt .tit {
  font-size: 1.8rem;
  font-weight: normal;
}
.distributorlist .list .flex .txt p {
  margin: 0.8rem 0;
}
.distributorlist .list .flex .txt .remarks {
  font-size: 1.6rem;
  color: #38a385;
}
.distributorlist .list .flex .txt .btn {
  display: inline-block;
  border: 2px solid #000;
  padding: 0 4rem;
  line-height: 4.4rem;
  color: #000;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.distributorlist .list .flex .txt .btn:hover {
  color: #fff;
  background-color: #38a385;
  border-color: #38a385;
}
.distributorlist .list .flex .imgCon {
  width: 30%;
}
.distributorlist .list .flex .imgCon p {
  margin: 1rem 0;
}
.distributorlist .list .flex .imgCon img {
  width: 100%;
  border-radius: 2rem;
}
.distributorlist .mapInfo {
  display: none;
}
@media (max-width: 1480px) {
  .distributorlist {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1024px) {
  .distributorlist {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
  }
  .distributorlist .list {
    max-height: 50rem;
  }
}
@media (max-width: 768px) {
  .distributorlist {
    padding: 2.5rem;
  }
  .distributorlist .headtitle h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 640px) {
  .distributorlist {
    padding: 2.5rem;
  }
  .distributorlist .list {
    max-height: 140rem;
  }
  .distributorlist .headtitle h2 {
    font-size: 3.2rem;
  }
  .distributorlist .search {
    flex-flow: column;
    -ms-flex-direction: column;
  }
  .distributorlist .search .item {
    width: 100%;
    line-height: 4rem;
    margin-bottom: 1rem;
  }
  .distributorlist .search .item .text,
  .distributorlist .search .item select {
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
  }
  .distributorlist .search .item dl {
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
  }
  .distributorlist .search .item dl dt {
    background-size: 5%;
    height: 4rem;
	line-height: 4rem;
    background-position: 98% center;
  }
  .distributorlist .list .flex {
    flex-flow: column;
    -ms-flex-direction: column;
  }
  .distributorlist .list .flex .txt,
  .distributorlist .list .flex .imgCon {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.openSubscribe {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8);
  max-height: 100%;
  overflow-y: auto;
  display: none;
}
.openSubscribe .ytable {
  height: 100%;
  padding: 4rem 0;
}
.openSubscribe .inner {
  background-color: #fff;
  max-width: 93.8rem;
  width: 92%;
  margin: 0 auto;
  padding: 5rem 7rem 1rem;
  position: relative;
}
.openSubscribe .close_icon {
  text-align: center;
  line-height: 20px;
  padding: 12px;
  font-size: 3.6rem;
  position: absolute;
  right: 0;
  top: 1rem;
  cursor: pointer;
}
.openSubscribe .close_icon::before {
  content: "\f11d";
  font-family: vespa-icons;
}
.openSubscribe .headTitle {
  border-bottom: 2px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.openSubscribe .headTitle h3 {
  font-weight: normal;
  color: #333333;
  font-size: 4.2rem;
}
.openSubscribe .headTitle p {
  color: #999;
  text-align: right;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.openSubscribe .region_li {
  border-bottom: none;
  padding: 0;
}
.openSubscribe .region_li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 25%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 1.3rem;
}
.openSubscribe .region_li dl.address {
  width: 40%;
}
.openSubscribe .region_li dl dd {
  width: 70%;
}
.openSubscribe .region_li dl .text {
  width: 100%;
}
.openSubscribe .check_li {
  color: #999;
  padding-bottom: 0;
}
.openSubscribe .check_li p {
  margin-top: 1.5rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .openSubscribe .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .openSubscribe .headTitle h3 {
    font-size: 3.6rem;
  }
  .openSubscribe .headTitle p {
    font-size: 1.8rem;
  }
  .openSubscribe .region_li .box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .openSubscribe .region_li dl {
    width: 100%!important;
    padding: 1.5rem 0;
  }
}
.columntitle {
  font-size: 3rem;
}
.padd_3 {
  padding: 3rem 0;
}
.right_txt {
  text-align: right;
}
.SubmitForm li {
  padding: 2.5rem 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  color: #000;
}
.SubmitForm li:last-child {
  border-bottom: none;
}
.SubmitForm .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.SubmitForm .text {
  border: none;
  width:50%;
  text-align: right;
  font-size: 1.8rem;
  color: #999999;
  height: 3rem;
  background-color: transparent;
  line-height: 3rem;
}
.SubmitForm .sex label {
  margin-left: 2rem;
}
.SubmitForm .sex input[type='radio'] {
  margin-right: 1rem;
}
.SubmitForm .btnfile {
  position: relative;
  width: 65px;
  height: 65px;
  background-color: #e0e0e0;
  margin: 0.8rem 0 0;
}
.SubmitForm .btnfile::before,
.SubmitForm .btnfile::after {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.SubmitForm .btnfile::before {
  width: 20px;
  height: 2px;
}
.SubmitForm .btnfile::after {
  width: 2px;
  height: 20px;
}
.SubmitForm .btnfile .file {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.SubmitForm .imgbox {
  margin-top: 1rem;
}
.SubmitForm .img-list {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #f4f4f4;
}
.SubmitForm .img-list:hover .del-img {
  opacity: 1;
}
.SubmitForm .img-list video {
  width: 25rem;
  height: 20rem;
  -o-object-fit: contain;
  object-fit: cover;
  display: block;
}
.SubmitForm .img-list img {
  width: 15rem;
  height: 15rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.SubmitForm .del-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 0;
}
.SubmitForm .check_li {
  font-size: 1.4rem;
  border-bottom: none;
}
.SubmitForm .check_li .checkbox {
  margin-right: 0.5rem;
  cursor: pointer;
}
.SubmitForm .check_li a {
  color: #38a385;
}
.SubmitForm .forget {
  border-bottom: none;
  padding: 1.5rem 0 3rem;
  font-size: 1.8rem;
}
.SubmitForm .forget a {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.SubmitForm .forget a:hover {
  border-bottom-color: #1c99ce;
}
.SubmitForm .forget + li {
  padding-top: 0;
}
.SubmitForm .btn_li {
  padding: 5rem 0;
}
.SubmitForm .btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.SubmitForm .btn .onClick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.SubmitForm .btn .onClick.show {
  display: block;
}
.SubmitForm .enroll {
  display: inline-block;
  min-width: 16rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  border: 2px solid #38a385;
  font-size: 1.8rem;
  background-color: #38a385;
  cursor: pointer;
}
.SubmitForm .reset {
  margin-left: 1.5rem;
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.SubmitForm .info {
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 2rem 0;
}
.SubmitForm .info figure {
  width: 16rem;
  padding: 1rem;
  border: 2px solid #000;
  margin: 0 auto 1.2rem;
}
@media (max-width: 640px) {
  .SubmitForm li {
    padding: 1.5rem 0;
  }
  .SubmitForm .box,
  .SubmitForm .text {
    font-size: 1.4rem;
  }
  .SubmitForm .enroll {
    min-width: 10rem;
    padding: 0 2rem;
    line-height: 4rem;
    font-size: 1.8rem;
  }
}
.memberIndex {
  position: relative;
  padding: 10rem 0;
}
.memberIndex .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.memberIndex .bg i {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.memberIndex .bg .wap {
  display: none;
}
.memberIndex .inner {
  position: relative;
  max-width: 900px;
  width: 92%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 5rem 0 1rem;
}
.memberIndex .SubmitForm {
  max-width: 500px;
  width: 96%;
  margin: 0 auto;
}
.memberIndex .SubmitForm li {
  padding-left: 1rem;
  padding-right: 1rem;
}
.memberIndex .SubmitForm .get_code {
  border-bottom: none;
  padding: 0;
}
.memberIndex .SubmitForm .get_code .box {
  align-items: flex-end;
}
.memberIndex .SubmitForm .get_code .text {
  height: 8rem;
  line-height: 8rem;
  text-align: left;
  padding-left: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 60%;
}
.memberIndex .SubmitForm .get_code .getBtn {
  padding: 0 1.5rem;
  line-height: 5rem;
  color: #fff;
  background-color: #afafaf;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-weight: 300;
}
.memberIndex .SubmitForm .get_code .getBtn:hover {
  background-color: #38a385;
}
.memberIndex .tab_span {
  padding: 0 1.5rem 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.memberIndex .tab_span li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 3.5rem;
}
.memberIndex .tab_span li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0.5rem 0.8rem;
  color: #999999;
  cursor: pointer;
}
.memberIndex .tab_span li a::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  color: #38a385;
  border-color: #38a385;
  position: absolute;
  left: 0;
  width: 0;
}
.memberIndex .tab_span li.active a {
  color: #38a385;
}
.memberIndex .tab_span li.active a::after {
  background-color: #38a385;
  bottom: -1px;
  height: 1px;
  width: 100%;
}
.memberIndex .Resetpassword {
  display: none;
}
@media (max-width: 1024px) {
  .memberIndex .pc {
    display: none;
  }
  .memberIndex .wap {
    display: block;
  }
}
@media (max-width: 640px) {
  .memberIndex .inner {
    padding-top: 2rem;
  }
}
.currentBox {
  text-align: right;
  padding: 4rem 0;
  font-size: 1.4rem;
  color: #666666;
}
.currentBox a {
  color: #666;
}
.currentBox a:hover,
.currentBox span {
  color: #000;
}
.currentBox * {
  display: inline-block;
}
.currentBox i {
  margin: 0 0.5rem;
}
@media (max-width: 640px) {
  .currentBox {
    padding: 2rem 0;
  }
}
.Membercontent {
  position: relative;
  min-height: 60rem;
  margin-bottom: 8rem;
}
.Membercontent .leftMenu {
  position: absolute;
  width: 18rem;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
}
.Membercontent .leftMenu li {
  padding: 2.2rem 0;
}
.Membercontent .leftMenu li svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.Membercontent .leftMenu li a {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  position: relative;
}
.Membercontent .leftMenu li a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.Membercontent .leftMenu li.aon svg path,
.Membercontent .leftMenu li:hover svg path {
  fill: #000;
}
.Membercontent .leftMenu li.aon a,
.Membercontent .leftMenu li:hover a {
  color: #000;
}
.Membercontent .leftMenu li.aon a::after,
.Membercontent .leftMenu li:hover a::after {
  opacity: 1;
}
.Membercontent .rightCon {
  margin-left: 28rem;
  padding-bottom: 5rem;
}
.Membercontent .Columnname {
  font-size: 3rem;
  line-height: normal;
}
.Membercontent .Columnname span {
  display: inline-block;
  padding-bottom: 1.5rem;
  position: relative;
  border-bottom: 2px solid #cccccc;
}
.Membercontent .Columnname span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #38a385;
}
@media (max-width: 1024px) {
  .Membercontent .leftMenu {
    width: 16rem;
  }
  .Membercontent .rightCon {
    margin-left: 20rem;
  }
}
@media (max-width: 768px) {
  .Membercontent .leftMenu {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 2rem;
    border-right: none;
  }
  .Membercontent .leftMenu .ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    justify-content: space-between;
  }
  .Membercontent .leftMenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 0;
  }
  .Membercontent .leftMenu li a::after {
    display: none;
  }
  .Membercontent .rightCon {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .Membercontent .leftMenu {
    padding: 0;
  }
  .Membercontent .leftMenu li a {
    font-size: 1.8rem;
  }
  .Membercontent .rightCon .Columnname {
    padding-top: 0;
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 480px) {
  .Membercontent .leftMenu li svg {
    margin-right: 0;
    transform: scale(0.7);
  }
  .Membercontent .leftMenu li a {
    font-size: 1.2rem;
  }
}
.MyCollection_list li {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.MyCollection_list .pic {
  width: 18rem;
}
.MyCollection_list .pic figure {
  padding-top: 66.67%;
  border-radius: 2rem;
}
.MyCollection_list .txt {
  padding-left: 1.8rem;
  padding-right: 15rem;
  position: relative;
}
.MyCollection_list .delete {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
  background: url(../images/delete_icon.png) no-repeat left center;
  font-size: 1.8rem;
  color: #666666;
}
.MyCollection_list .title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.MyCollection_list .des {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #666666;
}
@media (max-width: 640px) {
  .MyCollection_list li {
    position: relative;
  }
  .MyCollection_list .ytable-cell {
    display: block;
  }
  .MyCollection_list .pic {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .MyCollection_list .txt {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
  .MyCollection_list .delete {
    transform: translateY(0);
    top: 4rem;
    right: 1rem;
  }
}
.MyActivities_list li {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.MyActivities_list .pic {
  width: 24rem;
}
.MyActivities_list .pic figure {
  padding-top: 66.67%;
  border-radius: 2rem;
}
.MyActivities_list .txt {
  padding-left: 1.8rem;
  position: relative;
}
.MyActivities_list .title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.MyActivities_list .des {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #666666;
}
.MyActivities_list .time {
  font-size: 1.4rem;
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 640px) {
  .MyActivities_list li {
    position: relative;
  }
  .MyActivities_list .ytable-cell {
    display: block;
  }
  .MyActivities_list .pic {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .MyActivities_list .txt {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
}
.hero-heading {
  padding-top: 34px;
}
.heading__content__title {
  font-size: 3.5rem;
  line-height: 4.6rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .heading__content__title {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.news_line {
  height: 8.5rem;
}
.news_list {
  margin-top: 1rem;
}
@media print, screen and (max-width: 65em) {
  .news_list .getback {
    top: 0;
  }
  .news_list .heading__content__title {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .other_editorial__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
  }
}
.tours-place-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}
.tours-place-desc .inner {
  position: relative;
  padding-bottom: 2rem;
  padding-top: 4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.tours-place-desc .icon-quote-left,
.tours-place-desc .icon-quote-right {
  font-size: 4rem;
  font-weight: 700;
  color: #38a385;
  position: absolute;
}
.tours-place-desc .icon-quote-left {
  top: 0;
  left: -2rem;
}
.tours-place-desc .icon-quote-right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -2rem;
  bottom: 0;
}
.tours-place-desc .editorial__text {
  font-size: 2rem;
  line-height: 4rem;
  font-style: italic;
}
.tours-place-desc .editorial__author {
  text-align: right;
  margin-right: 2.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-style: normal;
}
@media print, screen and (min-width: 64em) {
  .tours-place-desc .inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .tours-place-desc .icon-quote-left,
  .tours-place-desc .icon-quote-right {
    font-size: 6.4rem;
  }
  .tours-place-desc .icon-quote-left {
    top: 0.9rem;
    left: -10rem;
  }
  .tours-place-desc .icon-quote-right {
    right: -10rem;
    bottom: 3rem;
  }
}
.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.editorial-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}
.editorial-icon .editorial-icon__title {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.editorial-icon .icon-text__icon {
  display: block;
  font-size: 3.6rem;
}
.editorial-icon .editorial__text {
  margin-bottom: 0.5rem;
  padding-top: 0;
}
@media print, screen and (min-width: 64em) {
  .editorial-icon.editorial-icon--two-columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(41.66667% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .editorial-icon .icon-text__icon {
    font-size: 6.4rem;
  }
  .editorial-icon.editorial-icon--three-columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(27.8% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.Mymessage_list .tab_span {
  justify-content: center;
  padding: 4% 0 2%;
}
.Mymessage_list .tab_span a {
  margin: 0 3%;
  line-height: 2.6rem;
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  margin-left: 0;
}
.Mymessage_list .tab_span a.on {
  color: #38a385;
  border-bottom-color: #38a385;
}
.Mymessage_list li {
  border-bottom: 1px solid #cccccc;
  padding: 2rem 0;
}
.Mymessage_list li p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.Mymessage_list li time,
.Mymessage_list li .status_text {
  color: #666;
  font-size: 1.4rem;
}
.Mymessage_list li .status_text[title="未读"] {
  color: #ff0000;
}
.ban_activity .activity_contxt {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.ban_activity .inner {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3.5rem 4.8rem;
}
.ban_activity .inner a {
  color: #fff;
}
.ban_activity .inner .subtit {
  font-weight: normal;
}
.ban_activity .inner .line {
  font-size: 2rem;
  font-weight: 300;
  margin: 2.5rem 0;
  display: block;
}
.ban_activity .inner .title {
  font-size: 3.6rem;
  font-weight: normal;
}
.ban_activity .inner .txt {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 2rem 0 3.5rem;
}
.ban_activity .inner .time {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.ban_activity .inner .icon {
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  margin-right: -5px;
}
@media (max-width: 1024px) {
  .ban_activity .pic.wap {
    display: block!important;
    padding-top: 75%;
  }
  .ban_activity .pic.pc {
    display: none;
  }
  .ban_activity .activity_contxt {
    top: auto;
    transform: none;
    bottom: 0;
  }
  .ban_activity .inner {
    width: 100%;
    padding: 3rem 3rem 2rem;
  }
  .ban_activity .inner .line {
    margin: 1rem 0;
  }
  .ban_activity .inner .title {
    font-size: 3.2rem;
  }
  .ban_activity .inner .txt {
    margin: 1rem 0 2rem;
  }
}
@media (max-width: 1023px) {
  .ban_activity .activity_contxt {
    position: relative;
  }
  .ban_activity .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.activityList {
  padding: 5.5rem 0;
  text-align: center;
}
.activityList li {
  display: inline-block;
  width: 47.7%;
  margin: 2.5rem 4% 2.5rem 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.activityList li:nth-child(2n) {
  margin-right: 0;
}
.activityList li figure {
  padding-top: 67.943%;
  background-size: cover;
  background-position: center;
}
.activityList li .txtCon {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 2.5rem 3.8rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 10.3rem;
  transition: all 0.5s;
}
.activityList li .info {
  padding-right: 2.2rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.activityList li .title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.activityList li .des {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 300;
  margin: 2rem 0;
  display: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.activityList li .time {
  font-size: 1.4rem;
}
.activityList li .icon {
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  position: absolute;
  right: 3.8rem;
  bottom: 3.5rem;
}
.activityList li:hover .txtCon {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.activityList li:hover .des {
  display: block;
}
.activityList li:hover .info {
  padding-right: 0;
}
@media (max-width: 1023px) {
  .activityList li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .activityList li .txtCon {
    padding-left: 1.5rem;
    padding-right: 3rem;
  }
  .activityList li .icon {
    right: 1.5rem;
  }
}
.activityInfo {
  color: #333;
  padding: 5rem 0 8rem;
}
.activityInfo .headTitle .tit {
  font-weight: normal;
  font-size: 4.2rem;
  padding: 3rem 0 1rem;
}
.activityInfo .headTitle .releasetime {
  color: #666;
  font-size: 1.4rem;
}
.activityInfo .headTitle .activitytime {
  font-size: 1.8rem;
  margin-top: 3rem;
}
.activityRegistration {
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin: -36rem 0 3rem;
}
.activityRegistration .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 10rem 0;
}
.activityRegistration .headTitle {
  padding-bottom: 5rem;
  margin-bottom: 5.6rem;
  border-bottom: 2px solid #000;
}
.activityRegistration .headTitle dt {
  float: left;
}
.activityRegistration .headTitle dt span {
  color: #38a385;
  font-size: 2.4rem;
  line-height: 1.6;
}
.activityRegistration .headTitle dt .tit {
  font-size: 4.2rem;
  line-height: 5.6rem;
}
.activityRegistration .headTitle dd {
  float: right;
}
.activityRegistration .headTitle dd .timeTit {
  font-size: 1.8rem;
  font-weight: normal;
}
.activityRegistration .headTitle dd aside {
  display: inline-block;
  vertical-align: middle;
}
.activityRegistration .headTitle dd time {
  font-size: 1.4rem;
}
.activityRegistration .headTitle dd span {
  display: block;
  font-size: 3.6rem;
}
.activityRegistration .headTitle dd .icon {
  margin: 0 2rem;
  font-size: 2rem;
  transform: skew(-15deg);
}
.activityRegistration .headTitle::after {
  content: '';
  display: block;
  clear: both;
}
.activityRegistration article p {
  margin: 1.5rem 0;
}
@media (max-width: 1024px) {
  .activityRegistration .inner {
    width: 90%;
  }
  .activityRegistration .headTitle dt .tit {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .activityRegistration .headTitle dd span {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .activityRegistration {
    margin-top: -5rem;
  }
  .activityRegistration .inner {
    padding: 5rem 0;
  }
  .activityRegistration .headTitle dd,
  .activityRegistration .headTitle dt {
    float: none;
  }
  .activityRegistration .headTitle dd {
    margin-top: 3rem;
  }
}
.tabList_down .item:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.tabList_down .accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-top: 2rem;
  cursor: pointer;
}
.tabList_down .accordion__panel-details {
  display: none;
  padding-bottom: 2rem;
}
.tabList_down .accordion__panel-details p {
  margin: 1.5rem 0;
}
.editorial__content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: justify;
}
@media print, screen and (min-width: 64em) {
  .editorial__content_flex {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .editorial__content_flex .editorial__text--two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
    padding-top: 1.5rem;
  }
}
.retail_price {
  font-size: 12px!important;
}
.retail_price .list_txt_price {
  font-size: 16px;
  display: inline-block;
}
.divider {
  border: 0;
  border-top: 1px solid #1c99ce;
}
@media print, screen and (min-width: 64em) {
  .editorial-cover-radius {
    border-radius: 2rem;
    overflow: hidden;
  }
}
.tours-list .pic {
  text-align: center;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .tours-list dl {
    text-align: center;
    margin-bottom: -3.8rem;
  }
  .tours-list dd {
    text-align: left;
    display: inline-block;
    width: 41.66667%;
    padding: 0 1.5rem 4.3rem;
    vertical-align: top;
  }
}
@media (max-width: 1024px) {
  .tours-list .a-findtravel {
    margin-left: 16px;
  }
  .tours-list dd {
    padding-bottom: 4.3rem;
  }
}
.section_video_home .edui-upload-video,
.section_video > p{ display: none;}
.edui-upload-video{ width: 100%!important; height: 1080px!important;}
.retail_price{ font-size: 12px!important;}
.retail_price .list_txt_price{ font-size: 16px; display: inline-block;}

.carouselV3__container {
    position: absolute;
    max-width: 111rem;
    z-index: 2;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    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;
}

.carouselV3__content {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: NewsGothicStd,Arial,Helvetica,sans-serif;
    color: #fff;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.carouselV3__title {
    font-size: 3.6rem;
    line-height: 4rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 32px;
    color: #fff;
}
.cta-links {
    margin-bottom: 1.2rem;
}
.button.button--primary.button--contained {
    background-color: #38a385;
    color: #fff;
}

@media print, screen and (min-width: 64em){
  .carouselV3__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}
  .carouselV3__title {
    font-size: 4.6rem;
    line-height: 6.6rem;
}
.carouselV3__content {
    width: 50%;
}
}
@media (max-width: 640px) {
.p_wap_left{text-align:left!important}
}