body {
    font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    background-color: #F6F4ED;
}

ul,
p {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

.container {
    max-width: 80rem;
    padding: 0;
}

.row {
    margin: 0;
    padding: 0;
}

.banner {
    width: 80rem;
    overflow: hidden;
    margin: auto;
    margin-top: 2rem;
    border: 5px solid #fff;
}

/*** 右侧栏 ***/
.lt-columns {
    width: 56rem;
    overflow: hidden;
}

.row-1 {}

.col-list {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.col-list .col-list-title {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
    padding-right: .5rem;

}

/*** 右侧栏-标题 ***/
.col-list-title h3 {
    margin-left: .5rem;
    border-left: .5rem solid #BF2E27;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.col-list-title a {
    font-size: .9rem;
    color: #212529;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.col-list-title a:hover {
    color: #BF2E27;
}

/*** 右侧栏-栏目 ***/
.col-list1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
}

.col-list1 li {
    width: 12rem;
    background: #eae7dc;
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: .5rem;
}

.col-list1 li img {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: .5rem;
}

.col-list1 span {
    position: absolute;
    font-size: 1rem;
    font-weight: bold;
    bottom: 0;
    text-align: center;
    display: block;
    background: rgba(255, 255, 255, .6);
    padding: 0 .5rem 0 .5rem;
}

.col-list1 li:hover {
    color: #BF2E27;
    cursor: pointer;
    box-sizing: 1px;
    box-shadow: 0 0 5px #CCC;
    border-radius: .5rem;
}

/*** 左侧栏 ***/
.rt-columns {
    width: 24rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #F6F4ED;
    align-items: flex-end;
}

.line {
    width: 23rem;
    overflow: hidden;
    background: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    margin-bottom: 1rem;
}

.line .line-title {
    width: 22rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #212529;
    gap: .5rem;
    padding-left: 1rem;
    margin-bottom: .5rem;
}

.line .line-info {
    width: 23rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.line-info p {
    padding-left: 1em;
    padding-right: 1rem;
    font-size: .8rem;
    color: #A08921;
}

.shipping-c {
    width: 23rem;
    overflow: hidden;
    background: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    margin-bottom: 1rem;
}

.shipping-c .shipping-title {
    width: 22rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #212529;
    gap: .5rem;
    padding-left: 1rem;
    margin-bottom: .5rem;
}

.shipping-c .shipping-info {
    width: 23rem;
    overflow: hidden;
    padding: 1rem;
}

.shipping-ht {
    height: 42px;
    color: #6B5F4B;
    line-height: 42px;
}

.shipping-ht strong {
    color: #BF2E27;
    font-size: 1.5rem
}

.express_xl {
    width: 210px;
    height: 32px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* 输入框聚焦时的样式 */
.weight {
    width: 92px;
    height: 32px;
    font-size: 15px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.weight:focus {
    border-color: #BF2E27;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.shipping-info label {
    font-weight: bold;
    margin-right: .5rem;
}

.goods-info {
    width: 23rem;
    overflow: hidden;
    background: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    margin-bottom: 1rem;
}

.goods-info .goods-info-title {
    width: 22rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #212529;
    gap: .5rem;
    padding-left: 1rem;
    margin-bottom: .5rem;
}

.goods-info .goods-i {
    width: 23rem;
    overflow: hidden;
    padding: .5rem 1rem .5rem 1rem;
}

.goods-i ul {
    margin: 0;
    padding: 0;
}

.goods-i li {
    padding-left: 1rem;
    background: url(/static/images/dbx.png) no-repeat 0;
    margin-bottom: .5rem;
}

.goods-i a {
    overflow: hidden;
    font-size: .9rem;
    color: #6B5F4B;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods-i a:hover {
    color: #BF2E27;
}

.message {
    width: 23rem;
    overflow: hidden;
    background: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    margin-bottom: 1rem;
}

.message .message-title {
    width: 22rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #212529;
    gap: .5rem;
    padding-left: 1rem;
    margin-bottom: .5rem;
}

.message .message-info {
    width: 22rem;
    overflow: hidden;
    padding: .5rem;
    margin: auto;
}

.message-info .message-hd {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1rem;
}

.message-hd .hd-bg {
    background: url(/static/images/hd-ico.png) no-repeat 10px 15px #F7F7F7;
    padding: .5rem;
    font-size: .9rem;
    text-indent: 1rem;
    color: #3E3E3E;
}

.message-hd .hd-time {
    padding: .5rem;
    background: url(/static/images/time-fill.png) no-repeat 10px 12px;
    font-size: .9rem;
    color: #6B5F4B;
    font-weight: 500;
}

.hd-time strong {
    padding-left: 1.5rem;
    font-size: .9rem;
    margin-right: 2rem;
}

.question {
    width: 23rem;
    overflow: hidden;
    background: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    margin-bottom: 1rem;
}

.question .question-title {
    width: 22rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #212529;
    gap: .5rem;
    padding-left: 1rem;
    margin-bottom: .5rem;
}

.question .question-info {
    width: 23rem;
    overflow: hidden;
    padding: .5rem 1rem .5rem 1rem;
}

.question-info .q-search {
    margin-bottom: .5rem;
    display: flex;
}

.q-search input {
    border-radius: 3rem;
    width: 18rem;
    height: 2.2rem;
    font-size: .9rem;
    text-align: center;
    border: 1px solid #DBDBDB;
    margin: auto;
    transition: ease .5s;
    outline: none;
}

.q-search input:hover {
    border: 1px solid #BF2E27;
    box-shadow: 0 0 0 3px rgba(191, 46, 39, .1);
    transition: ease .5s;
    outline: none;
}

.q-search input:focus {
    border: 1px solid #BF2E27;
    box-shadow: 0 0 0 3px rgba(191, 46, 39, .1);
    transition: ease .5s;
    outline: none;
}

.question-info ul {
    margin: 0;
    padding: 0;
}

.question-info li {
    padding-left: 1rem;
    background: url(/static/images/dbx.png) no-repeat 0;
    margin-bottom: .5rem;
}

.question-info a {
    overflow: hidden;
    font-size: .9rem;
    color: #6B5F4B;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.question-info a:hover {
    color: #BF2E27;
}