*{
    padding: 0;
    margin: 0;
}
.container {
    width: 15rem;
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color:  #FFFFFF;
    padding-bottom: 3.6rem;
}
.header {
   width: 15rem;
   height: 6.48rem;
}
.header img {
    width: 100%;
    height: 100%;
}
.content {
    padding: 0.52rem 0.72rem;
    padding-bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-first{
    background: rgba(255,255,255,0.2);
    border-radius: 0.2rem;
    border: 1px dashed #6B6B6B;
    margin: 0 0.36rem 0.92rem 0.36rem;
    padding: 0.4rem 0.94rem;
    box-sizing: border-box;
}
.baseline-flex{
    display: flex;
    align-items: baseline;
    margin-bottom: 0.4rem;
}
.circle {
    width: 0.25rem;
    height: 0.25rem;
    background: #FF6238;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.22rem;
    flex-shrink: 0;
}
.content-second{
    font-weight: 800;
    font-size: 0.64rem;
    color: #110000;
    line-height: 0.92rem;
    margin-bottom: 1.34rem;
    text-align: center;
}
.content-table{
    background: #FFFFFF;
    border: 1px solid #383735;
    padding: 0.98rem 0.68rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.19rem;
}
.content-table-img{
   position: absolute;
   top: -2.26rem;
   left: -0.38rem;
   width: 2.68rem;
   height: 2.44rem;
}
.content-table-text{
    width: 5.88rem;
    height: 1.12rem;
}
.table {
    width: 100%;
    margin-top: 0.72rem;
    border-collapse: collapse;
}
.table th, .table td {
    border: 1px solid #FFE3DD;
    text-align: center;
    border-top: none;
    border-left: none;
    text-align: center;
    box-sizing: border-box;
}
.table th:last-child, .table td:last-child {
    border-right: none;
}
.table th:first-child, .table td:first-child {
    text-align: left;
}
.table td:last-child {
    color: #D40404;
}
.table th{
    font-weight: bold;
    font-size: 0.56rem;
    color: #000101;
    line-height: 0.84rem;
    padding:0.34rem 0.15rem ;

}
.table td{
    padding:0.42rem 0.26rem ;
    font-weight: 400;
    font-size: 0.48rem;
    color: #000101;
    line-height: 0.84rem;
}
.detail-button {
    width: 7.22rem;
    height: 1.3rem;
}
.scroll-container {
    width: 15rem;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 0.38rem solid #F3B9B9;
    position: sticky;
    top: 0;
    padding-top: 0.72rem;
    background-color: #fff;
}

.scroll-item {
    width: fit-content;
    padding: 0 0.36rem;
    box-sizing: border-box;
    height: 0.82rem;
    text-align: center;
    line-height: 0.82rem;
    display: inline-block;
    font-weight: bold;
    font-size: 0.56rem;
    color: #000000;
    cursor: pointer;
    border-radius: 0.2rem;
    transition: background-color 0.3s, color 0.3s;
    margin-left: 0.3rem;
    margin-bottom: 0.2rem;
}

.scroll-item.selected {
    background-color: #FFEAEA;
    color: #D40404; 
}
.list-content{
    padding: 0.88rem 0.72rem;
    box-sizing: border-box;
}
.list-item{
    border-radius: 0.2rem;
    border: 1px solid #A3A3A3;
    padding: 0.48rem 0.32rem;
    box-sizing: border-box;
    margin-bottom: 0.88rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list-item .item-title{
    font-weight: 500;
    font-size: 0.56rem;
    color: #C30000;
    line-height: 0.84rem;
    margin-bottom: 0.64rem;
}
.list-item .top-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-item .top-row img {
    width: 3.96rem;
    height: 5.52rem;
    margin-right:0.32rem;
}

.list-item .top-row .info {
    flex: 1;
    background: #FFF7EF;
    padding: 0.58rem 0.44rem;
    box-sizing: border-box;
}

.list-item .top-row .info h3 {
    margin: 0;
    font-weight: bold;
    font-size: 0.64rem;
    color: #000101;
    margin-bottom: 0.32rem;
}

.list-item .top-row .info p {
    font-weight: 500;
    font-size: 0.56rem;
    color: #C37700;
    margin-bottom: 0.32rem;
}
.list-item .top-row .info .btn{
    width: fit-content;
    padding: 0.18rem 0.6rem;
    background: #FF0000;
    border-radius: 0.2rem;
    font-weight: 500;
    font-size: 0.56rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.list-item .top-row .info .btn img{
    width: 0.54rem;
    height: 0.46rem;
    margin-right: 0.38rem;
    flex-shrink: 0;
}

.list-item .description {
    margin: 15px 0;
    font-size: 1em;
    color: #555;
   text-indent: 1rem;
}

.list-item .bottom-row img {
    width: 11.86rem;
    height: auto;
    margin-top: 0.78rem;
}
.pf-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15rem;
    z-index: 99;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    height: 1.96rem;
}
.pf-nav-item {
    text-align: center;
    margin: 0.26rem 0 0.22rem 0;
    width: 3rem;
}
.pf-img {
    width: 0.88rem;
}
.pf-title {
    font-size: 0.4rem;
    color: #CCCCCC;
    font-family: SourceHanSansCN-Regular;
    margin-top: 0.22rem;
}
