﻿@font-face {
  font-family: GeosansLight;
  src: url('../font/GeosansLight.ttf')
}

::-webkit-scrollbar {
  width: 0px;
}

:root {
  --bg-main-color: rgb(183, 129, 90);
}

.content {
  width: 100%;
  min-height: 880px;
  background: #ffffff;
  padding-top: 100px;
}

.content .title {
  width: 276px;
  height: 117px;
  background: url('../image/overview/title.png') no-repeat;
  background-size: 100% 100%;
  margin: auto;
}

.content .title p {
  line-height: 177px;
  font-size: 20px;
  font-family: GeosansLight;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5px;
}

.out_container {
  width: 1280px;
  height: 650px;
  margin: 45px auto 15px;
  position: relative;
}

.in_container {
  width: 960px;
  height: 621px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper_btn {
  width: 20px;
  height: 20px;
  background-size: contain;
  color: var(--bg-main-color);
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.more img {
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.more p {
  font-size: 20px;
  font-family: GeosansLight;
  color: var(--bg-main-color);
  line-height: 24px;
  margin-left: 11px;
  cursor: pointer;
}