﻿@font-face {
  font-family: "alipuhui-R";
  src: url("../font/AlibabaPuHuiTi-3-55-RegularL3.woff2") format("woff2"),
    url("../font/AlibabaPuHuiTi-3-55-RegularL3.woff") format("woff"),
    url("../font/AlibabaPuHuiTi-3-55-RegularL3.ttf") format("truetype"),
    url("../font/AlibabaPuHuiTi-3-55-RegularL3.eot") format("embedded-opentype"),
    url("../font/AlibabaPuHuiTi-3-55-RegularL3.oft") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

/* 全局重置 */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
legend,
button,
input,
textarea,
label,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* margin-top:0 !important;
  margin-bottom: 0 !important; */
}

/* 基础字体设置 */
html {
  font-size: 16px;
}
/* 
@media screen and (max-width: 1920px) and (min-resolution: 120dpi) {
  html,body {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1440px) {
  html,body {
    font-size: 14px !important;
  }
} */

body {
  font: 1rem/1.5 "alipuhui-R";
  color: #333;
  background-color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 标题重置 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding:0;
}

/*设置默认字体*/
:focus {
  outline: 0;
}

/* 列表重置 */
ul,
ol {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}

/* 图片和表单元素 */
fieldset,
img {
  border: 0 none;
  vertical-align: top;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

textarea {
  resize: none;
}

/* 表格重置 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 浮动和清除浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.cf:after,
.clearfix:after {
  clear: both;
}

.cf,
.clearfix {
  *zoom: 1;
  clear: both;
}

/* 链接样式 */
a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:hover {
  text-decoration: none !important;
}

/* 文字工具类 */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}

.show {
  display: block;
}
.hide {
  display: none !important;
}

/* 文字省略 */
.ti,
.te {
  white-space: nowrap;
  overflow: hidden;
}

.ti {
  text-indent: -999em;
}

.te {
  text-overflow: ellipsis;
}

/* 字体大小类 */
.f12 {
  font-size: 0.75rem;
}
.f14 {
  font-size: 0.875rem;
}
.f16 {
  font-size: 1rem;
}
.f18 {
  font-size: 1.125rem;
}
.f20 {
  font-size: 1.25rem;
}
.f24 {
  font-size: 1.5rem;
}
.f28 {
  font-size: 1.75rem;
}
.f32 {
  font-size: 2rem;
}

/* 颜色类 */
.c-white {
  color: #fff;
}
.c-black {
  color: #333;
}
.c-gray {
  color: #666;
}
.c-light-gray {
  color: #999;
}
.c-primary {
  color: #08437a;
}
.c-accent {
  color: #f5c920;
}
.c-danger {
  color: #d90106;
}


/* 背景色类 */
.bg-white {
  background-color: #fff;
}

.bg-gray-white{
  background-color: #f1f1f1;
}

/* .mb-40 { margin-bottom: 40px;}
.pt-30 { padding-top: 30px;}
.mb-20 { margin-bottom: 20px;} */