/* 重置属性 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
    text-overflow: ellipsis;
}

::selection {
    background-color: #6a7da3;
    color: #fff;
}

html,
body {
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    color: #333;
    font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

a {
    color: #333;
    outline: 0;
    text-decoration: none;
    outline: none;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    outline: 0;
    border: none;
}

input:focus {
    outline: 0 !important;
}

a:active,
a:focus,
button:active,
button:focus,
span:active,
span:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 清除浮动 */
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 图片边框 */
img {
    border: 0px;
}

/* 字体图标设置 */
.iconfont {
    display: inline-block;
    text-align: center;
}

/*  自定义颜色 */
.gray {
    color: #aaa;
}

.org {
    color: #ef9308;
}

.green {
    color: #05b31f;
}

.black {
    color: #333;
}

.blue {
    color: #456ab5;
}

.red {
    color: #f00;
}

/*  浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

/*  自定义字号 */
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.block-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.pointer {
    color: #6a7da3;
    cursor: pointer;
}
