.footer {
  min-height: 698px;
  background-color: #223265;
  padding-top: 190px;
  box-sizing: border-box; }
  @media (max-width: 960px) {
    .footer {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .footer .footer-wap {
    display: none; }
  .footer .footer-middle {
    max-width: 1200px;
    margin: auto; }
    .footer .footer-middle .top {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 17px; }
      .footer .footer-middle .top .left .logo {
        max-width: 170px;
        margin-bottom: 35px; }
        .footer .footer-middle .top .left .logo img {
          width: 100%; }
      .footer .footer-middle .top .left .introduce {
        max-width: 310px;
        font-size: 16px;
        line-height: 25px;
        color: #ffffff; }
        .footer .footer-middle .top .left .introduce p {
          margin-bottom: 1px; }
          .footer .footer-middle .top .left .introduce p:last-child {
            margin-bottom: 29px; }
      .footer .footer-middle .top .left .customer-box {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .footer .footer-middle .top .left .customer-box .customer-item:not(:last-of-type) {
          margin-right: 30px; }
        .footer .footer-middle .top .left .customer-box .customer-item .customer-title {
          margin-bottom: 10px;
          font-size: 16px;
          font-family: "Poppins-Bold";
          font-weight: bold;
          color: #FFFFFF;
          line-height: 25px; }
        .footer .footer-middle .top .left .customer-box .customer-item .tip {
          color: #fff; }
        .footer .footer-middle .top .left .customer-box .customer-item .customer-service {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .footer .footer-middle .top .left .customer-box .customer-item .customer-service .contact {
            position: relative;
            margin-right: 20px; }
            .footer .footer-middle .top .left .customer-box .customer-item .customer-service .contact:last-of-type {
              margin-right: 0; }
            .footer .footer-middle .top .left .customer-box .customer-item .customer-service .contact .name {
              display: none;
              position: absolute;
              bottom: -35px;
              left: 50%;
              transform: translateX(-50%);
              padding: 1px 10px;
              background-color: white;
              border-radius: 5px;
              /* color: #255ccc; */
              font-size: 12px;
              font-weight: 600;
              box-shadow: 0px 3px 21.6px 2.4px rgba(60, 127, 255, 0.05); }
            .footer .footer-middle .top .left .customer-box .customer-item .customer-service .contact:hover .name {
              display: block; }
      .footer .footer-middle .top .right {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 780px; }
        .footer .footer-middle .top .right ul li span {
          font-size: 16px;
          line-height: 25px;
          color: #ffffff;
          margin-bottom: 23px;
          display: inline-block; }
        .footer .footer-middle .top .right ul li a {
          font-size: 16px;
          line-height: 25px;
          color: #ffffff;
          opacity: 0.5;
          margin-bottom: 20px;
          display: inline-block; }
          .footer .footer-middle .top .right ul li a:hover {
            opacity: 1; }
    .footer .footer-middle .bottom {
      border-top: solid 1px rgba(255, 255, 255, 0.1);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-around;
      flex-wrap: wrap;
      min-height: 64px; }
      .footer .footer-middle .bottom .bottom-top {
        font-size: 16px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.5); }
        .footer .footer-middle .bottom .bottom-top a {
          font-size: 16px;
          line-height: 25px;
          color: rgba(255, 255, 255, 0.5);
          margin-right: 20px;
          text-decoration: none; }
          .footer .footer-middle .bottom .bottom-top a:hover {
            color: white; }
          .footer .footer-middle .bottom .bottom-top a:last-child {
            margin-right: 0; }
      .footer .footer-middle .bottom .bottom-bottom {
        margin-top: 10px;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        .footer .footer-middle .bottom .bottom-bottom .left {
          font-size: 16px;
          line-height: 25px;
          color: rgba(255, 255, 255, 0.5); }
        .footer .footer-middle .bottom .bottom-bottom .left a {
          color:#FFFFFF;
          margin-right: 22px; }
          .footer .footer-middle .bottom .bottom-bottom .left a:hover {
            color: white; }

.foot-form-model {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: auto;
  text-align: center; }
  .foot-form-model::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle; }
  .foot-form-model .aff-form-wrap {
    width: 1200px;
    margin: 0 auto 35px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .foot-form-model .aff-form-wrap .icon {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
    .foot-form-model .aff-form-wrap .title {
      height: 70px;
      line-height: 70px;
      font-size: 32px;
      font-weight: bold;
      text-align: center; }
      .foot-form-model .aff-form-wrap .title .blue {
        color: #3c7fff; }
    .foot-form-model .aff-form-wrap .form-box {
      margin: 0 100px;
      padding: 0 40px;
      border-radius: 6px;
      box-shadow: 0 0 24px rgba(60, 127, 255, 0.06); }
      .foot-form-model .aff-form-wrap .form-box .layui-form-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0; }
        .foot-form-model .aff-form-wrap .form-box .layui-form-item::after {
          display: none; }
        .foot-form-model .aff-form-wrap .form-box .layui-form-item .layui-inline {
          flex-grow: 1;
          margin: 0 20px 0 0; }
          .foot-form-model .aff-form-wrap .form-box .layui-form-item .layui-inline:nth-child(2) {
            margin-left: 20px; }
          .foot-form-model .aff-form-wrap .form-box .layui-form-item .layui-inline .layui-form-label {
            float: none;
            width: 100%;
            padding: 20px 0 15px;
            font-weight: bold;
            font-size: 16px;
            color: #000;
            text-align: left; }
            .foot-form-model .aff-form-wrap .form-box .layui-form-item .layui-inline .layui-form-label span {
              color: #ff1414; }
          .foot-form-model .aff-form-wrap .form-box .layui-form-item .layui-inline .layui-input-block {
            margin-left: 0; }
            .foot-form-model .aff-form-wrap .form-box .layui-form-item .layui-inline .layui-input-block .layui-input {
              height: 45px;
              line-height: 45px; }
            .foot-form-model .aff-form-wrap .form-box .layui-form-item .layui-inline .layui-input-block input,
            .foot-form-model .aff-form-wrap .form-box .layui-form-item .layui-inline .layui-input-block textarea {
              line-height: 38px;
              background: #fdfdff;
              border-radius: 6px;
              font-size: 16px;
              font-weight: 400;
              color: #000;
              resize: none; }
    .foot-form-model .aff-form-wrap .btn-box {
      padding: 30px 0; }
      .foot-form-model .aff-form-wrap .btn-box .btn {
        width: 260px;
        height: 48px;
        line-height: 48px;
        margin: 0 auto;
        background: #3c7fff;
        border-radius: 6px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        cursor: pointer; }

.foot-sdk-model {
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 467px;
  width: calc(90% - 80px);
  padding: 40px;
  background-color: white;
  border-radius: 20px; }
  .foot-sdk-model .foot-customized-close {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 25px; }
  .foot-sdk-model .foot-customized-title {
    margin-bottom: 22px; }
    .foot-sdk-model .foot-customized-title .title {
      font-size: 24px;
      color: #223265;
      font-family: "Poppins-Bold";
      margin-bottom: 2px; }
    .foot-sdk-model .foot-customized-title .describe {
      font-size: 14px;
      color: rgba(17, 24, 46, 0.2); }
  .foot-sdk-model .foot-customized-btn {
    width: 100%;
    height: 66px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none; }
    .foot-sdk-model .foot-customized-btn img {
      margin-left: 24px;
      margin-right: 24px; }
    .foot-sdk-model .foot-customized-btn span {
      font-size: 20px;
      color: #ffffff; }
    .foot-sdk-model .foot-customized-btn.blue {
      box-shadow: 0px 3px 20px 0px rgba(18, 76, 183, 0.4);
      background-image: linear-gradient(-280deg, #1296db 0%, #1660ea 100%);
      margin-bottom: 24px; }
    .foot-sdk-model .foot-customized-btn.green {
      box-shadow: 0px 3px 20px 0px rgba(22, 179, 80, 0.4);
      background-image: linear-gradient(-277deg, #25d366 0%, #0ca746 100%);
      margin-bottom: 24px; }
    .foot-sdk-model .foot-customized-btn.ching {
      box-shadow: 0px 3px 20px 0px rgba(18, 177, 170, 0.4);
      background-image: linear-gradient(96deg, #24D1C9 0%, #0DA7A0 100%); }

.talk-wap {
  display: none; }

@media (max-width: 960px) {
  html {
    font-size: calc(100vw / 375) !important; }

  * {
    list-style: none;
    box-sizing: border-box; }

  a {
    color: #333;
    text-decoration: none; }

  ul {
    padding: 0;
    margin: 0; }

  body {
    margin: 0; }

  .footer {
    min-height: 0 !important;
    padding: 90rem 16rem 0 !important;
    position: relative; }
    .footer .footer-middle {
      display: none; }
    .footer .footer-wap {
      display: block; }
      .footer .footer-wap .footer-icon {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
        .footer .footer-wap .footer-icon .logo-wrap img {
          height: 22rem; }
        .footer .footer-wap .footer-icon .customer-service-icon {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .footer .footer-wap .footer-icon .customer-service-icon li {
            position: relative;
            margin-left: 12rem;
            height: 18rem; }
            .footer .footer-wap .footer-icon .customer-service-icon li:last-of-type {
              margin-right: 10rem; }
            .footer .footer-wap .footer-icon .customer-service-icon li img {
              width: 16rem;
              height: 16rem; }
          .footer .footer-wap .footer-icon .customer-service-icon .icon-active::after {
            position: absolute;
            content: '';
            border-width: 10rem 8rem;
            border-style: solid;
            border-color: transparent transparent #fff transparent;
            bottom: -11rem;
            left: 0rem; }
        .footer .footer-wap .footer-icon .customer-service-wrap {
          width: 100%;
          height: 140rem;
          position: absolute;
          top: 29rem;
          left: 0;
          display: none;
          box-sizing: border-box; }
          .footer .footer-wap .footer-icon .customer-service-wrap .customer-service {
            background-color: #fff;
            width: 100%;
            height: 140rem;
            border-radius: 8rem;
            padding: 12rem 16rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .footer .footer-wap .footer-icon .customer-service-wrap .customer-service ul {
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 0;
              margin: 0; }
              .footer .footer-wap .footer-icon .customer-service-wrap .customer-service ul li {
                width: 62rem;
                text-align: center; }
                .footer .footer-wap .footer-icon .customer-service-wrap .customer-service ul li a img {
                  height: 32rem;
                  width: 32rem;
                  margin-bottom: 4rem; }
                .footer .footer-wap .footer-icon .customer-service-wrap .customer-service ul li a p {
                  font-size: 12rem;
                  color: #223265;
                  line-height: 17rem;
                  margin: 0; }
      .footer .footer-wap .introduce-wap {
        font-size: 12rem;
        color: #FFFFFF;
        margin: 8rem auto; }
        .footer .footer-wap .introduce-wap p {
          width: 100%;
          line-height: 18rem; }
      .footer .footer-wap .footer-bottom {
        width: 100%; }
        .footer .footer-wap .footer-bottom .footer-bottom-title {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 12rem;
          font-weight: 500;
          color: #FFFFFF;
          line-height: 18rem; }
          .footer .footer-wap .footer-bottom .footer-bottom-title img {
            width: 12rem;
            height: 12rem; }
        .footer .footer-wap .footer-bottom .footer-bottom-list {
          padding: 4rem auto 12rem; }
          .footer .footer-wap .footer-bottom .footer-bottom-list li {
            height: 20rem;
            display: flex;
            align-items: center; }
            .footer .footer-wap .footer-bottom .footer-bottom-list li a {
              font-size: 12rem;
              color: rgba(255, 255, 255, 0.5);
              line-height: 20rem; }
            .footer .footer-wap .footer-bottom .footer-bottom-list li a:hover {
              color: white; }
        .footer .footer-wap .footer-bottom .footer-bottom-list-n {
          display: none; }
      .footer .footer-wap .friends-wap {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 30rem;
        padding-top: 15rem;
        padding-bottom: 15rem; }
        .footer .footer-wap .friends-wap .friends-title {
          font-size: 12rem;
          color: rgba(255, 255, 255, 0.8);
          margin-top: 20rem;
          margin-bottom: 20rem; }
        .footer .footer-wap .friends-wap .friends-links {
          display: flex;
          flex-wrap: wrap;
          gap: 15rem; }
          .footer .footer-wap .friends-wap .friends-links a {
            font-size: 12rem;
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
            line-height: 18rem; }
            .footer .footer-wap .friends-wap .friends-links a:hover {
              color: white; }
      .footer .footer-wap .bottom-wap {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 30rem;
        padding-top: 7rem;
        padding-bottom: 10rem;
        font-size: 12rem;
        color: rgba(255, 255, 255, 0.5);
        line-height: 18rem; }
        .footer .footer-wap .bottom-wap div {
          display: flex; }
          .footer .footer-wap .bottom-wap div p {
            margin-right: 30rem; }

  .talk {
    display: none; }

  .talk-wap {
    width: 343rem;
    height: 121rem;
    margin: 0 auto;
    background: url("../img/index/img_bg.png") center/100% 100% no-repeat;
    position: relative;
    bottom: -42rem;
    padding: 16rem 0 14rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    z-index: 5; }
    .talk-wap h2 {
      text-align: center !important;
      font-size: 15rem !important;
      font-weight: bold;
      line-height: 23rem !important;
      color: #fff !important;
      margin: 0; }
    .talk-wap p {
      font-size: 12rem;
      color: #FFFFFF;
      line-height: 17rem;
      text-align: center;
      margin: 0; }
    .talk-wap .talk-wap-btn {
      width: 105rem;
      height: 24rem;
      background: #FFFFFF;
      border-radius: 4rem;
      border: none;
      font-size: 12rem;
      color: #3421FF;
      line-height: 18rem; } }
@media (min-width: 960.1px) {
  .activity-dogskin-plasters {
    position: fixed;
    bottom: 5%;
    left: 1%;
    text-align: center;
    display: none; } }
  @media (min-width: 960.1px) and (max-width: 960px) {
    .activity-dogskin-plasters {
      bottom: 0%;
      left: 0%; } }
@media (min-width: 960.1px) {
    .activity-dogskin-plasters .activity-show {
      user-select: none;
      cursor: pointer; }
      .activity-dogskin-plasters .activity-show img {
        max-width: 238px;
        width: 100%; }
    .activity-dogskin-plasters .activity-close {
      text-align: center;
      display: inline-block;
      cursor: pointer;
      user-select: none;
      transform: translate(-50%, -75%); } }
@media (max-width: 960px) {
  .activity-dogskin-plasters {
    display: none !important; } }
