#app {
    width: 100%;
    max-width: 1000px;
    height: 100%;
}
.content {
    position: absolute;
    width: 100%;
}
.content > img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.content .tab {
    position: relative;
    top: -2.6rem;
    width: 100%;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    background-color: #fff;
}

.tab_list {
    width: 90%;
    margin: 0.6rem auto 0;
    padding-top: 1.8rem;
}

.tab_list ul {
    width: 100%;
}
.tab_list ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
    margin-top: 1rem;
}
.tab_list ul li a {
    display: block;
    width: 100%;
    background: url("../images/list_banner.png") no-repeat;
    background-size: 100% 100%;
}
.tab_list ul li a .ent {
    display: flex;
    justify-content: space-around;
    padding: 2rem 0 2rem 0;
}
.tab_list ul li a .ent img {
    width: 3rem;
    height: 3rem;
}
.tab_list ul li a .ent .list_title {
    width: 10rem;
}
.tab_list ul li a .ent .list_title p {
    font-size: 1.1rem;
    color: #fefefe;
    text-align: left;
}
.tab_list ul li a .ent .list_title p:nth-child(2) {
    font-size: 0.9rem;
    opacity: 0.65;
}

.tab_list ul li a .ent .bat {
    width: 4rem;
    height: 2rem;
    background-size: 4.8rem 1.8rem;
    background-color: #dd0902;
    border-radius: 0.335rem;
    text-align: center;
    line-height: 2rem;
    font-size: 0.93rem;
    color: #fff;
    margin-top: 0.6rem;
    -webkit-border-radius: 0.335rem;
    -moz-border-radius: 0.335rem;
    -ms-border-radius: 0.335rem;
    -o-border-radius: 0.335rem;
}
.tab_list ul li:nth-child(2) .list_title p {
    padding-top: 0.6rem;
}

.title {
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #c80000;
    color: #fff;
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
