@charset "utf-8";

* {
    outline: none;
}

body {
    margin: 0;
    font-family: '微软雅黑', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    background-color: #fff;
}

a {
    color: #3ca1db;
    text-decoration: none;
}

a:hover {
    color: #46bfe9;
}

.form-control::placeholder {
    color: #999;
    opacity: 0.8;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

.b {
    font-weight: bolder;
}

.pointer {
    cursor: pointer;
}

.z-index-top {
    position: relative;
    z-index: 999;
}

.overflow-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hidden {
    display: none;
}

.text-shadow {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.box-shadow {
    -webkit-box-shadow: 0.1rem 0.2rem 0.3rem #e7e7e7;
    box-shadow: 0.1rem 0.2rem 0.3rem #e7e7e7;
}

.my-select {
}

.my-select option {
    background-color: #ec1c24;
}

/*===============加载中=================*/

/* 加载中图标样式 */
#loading-icon {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 10px;
}

/* 加载成功样式 */
#loading-success {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 10px;
}

/*===============字体 字号 属性=================*/

.font-1 {
    font-family: '华文仿宋', sans-serif;
}

.font-2 {
    font-family: '黑体', sans-serif;
}

.small-90 {
    font-size: 90%;
}

/*================文字颜色================*/

.text-1 {
    color: #5b93d3;
}

a.text-1:hover, a.text-1:focus, .text-1.active {
    color: #5fa0eb;
    /*font-weight: 800;*/
}

.text-2 {
    color: #e09d00;
}

a.text-2:hover, a.text-2:focus, .text-2.active {
    color: #e09d00;
    /*font-weight: 800;*/
}


/*=================背景色===============*/

