body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.header-warp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 980px;
  margin: 10px auto;
}

.logo-warp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.logo-icon {
  width: 60px;
  margin: 0 10px;
}

.logo-font {
  height: 60px;
}

.nav-warp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
}

.nav-items {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.nav-actived {
  font-weight: bold;
  font-size: 15px;
  position: relative;
}

.nav-actived::before {
  width: 30px;
  height: 4px;
  content: '';
  border-radius: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.section-container {
  width: 100%;
  height: 100%;
  background: url('../images/about-bg.png') 0 0 no-repeat;
}

.section-warp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 980px;
  margin: 0 auto;
}

.section-img-warp {
  width: 180px;
  position: relative;
  margin: 0 0 0 80px;
}

.section-text-warp {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  width: 30%;
  position: relative;
  margin: 0 0 0 200px;
}

.section-text-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.search-bar-img {
  display: block;
  width: 100%;
}

.section-text-box p {
  margin: 0;
  padding: 0;
}

.section-image-box {
  width: 180px;
  height: 376px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.phone-img {
  display: block;
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.cat-0002 {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 2;
}

.dog-0002 {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -80px;
  bottom: -10px;
  z-index: 2;
}

.cat-0003-01-img {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: -20px;
  z-index: 2;
}

.cat-0003-02-img {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 2;
}

.dog-0003-img {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 2;
}

.cat-0004-img {
  display: block;
  width: 180px;
  position: absolute;
  left: -10px;
  bottom: 5px;
  z-index: 2;
}

.cat-0005-img {
  display: block;
  width: 100px;
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: 0;
}

.cat-0006-img {
  display: block;
  width: 180px;
  position: absolute;
  right: -130px;
  bottom: 0;
  z-index: 0;
}

.section-dot-warp {
  display: flex;
  flex-direction: column;
  width: 20px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.section-dot-items {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffd674;
  border-radius: 50%;
  margin: 0 0 10px 0;
}

.section-dot-items:hover {
  cursor: pointer;
}

.section-dot-actived {
  background: #ffd674;
}

.footer {
  width: 100%;
  background: #000;
  height: 40px;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer-warp {
  width: 980px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.footer-spans {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
}

.footer-space {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  /* padding: 0 20px; */
  color: #fff;
}
