a {
  text-decoration: none; }

html, body {
  min-width: 1200px;
  font-family: arial, PingFang SC, Hiragino Sans GB, Helvetica Neue, Microsoft Yahei, WenQuanYi Micro Hei; }

.center {
  position: relative;
  margin: 0 auto;
  width: 1200px; }

header {
  position: relative; }

main {
  overflow: hidden;
  width: 100%; }

input::-ms-clear {
  display: none; }

.float-toolbar {
  position: fixed;
  bottom: 100px;
  right: 20px; }
  .float-toolbar .box {
    position: relative;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    width: 50px; }
    .float-toolbar .box a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px; }
    .float-toolbar .box .edge {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .float-toolbar .box .slide {
      position: relative;
      display: block;
      width: 100px;
      height: 50px;
      overflow: hidden;
      transition: all .1s ease-in; }
    .float-toolbar .box .group {
      padding-top: 10px; }
      .float-toolbar .box .group i {
        float: left;
        display: inline;
        width: 50px;
        height: 50px;
        background: #fff url("/images/float-toolbar-icons.png"); }
        .float-toolbar .box .group i.icon-app {
          background-position: 0 0px; }
        .float-toolbar .box .group i.icon-wechat {
          background-position: 0 -50px; }
        .float-toolbar .box .group i.icon-service {
          background-position: 0 -100px; }
    .float-toolbar .box em {
      float: left;
      display: inline;
      width: 50px;
      height: 40px;
      padding: 5px 0;
      font-style: normal;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #ffffff;
      background: #45aefd; }
    .float-toolbar .box .popup {
      visibility: hidden;
      position: absolute;
      top: 0;
      right: 50px;
      background: #ffffff;
      opacity: 0;
      transition: all .1s ease-in; }
      .float-toolbar .box .popup:before {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        width: 0;
        height: 0;
        border: 5px solid #fff;
        border-right-color: transparent;
        border-bottom-color: transparent; }
      .float-toolbar .box .popup img {
        width: 138px;
        height: 138px; }
    .float-toolbar .box a:hover .slide {
      margin-left: -50px; }
    .float-toolbar .box a:hover .popup {
      visibility: visible;
      right: 60px;
      opacity: 1; }
    .float-toolbar .box .separator {
      display: block;
      margin: 10px 5px;
      width: 50px -10;
      height: 0;
      border-top: 1px solid #999999; }
  .float-toolbar .icon-toggle {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(135deg);
    transition: all .1s ease-in; }
    .float-toolbar .icon-toggle:before, .float-toolbar .icon-toggle:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 2px;
      margin: -1px 0 0 -15px;
      background: #afaead; }
    .float-toolbar .icon-toggle:after {
      transform: rotate(90deg); }
  .float-toolbar .icon-goto-top {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .float-toolbar .icon-goto-top:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      margin: -10px 0 0 -10px;
      border: 2px solid #afaead;
      border-right: none;
      border-bottom: none;
      transform: translateY(5px) rotate(45deg); }
  .float-toolbar .collapsed .group {
    display: none; }
  .float-toolbar .collapsed .icon-toggle {
    transform: rotate(0deg); }

footer {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #5b5a5a;
  background: #f2f2f2;
  overflow: hidden; }
  footer a {
    color: #5b5a5a; }
  footer img {
    vertical-align: middle; }
  footer .center {
    margin: 20px auto; }
  footer nav > *,
  footer .links > *,
  footer .copyright > * {
    border-right: 1px solid #5b5a5a;
    padding: 0 1em; }
    footer nav > *:last-child,
    footer .links > *:last-child,
    footer .copyright > *:last-child {
      border-right: none; }
  footer .service span {
    padding: 0 1em; }
  footer .verified {
    margin: 10px 0; }
    footer .verified a {
      margin: 0 10px; }

header .nav {
  height: 80px;
  text-align: right; }
  header .nav .logo {
    float: left; }
  header .nav li {
    position: relative;
    list-style: none;
    display: inline-block; }
    header .nav li:last-child a {
      margin-right: 0; }
    header .nav li:hover .item {
      display: block; }
  header .nav .nav-bar {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
    height: 80px; }
    header .nav .nav-bar > li > a {
      position: relative;
      margin: 25px 20px 20px; }
    header .nav .nav-bar > li.current > a {
      color: #39f; }
      header .nav .nav-bar > li.current > a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -6px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: #39f; }
  header .nav a {
    display: inline-block;
    margin: 25px 20px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #858585; }
  header .nav .nav-bar > li > a {
    padding: 0 10px; }
    header .nav .nav-bar > li > a.member {
      box-sizing: border-box;
      border-radius: 5px;
      border: 1px solid #e5e5e5;
      background: #eeeeee; }
  header .nav .item {
    position: absolute;
    display: none;
    z-index: 9999;
    right: 0;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1); }
  header .nav .member-item li {
    width: 315px;
    padding-left: 45px;
    color: #5b5a5a;
    text-align: left;
    box-sizing: border-box; }
    header .nav .member-item li a {
      cursor: pointer;
      line-height: 30px; }
  header .nav .member-item .item-header {
    height: 113px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden; }
    header .nav .member-item .item-header .item-header-img {
      display: inline-block;
      float: left;
      width: 74px;
      height: 74px;
      border-radius: 74px;
      overflow: hidden;
      margin-top: 20px; }
    header .nav .member-item .item-header .text {
      margin-top: 40px;
      display: inline-block;
      float: left;
      font-size: 16px; }
      header .nav .member-item .item-header .text p {
        text-align: left;
        height: 22px;
        padding-left: 15px;
        margin: 0px; }
        header .nav .member-item .item-header .text p:first-child {
          font-weight: 800; }
  header .nav .member-item .sub-item a:before {
    content: " ";
    display: inline-block;
    margin-right: 5px; }
  header .nav .member-item .icon_records:before {
    height: 15px;
    width: 12px;
    background: url("/images/nav/icon_navs.png") no-repeat center;
    background-position: 0 0; }
  header .nav .member-item .icon_settings:before {
    height: 14px;
    width: 14px;
    background: url("/images/nav/icon_navs.png") no-repeat center;
    background-position: 0 -15px; }
  header .nav .member-item .icon_index:before {
    height: 16px;
    width: 16px;
    background: url("/images/nav/icon_navs.png") no-repeat center;
    background-position: 0 -29px; }
  header .nav .member-item .icon_cards:before {
    height: 11px;
    width: 16px;
    background: url("/images/nav/icon_navs.png") no-repeat center;
    background-position: 0 -45px; }
  header .nav .member-item .icon_ticket:before {
    height: 16px;
    width: 17px;
    background-position: 0 -56px; }
  header .nav .member-item .icon_assets:before {
    height: 15px;
    width: 17px;
    background: url("/images/nav/icon_navs.png") no-repeat center;
    background-position: 0 -72px; }
  header .nav .about-item li {
    width: 171px;
    text-align: center; }
    header .nav .about-item li:last-child a {
      margin: 25px auto; }

html.logged-in .nav-bar > li > a.member {
  border-color: #45aefd;
  color: #ffffff;
  background: #45aefd; }

.top-bar {
  border-bottom: 1px solid #e4e2e2;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999999; }
  .top-bar .hotline {
    float: left; }
  .top-bar .links {
    text-align: right; }
    .top-bar .links a {
      position: relative;
      margin: 0 0 0 1em;
      padding-left: 20px;
      color: #999999;
      text-decoration: none; }
      .top-bar .links a:hover {
        text-decoration: underline; }
      .top-bar .links a:last-child {
        margin-right: 0; }
      .top-bar .links a:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 0;
        margin-top: -10px;
        background: url("/images/top-bar-icons.png") no-repeat; }
      .top-bar .links a.icon-none {
        padding-left: 0; }
        .top-bar .links a.icon-none:before {
          background: none; }
      .top-bar .links a.icon-member:before {
        background-position: 0 0px; }
      .top-bar .links a.icon-guide:before {
        background-position: 0 -20px; }
      .top-bar .links a.icon-app:before {
        background-position: 0 -40px; }
      .top-bar .links a.icon-help:before {
        background-position: 0 -60px; }
      .top-bar .links a.member, .top-bar .links a.logout {
        display: none; }

html.logged-in .top-bar .login,
html.logged-in .top-bar .register {
  display: none; }

html.logged-in .top-bar .member,
html.logged-in .top-bar .logout {
  display: inline; }