.bg-a005 {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-a30 {
    background-color: rgba(205, 25, 0, 0.8) !important;
}

.bg-1 {
    background-color: #384250 !important;
}

.bg-2 {
    background-color: #2b333e !important;
}

.bg-3 {
    background-color: #e9ecef !important;
}

.bg-eee {
    background-color: #eee !important;
}

.bg-f7 {
    background-color: #f7f7f7 !important;
}

/*===============table===============*/

.table-1 {
    --bs-table-color: #4a5158;
    --bs-table-bg: #dee2e6;
}

.table-2 {
    --bs-table-color: #fff;
    --bs-table-bg: #097292;
}

/*.table-text-light {*/
/*    --bs-table-color: #f8f9fa;*/
/*}*/

/*.table-text-dark {*/
/*    --bs-table-color: #212529;*/
/*}*/


/*================边距================*/

.mt--6rem {
    margin-top: -6rem;
    position: relative;
    z-index: 100;
}

.ptb-12px {
    padding-top: 12px;
    padding-bottom: 12px;
}

.me-a1 {
    margin-top: -6px;
    margin-right: 6px;
}

/*===============长宽===============*/

.w-f-30px {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

.w-f-40px {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

.w-f-50px {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.w-f-60px {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.w-f-70px {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
}

.w-f-80px {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.w-f-100px {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.w-f-120px {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.w-f-150px {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.w-f-160px {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
}

.w-f-180px {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
}

.w-f-200px {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.w-f-220px {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
}

.w-f-240px {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
}

.w-f-260px {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
}

.w-f-280px {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
}

.w-f-300px {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.w-f-320px {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
}

.w-f-350px {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}

.w-f-400px {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.w-f-500px {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
}

.w-f-600px {
    width: 600px;
    min-width: 600px;
    max-width: 600px;
}

.w-f-700px {
    width: 700px;
    min-width: 700px;
    max-width: 700px;
}

.w-f-750px {
    width: 750px;
    min-width: 750px;
    max-width: 750px;
}

.w-f-800px {
    width: 800px;
    min-width: 800px;
    max-width: 800px;
}

.w-f-1000px {
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
}

/*===============长宽===============*/

.w-1400 {
    max-width: 1400px;
}

.w-50px {
    max-width: 50px;
}

.w-120px {
    max-width: 120px;
}

.w-150px {
    max-width: 150px;
}

.w-160px {
    max-width: 160px;
}

.w-180px {
    max-width: 180px;

}

.w-200px {
    max-width: 200px;
    min-width: 200px;
}

.w-220px {
    max-width: 220px;
    min-width: 220px;
}

.w-240px {
    max-width: 240px;
}

.w-280px {
    max-width: 280px;
}

.w-300px {
    max-width: 300px;
}

.w-400px {
    max-width: 400px;
}

.w-500px {
    max-width: 500px;
}

.h-max-45px {
    max-height: 45px;
    /*min-width: 60px;*/
}

.h-75vh {
    min-height: 75vh;
}

.h-100vh {
    min-height: 100vh;
}

.h-50px {
    min-height: 50px;
}

.h-100px {
    min-height: 100px;
}

.h-120px {
    min-height: 120px;
}

.h-220px {
    min-height: 220px;
}

.h-300px {
    min-height: 300px;
}

.h-500px {
    min-height: 500px;
}

.h-max-280px {
    max-height: 280px;
}


/*================下拉菜单=================*/

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.1);
}


/*.dropdown-item.active,*/
/*.dropdown-item:active {*/
/*    background-color: #16181b;*/
/*}*/

/*================下拉三角==============*/

.dropdown-toggle::after {
    color: #e7e7e7;
    margin-left: 0.4em;
    vertical-align: 0.1em;

    border-top: 0.4em solid;
    border-right: 0.28em solid transparent;
    border-left: 0.28em solid transparent;
}

/*===============轮播图===============*/

.ci-1 {
    bottom: -55px;
}

.ci-1 li {
    width: 50px;
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;

    background-color: #a09f9f;
    opacity: .4;
}

.ci-1.active {
    opacity: 1;
}


/*================线================*/

.line-gray {
    border-bottom: 1px solid #dcdcdc;
}

.line-left-1 {
    border-left: 1px solid rgba(108, 117, 125, 0.44);
}

.line-right-1 {
    border-right: 1px solid #bfbfbf;
}

.line-right-white {
    border-right: 1px solid white;
}

.line-right-bbb {
    border-right: 1px solid #bbb;
}

.line-1 {
    border-bottom: 3px solid #d10006;
}

/*================图文================*/

.box-inner {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
}

.box-abs-b-1 {
    position: absolute;
    z-index: 10;

    right: 0;
    left: 0;
    bottom: 0;

    padding-top: 8px;
    padding-bottom: 5px;
}

.box-abs-t-2 {
    position: absolute;
    z-index: 10;

    top: 0;
    right: 0;
    left: 0;

    padding-top: 8px;
    padding-bottom: 10px;
}


/*================图片样式==============*/

img {
    max-width: 100%;
    height: auto;
}

.img-box-1 {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.img-box-1 img {
    margin-top: 0;
    overflow: hidden;
}

/*================分页================*/

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-right: 0.3rem;

    line-height: 1.25;
    color: #878e93;
    background-color: #e9ecef;
    border: 0;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #878E93;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: #878E93;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #878E93;
    border: 0;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #f4f4f7;
    border: 0;
}

/*================文字滚动==============*/

:root {
    /* 轮播的条数，可以覆盖 */
    --s: 5;
    /* 单个条目的高度 */
    --h: 34;
    /* 单次动画的时长 */
    --speed: 8s;
}

.roll {
    height: calc(var(--h) * 1px);
    line-height: calc(var(--h) * 1px);
    overflow: hidden;
}

.roll ul {
    margin-top: auto;
    margin-bottom: auto;
    animation: move calc(var(--speed) * var(--s)) steps(var(--s)) infinite;
}

.roll ul li {
    white-space: nowrap;
    list-style: none;
    animation: liMove calc(var(--speed)) infinite;
}

@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}

@keyframes liMove {
    0% {
        transform: translate(0, 0);
    }

    80%,
    100% {
        transform: translate(0, calc(var(--h) * -1px));
    }
}


/*================鼠标滑过容器================*/

.box-hover-1 {
    z-index: 10;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0);
    /*left: 15px;*/
    /*right: 15px;*/
    bottom: 0;
}

.box-hover-1:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(205, 25, 0, 0.8);
}

/*===============形状===============*/

.circle-1 {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.triangle-bottom {
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top: 50px solid #0072ca;
}

/*================navbar-light================*/

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
    /*margin-top: 3px;*/
    /*margin-bottom: 3.5px;*/
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #e60012;
    /*background-color: rgba(250, 105, 0, 0.1);*/
    /*border-top: 3px solid rgba(250, 105, 0, 0.1);*/
    /*border-bottom: 3.5px solid #fa6900;*/
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    font-weight: bolder;
    color: #e60012;
    /*background-color: rgba(250, 105, 0, 0.1);*/
    /*border-top: 3px solid rgba(250, 105, 0, 0.1);*/
    /*border-bottom: 3.5px solid #fa6900;*/
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}

/*================navbar-dark================*/

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    /*margin-top: 3px;*/
    /*margin-bottom: 3.5px;*/
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1);
    background-color: #e09d00;
    /*border-top: 3px solid rgba(60, 161, 219, 0.1);*/
    /*border-bottom: 3.5px solid #3ca1db;*/
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 1);
    background-color: #e09d00;
    /*border-top: 3px solid rgba(60, 161, 219, 0.1);*/
    /*border-bottom: 3.5px solid #3ca1db;*/
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}


/*================列表组================*/

.list-group-item {
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid #dcdcdc;
}

.list-group-item:hover, .list-group-item:focus {
    color: rgba(0, 0, 0, 0.9);
    background-color: #f8f9fa;
}

.list-group-item.active {
    color: rgba(0, 0, 0, 0.9);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}


/*================accordion-button================*/

.modal-1 {
    --bs-modal-width: 1200px;
}

/*================accordion-button-1================*/

/*收起*/
.accordion-button-1 {
    color: #4a5158;
    font-weight: bold;
    background-color: #e6e9ee;
}

/*展开*/
.accordion-button-1:not(.collapsed) {
    color: #fff;
    background-color: #5b93d3;
}

/*收起图标*/
.accordion-button-1::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%4a5158'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*展开图标*/
.accordion-button-1:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/*================accordion-button-2================*/

.accordion-button-2 {
    padding: 0.6rem 1.25rem;
    color: #4a5158;
    font-weight: bold;
    background-color: #d1e2f1;
}

.accordion-button-2:not(.collapsed) {
    color: #4a5158;
    background-color: #aacff4;
}

.accordion-button-2:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%4a5158'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button-2::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%4a5158'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*===============nav=================*/

.nav-1 {
    background-color: #f8f9fa;
}

.nav-1 .nav-link {
    color: #4a5158;
    padding-left: 40px !important;
}

.nav-1 .nav-link:hover {
    border-left: 3px solid #5b93d3;
    padding-left: 37px !important;
    background-color: #e9ecef;
}

.nav-1 .nav-link.active,
.nav-1 .nav-item.active {
    border-left: 3px solid #5b93d3;
    padding-left: 37px !important;
    background-color: #e9ecef;
}

.nav-2 {
    color: #4a5158;
    background-color: #e7f0f9;
}

.nav-2 .nav-link {
    color: #4a5158;
    padding-left: 40px !important;
}

.nav-2 .nav-link:hover {
    color: #4a5158;
    border-left: 3px solid #5b93d3;
    padding-left: 37px !important;
    background-color: #d3e5f4;
}

.nav-2 .nav-link.active,
.nav-2 .nav-item.active {
    color: #4a5158;
    border-left: 3px solid #5b93d3;
    padding-left: 37px !important;
    background-color: #cfe3f4;
}

/*=================tab===============*/

tabs-1 {
}

.tabs-1 .nav-item {
}

.tabs-1 .nav-link {
    padding: 5px 25px;
    color: #5b93d3;
    font-weight: 800;
    background-color: #c2d0e0;
}

.tabs-1 .nav-link:hover {
    color: #fff;
    background-color: #5b93d3;
}

.tabs-1 .nav-link.active,
.tabs-1 .nav-item.active {
    color: #fff;
    background-color: #5b93d3;
}

.tabs-1 .nav-link.disabled {
    color: #97a2ab;
    background-color: #c2d0e0;
}


/*================btn-1================*/

.btn-1 {
    color: #fff;
    background-color: #679bd7;
    border-color: #679bd7;
}

.btn-1:hover {
    color: #fff;
    background-color: #296cb9;
    border-color: #296cb9;
}

.btn-check:focus + .btn-1,
.btn-1:focus {
    color: #fff;
    background-color: #296cb9;
    border-color: #296cb9;
    box-shadow: 0 0 0 0.25rem rgba(60, 160, 220, 0.5);
}

.btn-check:checked + .btn-1,
.btn-check:active + .btn-1,
.btn-1:active, .btn-1.active,
.show > .btn-1.dropdown-toggle {
    color: #fff;
    background-color: #296cb9;
    border-color: #296cb9;
}

.btn-check:checked + .btn-1:focus,
.btn-check:active + .btn-1:focus,
.btn-1:active:focus,
.btn-1.active:focus,
.show > .btn-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 160, 220, 0.5);
}

.btn-1:disabled,
.btn-1.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*===============btn-red=================*/

.btn-red {
    color: #fff;
    background-color: #da3458;
    border-color: #da3458;
}

.btn-red:hover {
    color: #fff;
    background-color: #b52b49;
    border-color: #b52b49;
}

.btn-check:focus + .btn-red,
.btn-red:focus {
    color: #fff;
    background-color: #b52b49;
    border-color: #b52b49;
    box-shadow: 0 0 0 0.25rem rgba(181, 43, 73, 0.5);
}

.btn-check:checked + .btn-red,
.btn-check:active + .btn-red,
.btn-red:active, .btn-red.active,
.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #b52b49;
    border-color: #b52b49;
}

.btn-check:checked + .btn-red:focus,
.btn-check:active + .btn-red:focus,
.btn-red:active:focus,
.btn-red.active:focus,
.show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(181, 43, 73, 0.5);
}

