﻿/* reset.css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    font-weight: normal;
}

a:hover, a:focus {
    text-decoration: none;
    color: #377DFF;
    outline: none;
}

p {
    color: #222;
}

img {
    max-width: 100%;
}

.border-1px-gray {
    border: 1px solid gray;
}

.bold {
    font-weight: bold;
}

.line-height24 {
    line-height: 24px;
}


.line-height28 {
    line-height: 28px;
}

.line-height30 {
    line-height: 30px;
}

.inline-block {
    display: inline-block;
}

.margin-no {
    margin: 0;
}

.margin-top-0 {
    margin-top: 0px;
}

.marginT10 {
    margin-top: 10px;
}

.marginBot15 {
    margin-bottom: 15px;
}

.marginBot30 {
    margin-bottom: 30px;
}

.padding10 {
    padding: 10px;
}

.paddingTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingTB20 {
    padding: 20px 0;
}

.bgWhitebot20 {
    background: #fff;
    margin-bottom: 20px;
}

.pointer {
    cursor: pointer;
}

.normal {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: inherit;
}

.opacityfull {
    opacity: 1;
}

.red {
    color: red;
}

.green {
    color: green;
}

.box-shadow-1px {
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.borderTop {
    border-top: 2px solid #0f6cb2;
}

.theme-bg {
    background-color: #377DFF;
}

.theme-border-color {
    border-color: #377DFF;
}


/*
    index css start
*/

/*header*/
#top {
    width: 100%;
}

#top > div {
    font-size: 12px;
    padding: 3px 5px !important;
    font-weight: 600 !important;
    line-height: 1.3;
}


.topBar {
    position: relative;
    margin: 0;
    height: 40px;
    line-height: 40px;
    background-color: #f9f7f7;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
}

.topBar-content li {
    margin-right: 16px;
    display: inline-block;
}

.topBar-content li a i {
    color: #377DFF;
}

.topBar-content a:hover {
    color: #377DFF;
}

.topBar-content li .fa {
    margin-right: 8px;
}

/*logo*/
.logo {
    padding-top: 15px;
    padding-left: 0;
}

.logo-search {
    margin: 10px 0;
}

@media only screen and (max-width: 992px) {
    .logo-search {
        text-align: center;
        padding-top: 0;
    }
}

.search-box {
    padding: 12px 0;
}

.cart {
    float: right;
}

.cart button {
    position: relative;
    padding: 0;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #377DFF;
}

.cart button:hover {
    background-color: #377DFF;
}

.cart i {
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}

#cart-count, #as-cart-total {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #F80B05;
    margin-right: -5px;
    margin-top: -5px;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
}


#search-wrapper {
    margin-right: 120px;
}

/*#search {
    border: 2px solid #1365F2;
    border-radius: 5px;
}*/
#search input {
    color: #333;
    height: 45px;
    line-height: 24px;
    padding: 0 16px;
    font-size: 13px;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 2.5rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
    /*height: 44px;
    line-height: 24px;
    padding: 0 12px;
    font-size: 12px;
    width: 100%;
    border: 0;*/
}

.search-btn {
    vertical-align: middle;
    margin-right: -1px;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    background-color: #377DFF;
    border-radius: 2.5rem;
    color: #fff;
    /*margin-right: -1px;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #1365F2;
    border-radius: 0;
    color: #fff;*/
}

.search-btn:hover i {
    transform: scale(1.1);
    transition: all ease-in-out .3s;
}

.search-btn i {
    font-size: 18px;
}

.btn:hover i {
    color: #fff;
}

.btn-link {
    color: #377DFF;
}

@media (max-width: 767px) {
    /*.cart{
        margin-right: 10px;
    }*/
    #search-wrapper {
        margin-right: 80px;
    }
}

/*nav*/
.menuBox {
    background-color: #377DFF;
}

.menuHome {
    background-color: #448ef6;
}

.menuHome a {
    padding: 0 20px;
}

.menuHome i {
    font-size: 26px;
    vertical-align: middle;
    line-height: 55px;
}

.nav-menu a {
    display: block;
    padding: 0 16px;
    position: relative;
}

.nav-bar {
    position: relative;
}

.nav-header {
    position: relative;
    display: none;
}

.nav-btn2 {
    background-color: #377DFF;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 30px;
}

.nav-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 40px;
    padding: 10px 4px;
    left: 0;
    margin-left: 10px;
}

.nav-btn i {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 2px;
}

.nav-btn i + i {
    margin-top: 7px;
}


.nav-menu {
    margin: 0;
}

.nav-menu li {
    float: left;
    margin-right: 1px;
}

.nav-menu li a {
    display: block;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0 20px;
}

.nav-menu > li > .navdropdown-toggle, .nav-bar .nav-menu-fixed > a {
    color: #fff;
    font-weight: 700;
}

.nav-menu > li > .navdropdown-toggle {
    font-family: "Dosis", "sans-serif";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
}

.nav-menu > li > .navdropdown-menu {
    top: 55px;
    left: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}

.navdropdown-menu li {
    white-space: nowrap;
}

.nav-menu b {
    display: block;
}

.navdropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.nav-menu .navdropdown-menu a {
    color: #fff;
}

