.btn-link{
  text-decoration: none!important;
}
.btn-link:hover{
  text-decoration: none!important;
}
.logo img{
  width: 200px;
  display: block;
  margin: 0 auto;
}
.fb{
  margin: 30px 0;
  font-size: 28px;
  font-weight: bold;
}
.fb span{
  color:#c93939;
}
.bt .t{
  font-size: 28px;
  margin: 0 30px;
}
.accordion .btn{
    color: #000;
    font-size: 22px;
}
.btn.focus, .btn:focus{
  box-shadow: none;
}
.ccc{
  margin-bottom: 30px;
}
.xin .card{
  border: none;
}
.xin .card-header{
  width: 200px;
  margin: 0 auto;
  background: #b10606;
  padding: 5px;
}
.xin .btn{
  color: #fff;
}
.ccc .card{
  margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,.125)!important;
}
.card-body img{
  max-width: 100%;
  width: 100%;
}
.card-body video{
  max-width: 100%;
}
.card-body iframe{
    max-width: 100%;
}
.bt img{
  width: 142px;
  height: 17px;
      margin-top: 12px;
}
.bt{
      display: flex;
    justify-content: center;
}

@media (max-width: 768px){
  .bt img{
  width: auto;
  height: 10px;
      margin-top: 15px;
}
}

.xin .card{
  border: none!important;
}
.xin .btn{
	font-size:15px;
}
.card-body p{
    margin-bottom:0px;
}