* {
    margin: 0;
}
a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    word-break: break-word;
}

a:hover {
    color: #ab3b3a;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.3rem;
}

html {
      background-image: url(1.png);
    background-color: #e6dece;
    color: #434343;
}


/* 主体css */
.awei {
    /* 主体宽度 */
    max-width: 48rem;
    /* 居中对齐 */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.tbbk {
    border-width: 2px;
    padding-top: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    box-shadow: 5px 5px 0px -2px #434343, 5px 5px #434343;
    border-color: #434343;
    word-break: break-all;
    border-radius: 0.25rem;
    border-top-left-radius: 250px 10px;
    border-top-right-radius: 15px 204px;
    border-bottom-left-radius: 15px 257px;
    border-bottom-right-radius: 230px 15px;
    border: 2px solid #4d4343;
    position: relative;
}

.tbjj {
    margin-top: 1.75rem;
    margin-bottom: 2rem;
}

.flex {
    display: flex;
}

.tbjj-1 {
    align-items: center;
}

.tbjj-2 {
    justify-content: space-between;
}
.no-wrap {
  white-space: nowrap;
}

.btdx {
    font-size: 1.5rem;
    line-height: 2rem;
}

.ztjc {
    font-weight: 600;
}

a {
    color: #434343;
}

a.btdx.ztjc {
    text-decoration: none;
}

.dhjj {
    margin-left: 0.25rem;
}

a.dhjj {
    text-decoration: none;
}

/* 文章css */
.btjj {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.wzdx {
    margin-left: 0.5rem;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;

}

a.wzdx {
    text-decoration: none;
}

.hrdx {
    border-width: 0 0 1px 0;
}

.hrxx {
    border-style: dashed;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
    border-style: solid;
    border-color: #434343;
}

a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    word-break: break-word;
}

.wzym {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
}

.wzymbtjz {
    text-align: center;
}

.wzymbtzt {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.xxjj {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* 文章内容图片自适应 */
.content-images img  {
    width: 100%;
    height: auto;
    border-top-left-radius: 250px 10px;
    border-top-right-radius: 15px 204px;
    border-bottom-left-radius: 15px 257px;
    border-bottom-right-radius: 230px 15px;
    border: 2px solid #4d4343;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.anbk {
    border-width: 2px;
    box-shadow: 0px 0px 0px 0px #434343, 0px 0px 0px 0px #434343;
    border-color: #434343;
    border-radius: 0.25rem;
    border-top-left-radius: 250px 10px;
    border-top-right-radius: 15px 204px;
    border-bottom-left-radius: 15px 257px;
    border-bottom-right-radius: 230px 15px;
    border: 2px solid #4d4343;
    position: relative;
}

.ansxzyjj {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.anbk.ansxzyjj a {
    text-decoration: none;
}

/* 评论区 */
.plbt {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #252933;
}

.plkys {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    gap: 0.8rem;
    width: 100%;
}



.plkys-3 {
    display: flex;
    align-items: center;
    gap: 1rem;
}


input {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Microsoft YaHei, "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
    font-size: 16px;
    padding: 0.5rem;
    height: auto;
    line-height: 1.25rem;
    color: #434343;
    background: unset;
    /* 三列平均分布布局 */
    width: 100%;
    display: inline-block;
    margin: 0 5px 10px;
    box-sizing: border-box;
    vertical-align: top;
    /* 统一边框属性 */
    border: 2px solid #434343;
    border-radius: 0.25rem;
    border-top-left-radius: 250px 10px;
    border-top-right-radius: 15px 204px;
    border-bottom-left-radius: 15px 257px;
    border-bottom-right-radius: 230px 15px;
    box-shadow: 0px 0px 0px 0px #434343, 0px 0px 0px 0px #434343;
    position: relative;
}

textarea {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Microsoft YaHei, "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
    font-size: 16px;
    padding: 0.5rem;
    height: auto;
    line-height: 1.25rem;
    color: #434343;
    background: unset;
    /* 三列平均分布布局 */
    width: 99%;
    height: 155px;
    display: inline-block;
    margin: 0 5px 10px;
    box-sizing: border-box;
    vertical-align: top;
    /* 统一边框属性 */
    border: 2px solid #434343;
    border-radius: 0.25rem;
    border-top-left-radius: 250px 10px;
    border-top-right-radius: 15px 204px;
    border-bottom-left-radius: 15px 257px;
    border-bottom-right-radius: 230px 15px;
    box-shadow: 0px 0px 0px 0px #434343, 0px 0px 0px 0px #434343;
    position: relative;
    resize: none;
}

/* 禁用点击边框变化效果 */
input:focus,
textarea:focus {
    outline: none;
    border: 2px solid #434343;
    /* 保持原边框样式不变 */
}

.andx {
    display: flex;
    justify-content: flex-end;
    /* 子元素右对齐 */
}

.andx button {
    font-size: 14px;
    height: 44px;
    background-color: #e6dece;
    cursor: pointer;
}

a.lj{
    padding-top: calc(0.75em - 2px);
    padding-right: calc(1.2em - 2px);
    padding-bottom: calc(0.75em - 2px);
    padding-left: calc(1.5em - 2px);
    border-color: #434343;
    word-break: break-all;
    border-radius: 0.25rem;
    border-top-left-radius: 250px 10px;
    border-top-right-radius: 15px 204px;
    border-bottom-left-radius: 15px 257px;
    border-bottom-right-radius: 230px 15px;
    border: 2px solid #4d4343;
    position: relative;
}