.navdropdown-menu li a {
    font-family: "Lato", "sans-serif";
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.navdropdown-menu li span {
    position: absolute;
    right: 15px;
}

.navdropdown-menu li i {
    float: right;
    line-height: 40px;
}

.navdropdown-toggle span.indicator {
    margin-left: 6px;
}

.nav-menu-fixed {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-menu-fixed a {
    font-family: "Dosis", "sans-serif";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    color: #fff;
    padding: 0 20px;
}


.nav-menu-fixed > a {
    background-color: #FFB937;
}

.nav-menu > li.active > a, .nav-btn2 span, .navdropdown-menu li.active > a {
    background-color: rgb(93, 147, 253);
}

.nav-menu .navdropdown-menu {
    background: #fff;
}

.nav-menu .navdropdown-menu li a {
    color: #333;
}

.navdropdown-menu li.active > a, .navdropdown-menu li:hover > a {
    color: #fff;
}

.navbar-overlay, .qrcode-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.navbar-overlay, .qrcode-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.dropdown-menu {
    font-size: 14px;
}

.dropdown-menu li {
    width: 100%;
}

/*menu*/
@media (max-width: 991px) {
    .nav-menu > li > .navdropdown-toggle {
        height: 45px;
        line-height: 45px;
    }

    .nav-header {
        display: block;
        height: 45px;
        line-height: 45px;
    }

    .nav-menu-fixed a {
        height: 45px;
        line-height: 45px;
    }

    .nav-collapse {
        width: 265px;
        position: fixed;
        top: 0;
        height: 100%;
        left: 0;
        z-index: 100;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
        transform: translate(-270px, 0);
        transition: transform .3s;
    }

    .nav-collapse.show {
        transform: translate(0, 0);
    }

    .nav-menu {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
    }

    .nav-menu li {
        width: 100%;
        float: none;
    }

    .nav-menu li > a {
        background: #fff;
    }

    .menuHome {
        border-top: 0px solid #e0e0e0;
        background: #fff !important;
        background-color: #96979c;
    }

    .nav-menu a {
        padding: 0;
    }

    .nav-btn2 {
        display: block;
    }

    .nav-btn2 span {
        color: #fff;
        display: block;
        float: right;
        font-size: 26px;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        width: 50px;
        text-align: center;
        border-radius: 2px;
    }

    /*Folding menu height*/
    .navdropdown-toggle .indicator {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .nav-menu > li > .navdropdown-menu {
        padding-top: 0;
    }

    .nav-menu .navdropdown-menu {
        padding-top: 0px;
        width: 100%;
        position: static;
        box-shadow: none;
        /*padding-left: 15px;*/
    }

    .nav-menu > li > .navdropdown-toggle {
        padding: 0 15px;
        border-bottom: 2px solid #e0e0e0;
    }

    .nav-menu > li > .navdropdown-toggle {
        padding: 0 15px;
    }

    .nav-menu > li > .navdropdown-toggle, .nav-menu .navdropdown-menu a {
        color: #333;
    }

    .nav-menu > li.active-mobile > .navdropdown-toggle {
        border-bottom: 1px solid #e0e0e0;
    }

    .nav-menu li.active-mobile > a {
        color: #066fc0;
        background: #FFF;
    }

    .navdropdown-menu a {
        border-bottom: 1px solid #e0e0e0;
    }

    li.active-mobile > .navdropdown-toggle {
        border-top: 3px solid #066fc0;
        margin-top: -1px;
    }

    li.active-mobile > .navdropdown-menu {
        border-bottom: 3px solid #066fc0;
    }

    .nav-menu > li > .navdropdown-menu {
        grid-template-columns: unset;
    }
}

/*breadcrumb*/
.breadcrumb {
    padding: 8px 0;
    margin: 20px 0 10px 0;
    background-color: #fff;
}

.breadcrumb > .active {
    color: #377DFF;
}

.breadcrumb a:hover {
    color: #377DFF;
}

.breadcrumb li {
    font-size: 14px;
    text-transform: capitalize;
}

.breadcrumb li a {
    font-size: 14px;
}

@media (max-width: 767px) {
    .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb li a {
        font-size: 12px;
    }

    .breadcrumb li + li:before {
        padding: 0;
    }
}


/*content*/
#myCarousel {
    position: relative;
    cursor: pointer;
}

.carousel {
    margin-top: 20px;
    border: 0px solid #fff;
    margin-bottom: 45px;
}

#myCarousel a {
    width: 48px;
}

.carousel-control i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    margin-top: -24px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    font-size: 32px;
}

@media (max-width: 767px) {
    .carousel-control i {
        display: none;
    }
}

.carousel-control .fa-angle-left {
    left: -24px;
}

.carousel-control .fa-angle-right {
    right: -24px;
}

/*content*/
.description {
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
    background-color: #F9F9F9;
    border-radius: 3px;
}

.index-title {
    font-family: "Open Sans", "sans-serif";
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .description {
        font-size: 12px;
        line-height: 16px;
        padding: 20px 10px;
    }

    .index-title {
        font-size: 18px;
    }

    .noscroll, .noscroll body {
        overflow: hidden;
    }

    .noscroll body {
        position: relative;
    }
}

.box-wrapper .box-left, .box-right {
    display: table-cell;
    vertical-align: middle;
}

.box-left i {
    font-size: 3.6rem;
    margin-right: 10px;
    line-height: 36px;
}

.box-wrapper a:hover .box-left i {
    transition: all 1s;
    transform: rotateY(360deg);
}

/*main*/
#main-content {
    position: relative;
}

.product h2 {
    font-size: 2.5rem;
    /*color: #fff;*/
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .product .col-xs-6 {
        padding: 0 5px;
        margin-bottom: 5px;
    }
}

.main-title {
    margin: 20px 0;
    /*background-color: #448ef6;*/
    /*border-radius: 5px;*/
}

.main-title h2 {
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: "Open Sans", "sans-serif";
    font-weight: 600;
}


.main-title h2:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 2px;
    background: #377DFF;
}

.product-wrapper {
    position: relative;
}

.product-item {
    display: block;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    transition: all .2s ease-in-out;
    text-align: center;
}

.buyBtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background: #518bf6;
    color: #fff;
    margin: 10px 0;
    border-radius: 4px;
    font-weight: bold;
    overflow: hidden;
    z-index: 1;
}

.buyBtn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
    background: var(--ohh-font-hover);
    z-index: -1;
}

.discount {
    background: orange;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 10px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1.3;
}

.discount i {
    display: inline-block;
    padding: 0 4px;
    font-style: normal;
}

.discount .close {
    position: absolute;
    right: 10px;
}

.buyBtn:hover::before {
    width: 100%;
}

.product-item:hover {
    transition: all .3s linear;
}

@media (max-width: 767px) {
    .product-item {
        padding: 5px;
    }
}

.product-img {
    margin: 10px 0;
}

.product-item img {
    vertical-align: middle;
    max-width: 180px;
}

@media screen and (max-width: 450px) {
    .product-item img {
        max-width: 100% !important;
    }
}

.product-item h4 {
    margin: 0 5px 3px;
    padding-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
}


@media (min-width: 767px) {
    .product-img {
        padding: 10px 0 15px;
        margin: auto;
    }
}

.product-price {
    font-size: 16px;
    font-weight: 600;
    color: red;
}

/*icon*/
.box-wrapper {
    background-color: #448ef6;
    padding: 24px 0;
    overflow: hidden;
    border-radius: 5px;
}

