.footer {
  width: 100%;
  height: auto;
  background-color: #E71215;
  margin-top: 4.167vw;
}

.footer .foot {
  display: flex;
  width: 74%;
  height: auto;
  margin: 0 auto;
  /* 40px */
  padding-top: 2.083vw;
}

.footer .foot .left {
  margin-right: 4.844vw;
}

.footer .foot .left .tab {
  margin-bottom: 15px;
}

.footer .foot .left .tab .title {
  font-family: Raleway, Raleway;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer .foot .left .tab .line {
  width: 80px;
  height: 2px;
  background: #FFFFFF;
}

.footer .foot .left .bot .list {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.footer .foot .left .bot .list .name {
  width: 98px;
  font-family: Raleway, Raleway;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
  text-align: left;
  margin-right: 4px;
}

.footer .foot .left .bot .list p {
  font-family: Raleway, Raleway;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: left;
}

.footer .foot .right .tab {
  margin-bottom: 15px;
}

.footer .foot .right .tab .title {
  font-family: Raleway, Raleway;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer .foot .right .tab .line {
  width: 80px;
  height: 2px;
  background: #FFFFFF;
}

.footer .foot .right .word {
  font-family: Raleway, Raleway;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: left;
  margin-bottom: 20px;
}

.footer .foot .right .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 54px;
  border-radius: 54px 54px 54px 54px;
  border: 1px solid #FFFFFF;
  transition: all 0.4s;
}

.footer .foot .right .more p {
  font-family: Raleway, Raleway;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 4px;
}

.footer .foot .right .more img {
  width: 30px;
  height: 22px;
}

.footer .foot .right .more:hover {
  border-color: #E71215;
  transform: translateX(10px);
}

.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 74%;
  height: auto;
  margin: 20px auto 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

.footer .copyright .list {
  font-family: Raleway, Raleway;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: left;
}

.fixing-strip {
  position: fixed;
  right: 20px;
  top: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.4s;
}

.fixing-strip .gotop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #E71215;
  border-radius: 48px 48px 48px 48px;
  cursor: pointer;
}

.fixing-strip .gotop img {
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
}

.fixing-strip .kefu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 48px 48px 48px 48px;
  cursor: pointer;
  margin-bottom: 100px;
  background-color: #FFFFFF;
}

.fixing-strip .kefu img {
  width: 20px;
  height: 20px;
}

.online-contact {
  position: fixed;
  bottom: 0;
  right: 100px;
  z-index: 999999;
  display: none;
  background-color: #f1f1f6;
  border-radius: 36px 36px 0 0;
  width: 360px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}

.online-contact .tab {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #E71215;
  margin: 15px 0;
  padding: 0 20px;
}

.online-contact .tab img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.online-contact .kuang {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  padding: 20px;
  border-radius: 30px;
  background-color: #FFFFFF;
}

.online-contact .kuang .our {
  width: fit-content;
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
  text-align: left;
  color: #FFFFFF;
  background-color: #ABADB0;
  margin-bottom: 20px;
}

.online-contact .kuang .user {
  float: right;
  width: fit-content;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  color: #FFFFFF;
  background-color: rgba(231, 18, 21, 0.7);
}

.online-contact .shuru {
  width: 100%;
  min-height: 40px;
  resize: none;
  font-size: 14px;
  color: #292929;
  background-color: #f1f1f6;
  padding: 10px;
}

.online-contact .btn {
  outline: none;
  border: none;
  float: right;
  font-size: 16px;
  color: #E71215;
  cursor: pointer;
  margin: 10px 30px 30px 0;
}

@media (max-width: 961px) {
  .footer {
    width: 100%;
    margin-top: 30px;
  }

  .footer .foot {
    width: 100%;
    padding: 20px 15px 0 15px;
    display: block;
  }

  .footer .foot .left {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .footer .foot .left .tab {
    margin-bottom: 10px;
  }

  .footer .foot .left .tab .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer .foot .left .bot .list {
    margin-bottom: 10px;
  }

  .footer .foot .left .bot .list .name {
    width: 82px;
    font-size: 14px;
  }

  .footer .foot .left .bot .list p {
    font-size: 14px;
  }

  .footer .foot .right {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .footer .foot .right .tab {
    margin-bottom: 10px;
  }

  .footer .foot .right .tab .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer .foot .right .word {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer .foot .right .more {
    width: 150px;
    height: 40px;
  }

  .footer .foot .right .more p {
    font-size: 16px;
  }

  .footer .foot .right .more img {
    width: 24px;
    height: 18px;
  }

  .footer .copyright {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    padding: 10px 15px;
  }

  .footer .copyright .list {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .online-contact {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .online-contact .kuang {
    height: 200px !important;
  }
}