.pb-main .s1 {
    width: 6.9rem;
    margin: 0 auto;
    height: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 0.25rem 0;
}
.s1 div {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.28rem;
}
.s1 div b {
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
}
.s1 a {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.85);
    align-self: flex-end;
}
.s2 {
    width: 6.9rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.08rem 0.24rem 0rem rgba(198, 198, 198, 0.4);
    border-radius: 0.16rem;
    margin: auto;
    min-height: 3rem;
    padding-bottom: 0.01rem;
}
.s2 .s2-toggle {
    height: 0.76rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 0.01rem #cccccc;
}
.s2 .s2-toggle .li {
    width: 1.8rem;
    margin: 0 0.8rem;
    line-height: 0.76rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.s2 .s2-toggle .li.active:before {
    content: "";
    width: 1.8rem;
    height: 0.04rem;
    background: #fb6026;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
.s2 .s2-con {
    width: 6.5rem;
    margin: auto;
    padding-top: 0.32rem;
}
.s2-con .title {
    font-size: 0.28rem;
    color: #333333;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.28rem;
    font-weight: bold;
}
.s2-con .li {
    margin: 0 auto 0.54rem;
    width: 6.26rem;
    height: 1.8rem;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}
.s2-con .li .img {
    width: 1.35rem;
    height: 1.8rem;
    overflow: hidden;
    border-radius: 0.16rem;
}
.s2-con .li img {
    width: 100%;
    height: 100%;
}
.s2-con .con {
    margin-left: 0.22rem;
    width: 4.52rem;
    position: relative;
    height: 100%;
    text-align: left;
}
.s2-con .con div {
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #333333;
    margin-bottom: 0.05rem;
}
.s2-con .con p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #9b9b9b;
}
.s2-con .record {
    position: absolute;
    bottom: 0.05rem;
    right: 0;
    height: 0.4rem;
    text-align: right;
    font-size: 0.22rem;
    color: #333333;
    font-weight: bold;
}
.s2-con .record b {
    font-size: 0.28rem;
}

