﻿* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font: 12px/1.3 "微软雅黑";
    width: 100%;
    height: 100%;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4 {
    margin: 0;
}

a, a:active, a:visited {
    text-decoration: none;
    color: inherit;
}

input[type*="t"], input[type=password] {
    height:28px;
    line-height: 28px;
    border-radius: 8px;
    outline: 0;
   
}

input[type=button] {
    font-size: 12px;
    line-height: 2em;
    padding: 0 1em;
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 5px rgba(107, 107, 107, 0.30);
}

button {
    outline: 0;
    cursor: pointer;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fley {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.ai-fe {
    align-items: flex-end;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.w100 {
    width: 100%;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
       padding:20px 0px;
}

.ml-4 {
    margin-left: 4px;
}

.mr-20 {
    margin-right: 20px;
}

.pd-20 {
    padding: 40px 80px;
}

.white {
    color: #fff !important;
}

.gray {
    color: #6b6b6b !important;
}

.red {
    color: #ff3c00 !important;
}

.orange {
    color: #e99208 !important;
}

.blue {
    color: #006fa5 !important;
}

.green {
    color: #4ba642 !important;
}

a.btn {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 18px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
}
.chaxun{
    margin-top:-5px;
}
a.ghost {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid currentColor;
    background-color: transparent;
}


.btn-gray {
    border-color: #6b6b6b;
    background-color: #6b6b6b;
}

.btn-lightgray {
    border-color: #aeaeae;
    background-color: #aeaeae;
}

.btn-red {
    border-color: #ff3c00;
    background-color: #ff3c00;
}

.btn-orange {
    border-color: #e99208;
    background-color: #e99208;
}

.btn-blue {
    border-color: #006fa5;
    background-color: #006fa5;
    margin-left:5px;
}

.btn-green {
    border-color: #4ba642;
    background-color: #4ba642;
}
.btn-green-max {
      background-color: #4ba642;
    width:100px;
    height:100px;
}
