﻿.cursorPointer{
    cursor: pointer;
}

.layui-table-tool {
    z-index: initial !important;
}

#TipModel {
    position: fixed;
    background-color: white;
    text-align: initial;
    border-radius: 10px;
    padding-right:5px;
    overflow:hidden;
    z-index:9999;
}

.TipCard {
    padding-left: 5%;
    padding-top: 1%;
    width: 99%;
    height: 19%;
    border-bottom: 1px solid #d0d0d0;
}

.TipCard-Content1 {
    height: 28%;
    width: 98%;
}

    .TipCard-Content1 h3 {
        display: inline-block;
        margin: 0 0 0 2px;
        color: #00aeef;
        font-weight: initial;
        font-size: 15px;
    }

.Time {
    width: 30%;
    font-size: 13px;
    display: inline-block;
    height: 80%;
    margin-top: 2px;
    margin-right: 1px;
    border: 1px solid #00aeef;
    text-align: center;
    float: right;
    line-height: 22px;
    color: #00aeef;
}

.TipCard-Content2 {
    height: 38%;
    width: 98%;
}

    .TipCard-Content2 h5 {
        font-weight: initial;
        margin: 2px 0 0 2px;       
        color: black;
    }

.TipCard-Content3 {
    height: 33%;
    width: 98%;
    text-align: right;
    display: inline-block;
}

    .TipCard-Content3 h5 {
        font-weight: initial;
        color: gray;
        margin: 2px 2px 0 0;
        font-size: 13px;
    }

#TipCardPaging {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
}

    #TipCardPaging span {
        /*color: #00aeef;*/
        font-size: 15px;
        cursor: pointer;
        /*border: 1px solid;*/
        width: 30px;
        text-align: center;
        /*border-radius: 30px;*/
        height:25px;
        line-height:25px;
    }


.currIndex {
    /*border: 1px solid gray !important;*/
    color: white !important;
    cursor: initial !important;
    background-color: #009688;
    border-radius:2px;
}

.TipCardOpen{
    height:90% !important;
}
    .TipCardOpen .TipCard-Content1{
        height:7% !important;
    }

    .TipCardOpen .TipCard-Content2 {
        height: 80% !important;
        white-space: pre-line;
    }

.backSpace {
    height: 5%;
    border-bottom: 1px solid gray;
    color: #00aeef;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
    display:none;
}

.rightBottom {
    width: 17em;
    height: 7.2em;
    border: 1px solid #999;
    position: fixed;
    right: 7px;
    bottom: 7px;
    border-radius: 1em;
    background-color: white;
    z-index: 9999999;
    overflow: hidden;
}

.rightBottom-Head {
    width: 90%;
    height: 20%;
    padding: 1% 5%;
    text-align: center;
    color: red;
    font-size: 0.7em;
    background-color:#eee;
}

.rightBottom-Content {
    width: 90%;
    height: 44%;
    padding: 1% 5%;
    font-size: 0.7em;
    overflow:hidden;
}

.rightBottom-buttom {
    width: 90%;
    height: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top:5px;
}

.rightBottom-Ok {
    border: 1px solid #009688;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    background-color: #009688;
    margin-left: 10px;
    width: 57px;
    cursor: pointer;
}

.rightBottom-Cancel {
    border-color: #999;
    color: #999;
    font-size: 0.6em;
    border-radius: 5px;
    background-color: white;
    margin-left: 10px;
    width: 7em;
    cursor:pointer;
}

.verticalTop {
    vertical-align: top;
}

.width15 {
    width: 15%;
}

.marginTop0 {
    margin-top: 0 !important;
}

.width32 {
    width: 32%;
}

.width30 {
    width: 30%;
}

.width46 {
    width: 46%;
}

