html{

  min-width: 1920px;
  overflow: scroll;
  width: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  background: white;
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  min-width: 1400px;
}
.page-main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
/* 头部 */
.menu {
  display: flex;
  padding-top: 48px;
  justify-content: space-between;
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
}

a {
  text-decoration: none;
  color: inherit;
}

.menu-left,
.menu-right {
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.menu-item {
  font-size: 16px;
  color: #333;
  border-radius: 17px;
  padding: 8px 27px;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.menu-item:hover,
.menu-item-active {
  background: #000000;
  color: #fff;
}

.menu-logo {
  width: 232px;
}
.menu-login {
  background: rgba(255, 255, 255, 0.5);
}
/* 首页、宠物领养 */
.menu-main {
  height: 800px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: url("../images/index/bg@2x.png") no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.menu-main-content {
  margin-top: 155px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.menu-main-title {
  font-weight: bold;
  font-size: 70px;
  color: #000001;
  margin-bottom: 30px;
}
.menu-main-desc {
  font-size: 18px;
  color: #718b89;
  line-height: 32px;
}
.menu-main-btn {
  width: 160px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  color: #000000;
  cursor: pointer;
}
.menu-main-btn:hover{
  background-color: #d0f9fd;
}
/* 领养协议 */
.menu-main-2 {
  background: url("../images/other/bg@2x.png") no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  height: 517px;
}
.menu-main-2-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 70px;
}
.menu-main-2-title {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 20px;
}
.menu-main-2-desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}
/* 通用 */
.pet-common-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pet-common-title-text {
  font-weight: bold;
  font-size: 44px;
  color: #000000;
  position: relative;
  z-index: 2;
}
.pet-common-title-img {
  width: 602px;
  margin-top: -14px;
  position: relative;
  z-index: 1;
}
.pet-common-divider {
  width: 100%;
  height: 2px;
  background: #dbf1ef;
  margin-top: 20px;
}
/* 底部 */
.footer {
  width: 100%;
  height: 473px;
  background: #000000;
  border-radius: 50px 50px 0px 0px;
}
.footer-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 90px;
  height: 397px;
  position: relative;
  box-sizing: border-box;
}
.footer-logo {
  width: 218px;
  height: 48px;
  margin-bottom: 50px;
}
.footer-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  width: 133px;
  height: 133px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ededed;
  margin-top: 10px;
}
.footer-qrcode {
  width: 115px;
  height: 115px;
}
.footer-left {
  display: flex;
  flex-direction: column;
}
.footer-menu {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}
.footer-menu-item {
  font-size: 16px;
  color: #ffffff;
}
.footer-menu-divider {
  font-size: 16px;
  color: #ffffff;
}
.footer-address {
  margin-top: 50px;
}
.footer-address-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
}
.footer-divider {
  height: 1px;
  width: 100%;
  background: #ffffff;
  opacity: 0.3;
}
.footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 75px;
  margin: 0 auto;
}
.footer-bottom-text {
  font-size: 14px;
  color: #ffffff;
}
.footer-bottom-icon {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.footer-bottom-icon-img {
  width: 26px;
  height: 26px;
}

/* 分页 */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.pagination-item {
  position: relative;
  padding: 8px 24px;
  box-sizing: border-box;
  cursor: pointer;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border: 2px solid #e5e5e5;
}
.pagination-item:hover,
.pagination-item-active {
  background: #000000;
  color: #ffffff;
}
.pagination-item-disabled,
.pagination-item-disabled:hover {
  color: #c7c7c7;
  background: white;
}

/* 弹窗样式 */
.contact-pop{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width:100%;
  height:100%;
  z-index:90;
  left:0px;
  top:0px;
}
.contact-box{
  position: fixed;
  margin: auto;
  width: 580px;
  height: 400px;
  z-index: 99;
  border: solid 10px #89d6d1;
  border-radius: 35px;
  background-image: linear-gradient(#c1f6fc, #f1ffff 30%); 
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contact-box-img{
  position: absolute;
  width: 140px;
  height: 93px;
  z-index: 9;
  top: -85px;
  left: 50%; 
  transform: translate(-50%);
}
.contact-box-img image{
  width: 140px;
  height: 93px;
}
.contact-box-close{
  z-index: 8;
  position: absolute;
  right: -40px;
  top: -40px;
  width: 40px;
  height: 40px;
}
.contact-box-close a{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #89d6d1;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.contact-box-title{
  font-size: 25px;
  text-align: center;
  line-height: 100px;
  border-bottom: solid 1px #d7f0f0;
  height: 100px;
  margin: 20px 40px 10px 40px;
}
.contact-box-ul{
  padding: 20px 40px;
}
.contact-box-li{
  height: 55px;
  line-height: 55px;
  padding: 15px 0;
  display: flex;
  justify-content:space-around;
}
.contact-box-li span{
  font-size: 20px;
  color: #000;
}
.contact-box-but{
  width: 200px;
  height: 60px;
  position: absolute;
  z-index: 5;
  bottom: -35px;
  left: 50%; 
  transform: translate(-50%);
}
.contact-box-but input{
  width: 200px;
  height: 60px;
  display: block;
  background-color: #727ef8;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border: none;
  cursor: pointer;
}
.contact-box-li input{
  width: 360px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #c5d9d9;
  border-radius: 50px;
  padding: 0 20px;
  outline: none;
  font-size: 20px;
  color: #000;
}
.contact-box-li input::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 16px;
  color: #b4c7c9;
}
.contact-box-li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  color: #b4c7c9;
}
.contact-box-li input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px;
  color: #b4c7c9;
}
.contact-box-li input:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 16px;
  color: #b4c7c9;
}

/* 浮动窗 */
.float-dog{
  position: fixed;
  top: 400px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  width: 158px;
  height: 167px;
}
.float-dog img{
  position: absolute;
  z-index: 1;
  width: 148px;
  height: 156px;
  animation-name: dog;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes dog {
  0%   {transform: rotate(-3deg);width: 148px;height: 156px;}
  25%  {transform: rotate(0deg);width: 150px;height: 158px;}
  50%  {transform: rotate(3deg);width: 152px;height: 160px;}
  75%  {transform: rotate(0deg);width: 150px;height: 158px;}
  100% {transform: rotate(-3deg);width: 148px;height: 156px;}
}