.content-footer {
  width: 1100px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}

.content-footer .item-list {
  display: inline-block;
  padding: 0 30px;
}

.content-footer .item-list:last-child {
  padding-right: 0;
}
.content-footer .item-list p {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  color: #c8c8c8;
}
.sp-fr{
  padding-top: 20px;
}
footer .content-footer img {
  width: 106px;
}

.footer-row{
  display: flex;
  justify-content: center;
}
footer {
  background: #28221f;
  padding-top: 22px;
}

footer dl {
  display: inline-block;
  margin-bottom: 0;
}

footer dl {
  margin-right: 90px;
}

footer dt {
  font-weight: 700;
  font-size: 16px;
  color: #e6e6e6;
  line-height: 56px;
}
footer dd{
  margin-bottom: 0.5em;
  margin-left: 0;
}
footer dd>a {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.sp-fl{
  display: flex;
  padding: 20px 0;
}
.content-link{
  max-width: 1100px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  border-top: 1px solid #3a3029;
  border-bottom: 1px solid #3a3029;
  padding: 12px 0;
  padding-left: 20px;
  flex-flow: wrap;
}
.content-link span{
  font-size: 14px;
  color: #e6e6e6;
}
.content-link a{
  color: #808080;
  display: inline-block;
  font-size: 12px;
  margin-left: 32px;
}
.copy-right{
  font-size: 0;
  /*text-align: center;*/
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  padding-left: 20px;
  /*border-top: 1px solid #382c26;*/
}
footer .copy-right img{
  width: auto;
}
.copy-right span,
.copy-right a{
  font-size: 14px;
  color: #e6e6e6;
}
.copy-right a{
  color: #808080;
}
.copy-right a:hover{
  color: #2c79d3;
}

.footer-manage-link{
  border-bottom: 1px solid #3a3029;
  width: 1100px;
  margin: 0 auto;
}
.footer-manage-link .link-title{
  padding-top: 18px;
  font-size: 24px;
  color: #e6e6e6;
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
.footer-manage-link .line-content{
  display: flex;
  padding: 0;
  padding-bottom: 28px;
  justify-content: space-between;
  list-style: none;
}
.footer-manage-link .line-content a{
  height: 34px;
  font-size: 18px;
  color: #999999;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.my-cooperation{
  display: flex;
  height: 106px;
  align-items: center;
}
.my-cooperation a{
  margin-right: 30px;
}
.my-cooperation a:last-child{
  margin: 0;
}

.pc-footer{
  display: block;
}
.mobile-footer{
  display: none;
}

@media (max-width: 767px) {
  .mobile-footer{
    display: block;
  }
  .pc-footer{
    display: none;
  }
  footer{
    padding-top: 0;
    width: 100%;
  }
  footer ul{
    list-style: none;
    margin: 0;
    background: #271f1b;
    padding-left: 0;
  }
  footer ul li{
    height: .8rem;
    line-height: .8rem;
  }
  footer ul li a{
    font-size: .22rem;
    color: #808080;
    padding-left: .8rem;
    display: block;
  }
  :host ::ng-deep footer .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box{
    padding: 0;
  }
  .wechat_QR{
    background-color:#212529;
    padding: .74rem 0 .19rem 0;
    text-align: center;
    border-bottom: 1px solid #32383D;
    display: flex;
    justify-content: center;
  }

  footer .wechat_QR img {
    width: 1.74rem;
    max-width: 174px;
    margin-bottom: .3rem;
  }
  footer .copy-right-mobile img{
     width: 16px;
     height: 16px;
  }

  .copy-right-mobile span,
  .copy-right-mobile a {
    font-size: 12px;
    height: 44px;
    line-height: 44px;
  }
  .copy-right-mobile a{
    color: #808080;
  }
  .copy-right-mobile span{
    color: #e6e6e6;
  }
  .text{
    font-size: 0.22rem;
    color: #808080;
  }
  .copy-right-mobile{
    background-color:#212529 ;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  /*折叠面板*/
  .panel-default{
    margin: 0;
    border: none;
  }
  .panel-default>.panel-heading{
    background:#212529;
    padding: 0;
    padding-left: 0.8rem;
    height: 0.9rem;

    color: #ffffff;
    border: none;
    border-bottom: 1px solid #32383D;
    font-size: .28rem;
  }
  .panel-default>.panel-heading+.panel-collapse>.panel-body{
    padding: 0;
    border: none;
  }
  .panel-title{
    width: 100%;
    height: 100%;
  }
  .panel-title i{
    right: 0.5rem;
    top: 0.34rem;
    position: absolute;
    transform: rotate(0);
  }
  .panel-title a[aria-expanded="true"] i{
    transform: rotate(90deg);
  }
  .panel-title>a{
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .cooperation{
    background-color:#212529 ;
    font-size: 14px;
    color: #fff;
    padding: 0.4rem 0.8rem;
  }
  .cooperation span{
     padding-bottom: 0.4rem;
    display: block;
  }
  .cooperation-content{
    display: flex;
    justify-content: space-between;
  }
  .cooperation-content a{
    width: 1.66rem;
  }
  .cooperation-content img{
    width: 1.66rem;
  }
}
#newBridge #nb_toolbar_wrap:before{
  border: none !important;
}
#newBridge #nb_toolbar_wrap a:after{
  border: none !important;
}


/*qqchat.css*/

.web-wechat{
  position: fixed;
  left: 0;
  top: 400px;
  z-index: 9999;
}
.wechat-list{
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  margin-bottom: 2px;
  cursor: pointer;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  color: #fffeff;
  font-size: 16px;
}
.wechat-list i{
  color: #ffffff;
  font-size: 24px;
}
.wechat-list span{
  display: inline-block;
  padding-left:16px;
  white-space: nowrap;
}
.wechat-wx img{
  width: 128px;
  height: 128px;
}
.wechat-wx .wx-title{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.wechat-wx .wx-img{
  padding: 8px;
  border-top: 1px solid #e1e1e1;
}
.sp-icon-backtop{
  display: inline-block;
  width: 28px;
  vertical-align: middle;
  height: 28px;
  background: url(/assets/officeroom/iCON.png) no-repeat;
  background-position: -46px -422px;
}
@media (max-width: 767px) {
  .web-wechat{
    position: fixed;
    left: 0;
    top: 6rem;
    z-index: 99;
  }
  .wechat-list{
    width: 0.88rem;
    height: 0.88rem;
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
  }
  .wechat-list i{
    font-size: 0.36rem;
  }
  .wechat-list span{
    padding-left:0.24rem;
  }
  .wechat-wx .wx-title{
    height: 0.88rem;
  }
  .wechat-wx img{
    width: 2.24rem;
    height: 2.24rem;
  }
  .wechat-wx .wx-img{
    padding: 0.08rem;
    border-top: 1px solid #e1e1e1;
  }
}



/*arrow.css*/

.fullpage-new-container {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  bottom: 70px;
  z-index: 9999;
  transform: translateX(-50%);
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #1890FF;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
