﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none; }

.footer {
  height: 306px;
  text-align: center;
  line-height: 306px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  background: #fff; }

a {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: none; }

.base-header {
  width: 100%;
  height: 200px;
  background: url("../images/top-bg-.png") no-repeat; }
  .base-header .register-logo {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    .base-header .register-logo .img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      cursor: pointer; }
    .base-header .register-logo .user-type {
      float: left;
      margin-left: 389px;
      height: 100%; }
      .base-header .register-logo .user-type .type {
        /*width: 157px;*/
        text-indent: 10px;
        height: 50px;
        font-size: 26px;
        font-weight: 700;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 3px;
        color: #ffffff;
        border-left: 2px solid #ffffff;
        text-align: right;
        margin-top: 70px;
        margin-left: 10px; }
    .base-header .register-logo .user-info {
      float: right;
      height: 100%;
      text-align: right; }
      .base-header .register-logo .user-info .name {
        margin-top: 58px;
        height: 20px;
        overflow: hidden;
        line-height: 20px !important; }
        .base-header .register-logo .user-info .name span {
          float: right;
          font-size: 14px;
          color: #ffffff;
          margin-right: 15px; }
          .base-header .register-logo .user-info .name span a {
            color: #fff; }
        .base-header .register-logo .user-info .name img {
          cursor: pointer;
          float: right; }
      .base-header .register-logo .user-info .nav {
        margin-top: 39px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #ffffff; }
        .base-header .register-logo .user-info .nav a {
          color: #fff; }

.line {
  background: #2c7aff;
  height: 40px; }

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