* {
    box-sizing: border-box;

}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dd,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    padding: 0;
    margin: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
        Microsoft YaHei, SimSun, sans-serif;
}

html {
    font-family: "微软雅黑";
    font-size: 12px;
    background-color: #eeeeee;

}

.clear:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clear {
    zoom: 1;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
    border: 0;
}

input,
select,
button,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

input[type="button"],
input[type="submit"],
input[type="file"] {
    cursor: pointer;
}

.el-popover {
    padding: 0 !important;
    background: #191a1e !important;
    /* border: none !important; */
    margin-top: 20px !important;
    z-index: 99999999 !important;
    border-color: #ffffcc !important;

}

.btn {

    text-align: center;
    padding-left: 44px !important;
}


.el-dialog__wrapper {
    z-index: 9999999999 !important;
}

.el-radio {
    margin: 0 !important;
    padding-top: 3px;
}

.messageIndex {
    z-index: 999999999999999999999999999999 !important;
}

.msgText {
    z-index: 999999999999999999999999999999 !important;

}

html,
body,
#app {
    width: 100%;
    min-width: 1200px;
    /* height: 100%; */
    color: #333;
    background: #e9e2da;
    font: 15px/1.75em Arial, "Microsoft Yahei";
}

.el-carousel__indicator--horizontal .el-carousel__button {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    opacity: 0.5;
}

.el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 16px;
    height: 16px;
    background: #2a5abe;
    border: 1px solid #2a5abe;
    border-radius: 50%;
    opacity: 1;
}

.el-carousel__indicator--horizontal .el-carousel__button {
    width: 16px !important;
    height: 4px !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: 0 !important;
    opacity: 0.5;
}

.el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 16px !important;
    height: 4px !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: 0 !important;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 0px;
    /* height: 4px; */
}

.span_code_no {
    font-size: 24px;
}

.span_code_no i {
    font-style: normal;
    color: red;
}