*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, amp-img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, 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, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font-family: "schoolbook-web", Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #fff
}

textarea, input {
    font-family: "schoolbook-web", Georgia, serif
}

a:link, a:visited {
    text-decoration: none;
    outline: #333;
    color: #333
}

a:hover, a:active, a:focus {
    color: #000
}

ul, li {
    list-style: none
}

table {
    border-collapse: collapse;
    width: 100%
}

amp-img {
    border: 0;
    max-width: 100%;
    max-height: 100%
}

.clearfix {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.container {
    max-width: 1400px;
    margin-left: auto;
    padding:0 10px;
    margin-right: auto
}
.inside{
overflow:hidden;
}
.faq{
overflow:hidden;
}
.indent2 {
    text-indent: 2em
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.middleCenter {
    position: static
}

.middleCenter img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

mip-fixed[type=top] {
    overflow: visible !important
}

.header {
    background: #000;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9;
    left: 0
}

.header a {
    color: #fff
}

.header .container {
    position: relative;
    min-height: 50px
}

.header .logo {
   
    height: 50px;
    float: left;
}

.header .logo amp-img {
    width: 100px;
    height: 50px
}

.headerH {
    height: 50px
}

mip-fixed[type=top] {
    background: #fff
}

.nav {
text-align: center;
float:left;
padding-left: 50px;
}
@media (max-width: 1360px){
.nav {
padding-left: 5px;
}
}

.nav > .list > li {
    display: inline-block;
    padding: 0 15px;
    position: relative
}

.nav > .list > li:hover .child {
    display: block
}

.nav > .list > li > a {
    color: #fff
}

.nav > .list > li > a .icon {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px #bbb solid;
    border-right: 1px #bbb solid;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.nav > .list > li:hover > a {
    color: #ed6826
}

.nav > .list > li:hover > a .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav > .list > li:first-child > a:after {
    display: none
}

.nav > .list > li > a {
    font-size: 16px;
    height: 50px;
    line-height: 50px
}

.nav .child {
    width: 220px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 100%;
    background: #fff;
    overflow: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px 0;
    display: none
}

.nav .child li {
    line-height: 40px;
    text-align: left
}

.nav .child li a {
    display: block;
    padding: 0 20px;
    color: #333
}

.nav .child li a:hover {
    background: #eee
}



.header .btns {
    display: inline-block;
    vertical-align: top
}

.header .btns a, .header .btns span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    margin-top: 5px;
    color: #fff;
    margin-left: 0;
    text-align: center;
    border-radius: 3px;
    float: left;
    cursor: pointer
}

.header .btns a amp-img, .header .btns span amp-img {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px
}

.header .btns a:hover, .header .btns span:hover {
    background: #ed6826
}

.header .btns .num {
    margin-left: 10px;
    font-style: initial
}

#searchPopup {
    height: 100%;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    position: absolute
}

#searchPopup .transparent {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0
}

#searchPopup .container {
    height: 100px;
    width: 1200px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

 #searchPopup .form {
            position: relative;
        }
        #searchPopup .form input[type="text"] {
            background: #fff;
            color: #333;
            width: 100%;
            height: 50px;
            line-height: 50px;
            border: none;
            padding: 0 20px;
        }
        #searchPopup .form input[type="text"]::-webkit-input-placeholder {
            color: #666
        }

        #searchPopup .form input[type="text"]:-moz-placeholder {
            color: #666
        }

        #searchPopup .form input[type="text"]::-moz-placeholder {
            color: #666
        }

        #searchPopup .form input[type="text"]:-ms-input-placeholder {
            color: #666
        }
        #searchPopup .form input[type="text"]:focus {
            color: #333;
        }

        #searchPopup .form .btn {
            border: 0;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            background: #ed6826;
            width: 50px;
            height: 50px;
        }

#searchPopup .form .btn amp-img {
    width: 30px;
    height: 30px
}

.i-amphtml-fill-content #searchPopup {
    display: block
}

.navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 11;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right;
    display: none
}

.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ed6826;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.navPhoneBtn span:last-child {
    margin-bottom: 0
}

.subscribe {
    background: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px
}

.subscribe .titleBig {
    text-align: center;
    width: 100%;
    line-height: 1;
    font-size: 40px;
    color: #000;
    font-family: serif;
    position: relative
}

.subscribe .titleBig:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #1f2021;
    margin: auto;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0
}

.subscribe .nr {
    margin-top: 50px
}

