.box3-1 {
    display: flex;
    flex-wrap: wrap;
    width: 1679px;
    height: 2025px;
}

.box3-1-1   {
    height: 405px;
    width: 535px;
    min-width: 285px;
    margin-bottom: 24px;
    margin-right: 24px;
    border-radius: 16px;
    overflow: hidden;
}

.box3-1-1-1 {
    position: relative;
    width: 100%;
    height: 301px;
}
.box3-1-1-1 img {
    width: 100%;
    height: 301px;
    border-radius: 16px 16px 0 0;
}

.box3-1-1-1-vip {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 7px;
    background-color: rgb(255, 223, 137);
    border-radius: 0 8px 0 6px;
    
}

.box3-1-1-1-vip span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: rgb(102, 61, 0);

}

.box3-1-1-2 {
    display: flex;
    bottom: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    padding: 12px;
    align-items: flex-start;
    height: 104px;
}

.box3-1-1-2 img {
    width: 57px;
    height: 80px;
    border-radius: 8px;
    margin-right: 11px;
}

.box3-1-1-2-1 {
    width: 0;
    flex-grow: 1;
}

.box3-1-1-anniu {

    height: 32px;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, .15);
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    flex-shrink: 0;
    margin-left: 16px;
}

.box3-1-1-anniu a  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.box3-1-1-anniu a img {
    width: 16px;
    height: 16px;
    margin-right: 1px;
}

.box3-1-1-anniu a span {
    line-height: 32px;
    font-size: 14px;
    color: #fff;
}








