﻿[v-cloak] {
    display: none !important;
}

.body {
    width: 100%;
    height: 1000px
}

body > .el-container {
    margin-bottom: 100px;
}

.el-container:nth-child(5) .el-aside,
.el-container:nth-child(6) .el-aside {
    line-height: 260px;
}

.el-container:nth-child(7) .el-aside {
    line-height: 320px;
}

.el-aside {
    //background-color: #D3DCE6;
    color: #333;
    text-align: center;
}

.el-main {
    //background-color: #E9EEF3;
    color: #333;
    text-align: center;
    line-height: 50;
}

.el-button--danger {
    color: #FFF;
    background-color: rgb(201, 0, 40);
    border-color: rgb(201, 0, 40);
    margin-left: 540px;
}

.header {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}

.grid-content .el-button--goon {
    margin-left: 26px;
    height: 30px;
    width: 70px;
    color: #f9fafc;
    background: #c90028;
}

.grid-content .el-button--red {
    height: 30px;
    width: 70px;
}

.el-button + .el-button {
    margin-left: 3px;
}

.p_toolbar .grid-content .el-button--goon:hover {
    background: #d33353;
}

.p_toolbar .grid-content .el-button--goon:active {
    background: #ab1424;
}

.grid-content {
    border-radius: 4px;
    //min-height: 47px;
}

.span1 {
    //padding: 12px 6px 700px 6px;
    height: 760px;
    margin-left: -13px;
    border-left: 2px double;
    color: #F6F7F9;
}

.footer {
    text-align: center;
    padding: 10px 0px;
    line-height: 10px;
    border-top: 1px solid #e8e8e8;
    float: left;
    width: 100%;
    color: #999;
    background: #F6F7F9;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .avatar-uploader .el-upload:hover {
        border-color: #409EFF;
    }

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
}

.el-select .el-input {
}

.chr-panel-switcher__card {
    background-color: #fff;
    border-radius: 4px;
    grid-column: 1/span 4;
    grid-row: 1;
    text-align: center;
    display: table-cell;
    /*vertical-align: middle;*/
    /*height: 60px;*/
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 0 26px;
    width: 210px;
    position: absolute;
    left: 15%;
    visibility: visible;
    box-shadow: 0 0 3px #000;
}

.chr-panel-switcher__card2 {
    background-color: #fff;
    display: table-cell;
    /* vertical-align: middle; */
    height: 410px;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 0 26px;
    width: 975px;
    position: absolute;
    /* left: 25%; */
    /* top: 40%; */
    visibility: visible;
}

.chr-panel-switcher__card-text {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 12px 0 4px;
}
.chr-panel-switcher__card-cta {
    padding: 4px 0 12px;
}
.svg {
    width: 26px;
    height: 19px;
    vertical-align: middle;
    background-image: url(./下载.svg);
}
a {
    text-decoration: none;
    color: #3c9cf4;
}