.subscribe .form {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.subscribe .form input[type="text"] {
    border: 1px #333 solid;
    background: #fff;
    line-height: 63px;
    height: 65px;
    padding: 0 15px;
    width: 100%;
    font-size: 18px;
    font-family: serif;
    font-style: italic
}

.subscribe .form .btn {
    border: solid 1px #1f201f;
    background-color: #1f2021;
    color: #fff;
    font-weight: 700;
    width: 132px;
    height: 45px;
    line-height: 43px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer
}

.subscribe .form .btn:hover {
    background: #fff;
    color: #333
}

.footer {
    background: #273037;
    color: #fff;
    padding: 50px 0 40px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    position: relative
}

.footer a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer .title {
    font-size: 16px;
    padding: 0 0 15px 0;
    color: #fff
}

.footer .title a {
    color: #fff
}

.footer .menu {
    width: 100%
}

.footer .menu li {
    width: 25%;
    float: left;
    text-align: left;
    padding-right: 10px
}

.footer .child a {
    display: inline-block;
    line-height: 32px;
    padding: 4px 0
}

.footer mip-share .c-share-list {
    background: none;
    padding: 0
}

.copyright {
    background: #273037;
    color: #999;
    text-align: center;
    font-size: 14px
}

.copyright .container {
    border-top: 1px solid #363e45;
    padding: 20px 0
}

.copyright a {
    color: #999
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline
}

.copyright .text {
    float: right;
    font-size: 14px
}

.div-mask {
    z-index: 10001 !important
}

#sidebarRight {
    width: 70%;
    background: #fff;
    padding: 50px 20px;
    font-size: 14px
}

#sidebarRight > ul > li > a {
    display: block;
    padding: 10px 0;
    font-weight: 700
}

