.tipoff-list {
    width: 100%;
    min-height: 800px;
    margin-left: 16px;
    position: relative;
}

.tipoff-list:nth-child(3n + 1) {
    margin-left: 0;
}

.tipoff-list > li {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 416px;
    box-shadow: 0px 2px 20px 0px rgb(7 19 88 / 10%);
    border-radius: 10px;
    padding: 11px 11px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.tipoff-list .head {
    height: 76px;
    position: relative;
    padding: 0 15px 0 15px;
    background: url('https://img.bc.haodanku.com/haodanku/1640076340') no-repeat;
}

.tipoff-head-inner {
    height: 68px;
    display: flex;
    align-items: center;
    position: relative;
}

.tipoff-head-box {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.tipoff-list .img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.tipoff-list .img img {
    max-width: 100%;
    width: inherit;
    max-height: 100%;
}

.tipoff-head-box span {
    font-size: 16px;
    font-weight: 600;
    color: #e53e34;
    max-width: 210px;
}

.tipoff-head-box i {
    font-size: 12px;
    color: #f89975;
}

.detail-block {
    display: flex;
    /* margin-top: 14px; */
    padding: 0 16px 0 13px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    background-image: url('https://img.bc.haodanku.com/haodanku/1641536035');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 100%;
    padding-bottom: 16px;
    padding-top: 8px;
}

.detail-block .left {
    flex: 1;
}

.detail-block .left .title {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    line-height: 22px;
}

.detail-block .left .btn.buy {
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #f94f08;
    padding-left: 12px;
    font-weight: bold;
    width: 138px;
    height: 30px;
    background: #ffe0d4;
    border-radius: 15px;
    background-image: url('https://img.bc.haodanku.com/haodanku/1640142730');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.detail-block .left .btn.buy:hover {
    opacity: 0.9;
}

.detail-block .left ul li .transfer {
    position: absolute;
    left: -10000px;
    opacity: 0;
}

.detail-block .left ul li + li {
    margin-top: 9px;
}

.detail-block .right {
    margin-left: 15px;
    width: 142px;
}

.detail-block .right img {
    display: block;
    width: 142px;
    height: 142px;
    border-radius: 5px;
    filter: brightness(0.98);
    margin-top: 5px;
    cursor: pointer;
}

.detail-block .right img:nth-child(1) {
    margin-top: 0;
}

.tipoff-btn {
    position: absolute;
    right: 0;
    top: 50%;
    color: #ffffff;
    font-size: 16px;
    width: 112px;
    height: 40px;
    text-align: center;
    transform: translateY(-50%);
    line-height: 40px;
    background: linear-gradient(0deg, #ff0000 0%, #ff8100 100%);
    box-shadow: 0px 3px 10px 0px rgba(255, 5, 0, 0.79);
    border-radius: 20px;
    cursor: pointer;
}

.tipoff-btn:hover {
    opacity: 0.9;
}

.tipoff-photos {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    max-width: 550px;
    width: auto !important;
    height: auto !important;
}

.tipoff-photos.layui-layer-page .layui-layer-content {
    overflow: hidden;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tipoff-photos img {
    display: block;
    margin: 0 auto;
    width: 100%;
}