.app-show-navs {
    z-index: 2000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;

}

.app-show-navs .data {
    height: 80px;
    display: flex;
    padding: 0 40px;
    align-items: center;
    justify-content: space-between;
}

.app-show-navs .data a {
    gap: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.app-show-navs .data a img {
    width: 30px;
}

.app-show-navs .data a .but {
    color: #fff;
    font-size: 16px;
    padding: 14px 100px;
    border-radius: 30px;
    background-color: #FF7900;
}

.app-show .top {
    display: flex;
    align-items: center;
}

.app-show .top .title {
    padding: 20px 10px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.app-show .top i {
    font-size: 26px;
    margin-left: 10px;
}

.app-show>.title {
    font-size: 26px;
    padding: 10px 30px;
}

.app-show .count {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-show .count .rmb {
    padding: 0 30px;
    display: flex;
    align-items: baseline;
}

.app-show .count .rmb p:nth-child(1) {
    color: #ff201f;
    font-size: 31px;
    font-weight: bold;
}

.app-show .count .rmb p:nth-child(2) {
    color: #ff201f;
    font-size: 50px;
    font-weight: bold;
}

.app-show .count .hot {
    gap: 4px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.app-show .count .hot img {
    height: 22px;
}

.app-show .count .hot p {
    font-size: 16px;
}

.app-show .menu {
    padding: 10px 30px;
}

.app-show .menu a {
    padding: 4px 10px;
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    border-radius: 30px;
    background: rgb(237, 237, 237);
    color: rgb(153, 153, 153);
}

.app-show .info {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background-color: #fff;
    justify-content: space-between;
}

.app-show .info>p {
    font-size: 16px;
    font-weight: bold;
}

.app-show .info .time {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.app-show .info .time .num {
    color: #fff;
    padding: 0 4px;
    margin: 0 4px;
    border-radius: 4px;
    background-color: #FF0000;
}

.app-show .state {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}

.app-show .state .item {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-show .state .item p {
    font-size: 16px;
}

.app-show .state .item p:nth-child(1) {
    opacity: 0.8;
}

.app-show .auth {
    gap: 12px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.app-show .auth .item {
    gap: 2px;
    display: flex;
    align-items: anchor-center;
}

.app-show .auth p {
    font-size: 15px;
    opacity: 0.7;
}

.app-show .auth i {
    color: rgb(42, 165, 21);
}

.app-show .flow {
    padding: 30px;
    background-color: #fff;
}

.app-show .flow .title {
    font-size: 16px;
    font-weight: bold;
}

.app-show .flow img {
    width: 100%;
}