.box-wrapper .box {
    float: left;
    cursor: pointer;
    position: relative;
    padding: 10px 22px;
}

.box-left .fa {
    font-size: 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 100%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 12px;
    position: relative;
    z-index: 1;
}

.box-right h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.box-right span {
    color: rgba(255, 255, 255, .6);
    margin: 0;
}

/*footer*/
.footer-wrapper {
    background-color: #f9f7f7;
}

.footer-content {
    padding: 30px 0;
}

.footer-title {
    font-family: "Dosis", "sans-serif";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    color: #333;
    line-height: 1;
    cursor: pointer;
    width: auto;
    margin-bottom: 5px;
}

.footer-menu li {
    line-height: 30px;
    position: relative;
    padding-left: 2px;
}

.footer-menu li a {
    color: #666;
    font-size: 13px;
}

.footer-menu li a i {
    margin-right: 5px;
}

.footer-menu li a:hover {
    color: #377DFF;
    padding-left: 2px;
}

.shopping-icon {
    text-align: center;
    font-size: 0;
    padding: 5px 0;
}

.shopping-icon span, .shopping-icon a {
    display: inline-block;
    margin: 0 2px 10px;
    border-radius: 2px;
    vertical-align: middle;
}

.shopping-icon-1, .shopping-icon-2, .shopping-icon-3, .shopping-icon-4, .shopping-icon-5, .shopping-icon-6, .shopping-icon-8 {
    width: 62px;
    height: 40px;
    background-image: url(../Images/shoppingicon/shopping-pay.png);
    background-repeat: no-repeat;
    vertical-align: top;
    /*background-size: 256px 200px;*/
}

.shopping-icon-1 {
    background-position: -187px -95px;
}

.shopping-icon-2 {
    background-position: -5px -155px;
}

.shopping-icon-3 {
    background-position: -5px -110px;
}

.shopping-icon-4 {
    background-position: -187px -50px;
}

.shopping-icon-5 {
    background-position: -74px -110px;
}

.shopping-icon-6 {
    background-position: -187px -5px;
}

.shopping-icon-7 {
    width: 146px;
    height: 30px;
    background-image: url(../Images/shoppingicon/nzpost.png);
}

.shopping-icon-8 {
    width: 159px;
    height: 55px;
    background-position: -5px -50px;
}

.footer-bottom {
    background-color: #ebebeb;
}

.copyright {
    display: block;
    text-align: center;
}

.copyright p {
    font-size: 13px;
    color: #666;
}

.copyright a, .copyright a:visited {
    color: #377DFF;
}

.return-to-top {
    display: none;
    /*background-color: #448ef6;
    position: fixed;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 50px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    right: 30px;
    bottom: 40px;
    z-index: 99;
    color: #fff;
    transition: all ease-in .3s;*/
}

/*
    index css end

*/
/* product css start*/
/*product*/
.title {
    text-align: left;
    background-color: #F5F5F5;
    color: #444;
    font-size: 23px;
    font-weight: 700;
    margin: 10px 0px 20px 0px;
    padding: 15px 0 15px 15px;
    border-radius: 4px;
    text-transform: capitalize;
}

.product-image {
    position: relative;
    float: left;
    width: 565px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.product-image2 {
    text-align: center;
    padding: 20px 20px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    position: relative;
}

.img-wrapper span, .product-image span, .product-image2 span {
    padding: 8px;
    margin: 0 10px 20px;
    background-color: #FAF7DF;
    color: #8a6d3b;
    border: 1px solid #faebcc;
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 4px;
}

.img-container {
    line-height: 400px;
}

.img-container img {
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .product-image, .product-image2 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .title {
        margin: 0 0 10px 0;
        font-size: 18px;
        text-transform: capitalize;
    }

    .product-image, .product-image2 {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .img-container {
        line-height: inherit;
        padding: 20px;
    }
}

.img-view {
    display: block;
    font-size: 16px;
    color: #377DFF;
}

.img-view:hover {
    text-decoration: underline;
}

.product-content {
    overflow: hidden;
    padding: 0px 20px;
}

@media (max-width: 767px) {
    .product-content {
        padding: 0;
    }
}

.certification {
    padding: 20px 0;
}

.product-caption {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .product-caption {
        font-size: 16px;
        font-weight: 500;
        margin-top: 15px;
        text-transform: capitalize;
    }
}

@media (max-width: 767px) {
    .product-caption {
        font-size: 13px;
        font-weight: bold;
        margin-top: 15px;
        text-transform: capitalize;
    }
}

.desc {
    line-height: 1.5;
    padding: 10px 0;
    font-size: 13px;
    overflow: hidden;
}

.price {
    padding: 8px 0;
}

.product-info {
    overflow: hidden;
    font-size: 13px;
}

.product-info li {
    line-height: 32px;
}

.product-info li:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.product-info li i {
    margin-left: 5px;
    color: #377DFF;
}

.product-info li span:first-child {
    font-size: 13px;
    display: inline-block;
    color: #555;
    font-weight: bold;
    width: 100px;
}

@media (max-width: 767px) {
    .product-info li span:first-child {
        width: auto;
    }
}

.in-stock {
    display: inline-block;
    background-color: #72C02C;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: bold;
}

.PPrice {
    margin-top: 0px;
}

.list-price, .new-price {
    line-height: 25px;
}

.list-price b, .new-price b {
    font-size: 16px;
    color: #555;
}

.list-price del {
    margin-left: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #dd3333;
}

.new-price span {
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #dd3333;
}

.new-price i {
    color: #666;
    font-size: 13px;
}

.fancyboxS {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.quantity {
    display: inline-block;
    padding-right: 8px;
}

.right-grap {
    margin-right: 8px;
}

.rating {
    padding: 10px 0;
}

.rating a {
    color: green;
    text-decoration: underline;
}

.numbox {
    text-align: center;
    overflow: hidden;
}

.numbox span {
    background-color: #fff;
    color: #999;
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
    width: 42px;
    line-height: 40px;
}

.count-minus:hover, .count-plus:hover {
    background-color: #377DFF;
}

.count-minus:hover i, .count-plus:hover i {
    color: #fff;
}

.count-input {
    color: #333;
    line-height: 40px;
    height: 42px;
    font-size: 16px;
    float: left;
    width: 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0px;
    border-left: 0px;
    margin: 0px;
    text-align: center;
}

.addtocart {
    display: inline-block;
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: all linear .3s;
    padding: 5px 24px;
    height: 42px;
    border: none;
    vertical-align: top;
    border-radius: 3px;

}

.addtocart .fa {
    padding-right: 10px;
}

.btn-danger {
    background-color: #c9302c;
}

.btn-danger:hover {
    background-color: #d9534f;
}

.AskQuestion {
    color: #377DFF;
    padding-left: 10px;
    vertical-align: top;
    text-decoration: underline;
    font-size: 13px;
}

.AskQuestion i {
    padding-right: 5px;
}

.nav-tabs li {
    width: 20%;
    text-align: center;
}

.nav-tabs li a {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    background-color: #f5f5f5;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .product-tabbar {
        font-size: 14px;
    }

    .nav-tabs li {
        width: 100% !important;
        height: 50px;
        line-height: 50px;
        float: none;
        border-bottom: 1px solid #fafbfb;
    }

    .nav-tabs li a {
        padding: 10px 0;
    }
}

.tab-content {
    padding-bottom: 20px;
    border-bottom: 2px solid #377DFF;
}

.proNote {
    background-color: #FAF7DF;
    color: #8a6d3b;
    border: 1px solid #faebcc;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.proNote b,
.proNote span {
    display: block;
    font-size: 14px;
}

#product-compatility ul {
    overflow: hidden;
    padding-left: 8px;
}

#product-compatility ul li {
    float: left;
    width: 25%;
    line-height: 35px;
    font-size: 13px;
    border-bottom: 1px dotted #ddd;
}

@media (max-width: 767px) {
    #product-compatility ul li {
        width: 33.33333%;
    }
}

