/*@font-face {
    font-family: 'FZLTHJW';
    src: url('../fonts/FZLTHJW.TTF');
}*/

@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

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

body,
small,
sup,
sub,
button,
input,
textarea,
select {
    font-size: 12px;
    font-family: '微软雅黑','Arial';
}

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

address,
cite,
dfn,
em,
var {
    font-size: normal;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -3px;
}

sub {
    bottom: -3px;
}

button {
    padding: 5px 10px;
    overflow: visible;
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    outline: none;
}

a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

a,
img {
    -webkit-touch-callout: none;
    /*禁止长按链接与图片弹出菜单*/
}

i,
p,
a {
    word-break: break-all;
    vertical-align: middle;
}

strong,
em,
b,
i {
    font-style: normal;
    font-weight: normal;
}

input,
select,
textarea {
    outline: none;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
}

html {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0 auto !important;
    color: #333333;
    line-height: 1.6;
    background: #f0f0f0;
    /* min-width: 768px; */
    -webkit-overflow-scrolling: touch;
}

.wrap {
    width: 85%;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media screen and (max-width:1280px) {
    .wrap {
        width: 100%;
    }
    aside.pc-left {
        /*width: 180px !important;*/
    }
}


/* 页码样式 */

.pager {
    height: 96px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el-pager li {
    margin-right: 10px !important;
    border: 1px solid #bfbfbf;
}

.el-pager li.active {
    background: var(--color);
    color: #fff !important;
    border-color: var(--color);
}

.el-pager li.active+li {
    border-left: 1px solid #bfbfbf !important;
}


/* 修改密码弹窗样式*/

.changepass-model {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.changepass-model .model-con {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 580px;
    height: 300px;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 36px;
    box-sizing: border-box;
}

.changepass-model .model-con>img {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.changepass-model .model-con>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.changepass-model .model-con>div:nth-child(2) {
    margin-bottom: 62px;
}

.changepass-model .model-con>div:nth-child(2) .tit {
    position: absolute;
    bottom: -30px;
    left: 183px;
    font-size: 12px;
    color: #333;
}

.changepass-model .model-con>div span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 118px;
    line-height: 47px;
    background: #eee;
    color: #333;
    text-align: center;
}

.changepass-model .model-con>div input {
    width: 330px;
    line-height: 47px;
    border: 1px solid #eee;
    border-left: none;
    box-sizing: border-box;
    font-size: 15px;
    padding: 0 10px;
    height: 47px;
}

.changepass-model .model-con>a {
    display: block;
    width: 106px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: var(--color);
    font-size: 16px;
    margin: 34px auto 0;
}

ul,
dl,
ol,
li {
    list-style: none;
}

p {
    margin: 0;
}

html,
body,
#app {
    width: 100%;
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f0f0f0!important;
}

.red {
    color: var(--color)!important;
}

.bg {
    background: var(--color)!important;
}
.linehe .el-form-item__content{
    line-height: 0 !important;
}
.edui-default {
    z-index: 1999!important;
}
.ellipsis {
    -webkit-box-orient: vertical!important;
}
.personlist .el-checkbox__input.is-checked .el-checkbox__inner {
	background-color: var(--color)!important;
	border-color: var(--color)!important;
}
.personlist .el-checkbox__input.is-focus .el-checkbox__inner {
	/* background-color: var(--color)!important; */
	border-color: var(--color)!important;
}
/* .el-form-item {
    margin-bottom: 15px;
} */
[v-cloak] {
    display: none;
}

.van-tabs__line{
    background-color:var(--color) !important;
}
.van-dialog__confirm, .van-dialog__confirm:active{
    color: var(--color) !important;
}