/* Design by https://7-shu.com */
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1631608872177') format('woff2'),
    url('../fonts/iconfont.woff?t=1631608872177') format('woff'),
    url('../fonts/iconfont.ttf?t=1631608872177') format('truetype');
}
.ali-icon {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fl {
    float: left;
}

/* 页面装载 */
.page-wrapper {
    background-color: #fff0;
}

.header-top {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dadada;
    -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 3%) inset;
    box-shadow: 0 -1px 3px rgb(0 0 0 / 3%) inset;
    font-size: 14px;
}

.header-top-right-btns {
    float: right;
    text-align: center;
    font-size: 0;
}

.header-top-right-btns .btn-group>button {
    padding: 8px 10px;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid transparent;
}

.btn-group>button:hover {
    color: #e84c3d;
    background-color: #fafafa;
    border-right-color: #e3e3e3;
}

.header-top-right-btns .btn-group:last-child>button {
    border-right-color: transparent;
}

.header {
    padding: 10px 0;
    border-bottom: 1.5px solid #000;
    background: #f4f4f0;
}

.logo img {
    height: 52px;
    margin-top: 2px;
}

.footer {
    background-color:transparent;
}
.card.mt-3-1{
    border: 1.5px solid #000;
    box-shadow: 6px 6px 0 rgb(47 47 47);
}
.mt-3-hom {
    margin-top: 3rem !important;
    margin-bottom: 1rem;
    border: none;
    background: #f4f4f0;
}
a.nav-link.active:hover {
    color: #000;
    background: #fcd340;
    box-shadow: 4px 4px 0 rgba(0, 0, 0);
}
a.nav-link:hover {
    color: #000;
    background: #90a8ed;
    border: 1.4px solid;
    box-shadow: 4px 4px 0 rgba(0, 0, 0);
    font-weight: 600;
}
.btn.pay-type {
    background: #fff;
    border-radius: 2rem;
    padding: 2px 6.5px;
}
.btn.pay-type.active {
    background: #e2e2d5;
    border: 1.4px solid;
    box-shadow: 3px 3px 0 rgba(0, 0, 0);
}