@media (max-width: 540px) {
    #product-compatility ul li {
        width: 50%;
    }
}

.tab-title {
    margin: 15px 0;
    padding: 10px 0 10px 15px;
    background-color: #EAECEE;
    font-weight: bold;
}

.tab-title H4 {
    font-weight: 600;
}

.tab-title i {
    color: #377DFF;
}


.warranty {
    padding: 5px 0;
}

.question {
    margin-bottom: 20px;
}

.product-text p {
    margin-bottom: 10px;
    font-size: 14px;
}

.desc-title {
    text-align: center;
}

.desc-title b {
    font-weight: 600;
    font-size: 18px;
    background-color: #377DFF;
    color: #fff;
    padding: 5px 0;
    border-radius: 3px;
    display: inline-block;
    width: 300px;
}

.desc-title h3 {
    font-weight: 600;
    font-size: 1.8rem;
    border: 1px solid #377DFF;
    margin-top: -20px;
    padding: 40px 0 25px;
    border-radius: 3px;
}

.features {
    padding-top: 20px;
}

.features b {
    font-size: 16px;
}

.list-box {
    padding-left: 5px;
}

.list-box li {
    font-size: 14px;
    list-style: none;
    line-height: 2;
}

.productpicsbox img {
    display: block;
    margin: 15px auto 0;
}

.section-title {
    margin: 20px 0;
    text-align: center;
}

.section-title span {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #377DFF;
    padding-bottom: 15px;
}

/*footer box*/
.product-box {
    padding-bottom: 30px;
}

.product-news {
    display: block;
    min-height: 282px;
    margin: 0;
    padding: 15px 25px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}

.product-description {
    padding-top: 10px;
}

.product-news em {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    padding-bottom: 10px;
    color: #777;
    font-style: normal;
}

.product-news b {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #4b4b4b;
    height: 60px;
    line-height: 1.5;
}

.product-news:hover .product_image img {
    transform: scale(1.2);
    transition: all .5s ease;
    max-width: 150px;
}

.product_image {
    line-height: 160px;
}

.owl-item .product_image img {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    margin: 0 auto;
    width: auto;
    max-width: 180px;
}

/*目录页样式*/
.content {
    margin-top: 0;
}

.catalogue-title, .guarantee-title {
    background-color: #377DFF;
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
}

.catalogue ul li {
    line-height: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.catalogue ul li a {
    display: block;
    padding: 10px 0 10px 15px;
    font-weight: 500;
    background-color: #fff;
}

.catalogue ul li a:hover {
    color: #fff;
    border-top: 1px solid #ccc;
    background-color: #377DFF;
}

.product-guarantee a {
    display: block;
    padding: 30px 5px 20px 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.feature-left, .feature-right {
    display: table-cell;
    vertical-align: middle;
}

.feature-left i {
    color: #377DFF;
    margin-right: 10px;
    font-size: 36px;
    line-height: 36px;
}

.feature-right h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.feature-right span {
    display: block;
    margin: 0;
    color: #999;
}

.product-guarantee a:hover .feature-left i {
    transition: all 1s;
    transform: rotateY(360deg);
}

.main-wrapper {
    margin-bottom: 20px;
    background-color: #fff;
}

.model-title {
    padding: 20px 0 0 20px;
}

.model-title h1 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.model-img {
    margin-top: 10px;
    float: left;
    max-width: 170px;
    padding: 0 15px 10px;
}

.model-content {
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 10px;
}

.model-list {
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .model-list {
        padding: 0;
    }
}

.model-list h4 {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid #ddd;
}

#dl-search {
    border-width: 2px;
    border-right: 0;
    height: 48px;
}

.input-group-addon {
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
}

/*.dlModelList {
    font-size: 0;
    padding: 5px 0;
    max-height: 1200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    margin-top: 10px;
    box-shadow: 1px 1px 2px #ddd;
}*/

.result {
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    background-color: #f2f2f2;
    font-weight: bold;
    margin-bottom: 10px;
}

.result b {
    color: #377DFF;
}

.dlModelList dd {
    float: left;
    width: 33.33%;
    padding: 5px;
    font-size: 0;
    vertical-align: top;
}

@media (max-width: 767px) {
    .dlModelList dd {
        width: 50%;
    }
}

.dlModelList dd a {
    display: block;
    background: url(/Images/bullet.png) no-repeat center left;
    padding: 8px 20px;
    word-break: break-word;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.dlModelList dd a:hover {
    color: #fff;
    background: url(/Images/bullet2.png) no-repeat center left;
    background-color: #377DFF;
    border: 1px solid #377DFF;
}

.tips {
    margin-left: 10px;
}

.badge {
    margin-right: 5px;
    background-color: #377DFF;
}

.product-technology ul {
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
}

.product-technology li i {
    display: block;
    color: #377DFF;
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 10px;
}

.product-technology li span {
    display: block;
    min-height: 50px;
    color: #666;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/*product css end*/

/*search css start*/

/*search css end*/
.ul-left-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background-color: #377DFF;
}

/*help-center css start*/
#maincontett {
    position: relative;
}

.skills-wrap {
    overflow: hidden;
    font-size: 14px;
}

.return-help {
    font-size: 24px;
    padding: 30px 15px;
    font-weight: bold;
    text-decoration: underline;
}

.skills-header h1 {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 700;
}

.skills-content h2 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    margin: 10px 0px;
}

