body {
    padding-top: 20px;
}

.card-header {
    font-weight: 400;
}

h5 {
    font-size: 16px;
}

h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px 10px 10px;
}

.p1 {
    margin-top: 5px;
}

.head a {
    min-width: 146px;
}

.action a {
    min-width: 98px;
}

.card {
    margin-bottom: 5px;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.3em;
}

.lsz {
    font-size: 14px;
    padding: 0.2em 0.45em 0.3em;
}

.label3 {
    display: inline-block;
    padding: 4px 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}

.label2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}

.nav a {
    margin-right: 5px;
}

.table td, .table th{
    padding: 0.75rem 0.5rem!important;
    white-space: nowrap;
}

.al-bg {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999999999;
}
.al-model-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.al-model {
    /* width: 255px; */
    /* height: 160px; */
    background-color: #fff;
    padding: 10px;
}
.al-title {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #007aff;
    border-bottom: 1px solid #ccc;
}
.al-qrcode {
    width: 130px;
    height: auto;
    max-height: 130px;
    overflow: hidden;
    margin-top: 6px;
    margin-right: 5px;
}
.al-a {
    float: right;
    margin-top: 15px;
    width: 120px;
    height: 110px;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.al-a a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.al-a-1 {
    background-color: #dc143c;
}
.al-a-2 {
    background-color: #f4a460;
}
.al-a-3 {
    background-color: #1e90ff;
}
.al-show {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 99999999;
}

.banner{
    /* margin: 15px 0 10px 0; */
}
.banner a{
    width: 100%;
    display: inline-block;
}
.banner a img{
    width: 100%;
}

.foot-bookmark {
    position: fixed;
    bottom: 25px;
    z-index: 99999999;
    width: 50%;
    max-width: 500px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-bookmark:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: -6px;
}

.foot-bookmark p {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.foot-bookmark p span img {
    width: 15px;
    height: auto;
    margin: 0 5px;
}

.foot-bookmark > img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 5px;
}

.foot-bookmark i {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
}

.pt-5, .py-5{
    padding-top: 0!important;
}
#tabs{
    padding-bottom: 6px!important;
    margin-bottom: -15px;
    text-align: left!important;
}
#tabs a{
    margin-right: 4px;
}
#tabs a:nth-child(3n){
    margin-right: 0;
}
.container{
    padding-left: unset!important;
    padding-right: unset!important;
}