.body-max-width {
    max-width: var(--var-page-max-width);
}

.component-wrapper {
    background-color: #f8f8f8;
}

.page-component {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.component-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/**page css end**/
.com-showcase1,
.com-showcase2,
.com-showcase3 {
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.com-showcase-item {
    box-sizing: border-box;
}
.com-showcase1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0.5em;
    padding:5px;
    gap:5px;
}
.com-showcase1 > .com-showcase-item {
    margin-bottom: 5px;
    overflow: hidden;
    /** 间隔是.5em**/
    width: calc((100% - 15px) / 2);
    margin-bottom: 0.5em;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    border-radius: 5px;
}

.com-showcase1 > .com-showcase-item > .goods_img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.com-showcase1 > .com-showcase-item > .goods_img img {
    width: 100%;
    aspect-ratio: 1;
}

.com-showcase1 > .com-showcase-item > .goods_info {
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.com-showcase1 > .com-showcase-item .goods_title {
    margin-bottom: 0.5em;
    overflow: hidden;
    display: block;
    flex: 1;
}

.com-showcase1 > .com-showcase-item .goods_title a {
    text-decoration: none;
    color: #333;
}

.com-showcase1 > .com-showcase-item .goods_desc {
    color: #969696;
    font-size: 12px;
    margin-bottom: 10px;
}

.com-showcase1 > .com-showcase-item .goods_price {
    color: #ff0f23;
}

.com-showcase1 > .com-showcase-item .goods_price_old {
    color: #969696;
    text-decoration: line-through;
}

.com-showcase1 > .com-showcase-item .goods_close_buy {
    color: #969696;
}

.com-showcase1 > .com-showcase-item .goods_desc_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
}

.com-showcase1 > .com-showcase-item .add2CartBtn {
    border-radius: 6px;
    font-size: 1em;
    color: #ff0f23;
    padding: 4px 4px 3px 3px;
    border: 1px solid #ff0f23;
}

/**橱窗样式1 end*/

/**橱窗样式2 start*/

.com-showcase2 > .com-showcase-item {
    margin-bottom: 10px;
    overflow: auto;
    background-color: #fff;
}

.com-showcase2 > .com-showcase-item .goods_img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.com-showcase2 > .com-showcase-item .goods_img img {
    width: 100%;
}

.com-showcase2 > .com-showcase-item .goods_info {
    margin: 10px;
}

.com-showcase2 > .com-showcase-item .goods_title {
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.com-showcase2 > .com-showcase-item .goods_title a {
    text-decoration: none;
    color: #333;
}

.com-showcase2 > .com-showcase-item .goods_desc {
    color: #969696;
    font-size: 12px;
    margin-bottom: 10px;
}

.com-showcase2 > .com-showcase-item .goods_desc_bottom {
    position: relative;
    font-size: 1.125rem;
}

.com-showcase2 > .com-showcase-item.goods_price {
    color: #ff0f23;
}

.com-showcase2 > .com-showcase-item .goods_price_old {
    color: #969696;
    font-size: 12px;
    text-decoration: line-through;
}

.com-showcase2 > .com-showcase-item .goods_close_buy {
    color: #969696;
    font-size: 12px;
}

.com-showcase2 > .com-showcase-item .add2CartBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #ff0f23;
    border-radius: 4px;
    padding: 1px 4px;
    color: #ff0f23;
    background-color: #fff;
}

/**橱窗样式1 end*/

/**橱窗样式3 start*/
.com-showcase3 > .com-showcase-item {
    background-color: #fff;
    margin-bottom: 5px;
    padding: 10px;
    overflow: auto;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    width: 100%;
}

.com-showcase3 > .com-showcase-item .goods_img {
    width: 40%;
    overflow: hidden;
    display: block;
}

.com-showcase3 > .com-showcase-item .goods_img img {
    width: 100%;
}

.com-showcase3 > .com-showcase-item .goods_info {
    flex: 1;
    margin-left: 10px;
}

.com-showcase3 > .com-showcase-item .goods_title {
    font-size: 16px;
    margin-bottom: 10px;
}

.com-showcase3 > .com-showcase-item .goods_title a {
    text-decoration: none;
    color: #333;
}

.com-showcase3 > .com-showcase-item .goods_desc {
    color: #969696;
    font-size: 12px;
    margin-bottom: 10px;
}

.com-showcase3 > .com-showcase-item .goods_price {
    color: #ff0f23;
}

.com-showcase3 > .com-showcase-item .goods_price_old {
    color: #969696;
    font-size: 12px;
    text-decoration: line-through;
}

.com-showcase3 > .com-showcase-item .goods_close_buy {
    color: #969696;
    font-size: 12px;
}

.com-showcase3 > .com-showcase-item .add2CartBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #ff0f23;
    border-radius: 4px;
    font-size: 14px;
    padding: 1px 4px;
    color: #ff0f23;
    background-color: #fff;
}

/**橱窗样式3 end*/

.com_text {
    padding: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}
