@charset "UTF-8";
/*footer——开始*/
.footer {
  width: 100%;
  background-color: #222222;
  color: #fff;
}

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

.footer .box .title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.footer .box .title::before {
  content: "/";
  padding-right: 10px;
  font-size: 8px;
}

.footer .box .left {
  width: 30%;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: var(--titleColor);
}

.footer .box .left img {
  width: 30%;
  display: block;
  margin: 40px auto;
}

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

.footer .box .middle ul {
  margin-top: 20px;
}

.footer .box .middle ul li {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid var(--titleColor);
   font-size: 14px;   
}

.footer .box .middle ul li a {
  color: var(--titleColor);
  transition: 0.5s;
}

.footer .box .middle ul li a:hover {
  color: #fff;
  transition: 0.5s;
}

.footer .box .middle ul li:last-child {
  border-bottom: 1px solid var(--titleColor);
}

.footer .box .middle input {
  height: 40px;
  line-height: 40px;
  background: #222222;
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  border: var(--titleColor) 1px solid;
}

.footer .box > .right {
  width: 30%;
}

.footer .box > .right .qr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 60px;
}

.footer .box > .right .qr img {
  width: 25%;
  margin-right: 10px;
  display: block;
}

.footer .box > .right .content .con {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .box > .right .content .con .iconfont {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
}

.footer .box > .right .content .con .right {
  width: calc( 100% - 50px);
  font-size: 20px;
}

.footer .box > .right .content .con .right span {
  font-size: 10px;
  display: block;
  color: var(--titleColor);
}

.footer .bottom {
  display: flex;
  background-color: #1b1b1b;
  font-size: 14px;
  justify-content: center;
  padding: 20px 0;
}

.footer .bottom a {
  color: #818181;
}

@media screen and (max-width: 600px) {
  .footer .box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer .box .left {
    width: 100%;
    font-size: 14px;
  }
  .footer .box .middle {
    width: 100%;
    margin-top: 20px;
  }
  .footer .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .footer .box .right .qr {
    margin: 20px 0 20px;
  }
}

/*footer——结束*/
@media screen and (min-width: 769px) {
  .kefubox {
    position: fixed;
    right: 10px;
    z-index: 99999;
    transform: translateY(-50%);
    top: 50%;
  }
  .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;
    overflow: hidden;
  }
  .kefubox .floor:last-child {
    border-bottom: none;
  }
  .kefubox .floor > div {
    transform: translateX(300px);
  }
  .kefubox .floor > a {
    width: 50px;
    height: 50px;
    z-index: 9999;
    background-position: center center;
    background-size:90%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kefubox .floor > a:hover {
    transition: all 300ms linear;
    background-color: #e4e4e4;
    transform: scale(1.1);
  }
  .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:hover div {
    transition: all 300ms linear;
    transform: translateX(0);
  }
  .kefubox .floor .absbox {
    position: absolute;
    right: 48px;
    height: 51px;
    top: 0;
    white-space: nowrap;
    background: #fff;
    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 img {
    width: 100px;
    height: 100px;
  }
  .kefubox .floor .erweima p {
    width: 100px;
    text-align: center;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .kefubox {
    position: fixed;
    right: 2vw;
    top: 45vh;
    z-index: 99999;
  }
  .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 .floor > a {
    width: 80px;
    height: 80px;
    z-index: 9999;
    background-position: center center;
    background-size:90%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .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;
  }
}
 
.line {
  width: 1.5px;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 50%;
  margin: 0 20px;
}
