/*
 * option
*/
/*
 * global
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", sans-serif;
    letter-spacing: 1px;
}

a,
button,
input[type=submit],
input[type=button] {
    cursor: pointer;
    user-select: none;
}

li:active,
li:focus,
li:visited,
a:active,
a:focus,
a:visited,
button:active,
button:focus,
button:visited,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:visited,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:visited {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

a:active,
a:focus,
a:visited,
button:active,
button:focus,
button:visited,
input:active,
input:focus,
input:visited,
textarea:active,
textarea:focus,
textarea:visited,
select:active,
select:focus,
select:visited {
    outline: none;
}

a {
    text-decoration: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input.error {
    border: 1px solid #ff6666 !important;
}

input.error:hover {
    border: 1px solid #ff6666 !important;
}

.error {
    color: #ff6666 !important;
}

.bold {
    font-weight: 700 !important;
}

.border0 {
    border: none !important;
}

.hide, [hide] {
    display: none;
    cursor: not-allowed;
}

.loadingMask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 100vh;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9999999;
    user-select: none;
}

.dateChoice {
    cursor: pointer;
}

.imageChoice {
    background: url(/images/plus.png) no-repeat;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    border: solid 1px #a8a8a8;
    background-position: center;
}

.layui-line-box {
    border: 1px solid #e6e6e6;
    height: 38px
}

.ml0 {
    margin-left: 0 !important;
}

.cke_button__simpleupload_icon, .cke_button__upimages_icon {
    background-size: 85px auto !important;
    width: 22px !important;
}

[disabled] {
    background-color: #eee !important;
    color: #666 !important;
    cursor: not-allowed;
}

.w100 {
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.font-weight {
    font-weight: bold !important;
}

.searchFilter .layui-form-label {
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    padding: 0 15px;
}

.searchFilter .layui-input {
    margin-top: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.load-container {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: left;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999999;
}

.loadingDialog .loader {
    color: #488ffa;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0) translateY(-100%);
    top: 50%;
}

.loadingDialog .loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: loadingDialog 2s infinite ease 1.5s;
    animation: loadingDialog 2s infinite ease 1.5s;
}

.loadingDialog .loader:before, .loadingDialog .loader:after {
    position: absolute;
    content: '';
}

.loadingDialog .loader, .loadingDialog .loader:before, .loadingDialog .loader:after {
    border-radius: 50%;
}

.loadingDialog .loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: loadingDialog 2s infinite ease;
    animation: loadingDialog 2s infinite ease;
}

@-webkit-keyframes loadingDialog {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingDialog {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

