.model11 {
    width: 100%;
    margin-top: 30px;
}

.guide11-body {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 1px;
}

.guide11-content {
    margin-top: 20px;
}

.public11 {
    display: none;
}

.public11:first-child {
    display: block;
}


.bottom-sketch11,
.bottom-sketch11-place {
    box-sizing: border-box;
    width: 100%;
    color: #555555;
    font-size:15px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 16px;
}

.place11 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
}

.liangdian {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

.liangdian::after {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    height: 4px;
    bottom: 5px;
    left: 0;
    background: linear-gradient(90deg, #ffaa7180 0%, #ff660180 100%);
}

.new-card {
    width: 278px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    transition: all 0.5s;
}

.new-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.new-card:hover .bottom-qiang {
    background: linear-gradient(112deg, #FFAD32 8.87%, #FF4204 86.18%);
}

.single-card-top11 {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    display: block;
}

.single-card-bottom-p1-11 {
    box-sizing: border-box;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 9px 16px 0;
}

.bottom-receivebutton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.price-data {
    font-size: 26px;
    line-height: 38px;
    color: #ff6600;
    font-weight: 700;
}

.one-row {
    font-size: 18px;
    line-height: 20px;
    color: #ff6600;
    font-weight: 600;
    /* height: 24px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.bottom-qiang {
    display: flex;
    height: 32px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #FF6600;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
}

.show-more11 {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(255, 102, 0, 0.1);
    color: #FF6600;
    font-size: 16px;
    margin: 20px auto;
    cursor: pointer;
    transition: all 0.3s;
}

.show-more11:hover {
    background: rgba(255, 102, 0, 0.15);
}

.between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.child-wrap {
    width: 48%;
}

.new-card-wrap {
    margin-bottom: 30px;
    width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
    .child-wrap {
        width: 100%;
    }
    
    .new-card-wrap {
        width: 100%;
    }
    
    .new-card {
        width: 100%;
    }
}

.show-more11.active {
    background: #FF6600;
    color: #FFFFFF;
}

.show-all-select11 {
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 237, 224, 1);
    width: calc(100% -40px);
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    top: 0;
    margin-bottom: 20px;
}
