.main {
    margin: 50px auto 80px auto;
}

/* 左栏内容 */

.by-job-detail{
    width:auto;
    margin:10px 0;
    background:#fff;
    border-bottom:1px solid #efefef;
    overflow:hidden;
}

/* 标题 */

.by-job-header{
    padding:18px 15px;
    border-bottom:1px solid #f3f3f3;
}

.by-job-title{
    font-size:22px;
    line-height:1.5;
    font-weight:700;
    margin-bottom:10px;
    color:#222;
}

.by-job-salary{
    font-size:20px;
    font-weight:700;
    color:#ff5b22;
}

/* 基本信息 */

.by-job-info{
    display:block;
    padding:15px 15px 18px 15px;
    border-bottom:1px solid #f3f3f3;
}

.by-job-info-item{
    display:flex;
    align-items:flex-start;
    margin-bottom: 20px;
    font-size: 16px;
}

.by-job-info-item:last-child{
    margin-bottom:0;
}

.by-job-info-label{
    width:82px;
    flex-shrink:0;
    color:#888;
}

.by-job-info-value{
    flex:1;
    color:#333;
}

.by-job-info-full{
    width:100%;
}

/* 模块 */

.by-job-section{
    padding:18px 15px;
    border-bottom:1px solid #f3f3f3;
}

.by-job-section:last-child{
    border-bottom:none;
}

.by-job-section-title{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:14px;
}

.by-job-section-content{
    font-size:17px;
    line-height:1.9;
    color:#555;
    white-space:pre-line;
}

.by-job-section-content2{
    font-size:18px;
    line-height:1.9;
    color:#555;
    white-space:pre-line;
}

.by-job-section-content p{
    margin-bottom:12px;
}

/* 联系方式 */

.by-job-contact-item{
    display:flex;
    margin-bottom:9px;
}

.by-job-contact-item:last-child{
    margin-bottom:0;
}

.by-job-contact-label{
    width:82px;
    flex-shrink:0;
    color:#888;
}

.by-job-contact-value{
    flex:1;
    color:#333;
}

/* 发布时间 */

.by-job-publish{
    margin-top:16px;
    font-size:13px;
    color:#999;
}

/* 风险提示 */

.by-job-tip{
    padding:15px;
    background:#fcf1ea;
    border-top:1px solid #f6ddd0;
    border-bottom:1px solid #f6ddd0;
    position:relative;
    overflow:hidden;
}

.by-job-tip-title{
    font-size:16px;
    font-weight:700;
    color:#b34b40;
    margin-bottom:12px;
}

.by-job-tip-desc{
    font-size:14px;
    color:#b34b40;
    line-height:1.9;
    margin-bottom:10px;
}

.by-job-tip-subtitle{
    margin:16px 0 10px;
    font-size:14px;
    color:#b34b40;
    font-weight:600;
}

.by-job-tip-list{
    padding-left:15px;
}

.by-job-tip-list li{
    font-size:14px;
    color:#b34b40;
    line-height:1.9;
    list-style: disc;
}

.by-job-tip-bottom{
    margin-top:18px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
    font-size:13px;
    color:#b34b40;
}

.by-job-tip-report{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:28px;
    padding:0 8px;
	border-radius: 2px;
    border:1px solid #c56b5f;
    text-decoration:none;
    color:#b34b40;
}

.by-job-tip-icon{
    position: absolute;
    right:-15px;
    bottom:-15px;
}

.by-job-tip-icon i{
    font-size:72px;
    color:#fde1d4;
}

/* 会员信息 */

.byz-sidebar{
    margin:10px 0;
}

.byz-user-card{
    display:flex;
    align-items:center;
    gap:14px;
    padding:15px;
    background:#fff;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}

.byz-user-avatar img{
    width:47px;
    height:47px;
    border-radius:50%;
    display:block;
}

.byz-user-info{
    flex:1;
    min-width:0;
}

.byz-user-name{
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:6px;
}

.byz-user-meta{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    font-size:14px;
    color:#666;
    margin-bottom: 3px;
}

.byz-user-meta i{
    font-size:14px;
    color:#888;
}

/* 底部联系方式 */

.job-contact-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    box-shadow: 0 -2px 12px rgba(0,0,0,.08);
    z-index: 9999;
    gap: 8px;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
}
.job-contact-item {
    flex: 1;
    text-decoration: none;
    display: flex;
    height: 50px;
	border-radius: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .2s;
}
.job-contact-item i {
    font-size: 15px;
    margin-right: 6px;
}
.job-contact-item span {
    font-size: 15px;
}

.job-contact-wechat {
    background: #07C160;
}
.job-contact-email {
    background: #0d6efd;
}
.job-contact-phone {
    background: #ff6b35;
}
.job-copy-tip {
    position: fixed;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    background: rgba(0,0,0,.82);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    display: none;
    z-index: 10000;
    width: max-content;
}