.skills-content ul {
    padding-left: 15px;
}

.ul-list-disc {
    list-style: inside disc;
}

.ul-list-disc h6 {
    display: inline-block;
}

.skills-content li {
    padding-bottom: 5px;
}

.skills-content li .fa {
    margin-right: 5px;
}

.skills-content .alert-info1 {
    margin: 10px 0 10px 15px;
}

/*help center guide*/
.skills-part-guide h5 {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: .6em;
}

.skills-part-guide a:hover, .skills-part-guide h6:hover em {
    text-decoration: underline;
}

.skills-part-guide h6 .rotate90 + em {
    color: #333;
}

.li-img {
    padding: 10px 0px 10px 20px;
}

.skills-part {
    border-top: 1px solid #ccc;
    margin: 8px 0;
    padding-top: 10px;
}

.skills-part p {
    padding-bottom: 8px;
}

.skills-part a:hover {
    text-decoration: underline;
}

/*用于新的保修和退货政策页面*/
.skills-new-policy {
    border-top: 0px;
    margin: 15px 0;
    color: #333;
}

.skills-new-policy div {
    border-bottom: 1px solid #ccc;
}

.skills-new-policy h1 {
    font-size: 24px;
    font-weight: bold;
}

.skills-new-policy div h2 {
    font-size: 16px;
    font-weight: bold;
}

.skills-new-policy div h3 {
    margin: 15px 0 10px;
}

.skills-new-policy div h4 {
    margin: 12px 0 10px;
    font-size: 14px;
}

.skills-new-policy div h5 {
    margin: 10px 0 10px;
    font-weight: bold;
}

.skills-new-policy div p {
    margin: 6px 0;
}

.skills-new-policy div ol {
    list-style-type: lower-roman;
    padding: 5px 15px;
}

.skills-new-policy div ul {
    margin: 0px 20px;
    list-style: disc !important;
}

.skills-new-policy div a {
    color: #377dff;
}

.skills-new-policy a:hover {
    color: #377dff;
    text-decoration: underline;
}

.imgBorderWrap {
    border: 1px solid #eee;
    padding: 2px;
    margin: 10px 0;
}

.skillDropdown-menu {
    display: none;
}

.skill-Nav-part {
    padding: 10px 15px 15px;
    margin-bottom: 6px;
    font-size: 14px;
    box-shadow: 0px 2px 3px #efefef;
    border: 1px solid #efefef;
    background: #fff;
}

.skills-part-guide a, .skills-part-guide h6 em, .skill-Nav-part h6, .skill-Nav-part a {
    color: #3490de;
}

.skill-Nav-part h6.active {
    color: #333;
}

.skill-Nav-part h6:hover, .skill-Nav-part a:hover {
    text-decoration: underline;
}

.widget-title {
    font-size: 16px;
    margin: 8px 0px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.skills-content .btn {
    height: 40px;
    padding: 8px 20px;
    border: 2px solid transparent;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    overflow: hidden;
    background: #3490de;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    outline: none;
    color: #fff;
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
}

.skills-content .btn:hover {
    background: #00a6ed;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    outline: none;
    color: #fff;
}

.skills-content .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    outline: none;
    border-color: #3490de;
}

.skills-content .form-control {
    border: 2px solid #ddd;
    height: 40px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.skills-content textarea.form-control {
    height: auto;
}

.skills-content .form-control option {
    border-color: #3490de;
}

.skills-aside {
    margin-top: 80px;
}

.skills-aside a {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .skills-Nav {
        margin-top: 60px;
    }

    .skills-aside {
        margin-top: 30px;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .skills-wrap {
        margin: 0;
        font-size: 1.3rem;
    }

    .skill-Nav-part {
        font-size: 1.3rem;
    }

    .skills-header h1 {
        font-size: 1.7em;
    }

    .skills-content ul {
        padding: 0px;
    }

    .skills-content .alert-info1 {
        margin: 10px 0;
    }

    .li-img {
        padding-left: 0;
    }
}

/******************************************
  skills page css end
******************************************/

/*contact-us css start*/
.contact-info ul li {
    position: relative;
    border-radius: 4px;
    margin: 20px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-info li span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2em;
    background-color: #3490de;
    border-radius: 3px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #3490de;
    -webkit-box-shadow: 0 0 0 2px #3490de;
    -moz-box-shadow: 0 0 0 2px #3490de;
}

.contact-info li h5 {
    margin-bottom: 6px;
    font-size: 1.2em;
}

.contact-info li p {
    color: #666;
    margin: 0;
    word-wrap: break-word;
    padding-bottom: 0;
}

.contact-info li strong {
    color: #3490de;
    font-weight: bold;
}

.ValCode {
    display: inline-block;
    padding: 10px;
    color: red;
    font-size: 16px;
    word-spacing: 8px;
    letter-spacing: 5px;
    background-image: url(/Images/Verification.jpg);
}

/*contact us css end*/

/*sitemap css start*/
a.hColor {
    color: #377DFF;
}

.site-map {
    margin: 20px 0;
}

.sitemap-content {
    margin-left: 60px;
    margin-top: 15px;
}

.sitemap-content li {
    padding-bottom: 0;
}

.left-border {
    position: relative;
    line-height: 30px;
    padding-left: 20px;
    margin-left: 15px;
}

.left-border a {
    color: #377DFF;
}

.left-border:before {
    content: "";
    position: absolute;
    top: -50%;
    left: 0;
    border-left: 1px solid #ccc;
    height: 100%;
}

.left-border:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #ccc;
    width: 15px;
}

/*sitemap css end*/
.SideReview {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    display: block;
    padding: 12px 18px;
    background-color: #3085c7;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
}

.SideReview:hover {
    color: #f0f524;
}

@media only screen and (max-width: 768px) {
    .SideReview {
        padding: 5px 10px;
        font-size: 13px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}


.PCart {
    padding: 15px 0px;
}

/*快递信息表*/
#shippingHtml {
    margin-bottom: 20px;
    min-height: 100px;
    background: url(/Images/loading.gif) no-repeat left
}

#shippingHtml.shipping-initialized {
    background: none
}

