body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after,
*::before,
*::after {
  box-sizing: border-box;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
em,
i {
  font-style: normal;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8f8f8;
}
.g-main {
  width: 1200px!important;
  margin: 0 auto;
}
#app {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#app .header {
  position: relative;
  width: 100%;
  height: 100px;
  background: url("../../img/catalog_center/common/header-bg.png") center bottom no-repeat;
}
#app .header .g-main {
  position: relative;
  height: 100%;
}
#app .header .g-main .logo-content {
  display: inline-block;
  vertical-align: middle;
}
#app .header .g-main .logo-content .logo-info {
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
}
#app .header .g-main .change-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  width: 137px;
  height: 36px;
  background: #ffb653;
  background-image: linear-gradient(#ffb957, #ff9727);
  border-radius: 18px;
  margin-left: 26px;
}
#app .header .g-main .change-btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#app .header .g-main .search-content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
}
#app .header .g-main .search-content input {
  display: inline-block;
  vertical-align: middle;
  width: 266px;
  height: 40px;
  border: none;
  outline: none;
  padding-left: 12px;
}
#app .header .g-main .search-content a {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 40px;
  margin-left: -5px;
  text-align: center;
  line-height: 40px;
  background: #04E4E2;
  border-radius: 5px;
  color: #fff;
}
#app .header .g-main .search-content a i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url("../../img/catalog_center/common/btn.png");
}
#app .header .g-main .login-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 30px;
}
#app .header .g-main .login-content a {
  display: inline-block;
  color: #fff;
}
#app .header .g-main .login-content .login {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 3px 8px;
  margin-right: 20px;
  cursor: pointer;
}
#app .nav-top {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  background: #0e2d4d;
}
#app .nav-top .g-main > ul > li {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
#app .nav-top .g-main > ul > li a {
  display: block;
  color: #fff;
}
#app .nav-top .g-main > ul > li a i {
  margin-right: 5px;
  display: none;
}
#app .nav-top .g-main > ul > li a i.index {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../../img/catalog_center/common/index.png") center / cover;
}
#app .nav-top .g-main > ul > li a i.data {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../../img/catalog_center/common/data.png") center / cover;
}
#app .nav-top .g-main > ul > li a i.interface {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../../img/catalog_center/common/jiekou5.png") center / cover;
}
#app .nav-top .g-main > ul > li a i.shangdian {
  vertical-align: middle;
  width: 24px;
  height: 23px;
  background: url("../../img/catalog_center/common/shangdian.png") center / cover;
}
#app .nav-top .g-main > ul > li a i.jiaoliu {
  vertical-align: middle;
  width: 24px;
  height: 20px;
  background: url("../../img/catalog_center/common/hudongjiaoliu.png") center / cover;
}
#app .nav-top .g-main > ul > li:hover,
#app .nav-top .g-main > ul > li.active {
  background: url("../../img/catalog_center/common/nav-active.png") center no-repeat;
}
#app .nav-top .g-main > ul > li:hover i,
#app .nav-top .g-main > ul > li.active i {
  display: inline-block;
}
.help {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.blue {
  color: #0083FF;
}
/*# sourceMappingURL=common.css.map */