﻿/*coco-modal [*/
.coco-modal {
    width: 90%;
}

.coco-btn.ok {
    background-color: #4a55a2;
}
/*cococ-modal]*/
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;
}


.letterSpacing-1 {
    letter-spacing: 0.1rem;
}

.pointer {
    cursor: pointer;
}

.flex {
    display: flex;
}
/*定义颜色*/
.bg-ea {
    background-color: #eaeaea;
}

.bg-blue1 {
    background-color: #4a55a2;
}

.bg-blue2 {
    background-color: #7895cb;
}

.bg-blue3 {
    background-color: #a0bfe0;
}

.bg-blue4 {
    background-color: #c5dff8;
}

.bg-blue5 {
    background-color: #efefef;
}

.text-blue1 {
    color: #4a55a2;
}

.text-blue2 {
    color: #7895cb;
}

.text-blue3 {
    color: #a0bfe0;
}

.text-blue4 {
    color: #c5dff8;
}

.text-blue5 {
    color: #efefef;
}

.blueTable {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

    .blueTable th {
        background-color: #7895cb;
        color: white;
        padding: 0.5rem 1rem;
        text-align: center;
        border: 2px solid white;
    }

    .blueTable td {
        background-color: #efefef;
        color: #666666;
        border: 2px solid white;
        text-align: center;
        padding: 0.5rem;
    }
/*分页样式【*/
.pagination-container {
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    flex-direction: row;
}

/*    .pagination .disabled {
        background: #c5dff8;
    }*/

.page-item {
    text-align: center;
    margin-right: 0.1rem;
}

    .page-item::marker {
        content: none;
    }

.page-link {
    background: #7895cb !important;
    color: white;
    padding: 0.2rem;
    width: 2.3rem;
    height: 2.2rem;
}

.active .page-link {
    background: #c5dff8 !important;
    border-color: #c5dff8;
}
/*分页样式】*/

.initHide {
    display: none;
}

.btnBase {
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.btn-green {
    background-color: #65c4aa;
    color: white;
}

.btn-orange {
    background-color: #fcac52;
    color: white;
}
.btn-gray {
    background-color: #f7f8fc;
    color: #333333;
}

progress {
    /* 设置进度条的整体背景颜色 */
    appearance: none;
    height: 0.4rem;
    border: none;
    background-color: #f3f3f3; /* 进度条未完成部分背景颜色 */
}

    progress::-webkit-progress-bar {
        background-color: #f3f3f3; /* WebKit-based browsers (Chrome, Safari等) */
    }

    progress::-webkit-progress-value {
        background-color: #65c4aa; /* WebKit-based browsers (Chrome, Safari等) 进度已完成部分颜色 */
    }

    progress::-moz-progress-bar {
        background-color: #65c4aa; /* Firefox 进度已完成部分颜色 */
    }

    progress[value] {
        color: #65c4aa; /* Internet Explorer 进度已完成部分颜色 */
    }
.hideButVerify {
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed !important;
}
.thumbPic{
    width:5rem;
    height:5rem;
    border-radius:0.6rem;
}