body {
  font-family: "PingFangSC-Light", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

p {
  line-height: 1.8;
}

.number {
  font-family: Avenir, "PingFangSC-Light", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3 {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.navbar .new {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  padding: 0 3px;
  background-color: #FF4B02;
  color: #fff;
  position: absolute;
  top: -12px;
  right: -22px;
}

.navbar-dark {
  background-color: rgba(27, 22, 47, 0.88);
}

.navbar-header .navbar-brand {
  padding: 7px 0;
  margin-right: 10px;
}

.navbar-header .splitter {
  line-height: 64px;
  color: #bfbfbf;
  float: left;
  margin-right: 10px;
}

.navbar-header a.weather-widget {
  line-height: 64px;
  color: #bfbfbf;
  float: left;
}

.navbar-header a:focus.weather-widget, .navbar-header a:hover.weather-widget {
  color: #fff;
  text-decoration: none;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}

.navbar-nav > li > a {
  color: #777;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.logo.dark {
  display: none;
}

.logo.white-all {
  display: none;
}

.pageContent {
  padding-top: 64px;
}

.container.cases-main-container {
  text-align: center;
}

.jumbotron-white {
  background-color: #FFFFFF;
}

.jumbotron.jumbotron-white p {
  color: rgba(0, 0, 0, 0.5);
}

.jumbotron-light-grey {
  background-color: #F7F7F7;
}

.jumbotron.jumbotron-light-grey p {
  color: rgba(0, 0, 0, 0.5);
}

.jumbotron-blue {
  background-color: #D8F7FF;
}

.jumbotron.jumbotron-blue p {
  color: rgba(0, 0, 0, 0.5);
}

.jumbotron-pink {
  background-color: #FFF2F5;
}

.jumbotron-light-green {
  color: #fff;
  background-color: #41C1AA;
}

.jumbotron.jumbotron-light-green p {
  color: rgba(255, 255, 255, 0.5);
}

.jumbotron-yellow {
  color: #000;
  background-color: #F8B72B;
}

.jumbotron.jumbotron-yellow p {
  color: rgba(255, 255, 255, 0.5);
}

.jumbotron-light-yellow {
  color: #000;
  background-color: #FDF285;
}

.jumbotron.jumbotron-light-yellow p {
  color: rgba(255, 255, 255, 0.5);
}

.jumbotron.jumbotron-light-yellow.case.case-butter-camera p {
  color: #888;
}

.jumbotron-darkblue {
  color: #fff;
  background-color: #0B122E;
}

.jumbotron.jumbotron-darkblue p {
  color: rgba(255, 255, 255, 0.5);
}

.jumbotron-deepblue-gradient {
  color: #fff;
  background: linear-gradient(to bottom, #2769E9, #79BFFF);
}

.jumbotron.jumbotron-deepblue-gradient p {
  color: rgba(255, 255, 255, 0.5);
}

.jumbotron-orange {
  color: #fff;
  background-color: #F77626;
}

.jumbotron.jumbotron-orange p {
  color: rgba(255, 255, 255, 0.5);
}

#weather-widget {
  float: left;
  margin-top: 17px;
}

#weather-widget .tpwidget_text_hook,
#weather-widget .tpwidget_title_hook {
  color: #bfbfbf !important;
}

ul {
  margin: 0;
}

.checkbox input[type=checkbox] {
  margin-left: 0;
}

/*
#logo {
    opacity: .7;
    filter: alpha(opacity=70);
}

#logo:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}
*/
.card {
  border: none;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
}

.card-hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.card-hover:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.panel {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.help-block {
  color: #999999;
}

.help-inline {
  color: #999999;
  display: inline-block;
  margin-left: 8px;
}

.font-size-12 {
  font-size: 12px;
}

.rtl {
  direction: rtl;
}

.feature-set {
  margin-bottom: 25px;
  width: 300px;
  color: #999999;
}

.feature-set .feature {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-set .feature:last-child {
  border-right: none;
}

.feature-set .feature p {
  margin-bottom: 5px;
}

.feature-set .iconfont {
  font-size: 55px;
  line-height: 1em;
}

#footer {
  margin-top: 100px;
  padding: 0 0 40px;
  background-color: #2F2F3B;
  color: rgba(255, 255, 255, 0.5);
}

#footer .title {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}

#footer .fa {
  margin-right: 5px;
}

#footer a {
  color: rgba(255, 255, 255, 0.5);
}

#footer .footer-nav {
  line-height: 200%;
  padding-top: 40px;
  padding-bottom: 50px;
}

#footer .footer-nav-section {
  margin-bottom: 20px;
}

#footer .footer-nav ul {
  list-style-type: none;
  padding: 0;
}

#footer .logo {
  margin: 10px 0;
}

#footer .logo-text {
  color: #fff;
  margin-left: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-page {
  margin-top: 50px;
}

.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 80px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 25px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.scroll-to-top:hover {
  background: #DA4453;
  opacity: 0.8;
}

.new {
  background-color: #FFEF5F;
  font-size: 12px;
  border-radius: 3px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  font-weight: normal;
}

td .fa {
  margin-left: 2px;
  margin-right: 2px;
}

.form-group .form-control {
  margin-right: 5px;
}

.btn-group .btn:not(:last-child),
.btn:not(:last-child) {
  margin-right: 10px;
}

.panel-nav > .panel-heading {
  color: #FFFFFF;
  background-color: #5C5D66;
  border-color: #5C5D66;
}

.panel > .list-group .list-group-item.active {
  color: #555;
  font-weight: bold;
  background-color: transparent;
  border-color: #DDDDDD;
}

.panel > .list-group .list-group-item.active .bar {
  background-color: #51D49A;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
}

.panel > .list-group:last-child .list-group-item:last-child .bar {
  border-radius: 0 0 0 3px;
}

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}

.navbar-btn .btn {
  padding: 8px 20px;
}

.navbar-btn a {
  line-height: 20px;
}

.btn-lg {
  padding-left: 18px;
  padding-right: 18px;
}

.icp {
  font-size: 12px;
}


#navbar-drop{
  width:170px;
  background: rgba(27, 22, 47,0.88);
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
  border-radius: 2px;
  padding: 0px;
  margin-top: 5px;
  border: none;
  left: -15px;
}

#navbar-drop li {
  width:170px;
  height:50px;
  color: white;
}

#navbar-drop li a{
  color: white;
  padding: 17px 15px;
  border-radius: 2px;
}
#navbar-drop li a:hover {
  background: #22B98F;
}

.navbar-subItem{
  display: none !important;
}

/*lg*/
@media (max-width: 1199px) {
  .nav > li > a {
    padding: 22px 6px;
  }
  .navbar-btn .btn {
    padding: 8px 10px;
  }
}

/*md*/
@media (max-width: 991px) {
  .nav > li > a {
    padding: 22px 3px;
  }
  .navbar-btn .btn {
    padding: 8px;
  }
  .navbar-header .navbar-brand {
    margin-right: 0;
  }
  .navbar-header .splitter, .navbar-header #weather-widget {
    display: none;
  }
}

/*sm*/
@media (max-width: 767px) {
  .nav > li > a {
    padding: 10px 15px;
  }
  .navbar-btn {
    margin-left: 15px;
  }
  .navbar-btn .btn {
    padding: 8px 15px;
  }
  .navbar-header .navbar-brand {
    margin-right: 10px;
  }
  .navbar-header .splitter, .navbar-header #weather-widget {
    display: block;
  }
  #navbar-product{
    display: none;
  }
  .navbar-subItem {
    display: block !important;
  }
}
