* {
  font-family: "Microsoft Yahei", "΢���ź�", Arial, sans-self;
}
ul,
li {
  list-style: none;
}
.navbar-default {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 0;
}

.navbar-brand {
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-nav a {
  font-size: 18px;
  color: #191e1e !important;
}

.navbar-nav li.active a {
  color: #fff !important;
  background-color: transparent !important;
}
.navbar-nav li a {
  padding: 20px 40px;
}

.top-hero {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #ebf2f2;
  box-sizing: border-box;
}

.top-hero > img:first-child {
  left: 0;
  bottom: 0;
  height: 50%;
  position: absolute;
  max-width: 100%;
  z-index: 1;
}
.top-hero > img:nth-child(2) {
  right: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  max-width: 100%;
  z-index: 1;
}
.main-center {
  padding: 0 20px;
  margin: 0 auto;
  z-index: 9999;
  position: relative;
}
.main-center p {
  margin: 0;
  padding: 0;
}
.main-center .t-1 {
  font-size: 40px;
  margin-bottom: 25px;
}
.main-center .t-2 {
  font-size: 60px;
  margin-bottom: 30px;
}
.main-center .t-3 {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 30px;
}
.main-center .btn-down .android-d {
  background: #337ab7 url(../images/android.svg) no-repeat 10px center !important;
  padding-left: 35px;
}
.main-center .btn-down .iphone-d {
  background: #5cb85c url(../images/iphone.svg) no-repeat 10px center !important;
  padding-left: 35px;
}
.type-item {
  background: #f3d661;
  padding: 20px;
}
.type-item > div > div {
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: 555;
}
.type-item > div > div img {
  height: 30px;
  margin-right: 10px;
}
.content {
  padding-top: 50px;
}
.content > div {
  margin-bottom: 50px;
}
.content > hr.line {
  border: 0;
  height: 2px;
  background: #ebf2f2;
  margin-bottom: 20px;
}
h2 {
  font-size: 2.375rem;
  color: #333;
}
.left p {
  margin-bottom: 30px;
  line-height: 1.7em;
}
.color-gray {
  background: #ebf2f2;
}

.foot-top {
  background: url("../images/foot-top.jpg") no-repeat 0 0;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto;
  background-position: center 0;
  background-size: cover;
  height: 458px;
  margin-top: 50px;
}
.foot-top .banner-text {
  padding-top: 110px;
}
.p-text-1 {
  font-size: 36px;
  color: #fff;
  line-height: 1em;
}
.p-text-2 {
  margin-top: 24px;
  font-size: 36px;
  color: #fff;
  line-height: 1em;
}
.p-text-3 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1em;
}
.btn-down-t a.btn {
  border: 1px solid #ff6600;
  background-color: #ff6600;
  color: #fff;
  font-size: 16px;
}
.footer-div {
  background: #2d3236;
  box-sizing: border-box;
}
.ft-top {
  border-bottom: 1px solid #3b424a;
  padding: 30px 0;
  overflow: hidden;
}
.ft-btm {
  font-size: 12px;
  color: #bbbbbb;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}
.footer-div ul {
  font-size: 12px;
  color: #bbbbbb;
  border-right: 1px solid #3b424a;
}
.footer-div ul:last-child {
  border-right: 0;
}
.footer-div ul li {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.footer-div ul li.title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-div ul li a {
  color: #bbb;
}
.footer-div ul li img.code {
  width: 120px;
  height: 120px;
}

/**about*/
.user-bar {
  position: absolute;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}
.user-bar a {
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  padding: 16px;
  display: inline-block;
}
.user-bar a.active,
.user-bar a:hover {
  background: rgba(0, 0, 0, 0.15);
}

#me-div h1,
#tk-div h1 {
  font-size: 26px;
  color: #666;
  margin-bottom: 20px;
}
#me-div h2 {
  font-size: 18px;
  color: #666666;
  margin: 30px 0;
}
#me-div .p-s {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 28px;
}
#me-div .code-img {
  font-size: 12px;
  color: #666;
}
#me-div .code-img img {
  width: 100px;
}
.weixin-tip {
  display: none;
  position: fixed;
  left: 0;
  /*top:-55px;*/
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=80);
  height: 100%;
  width: 100%;
  z-index: 20201204;
}
.ft-btm a {
  color: #bbbbbb;
}

.header-bar,
.header-bar div {
  background-color: #1b1f23;
}
.navbar-brand > img {
  height: 50px;
}
.product-box img {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #666;
  border-radius: 5px;
}
.product-box > div > div {
  text-align: center;
}
.navbar-brand {
  padding-top: 6px;
  height: 60px;
  padding-left: 0;
}
.type-item {
  background: linear-gradient(to bottom, #ebf2f2, #fff);
}
@media only screen and (max-width: 750px) {
  .top-hero {
    padding: 15px;
  }
  .main-center .t-3 {
    margin-bottom: 0;
  }
}
.navbar{
	border: 0 !important;
}
#bs-example-navbar-collapse-1,.navbar-header{
	position: relative;
	top: 10px;
	z-index: 1;
}
.navbar-header{
		z-index:2;
		top: -5px;
}
.down-btns:hover{
	background-color: #5bc0de;
	color: #333;
	border-radius: 5px;
	border-color: #5bc0de;
}