.btn-red:disabled,
.btn-red.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*================btn-yellow================*/

.btn-yellow {
    color: #fff;
    background-color: #ffd415;
    border-color: #ffd415;
}

.btn-yellow:hover {
    color: #fff;
    background-color: #fff048;
    border-color: #fff048;
}

.btn-check:focus + .btn-yellow,
.btn-yellow:focus {
    color: #fff;
    background-color: #fff048;
    border-color: #fff048;
    box-shadow: 0 0 0 0.25rem rgba(220, 196, 60, 0.5);
}

.btn-check:checked + .btn-yellow,
.btn-check:active + .btn-yellow,
.btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #fff048;
    border-color: #fff048;
}

.btn-check:checked + .btn-yellow:focus,
.btn-check:active + .btn-yellow:focus,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 196, 60, 0.5);
}

.btn-yellow:disabled,
.btn-yellow.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*================btn-blue================*/

.btn-blue {
    color: #fff;
    background-color: #6da4e2;
    border-color: #6da4e2;
}

.btn-blue:hover {
    color: #fff;
    background-color: #50bdff;
    border-color: #50bdff;
}

.btn-check:focus + .btn-blue,
.btn-blue:focus {
    color: #fff;
    background-color: #50bdff;
    border-color: #50bdff;
    box-shadow: 0 0 0 0.25rem rgba(60, 160, 220, 0.5);
}