#sidebarRight .child a {
    display: block;
    padding: 10px 0
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 768px
    }




    .header .other {
        padding-right: 40px
    }

    .nav {
        display: none
    }

    .navPhoneBtn {
        display: block
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .footer .title {
        padding-bottom: 5px
    }

    .footer .menu li {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid
    }

    .footer .menu li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .subscribe {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .subscribe .titleBig {
        font-size: 24px
    }

    .subscribe .form .btn {
        width: 100px
    }
}

.form-control {
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px;
    border: 1px #ccc solid;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(237, 104, 38, 0.075), 0 0 8px rgba(237, 104, 38, 0.6);
    box-shadow: inset 0 1px 1px rgba(237, 104, 38, 0.075), 0 0 8px rgba(237, 104, 38, 0.6);
    border-color: #ed6826
}

.plusReduce {
    display: inline-block
}

.plusReduce .plus, .plusReduce .reduce {
    background: #f2f2f2;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px #d1d1d1 solid;
    font-size: 30px;
    color: #666;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative
}

.plusReduce .plus:before, .plusReduce .reduce:before, .plusReduce .plus:after, .plusReduce .reduce:after {
    content: "";
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none
}

.plusReduce .plus:hover, .plusReduce .reduce:hover {
    background: #ed6826;
    border-color: #ed6826;
    z-index: 9
}

.plusReduce .plus:hover:before, .plusReduce .reduce:hover:before, .plusReduce .plus:hover:after, .plusReduce .reduce:hover:after {
    background: #fff
}

.plusReduce .reduce:before {
    width: 9px;
    height: 2px;
    display: block
}

.plusReduce .plus {
    margin-left: -1px
}

.plusReduce .plus:before {
    width: 12px;
    height: 2px;
    display: block
}

.plusReduce .plus:after {
    height: 12px;
    width: 2px;
    display: block
}

.plusReduce .form-control {
    float: left;
    width: 60px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 16px
}

.plusReduce .form-control::-webkit-outer-spin-button, .plusReduce .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

.plusReduce-02 .plus, .plusReduce-02 .reduce {
    width: 30px;
    height: 30px;
    font-size: 20px
}

.plusReduce-02 .plus:before {
    width: 9px;
    height: 2px
}

.plusReduce-02 .reduce:before {
    width: 12px;
    height: 2px
}

.plusReduce-02 .reduce:after {
    height: 12px;
    width: 2px
}

.plusReduce-02 .form-control {
    width: 60px;
    height: 30px;
    line-height: 28px;
    margin-left: -1px;
    font-size: 16px
}

.form-control {
    width: 100%;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px #ccc solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(237, 104, 38, 0.075), 0 0 8px rgba(237, 104, 38, 0.6);
    box-shadow: inset 0 1px 1px rgba(237, 104, 38, 0.075), 0 0 8px rgba(237, 104, 38, 0.6);
    border-color: #ed6826
}

.plusReduce {
    display: inline-block
}

.plusReduce .plus, .plusReduce .reduce {
    background: #f2f2f2;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px #d1d1d1 solid;
    font-size: 30px;
    color: #666;
    text-decoration: none;
    text-align: center;
    position: relative
}

.plusReduce .plus:before, .plusReduce .reduce:before, .plusReduce .plus:after, .plusReduce .reduce:after {
    content: "";
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none
}

.plusReduce .plus:hover, .plusReduce .reduce:hover {
    background: #ed6826;
    border-color: #ed6826;
    z-index: 9
}

.plusReduce .plus:hover:before, .plusReduce .reduce:hover:before, .plusReduce .plus:hover:after, .plusReduce .reduce:hover:after {
    background: #fff
}

.plusReduce .reduce:before {
    width: 9px;
    height: 2px;
    display: block
}

.plusReduce .plus {
    margin-left: -1px
}

.plusReduce .plus:before {
    width: 12px;
    height: 2px;
    display: block
}

.plusReduce .plus:after {
    height: 12px;
    width: 2px;
    display: block
}

.plusReduce .form-control {
    float: left;
    width: 60px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 16px
}

.title-classify .title {
    font-family: serif;
    font-size: 36px;
    float: left
}

.title-classify .classify {
    float: right;
    line-height: 40px;
    margin-top: 6px
}

.title-classify .classify .sort-txt {
    float: left;
    margin-right: 10px
}

.title-classify .classify .sort-drop {
    float: left
}

.title-classify .classify select {
    height: 40px;
    line-height: 38px;
    border: 1px solid #333;
    border-radius: none;
    border-radius: 3px
}

@media screen and (max-width: 1200px) {
    .title-classify .title {
        float: none;
        font-size: 24px
    }

    .title-classify .classify {
        float: none
    }

    .title-classify .classify select {
        line-height: 28px;
        height: 30px
    }
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #333
}

.page svg {
    vertical-align: middle;
    fill: #333
}

.page em {
    font-style: normal;
    font-size: 16px;
    margin: 0 5px
}

.page a, .page span {
    color: #333;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    min-width: 40px;
    line-height: 38px;
    height: 40px;
    margin: 0 5px;
    padding: 0 7px;
    border: 1px #dcdcdc solid;
    vertical-align: middle
}

.page a.cur, .page span.cur, .page a:hover, .page span:hover {
    background: #ed6826;
    border-color: #ed6826;
    color: #fff !important;
    font-weight: 700
}

.page a.cur svg, .page span.cur svg, .page a:hover svg, .page span:hover svg {
    fill: #fff
}

@media screen and (max-width: 1279px) {
    .page em {
        font-size: 14px
    }

    .page a, .page span {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .page a, .page em {
        display: none
    }

    .page a.first, .page em.first, .page a.prev, .page em.prev, .page a.next, .page em.next, .page a.last, .page em.last {
        display: inline-block
    }
}

.stars {
    display: inline-block
}

.stars span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(images/icon/star-01.svg) no-repeat;
    background-size: 100%;
    float: left
}

.product {
    padding: 50px 0
}

.product .nr {
    margin-top: 50px
}

.product .list {
    margin-left: -15px;
    margin-right: -15px
}

.product .list li {
    margin-bottom: 50px;
    width: 25%;
    float: left;
    padding: 0 15px
}

.product .list .box {
    display: block
}

.product .list .pic {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative
}

.product .list .pic amp-img {
    overflow: hidden;
    position: relative
}

.product .list .pic amp-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.product .list .pic amp-img .i-amphtml-blurry-placeholder, .product .list .pic amp-img .i-amphtml-fill-content {
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto
}

.product .list .pic img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.product .list .img2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.product .list .img1 img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.product .list .img2 {
    opacity: 0
}

.product .list .img2 img {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product .list .text {
    padding: 10px 0
}

.product .list .text .title {
    display: block;
    width: 100%;
    line-height: 1.5;
    height: 53px;
    color: #333;
    position: relative;
    font-size: 14px;
    /*font-style: italic;*/
    overflow: hidden;
    /*white-space: nowrap;*/
    -webkit-transition: all .3s;
    transition: all .3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product .list .text .price-sales {
    text-align: right
}

.product .list .text .price-sales .price {
    font-weight: 700;
    float: left
}

.product .list .text .price-sales .cur {
    margin-right: 5px
}

.product .list .text .price-sales .sales {
    color: #999
}

.product .list .text .price-sales .original {
    text-decoration: line-through;
    font-weight: 700;
    color: #999
}

.product .list .text .stars-num {
    line-height: 30px
}

.product .list .text .stars {
    margin-top: 6px
}

.product .list .text .num {
    color: #333
}

.product .list .text .btn {
    margin-top: 20px
}

.product .list .text .btn a {
    line-height: 28px;
    font-size: 22px;
    color: #ed6826;
    text-decoration: none;
    position: relative
}

.product .list .text .btn a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px #ed6826 solid;
    border-right: 2px #ed6826 solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.product .list .text .btn a:hover:after {
    margin-left: 20px
}

.product .list .box:hover .img1 {
    opacity: 0
}

.product .list .box:hover .img1 img {
    opacity: 0
}

.product .list .box:hover .img2 {
    opacity: 1
}

.product .list .box:hover .img2 img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media screen and (max-width: 1200px) {
    .product .nr {
        margin-top: 50px
    }

    .product .list {
        margin-left: -5px;
        margin-right: -5px
    }

    .product .list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px
    }
}