.shipping-table th {
    width: 25%;
    /*text-align: center;*/
    color: #333;
}

.shipping-table > tbody > tr > td {
    /*text-align: center;*/
    vertical-align: middle;
}

.ShippingCountry > div {
    color: blue;
    font-weight: bold;
}

.ShippingFee > div {
    color: red;
}

@media screen and (max-width: 767px) {
    .shipping-table {
        border: 0;
        font-size: 1.2rem
    }

    .shipping-table thead {
        display: none
    }

    .shipping-table tr {
        margin-bottom: 20px;
        display: block;
        -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15)
    }

    .shipping-table td {
        width: auto !important;
        display: block;
        margin-top: -1px
    }

    .shipping-table td:nth-child(odd) {
        background: #fbfbfb
    }

    .shipping-table > tbody > tr > td {
        display: flex;
        justify-content: flex-end;
    }

    .shipping-table > tbody > tr > td > div {
        width: 75%;
    }

    .shipping-table td:before {
        content: attr(data-label);
        float: left;
        width: 96px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }
}

#product-payment > a:hover {
    color: #333;
}

/*快递信息表end*/

.findbattery-h1 {
    color: #000;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase
}

.find_form {
    margin-top: 30px;
}

.a_current-color {
    color: red;
}

.a_current-color:hover {
    color: red;
    text-decoration: underline;
}

.a_current-color:focus {
    color: red;
}

.flicker {
    animation: blink 0.5s linear infinite;
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    -ms-animation: blink 0.5s linear infinite;
    -o-animation: blink 0.5s linear infinite;
}

.flicker:hover {
    animation: blink12 0.5s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

#contact_us_live_chat_button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 150px;
    height: 30px;
    margin: 0px 5px 5px 0px;
    font-family: 'Krona One', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: 300ms;
    background: #3490de;
    box-shadow: 0px 5px #2d73af, 0px 10px 10px rgba(0, 0, 0, 0.25);
}

#contact_us_live_chat_button:hover {
    transform: translateY(5px);
    box-shadow: 0px 0px transparent, 0px 5px 10px rgba(0, 0, 0, 0.25);
}

#contact_us_live_chat_button:focus {
    outline: none;
}

#contact_us_live_chat_button a {
    color: #fff;
}


.also-shopped {
    margin-right: -10px;
    text-align: center;
    margin-bottom: 35px;
}

.also-shopped a {
    display: inline-block;
    border: 1px #ddd solid;
    background: #fff;
    box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 15px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .also-shopped {
        margin-right: -5px;
    }

    .also-shopped a {
        margin-right: 5px;
    }
}

@media (max-width: 479px) {
    .also-shopped a {
        width: 48%;
        vertical-align: top;
    }
}

/*! jQuery UI - v1.13.1 - 2022-04-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=cupertino&cornerRadiusShadow=8px&offsetLeftShadow=-7px&offsetTopShadow=-7px&thicknessShadow=7px&opacityShadow=30&bgImgOpacityShadow=70&bgTextureShadow=highlight_hard&bgColorShadow=000000&opacityOverlay=80&bgImgOpacityOverlay=90&bgTextureOverlay=diagonals_thick&bgColorOverlay=eeeeee&iconColorError=ffffff&fcError=ffffff&borderColorError=cd0a0a&bgImgOpacityError=15&bgTextureError=flat&bgColorError=cd0a0a&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=f9dd34&bgImgOpacityHighlight=25&bgTextureHighlight=highlight_soft&bgColorHighlight=ffef8f&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=2694e8&bgImgOpacityActive=50&bgTextureActive=glass&bgColorActive=3baae3&iconColorHover=2694e8&fcHover=0070a3&borderColorHover=74b2e2&bgImgOpacityHover=100&bgTextureHover=glass&bgColorHover=e4f1fb&iconColorDefault=3d80b3&fcDefault=2779aa&borderColorDefault=aed0ea&bgImgOpacityDefault=80&bgTextureDefault=glass&bgColorDefault=d7ebf9&iconColorContent=72a7cf&fcContent=362b36&borderColorContent=dddddd&bgImgOpacityContent=100&bgTextureContent=highlight_hard&bgColorContent=f2f5f7&iconColorHeader=72a7cf&fcHeader=222222&borderColorHeader=aed0ea&bgImgOpacityHeader=100&bgTextureHeader=highlight_soft&bgColorHeader=deedf7&cornerRadius=6px&fsDefault=1.1em&fwDefault=bold&ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    -ms-filter: "alpha(opacity=25)";
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #aed0ea
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x;
    color: #362b36
}

.ui-widget-content a {
    color: #362b36
}

.ui-widget-header {
    border: 1px solid #aed0ea;
    background: #deedf7 url("images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #aed0ea;
    background: #d7ebf9 url("images/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #2779aa
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #2779aa;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #74b2e2;
    background: #e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #0070a3
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #0070a3;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #2694e8;
    background: #3baae3 url("images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #2694e8;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #f9dd34;
    background: #ffef8f url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") 50% top repeat-x;
    color: #363636
}

.ui-state-checked {
    border: 1px solid #f9dd34;
    background: #ffef8f
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #cd0a0a;
    color: #fff
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    -ms-filter: "alpha(opacity=35)";
    background-image: none
}

.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_72a7cf_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_72a7cf_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_2694e8_256x240.png")
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_3d80b3_256x240.png")
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 6px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 6px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 6px
}

.ui-widget-overlay {
    background: #eee url("images/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50% 50% repeat;
    opacity: .8;
    -ms-filter: Alpha(Opacity=80)
}


.ui-autocomplete li {
    padding: 0.2em 1em 0.2em 0.4em;
}

.ui-autocomplete li .ui-state-active {
    background: #377dff;
}

/*购物车Tips*/
.CartTips {
    border-radius: 6px;
    padding: 6px 10px;
    color: #8a6d3b;
    background: #fcf8e3
}

