.Jy_alert_main_box{
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, .5);
    z-index: 123456;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Jy_alert_main_box .content_main {
    max-width: 300px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
}
.Jy_alert_main_box .alert_title {
    padding: 10px;
    font-size: 16px;
}
.Jy_alert_main_box .alert_msg {
    padding: 5px 10px 20px;
    font-size: 14px;
}
.Jy_alert_main_box .alert_btn {
    padding: 15px 10px;
    border:0;
    background: none;
    border-top: 1px solid #F2f2f2;
    display: block;
    width: 100%;
    color: rgba(54, 119, 29, 1);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


.from-you-like-box * {
    box-sizing: border-box;
}

.from-you-like-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px;
}

.from-you-like-box .from-you-item {
    box-sizing: border-box;
    width: 33.33%;
}

@media screen and (max-width: 460px) {
    .from-you-like-box .from-you-item {
        width: 50%;
    }
}

.from-you-item-bd{
    border: 1px solid #f9f9f9;
}

.from-you-like-box .from-you-item .from-you-content {
    position: relative;
    background-color: white;
    margin: 5px;
    display: block;
}


.from-you-content .cover-img-box {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    background-color: blue;
}

.from-you-content .cover-img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.from-you-intro {
    padding: 10px;
}
.from-you-intro div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.from-you-intro div:first-child {
    font-size: 14px;
    font-weight: 400;
    color: rgba(82, 82, 82, 1);
}

.from-you-intro div:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    color: rgba(54, 119, 29, 1);
}

.from-you-intro div:nth-child(2) span {
    font-size: 18px;
    font-weight: 600;
}

.from-you-intro div:last-child {
    font-size: 12px;
    font-weight: 400;
    color: rgba(179, 179, 179, 1);
    text-align: right;
}