main {
    margin-bottom: 40px;
}

main h3 {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.content {
    width: var(--width);
    margin: 70px auto 0;
    display: flex;
    column-gap: 64px;
    padding: 38px 0;
}

.cont-left {
    min-width: 328px;
    width: 100px;
    position: sticky;
    top: 108px;
    margin-bottom: auto;
}

.cont-left .left-top {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(231 229 228);
    margin-bottom: 20px;
}

.cont-left .left-top span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 60px);
}

.cont-left .left-top .img-box {
    width: 50px;
    border-radius: 8px;
    overflow: hidden;
    height: 50px;
}

.inf-box {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.title {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 700;
}

.inf-box .cont {
    font-size: 13px;
    color: #56524e;
}

.star {
    display: flex;
    column-gap: 5px;
    vertical-align: middle;
}

.star-box {
    position: relative;
}

.star-box .iconfont {
    font-size: 13px;
}

.star-box .star-bg {
    position: absolute;
    z-index: -1;
}

.inf-box {
    margin-bottom: 20px;
}

.url a:nth-child(2) {
    margin-left: auto;
    margin-top: 15px;
    background-color: #2A73F5;
}

.url a {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
}

.url a img {
    width: 20px;
    height: 20px;
}

.cont-right {
    flex: 1;
}

.swiper {
    max-width: 888px;
    flex: 1;
    width: 100%;
    margin-bottom: 30px;
}

.text .title {
    font-size: 18px;
}

.text span {
    display: block;
    text-indent: 2em;
    font-size: 16px;
}

main section {
    width: var(--width);
    margin: 0 auto;
}

@media screen and (max-width:769px) {
    main {
        padding: 0 5px;
    }

    .content {
        flex-direction: column;
        padding: 20px 0;
        margin: 0;
    }

    .cont-left {
        min-width: 100%;
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}