.title {
    font-weight: 600
}

.banner {
    padding: 55px 12px 12px;
    position: relative;
    font-size: 0
}

.banner .bannerTop {
    border-radius: 10px 10px 0 0;
    padding: 12px 15px;
    background: #f29803;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.banner img {
    border-radius: 0 0 10px 10px;
    width: 100%
}

.banner .posBox {
    position: relative
}

.banner .pos-text {
    line-height: 1;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
    font-size: 28px;
    color: #3416ed;
    font-weight: 600
}

.banner .pos-img {
    padding: 3px;
    border-radius: 100px;
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%)
}

.banner .pos-img img {
    border-radius: 100px
}

.main {
    padding: 12px;
}

.main .top {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 6px
}

.main .top .hdbox {
    background: #fcf0f0;
    padding: 15px;
    border-radius: 6px
}

.main .top .hdbox .hdbs {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.main .top .hdbox .hdbs .svgs {
    position: relative;
    width: 80px;
    height: 80px
}

.main .top .hdbox .hdbs .svgs svg {
    width: 100%
}

.main .top .hdbox .hdbs .svgs .van-circle__hover {
    fill: none;
    stroke-linecap: round
}

.main .top .hdbox .hdbs .svgs span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    color: #020202;
    z-index: 2
}

.main .top .hdbox .hdbs .right {
    font-size: 16px;
    margin-left: 20px;
    font-weight: 600
}

.main .top .time {
    display: flex;
    align-items: center
}

.main .clbox {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 6px
}

.main .clbox .btn {
    width: 100%;
    background: #1989fa;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    border-radius: 6px
}

.main .cljl {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 6px
}

.main .cljl .title-bo {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #98a0af;
    padding: 9px 0
}

.main .cljl li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 9px 0
}

.main .cljl .text {
    text-align: center;
    font-size: 12px;
    color: #98a0af;
    margin-top: 10px
}

.main .linkBox {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 6px
}

.main .linkBox .title {
    margin-bottom: 9px
}

.main .linkBox .link {
    display: flex;
    align-items: center
}

.main .linkBox .link img {
    width: 16px;
    height: 16px;
    margin-left: 5px
}

.main .linkBox .ksss {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main .linkBox .linktext {
    margin-top: 9px;
    font-size: 9px;
    color: #98a0af
}

.main .bottom {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px
}

.main .bottom .title {
    margin-bottom: 9px
}

.main .bottom p {
    color: #98a0af;
    padding: 4px;
    font-size: 12px
}
