﻿body {
}
.bodyTitle {
    width: 100%;
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
    padding-top: 10px;
    letter-spacing: 1rem;
    height: 80px;
}

.bodySubTitle {
    width: 100%;
    font-size: 1rem;
    padding-left: 1.2rem;
    font-weight: 700;
    /*height: 80px;*/
    color: #fff;
}

.el-card {
    width: 90%;
    height: 14rem;
    border-radius: 15px;
    position: absolute;
    background-color: #fff !important;
    left: 5%;
    padding-bottom: -50px;
}

.bodyCard {
    width: 100%;
    height: 14rem;
    background-color: #eee !important;
    font-weight: bolder;
}
.el-checkbox {
    color: black;
    font-weight: 500;
    font-size: 1.1rem;
    cursor: pointer;
    user-select: none;
    align-items: center;
}
.el-input__inner {
    background: transparent !important;
    font-size: 1.1rem;
    height: 35px;
    padding: 5px;
    width: 80% !important;
    border-radius: 0;
    border-top: 0 solid #c0c4cc !important;
    border-right: 0 solid #c0c4cc !important;
    border-bottom: 0px solid #c0c4cc !important;
    border-left: 0 solid #c0c4cc !important;
    outline: none;
    text-align: right;
}
.el-input__inner_date {
    background: transparent !important;
    font-size: 1.1rem;
    height: 35px;
    padding: 5px;
    width: 80% !important;
    border-radius: 0;
    border-top: 0 solid #c0c4cc !important;
    border-right: 0 solid #c0c4cc !important;
    border-bottom: 1px solid #c0c4cc !important;
    border-left: 0 solid #c0c4cc !important;
    outline: none;
    text-align: right;
}
.el-input__inner2 {
    font-size: 1.1rem;
    height: 30px;
    width: 30px;
    border-radius: 0;
    border-top: 0 solid #c0c4cc !important;
    border-right: 0 solid #c0c4cc !important;
    border-bottom: 1px solid #c0c4cc !important;
    border-left: 0 solid #c0c4cc !important;
    outline: none;
}

.subBtn, .subBtn:hover {
    width: 100%;
    font-size: 2rem;
    font-weight: bolder;
    border-radius: 50px;
    margin-top: 50px;
    background: #1681c4;
    height: 4rem;
}


.el-checkbox input {
    height: 1.1rem;
    width: 1.1rem;
    margin-top: 5px;
}
.box {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
}
.about {
    padding-top: 5px;
    margin-bottom: -30px;
    font-size: 1.1rem;
}

.about-right {
    display: flex;
    justify-content: flex-end;
    margin-right: auto;
}

.box-row {
    padding-bottom: 5px;
    margin-top: 10px;
    flex-direction: row
}

.div-bottom-solid {
    border-bottom: 1px solid #c0c4cc !important;
}

.background-grad {
    /* 底色 */
    height: 2.9rem;
    font-size: 1.4rem;
    color: RGB(74,153,232);
    background: linear-gradient(to right, RGB(241,248,255) 0%,RGB(255,255,255) 100%)
}

input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #aab2bd;
    /* placeholder字体大小 */
    font-size: 1.1rem;
    text-align: right;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 16px solid lightblue;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content_small {
    display: none;
    position: absolute;
    top: 20%;
    left: 30%;
    width: 40%;
    height: 50%;
    border: 16px solid lightblue;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.el-button--warning, .el-button--warning:hover {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
}
.green-color {
    background-color: rgb(103, 194, 58);
    border-color: rgb(103, 194, 58);
}
.orange-color {
    background-color: #e6a23c;
    border-color: #e6a23c;
}