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

a:link {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}
input.form-control{
    box-shadow: 0 0 0 1000px white inset!important;
}

/*字体大小*/
.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}
.font-26{
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}
.font-36 {
    font-size: 36px;
}
.font-38 {
    font-size: 38px;
}
.font-42 {
    font-size: 42px;
}

.font-color-01 {
    color: #007bff;
}

.font-color-02 {
    color: #222;
}

.font-color-03 {
    color: #666;
}

.font-color-04 {
    color: #0089ff;
}
.font-color-05 {
    color: #333;
}
.font-color-06 {
    color: #b89511;
}
.bg-color-01 {
    background-color: #0089ff;
}
.bg-color-02{
    background-color: #eef4f9;
}

.flex-01 {
    flex: 1;
}

.line-h28 {
    line-height: 28px;
}
.line-h26 {
    line-height: 26px;
}
.line-h20{
    line-height: 20px;
}
.text-indent {
    text-indent: 2em;
}
.text-indent-02 {
    text-indent: 1em;
}
.pad-b10 {
    padding-bottom: 10px;
}
.pad-b20 {
    padding-bottom: 20px;
}

.pad-b30 {
    padding-bottom: 30px;
}

.pad-t30 {
    padding-top: 30px!important;
}
.pad-t40 {
    padding-top: 40px;
}
.pad-t62 {
    padding-top: 62.5px;
}
.pad-tb-18{
    padding-bottom: 18px;
    padding-top: 18px;
}
.pad-lr-12{
    padding-left: 30px;
    padding-right: 30px;
    color: #222;
}
.pad-t100{
    padding-top: 100px!important;
}
.pad-t130{
    padding-top: 130px!important;
}
.pad-t200{
    padding-top: 200px!important;
}
.pad-b40 {
    padding-bottom: 40px;
}
.pad-b60 {
    padding-bottom: 60px;
}
.pad-t60 {
    padding-top: 60px;
}
.pad-t50 {
    padding-top: 50px!important;
}
.pad-t80 {
    padding-top: 80px!important;
}
.pad-b80 {
    padding-bottom: 80px;
}
.pad-b50 {
    padding-bottom: 50px;
}
.pad-t50 {
    padding-top: 50px;
}

.mr-t30 {
    margin-top: 30px;
}
.mr-t50 {
    margin-top: 50px;
}
.mr-b50 {
    margin-bottom: 50px;
}

.mr-b30 {
    margin-bottom: 30px;
}

.mr-t20 {
    margin-top: 20px;
}
.mr-t100 {
    margin-top: 100px;
}
.mr-b10{
    margin-bottom: 10px;
}
.mr-b20 {
    margin-bottom: 20px;
}
.mr-t40 {
    margin-top: 40px;
}
.mr-b80{
    margin-bottom: 80px;
}
.mr-170{
    margin-right: 170px;
}

.form-control{
    box-shadow: none!important;
}
.btn-primary{
    background-color: #0089ff;
}
.btn-outline-primary{
    border-color: #0089ff;
}
.tooltip-inner{
    background-color:unset;
}
.banner-h350{
    min-height: 350px;
}
.banner-h420{
    min-height: 420px;
}
.banner-h450{
    min-height: 450px;
}
.card{
    border: 1px solid rgba(0,0,0,.06);
}