
.footer{padding:80px 0;}
.footer .container{display:flex;justify-content:space-between;}
.footer h5{font-size: 24px;color:#fff;font-weight:600;line-height:1;margin-bottom:25px;}

.foot-logo{width:25%;}
.foot-logo p{margin:20px 0 0;color:#fff;font-size:16px;line-height:26px;}
.foot-logo .social-icons{margin:20px 0 0;font-size:0;}
.foot-logo .social-icons a{width:40px;height:40px;line-height:40px;display:inline-block;text-align:center;border-radius:4px;background:rgba(255,255,255,0.3);color:#fff;}
.foot-logo .social-icons a+a{margin-left:15px;}
.foot-logo .social-icons a:hover{background:#0F6EB8;}

.foot-contact{width:25%;}
.foot-contact dl{display:flex;color: #fff;}
.foot-contact dl dt{font-size:18px;margin-right:12px;}
.foot-contact dl+dl{margin-top:10px;}          
.foot-contact .foot-contact-form{margin-top:20px;}
.foot-contact form{position:relative;}
.foot-contact form div{
  left: 0px;
  top: calc(50% - -30px);
}
.foot-contact input{height:50px;position:relative;width:100%;line-height:50px;padding:0 15px;font-size:16px;}
.foot-contact button{position:absolute;right:0;top:0;width:37%;height:50px;border-radius:0;cursor:pointer;transition:0.5s;font-size:18px;background:#0E6EB8;color:#fff;}

.foot-nav ul{}
.foot-nav ul li{font-size:17px;color:#fff;}
.foot-nav ul li+li{margin-top:10px;}

.foot-list ul{}
.foot-list ul li{font-size:17px;color:#fff;}
.foot-list ul li+li{margin-top:10px;}

.copyright{padding:15px 0;background:#000000;}
.copyright .container{display:flex;justify-content:space-between;align-items:center;}
.copyright p{color:#fff;font-size:16px;}
.copyright ul{display:flex;}
.copyright ul li{color:#fff;font-size:16px;}
.copyright ul li+li{margin-left:20px;}
                 
@media screen and (max-width:1441px){
.footer{padding:70px 0;}
}

@media screen and (max-width:1281px){
.footer{padding:60px 0;}
.footer h5{font-size:22px;margin-bottom:20px;}
}

@media screen and (max-width:992px){
.foot-nav{display:none;}
.foot-logo,.foot-contact{width:32%;}
.copyright .container{display:block;text-align:center;}
.copyright ul{justify-content:center;margin-top:15px;}
}

@media screen and (max-width:768px){
.footer{padding:50px 0;}
.foot-list{display:none;}
.footer h5{font-size:20px;}
.foot-logo,.foot-contact{width:48%;}
.foot-contact button{font-size:17px;}
}

@media screen and (max-width:640px){
.footer{padding:30px 0;}
.footer h5{font-size:19px;text-align:center;}
.footer .container{display:block;}
.foot-logo,.foot-contact{width:100%;}
.foot-logo{text-align:center;}
.foot-contact{margin-top:25px;}
}

@media screen and (max-width:480px){
.foot-logo img{height:45px;}
.foot-contact input{height:45px;line-height:45px;padding:0 12px;font-size:15px;}
.foot-contact button{width:32%;height:45px;}
.copyright p{font-size:15px;}
.copyright ul li{font-size:15px;}
}
                                 
                
/*-------------*/
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000;
}

.cd-popup .div_info {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -15%;
  float: none;
  max-height: 80%;
  overflow: auto;
}

.cd-popup .div_info {
  width: 30%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-popup .div_info h3 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
  line-height: 24px;
  font-weight: 500;
}

.cd-popup .input-position {
  position: relative;
}

.cd-popup .input-position+.input-position {
  margin-top: 20px;
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  line-height: 26px;
  font-size: 16px;
  background: #fafafa;
  border: 1px solid #eee;
  color: #666;
}

.cd-popup .div_info textarea {
  height: 197px;
  line-height: 26px;
}

.cd-popup .div_info button {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: #fff;
  background: var(--active-color);
  margin-top: 30px;
  font-weight: 500;
  transition: .3s all;
}

.cd-popup .div_info button:hover {
  background: var(--active-color);
  cursor: pointer;
}

.cd-popup .cd-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999;
}

.cd-popup .cd-popup-close:hover {
  text-decoration: none;
}

.cd-popup .crmFormVali-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}






/** 侧边栏 **/

.huake-side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 8px;
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.huake-side-bar a {
  display: block;
  cursor: pointer;
  background: #fff;
  position: relative;
  padding: 12px 6px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 3px;
}

.huake-side-bar a i {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: var(--active-color);
  font-size: 26px;
}

.huake-side-bar a span {
  font-size: 13px;
  color: var(--color-primary);
  display: block;
  margin: 8px 0 0;
}

.huake-side-bar a > img {
  max-width: 22px;
}

.huake-side-bar a.wx .wx-box {
  position: absolute;
  right: 98px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.huake-side-bar a.wx .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.huake-side-bar a.wx .wx-box .box img {
  width: 140px;
}

.huake-side-bar a.wx .wx-box .box span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.huake-side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.huake-side-bar a.wx:hover .wx-box {
  display: block;
}


@media (max-width: 768px) {
  .huake-side-bar {
    display: none;
  }
}
