@charset "utf-8";

/*全局*/

* {
    margin: 0;
    padding: 0;
}

body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
input,
table,
img,
h1,
h2,
h3,
h4,
h5,
h6,
header,
section,
footer,
nav,
figure,
figcaption,
article {
    margin: 0;
    padding: 0
}

header,
section,
footer,
nav,
figure,
figcaption,
article,
menu {
    display: block
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    background-color: #f1f1f1;
    padding: initial!important;
    width: 100%;
}

ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: #393737;
}

img {
    border: none;
    display: inline-block;
    vertical-align: top;
}

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

em,
i {
    font-style: normal;
}

.l,
.left {
    float: left;
    display: inline-block;
}

.r,
.right {
    float: right;
    display: inline-block;
}

.clearfix:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

header,
nav,
section,
footer {
    min-width: 320px;
}

.w280 {
    min-width: 280px;
    margin: 0 2%;
}

.w300 {
    min-width: 300px;
    margin: 0 3%;
}

body,
html {
    height: 100%;
}

.vip_box {
    display: inline-block;
}

.noRequired .el-form-item__content .el-form-item__label:before {
    color: #fff!important;
}

td .cell span {
    white-space: normal;
}

* {
    -webkit-overflow-scrolling: touch;
}


/*凹槽宽度*/

*::-webkit-scrollbar {
    width: 8px;
    height: 12px;
}


/*拖动条*/

*::-webkit-scrollbar-thumb {
    background-color:#428bca;
    border-radius: 10px;
}


/*背景槽*/

*::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 6px;
}

.select2-drop {
    z-index: 100000!important;
}

.select2-container--bootstrap {
    z-index: 999!important;
}

.bootbox .select2-container--bootstrap,
.select2-container--open {
    z-index: 99999!important;
}

.bootbox-close-button{
    display: none;
}
.collapsed span{
     border-bottom: 0px solid transparent;
     border-top: 4px solid;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}