﻿/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*public css*/
.poa {
    position: absolute;
}

.por {
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.vf {
    height: 100%;
}

.hf {
    width: 100%;
}

.le {
    left: 0px;
}

.re {
    right: 0px;
}

.te {
    top: 0px;
}

.be {
    bottom: 0px;
}

.oh {
    overflow: hidden;
}

.oxa {
    overflow-x: auto;
}

.oya {
    overflow-y: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.disn {
    display: none;
}

.disi {
    display: inline-block;
}

.disb {
    display: block;
}

.dist {
    display: table;
}

.distc {
    display: table-cell;
    vertical-align: middle;
}

.bosb {
    box-sizing: border-box;
}

.vm {
    vertical-align: middle;
}

.txl {
    text-align: left;
}

.txc {
    text-align: center;
}

.txr {
    text-align: right;
}

.txp {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.txb {
    white-space: pre-wrap;
    word-break: break-all;
}

.fwb {
    font-weight: bold;
}

.tlf {
    table-layout: fixed;
}

.cup {
    cursor: pointer;
}

.cud {
    cursor: default;
}

.vc {
    top: 50%;
    transform: translateY(-50%);
}

.hc {
    left: 50%;
    transform: translateX(-50%);
}

.ac {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ma {
    margin: 0px auto;
}

.ma4 {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ma8 {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.mw4 {
    margin-left: 4px;
    margin-right: 4px;
}

.mw8 {
    margin-left: 8px;
    margin-right: 8px;
}

.mh4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.mh8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.ml2 {
    margin-left: 2px;
}

.ml4 {
    margin-left: 4px;
}

.ml8 {
    margin-left: 8px;
}

.ml16 {
    margin-left: 16px;
}

.mr2 {
    margin-right: 2px;
}

.mr4 {
    margin-right: 4px;
}

.mr8 {
    margin-right: 8px;
}

.mr16 {
    margin-right: 16px;
}

.mt2 {
    margin-top: 2px;
}

.mt4 {
    margin-top: 4px;
}

.mt8 {
    margin-top: 8px;
}

.mt16 {
    margin-top: 16px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 16px;
}

.pa4 {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pa8 {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ph4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.ph8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pw4 {
    padding-left: 4px;
    padding-right: 4px;
}

.pw8 {
    padding-left: 8px;
    padding-right: 8px;
}

.fs12 {
    font-size: 12px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 20px !important;
}

.pre {
    padding-right: 0px;
}

.ple {
    padding-left: 0px;
}

.pte {
    padding-top: 0px;
}

.pbe {
    padding-bottom: 0px;
}

.success {
    color: forestgreen;
}

.error {
    color: red;
}
/*表单提示框*/
.extendtip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
}

.extendtip-inner {
    /*max-width: 100px;*/
    padding: 2px 4px;
    height: 14px;
    line-height: 14px;
    border: 1px solid rgb(247, 206, 57);
    color: rgb(51, 51, 51);
    text-align: center;
    text-decoration: none;
    background-color: rgb(255, 255, 224);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .extendtip-inner:after, .extendtip-inner:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 3px;
    }

    .extendtip-inner:after {
        border-right: 6px solid rgb(255, 255, 224);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: -5px;
    }

    .extendtip-inner:before {
        border-right: 6px solid rgb(247, 206, 57);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: -6px;
    }

.laydate-day-mark {
    background: #ffcdd4;
    color: #FF5722 !important;
    height: 30px !important;
}

    .laydate-day-mark::after {
        background-color: #FF5722 !important;
    }

.layui-this .laydate-day-mark {
    background-color: #ffcdd4 !important;
    color: #FF5722 !important;
    height: 30px !important;
}

    .layui-this .laydate-day-mark::after {
        background-color: #FF5722 !important;
    }

.l-btn-plain:hover {
    background: #47aff5 !important;
    color: #47aff5 !important;
}

.m-btn-plain-active,
.s-btn-plain-active {
    border-color: #47aff5;
    background-color: #47aff5;
    color: #f1c40f !important;
}

.menu-active {
    background-color: #47aff5;
    border-color: #47aff5;
    color: #fff;
}

    .menu-active .menu-text > a {
        color: #fff !important;
    }

.menu-text > a {
    color: #333;
}

.menu-line {
    border-left: 0;
    border-right: 0;
}

.m-btn .l-btn-left .l-btn-text {
    height: 58px;
    line-height: 58px;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes rotar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
