html, body, a {
  font-family: 'microsoft yahei', 'Helvetica', 'Verdana', sans-serif;
  line-height: 1.5;
  font-size: 12px; }
  [data-dpr="2"] html, [data-dpr="2"] body, [data-dpr="2"] a {
    font-size: 24px; }
  [data-dpr="3"] html, [data-dpr="3"] body, [data-dpr="3"] a {
    font-size: 36px; }

body {
  background: #f9f9f9; }

/*header*/
.pad40 {
  padding-left: .4rem;
  padding-right: .4rem; }

.bgWhite {
  background: #ffffff; }

.header {
  width: 100%;
  height: 1.2rem;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header .logo img {
    width: 3.733rem;
    height: .946rem; }
  .header .go-back {
    font-size: 0;
    width: 0.2533333333rem;
    height: 0.4666666667rem;
    background: url("../images/icon-retun.png") no-repeat center left;
    background-size: contain; }
  .header h1 {
    font-size: 16px; }
    [data-dpr="2"] .header h1 {
      font-size: 32px; }
    [data-dpr="3"] .header h1 {
      font-size: 48px; }

.header .menu {
  width: .693rem;
  height: .586rem;
  font-size: 0;
  background: url("../images/menu.png") no-repeat center center;
  background-size: contain;
  margin-right: 1px; }

.main-title {
  height: 1.31rem;
  line-height: 1.31rem;
  background: #89daf5;
  text-align: center;
  font-size: 18px;
  color: #fff; }
  [data-dpr="2"] .main-title {
    font-size: 36px; }
  [data-dpr="3"] .main-title {
    font-size: 54px; }

.banner {
  width: 100%;
  border-bottom: 1px solid #979797; }

.banner img {
  width: 100%;
  height: 5.6rem; }

/*sidebar*/
.sidebar {
  display: block;
  position: absolute;
  z-index: 200;
  right: 0;
  top: 1.2rem;
  width: 0;
  background: #fff;
  height: 100%;
  overflow: hidden; }
  .sidebar ul li a {
    color: #333;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width: 4rem;
    line-height: 1.07rem;
    font-size: 16px; }
    [data-dpr="2"] .sidebar ul li a {
      font-size: 32px; }
    [data-dpr="3"] .sidebar ul li a {
      font-size: 48px; }
  .sidebar ul li.active a {
    background: #ffd155;
    color: #fff; }

/*nav*/
.nav {
  position: relative;
  z-index: 100; }
  .nav .top-title {
    background: #89daf5;
    height: 1.33rem;
    line-height: 1.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .nav .top-title a {
      font-size: 0; }
    .nav .top-title a.search {
      display: block;
      width: .7rem;
      height: .72rem;
      background: url("../images/seach.png") no-repeat center center;
      background-size: contain; }
    .nav .top-title a.open {
      display: block;
      width: .69rem;
      height: .37rem;
      background: url("../images/down.png") no-repeat center center;
      background-size: contain; }
    .nav .top-title h1 {
      font-size: 16px;
      color: #ffffff; }
      [data-dpr="2"] .nav .top-title h1 {
        font-size: 32px; }
      [data-dpr="3"] .nav .top-title h1 {
        font-size: 48px; }
  .nav .title-list {
    position: absolute;
    display: none;
    width: 100%;
    background: #ffffff; }
    .nav .title-list ul li {
      height: 1.33rem;
      border-bottom: 1px solid #ddd; }
      .nav .title-list ul li a {
        display: block;
        width: 100%;
        height: 1.33rem;
        line-height: 1.33rem;
        text-align: center;
        font-size: 16px;
        color: #333333; }
        [data-dpr="2"] .nav .title-list ul li a {
          font-size: 32px; }
        [data-dpr="3"] .nav .title-list ul li a {
          font-size: 48px; }
    .nav .title-list ul li.active a {
      color: #89daf5; }
  .nav .nav-list ul {
    font-size: 0;
    height: 1.07rem;
    overflow-x: auto;
    white-space: nowrap;
    box-shadow: 0 0 10px 2px #ddd; }
    .nav .nav-list ul li {
      display: inline-block; }
      .nav .nav-list ul li a {
        display: block;
        height: 1.07rem;
        padding: 0 0.1866666667rem;
        text-align: center;
        line-height: 1.07rem;
        font-size: 16px;
        color: #999; }
        [data-dpr="2"] .nav .nav-list ul li a {
          font-size: 32px; }
        [data-dpr="3"] .nav .nav-list ul li a {
          font-size: 48px; }
    .nav .nav-list ul li.active a {
      color: #89daf5; }
  .nav ::-webkit-scrollbar {
    width: 0;
    height: 0; }

.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100; }

/*footer*/
.footer {
  background: #fff;
  border-top: 2px solid #f3f3f3;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: 1.306rem;
  overflow: hidden; }
  .footer ul {
    display: flex; }
  .footer li:nth-of-type(1) {
    border-right: 2px solid #f3f3f3; }
  .footer li {
    flex: 1;
    height: 1.306rem;
    line-height: 1.306rem;
    text-align: center;
    display: flex;
    justify-content: space-around; }
    .footer li a {
      font-size: 15px;
      color: #333;
      display: flex;
      align-items: center; }
      [data-dpr="2"] .footer li a {
        font-size: 30px; }
      [data-dpr="3"] .footer li a {
        font-size: 45px; }
      .footer li a i {
        display: block;
        width: .586rem;
        height: 1.306rem;
        margin-right: .266rem; }
      .footer li a .icon-online {
        background: url("../images/online.png") no-repeat left center;
        background-size: contain; }
      .footer li a .icon-offline {
        background: url("../images/offline.png") no-repeat left center;
        background-size: contain; }

/*# sourceMappingURL=common.css.map */
