* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre,
td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

p {
  line-height: 1.5;
  margin: 0;
  padding: 0; }

button, input {
  outline: 0;
  border: none;
  background: white; }

button {
  cursor: pointer; }

img {
  border: 0px; }

img[src=""], img:not([src]) {
  opacity: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: '-';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }

[v-cloak] {
  display: none !important; }

header {
  width: 100%;
  max-width: 1920px;
  padding: 20px 20px 20px 40px; }
  header .header-left .logo {
    float: left; }
    header .header-left .logo img {
      width: 54px;
      margin-right: 14px; }
  header .header-left .header-name {
    float: left; }
    header .header-left .header-name p:first-child {
      font-size: 18px;
      color: #fff;
      margin-bottom: 8px;
      text-align: left; }
    header .header-left .header-name p:nth-child(2) {
      font-size: 12px;
      color: #fff; }
  header .header-right {
    float: right; }
    header .header-right .btn {
      width: 120px;
      height: 40px;
      line-height: 40px;
      background-color: #09bed1;
      float: left;
      text-align: center; }
      header .header-right .btn ul li {
        background-color: #09bed1; }
        header .header-right .btn ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          color: #fff;
          box-sizing: border-box; }
          header .header-right .btn ul li a img {
            width: 8px;
            margin-left: 13px;
            padding-bottom: 2px; }
        header .header-right .btn ul li ul {
          position: absolute;
          display: none;
          box-sizing: border-box; }
      header .header-right .btn ul li:hover ul {
        display: block;
        border: 1px solid #09bed1;
        box-sizing: border-box; }
        header .header-right .btn ul li:hover ul li {
          width: 120px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          background-color: #fff; }
          header .header-right .btn ul li:hover ul li a {
            text-align: center;
            text-decoration: none;
            color: #999;
            font-size: 18px; }
          header .header-right .btn ul li:hover ul li a:hover {
            color: #09bed1; }
    header .header-right .header-index {
      float: left;
      margin: 5px 40px 0px; }
      header .header-right .header-index img {
        width: 31px; }
    header .header-right .header-download {
      float: left;
      margin: 5px 0 0; }
      header .header-right .header-download img {
        width: 28px; }
    header .header-right .header-sweep {
      position: relative;
      float: left;
      cursor: pointer;
      margin: 5px 40px 0; }
      header .header-right .header-sweep img {
        width: 28px; }
    header .header-right .header-sweep:hover::after {
      content: "";
      display: block;
      width: 102px;
      height: 110px;
      background: url(code.png) top center no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 28px;
      left: -37px;
      z-index: 100000;
      cursor: pointer; }
    header .header-right .header-more {
      float: left;
      width: 100px;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box;
      border: 1px solid #ddd;
      border-radius: 20px;
      text-align: center; }
      header .header-right .header-more a {
        display: inline-block; }
        header .header-right .header-more a img {
          width: 20px;
          margin-right: 10px; }
        header .header-right .header-more a span {
          font-size: 18px;
          color: #ddd; }

.clearfix:before .cleaefix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.right {
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 14px;
  z-index: 99999999;
  text-align: center; }
  .right .right-tab {
    margin-top: 140px;
    text-align: left;
    padding: 0 9px 0 11px;
    color: #ffffff; }
    .right .right-tab ul li {
      padding: 5px 20px;
      border-bottom: 1px solid  #333333; }
      .right .right-tab ul li span {
        color: #ffffff; }
    .right .right-tab ul li:hover span {
      color: #09bed1; }
  .right .down-list {
    margin-top: 30px;
    color: #ffffff; }
    .right .down-list img {
      width: 80px; }

/*# sourceMappingURL=header.css.map */
