﻿body {
    font-size: 0.8rem;
    font-family: 'Microsoft YaHei'
}

a {
    text-decoration: none;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-min {
    font-size: 0.6rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.mx-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.ms-6 {
    margin-left: 4rem !important;
}

.me-6 {
    margin-right: 4rem !important;
}

.m-7 {
    margin: 5rem !important;
}

.mx-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}

.ms-7 {
    margin-left: 5rem !important;
}

.me-7 {
    margin-right: 5rem !important;
}

.m-8 {
    margin: 6rem !important;
}

.mx-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.my-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}

.mb-8 {
    margin-bottom: 6rem !important;
}

.ms-8 {
    margin-left: 6rem !important;
}

.me-8 {
    margin-right: 6rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.ps-6 {
    padding-left: 4rem !important;
}

.pe-6 {
    padding-right: 4rem !important;
}

.p-7 {
    padding: 5rem !important;
}

.px-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.pb-7 {
    padding-bottom: 5rem !important;
}

.ps-7 {
    padding-left: 5rem !important;
}

.pe-7 {
    padding-right: 5rem !important;
}

.p-8 {
    padding: 6rem !important;
}

.px-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.pt-8 {
    padding-top: 6rem !important;
}

.pb-8 {
    padding-bottom: 6rem !important;
}

.ps-8 {
    padding-left: 6rem !important;
}

.pe-8 {
    padding-right: 6rem !important;
}


.bg-ea {
    background-color: #eaeaea;
}

.letterSpacing-1 {
    letter-spacing: 0.1rem;
}

.pointer {
    cursor: pointer;
}

.flex {
    display: flex;
}

.initHide {
    display: none;
}

.line {
    display: flex;
}

    .line .form-control {
        width: 47%;
        margin-right: 3%;
    }

.noData {
    display: flex;
    justify-content: center;
    margin: 2rem;
    color: #999999;
}
.backArrow{
    height:1rem;
}
.imInput {
    width: 80%;
    margin: 0;
    background-color: transparent;
    height: 2.5rem;
    border-radius: 30px;
    padding: 0.2rem 1rem;
    font-size: 1rem;
    border: solid 1px #999;
}