video,img{
    max-width: 100%;
}

/*!
* jp-menu commons
*/
.jpress-menu .arrow{float:right;line-height:1.42857}*[dir=rtl] .jpress-menu .arrow{float:left}.jpress-menu .glyphicon.arrow:before{content:""}.jpress-menu .jpress-active>a>.glyphicon.arrow:before{content:""}.jpress-menu .fa.arrow:before{content:""}.jpress-menu .jpress-active>a>.fa.arrow:before{content:""}.jpress-menu .ion.arrow:before{content:""}.jpress-menu .jpress-active>a>.ion.arrow:before{content:""}.jpress-menu .plus-times{float:right}*[dir=rtl] .jpress-menu .plus-times{float:left}.jpress-menu .fa.plus-times:before{content:""}.jpress-menu .jpress-active>a>.fa.plus-times{transform:rotate(45deg)}.jpress-menu .plus-minus{float:right}*[dir=rtl] .jpress-menu .plus-minus{float:left}.jpress-menu .fa.plus-minus:before{content:""}.jpress-menu .jpress-active>a>.fa.plus-minus:before{content:""}.jpress-menu .jpress-collapse:not(.jpress-show){display:none}.jpress-menu .jpress-collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.jpress-menu .has-arrow{position:relative}.jpress-menu .has-arrow::after{position:absolute;content:"";width:.3em;height:.3em;border-width:1px 0 0 1px;border-style:solid;border-color:initial;right:0.4em;transform:rotate(-45deg) translate(0, -50%);transform-origin:top;top:50%;transition:all .3s ease-out}*[dir=rtl] .jpress-menu .has-arrow::after{right:auto;left:1em;transform:rotate(135deg) translate(0, -50%)}.jpress-menu .jpress-active>.has-arrow::after,.jpress-menu .has-arrow[aria-expanded=true]::after{transform:rotate(-135deg) translate(0, -50%)}*[dir=rtl] .jpress-menu .jpress-active>.has-arrow::after,*[dir=rtl] .jpress-menu .has-arrow[aria-expanded=true]::after{transform:rotate(225deg) translate(0, -50%)}/*# sourceMappingURL=metisMenu.min.css.map */
/*# end */


/*!
* jp-menu horizontal
*/
.jpress-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.jpress-nav .jpress-menu {
    display: flex;
    flex-direction: column;
}

.jpress-nav .jpress-menu > li {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.jpress-nav .jpress-menu a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px;
    color: #212529;
    outline-width: 0;
    transition: all 0.3s ease-out;
}

.jpress-nav .jpress-menu a:hover,
.jpress-nav .jpress-menu a:focus,
.jpress-nav .jpress-menu a:active {
    color: #0c63e4;
    text-decoration: none;
}

.jpress-nav .jpress-menu .navbar-nav .navbar-nav a
{
    padding:5px 15px;
}


@media (min-width: 992px) {
    .jpress-nav .jpress-menu {
        flex-direction: row;
    }

    .jpress-nav .jpress-menu > li {
        flex-direction: column;
    }

    .jpress-nav .jpress-menu > li > ul {
        position: absolute;
        top: 100%;
        min-width: 100%;
        z-index: 1001;
        background: #fff;
        border: 1px solid #e9ecef;
        box-shadow: 0 3px 20px -6px #ced4da !important;
    }

    .jpress-nav.is-hoverable .jpress-menu > li > ul {
        height: auto !important;
        min-width: 200px !important;
    }

    .jpress-nav.is-hoverable .jpress-menu > li:hover > ul {
        display: block;
    }

    .jpress-nav.is-hoverable .jpress-menu > li:hover > a.has-arrow:after {
        transform: rotate(-135deg);
    }
    .navbar-expand-lg .navbar-nav .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left:15px;
        padding-right:15px;
    }
}

/* jp-menu horizontal end */


/*!
* jp-menu vertical
*/
.jpress-sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.jpress-sidebar-nav .jpress-menu {
    display: flex;
    flex-direction: column;
}

.jpress-sidebar-nav .jpress-menu li + li {
    margin-top: 5px;
}

.jpress-sidebar-nav .jpress-menu li:first-child {
    margin-top: 5px;
}

.jpress-sidebar-nav .jpress-menu li:last-child {
    margin-bottom: 5px;
}

.jpress-sidebar-nav .jpress-menu > li {
    display: flex;
    flex-direction: column;
    position: relative;
}

.jpress-sidebar-nav .jpress-menu a {
    position: relative;
    display: block;
    padding: 13px 15px;
    color: #212529;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.jpress-sidebar-nav .jpress-menu ul a {
    padding: 10px 15px 10px 30px;
}

.jpress-sidebar-nav .jpress-menu ul ul a {
    padding: 10px 15px 10px 45px;
}

.jpress-sidebar-nav .jpress-menu a:hover,
.jpress-sidebar-nav .jpress-menu a:focus,
.jpress-sidebar-nav .jpress-menu a:active,
.jpress-sidebar-nav .jpress-menu .jpress-active > a {
    color: #0c63e4;
    text-decoration: none;
}

.jpress-sidebar-nav .jpress-menu .jpress-active > a {
    background: #e7f1ff;
    border-radius: 3px;
}
/* jp-menu vertical end */


/*!
article comment start
 */
.comment-default-block {
    background: #fff;
    margin-top: 20px;
}

.comment-default-block input::-webkit-input-placeholder, .comment-default-block textarea::-webkit-input-placeholder {
    color: #bbb;
}

.comment-default-block input:-moz-placeholder, .comment-default-block textarea:-moz-placeholder {
    color: #bbb;
}

.comment-default-block input::-moz-placeholder, .comment-default-block textarea::-moz-placeholder {
    color: #bbb;
}

