@charset "utf-8";

body,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a {
    text-decoration: none;
    color: inherit
}
b{
    font-weight: normal;
}

a,
button,
input {
    outline: 0
}

img {
    vertical-align: top;
    border: 0
}

li {
    list-style: none
}

button {
    border: none;
    background: 0 0
}

.sl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
html,
body {
    height: 100%;
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.cl {
    zoom: 1
}

.fr {
    float: right
}

.fl {
    float: left
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.bg-white {
    background-color: #fff
}

.block {
    display: block
}

.hidden {
    visibility: hidden
}

.inblock {
    display: inline-block
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.pointer {
    cursor: pointer
}

.bolder {
    font-weight: 700
}

.m-auto {
    margin: 0 auto
}

.mb-20{
    margin-bottom: 20px!important;
}
.pl-25{
    padding-left: 25px;
}
.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}
.mt-30{
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px
}

.ml-20 {
    margin-left: 20px
}

.mb-20 {
    margin-bottom: 20px
}
.m1-10 {
    margin-left: 10px
}
.fs12 {
    font-size: 12px
}

.fs14 {
    font-size: 14px !important
}

.fs16 {
    font-size: 16px
}

.fs18 {
    font-size: 18px
}

.fs20 {
    font-size: 20px !important
}

.fs24 {
    font-size: 24px
}

.fs30 {
    font-size: 30px
}
.fs36 {
    font-size: 36px
}
.fc_fff {
    color: #fff
}

.fc_orange {
    color: #ff9a2d!important
}
.fc_red {
    color: #f00
}

.fc_666 {
    color: #666
}

.fc_333 {
    color: #333
}

.fc_be {
    color: #bebebe
}

.fc_000 {
    color: #000
}

.fc_999 {
    color: #999
}

.fc_blue {
    color: #27b7e1!important;
}

.fc_yellow {
    color: #ff9a2d
}

.fc_green {
    color: #67c23a
}

.hr-line {
    height: 1px;
    width: 100%;
    background-color: #e1e1e1
}

.el-form-item__label {
    text-align: left !important;
    color: #4d4d4d !important;
    font-size: 16px !important
}

.el-radio__input.is-checked+.el-radio__label {
    color: #4d4d4d !important
}

.el-button--mini,
.el-button--small {
    font-size: 12px;   
}

.el-card {
    background-color: #27b8e1 !important;
    color: #fff !important;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s
}

.el-table td,
.el-table th {
    font-weight: 400
}

.el-form-item__label {
    color: #4d4d4d !important;
    font-size: 16px !important
}

.el-checkbox__label {
    color: #666 !important
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #666 !important
}

.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #dcdfe6 !important
}

/* 
.el-alert__closebtn {
    top: 8px !important
}

.el-alert {
    padding: 3px 16px !important
} */

.el-alert__title {
    font-size: 14px !important
}

.el-message-box {
    width: 600px !important;
    padding: 25px;
}

.selectDate .el-input__icon {
    display: none !important
}

.orders-left .el-input__inner {
    border: none !important;
    background-color: transparent !important;
    text-align: right !important
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center
}

.ifcc {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex-sa {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.fg1 {
    flex-grow: 1
}

.fg2 {
    flex-grow: 2
}

.fdcc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.flex {
    display: flex
}

.fdc {
    display: flex;
    flex-direction: column
}

.jc-start {
    justify-content: flex-start
}

.jc-center {
    justify-content: center
}

.jc-sb {
    justify-content: space-between
}

.jc-sa {
    justify-content: space-around
}

.ai-center {
    align-items: center
}
@keyframes kanan {
    0% {
        transform: translateX(20px);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(20px);
        z-index: 200;
    }
}

@keyframes kiri {
    0% {
        transform: translateX(-20px);
        z-index: 200;
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(-20px);
    }
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;   
    z-index: 9999;
}

.loader .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h1-class {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 200;
    text-align: center;
}

.loader span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    animation: 3s infinite linear;
}

.loader span:nth-child(2) {
    width: 10px;
    height: 10px;
    background: #ee4141;
    animation: kiri 1.2s infinite linear;
}

.loader span:nth-child(3) {
    width: 10px;
    height: 10px;
    background: #636363;
    z-index: 100;
}

.loader span:nth-child(4) {
    width: 10px;
    height: 10px;
    background: #2f70df;
    animation: kanan 1.2s infinite linear;
}
.c_blue {
    color: #27b8e1;
}
.pos-r{
    position: relative;
}
/* 10像素圆角边框 */
.box-radius-10px{
    box-shadow: 0px 2px 18px 0px rgba(126, 126, 126, 0.2);
    border-radius: 10px;
    overflow: hidden;
}
/* 设置元素不能选中 */
.noneSelect{
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
/* 字体颜色 */
.text-danger{
    color: #FF9A2D;
}