body, html {
    width: 100%;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    background-color: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

a {
    text-decoration: none
}

#app {
    width: 100%;
    height: 100%
}

[v-cloak] {
    display: none !important
}

.am-gotop-fixed {
    bottom: 60px;
}

    .am-gotop-fixed.am-active {
        opacity: .9;
    }

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.am-gotop-fixed {
    position: fixed;
    right: 5px;
    bottom: 92px;
    z-index: 1010;
    opacity: 0;
    width: 38px;
    min-height: 38px;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
}

    .am-gotop-fixed .am-gotop-icon-custom {
        display: inline-block;
        max-width: 38px;
        vertical-align: middle;
    }

.havediv {
    width: 249px;
    height: 200px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0%;
    bottom: 0px;
    margin: auto;
}

.empty {
    width: 249px;
    height: 176px;
    background: url(../Images/default.2bc04ead.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 1.4rem;
    color: #8190a7;
    text-align: center;
    z-index: 51;
}

.havenone {
    color: #8F8F8F;
    font-size: 1.2rem;
    text-align: center;
    display: block;
}

.button {
    margin: 15px 0;
    outline: none;
    padding: 0px;
    border-style: none;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #FFE4CC;
}

.btn {
    margin: 15px 0;
    outline: none;
    padding: 0px;
    border-style: none;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #FF7700;
}

.btndel {
    outline: none;
    padding: 0px;
    border-style: none;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #e1e1e1;
}

.heardtitle {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}


.ant-btn-primary {
    color: #fff;
    background-color: #6b1b6f;
    border-color: #6b1b6f;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}

.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    outline: none;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.ant-btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(top,#2e5a7d,#020f46);
    background: linear-gradient(180deg,#2e5a7d,#020f46);
    width: 100%;
    border-radius: 10px;
}

    .ant-btn > i, .ant-btn > span {
        display: inline-block;
        -webkit-transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
        transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
        pointer-events: none;
    }

.btn-sm {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    border: none;
    background: -webkit-linear-gradient(top,#2e5a7d,#020f46);
    background: linear-gradient(180deg,#2e5a7d,#020f46);
    width: auto;
    line-height: 10px;
}

.nav_header {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    overflow-y: hidden;
}

    .nav_header:before {
        visibility: hidden;
        display: block;
        content: '.';
        height: 44px;
    }

.top {
    background-color: #ffffff;
    height: 44px;
    line-height: 44px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    padding: 0px 20px 0px 15px;
}

.system {
    padding: 0px 20px 0px 15px;
}

.bottom {
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    clear: both;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background-color: #2e5a7d;
    border-color: #2e5a7d;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0;
    position: relative;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #b2aebc;
    border-radius: 11px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    min-height: 20px;
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: -3px;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}

    input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
        box-sizing: content-box;
        content: "";
        border: 2px solid #fff;
        border-left: 0;
        border-top: 0;
        height: 8px;
        left: 6px;
        position: absolute;
        top: 2px;
        width: 4px;
        -webkit-transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6).05s;
        transition: transform .15s cubic-bezier(.71,-.46,.88,.6).05s;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(45deg)scaleY(1);
        -ms-transform: rotate(45deg)scaleY(1);
        transform: rotate(45deg)scaleY(1);
    }

.mt10 {
    margin-top: 10px;
}

.helptitle {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
}

.fontWeight {
    font-weight: 700;
}

.red {
    color: #ff0000;
}
