html {
    margin: 0 auto;
    padding: 0;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.container {
    background: #DDC4A5;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.search_top {
    position: relative;
    padding: 20px 0;
    margin: 0 5%;
    height: 45px;
}

.search_top i {
    position: absolute;
    font-size: 1.5rem;
    padding-left: 10px;
    line-height: 42px;
    z-index: 9999;
}

.search_top button {
    position: absolute;
    right: 0;
    height: 45px;
    width: 100px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #8a5945;
    box-shadow: 0px 1px 16px 13px #ddc4a5;
}

.search_top .search_input {
    height: 42px;
    padding-left: 42px;
    border: 1px #FFFFFF solid;
    border-radius: 15px;
    left: 0;
    right: 0;
    position: absolute;
    width: 80%;
}


.detail {
    background: #F7F3E8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100%;
    padding: 5px;
}

.detail .info {
    background: #FFFFFF;
    border-radius: 10px;

}

.detail .banner {
    margin: 5px;
    padding: 10px;
}

.detail .swiper {
    height: 350px;
}

.detail .swiper img {
    object-fit: contain;
    height: 350px;
    width: 100%;
    border-radius: 10px;
}

@media (min-width: 800px) {
    .detail .swiper {
        height: 100%;
    }

    .detail .swiper img {
        height: 100%;
    }
}

.detail .title {
    font-size: 1.15rem;
    padding: 10px;
    font-weight: 600;
}

.detail .qcode {
    font-size: 0.92rem;
    padding: 10px;
}

.dashed {
    margin: 5px 20px;
    border-bottom: 1px dashed;
}

.product-info {
    background: #FFFFFF;
    font-size: 1rem;
    border-radius: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-info .layui-container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}

.product-info .layui-row {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}

.product-info .layui-row .layui-col-xs6 {
    height: 55px;
    margin-top: 10px;
    display: inline-flex;
}

.product-info .layui-row .layui-col-xs6 span {
    display: contents;
    font-size: 0.88rem;
}

.product-info .layui-row .layui-col-xs6 .pre {
    white-space: pre;
}

.product-info .red {
    word-break: break-all;
    font-size: 1.3rem !important;
    color: #ff3300;
    font-weight: 600;
}

.product-info .text {
    word-break: break-all;
    display: flex !important;
    max-height: 50px;
    overflow: hidden;
}

.pcz-list {
    background: #F7F3E8;
    border: 1px #333333 solid;
    padding: 10px;
    margin: 10px;
}

.pcz-list p {
    font-size: 0.85rem;
}

.pcz-list .pcz-list-items {
    padding: 2px;
}

.pcz-list .pcz-list-items span {
    white-space: pre;
    background: #ffffff;
    margin: 10px 10px 5px 0;
    padding: 5px;
    cursor: pointer;
    display: inline-flex;
}

.pcz-list .pcz-list-items .current {
    border: 2px #917946 solid;
}

.pcz-list .pcz-list-items .layui-disabled {
    border: 1px #d2d2d2 solid;
}

.product-info-2 {
    background: #FFFFFF;
    font-size: 1rem;
    border-radius: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-info-2 .title {
    font-weight: 700;
    color: #563D40;
    border-bottom: 2px #F7F4E9 solid;
}

.product-info-2 .table {
    overflow: scroll;
    display: block;
    color: #333333;
    padding: 10px;
    font-size: 14px;
}

.product-info-2 .table td {
    padding: 5px;
    min-width: 130px;
    text-align: center;
    border: 1px #333 solid;
    width: 100%;
}

.product-info-2 .table th {
    border: 1px #333 solid;
    min-width: 105px;
}

.product-info-2 .table th:first-child {
    background: #F7F3E8;
    min-width: 150px;
    padding: 10px;
}

.product-info-2 .kg {
    font-weight: 600;
    font-size: 1.15rem;
}

.product-info-2 .red {
    font-size: 1.15rem;
    color: #ff3300;
    font-weight: 600;
    padding-top: 10px;
    display: block;
}

.product-info-2 .more {
    padding: 10px;
    font-size: 14px;
}

.product-info-2 p {
    padding: 5px 0;
}

.product-info-2 span {
    font-weight: 700;
}

.product-info-3 {
    background: #FFFFFF;
    font-size: 1rem;
    border-radius: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-info-3 p {
    font-weight: 700;
    color: #563D40;
    border-bottom: 2px #F7F4E9 solid;
}

.product-info-3 img {
    object-fit: contain;
    width: 100%;
}

.product-info-4 {
    background: #FFFFFF;
    font-size: 1rem;
    border-radius: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-info-4 p {
    font-weight: 700;
    color: #563D40;
    border-bottom: 2px #F7F4E9 solid;
}

.product-info-4 .content {
    padding: 10px;
    min-height: 150px;
}

.product-info-4 .content img {
    max-width: 100%;
    padding-bottom: 5px;
}
