﻿@charset "UTF-8";
/*
  @作者：吕岳阳
  @mail：975794403@qq.com
  @日期：2017-09
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:after, .clearfix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

html {
  height: 100%; 
  width:100%;
}

body {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "PingFang SC Regular", "Microsoft YaHei";
  min-width: 1200px; }
  body.bg {
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    background-attachment: fixed; }

.wp {
  min-width: 1200px; }

select, input, textarea {
  font-family: "PingFang SC Regular", "Microsoft YaHei"; }

ul, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cur, button {
  cursor: pointer; }

.header-default {
  position: relative;
  z-index: 100;
  height: 1.2rem;
  display: flex;
  background-color: #38aef3;
  color: #ffffff; }
  .header-default .back, .header-default .more {
    cursor: pointer;
    height: 100%;
    width: 1.33333rem;
    flex: 0 0 1.33333rem;
    padding-left: 0.4rem;
    display: flex;
    align-items: center; }
    .header-default .back .icon, .header-default .more .icon {
      width: 0.54667rem;
      height: 0.54667rem;
      background-image: url("../img/icon_left.png"); }
    .header-default .back.co .icon, .header-default .co.more .icon {
      background-image: url("../img/icon_left_gray.png"); }
  .header-default .more .icon {
    background-image: url("../img/icon_more.png"); }
  .header-default .title {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.48rem; }

.icon {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.tab-title {
  height: 1.06667rem;
  line-height: 1.06667rem;
  display: flex;
  color: #999999;
  cursor: pointer;
  border-bottom: 1px solid #dddddd; }
  .tab-title li {
    flex: 1;
    text-align: center;
    height: 100%; }
    .tab-title li span {
      display: inline-block;
      height: 100%;
      width: 100%;
      font-size: 0.37333rem;
      text-align: center;
      border-bottom: 1px solid transparent; }
    .tab-title li.active {
      color: #38aef3; }
      .tab-title li.active span {
        border-color: #38aef3; }
  .tab-title.white {
    color: #555;
    background-color: #fff; }

.loading {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 0.32rem;
  height: 1.73333rem; }
  .loading img {
    display: block;
    width: 0.58667rem;
    margin-right: 5px;
    animation: loadingRotate linear 1s infinite; }

.btn {
  border: none;
  background-color: #fff; }

.modal {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }
  .modal .modal-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal .modal-content {
    background-color: #fff; }

.footer-menu {
  height: 1.26667rem; }
  .footer-menu nav {
    position: fixed;
    height: 1.26667rem;
    border-top: 1px solid #dddddd;
    background-color: #fff;
    display: flex;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1000; }

@keyframes loadingRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes bgFade {
  0% {
    background: rgba(36, 207, 95, 0.1); }
  100% {
    background: rgba(36, 207, 95, 0); } }

.title-login {
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    color: #fff600;
    padding-top: 40px;
    word-spacing: 8px;
    letter-spacing: 5px;
}
  .title-login font { color:#fff; }

/*# sourceMappingURL=base.css.map */

a:hover,button:hover{ opacity:0.8;}


.footer {
  position: relative;
  z-index: 100;
  height: 65px;
  margin-top: -65px;
  font-size: 12px;
  color: #808080;
  padding-top: 20px;
  line-height: 1.5; }

@keyframes loadingRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes bgFade {
  0% {
    background: rgba(36, 207, 95, 0.1); }
  100% {
    background: rgba(36, 207, 95, 0); } }

/*# sourceMappingURL=base.css.map */