.btn-check:checked + .btn-blue,
.btn-check:active + .btn-blue,
.btn-blue:active, .btn-blue.active,
.show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #50bdff;
    border-color: #50bdff;
}

.btn-check:checked + .btn-blue:focus,
.btn-check:active + .btn-blue:focus,
.btn-blue:active:focus,
.btn-blue.active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 160, 220, 0.5);
}

.btn-blue:disabled,
.btn-blue.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*================btn-green================*/

.btn-green {
    color: #fff;
    background-color: #17a217;
    border-color: #17a217;
}

.btn-green:hover {
    color: #fff;
    background-color: #47ff2e;
    border-color: #47ff2e;
}

.btn-check:focus + .btn-green,
.btn-green:focus {
    color: #fff;
    background-color: #47ff2e;
    border-color: #47ff2e;
    box-shadow: 0 0 0 0.25rem rgba(60, 220, 116, 0.5);
}

.btn-check:checked + .btn-green,
.btn-check:active + .btn-green,
.btn-green:active, .btn-green.active,
.show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #47ff2e;
    border-color: #47ff2e;
}

.btn-check:checked + .btn-green:focus,
.btn-check:active + .btn-green:focus,
.btn-green:active:focus,
.btn-green.active:focus,
.show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 220, 116, 0.5);
}

