/*! css reset code v1.3 (c) 2016 www.tailea.com */

/* 文字大小初始化,使1em=10px */

/* for IE/Win */

html>body {
    font-size: 14px;
}

/* for everything else */

p {
    /*font-size: 1.2em;*/
}

/* 字体边框等初始化 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

img {
    display: block;
}

address,
caption,
cite,
code,
dfn,
th,
var,
i,
em {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #999;
}

/*! 基础样式 v2.2 (c) 2017 www.tailea.com */

/*去Iphone样式*/

/*outline: 0; 去chrome在focus时的边框*/

.btn-none,
.input-none {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    border: 0;
}

.box-pc {
    font-family: 'Microsoft yahei', sans-serif;
}

/* 这样在chrome 中调试时字体和手机的是一样的 复制jd */

.box-mobile {
    font-family: 'PingFangSC-Regular', Helvetica, 'Droid Sans', Arial, sans-serif;
}

/* 密码专用 */

.input-password {
    font-family: 'verdana', 'Microsoft yahei', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

/* 锁定滚动条临时类 */

.lock-scroll-tmp {
    overflow-y: hidden !important;
}

/* 盒子模型 */

.border-box {
    box-sizing: border-box;
}

/* 设置字体 */

.font-yahei {
    font-family: 'Microsoft yahei', sans-serif;
}

.box-fix {}

.box-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.bg-white {
    background: #fff;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.overflow-xy {
    overflow: hidden;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-xy-scroll {
    overflow: scroll;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.none {
    display: none;
}

/* 外边距 */

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

/* 内边距 */

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

/*  */

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.height-100p {
    height: 100%;
}

.transition-all {
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

/* 小三角 */

.triangle {
    position: absolute;
    top: -16px;
    right: 20px;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px solid;
    border-color: transparent transparent white;
}

/* popup */

@keyframes popup {
    0% {
        -webkit-transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

/* 文档列表 */

.public-table {
    width: 100%;
    border-collapse: collapse;
    color: #7d7d7d;
}

.public-table tr {
    border-bottom: 1px solid #eaeaea;
}

.public-table thead tr:first-child {
    border-bottom-width: 2px;
}

.public-table tr:hover,
.public-table tr.act {
    background: #f4f9f0;
}

.public-table th {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    color: #37444e;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}

.public-table td {
    font-size: 13px;
    height: 44px;
    color: #a2a4a9;
    word-wrap: break-word;
    word-break: break-all;
}

.public-table input[type="checkbox"] {
    margin-left: 20px;
    color: #0a86e6;
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}

.public-table input[type="text"] {
    width: 80%;
    height: 25px;
    color: #999999;
    font-size: 14px;
    padding-left: 5px;
    border: 1px solid #d8d8d8;
}

.public-table .l {
    text-align: left !important;
}

.public-table .r {
    text-align: right !important;
}

.public-table .c {
    text-align: center !important;
}

.public-table .div-title {
    height: 100%;
    position: relative;
    padding-left: 56px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 0;
}

.public-table .div-title i {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
}

.public-table .div-title span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.public-table .div-title a {
    display: inline-block;
    color: #595c5f;
    vertical-align: middle;
    line-height: 22px;
    font-size: 13px;
}

/* 这个是星号使用 */

table b {
    color: red;
    vertical-align: -4px;
    font-size: 14px;
}

::selection {
    background: #0e48aa;
    color: #fff;
}

::-moz-selection {
    background: #0e48aa;
    color: #fff;
}

::-webkit-selection {
    background: #0e48aa;
    color: #fff;
}