.comment-default-block input:-ms-input-placeholder, .comment-default-block textarea:-ms-input-placeholder {
    color: #bbb;
}

.comment-form {
    margin-bottom: 20px;
}

.comment-form button {
    float: right;
    border: 1px solid transparent;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 0.22rem;
    white-space: normal;
    box-shadow: 0px 2px 10px -3px rgb(0 123 255) !important;
}

.comment-form button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}


.comment-form button:focus {
    outline: none;
}

.comment-form > div > textarea {
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    border:solid 1px #e9ecef;
    border-radius: 0.22rem;
    background-color: #f5f5f5;
    color: #444444;
}

.comment-form > div > textarea:focus {
    outline: none;
    background-color: #f5f5f5bb;
    border: solid 1px #ddd;
}

.comment-page-title {
    padding: 20px 0 10px 0;
}

.comment-vcode {
    float: left;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.comment-vcode .vcode-img {
    height: 2.3rem;
    margin-top: -3px;
    cursor: pointer;
}

.comment-vcode input {
    padding: 0 0.5rem;
    height: 2.6rem;
    border: solid 1px #e9ecef;
    border-radius: 0.22rem;
    background-color: #f5f5f5;
    outline: none;
}

.comment-vcode input:focus {
    background-color: #f5f5f5bb;
    border: solid 1px #ddd;
}

.comment-item {
    position: relative;
    margin: 1.5rem 0;
}

.comment-secondary-panel {
    margin-top: 1rem;
    padding-top: 1rem;
    background-color: #f5f5f5;
    position: relative;
}

.comment-reply-btn {
    float: right;
}

.comment-reply-btn a {
    color: #4285f4;
    font-size: 14px;
}

.comment-item .comment-item-portrait {
    position: absolute;
    top: 0;
    left: 0;
}

.comment-item-portrait img {
    width: 50px;
    height: 50px;
}

.comment-item .comment-item-content {
    padding: 0 0 0 60px;
    width: 100%;
}

.comment-item .comment-secondary-panel .comment-item-content {
    padding: 0 20px;
    width: 100%;
}

.comment-item-content-item .comment-time {
    display: inline;
    padding: 0 0.5rem 0 0;
    font-size: 14px;
    color: #999;
}

.comment-item-content-item div {
    display: inline;
}

.comment-item-content-item .comment-author {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.comment-item .comment-item-content .comment-item-content-main {
    color: #666;
    border-bottom: 1px solid #eee;
    padding: 12px 0 1.5rem;
}

.comment-item .comment-item-secondary {
    border: 1px solid #e5e5e5;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin: 0.5rem 0;
    background-color: #fffffb;
}

.comment-secondary-panel > .triangle-icon {
    color: #f5f5f5;
    position: absolute;
    top: -22px;
    left: 50px;
    font-size: 34px;
}
.comment-secondary-panel > .comment-item-content > .comment-item-content-main{
    border-bottom: none;
}
/*article comment end*/

/**
产品详情页默认模块的相关 css
 */
.product-swipper {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.product-swipper-item ul a {
    display: inline-block;
}

.product-swipper-item ul {
    width: 100%;
    display: flex;
    list-style: none;
    flex-shrink: 1;
    justify-content: space-between;
    padding: 0;
}

.product-swipper-item ul li {
    width: 16%;
}

.product-swipper-item ul li.active {
    border: 2px solid #f38d00;
    box-sizing: border-box;
}

.product-swipper-item ul li img {
    max-width: 100%;
    max-height: 80px;
}


.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    width: 100%;
    height: 400px;
}

.gallery-thumbs {
    height: 70px;
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: #f38d00 2px solid;
}

.product-title {
    padding: 0;
    font-size: 1.8rem;
    font-weight: 500;

}

.product-info {
    display: flex;
    align-items: center;
}

.product-info span {

    padding: 0;
    font-size: 14px;
    color: #999;
}

.product-info div {
    margin: 0 10px 0 0;
}

.product-price {
    margin: 20px 0;
    font-size: 28px;
    color: #333;
    font-weight: 600;
}

.product-usp {
    font-size: 14px;
    color: #666;
    width: 100%;
}

.product-specs ul a {
    display: inline-block;
}

.product-specs ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    flex-shrink: 1;
    padding: 0;
    margin-top: 20px;
    align-items: center;
}

.product-specs ul li {
    padding: 2px 10px;
    margin-bottom: 4px;
    margin-right: 4px;
    text-align: center;
    border: 2px solid #ccc;
    cursor: pointer;

}

.product-specs ul li.active {
    border: 2px solid #f38d00;
    box-sizing: border-box;
    color: #f38d00;
}

.product-btn {
    margin-top: 40px;
}

.product-btn a {
    padding: 10px 20px;
    margin-right: 10px;
}

.product-btn-buy {
    background-color: #f38d00;
    border: 1px solid #f38d00;
    color: #fff;
}

a.product-btn-buy:hover {
    color: #fff;
}

.product-btn-cart {
    color: #E5511D;
    border-color: #F0CAB6;
    background: #FFE4D0;
}

a.product-btn-cart:hover {
    color: #E5511D;
}

.product-btn-star {
    margin-top: 1rem;
}

.product-btn-star a {
    color: #666;
    font-size: 14px;
}

.product-tag {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #eee;
}

.product-tag a {
    margin-right: 10px;
}

.product-tag p {
    color: #999;
    font-size: 14px;
    margin-bottom: 4px;
}
/**
    产品详情页默认模块的相关 end
 */
.navbar-dark .navbar-nav .navbar-nav .nav-link{
    color:#333;
}
/**
搜索引擎高亮关键字
 */
.search-highlight{
    color: red;
}