.CartTips .close {
    margin-right: 14px;
    font-size: 25px;
    opacity: 1
}

.CartTips .tipsTitle {
    font-weight: 600
}

.CartTips p {
    margin: 0 0 5px;
    line-height: 1.8rem;
}


:root {
    --ohh-color: #377DFF; /*主题色*/
    --ohh-font-color: #FFF; /*pc文字色*/
    --ohh-font-hover: #377DFF; /*pc下拉右边文字触摸变色色值*/
    --ohh-scrollbar: #377DFF; /*滚动条颜色*/
    --ohh-ico: #FFF; /*移动分类颜色（三个横杠）*/
    --ohh-font-title: #377DFF; /*移动一级导航文字色*/
    --ohh-font-title2: #333; /*移动二级和三级导航文字色*/
    --ohh-close: #377DFF; /*移动关闭按钮背景色*/

    --wxc-borderblackcolor: rgba(0, 0, 0, 0.1);
    --wxc-borderradius: 4px;
    --wxc-drakyellow: #ffc439;
    --wxc-lightgray: #fafafc;
    --wxc-black: #333333;
    --wxc-red: #ff0000;
    --wxc-white: #ffffff;
    --wxc-lightblack: rgba(0, 0, 0, 0.5);
}

.ohh-nav {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    position: relative;
    background: var(--ohh-color)
}

.ohh-nav > li > a {
    font-size: 16px;
    color: var(--ohh-font-color);
    font-weight: 600;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    grid-gap: 4px
}

.ohh-home {
    font-size: 24px;
    color: var(--ohh-font-color);
    font-weight: 600;
    padding: 0 10px 0 0
}

.ohh-nav > .ohh-home > a {
    font-size: 24px;
    padding: 0
}

.ohh-nav .ohh-wsmegamenu {;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 20px 36px 20px 20px;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out 0.2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.ohh-nav .ohh-menu {
    transform: translateY(20px);
    transition: ease-in-out 0.3s
}

.ohh-nav .ohh-wsmegamenu.on {
    opacity: 1;
    pointer-events: initial;
}

.ohh-nav .ohh-wsmegamenu.on .ohh-menu {
    transform: none
}

.ohh-nav .ohh-menu {
    display: flex;
    align-items: stretch;
}

.ohh-nav .ohh-category {
    display: flex;
    flex-direction: column;
    grid-gap: 2px;
    padding: 0 30px 0 16px;
    margin-right: 30px;
    max-height: 535px;
    overflow-y: scroll;
    min-width: 280px;
    max-width: 280px;
    width: 280px;
}

.ohh-nav .ohh-category::-webkit-scrollbar {
    width: 2px;
    background: #f5f5f7;
}

.ohh-nav .ohh-category::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--ohh-scrollbar);
}

.ohh-nav .ohh-category li {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: ease-in-out 0.2s
}

.ohh-nav .ohh-category li:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 10%;
    bottom: 10%;
    width: 2px;
    background: var(--ohh-color);
    opacity: 0;
    transition: ease-in-out 0.2s
}

.ohh-nav .ohh-category li.active {
    background: #f5f5f7;
}

.ohh-nav .ohh-category li.active:before {
    opacity: 1;
}

.ohh-nav .ohh-brand {
    flex: 1;
    position: relative
}

.ohh-nav .ohh-brand > li {
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.ohh-nav .ohh-brand > li:first-child {
    position: initial;
}

.ohh-nav .ohh-brand > li.on {
    opacity: 1;
    pointer-events: initial
}

.ohh-nav .ohh-pc .ohh-brand > li.on {
    pointer-events: none
}

.ohh-nav .ohh-pc.on .ohh-brand > li.on {
    pointer-events: initial
}

.ohh-nav .ohh-brand > li > ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px
}

/* 三级类间距修改 grid-gap: 10px(代表上下) 10px(代表左右); grid-gap: 10px(代表上) 10px(代表右) 10px(代表下) 10px(代表左); gird-gap写法能兼容苹果 */
.ohh-nav .ohh-brand > li > ul > li {
    width: calc((100% - 20px * 3) / 4);
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: normal;
}

/* 三级类字体大小修改 */
.ohh-nav .ohh-brand > li > ul > li:hover a {
    color: var(--ohh-font-hover);
}

.noshow .ohh-wsmegamenu {
    z-index: 1
}

.ohh-bj {
    display: none
}

.ohh-mobile {
    display: none
}

.ohh-navmenu {
    display: none
}

.ohh-close {
    display: none
}

.ohh-nav .fa {
    transition: ease-in-out 0.3s
}

.ohh-nav .ohh-pc.on > a > .fa {
    transform: rotate(180deg)
}

@media (max-width: 1000px) {
    .menuBox {
        padding: 4px 0px;
    }

    .ohh-navmenu {
        display: block;
        font-size: 24px;
        color: var(--ohh-ico)
    }

    .ohh-pc {
        display: none
    }

    .ohh-mobile .ohh-pc {
        display: block
    }

    .ohh-mobile {
        display: block;
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
        transition: ease-in-out 0.2s;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        z-index: 9999;
        background: #FFF;
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        overflow-y: scroll;
        max-height: 100vh
    }

    .ohh-mobile.on {
        transform: translateX(0);
        opacity: 1;
        pointer-events: initial;
        transition: ease-in-out 0.5s;
    }

    .ohh-mobile::-webkit-scrollbar {
        width: 2px;
        background: #f5f5f7;
    }

    .ohh-mobile::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: var(--ohh-scrollbar);
    }

    .ohh-bj {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(4px);
        transition: ease-in-out 0.2s;
        opacity: 0;
        pointer-events: none
    }

    .ohh-bj.on {
        opacity: 1;
        pointer-events: initial
    }

    .ohh-nav {
        justify-content: space-between
    }

    .ohh-mobile > ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 30px 20px;
    }

    .ohh-mobile .ohh-pc {
        display: flex;
        flex-direction: column;
    }

    .ohh-mobile .ohh-pc > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: var(--ohh-font-title);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 0
    }

    .ohh-category > li > div {
        font-size: 14px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0 0 0;
    }

    .ohh-category > li > ul {
        display: none;
        padding: 10px 0;
    }

    .ohh-category > li > ul a {
        font-size: 14px;
        color: var(--ohh-font-title2);
        display: flex;
        align-items: center;
        padding: 2px 0;
        grid-gap: 10px
    }

    .ohh-wsmegamenu {
        display: none
    }

    .ohh-close {
        position: fixed;
        top: 0;
        left: 70%;
        z-index: 9999;
        opacity: 1;
        pointer-events: none;
        transition: ease-in-out 0.2s;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--ohh-close);
        transform: translateY(-40px)
    }

    /*移动端关闭按钮*/
    .ohh-close.on {
        opacity: 1;
        pointer-events: initial;
        transform: translateY(0);
        transition: ease-in-out 0.5s;
    }

    /*移动端关闭按钮动画效果 pointer-events: initial;可触摸样式 pointer-events: none;按钮不可触摸样式 */
    .ohh-close svg {
        fill: #FFF;
        display: block;
        width: 20px;
        transform: rotate(180deg);
        transition: ease-in-out 0.2s;
    }

    /*移动端关闭按钮图标*/
    .ohh-close.on svg {
        transform: rotate(0);
        transition: ease-in-out 0.5s;
    }

    .ohh-mobile .fa {
        transition: ease-in-out 0.3s
    }

    .ohh-mobile .ohh-pc.on > a > .fa {
        transform: rotate(180deg)
    }

    .ohh-mobile .ohh-category > li.on > div > .fa {
        transform: rotate(180deg)
    }
}

