.baoxin-foot {
  background: var(--color-primary);
  color: var(--title-text-color);
  font-family: var(--font-family);
  padding: 100px 0 0 0;
}

.baoxin-foot .baoxin-foot-main {
  display: flex;
  justify-content: space-between;
}

.baoxin-foot .baoxin-foot-col {
  max-width: 380px;
}
.baoxin-foot .baoxin-foot-col:nth-child(3) {
  max-width: 260px;
}

.baoxin-foot .baoxin-foot-logo {
  width: auto;
  /* height: 107px; */
  margin-bottom: 40px;
}

.baoxin-foot .baoxin-foot-desc {
  color: #ffffffcc;
  font-size: 16px;
  margin-bottom: 40px;
}

.baoxin-foot .baoxin-foot-contact-btn {
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  color: #ffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 10px 32px;
  font-weight: 600;
  font-size: 18px;
  /*text-transform: uppercase;*/
  border: none;
  margin-top: 10px;
  transition: background 0.2s;
  border: 1px solid #fff;
}
.baoxin-foot .baoxin-foot-contact-btn:hover {
  background: var(--color-second);
  color: #fff;
  border: 1px solid #fff;
  transition: all .3 ease;
}

.baoxin-foot .baoxin-foot-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.baoxin-foot .baoxin-foot-list {
  list-style: none;
  padding: 0;
}

.baoxin-foot .baoxin-foot-list li {
  font-size: 17px;
  margin-bottom: 13px;
  color: rgba(255,255,255,0.5);
}
.baoxin-foot .baoxin-foot-list li:hover a{
  color: var(--color-second);
}

.baoxin-foot .baoxin-foot-list li a {
  color: #ffffffcc;
  text-decoration: none;
}

.baoxin-foot .baoxin-foot-info {
  font-size: 17px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #ffffffcc;
}
.baoxin-foot .baoxin-foot-info a:hover {
  color: var(--color-second);
}
.baoxin-foot .baoxin-foot-info-icon {
  margin-right: 8px;
  color: #FF9800;
  /* font-size: 20px; */
}

.baoxin-foot .baoxin-foot-social {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}


.baoxin-foot .baoxin-foot-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: rgba(255,255,255,0.5);
  color: var(--title-text-color);
  transition: background 0.2s;
}

.baoxin-foot .baoxin-foot-social a:hover {
  background: var(--color-primary);
  color: #fff;
}

.baoxin-foot .baoxin-foot-divider {
  border: none;
  border-top: 1px solid #fff;
  margin: 40px 0 0 0;
}

.baoxin-foot .baoxin-foot-copyright {
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding: 40px 0;
} 
.baoxin-foot .baoxin-foot-copyright a:hover {
  color: var(--color-second);
}
@media screen and (max-width: 1500px) {
  .baoxin-foot .baoxin-foot-col{
    max-width: 300px;
  }
}
@media screen and (max-width: 1280px) {
  .baoxin-foot .baoxin-foot-col{
    max-width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .baoxin-foot .baoxin-foot-col{
    max-width: 200px;
  }
  .baoxin-foot .baoxin-foot-social a{
    width: 30px;
    height: 30px;
  }
  .baoxin-foot .baoxin-foot-contact-btn{
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .collapsible {
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .baoxin-foot .baoxin-foot-title{font-size: 24px;}
  
  .collapsible .arrow {
    display: inline-block;
    margin-left: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s;
  }
  .collapsible.active .arrow {
    transform: rotate(-135deg);
  }
  .collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .collapsible-content.active {
    max-height: 500px;
    transition: max-height 0.3s;
  }
  .baoxin-foot-col:first-child{
    margin-bottom: 30px;
  }
  .baoxin-foot .baoxin-foot-col{
    width: 100%;
    max-width: 100%;
  }
  .baoxin-foot{
    padding: 40px 0 0;
  }
  .baoxin-foot .baoxin-foot-contact-btn{
    margin-top: 0px;
  }
  .baoxin-foot .baoxin-foot-title {
    margin-bottom: 0px !important;
  }
  .baoxin-foot .baoxin-foot-list{
    margin-top: 20px;
  }
  .baoxin-foot .baoxin-foot-info{
    margin-top: 20px;
  }
  .baoxin-foot .baoxin-foot-divider {
    margin: 10px 0 0 0;
  } 
  .baoxin-foot .baoxin-foot-copyright{
    padding: 30px 15px;
    font-size: 14px;
  }
  .baoxin-foot .baoxin-foot-col:nth-child(3) {
    max-width: 100%;
  }

}
@media screen and (max-width: 786px) {
  .baoxin-foot .baoxin-foot-contact-btn{
    /*background: var(--color-primary);
    color: var(--title-text-color);*/
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .baoxin-foot .baoxin-foot-title {
    font-size: 20px
  }
  .vc-chat-popup-mini-mode1,.vc-chat-second-welcome{bottom: 95px !important;}
}


