input::-webkit-input-placeholder {
  color: #000000; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000; }

body {
  min-width: 1200px; }

.head {
  height: 170px;
  background: url(../images/head.png) center/cover no-repeat; }
  .head .logo-search {
    height: 106px; }
    .head .logo-search .logo {
      width: 431px;
      height: 47px;
      margin-top: 29px;
      text-indent: -100000px;
      background: url(../images/logo.svg) center/contain no-repeat; }
    .head .logo-search .search {
      height: 50px;
      width: 300px;
      margin-top: 28px;
      background: #FFFFFF;
      border-radius: 5px;
      text-indent: 21px;
      position: relative; }
      .head .logo-search .search span {
        position: absolute;
        top: 10px;
        right: 21px;
        width: 30px;
        height: 30px;
        opacity: .6;
        background: url(../images/search.svg) center no-repeat;
        background-size: 100%;
        cursor: pointer; }
      .head .logo-search .search span:hover {
        opacity: 1; }
      .head .logo-search .search input {
        width: 70%;
        font-size: 14px;
        line-height: 50px;
        color: #000000; }
  .head .nav {
    height: 64px; }
    .head .nav ul {
      height: 100%;
      display: -webkit-flex;
      /* Safari */
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: center;
      position: relative; }
      .head .nav ul::before {
        position: absolute;
        content: '';
        width: 2px;
        height: 10px;
        background: #EAA319;
        left: 0;
        top: 27px;
        border-radius: 3px; }
      .head .nav ul li {
        flex-grow: 1;
        text-align: center;
        position: relative; }
        .head .nav ul li a span {
          display: inline-block;
          padding: 0 10px;
          line-height: 30px;
          font-size: 16px;
          color: #ffffff;
          font-weight: 300; }
        .head .nav ul li a:hover span {
          background: #275599;
          border-radius: 3px;
          font-weight: 900; }
        .head .nav ul li::after {
          position: absolute;
          content: '';
          width: 2px;
          height: 10px;
          background: #EAA319;
          right: 0;
          top: 10px;
          border-radius: 3px; }

.box {
  background: url(../images/topBg.png) top center no-repeat;
  min-height: 500px; }
  .box .infos {
    margin-bottom: 40px; }
    .box .infos .title {
      font-weight: 400;
      font-family: Manzein;
      padding: 0 50px;
      font-size: 66px;
      line-height: 80px;
      text-align: center;
      color: #0041A2;
      padding-top: 40px;
      margin-bottom: 10px; }
    .box .infos .summary {
      margin: 0 auto;
      font-weight: 300;
      width: 600px;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      color: #6E5F5C; }
    .box .infos .pics {
      margin-top: 68px;
      position: relative; }
      .box .infos .pics .pic {
        height: 636px;
        border-radius: 10px;
        width: 100%;
        overflow: hidden; }
        .box .infos .pics .pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .box .infos .pics .tip {
        padding: 0px 40px;
        padding-right: 20px;
        position: absolute;
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
        top: -29px;
        background: #FFC553;
        border: 4px solid #F8F8F8;
        border-radius: 35px;
        line-height: 50px; }
        .box .infos .pics .tip span {
          font-size: 18px;
          color: #9E6800;
          display: inline-block;
          margin-right: 20px; }
          .box .infos .pics .tip span i {
            color: #0041A2;
            font-size: 20px;
            font-weight: 900; }
      .box .infos .pics .tip1 {
        padding: 0px 20px;
        position: absolute;
        height: 30px;
        right: 24px;
        bottom: -15px;
        background: #F2F2F2;
        border-radius: 30px; }
        .box .infos .pics .tip1 span {
          font-size: 12px;
          color: #1F0D09;
          display: inline-block;
          position: relative;
          line-height: 30px; }
        .box .infos .pics .tip1 .sp1 {
          padding-left: 22px;
          padding-right: 12px;
          margin-right: 10px; }
          .box .infos .pics .tip1 .sp1:before {
            position: absolute;
            content: '';
            width: 12px;
            height: 15px;
            background: url(../images/type.svg) center/contain no-repeat;
            left: 0;
            top: 7.5px; }

            .box .infos .pics .tip1 .sp2{
              padding-left: 0;
            }
            .box .infos .pics .tip1 .sp2:before{
              display: none;
            }
            .box .infos .pics .tip1 .sp2:last-child:after{
              display: none;
            }

          .box .infos .pics .tip1 .sp1:after {
            position: absolute;
            content: '';
            width: 2px;
            height: 10px;
            background: #EAA319;
            right: 0;
            top: 10px;
            border-radius: 3px; }
    .box .infos .phones {
      position: relative;
      z-index: 10; }
      .box .infos .phones .fl {
        background: #F2F2F2;
        border-radius: 10px;
        padding: 35px 30px;
        margin-left: 40px;
        margin-top: -36px; }
        .box .infos .phones .fl ul li {
          margin-bottom: 30px;
          position: relative;
          padding-left: 37px; }
          .box .infos .phones .fl ul li:before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            top: 5px; }
          .box .infos .phones .fl ul li p {
            font-weight: bold;
            font-size: 14px;
            line-height: 30px;
            color: #5A6E7C; }
          .box .infos .phones .fl ul li span {
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: #1F0D09;
            display: block; }
            .price-block {
              position:relative;
              font-weight: 300;
              font-size: 14px;
              line-height: 20px;
              font-style:normal;
              display:block;
              color: #1F0D09;
            }
            .price-txt {
              word-break: break-word;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              width:180px;
              color: #1F0D09;
            }
            .shadow-tip {
              position:absolute;
              right:-14px;
              top:50%;
              margin-top:-14px;
              width:28px;
              height:28px;
              background:url(//r1.visitbeijing.com.cn/vbj-r/2021/0813/56cc5103ebf4986bd26099602ead5d82.png) no-repeat center center;
              display:none;
            }
            .price-shadow{
              width:280px;
              padding:10px 20px;
              background:#EDA045;
              position:absolute;
              left:0;
              top:0;
              color:#fff!important;
              line-height:30px;
              font-size:16px;
              word-wrap: break-word;
              word-break: normal;
              z-index:1;
              display:none;
            }
            .price-block-yellow {
              display: block;
              color: #1F0D09;
            }
            .price-block-yellow .price-block, .price-block-yellow .price-txt {
              color: #EDA045!important;
            }
        .box .infos .phones .fl ul li.ph:before {
          background: url(../images/phone.svg) center/contain no-repeat; }
        .box .infos .phones .fl ul li.time:before {
          background: url(../images/time.svg) center/contain no-repeat; }
        .box .infos .phones .fl ul li.recommend:before {
          background: url(../images/recommend.svg) center/contain no-repeat; }
        .box .infos .phones .fl ul li.admission:before {
          background: url(../images/admission.svg) center/contain no-repeat; }
        .box .infos .phones .fl ul li.open:before {
          background: url(../images/open.svg) center/contain no-repeat; }
        .box .infos .phones .fl ul .open {
          margin-bottom: 0; }
      .box .infos .phones .fr {
        width: 720px;
        padding-top: 44px;
        margin-right: 40px; }
        .box .infos .phones .fr h4 {
          font-style: italic;
          font-size: 22px;
          line-height: 30px;
          color: #FFC553; }
        .box .infos .phones .fr h5 {
          font-family: Manzein;
          font-style: normal;
          font-weight: 300;
          font-size: 40px;
          line-height: 50px;
          color: #2E5897;
          margin-top: 20px;
          margin-bottom: 10px; }
        .box .infos .phones .fr p {
          font-size: 16px;
          line-height: 30px;
          color: #6E5F5C;
          overflow: hidden;
          /*display: -webkit-box;*/
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 6; }
        .box .infos .phones .fr span {
          /*display: none;*/
          font-style: italic;
          font-weight: bold;
          font-size: 16px;
          line-height: 30px;
          color: #FFC553;
          float: right;
          margin-top: 20px;
          cursor: pointer; }
        .box .infos .phones .fr .moreDesc {
          display: none;
          overflow: scroll;
          position: fixed;
          left: 50%;
          top: 50%;
          margin-left: -560px;
          transform: translateY(-50%);
          width: 1120px;
          max-height: 750px;
          background: #FFFFFF;
          border: 10px solid #F2F2F2;
          box-sizing: border-box;
          border-radius: 10px;
          padding: 50px 40px; }
          .box .infos .phones .fr .moreDesc h6 {
            font-style: normal;
            font-weight: 300;
            font-size: 40px;
            line-height: 50px;
            color: #2E5897;
            margin-bottom: 5px; }
          .box .infos .phones .fr .moreDesc p {
            font-size: 16px;
            line-height: 30px;
            color: #6E5F5C; }
          .box .infos .phones .fr .moreDesc i {
            position: absolute;
            width: 67px;
            height: 30px;
            background: url(../images/close.svg) center/contain no-repeat;
            right: 30px;
            top: 20px;
            opacity: .6;
            cursor: pointer; }
          .box .infos .phones .fr .moreDesc i:hover {
            opacity: 1; }
  .box .scene {
    height: 250px;
    background: url(../images/scene.png) center/cover no-repeat;
    padding: 50px 0; }
    .box .scene .center {
      height: 105%;
      overflow: hidden; }
      .box .scene .center .inner {
        height: 100%;
        overflow-y: hidden;
        overflow-x: auto; }
      .box .scene .center ul {
        height: 100%; }
        .box .scene .center ul li {
          float: left;
          margin-right: 30px;
          height: 250px; }
          .box .scene .center ul li .pic {
            width: 250px;
            height: 250px;
            overflow: hidden;
            border-radius: 10px 0px 0px 10px; }
            .box .scene .center ul li .pic img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
          .box .scene .center ul li .info {
            width: 250px;
            padding: 30px;
            padding-right: 20px;
            box-sizing: border-box;
            background: #ffffff;
            overflow: hidden;
            height: 100%; }
            .box .scene .center ul li .info h6 {
              margin-bottom: 10px;
              font-weight: 300;
              font-size: 22px;
              line-height: 30px;
              color: #1F0D09; }
            .box .scene .center ul li .info p {
              font-weight: 300;
              font-size: 14px;
              line-height: 20px;
              color: #6E5F5C;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 7; }

    .scene-swiper {
      max-width:1920px;
      max-height: 250px;
      background: url(../images/scene.png) center repeat-y;
      padding: 50px 0;
      margin:0 auto;
      opacity:0;
      filter:alpha(opacity=0%);
    }
    .swiper-show {
      opacity:1;
      filter:alpha(opacity=100%);
    }
    .scene-swiper .swiper-wrapper {
      display: -webkit-box;
      -webkit-box-orient: horizontal;
      -webkit-box-pack: center;
      -webkit-box-align: center;

      display: -moz-box;
      -moz-box-orient: horizontal;
      -moz-box-pack: center;
      -moz-box-align: center;

      display: -o-box;
      -o-box-orient: horizontal;
      -o-box-pack: center;
      -o-box-align: center;

      display: -ms-box;
      -ms-box-orient: horizontal;
      -ms-box-pack: center;
      -ms-box-align: center;

      display: box;
      box-orient: horizontal;
      box-pack: center;
      box-align: center;
    }
    .scene-swiper .swiper-slide .pic {
      width: 50%;
      overflow: hidden;
      border-radius: 10px 0px 0px 10px;
      display:inline-block;
      background:#F6F6F6;
      position:relative;
    }
    .scene-swiper .swiper-slide .pic::before {
      display: block;
      content: '';
      padding-top:100%;
    }
    .scene-swiper .swiper-slide .pic img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      min-height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .scene-swiper .swiper-slide .info {
      width: 50%;
      position: relative;
      box-sizing: border-box;
      background: #F6F6F6;
      overflow: hidden;
      display:inline-block;
      border-radius: 0px 10px 10px 0px;
    }
    .scene-swiper .swiper-slide .info::before {
      display: block;
      content: '';
      padding-top:100%;
    }
    .scene-swiper .swiper-slide .info-txt {
      width:80%;
      padding:12% 8% 0 12%;
      position: absolute;
      left:0;
      top:0;
    }
    .scene-swiper .swiper-slide .info h6 {
      margin-bottom: 10px;
      font-weight: 300;
      font-size: 22px;
      line-height: 30px;
      color: #1F0D09;
      max-height:60px;
      overflow:hidden;
    }
    .scene-swiper .swiper-slide .info p {
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
      color: #6E5F5C;
      overflow: hidden;
      max-height:60px;
    }
.scene-swiper .swiper-button-next:after, .scene-swiper .swiper-container-rtl .swiper-button-prev:after, .scene-swiper .swiper-button-prev:after, .scene-swiper .swiper-container-rtl .swiper-button-next:after {
    content:'';
}
.scene-swiper .swiper-button-prev {
    width:60px;
    height:120px;
    left:0;
    top:50%;
    margin-top:-60px;
    background:url(../images/left.png) no-repeat 0 center;
}
.scene-swiper .swiper-button-next {
    width:60px;
    height:120px;
    right:0;
    top:50%;
    margin-top:-60px;
    background:url(../images/right.png) no-repeat right center;
}
.scene-swiper .swiper-button-disabled {
    display:none;
}

  .box h5.tit {
    padding: 30px 0;
    font-style: italic;
    font-size: 22px;
    line-height: 30px;
    color: #0041A2;
    position: relative; }
  .box .scenic-pictures {
    margin-top: 15px; }
    .box .scenic-pictures h5.tit i {
      display: none;
      font-weight: bold;
      font-size: 16px;
      line-height: 30px;
      color: #FFC553;
      float: right;
      cursor: pointer; }
    .box .scenic-pictures .picUi ul {
      width: 110%;
      /*margin-left: 30px;*/ }
      .box .scenic-pictures .picUi ul li {
        width: 270px;
        height: 400px;
        float: left;
        margin-right: 30px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        cursor: -moz-zoom-in;
        cursor: -webkit-zoom-in;
        cursor: zoom-in; }
        .box .scenic-pictures .picUi ul li img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .box .scenic-pictures .picUi ul li.li1 {
        width: 600px;
        cursor: default;
        /*margin-right: 0;*/ }
    .box .scenic-pictures .morePic {
      display: none;
      position: fixed;
      left: 50%;
      top: 50%;
      width: 1000px;
      height: 750px;
      margin-left: -500px;
      margin-top: -375px;
      background: #ffffff;
      border: 10px solid #F2F2F2;
      box-sizing: border-box;
      border-radius: 10px;
      z-index: 20;
      padding-top: 50px; }
      .box .scenic-pictures .morePic i {
        position: absolute;
        width: 67px;
        height: 30px;
        background: url(../images/close.svg) center/contain no-repeat;
        right: 20px;
        top: 16px;
        opacity: .6;
        cursor: pointer; }
      .box .scenic-pictures .morePic i:hover {
        opacity: 1; }
      .box .scenic-pictures .morePic .swiper-container {
        margin-left: auto;
        margin-right: auto; }
      .box .scenic-pictures .morePic .swiper-slide {
        background-size: cover;
        background-position: center; }
      .box .scenic-pictures .morePic .gallery-top {
        width: 750px !important;
        height: 500px !important;
        border-radius: 10px; }
        .box .scenic-pictures .morePic .gallery-top .swiper-slide {
          width: 100% !important; }
      .box .scenic-pictures .morePic .gallery-thumbs {
        height: 20% !important;
        box-sizing: border-box;
        padding: 10px 0;
        width: 750px !important; }
      .box .scenic-pictures .morePic .gallery-thumbs .swiper-slide {
        width: 180px !important;
        height: 120px !important;
        /*opacity: 0.6;*/
        border-radius: 3px;
        overflow: hidden; }
      .box .scenic-pictures .morePic .gallery-thumbs .swiper-slide-active {
        opacity: 1; }
      .box .scenic-pictures .morePic .swiper-pagination {
        background: #FFFFFF;
        border-radius: 50px;
        text-align: center;
        line-height: 30px;
        width: 80px !important;
        right: 13px;
        bottom: 14px;
        left: auto;
        color: #B2B2B2;
        font-style: italic; }
        .box .scenic-pictures .morePic .swiper-pagination .swiper-pagination-total {
          font-size: 16px;
          color: #B3B3B3; }
        .box .scenic-pictures .morePic .swiper-pagination .swiper-pagination-current {
          font-size: 16px;
          color: #4D4D4D; }
      .box .scenic-pictures .morePic .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1; }
      .box .scenic-pictures .morePic .swiper-button-next:after, .box .scenic-pictures .morePic .swiper-container-rtl .swiper-button-prev:after, .box .scenic-pictures .morePic .swiper-button-prev:after, .box .scenic-pictures .morePic .swiper-container-rtl .swiper-button-next:after {
        display: none; }
      .box .scenic-pictures .morePic .swiper-button-next.swiper-button-white, .box .scenic-pictures .morePic .swiper-button-prev.swiper-button-white {
        width: 50px;
        height: 120px;
        margin-top: -105px;
        background: url(../images/right.png) center/contain no-repeat;
        right: 0; }
      .box .scenic-pictures .morePic .swiper-button-white:hover {
        opacity: .8; }
      .box .scenic-pictures .morePic .swiper-button-prev.swiper-button-white {
        left: 0;
        background: url(../images/left.png) center/contain no-repeat; }
  .box .video-news {
    margin-top: 33px; }
    .box .video-news .video div {
      position: relative; }
    .box .video-news .video .pic {
      display: block;
      width: 600px;
      height: 400px;
      overflow: hidden;
      border-radius: 10px; }
      .box .video-news .video .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .box .video-news .video p {
      position: absolute;
      padding: 28px 48px 20px 90px;
      box-sizing: border-box;
      width: 600px;
      overflow: hidden;
      left: 0;
      bottom: 0;
      font-weight: 300;
      font-size: 22px;
      line-height: 26px;
      background: rgba(0, 0, 0, 0.3); }
      .box .video-news .video p a {
        color: #FFFFFF; }
    .box .video-news .video p:before {
      content: '';
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -25px;
      width: 50px;
      height: 50px;
      background: url(../images/video.png) center/cover no-repeat; }
    .box .video-news .news {
      width: 530px;
      opacity:0;
      filter: alpha(opacity=0%);
    }
    .box .video-news .news-show{
      opacity:1;
      filter: alpha(opacity=100%);
    }
      .box .video-news .news ul {
        border-top: 3px solid #E4E4E4; }
        .box .video-news .news ul li {
          border-bottom: 2px solid #F6F6F6; }
          .box .video-news .news ul li h6 {
            font-weight: 300;
            font-size: 22px;
            line-height: 30px;
            max-height: 60px;
            overflow: hidden;
            margin-top: 20px; }
            .box .video-news .news ul li h6 a {
              color: #1F0D09; }
          .box .video-news .news ul li p {
            margin-top: 10px;
            margin-bottom: 20px;
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: #6E5F5C; }
        .box .video-news .news ul li.li4 {
          display: none; }
  .box .video-news.only .center {
    overflow: hidden; }
  .box .video-news.only .video {
    display: none; }
  .box .video-news.only .news {
    float: none;
    width: 110%; }
    .box .video-news.only .news li {
      vertical-align: text-top;
      width: 583px;
      margin-right: 34px;
      display: inline-block;
      /*height: 140px;*/
      overflow: hidden; }
    .box .video-news.only .news li.li4 {
      display: inline-block; }
  .box .video-news.onlyV .news {
    display: none; }
  .box .video-news.onlyV .video {
    float: none;
    margin: 0 auto;
    width: 600px; }
  .box .video-news.onlyV .video h5.tit{
    width: 1200px;
    margin-left: -300px;
  }
  .box .theme-feature {
    margin-top: 68px;
    padding-bottom: 45px;
    /*height: 470px;*/
    background: url(../images/gray.png) top center/cover no-repeat #F8F8F8; }
    .box .theme-feature .theme1 {
      padding-right: 60px;
      width: 300px; }
      .box .theme-feature .theme1 .pic {
        display: block;
        width: 100%;
        height: 200px;
        border-radius: 10px;
        overflow: hidden; }
        .box .theme-feature .theme1 .pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .box .theme-feature .theme1 h6 {
        font-weight: 300;
        font-size: 30px;
        line-height: 35px;
        color: #1F0D09;
        margin: 10px 0; }
      .box .theme-feature .theme1 p {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #6E5F5C; }
    .box .theme-feature .theme2 {
      border-right: 2px solid #ffffff;
      border-left: 2px solid #ffffff;
      width: 360px;
      padding: 0 60px; }
      .box .theme-feature .theme2 div {
        border-bottom: 2px solid #ffffff;
        overflow: hidden;
        margin-bottom: 36px; }
      .box .theme-feature .theme2 h6 {
        font-weight: 300;
        font-size: 30px;
        line-height: 35px;
        color: #1F0D09;
        margin-bottom: 10px; }
      .box .theme-feature .theme2 p {
        word-break: break-word;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #6E5F5C;
        margin-bottom: 22px; }
    .box .theme-feature .feature {
      width: 300px; }
      .box .theme-feature .feature .pic {
        display: block;
        width: 100%;
        height: 200px;
        border-radius: 10px;
        overflow: hidden; }
        .box .theme-feature .feature .pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .box .theme-feature .feature h6 {
        font-weight: 300;
        font-size: 30px;
        line-height: 35px;
        color: #1F0D09;
        margin: 10px 0; }
      .box .theme-feature .feature p {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #6E5F5C; }
  .box .tour {
    margin-top: 30px;
    padding-bottom: 70px; }
    .box .tour .center {
      overflow: hidden; }
      .box .tour .center h5.tit a {
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
        color: #FFC553;
        float: right;
        cursor: pointer; }
      .box .tour .center ul {
        width: 110%; }
        .box .tour .center ul li {
          width: 270px;
          float: left;
          margin-right: 40px; }
          .box .tour .center ul li .pic {
            display: block;
            width: 270px;
            height: 180px;
            overflow: hidden;
            border-radius: 10px; }
            .box .tour .center ul li .pic img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .box .tour .center ul li p {
            margin-top: 40px;
            font-weight: 300;
            font-size: 18px;
            line-height: 24px;
            color: #1F0D09; }
          .box .tour .center ul li span.sp1 {
            float: left;
            margin-top: 7px;
            font-size: 14px;
            line-height: 24px;
            color: #1F0D09;
            position: relative;
            padding-right: 16px; }
          .box .tour .center ul li .sp1:before {
            content: '';
            position: absolute;
            background: url(../images/prove.png) center/contain no-repeat;
            width: 13px;
            height: 11px;
            right: 0;
            top: 7px; }
          .box .tour .center ul li span.sp2 {
            float: right;
            margin-top: 7px;
            font-weight: 300;
            font-size: 12px;
            line-height: 24px;
            color: #969696; }

.foot {
  height: 120px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #1F0D09;
  padding-top: 70px; }
  .foot a {
    color: #1F0D09; }
  .foot span {
    margin: 0 10px; }
