a {
}

.navbar {
  margin-bottom: 0;
  border: none;
}

.navbar-brand .glyphicon {
  margin-right: 6px;
}

.hero {
  background: url(../../assets/img/city_bg.jpg) no-repeat center;
  background-size: cover;
  border: none;
}

@media (min-width:992px) {
  .hero .get-it {
    text-align: left;
    margin-top: 80px;
    padding-right: 30px;
  }
}

@media (max-width:992px) {
  .hero .get-it {
    text-align: center;
  }
}

@media (max-width:992px) {
  .hero .phone-preview {
    text-align: center;
  }
}

.hero .get-it h1, .hero .get-it p {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  margin-bottom: 40px;
}

.hero .get-it .btn {
  margin-left: 10px;
  margin-bottom: 10px;
  text-shadow: none;
}

div.iphone-mockup {
  position: relative;
  max-width: 250px;
  margin: 20px;
  display: inline-block;
}

.iphone-mockup img.device {
  width: 100%;
  height: auto;
}

.iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  background-color: #aaa;
  overflow: hidden;
  background: url(../../assets/img/screen-content-iphone-6.jpg);
  background-size: cover;
  background-position: center;
}

.iphone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}

.icon-feature {
  text-align: center;
}

.icon-feature .glyphicon {
  font-size: 60px;
}

section.features {
  background-color: #369;
  padding: 40px 0;
  color: #fff;
}

.features h2 {
  color: #fff;
}

.features .icon-features {
  margin-top: 15px;
}

.testimonials blockquote {
  text-align: center;
}

section.testimonials {
  /*margin: 50px 0;*/
}

.site-footer {
  padding: 20px 0;
  text-align: center;
}

@media (min-width:768px) {
  .site-footer h5 {
    text-align: left;
  }
}

.site-footer h5 {
  color: inherit;
  font-size: 20px;
}

.site-footer .social-icons a:hover {
  opacity: 1;
}

.site-footer .social-icons a {
  display: inline-block;
  width: 32px;
  border: none;
  font-size: 20px;
  border-radius: 50%;
  margin: 4px;
  color: #fff;
  text-align: center;
  background-color: #798FA5;
  height: 32px;
  opacity: 0.8;
  line-height: 32px;
}

@media (min-width:768px) {
  .site-footer .social-icons {
    text-align: right;
  }
}

li {
  list-style-type: none;
}

ul {
  padding-left: 0;
}

ul {
}

.news-list {
  margin-top: 20px;
}

.container.news-container {
  padding-left: 0;
}

.testimonials {
  max-width: 1366px;
  margin: auto;
  /*text-align: center;*/
  position: relative;
}

.wrap {
  background: #f9fbff;
}

.swiper-container {
}

ul {
}

.news-container {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6eaf3;
  padding: 10px;
  margin-top: 52px;
}

.col-lg-4.col-md-12 {
}

.row {
}

.row.news-row {
  margin: 0;
}

.simple-slider {
}

.swiper-slide.swiper-slide-active {
  /*border: 1px solid red;*/
  border-radius: 10px;
}

.simple-slider .swiper-slide {
  height: 379px;
}

.row.news-row.first {
  border-bottom: 1px solid #e6eaf3;
}

.row.news-row.hot {
  margin-top: 10px;
  padding-bottom: 10px;
}

.span-hot {
  color: red;
  margin-right: 30px;
}

.font-bold {
  font-weight: 800;
}

.simple-slider {
}

.col-lg-4.col-md-12 {
}

.swiper-container {
}

.swiper-container {
}

.swiper-container {
}

.h2-news {
  margin-top: 0;
}

.glyphicon.glyphicon-star {
  top: 4px;
}

.more {
  /*right: 0;*/
  /*position: absolute;*/
}

.more.right {
  float: right;
}

.glyphicon.glyphicon-star {
  top: 2px;
}

.row.news-header {
  padding-left: 2px;
  padding-right: 2px;
}

.box-live {
  border: 1px solid #e6eaf3;
  /*border-radius: 9px;*/
}

.number {
  /*position: absolute;*/
  /*right: 21px;*/
  /*top: 4px;*/
  padding-top: 7px;
  float: right;
  padding-right: 16px;
  text-align: right;
}

.section-live {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
}

.live-header {
  margin-bottom: 10px;
}

.user-name.col-lg-7.col-md-7.col-sm-7 {
  padding-top: 5px;
  padding-left: 26px;
}

.text-color {
  color: #555555;
}

.text-href.text-color {
  text-decoration-line: none;
}

.social {
  padding-top: 79px;
}

.yellow {
  color: #f40;
}

.grey {
  color: #76809c;
}

.module-section {
  margin: 40px auto auto;
  width: 1400px;
}

@media only screen and (max-width:1735px) {
  .module-section {
    width: 1200px;
  }
}

@media only screen and (max-width:1735px) and (-webkit-device-pixel-ratio:1.25) {
  .module-section {
    width: 1100px;
  }
}


@media only screen and (max-width:1435px) {
  .module-section {
    width: 1000px;
  }
}
.pd0{
  padding:0
}

.nav-tabs>li>a{
  margin-top:0;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs .open>a, .nav-tabs .open>a:hover, .nav-tabs .open>a:focus {
  padding-bottom: 8px;
  margin-top: 0;
}

.nav-tabs>li>a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius:0;
}
.bg-blue {
  background:#ebf0fb;
}
.panel-default>.panel-heading {
  background:#ebf0fb;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 13px;
  background: #fff;

  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .swiper-container {
  width: 100%;
  height: 200px;
  margin: 20px auto;
} */
.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.right{
  float: right;
}
.left{
  float: left;
}
.ft13{
  font-size: 13px;
}
.ft15{
font-size: 15px;
  
}
.ft16{
  font-size: 16px;
    
  }
  .pd13{
    padding:13px；
  }
  .mgt20{
    margin-top:20px;
  }
  .mgt30{
    margin-top:30px;
  }
  .mgb20{
    margin-bottom: 20px;
  }
  .mgb30{
    margin-bottom: 30px;
  }
  .mgt60{
    margin-top: 60px;
  }
.item-box {
  border-bottom: 1px solid rgba(138,150,163,.25);
  background: #FFFFFF;
}
.navbar-toggle {

  border: none;

}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #35bae9;
}