.com_text table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}
.com_text h2 {
    font-size: 24px;
    font-weight: bolder;
}
.com_text table tr td {
    color: #666 !important;
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.com_text table tr:first-child td {
    color: #444 !important;
    font-weight: bold !important;
}

.com_image {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.com_image img {
    max-width: 100% !important;
    height: auto !important;
    text-align: center !important;
    display: block;
}

.com_slider_image {
}

div.slideBox {
    position: relative;
    overflow: hidden;
}

div.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
    height: 100%;
    width: 100%;
}

div.slideBox ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
    width: 100% !important;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px; /*background-color:#000;*/
    overflow: hidden;
}

div.slideBox div.tips div.title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    display: none;
}

div.slideBox div.tips div.title a {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    margin-left: 10px;
    text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
    text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox div.tips div.nums a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    text-indent: -99999px;
    margin: 15px 10px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
    background-color: #093;
}

.com_page_navbar {
    display: flex;
    background-color: #f9f9f9;
    color: #444;
    height: 4em;
    border-top: #f1f1f1 1px solid;
}

.com_page_navbar .mbar {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.com_page_navbar .mbar a.mbara {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 0.75em;
    line-height: 1em;
    width:100%;
    height: 100%;
}
.com_page_navbar .mbar a.mbara i {
    font-size: 2em;
}

.com_page_navbar .mbar a.mbara em {
    font-size: 10px;
}

.com_page_navbar .mbar .sbar {
    background-color: #f9f9f9;
    position: absolute;
    bottom: -200px;
    width: 100%;
    color: #ccc;
    background-color: #fff;
    box-shadow:
        rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    display: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.com_page_navbar .mbar .sbar a:first-child {
    border-top: none;
}

.com_page_navbar .mbar .sbar a {
    color: #444;
    line-height: 16px;
    border-top: 1px solid #f7f7f7;
    margin: 0 8px;
    padding: 12px 0;
    text-align: center;
    display: block;
}
.com_page_navbar .mbar .sbar a i {
    font-size: 12px;
}

.com_page_navbar_on_page {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.com_page_navbar_holder {
    height: 60px;
    width: 100%;
}

.powerby {
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    padding: 20px;
}

.powerby a {
    padding: 0 20px;
}

.powerby div {
    color: #ccc;
    padding: 5px;
}

/***** shop header ******/

.com_shop_header {
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 4px;
}
.com_shop_header > .bg {
    width: 100%;
    line-height: 0px;
}
.com_shop_header > .bg > img {
    width: 100%;
}
.com_shop_header > .fg {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.com_shop_header > .fg > .title {
    flex: 1;
    padding: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
.com_shop_header > .fg > .numbers {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.com_shop_header > .fg > .numbers > a {
    flex: 1;
    color: #444;
    text-decoration: none;
    border-right: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    white-space: nowrap;
    line-height: 1.4em;
    overflow: hidden;
    padding: 0.8em 0;
}

.com_shop_header > .fg > .numbers > a > i {
    color: #000;
    display: block;
    font-style: normal;
    font-size: 1.2rem;
}

.com_shop_header > .fg > .numbers > a.logo {
    position: relative;
    overflow: visible;
}
.com_shop_header > .fg > .numbers > a.logo > img {
    position: absolute;
    top: 0px;
    margin-top: -40%;
    width: 80%;
    display: block;
    border-radius: 5px;
}

/**
* 求关注组件
*/

#component_please_folllow {
    position: fixed;
    bottom: 0px;
    width: 50%;
    border: 1px solid #ccc;
    box-shadow: 6px 6px 10px #ccc;
    max-width: 480px;
    background-color: #fff;
    z-index: 9999999999;
    padding: 15px;
    max-width: 400px;
}

#component_please_folllow .btn {
    display: block;
    color: #444;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    background-color: #44b549;
}

#component_please_folllow .qr {
    border: 1px solid #eee;
}

#component_please_folllow .qrtxt {
    text-align: center;
    margin-top: 5px;
    color: #444;
}

#component_please_folllow .qr img {
    width: 100%;
}

.com_page_title {
    padding: 16px;
}

.com_page_title .title {
    display: block;
    font-size: 22px !important;
    color: #333;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 14px;
}

.com_page_title .meta {
    color: #888;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.com_page_title .meta span {
    margin-right: 10px;
}

.com_page_title .content {
    color: #333;
    font-size: 16px;
    line-height: 28px;
}

/*******************************************
* media -query pc
*/

.component_please_folllow_inpc {
    right: 10px;
    top: 10px;
    bottom: auto !important;
    width: 300px !important;
}

/*****/
.jump_target_wrapper {
    border: 1px solid #f1f1f1;
    background-color: #fafafa;
    padding: 10px;
}

.component-shop-header {
    padding: 0.5em;
    background-color: #fff;
    color: #000;
}

.component-shop-header-logo {
    display: none;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    overflow: hidden;
}

.component-shop-header-logo img {
    max-width: 100%;
    max-height: 100%;
}

.component-shop-header-title {
    padding-left: 10px;
    font-weight: bold;
    font-size: 1em;
    flex: 1;
}

.component-shop-header-btn {
    border: 1px solid #fff;
    background-color: #fff;
    color: #444;
    border-radius: 6px;
    padding: 0 6px;
}