.product-info li {
    padding: 0 1em;
    box-sizing: border-box;
}

.product-info li span {
    vertical-align: middle;
}

.attention-btn {
    background-color: #FFD700;
    color: #3c3c3c;
    border: 2px solid #FF8C00;
    padding: 2px;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
    margin: 0 5px;
}


#review {
    background: var(--wxc-lightgray);
    padding: 20px;
    border-radius: var(--wxc-borderradius);
    border: 1px solid var(--wxc-borderblackcolor);

    .panel-Review {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid var(--wxc-borderblackcolor);

        &:last-child {
            border-bottom: none;
            margin: 0;
            padding: 0;
        }

        .divBuyer {
            font-size: 16px;
            color: var(--wxc-black);
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 6px;

            span {
                font-size: 14px;
            }
        }

        .divRating {
            height: 20px;
            max-width: 100%;
            display: block;
            object-fit: contain;
            margin-bottom: 16px;
        }

        .lbViewText {
            font-size: 14px;
            color: var(--wxc-black);
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .divShare {
            display: flex;
            align-items: center;
            grid-gap: 8px;

            a {
                img {
                    width: 18px;
                    display: block;
                    opacity: 0.5;
                    transition: ease-in-out 0.2s;
                }

                &:hover {
                    img {
                        opacity: 1;
                    }
                }
            }
        }

        .divReviewBody {
            margin-top: 20px;
            display: flex;
            align-items: flex-start;
            grid-gap: 10px;

            svg {
                width: 16px;
                min-width: 16px;
                display: block;
            }

            .divReply0 {
                padding-top: 20px;
                font-size: 14px;
                color: var(--wxc-black);
                line-height: 1.7;

                .div-ReDate {
                    font-weight: 600;
                }
            }
        }
    }
}

.adapter-list {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-gap: 20px;

    .adapter {
        display: flex;
        align-items: center;
        padding: 20px;
        background: var(--wxc-lightgray);
        grid-gap: 20px;
        border-radius: var(--wxc-borderradius);
        border: 1px solid var(--wxc-borderblackcolor);
        overflow: hidden;

        img {
            width: 40%;
            max-width: 100%;
            object-fit: contain;
            mix-blend-mode: darken;
            transition: ease-in-out 0.5s;
        }

        div {
            width: calc(100% - 40% - 20px);

            h3 {
                font-size: 16px;
                color: var(--wxc-black);
                padding: 0 0 10px 0;
                font-weight: bold;
            }

            ul {
                list-style-type: none;
                padding-bottom: 20px;

                li {
                    margin-top: 10px;

                    span {
                        font-size: 14px;
                        color: var(--wxc-lightblack);

                        &:last-child {
                            font-weight: 500;
                            color: var(--wxc-black);
                        }
                    }

                    &:first-child {
                        margin-top: 0;
                    }
                }
            }

            button {
                padding: 6px 20px;
                background: var(--wxc-drakyellow);
                color: var(--wxc-black);
                font-size: 16px;
                font-weight: 500;
                border: none;
                border-radius: var(--wxc-borderradius);
                transition: ease-in-out 0.2s;

                &:hover {
                    background: var(--wxc-red);
                    color: var(--wxc-white);
                    box-shadow: 0 0 6px var(--wxc-black);
                }
            }
        }

        &:hover {
            img {
                transform: scale(1.05);
            }
        }
    }
}


.comingsoon {
    padding: 0 12px;
    font-size: 20px;
    margin-bottom: 30px;
}


.localStock {
    background-color: red;
    color: white;
    padding: 10px;
    top: 0;
    font-weight: bold;
    font-size: 1.8rem;
    width: fit-content;
    position: absolute;
    z-index: 99;
    margin-bottom: 25px;
    text-align: left;
}


@media screen and (max-width: 992px) {
    .localStock {
        position: unset;
        font-size: 1.6rem;
        margin-right: auto;
    }

    .MagicBox {
        margin-top: 0!important; 
    }
}



#owl-demo1{
    margin:10px 0;
}

#owl-demo1 img{
    max-height: 400px; 
}


#owl-demo1 .owl-prev {
    width: 35px;
    height: 35px;
    background: rgba(25, 25, 25, 0);
    background-image: url(/images/sprite-navigator.png);
    background-position: 90px 43px;
    position: absolute;
    top: 50%;
    left: 10px;
    opacity: 0.5;
    margin-top: -17px;
}

#owl-demo1 .owl-next {
    width: 35px;
    height: 35px;
    background: rgba(25, 25, 25, 0);
    background-image: url(/images/sprite-navigator.png);
    background-position: 94px 92px;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0.5;
    margin-top: -17px;
}


#owl-demo1 .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%,0); 
}

.important-note {
    background: #fff8e1;
    padding: 10px;
    border-left: 3px solid #ffc107;
}

.form-group{
    word-break: break-word!important;
}