.borderbot {
    border-bottom: 1px solid #fafafa;
}

#mainContentWrapper {
    margin-top: 48px;
}

.main-layout-wrapper {
    width: 100%;
    padding: 0 12px;
}

* {
    box-sizing: border-box;
}

.main-layout .content-box .h1 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-family:
        "Trebuchet MS",
        "Helvetica",
        "sans-serif";
    z-index: 1;
    overflow-wrap: break-word;
    padding: 5px 0;
    z-index: 1;

}

.main-layout .content-box .h2 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: "Microsoft JhengHei";
    z-index: 1;
    overflow-wrap: break-word;
}

.bannerBg {
    left: 0;
    top: 0;
    right: 0;

    background-position: 50% 50%;
    background-size: cover;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    z-index: -1 !important;
}

.content-box {
    height: 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1;
}

.content-box>.content-box-inner {
    width: 110% !important;
    height: 140px !important;
    position: absolute;

    top: -0;
    left: -12px !important;
    right: -12px !important;
    background-size: cover;
}

/* 列表样式 */
.productList {
    margin-top: 20px;
    padding-bottom: 20px;
}

.productList .w-list {
    /*margin*/
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.productList .w-list .w-list-ul {
    /* padding */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    /* margin-left: -23px; */
}

.productList .w-list .w-list-ul .w-list-item {
    /* padding */
    padding: 0;
    margin: 0;

    margin-bottom: 10px;
    margin-top: calc(12px / 2);
    /* display */
    display: inline-block;

    /* size */
    width: 100%;
    overflow: hidden;
    /*-border-radius-*/
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /* background */
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    /* border */
    border: 1px solid transparent;
    list-style: none;
    /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.productList .hover-effect[data-effect-name="border"]:hover,
.productList .hover-effect[data-effect-name="opacity-border"]:hover,
.productList .hover-effect[data-effect-name="float-border"]:hover {
    border: 1px solid #E43939;
}

.productList .w-list .w-list-ul .w-list-item .w-hide {
    display: none !important;
}

.productList .w-list .w-list-ul .w-list-item:hover {
    /* background */
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
}

.productList .w-list .w-list-ul .w-list-item .w-list-link {
    /*-size-*/
    width: 100%;
    height: 100%;
    /*-block-*/
    display: block;
    /*-radius-*/
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    /*-font-*/
    text-decoration: none;
    outline: none;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-size-*/
    width: 100%;
    min-width: 100px;
    /* height: 160px; */
    height: auto;
    vertical-align: top;
    /*-overflow-*/
    overflow: hidden;
    text-align: center;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic .w-listpic-in {
    /*size*/
    width: 99%;
    min-width: 100px;
    /* height: 140px; */
    object-fit: contain;
    /*-radius-*/
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    /*border*/
    border: none;
    /*-transition-*/
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-bottom {
    /*padding*/
    padding: 0 10px 10px 10px;
    margin: 0;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-title {
    /*padding*/
    margin: 0;
    margin-top: 5px;
    padding: 0;
    /*size*/
    line-height: 32px;
    /* height: 32px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*font*/
    font-size: 17px;
    color: #404040;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: 'Noto Sans CJK';
    /*-transition-*/
    transition: color 200ms linear;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-title:hover {
    /*font*/
    color: #c52525;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-desc {
    /*size*/
    height: auto;
    line-height: 24px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*font*/
    font-size: 12px;
    color: #999;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-price {
    display: none;
    /*padding*/
    margin: 0;
    padding: 0;
    /*size*/
    height: 36px;
    line-height: 36px;
    /*font*/
    font-size: 15px;
    color: #E43939;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
    /*overflow*/
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-btn {
    /*display*/
    display: none;
    /*margin*/
    margin: 0;
    margin-top: 5px;
    padding: 0 8px;
    /*size*/
    height: 30px;
    line-height: 30px;
    /* background */
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    /*border*/
    border-width: 1px;
    border-color: #e23a2a;
    border-style: solid;
    /*-radius-*/
    border-radius: 2px;
    /*-font-*/
    font-size: 12px;
    color: #e23a2a;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
    text-align: center;
    /*-overflow-*/
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-btn:hover {
    /*border*/
    border-color: #E43939;
    /* background */
    background-color: #e23a2a;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    /*-font-*/
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.productList .w-list .w-list-ul .w-list-item .w-list-link .w-list-date {
    display: none;
    margin: 0;
    margin-top: 5px;
    line-height: 18px;
    font-family: Tahoma;
    font-size: 14px;
    color: #999;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 产品详情 */
.productDetail {}

.p100 {
    padding: 30px 0;
}

.productDetail .w-crumbs {
    /*-padding-*/
    padding: 10px 0;
    margin: 0;
    /*-size-*/
    width: 100%;
    height: auto;
    line-height: 34px;
    /*-font-*/
    text-align: left;
    /*-font-*/
    font-size: 14px;
    color: #999;
    font-family: 'Noto Sans CJK';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
}

.productDetail .w-crumbs .w-crumbs-item {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-display-*/
    display: inline-block;
    /*-font-*/
    font-family: 'Noto Sans CJK';
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
    outline: none;
}

.productDetail .w-crumbs .w-crumbs-item:hover {
    /*-font-*/
    color: #c52525;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.productDetail .w-crumbs .w-arrowicon {
    /*-padding-*/
    padding: 0;
    margin: 0 3px;
    /*-display-*/
    display: inline;
    /*-font-*/
    font-size: 14px;
    color: #666;
}

.productDetail .w-crumbs .w-arrowicon.w-icon-hide {
    display: none;
}

.productDetail .conR {
    width: 100%;
}

.productDetail .w-title {
    /* padding: 0 0 15px 0;
    margin: 0 0 15px 0; */
    width: 100%;
    height: auto;
    font-family: 'Noto Sans CJK';
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;

}
.line{
    width: 100%;
    height: 15px;
    background: none;
    font-size: 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 15px;

}
.productDetail .w-subtitle {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
    color: #999;
    font-size: 16px;

    text-align: left;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;
}
.productDetail .w-detail {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: Tahoma;
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 2;
    word-wrap: break-word;
    word-break: normal;
    letter-spacing: 1px;
}

.productDetail .w-detail>p {
    text-align: justify;
    font-size: 14px;
    line-height: 2
}

.productDetail .imgLink {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.productDetail .imgLink>a.w-imglink {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.productDetail .imgLink>a>img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.breadNav.bg {
    position: absolute;
    width: 110% !important;
    height: 100%;
    left: -12px;
    top: 0;
    background: #f5f5f5;
    z-index: -1
}


.nav-list {
    width: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 30px 0 15px;
    margin-bottom: 30px;
}

.nav-list li {
    display: inline-block;
    margin-right: 25px;
    padding: 0 15px;
    font-size: 16px;
}

.nav-list li a {
    position: relative;
    display: block;
    color: #666;
    transition: all .4s ease-in-out;
}

.nav-list li.on a,
.nav-list li:hover a {
    color: #000;
}

.nav-list li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 0;
    height: 2px;
    background: #444;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.nav-list li.on a:after,
.nav-list li:hover a:after {
    width: 100%;
    opacity: 1;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.noData {
    text-align: center;
    width: 100%;
    padding: 80rpx 0;
    font-size: 30rpx;
}


.voiceLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    background: #fafafa;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
}

.voiceLine .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.voiceLine .voice {
    width: 20px;
    height: 20px;
    margin-right: 10px;

}

.flickerplate ul.flicks>li .flick-inner .flick-content {
    max-width: 68.75em;
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.flick-content>a>img {
    width: 100%;
    height: auto;
    max-height: 402px !important;
    object-fit: contain!important;
}

audio {
    width: 325px;
    height: 40px !important;
    margin-top: 10px;
}

audio::-webkit-media-controls-play-button {
    /* display: none!important; */
}

.flickerplate{
    background: #fff!important;
}
.subTitle{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    padding-left: 30px;
}