.width100 {
    width: 100%;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingleft20{
    padding-left:20px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.BackWhite {
    background-color: white;
}

.fontBold{
    font-weight:bold;
}

.marginleft20{
    margin-left:20px;
}


/* 文字列表 */
.layadmin-list li {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom-color: #f6f6f6;
    list-style-position: inside;
    list-style-type: disc;
}

.layadmin-list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .layadmin-list li a {
        color: #666;
    }

        .layadmin-list li a:hover {
            color: #009688;
        }

    .layadmin-list li:last-child {
        border: none;
        padding: 0;
        margin: 0;
    }

.layui-table-cell {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tdHead {
    width: 100px;
    text-align: right
}

.user_icon {
    width: 120px;
    height: 120px;
    display: inline-block;
    text-align: center;
}

.ViewContent {
    width: 710px;
    height: auto;
    left: 20px;
    right: 20px;
    text-align: center;
    display: inline-block;
}

.PaddingTop20 {
    padding-top: 20px;
}

.PaddingLeft20 {
    padding-left: 20px;
}

.PaddingRight20 {
    padding-right: 20px;
}

.PaddingBottom20 {
    padding-bottom: 20px;
}

.PaddingTop10 {
    padding-top: 10px;
}

.PaddingLeft10 {
    padding-left: 10px;
}

.PaddingRight10 {
    padding-right: 10px;
}

.PaddingBottom10 {
    padding-bottom: 10px;
}

.MarginTop20 {
    margin-top: 20px;
}

.MarginLeft20 {
    margin-left: 20px;
}

.MarginRight20 {
    margin-right: 20px;
}

.MarginBottom20 {
    margin-bottom: 20px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginLeft10 {
    margin-left: 10px;
}

.MarginRight10 {
    margin-right: 10px;
}

.MarginBottom10 {
    margin-bottom: 10px;
}

.MarginTop5 {
    margin-top: 5px;
}

.MarginLeft5 {
    margin-left: 5px;
}

.MarginRight5 {
    margin-right: 5px;
}

.MarginBottom5 {
    margin-bottom: 5px;
}

.Label {
    font-size: 30px;
    display: inline-block;
}


.backGroy {
    background-color: #f4f4f4;
}

.backWhite {
    background-color: white;
}

.fontWeight {
    font-weight: bold;
}

.submit-btn {
    background-color: #e64340;
    color: white;
}

.border {
    border: 1px solid black;
}

.border-color-gary {
    border-color: #eaeaea;
}

.border-color-primary {
    border-color: #007aff;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-top-radius-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.border-bottom-radius-20 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.border-top-left-radius-20 {
    border-top-left-radius: 20px;
}

.border-top-right-radius-20 {
    border-top-right-radius: 20px;
}

.border-bottom-right-radius-20 {
    border-bottom-right-radius: 20px;
}

.border-bottom-left-radius-20 {
    border-bottom-left-radius: 20px;
}

.border-radius-50 {
    border-radius: 50px;
}

.border-top-radius-50 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.border-bottom-radius-50 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.border-top-left-radius-50 {
    border-top-left-radius: 50px;
}

.border-top-right-radius-50 {
    border-top-right-radius: 50px;
}

.border-bottom-right-radius-50 {
    border-bottom-right-radius: 50px;
}

.border-bottom-left-radius-50 {
    border-bottom-left-radius: 50px;
}

.flex {
    display: flex;
}

.flex-Content {
    justify-content: flex-start;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font40 {
    font-size: 40px;
}

.text-Conter {
    text-align: center;
}

.color-white {
    color: #FFFFFF;
}

.color-primary {
    color: #007aff;
}

.color-waring {
    color: #fecc18;
}

.color-error {
    color: #e64340;
}

.color-black {
    color: black;
}

.color-green {
    color: #24b11c;
}

.col-wd-1 {
    width: 8.3% !important;
}

.col-wd-2 {
    width: 16.6% !important;
}

.col-wd-3 {
    width: 24.9% !important;
}

.col-wd-4 {
    width: 33.2% !important;
}

.col-wd-5 {
    width: 41.5% !important;
}

.col-wd-6 {
    width: 49.8% !important;
}

.col-wd-7 {
    width: 58.1% !important;
}

.col-wd-8 {
    width: 66.4% !important;
}

.col-wd-9 {
    width: 74.6% !important;
}

.col-wd-10 {
    width: 83% !important;
}

.col-wd-11 {
    width: 91.3% !important;
}

.col-wd-12 {
    width: 100% !important;
}

.col-hg-1vh {
    height: 8.3vh !important;
}

.col-hg-2vh {
    height: 16.6vh !important;
}

.col-hg-3vh {
    height: 24.9vh !important;
}

.col-hg-4vh {
    height: 33.2vh !important;
}

.col-hg-5vh {
    height: 41.5vh !important;
}

.col-hg-6vh {
    height: 49.8vh !important;
}

.col-hg-7vh {
    height: 58.1vh !important;
}

.col-hg-8vh {
    height: 66.4vh !important;
}

.col-hg-9vh {
    height: 74.7vh !important;
}

.col-hg-10vh {
    height: 83vh !important;
}

.col-hg-11vh {
    height: 91.3vh !important;
}

.col-hg-12vh {
    height: 100vh !important;
}

.col-hg-1 {
    height: 8.3% !important;
}

.col-hg-2 {
    height: 16.6% !important;
}

.col-hg-3 {
    height: 24.9% !important;
}

.col-hg-4 {
    height: 33.2% !important;
}

.col-hg-5 {
    height: 41.5% !important;
}

.col-hg-6 {
    height: 49.8% !important;
}

.col-hg-7 {
    height: 58.1% !important;
}

.col-hg-8 {
    height: 66.4% !important;
}

.col-hg-9 {
    height: 74.7% !important;
}

.col-hg-10 {
    height: 83% !important;
}

.col-hg-11 {
    height: 91.3% !important;
}

.col-hg-12 {
    height: 100% !important;
}

.col-hg-screen {
    height: 89.5vh !important;
}

.col-hg-input {
    height: 100px !important;
}

.position-fixed {
    position: fixed;
}

.viewConter {
    margin-left: auto;
    margin-right: auto;
}

.font-weigth-700 {
    font-weight: 700;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-hidden {
    overflow: hidden;
}


.display-inline-block {
    display: inline-block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.col-hg-text {
    height: 50px;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-top {
    border-top: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-none {
    border: none;
}

.icon20 {
    width: 20px;
    height: 20px;
}

.icon22 {
    height: 22px;
    width: 22px;
}

.icon24 {
    height: 24px;
    width: 24px;
}

.icon26 {
    height: 26px;
    width: 26px;
}

.icon28 {
    height: 28px;
    width: 28px;
}

.icon30 {
    height: 30px;
    width: 30px;
}

.icon32 {
    height: 32px;
    width: 32px;
}

.icon34 {
    height: 34px;
    width: 34px;
}

.icon36 {
    height: 36px;
    width: 36px;
}

.icon38 {
    height: 38px;
    width: 38px;
}

.icon40 {
    height: 40px;
    width: 40px;
}

.color-red {
    color: red;
}

.btn {
    color: #fff;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.color-gray {
    color: gray;
}

.alert {
    padding: 7px 20px !important;
}

.alert-success {
    color: #529b2e !important;
    background-color: #e1f3d8 !important;
    border-color: #e1f3d8 !important;
}

.alert-warning {
    color: #b88230 !important;
    background-color: #faecd8 !important;
    border-color: #faecd8 !important;
}

.alert-danger {
    color: #c45656 !important;
    background-color: #fde2e2 !important;
    border-color: #fde2e2 !important;
}

.bg-orange {
    background-color: #E97E1A !important;
}