html{
  position: relative;
    min-height: 100%;
}
body{
  margin-bottom: 370px;
}

.btn-red {
  background-color: rgb(227, 5, 19);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
  font-size: 18px;
  border-radius: 5px;
  color: #fff !important;
  padding: 10px 20px;
  font-weight: 200;
  display: inline-block;
}
.btn-red:hover {
  background-color: rgb(255, 255, 255, 1);
  transition: all 1s;
  color: #666 !important;
}
.heading {
  padding: 50px;
}
.heading h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.heading h3 {
  color: #000;
  font-size: 16px;
  padding-top: 30px;
}
footer {
  background: #cfc7c3;
  min-height: 200px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.btn-primary{
  background: #e30513;
  border:1px solid #e30513;
}
.btn-primary:hover{
  background: #bc0c17;
  border:1px solid #e30513;
}
#footer{
  padding: 20px 0 100px;
  
}
.footer-list{
text-align: left;
}
.footer-list .footer-item h3{
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
.footer-list .footer-item a {
  color: #666;
 
}
.top-box{
  background: #fff;
  cursor: pointer;
  height: 45px;
  width: 45px;
  position: fixed;
  right: 0;
  bottom: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0  10px rgba(0,0,0,0.4);
  z-index: 9999;
}
.top-box .iconfont {
  color: #333;
  font-size: 24px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 0px;
  margin-right: 10px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
#scrollCopyright{
  overflow: hidden;
  height: 100px;
}
.link-list{
overflow: hidden;
}
.link-list .link{
  line-height: 30px;
}
@media screen and (min-width: 1400px) {
.container{
  width: 1210px;
}
}
