@CHARSET "UTF-8";

.container {
  padding: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

/*tab1开始*/
.tab1 {
  padding: 90px 0 80px;
}

.tab2, .tab3 {
  padding: 80px 0 80px;
}

.tab1, .tab3 {
  background-color: #F7F7F7;
}

.title {
  color: #3a5286;
  text-align: center;
}

.tab1 .title h1, .tab2 .title h1, .tab3 .title h1 {
  font-size: 50px;
  padding: 10px 0;
}

.tab1 .title h4, .tab2 .title h4, .tab3 .title h4 {
  padding: 0 0 50px;
}

.tab1 .info_title, .tab2 .info_title, .tab3 .info_title {
  padding-top: 50px;
}

.tab1 .info_title h1, .tab2 .info_title h1, .tab3 .info_title h1 {
  color: #3a5286;
  padding-bottom: 50px;
}

.tab1 .info_title p, .tab2 .info_title p, .tab3 .info_title p {
  color: #3a5286;
  padding: 0 0 20px;
  font-size: 15px;
}

.info button{
  width: 200px;
  border-radius:25px;
  margin-top:20px;
}

.info .btn-primary{
  background-color: #1c63ff;
}

.download_footer{
  height: 200px;
  background: url("../img/download/footer.png") no-repeat center;
}

/* 小屏幕（平板，大于等于768px） */
@media (max-width: 767px) {
  #render .btn{
    width: 45%;
  }
  .info_img{
    margin-top: 20px;
  }
}