li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

.item-list {
    margin: 0;
}

/* 主体 */
.main {
    width: 1080px;
    margin: 0 auto;
}

.main .title_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 30px 0;
}

.main .title_box .title {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    color: #3F3939;
    line-height: 24px;
    align-items: flex-end;
    height: 24px;
}

.main .title_box .title img {
    width: 52px;
    height: 29px;
    margin-right: 4px;
}

.main .title_box .btn {
    width: 68px;
    height: 25px;
    border-radius: 13px;
    border: 1px solid #EBEBEB;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #666666;
}

.main .card {
    padding-bottom: 10px;
}

/* 众筹 */
.crowding .cover_box .cover {
    width: 346px;
    height: 346px;
    object-fit: cover;
    object-position: center;
}

.crowding .info_box .price_box {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.crowding .info_box .price_box .unit {
    margin-right: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.crowding .info_box .price_box .price-right {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-top:4px ;
}
.crowding .info_box .plan_top {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}

.crowding .info_box .plan_top .label {
    font-weight: bold;
    color: #333333;
}

.crowding .info_box .plan_top .price {
    font-weight: bold;
    color: #E91A56;
    margin-left: 8px;
}

.crowding .info_box .plan_top .plan {
    color: #9087A2;
}

.crowding .info_box .plan_box {
    margin: 6px 0 0;
    height: 12px;
    border-radius: 12px;
    background: #DBDBDB;
}

.crowding .info_box .plan_box .plan {
    background: linear-gradient(90deg, #7A67F3 0%, #4E3FF3 100%);
    height: 12px;
    border-radius: 12px;
}

.crowding .info_box .avatar {
    width: 22px;
    height: 22px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.crowding .info_box .author {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #9087A2;
    line-height: 24px;
}

.crowding .info_box .author .avatar {
    margin-right: 10px;
}

.crowding .info_box .backer_box {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #9087A2;
    line-height: 24px;
}

.crowding .info_box .backer_box .avatar_box {
    position: relative;
    margin-right: 10px;
    /*height: 22px;*/
    padding-left: 16px;
}

.crowding .info_box .backer_box .avatar_box .avatar {
    /*position: absolute;*/
    /*top: 0;*/
    margin-left: -16px;
}

.crowding_cell {
    width: 1080px;
    height: 347px;
    border-radius: 20px;
    background: #fafafa;
    display: flex;
}

.crowding_cell .cover_box {
    position: relative;
    width: 346px;
}

.crowding_cell .cover_box .cover {
    border-radius: 20px 0 0 20px;
}

.crowding_cell .cover_box .count {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 22px;
    border-radius: 22px;
    text-align: center;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    color: #FFFFFF;
}

.crowding_cell .selected_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 324px;
    margin-left: 20px;
    height: 304px;
}

.crowding_cell .selected_box .cover {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    border: 2px solid;
    margin: 20px 20px 0 0;
    cursor: pointer;
}

.crowding_cell .selected_box .cover:nth-child(2n) {
    margin-right: 0;
}

.crowding_cell .info_box {
    flex: 1;
    display: none;
    padding: 0 30px 0 0;
    flex-direction: column;
    height: 100%;
}

.crowding_cell .info_box .price_box {
    margin-top: 32px;
    font-size: 26px;
    color: #E91A56;
    line-height: 39px;
}

.crowding_cell .info_box .price_box .unit {
    padding-top: 6px;
}

.crowding_cell .info_box .title {
    margin-top: 4px;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    width: 360px;
    height: 68px;
}

.crowding_cell .info_box .author {
    margin-top: 16px;
}

.crowding_cell .info_box .backer_box {
    margin-top: 20px;
    padding-bottom: 33px;
}

.crowding_box {
    display: flex;
    flex-wrap: wrap;
}

.crowding_box a {
    margin: 20px 20px 0 0;
}

.crowding_box a:nth-child(3n) {
    margin-right: 0;
}

.crowding_box .crowding_item {
    width: 346px;
    border-radius: 20px;
    background: #FAFAFA;
}

.crowding_box .crowding_item .cover_box .cover {
    border-radius: 20px 20px 0 0;
}

.crowding_box .crowding_item .info_box {
    display: flex;
    flex-direction: column;
    height: 204px;
    padding: 20px;
}

.crowding_box .crowding_item .info_box .price_box {
    font-size: 24px;
    line-height: 36px;
}

.crowding_box .crowding_item .info_box .price_box .unit {
    padding-top: 4px;
}

.crowding_box .crowding_item .info_box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: -2px;
}

.crowding_box .crowding_item .info_box .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}


.crowding_box .crowding_item .info_box .bottom .author .name {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 项目推荐 */
.project {
    display: flex;
    justify-content: space-between;
}

.project .project_item {
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.project .project_item.big {
    width: 519px;
    height: 714px;
    margin-right: 20px;
}

.project .project_item.small {
    width: 537px;
    height: 347px;
    margin-bottom: 20px;
}

.project a:last-child .project_item.small {
    margin-bottom: 0;
}

.project .project_item .info_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 43px 30px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 20px;
    color: #FFFFFF;
}

.project .project_item .info_box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project .project_item .info_box .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.project .project_item .info_box .bottom .author {
    display: flex;
    align-items: center;
}

.project .project_item .info_box .bottom .author .icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 17px;
    height: 17px;
    margin-right: 4px;
    font-size: 10px;
    color: #666666;
    padding: 0 5px 0 6px;
}

.project .project_item .info_box .bottom .author .icon_box .icon {
    width: 8px;
    height: 8px;
    margin-right: 2px;
}

.project .project_item .info_box .bottom .author .icon_box .label {
    transform: scale(0.83);
}


.project .project_item .info_box .bottom .author .name {
    font-size: 14px;
    line-height: 12px;
}

.project .project_item .info_box .backer_box {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
}

.project .project_item .info_box .backer_box .icon {
    width: 18px;
    height: 13px;
    margin-right: 6px;
}

.project .project_item .info_box .backer_box .avatar_box {
    position: relative;
    margin-right: 6px;
    padding-left: 9px;
}

.project .project_item .info_box .backer_box .avatar_box .avatar {
    width: 18px;
    height: 18px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-left: -9px;
}

/* 中间海报 */
.banner_center {
    margin: 10px 0;
}

.banner_center img {
    width: 1080px;
    height: 114px;
    border-radius: 114px;
    object-position: center;
    object-fit: cover;
}

/* 专题 */
.topic {
    display: flex;
}

.topic .left_item {
    width: 347px;
    height: 714px;
    margin-right: 20px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.topic .left_item .btn {
    width: 189px;
    height: 60px;
    position: absolute;
    bottom: 41px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.topic .goods_box {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topic .goods_box .goods {
    width: 347px;
    height: 347px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.topic .goods_box .info_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 110px 20px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 20px;
}

.topic .goods_box .info_box .title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.topic .goods_box .info_box .message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #CDCDCD;
    line-height: 21px;
}
.topic .goods_box .info_box .message .price_box .unit{
    font-size: 12px;
}
.topic .goods_box .info_box .message .price_box .price-right{
    display: inline-block;
    transform: scale(0.7);
    transform-origin: -20% 60%;
}

