@charset "UTF-8";
/*footer——开始*/
.footer {
  width: 100%;
  position: relative;
  z-index: 11;
  background-color: #2b2b2b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-image: linear-gradient(bottom,#040017,#0b0045); */
  color: #fff;
}

.footer .box {
  display: flex;
  justify-content: space-between;
}

.footer .box .logo {
  width: 300px;
  object-fit: cover;
}

.footer .box .link {
  display: flex;
  justify-content: space-between;
  width: 250px;
  flex-wrap: wrap;
  margin-left: 20px;
}

.footer .box .link a {
  width: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .box .link a::before {
  color: var(--titleColor);
  font-size: 25px;
  margin-right: 10px;
}

.footer .box .contact {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
}

.footer .box .contact .us {
  display: flex;
  align-items: center;
}

.footer .box .contact .us span {
  font-size: 20px;
  color: var(--titleColor);
  margin-right: 5px;
}

.footer .box .contact .iconfont {
  display: flex;
  align-items: center;
}

.footer .box .contact .iconfont span {
  font-weight: bold;
  font-size: 20px;
}

.footer .box .contact .iconfont::before {
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
}

.footer .box .qr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .box .qr .item {
  width: 110px;
}

.footer .box .qr .item:first-child {
  margin-right: 20px;
}

.footer .box .qr .item span {
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
  display: block;
}

.footer .bottom {
  display: flex;
  color: #999;
  font-size: 14px;
  justify-content: center;
  padding: 20px 0;
  border-top: 2px solid #f6f6f6;
}

.footer .bottom a {
  display: none;
}

@media screen and (max-width: 600px) {
  .footer .box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer .box .link {
    width: 100%;
  }
  .footer .box .link a {
    width: 33.33%;
    margin: 10px 0;
  }
  .footer .box .contact {
    width: 100%;
  }
  .footer .box .contact .us {
    margin: 10px 0;
  }
  .footer .box .contact .iconfont {
    margin-bottom: 10px;
  }
  .footer .box .qr {
    margin-top: 20px;
  }
}

/*footer——结束*/
@media screen and (min-width: 769px) {
  .kefubox {
    position: fixed;
    right: 10px;
    z-index: 99999;
    transform: translateY(-50%);
    top: 50%;
  }
  .kefubox .tel a {
    width: 100%;
    height: 100%;
  }
  .kefubox .main {
    width: 50px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px #e4e4e4;
    box-sizing: border-box;
  }
  .kefubox .cursor_default {
    cursor: default;
  }
  .kefubox .floor {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    box-sizing: border-box;
  }
  .kefubox .floor:hover div {
    transition: all 300ms linear;
    transform: translateX(0);
  }
  .kefubox .floor > div {
    transform: translateX(300px);
  }
  .kefubox .floor .absbox {
    position: absolute;
    right: 48px;
    top: 0;
    z-index: 3;
  }
  .kefubox .floor .back {
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
  }
  .kefubox .floor .kftel {
    cursor: default;
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    font-weight: 500;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
  }
  .kefubox .floor .qq {
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
  }
  .kefubox .floor .erweima {
    box-shadow: 0 0 15px #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
  }
  .kefubox .floor .erweima p {
    width: 100px;
    text-align: center;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .kefubox .floor .erweima img {
    width: 100px;
    height: 100px;
  }
  .kefubox .floor > a {
    width: 50px;
    height: 50px;
    z-index: 9999;
    background-position: center center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kefubox .floor > a img {
    height: 25px;
    width: 25px;
    display: block;
  }
  .kefubox .floor > a img:hover {
    transition: all 300ms linear;
    transform: scale(1.3);
  }
  .kefubox .floor > a:hover {
    transition: all 300ms linear;
    background-color: #e4e4e4;
    transform: scale(1.1);
  }
  .kefubox .floor:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .kefubox {
    position: fixed;
    right: 2vw;
    top: 45vh;
    z-index: 99999;
  }
  .kefubox .floor {
    display: none;
  }
  .kefubox .tel {
    box-shadow: 0 0 5px #ddd;
    width: 10vw;
    height: 10vw;
    background-color: #fff;
    background-size: 6vw 6vw;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
  }
  .kefubox .tel a {
    width: 100%;
    height: 100%;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .kefubox .tel .kftel {
    display: none;
  }
  .kefubox .tel:active {
    background-color: #f2f2f2;
  }
}
