@import url(../fonts/fonts.css);
@media (max-width: 750px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 12px;
  }
}
* {
  font-family: '阿里巴巴普惠体';
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .inner {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.header {
  display: flex;
  height: 60px;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 1000px) {
  .header {
    justify-content: center;
  }
}
.header .header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1000px) {
  .header .header_logo {
    justify-content: center;
  }
}
.header .header_logo .logo_name {
  color: #ffffff;
  font-family: '阿里妈妈方圆体 VF';
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.header .header_logo .logo {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.index_page {
  background-color: #f5f5f5;
}
.pet_main {
  background: url(../images/bg.png) no-repeat center / 100% 100% #fdb24c;
  padding-bottom: 90.01px;
}
.pet_main .main_title {
  color: #ffffff;
  font-family: '阿里妈妈方圆体 VF';
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16.1px;
}
@media (max-width: 1000px) {
  .pet_main .main_title {
    font-size: 2.5rem;
  }
}
.pet_main .sub_title {
  color: #ffffff;
  font-family: '阿里妈妈方圆体 VF';
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .pet_main .sub_title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .pet_main .sub_title_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.pet_main .content {
  display: flex;
  justify-content: space-between;
  height: fit-content;
}
@media (max-width: 1000px) {
  .pet_main .content {
    flex-direction: column;
    justify-content: center;
  }
}
.pet_main .content .left_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0 40px;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 1000px) {
  .pet_main .content .left_box {
    justify-content: center;
    text-align: center;
    padding: 0 0 20px;
    align-items: center;
  }
}
.pet_main .content .down_box {
  margin-top: 60px;
  display: flex;
  text-align: center;
}
@media (max-width: 1000px) {
  .pet_main .content .down_box {
    margin-top: 30px;
    width: 80vw;
  }
}
.pet_main .content .down_box .code_box {
  padding: 15px 15px 5px 15px;
  border-radius: 15px;
  background: #ffffff;
  color: #333333;
  font-family: '阿里巴巴普惠体';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 18px;
}
@media (max-width: 1000px) {
  .pet_main .content .down_box .code_box {
    display: none;
  }
}
.pet_main .content .down_box .code_box .code {
  width: 120px;
}
.pet_main .content .down_box .btn_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .pet_main .content .down_box .btn_box {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.pet_main .content .down_box .down_btn {
  border-color: transparent;
  color: #333333;
  font-family: '阿里巴巴普惠体';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  width: 150px;
  height: 45px;
  border-radius: 25px;
  text-align: center;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.pet_main .content .down_box .down_btn:not(:last-child) {
  margin-right: 20px;
}
.pet_main .content .down_box .down_btn img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .pet_main .content .down_box .down_btn {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 1.2rem;
  }
}
.pet_main .content .down_box .down_btn:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  transform: translate(3px);
}
.pet_main .content .right_box {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1000px) {
  .pet_main .content .right_box {
    align-items: center;
    justify-content: center;
  }
}
.pet_main .content .right_box .product_img {
  width: 450px;
  max-width: 100%;
  position: relative;
  margin-top: -27.994px;
  transform: translateY(27.994px);
}
.pet_footer {
  background-color: #f6f6f6;
  padding: 40px 0 96px;
}
.pet_footer .footer_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .pet_footer .footer_body {
    flex-direction: column;
    justify-content: center;
  }
}
.pet_footer .footer_body .footer_right {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .pet_footer .footer_body .footer_right {
    display: none;
  }
}
.pet_footer .footer_body .footer_right .footer_qrcode_box {
  text-align: center;
}
.pet_footer .footer_body .footer_right .footer_qrcode_box img {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  width: 120px;
  height: 120px;
  padding: 10px;
  background: #ffffff;
}
.pet_footer .footer_body .footer_right .footer_qrcode_box p {
  color: #333333;
  font-family: '阿里巴巴普惠体';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}
.pet_footer .footer_body .footer_right .footer_qrcode_box:first-child {
  margin-right: 32.006px;
}
.pet_footer .footer_logo_box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .pet_footer .footer_logo_box {
    justify-content: center;
  }
}
.pet_footer .footer_logo_box .logo {
  width: 82px;
  height: 82px;
  margin-right: 20px;
}
.pet_footer .footer_logo_box .logo_detils {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pet_footer .footer_logo_box .logo_detils .title {
  color: #333333;
  font-family: '阿里妈妈方圆体 VF';
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.pet_footer .footer_logo_box .logo_detils .sub {
  color: #777777;
  font-family: '阿里巴巴普惠体';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.pet_footer .footer_navbar p {
  color: #333333;
  font-family: '阿里巴巴普惠体';
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  padding: 0;
}
.pet_footer .footer_navbar p a {
  color: #333333;
}
.pet_footer .footer_navbar p a.first {
  cursor: default;
}
.pet_footer .f_concat {
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  font-family: '阿里巴巴普惠体';
}
.pet_footer .ga_box {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  color: #212121;
  font-family: '阿里巴巴普惠体';
}
.pet_footer .ga_box .f_icon {
  width: 14px;
  margin-right: 5px;
}
.pet_footer .footer_info p {
  margin-top: 19px;
  color: #333333;
  font-family: '阿里巴巴普惠体';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