.btn-green:disabled,
.btn-green.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*================btn-purple================*/

.btn-purple {
    color: #fff;
    background-color: #7952b3;
    border-color: #7952b3;
}

.btn-purple:hover {
    color: #fff;
    background-color: #5f3e91;
    border-color: #5f3e91;
}

.btn-check:focus + .btn-purple,
.btn-purple:focus {
    color: #fff;
    background-color: #5f3e91;
    border-color: #5f3e91;
    box-shadow: 0 0 0 0.25rem rgba(87, 6, 140, 0.5);
}

.btn-check:checked + .btn-purple,
.btn-check:active + .btn-purple,
.btn-purple:active, .btn-purple.active,
.show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #5f3e91;
    border-color: #5f3e91;
}

.btn-check:checked + .btn-purple:focus,
.btn-check:active + .btn-purple:focus,
.btn-purple:active:focus,
.btn-purple.active:focus,
.show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(87, 6, 140, 0.5);
}

.btn-purple:disabled,
.btn-purple.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*================btn-gray================*/

.btn-gray {
    color: #fff;
    background-color: #9ca9b2;
    border-color: #9ca9b2;
}

.btn-gray:hover {
    color: #fff;
    background-color: #7c8790;
    border-color: #7c8790;
}

.btn-check:focus + .btn-gray,
.btn-gray:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-gray,
.btn-check:active + .btn-gray,
.btn-gray:active, .btn-gray.active,
.show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}

.btn-check:checked + .btn-gray:focus,
.btn-check:active + .btn-gray:focus,
.btn-gray:active:focus,
.btn-gray.active:focus,
.show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-gray:disabled,
.btn-gray.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*================移动端================*/

.hidden-1 {
}

.hidden-2 {
    display: none;
}

/*================================*/

/*768px以下*/

@media (max-width: 768px) {
    body {
        font-family: inherit; /* 不指定字体，使用系统默认字体 */
        font-size: 90%; /* 字体大小调整为80% */
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1.5rem;
        font-size: 130%; /* 字体大小调整为80% */
    }

    .text-center-mob {
        text-align: left !important;
    }

    .hidden-1 {
        display: none;
    }

    .hidden-2 {
        display: block;
    }

    .mob-pl-3 {
        padding-left: 1rem;
    }

    .mob-pr-4 {
        padding-right: 1rem;
    }

    .mob-pr-5 {
        padding-right: 1rem;
    }

    .mob-small {
        font-size: 80%;
        font-weight: 400;
    }

    .mob-text-center {
        text-align: left;
    }

    .w-900 {
        min-width: 0;
    }

    .ml--300 {
        margin-left: 0;
    }

}

/*768px以上*/
@media (min-width: 768px) {
}

/*992px以下*/
@media (max-width: 992px) {
}

/*992px以上*/
@media (min-width: 992px) {
}
