@font-face {
  font-family: GT-Walsheim-Regular;
  src: url("../../fonts/GT-Walsheim-Regular-+-Oblique-Web/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: GT-Walsheim-Regular-Oblique;
  src: url("../../fonts/GT-Walsheim-Regular-+-Oblique-Web/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
.off-768 {
  display: none !important; }

.menu {
  display: inline-block;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 99999;
  opacity: 0; }
  .menu .layer_bg {
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .menu .layer_bg .layer_1 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 100; }
    .menu .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 200;
      padding: 30px;
      box-sizing: border-box; }
      .menu .layer_bg .layer_2 .inside {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9); }
        .menu .layer_bg .layer_2 .inside .left {
          display: inline-block;
          float: left;
          margin-left: 60px; }
          .menu .layer_bg .layer_2 .inside .left a {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 72px;
            line-height: 120px;
            color: #fff;
            text-decoration: none; }
        .menu .layer_bg .layer_2 .inside .right {
          display: inline-block;
          float: right;
          margin-right: 60px;
          position: relative; }
          .menu .layer_bg .layer_2 .inside .right a {
            display: block;
            height: 80px;
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 18px;
            line-height: 80px;
            color: #fff;
            text-decoration: none; }
            .menu .layer_bg .layer_2 .inside .right a i.icon_close {
              display: inline-block;
              float: right;
              width: 15px;
              height: 100%;
              background-image: url("../../images/icon/icon-close.png");
              background-repeat: no-repeat;
              background-position: center;
              margin-left: 20px; }
          .menu .layer_bg .layer_2 .inside .right .bottom {
            position: absolute;
            bottom: 0px;
            right: 0px; }

.lookbookInstructions {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999; }
  .lookbookInstructions .box {
    display: block;
    width: 900px;
    height: 400px;
    margin: 0 auto;
    padding: 100px 60px;
    background-color: #6b5f60; }
    .lookbookInstructions .box .left {
      display: inline-block;
      float: left; }
    .lookbookInstructions .box .right {
      display: inline-block;
      height: 100%;
      margin-left: 120px; }
      .lookbookInstructions .box .right img {
        height: 100%;
        max-height: 500px; }
    .lookbookInstructions .box .head {
      font-family: "GT-Walsheim-Regular", sans-serif;
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      margin-bottom: 20px; }
    .lookbookInstructions .box .text {
      font-family: "GT-Walsheim-Regular", sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #fff; }
    .lookbookInstructions .box .button {
      position: relative;
      display: inline-block;
      width: 180px;
      height: 60px;
      border: 2px solid #fff;
      box-sizing: border-box;
      margin-top: 100px;
      overflow: hidden; }
      .lookbookInstructions .box .button span {
        float: left;
        font-family: "GT-Walsheim-Regular", sans-serif;
        font-size: 18px;
        color: #fff;
        line-height: 54px;
        margin-left: 30px; }
      .lookbookInstructions .box .button i.icon_close {
        position: absolute;
        right: 0px;
        top: 0px;
        display: inline-block;
        float: right;
        width: 15px;
        height: 100%;
        background-image: url("../../images/icon/icon-close.png");
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 30px; }
        .lookbookInstructions .box .button i.icon_close.two {
          top: -60px; }

header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 60px; }
  header .left {
    float: left;
    margin-top: 5px;
    width: 100%;
    padding: 0px 60px;
    box-sizing: border-box;
    text-align: center; }
    header .left .burger {
      display: inline-block;
      float: left;
      width: 26px;
      height: 28px;
      background-image: url("../../images/homepage/burger.png");
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
    header .left img {
      display: inline-block;
      width: 130px;
      margin-left: -26px; }
  header .right {
    display: none; }

nav {
  display: inline-block;
  position: fixed;
  z-index: 9999;
  top: 100px;
  left: 60px; }
  nav ul {
    text-align: right; }
    nav ul li {
      margin-top: 100px; }
      nav ul li:first-child {
        margin-top: 0px; }
      nav ul li a {
        display: inline-block;
        width: auto;
        font-family: "GT-Walsheim-Regular", sans-serif;
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        text-decoration: none; }
        nav ul li a div {
          width: 0px;
          height: 2px;
          background-color: #fff;
          opacity: 0; }
  nav .white {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden; }
  nav .black {
    overflow: hidden;
    position: relative;
    top: 0px; }
    nav .black ul li a {
      color: #fff; }
      nav .black ul li a div {
        background-color: #fff; }

.home {
  display: inline-block;
  float: left;
  width: 100%; }
  .home .layer_bg {
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .home .layer_bg .layer_1 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 100; }
    .home .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 200;
      padding: 30px;
      box-sizing: border-box; }
      .home .layer_bg .layer_2 .bg {
        display: inline-block;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        background: #bbb0a2;
        position: absolute;
        z-index: 201; }
      .home .layer_bg .layer_2 .fg {
        display: none; }
    .home .layer_bg .layer_3 {
      display: inline-block;
      width: 100%;
      height: 83%;
      position: absolute;
      left: 0px;
      top: 70px;
      z-index: 300;
      overflow: hidden;
      background-image: url("../../images/homepage/layer_3_svg_logo.png");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: auto 100%; }
      .home .layer_bg .layer_3 svg {
        display: none; }
    .home .layer_bg .layer_4 {
      display: inline-block;
      width: 100%;
      height: 105%;
      top: -5%;
      position: relative;
      z-index: 400;
      background-image: url("../../images/homepage/layer_4.png");
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: contain; }
      .home .layer_bg .layer_4 .mask {
        display: inline-block;
        width: 100%;
        height: 0px;
        background: #fff;
        position: absolute;
        z-index: 401;
        bottom: 0px; }
    .home .layer_bg .layer_5 {
      display: inline-block;
      position: absolute;
      left: calc(50% - 80px);
      bottom: 50px;
      z-index: 500; }
      .home .layer_bg .layer_5 .title {
        display: none; }
      .home .layer_bg .layer_5 .text {
        display: none; }
      .home .layer_bg .layer_5 .button {
        display: block;
        width: 160px;
        height: 60px;
        border: 2px solid #fff;
        box-sizing: border-box; }
        .home .layer_bg .layer_5 .button span {
          float: left;
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 18px;
          color: #fff;
          line-height: 54px;
          margin-left: 30px;
          margin-right: 25px; }
        .home .layer_bg .layer_5 .button i.arrow_down {
          display: inline-block;
          float: right;
          margin-right: 30px;
          width: 15px;
          height: 15px;
          background-image: url("../../images/icon/arrow_down.png");
          background-repeat: no-repeat;
          background-position: center bottom;
          margin-top: 20px; }

.collections {
  display: inline-block;
  float: left;
  width: 100%; }
  .collections .layer_bg {
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .collections .layer_bg .layer_1 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 100; }
    .collections .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 200;
      padding: 30px;
      box-sizing: border-box; }
      .collections .layer_bg .layer_2 .left {
        display: inline-block;
        float: right;
        width: calc(50% - 20px); }
        .collections .layer_bg .layer_2 .left .collection {
          display: inline-block;
          text-align: left;
          margin-left: 30px; }
          .collections .layer_bg .layer_2 .left .collection .text {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 16px;
            line-height: 32px; }
            .collections .layer_bg .layer_2 .left .collection .text.big {
              font-size: 72px;
              line-height: 80px;
              margin: 20px 0px; }
              .collections .layer_bg .layer_2 .left .collection .text.big span {
                text-decoration: line-through; }
        .collections .layer_bg .layer_2 .left .information {
          display: inline-block;
          margin-top: 60px; }
          .collections .layer_bg .layer_2 .left .information .l {
            display: inline-block;
            float: left;
            width: 100%;
            box-sizing: border-box;
            padding: 0px 30px;
            margin-bottom: 30px; }
          .collections .layer_bg .layer_2 .left .information .r {
            display: inline-block;
            float: left;
            width: 100%;
            box-sizing: border-box;
            padding: 0px 30px; }
          .collections .layer_bg .layer_2 .left .information .more {
            display: inline-block;
            float: left;
            width: calc(100% - 30px);
            margin-top: 40px;
            margin-left: 30px; }
          .collections .layer_bg .layer_2 .left .information .head {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 17px;
            color: #000;
            margin-bottom: 30px; }
          .collections .layer_bg .layer_2 .left .information .text {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 16px;
            line-height: 26px;
            color: #000; }
          .collections .layer_bg .layer_2 .left .information .button {
            display: block;
            width: 100%;
            height: 60px;
            border: 2px solid #000;
            box-sizing: border-box; }
            .collections .layer_bg .layer_2 .left .information .button span {
              float: left;
              font-family: "GT-Walsheim-Regular", sans-serif;
              font-size: 24px;
              color: #000;
              line-height: 54px;
              margin-left: 30px; }
            .collections .layer_bg .layer_2 .left .information .button i.arrow_right {
              display: inline-block;
              float: right;
              width: 15px;
              height: 100%;
              background-image: url("../../images/icon/arrow_right_black.png");
              background-repeat: no-repeat;
              background-position: center right;
              margin-right: 30px; }
      .collections .layer_bg .layer_2 .right {
        display: inline-block;
        float: left;
        width: calc(50% + 20px);
        height: 100%;
        background-image: url("../../images/homepage/collections_bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        box-sizing: border-box;
        padding: 30px; }
  .collections .slide2 .layer_bg {
    position: fixed; }
  .collections .slide2 .all {
    height: 7350px;
    background: #fff; }
    .collections .slide2 .all .over {
      width: 100%;
      position: relative;
      z-index: 210;
      overflow: hidden;
      text-align: center; }
      .collections .slide2 .all .over .back {
        margin-top: 0px !important;
        text-align: center;
        display: inline-block;
        width: 100%; }
        .collections .slide2 .all .over .back a {
          display: inline-block; }
        .collections .slide2 .all .over .back span {
          float: left;
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 14px;
          color: #000;
          line-height: 120px; }
        .collections .slide2 .all .over .back i.arrow_left_black {
          display: inline-block;
          float: left;
          width: 15px;
          height: 120px;
          background-image: url("../../images/icon/arrow_left_black.png");
          background-repeat: no-repeat;
          background-position: center left;
          margin-right: 20px; }
      .collections .slide2 .all .over .title {
        display: inline-block; }
        .collections .slide2 .all .over .title .text {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 120px;
          color: #000;
          line-height: 120px; }
      .collections .slide2 .all .over .more {
        display: none; }
      .collections .slide2 .all .over .scroll {
        position: absolute;
        bottom: 130px;
        left: 50%;
        margin-left: -30px; }
        .collections .slide2 .all .over .scroll img {
          width: 60px; }
    .collections .slide2 .all .content {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 100;
      overflow: hidden; }
      .collections .slide2 .all .content .image {
        z-index: 9; }
      .collections .slide2 .all .content .information {
        z-index: 20;
        background-color: #fff;
        padding: 30px; }
      .collections .slide2 .all .content .text {
        font-family: "GT-Walsheim-Regular", sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #000; }
      .collections .slide2 .all .content .head {
        font-family: "GT-Walsheim-Regular", sans-serif;
        font-size: 24px;
        line-height: 30px;
        color: #000;
        margin-bottom: 20px; }
      .collections .slide2 .all .content .box1 {
        position: absolute;
        top: 20px;
        left: 20px; }
        .collections .slide2 .all .content .box1 img {
          width: 250px; }
      .collections .slide2 .all .content .box2 {
        position: absolute;
        top: 100px;
        right: 20px; }
        .collections .slide2 .all .content .box2 img {
          width: 450px; }
      .collections .slide2 .all .content .box3 {
        position: absolute;
        top: 450px;
        left: 20px;
        width: 400px;
        box-sizing: border-box; }
      .collections .slide2 .all .content .box4 {
        position: absolute;
        top: 1100px;
        left: 20px; }
        .collections .slide2 .all .content .box4 img {
          width: 300px; }
      .collections .slide2 .all .content .box5 {
        position: absolute;
        top: 1000px;
        right: 20px; }
        .collections .slide2 .all .content .box5 img {
          width: 300px; }
      .collections .slide2 .all .content .box6 {
        position: absolute;
        top: 1450px;
        right: 20px; }
        .collections .slide2 .all .content .box6 img {
          width: 450px; }
      .collections .slide2 .all .content .box7 {
        position: absolute;
        top: 2250px;
        right: 20px; }
        .collections .slide2 .all .content .box7 img {
          width: 300px; }
      .collections .slide2 .all .content .box8 {
        position: absolute;
        top: 2200px;
        left: 20px; }
        .collections .slide2 .all .content .box8 img {
          width: 300px; }
      .collections .slide2 .all .content .box9 {
        position: absolute;
        top: 2150px;
        left: 20px;
        width: 400px;
        box-sizing: border-box; }
      .collections .slide2 .all .content .box10 {
        position: absolute;
        top: 3050px;
        right: 20px; }
        .collections .slide2 .all .content .box10 img {
          width: 300px; }
      .collections .slide2 .all .content .box11 {
        position: absolute;
        top: 3200px;
        left: 20px;
        width: 500px; }
        .collections .slide2 .all .content .box11 img {
          float: left;
          width: 400px; }
        .collections .slide2 .all .content .box11 iframe {
          float: left; }
        .collections .slide2 .all .content .box11 .information-inside {
          display: inline-block;
          float: left;
          width: 450px;
          background-color: #fff;
          padding: 30px;
          box-sizing: border-box; }
      .collections .slide2 .all .content .box12 {
        position: absolute;
        z-index: 11;
        top: 2550px;
        left: 20px;
        width: 200px;
        height: 152px;
        background-image: url("../../images/collections_scroll/partner_1.png");
        background-repeat: no-repeat;
        background-size: cover; }
        .collections .slide2 .all .content .box12 .text {
          margin-top: 20px; }
      .collections .slide2 .all .content .box13 {
        position: absolute;
        top: 3700px;
        right: 40px; }
        .collections .slide2 .all .content .box13 img {
          width: 450px; }
      .collections .slide2 .all .content .box14 {
        position: absolute;
        top: 4250px;
        left: 20px; }
        .collections .slide2 .all .content .box14 img {
          width: 350px; }
      .collections .slide2 .all .content .box15 {
        position: absolute;
        top: 4700px;
        right: 40px; }
        .collections .slide2 .all .content .box15 img {
          width: 350px; }
      .collections .slide2 .all .content .box16 {
        position: absolute;
        z-index: 11;
        top: 4300px;
        left: 40px;
        width: 185px;
        height: 202px;
        background-image: url("../../images/collections_scroll/partner_2.png");
        background-repeat: no-repeat;
        background-size: cover; }
        .collections .slide2 .all .content .box16 .text {
          margin-top: 20px; }
      .collections .slide2 .all .content .box17 {
        position: absolute;
        top: 4700px;
        left: 20px; }
        .collections .slide2 .all .content .box17 img {
          width: 350px; }
      .collections .slide2 .all .content .box18 {
        position: absolute;
        top: 5500px;
        left: 20%; }
        .collections .slide2 .all .content .box18 img {
          width: 450px; }
      .collections .slide2 .all .content .box19 {
        position: absolute;
        top: 5200px;
        right: 20px; }
        .collections .slide2 .all .content .box19 img {
          width: 300px; }
      .collections .slide2 .all .content .box20 {
        position: absolute;
        z-index: 11;
        top: 3200px;
        left: 40px;
        width: 93px;
        height: 100px;
        background-image: url("../../images/collections_scroll/partner_3.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left bottom; }
        .collections .slide2 .all .content .box20 .text {
          margin-top: 20px; }
      .collections .slide2 .all .content .box21 {
        position: absolute;
        z-index: 11;
        top: 7000px;
        left: 40px;
        width: 150px;
        height: 120px;
        background-image: url("../../images/collections_scroll/partner_4.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left bottom; }
        .collections .slide2 .all .content .box21 .text {
          margin-top: 20px; }
      .collections .slide2 .all .content .box22 {
        position: absolute;
        top: 6050px;
        right: 20px;
        z-index: 8; }
        .collections .slide2 .all .content .box22 img {
          width: 300px; }
      .collections .slide2 .all .content .box23 {
        position: absolute;
        top: 6400px;
        left: 20px; }
        .collections .slide2 .all .content .box23 img {
          width: 400px; }
      .collections .slide2 .all .content .box24 {
        position: absolute;
        top: 6600px;
        right: 20px; }
        .collections .slide2 .all .content .box24 img {
          width: 250px; }
      .collections .slide2 .all .content .box25 {
        position: absolute;
        top: 7200px;
        left: 20px; }
        .collections .slide2 .all .content .box25 img {
          width: 250px; }
      .collections .slide2 .all .content .box26 {
        position: absolute;
        top: 7400px;
        right: 40px; }
        .collections .slide2 .all .content .box26 img {
          width: 400px; }
      .collections .slide2 .all .content .box27 {
        position: absolute;
        top: 7600px;
        left: 40px; }
        .collections .slide2 .all .content .box27 img {
          width: 450px; }
    .collections .slide2 .all .footer {
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 100px; }
      .collections .slide2 .all .footer .action {
        display: inline-block; }
        .collections .slide2 .all .footer .action .up {
          display: inline-block;
          float: left;
          margin-right: 30px; }
          .collections .slide2 .all .footer .action .up .button {
            display: inline-block;
            height: 60px;
            border: 2px solid #000;
            box-sizing: border-box;
            padding: 0px 30px; }
            .collections .slide2 .all .footer .action .up .button span {
              float: left;
              font-family: "GT-Walsheim-Regular", sans-serif;
              font-size: 24px;
              color: #000;
              line-height: 54px; }
            .collections .slide2 .all .footer .action .up .button i.arrow_up {
              display: inline-block;
              float: left;
              width: 23px;
              height: 15px;
              background-image: url("../../images/icon/arrow-up.png");
              background-repeat: no-repeat;
              background-position: center top;
              margin-top: 20px;
              margin-right: 30px; }
        .collections .slide2 .all .footer .action .shop {
          position: relative;
          display: inline-block;
          float: left;
          overflow: hidden; }
          .collections .slide2 .all .footer .action .shop .button {
            display: inline-block;
            height: 60px;
            border: 2px solid #000;
            box-sizing: border-box;
            padding: 0px 30px;
            padding-left: 78px; }
            .collections .slide2 .all .footer .action .shop .button span {
              float: left;
              font-family: "GT-Walsheim-Regular", sans-serif;
              font-size: 24px;
              color: #000;
              line-height: 54px; }
            .collections .slide2 .all .footer .action .shop .button i.icon_cart {
              position: absolute;
              left: 30px;
              top: 0px;
              display: inline-block;
              float: right;
              width: 18px;
              height: 100%;
              background-image: url("../../images/icon/icon-cart.png");
              background-repeat: no-repeat;
              background-position: center;
              background-size: 100%;
              margin-right: 30px; }
              .collections .slide2 .all .footer .action .shop .button i.icon_cart.two {
                top: -60px; }
  .collections .slide2 .f {
    position: absolute;
    z-index: 201;
    top: 20px;
    left: 20px; }
    .collections .slide2 .f img {
      width: 60px; }
  .collections .slide2 .w {
    position: absolute;
    z-index: 201;
    top: 20px;
    right: 20px; }
    .collections .slide2 .w img {
      width: 135px; }
  .collections .slide2 .n15 {
    position: absolute;
    z-index: 201;
    bottom: 20px;
    left: 20px; }
    .collections .slide2 .n15 img {
      width: 115px; }
  .collections .slide2 .n16 {
    position: absolute;
    z-index: 201;
    bottom: 20px;
    right: 20px; }
    .collections .slide2 .n16 img {
      width: 115px; }
  .collections .slide2 .layer_2 .inside {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #e3e1de;
    text-align: center; }

.mark {
  display: inline-block;
  float: left;
  width: 100%; }
  .mark .layer_bg {
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .mark .layer_bg .bg {
      display: inline-block;
      width: calc(100% - 60px);
      height: calc(50% - 60px);
      margin-top: 30px;
      position: absolute;
      left: 30px;
      z-index: 90;
      background-image: url("../../images/homepage/mark_bg.jpg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    .mark .layer_bg .layer_1 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 100; }
    .mark .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 200;
      padding: 30px;
      box-sizing: border-box; }
      .mark .layer_bg .layer_2 .inside {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%; }
        @media (min-width: 1800px) {
          .mark .layer_bg .layer_2 .inside {
            background-position: right top;
            background-size: cover; } }
      .mark .layer_bg .layer_2 .left {
        display: inline-block;
        float: left;
        width: 100%;
        height: 50%; }
        .mark .layer_bg .layer_2 .left .logo {
          margin-top: 40%;
          margin-left: calc(100% - 470px); }
          .mark .layer_bg .layer_2 .left .logo img {
            width: 440px; }
      .mark .layer_bg .layer_2 .right {
        display: inline-block;
        float: right;
        width: 100%;
        box-sizing: border-box;
        padding: 30px; }
        .mark .layer_bg .layer_2 .right .head {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 24px;
          line-height: 36px;
          margin-bottom: 17px;
          color: #000;
          margin-bottom: 30px;
          text-align: right; }
        .mark .layer_bg .layer_2 .right .l {
          display: inline-block;
          float: left;
          width: 50%;
          box-sizing: border-box;
          padding-right: 20px; }
        .mark .layer_bg .layer_2 .right .r {
          display: inline-block;
          float: left;
          width: 50%;
          box-sizing: border-box;
          padding-left: 20px; }
          .mark .layer_bg .layer_2 .right .r .more {
            display: inline-block;
            float: left;
            width: 160px;
            margin-top: 40px; }
            .mark .layer_bg .layer_2 .right .r .more .button {
              display: block;
              width: 100%;
              height: 60px;
              border: 2px solid #000;
              box-sizing: border-box; }
              .mark .layer_bg .layer_2 .right .r .more .button span {
                float: left;
                font-family: "GT-Walsheim-Regular", sans-serif;
                font-size: 18px;
                color: #000;
                line-height: 54px;
                margin-left: 30px; }
              .mark .layer_bg .layer_2 .right .r .more .button i.arrow_right {
                display: inline-block;
                float: right;
                width: 15px;
                height: 100%;
                background-image: url("../../images/icon/arrow_right.png");
                background-repeat: no-repeat;
                background-position: center;
                margin-right: 30px; }
        .mark .layer_bg .layer_2 .right .text {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 16px;
          line-height: 26px;
          color: #000; }

.contact {
  display: inline-block;
  float: left;
  width: 100%; }
  .contact .layer_bg {
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .contact .layer_bg .layer_1 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 100; }
    .contact .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 200;
      padding: 30px;
      box-sizing: border-box; }
      .contact .layer_bg .layer_2 .inside {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%;
        background-image: url("../../images/homepage/map.jpg");
        background-repeat: no-repeat;
        background-position: center; }
      .contact .layer_bg .layer_2 .left {
        display: none; }
      .contact .layer_bg .layer_2 .right {
        display: inline-block;
        float: right;
        width: 50%;
        box-sizing: border-box;
        padding: 30px; }
        .contact .layer_bg .layer_2 .right .head {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 24px;
          line-height: 36px;
          margin-bottom: 17px;
          color: #fff;
          margin-bottom: 30px; }
        .contact .layer_bg .layer_2 .right .box {
          display: inline-block;
          text-align: left; }
          .contact .layer_bg .layer_2 .right .box .text {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 24px;
            line-height: 32px;
            color: #fff; }
            .contact .layer_bg .layer_2 .right .box .text.big {
              font-size: 72px;
              line-height: 100px;
              margin: 50px 0px; }
              .contact .layer_bg .layer_2 .right .box .text.big span {
                text-decoration: line-through; }
        .contact .layer_bg .layer_2 .right .l {
          display: inline-block;
          float: left;
          width: 100%;
          box-sizing: border-box;
          padding-right: 20px; }
          .contact .layer_bg .layer_2 .right .l .more {
            position: relative;
            display: inline-block;
            float: left;
            width: 240px;
            margin-top: 40px;
            overflow: hidden; }
            .contact .layer_bg .layer_2 .right .l .more .button {
              display: block;
              width: 100%;
              height: 60px;
              border: 2px solid #fff;
              box-sizing: border-box; }
              .contact .layer_bg .layer_2 .right .l .more .button span {
                float: left;
                font-family: "GT-Walsheim-Regular", sans-serif;
                font-size: 18px;
                color: #fff;
                line-height: 54px;
                margin-left: 30px; }
              .contact .layer_bg .layer_2 .right .l .more .button i.icon_mark {
                position: absolute;
                right: 0px;
                top: 0px;
                display: inline-block;
                float: right;
                width: 12px;
                height: 100%;
                background-image: url("../../images/icon/icon-mark.png");
                background-repeat: no-repeat;
                background-position: center;
                margin-right: 30px; }
                .contact .layer_bg .layer_2 .right .l .more .button i.icon_mark.two {
                  top: -60px; }
        .contact .layer_bg .layer_2 .right .r {
          display: inline-block;
          float: left;
          width: 50%;
          box-sizing: border-box;
          padding-left: 20px; }
        .contact .layer_bg .layer_2 .right .text {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 16px;
          line-height: 26px;
          color: #fff; }
        .contact .layer_bg .layer_2 .right a {
          display: block;
          text-decoration: none; }
