@charset "UTF-8";
/**
 * @authors Elong (yangxinglong@126.com)
 * @date    2016-08-11 10:18:37
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-user-select: none;
  color: #000;
  outline: 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
th {
  text-align: left;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  resize: none;
}
button {
  border: 0;
  background: none;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
}
:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
em,
i {
  font-style: normal;
}
div {
  margin: 0 auto;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
body {
  padding-bottom: 60px;
}
.inner {
  width: 640px;
}
.top-bar {
  height: 120px;
  background-color: #303030;
}
.top-bar .logo a,
.top-bar .app-down a {
  display: inline-block;
  line-height: 120px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.top-bar .logo a h3,
.top-bar .app-down a h3 {
  font-weight: 400;
  color: #fff;
  font-size: 28px;
}
.top-bar .logo a h3 span,
.top-bar .app-down a h3 span {
  font-size: 12px;
  margin-left: 6px;
}
.top-bar .logo {
  float: left;
  margin-left: 30px;
}
.top-bar .logo a {
  background-image: url(/dev/product/temp_space/20160810_gather/mobile/imgs/logo.png);
}
.top-bar .app-down {
  float: right;
  margin-right: 30px;
}
.top-bar .app-down a {
  background-image: url(/dev/product/temp_space/20160810_gather/mobile/imgs/icon-1.png);
}
.banner {
  height: 380px;
  background: url(/dev/product/temp_space/20160810_gather/mobile/imgs/banner.png) 50% 0 no-repeat;
}
.nav-box {
  border: 1px solid #f1f1f1;
  margin-top: 20px;
  width: 578px;
  clear: both;
  padding: 18px 0;
  overflow: hidden;
}
.nav-box ul {
  display: block;
  overflow: hidden;
  float: left;
  width: 462px;
}
.nav-box ul li {
  float: left;
  width: 154px;
  line-height: 54px;
  text-align: center;
  overflow: hidden;
}
.nav-box ul li a {
  font-size: 24px;
  color: #303030;
}
.nav-box .nav-box-title {
  width: 115px;
  float: left;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.nav-box .nav-box-title h3 {
  font-size: 24px;
  color: #303030;
  font-weight: 600;
}
.nav-box .nav-box-title h3 a {
  color: #303030;
}
.nav-box .nav-box-title.bg-1 {
  background-image: url(/dev/product/temp_space/20160810_gather/mobile/imgs/bg-1.png);
}
.nav-box .nav-box-title.bg-2 {
  background-image: url(/dev/product/temp_space/20160810_gather/mobile/imgs/bg-2.png);
}
.nav-box .nav-box-title.bg-3 {
  background-image: url(/dev/product/temp_space/20160810_gather/mobile/imgs/bg-3.png);
}
.nav-box .nav-box-title.bg-4 {
  background-image: url(/dev/product/temp_space/20160810_gather/mobile/imgs/bg-4.png);
}
.nav-box .nav-box-title.bg-5 {
  background-image: url(/dev/product/temp_space/20160810_gather/mobile/imgs/bg-5.png);
}
