html {
    font-size: 75%
}

img {
    vertical-align: middle
}

.gary {
    color: #888
}

.btn {
    background: #0178D6;
    border-radius: 44px;
    height: 30px;
    line-height: 2em;
    text-indent: 17px;
    width: 111px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.8em;
}

.btn:hover {
    color: #fff;
}

.fullwidth {
    width: 100%
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.table {
    display: table;
    width: 100%
}

.bcg {
    /*overflow: hidden*/
}

.bcg .pos-center .hsContent {
    display: block;
    margin-top: 0
}

.bcg .hsContainer {
    overflow: visible
}

.bcg .hsContent {
    text-align: left
}

.bcg .hsContent .container {
    max-width: 100%
}

.bcg .hsContent h1 {
    text-align: left;
    font-weight: 700;
    text-shadow: none;
    font-size: 55px;
    color: #fff;
    font-family: '微软雅黑';
}

.bcg .hsContent .subtitle p {
    text-shadow: none
}

.bcg .hsContent .align_center {
    width: 100%;
    text-align: center
}

.bcg .cnt {
    box-sizing: border-box
}

.bcg .desc {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
}

.bcg.right .cnt {
    width: 50%;
    float: right
}

@-webkit-keyframes shadowtxt {
    0% {
        transform: translateY(65%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes shadowtxt {
    0% {
        transform: translateY(65%)
    }

    100% {
        transform: translateY(0)
    }
}

.shadowtxt.active {
    -webkit-animation: fadeInDown 1.2s 1;
    -ms-animation: fadeInDown 1.2s 1;
    -o-animation: fadeInDown 1.2s 1;
    animation: fadeInDown 1.2s 1
}

.modal.added {
    text-align: center;
    font-size: 1.3rem
}

.modal.added .hd {
    padding-bottom: 1.5rem
}

.modal.added .btn {
    background: #0178d6;
    color: #fff;
    margin: 0 5px 5px;
    display: inline-block;
    line-height: 32px;
    padding: 0 1.5rem;
    border-radius: 36px;
    white-space: nowrap
}

.header li.login,
.mm-menu li.login {
    display: none
}

.header ul li.hide,
.mm-menu ul li.hide {
    display: none !important
}

.header ul li.show,
.mm-menu ul li.show {
    display: list-item !important
}

.header div.container {
    padding: 0
}

.header .logo .iconfont {
    font-size: 5rem;
    line-height: 58px
}

.header .dropbg {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 9;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s
}

.header .dropbg.active {
    height: 126px
}

.header .nav ul li .icon-arrow-down {
    display: none
}

.header .nav ul.menu {
    padding-top: 0;
    white-space: nowrap
}

.header .nav ul.menu li,
.header .nav ul.menu a {
    padding-top: 0;
    padding-bottom: 0
}

.header .nav ul.menu li {
    line-height: 96px;
    vertical-align: top;
}

.header .nav ul.menu a {
    letter-spacing: 1px
}

.header .nav .menubox .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4%
}

.header .nav .menubox li {
    position: static;
    padding: 5px 0
}

.header .nav .dropdown {
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    font-size: 12px;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s
}

.header .nav .dropdown a {
    font-size: 12px
}

.header .nav .dropdown .dropdown_links {
    background: none;
    display: inline-block;
    margin-top: 20px
}

.header .nav .dropdown .dropdown_links a:hover {
    color: #000
}

.header .nav .dropdown ul {
    width: auto;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px
}

.header .nav .dropdown ul li {
    display: inline-block;
    padding: 0 20px
}

.header .nav .dropdown ul li a {
    display: inline-block;
    line-height: 1.2;
    color: #000
}

.header .nav .dropdown .icon {
    display: block;
    margin: 0 auto;
    height: 42px;
    text-align: center;
    line-height: 1;
    font-size: 40px;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s
}

.header .nav .dropdown span {
    display: block;
    text-align: center;
    padding-top: 10px
}

.header .nav .dropdown a:hover .icon {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.header .nav a {
    box-sizing: border-box
}

.header .nav .navm {
    color: #000
}

.header .nav .navm:after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #0178d6;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s
}

.header .nav .navm:hover:after,
.header .nav .navm.active:after {
    width: 40px
}

.header .header-account {
    white-space: nowrap
}

.header .header-account a {
    font-size: 12px
}

.header .header-account i,
.header .header-account a {
    float: left
}

.header .header-account .icon {
    color: #fff
}

.header .header-account .s {
    font-style: normal;
    color: #ccc
}

.header .hdnav {
    position: relative;
    z-index: 101;
    white-space: nowrap;
    line-height: 58px;
    padding-right: 8px;
    padding: 0 !important
}

.header .hdnav ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    width: auto !important
}

.header .hdnav ul li.m {
    display: inline-block
}

.header .hdnav ul li.m a {
    background: none;
    padding: 0 0.4rem !important
}

.header .hdnav ul li.m.active ul {
    display: block
}

.header .hdnav ul li.m.active:after {
    display: block
}

.header .hdnav ul li.m:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: .5rem solid transparent;
    border-top: none;
    border-bottom: 0.5rem solid #fff
}

.header .hdnav a {
    display: inline-block !important;
    color: #fff;
    text-decoration: none;
    padding: 0 1.8rem;
    background: rgba(255, 255, 255, 0.1)
}

.header .hdnav .iconfont {
    font-size: 1.5rem
}

.header .hdnav li {
    position: relative
}

.header .hdnav li ul {
    display: none;
    position: absolute;
    background: #fff;
    line-height: 1.5;
    right: 0;
    padding: 1rem 1rem 2rem;
    min-width: 150px;
    font-size: 1.2rem
}

.header .hdnav li ul a {
    color: #222
}

.header .hdnav li ul .iconfont {
    font-size: 1.2rem;
    padding-right: 5px
}

.header .hdnav li li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0
}

.header .hdnav li li.login {
    display: none
}

.header .hdnav li li.mn {
    display: none
}

@media (max-width: 767px) {

    .header .hdnav .shop,
    .header .hdnav .user {
        display: none
    }

    .header .hdnav li.mn {
        display: block !important
    }
}

.footer {
    overflow: hidden;
    margin-top: 0;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
    background-color: #f1f1f1;
    color: #000;
    font-size: 12px
}

.footer p {
    color: #000;
    font-size: 12px
}

.footer .tab {
    display: table;
    width: 100%
}

@media (min-width: 768px) {
    .footer .tab .col {
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0 1rem
    }

    .footer .tab .newsbox {
        width: 75%
    }
}

.footer .newsbox input {
    border-radius: 20px
}

.footer .newsbox input::placeholder {
    color: #444
}

.footer .newsbox .contact_email {
    height: 39px;
    margin-bottom: 0;
    padding: 0 15px;
    background: #d9d9d9;
    color: #000;
    font-size: 16px
}

.footer .newsbox .sign_up {
    height: 39px;
    background: #000;
    border-radius: 20px;
    font-size: 18px;
    width: auto;
    padding: 0 20px;
    line-height: 39px;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.footer .newsbox .sign_up:hover {
    background: #aeaeae
}

@media (max-width: 959px) {
    .footer .newsbox input {
        width: auto !important
    }

    .footer .newsbox .contact_email {
        min-width: 260px
    }
}

@media (max-width: 767px) {
    .footer .newsbox .contact_email {
        margin-bottom: 10px
    }
}

.footer .socail {
    white-space: nowrap;
    padding-top: 1rem
}

.footer .socail p {
    color: #fff
}

.footer .socail .social-icons {
    padding-top: 0.5rem
}

.footer .socail .ss-icon {
    margin: 0 1rem;
    font-size: 40px;
    text-align: center
}

.footer .socail .iconfont {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 35px;
    overflow: hidden;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 0.3em;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.footer .socail a:hover .iconfont {
    background: #aeaeae
}

.footer .credits {
    background: #323237;
    margin: 0;
    padding: 10px;
    font-size: 12px;
    text-align: left
}

.footer .credits .container {
    padding: 0
}

.footer .agreePolicy a {
    color: #0178d6
}

.footer .agreePolicy label {
    font-weight: 400
}

.breadcrumb .nav_arrows {
    display: none
}

.breadcrumb a {
    color: #000
}

.breadcrumb .icon-arrow-right {
    padding-right: 4px
}

.breadcrumb .icon-arrow-right:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #999;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

@media (max-width: 767px) {
    .breadcrumb {
        text-align: left
    }
}

.customers-login #content_wrapper,
.customers-register #content_wrapper {
    background: #F8F8F8
}

.acc-box {
    max-width: 400px;
    margin: 4rem auto;
    padding: 2rem 7%;
    background: #fff
}

.acc-box h1 {
    font-size: 20px
}

.acc-box input,
.acc-box input.btn {
    border-radius: 40px;
    width: 100% !important
}

.acc-box label {
    padding-left: 10px
}

.flex-control-nav li {
    width: 66px
}

.flex-control-nav li a {
    position: relative;
    display: block;
    width: auto;
    height: 2px;
    background: #7b7c7e;
    border-radius: 0;
    border: none
}

.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #7b7c7e;
    border: none
}

.flex-control-nav li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0
}

.flex-control-nav li a.flex-active:after {
    width: 100%;
    background: #0178d6
}

.featured_links {
    margin: 0;
    padding: 0;
    float: none
}

.featured_links .feature {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.featured_links .columns {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 25%;
    border-right: 2px solid #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.featured_links .columns:last-child {
    border-right: none
}

.featured_links .columns a {
    display: block
}

.featured_links .columns img {
    visibility: hidden
}

@media (max-width: 767px) {
    .featured_links .columns {
        width: 290px
    }
}

.featured_links .txt {
    position: absolute;
    width: 100%;
    text-align: center;
    pointer-events: none;
    top: 5%;
    color: #fff;
    font-size: 14px;
    text-rendering: optimizeLegibility
}

.featured_links h2 {
    padding-top: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: Arial;
    letter-spacing: 0px
}

.slideshow-section:nth-child(n+2) {
    margin-top: 11px
}

.flexslider .dark .headline,
.flexslider .dark .subtitle,
.flexslider .dark p {
    color: #000
}

.flexslider .dark .action_button {
    border-color: #000;
    color: #000
}

.flexslider .light .headline,
.flexslider .light .subtitle,
.flexslider .light p {
    color: #fff
}

.flexslider .bluebtn .action_button {
    background: #00c0ff
}

.flexslider.hBanner .slides li {
    width: 100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2 !important
}

.flexslider .headline {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .flexslider .headline {
        font-size: 2rem
    }
}

.flexslider .subtitle {
    font-size: 14px
}

.flexslider .subtitle p {
    margin: 0
}

@media (max-width: 767px) {
    .flexslider .subtitle {
        font-size: 1rem
    }
}

.flexslider a.action_button {
    border-radius: 30px;
    padding: 3px 26px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 32px
}

.flexslider .ss-icon {
    text-shadow: none;
    color: #0178d6
}

.flexslider .container {
    width: 80%
}

.flexslider img.img {
    visibility: hidden;
    width: 100%;
    max-width: none
}

.flexslider .hsContainer {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    margin-top: 0;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%)
}

@media (max-width: 767px) {
    .flexslider .hsContainer .container {
        width: auto
    }
}

.flexslider .hsContent {
    display: block;
    margin-top: 0
}

.flexslider .pos-center {
    top: 18%;
    -webkit-transform: translateY(-18%);
    -ms-transform: translateY(-18%);
    transform: translateY(-18%)
}

.featProds .container,
.cateList .container {
    /*width: 100%;*/
    max-width: 1856px
}

.featProds .container {
    padding: 30px 0
}

.featProds .title {
    margin-top: 1.5em;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .featProds .title {
        margin-top: 1.5em;
        font-size: 27px;
        font-weight: 600;
        line-height: 1.2;
    }
}

.featProds .list {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    /*margin-top: 5em;*/

}

.featProds .product {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.featProds .image a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s
}

.featProds .image a:hover img {
    -webkit-transform: translateZ(0) translateY(-5px);
    -ms-transform: translateZ(0) translateY(-5px);
    transform: translateZ(0) translateY(-5px)
}

.featProds .info .name {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 1px;
}

.featProds .info .name a {
    color: #000000
}

.featProds .info .description {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 0px 35px 0px 51px;
}

.featProds .info .feature_divider {
    width: 30px;
    border: 1px solid #0178d6;
    margin: 17px auto
}

@media (max-width: 767px) {
    .featProds .product {
        width: 100%
    }

    .featProds .image {
        max-width: 220px;
        margin: 0 auto
    }
}

.cateList .section {
    margin: 0
}

.image {
    /*height: 200px;*/
}

.cateList .stagger--true .even .img {
    float: right
}

.cateList .stagger--true .even .info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .cateList .stagger--true .even .img {
        float: none
    }

    .cateList .stagger--true .even .info {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.cateList .item {
    position: relative;
    background: #fafafa;
    margin: 10px 0
}

.cateList .col {
    box-sizing: border-box;
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.cateList .img {
    overflow: hidden;
    margin: 0
}

.cateList .img a {
    padding: 0
}

.cateList .img a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cateList .img img {
    width: 100%;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s
}

.cateList .info {
    overflow: hidden
}

.cateList .info.anim .txt {
    -webkit-animation: fadeInDown 1.5s 1;
    -ms-animation: fadeInDown 1.5s 1;
    -o-animation: fadeInDown 1.5s 1;
    animation: fadeInDown 1.5s 1
}

.cateList .txt {
    max-width: 420px;
    padding: 1rem;
    margin: 0 auto
}

.cateList .title {
    color: #000;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 22px
}

.cateList .desc {
    font-size: 12px;
    color: #7f7f7f;
    line-height: 1.5
}

.cateList .btn {
    padding-top: 32px
}

@media (max-width: 768px) {
    .cateList .col {
        display: block;
        width: 100%
    }


}

.collection .sixteen.columns {
    width: 100%;
    margin: 0;
}

.collection .sale_banner {
    display: none
}

.collection .thumbnail .price {
    display: none
}

.collection img {
    vertical-align: middle;
    max-width: 100%;
    /* margin-top: -17px;
    margin-bottom: 23px;*/

}

.collection .ak-section {
    padding: 30px 0
}

.collection .txt-imgs .img {
    padding-top: 2rem
}

.collection .txt-imgs .img ul {
    margin: 0
}

.collection .txt-imgs .img li {
    display: inline-block;
    width: 33.3%
}

.collection .txt-imgs .img img {
    max-width: 80px;
    display: inline-block;
    vertical-align: top
}

.collection .bxslider {
    margin: 0;
    width: 100%;
    height: 768px
}

.collection .bxslider li {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media screen and (max-width: 840px) {
    .collection .bxslider {
        height: 75vh
    }

    .collection .bxslider .slider-title {
        font-size: 1.25rem;
        padding-bottom: 8px
    }

    .collection .bxslider .slider-content {
        font-size: 0.75rem;
        padding: 0 10px;
        width: 80%;
        line-height: 1.5
    }
}

.collection .features {
    padding-top: 50px
}

.collection .features ul {
    list-style: none;
    margin: 0
}

.collection .features li {
    float: left;
    width: 25%;
    margin: 40px 0;
    text-align: center
}

.collection .features img {
    margin-bottom: 10px
}

.collection .features p {
    padding: 0
}

@media screen and (max-width: 767px) {
    .collection .features li {
        float: left;
        width: 50%;
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center
    }

    .collection .features img {
        margin-bottom: 10px;
        height: 60px
    }
}

.collection .innovation {
    background: #ECECEC
}

.collection .innovation ul {
    list-style: none;
    margin: 0
}

.collection .innovation li {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 10px
}

.collection .innovation img {
    width: 100%;
    vertical-align: top
}

.collection .innovation .text {
    height: 290px;
    background-color: white;
    text-align: left;
    padding: 24px
}

.collection .innovation .text p {
    padding-top: 10px;
    line-height: 1.5
}

.collection .innovation .module-title {
    font-size: 24px;
    line-height: 28px
}

@media screen and (max-width: 840px) {
    .collection .innovation li {
        width: 50%
    }

    .collection .innovation .text {
        height: 40vw;
        padding: 12px
    }

    .collection .innovation .module-title {
        font-size: 16px;
        line-height: 18px
    }
}

@media screen and (max-width: 480px) {
    .collection .innovation .text {
        min-height: 160px
    }

    .collection .innovation .text p {
        font-size: 12px
    }

    .collection .innovation .module-title {
        font-size: 14px
    }
}

.collection .bxslider2 li img {
    width: 280px;
    margin: 0 auto
}

@media screen and (max-width: 840px) {
    .collection .bxslider2 li img {
        width: 150px
    }
}

.collection .media {
    text-align: center
}

.collection .media .imgs a.curr img,
.collection .media .imgs a:hover img {
    display: none
}

.collection .media .imgs a.curr .hidden,
.collection .media .imgs a:hover .hidden {
    display: inline-block
}

.collection .media .text {
    padding-top: 1rem
}

.collection .media .title {
    color: black;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 10px
}

@media screen and (min-width: 767px) {
    .collection .media .imgs a {
        display: inline-block;
        width: 48%;
        overflow: hidden;
        vertical-align: middle
    }

    .collection .media .text {
        display: none
    }
}

.products {
    box-sizing: border-box;
    font-size: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products .thumbnail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 31.3%;
    margin: 0 1% 1rem;
    font-size: 1rem;
    background: #FAFAFA;
    vertical-align: top
}

.product_container {
    height: 197px;
}

.products .product_image img {
    width: 76%;
    margin-left: auto;
    margin-top: 28px;
}

@media (max-width: 414px) {}

.products .info {
    color: #7f7f7f;
    font-size: 12px;
    padding: 6px 10px;
    text-align: left;
    height: 112px;
    /*width: 318px;*/
}

@media (min-width: 768px) {
    /* .featured-image--true+div.content {
    padding-top: 3px;
}
    .products .info .title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
}
.products .product_image img {
    width: 69%;
    margin-left: auto;
    margin-top: 27px;
}
.products .info {
    color: #7f7f7f;
    font-size: 12px;
    padding: 6px 10px;
    text-align: left;
    height: 112px;
    width: 92%;
    margin-left: 7px;
}
 .products .thumbnail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 51.3%;
    margin: 0 1% 1rem;
    font-size: 1rem;
    background: #FAFAFA;
    margin: 7px auto;
    vertical-align: top;
}
.products .product_image {
    background: #F0F0F0;
    height: 377px;
}*/
}

.products .product_image .tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #ec641a;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
}

.products .buy {
    line-height: 32px;
    padding: 1rem 1rem 0
}

.products .buy .btn {
    box-sizing: border-box;
    float: right;
    display: inline-block;
    line-height: 32px;
    padding: 0 1.5rem;
    background: #0178d6;
    color: #fff;
    border-radius: 32px;
    cursor: pointer
}

.products .buy .btn.disabled {
    opacity: 0.5
}

.products .buy span {
    font-size: 1.2rem
}



.products .info .title {
    color: #000;
    font-size: 1.5rem;
    /*font-weight: 700;*/
}

.products .info .description {
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 18px;
    max-height: 76px;
}

.products .info .description ul {
    margin: 0;
    letter-spacing: 0.7px;
}

.products .info .description li {
    margin: 0;
    list-style-type: none;
}

@media screen and (max-width: 414px) {
    .product-conta {
        width: 424px;
    }

    /*.thumbnail a {
        display: block;
    padding-bottom: 0.5em;
    color: #363636;
    width: 372px;
    height: 438px;
    margin: 0px auto;
}*/
    #slide-blog,
    #slide-article,
    #slide-collection {
        /*margin-top: 65px;*/
    }
}

@media screen and (max-width: 767px) {
    .products .thumbnail {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 78%;
        margin: 10px auto;
        /* margin: 0 1% 1rem; */
        font-size: 1rem;
        background: #FAFAFA;
        vertical-align: top;
    }

    /*.products .thumbnail.even,
    .products .thumbnail.odd {
        width: auto !important
    }*/
}

.bcbox {
    /*background: #f0f0f0*/
}

.prdbox {
    float: none;
    display: block;
    margin: 0
}

.prdbox .omega {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px
}

.prdbox .thumbbox {
    /*background: #F0F0F0;*/
    color: #000;
    height: 595px;
}

.prdbox .thumbbox .slides {
    /*padding: 0 50px;*/
    /*height: 420px;*/
}

.prdbox .thumbbox .ss-icon {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.prdbox .thumbbox .flex-prev {
    left: 0;
    opacity: 0.6
}

.prdbox .thumbbox .flex-next {
    right: 0;
    opacity: 0.6
}

.prdbox .thumbbox .icon-circle-left,
.prdbox .thumbbox .icon-circle-right {
    margin-right: 0;
    margin-left: 0;
    font-size: 40px
}

.prdbox .thumbbox .icon-circle-left,
.prdbox .thumbbox .icon-circle-right {
    position: relative;
    width: 30%;
    height: 30%;
    border: solid #999;
    display: inline-block;
    border-width: 0 1px 1px 0;
    margin: 35% 0 0 0
}

.prdbox .thumbbox .icon-circle-left:before,
.prdbox .thumbbox .icon-circle-right:before {
    display: none
}

.prdbox .thumbbox .icon-circle-left {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.prdbox .thumbbox .icon-circle-right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.prdbox .thumbbox .description{color:#777;font-size:12px;line-height:1.5}

.prdbox .thumbbox .description ul {
    margin-left: 1em
}



/*#procut-detail .prdbox .tagline {
   margin-bottom: 20px;
    font-size: 14px;
    color: #1b1b1b;
    font-weight: 600;
    width: 67%;
    font-family: '微软雅黑';
}*/

.prdbox .flex-control-thumbs {
    text-align: center
}

.prdbox .flex-control-thumbs li,
.prdbox .flex-control-thumbs li:first-child {
    width: 8%;
    /*max-height: 40px;*/
    vertical-align: middle;
    margin: 15px 2% 0
}

.prdbox .flex-control-thumbs li {
    position: relative;
    padding-bottom: 2px
}

.prdbox .flex-control-thumbs .active {
    border-bottom: 2px solid #000
}

.prdbox .line {
    height: 2px;
    background: #000;
    width: 60px
}

.prdbox .description {
    margin: 20px 0 1rem
}

.prdbox .tabbox {
    background: #fff;
    line-height: 1.5
}

.prdbox .tabbox .hide {
    display: none
}

.prdbox .tabbox .nav {
    list-style: none;
    width: 801px;
    margin: 0px auto;
    border-bottom: 1px solid #eee;
}

.prdbox .tabbox .nav li {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 126px;
    margin-top: 0em;
    background: #ededed;
    cursor: pointer;
    font-weight: 900;
    height: 39px;
    border-radius: 15px 15px 0px 0px;
}

.prdbox .tabbox .nav .active {
    background: #cccccc;
    height: 39px;
    border-radius: 15px 15px 0px 0px;
}

/*.prdbox .tabbox .nav .active:after {
    content: "";
    display: block;
    background: #0178d6;
    width: 30px;
    height: 2px;
    margin-bottom: -1px;
    position: absolute;
    bottom: 0
}
*/
.prdbox .tabbox .cnt {
    padding-top: 10px;
    background-color: #fff;
    /*height: 2762px;*/
}

.prdbox .tabbox .cnt table th,
.prdbox .tabbox .cnt table td {
    border: none;
    padding: 16px 8px
}

.prdbox .tabbox .cnt table tr:first-child {
    border-top: none
}

.prdbox .tabbox .cnt .item {
    display: none;
    max-width: 801px;
    margin: 0px auto;
}

.prdbox .tabbox .cnt .item div img:fisrt-child {
    max-width: 100%;
}

.prdbox .tabbox .cnt .active {
    display: block
}

.prdbox .tabbox .faq {
    font-size: 12px
}

.prdbox .tabbox .faq ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    float: left;
    width: 50%
}

.prdbox .tabbox .faq ul:nth-child(1) {
    padding-right: 2%
}

.prdbox .tabbox .faq ul li {
    height: 40px;
    padding: 0px;
    font-size: 18px;
    line-height: 44px;
    text-indent: 121px;
    margin: 0px;
}

.prdbox .tabbox .faq ul:nth-child(1) {
    width: 276px
}

.prdbox .tabbox .faq ul:nth-child(1) li {
    width: 276px;
    text-indent: 41px;
}

.prdbox .tabbox .faq ul:nth-child(2) li {
    width: 276px;
    text-indent: 41px;
}

.prdbox .tabbox .faq ul li:nth-child(1) {
    /*margin-bottom: 3rem*/
    background: #fff;
}

.prdbox .tabbox .faq ul li:nth-child(2) {}

.prdbox .tabbox .faq ul li:nth-child(3) {
    /*margin-bottom: 3rem*/
    background: #fff;
}

.prdbox .tabbox .faq ul li:nth-child(5) {
    /*margin-bottom: 3rem*/
    background: #fff;
}

.prdbox .tabbox .faq ul li:nth-child(7) {
    /*margin-bottom: 3rem*/
    background: #fff;
}

.prdbox .tabbox .faq ul li:nth-child(9) {
    /*margin-bottom: 3rem*/
    background: #fff;
}

.prdbox .tabbox .faq ul li:nth-child(11) {
    /*margin-bottom: 3rem*/
    background: #fff;
}

.prdbox .tabbox .faq ul li:nth-child(13) {
    /*margin-bottom: 3rem*/
    background: #fff;
}

.prdbox .tabbox .faq ul li:nth-child(15) {
    /*margin-bottom: 3rem*/
    background: #fff;
}

.prdbox .tabbox .faq ul:nth-child(1) h6 {
    color: #000
}

.prdbox .tabbox .faq ul:nth-child(1) article {
    padding: 10px;
    background: #F5F5F5;
    font-weight: 900
}

.prdbox .tabbox .faq ul:nth-child(2) li {
    border-left: 1px solid #ddd;
    padding-left: 10px;
    width: 508px;
}

/*.divheight{
    height: 2762px
}
.faq{
    height: 620px
}*/
.prdbox .tabbox .faq ul:nth-child(2) h6 {
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .prdbox .tabbox .faq ul {
        float: none;
        width: auto
    }

    .prdbox .tabbox .faq ul:nth-child(1) {
        padding-right: 0
    }
}

.prdbox .tabbox .faq li {
    margin: 0 0 1rem
}

.prdbox .tabbox .faq h6 {
    color: #0178d6;
    font-size: 14px;
    font-weight: 900
}

.prdbox .tabbox .faq article {
    word-break: break-word
}

.prdbox .tabbox .faq article i {
    font-style: normal;
    font-size: 22px
}

.prdbox .descbox {
    background: #F0F0F0
}

.prdbox .descbox .container {
    max-width: 800px
}

@media screen and (max-width: 767px) {
    .prdbox .descbox .description h4 {
        clear: both;
        padding-top: 15px
    }
}

.prdbox .compbox .container {
    max-width: 980px
}

.prdbox .compbox img {
    max-width: 100%
}

.prdbox .compbox h4,
.prdbox .compbox h5,
.prdbox .compbox h6 {
    margin: 0;
    padding: 0
}

.prdbox .compbox table th,
.prdbox .compbox table td {
    border: none;
    padding: 50px 4px
}

.prdbox .compbox table .space20 th,
.prdbox .compbox table .space20 td {
    padding: 20px 4px
}

.prdbox .compbox table tr:first-child {
    border-top: none
}

.prdbox .compbox table tr:nth-child(-n+2) td:nth-child(n+2) {
    border-left: 30px solid #fff
}

@media screen and (max-width: 767px) {

    .prdbox .compbox table th,
    .prdbox .compbox table td {
        padding: 20px 2px !important
    }

    .prdbox .compbox table td:nth-child(n+3) {
        display: none
    }
}

.product .ext-info {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

.product .ext-info .hide {
    display: none
}

.product .ext-info .btn {
    display: block;
    background: #0178d6;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    text-align: center;
    font-family: Raleway;
    font-weight: bold;
    font-size: 1rem;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    border-radius: 25px
}

.product .ext-buy {
    padding-top: 1.6rem
}

.product .ext-price span {
    font-size: 22px;
    font-weight: 900
}

.product .ext-price del {
    color: #777;
    font-size: 14px;
    padding-left: 1rem
}

.product .ext-buy p,
.product .ext-price p {
    display: none
}

.product .ext-buy .active,
.product .ext-price .active {
    display: block
}

.product .ext-cnty h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 900
}

.product .ext-cnty .btn {
    background: none;
    color: #000;
    padding: 5px 16px;
    border: 1px solid #000;
    width: auto;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400
}

.product .ext-cnty .active {
    color: #0178d6;
    border-color: #0178d6
}

.giveaway {
    color: #000
}

.giveaway img {
    max-width: 100%
}

.giveaway .title {
    margin: 0 auto 20px;
    line-height: 1.2
}

.giveaway .container {
    position: relative;
    margin: 0 auto;
    padding: 0px 0;
    max-width: 1000px
}

.giveaway .banner {
    position: relative;
    overflow: hidden
}

.giveaway .banner img {
    max-width: none;
    width: 100%
}

.giveaway .banner .mob {
    display: none
}

.giveaway .banner .wide {
    display: block
}

.giveaway .banner .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.giveaway .banner .container {
    text-align: center
}

.giveaway .banner .center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.giveaway .banner .bottom {
    top: 62%
}

.giveaway .banner .btn {
    display: inline-block;
    line-height: 2rem;
    border-radius: 2rem;
    background: #000;
    color: #fff;
    padding: 0 1.5rem
}

.giveaway .banner .btn:hover {
    box-shadow: 0 0 8px #666
}

@media screen and (max-width: 767px) {
    .giveaway .banner .wide {
        max-width: none;
        width: 200%;
        -webkit-transform: translate(-25%);
        -ms-transform: translate(-25%);
        transform: translate(-25%)
    }

    .giveaway .banner.has-mob .mob {
        display: block
    }

    .giveaway .banner.has-mob .wide {
        display: none
    }
}

.giveaway .howto {
    padding: 3rem 0;
    overflow: hidden;
    background-color: #e6800b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -999rem;
    color: #fff
}

.giveaway .howto .title {
    clear: none;
    color: #fff;
    text-align: left
}

.giveaway .howto .title:after {
    content: "";
    display: block;
    width: 2rem;
    height: 1px;
    margin: 12px 0 0;
    background: #fff
}

.giveaway .howto .img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 500px;
    margin: 0
}

.giveaway .howto .bg {
    max-width: 100%
}

.giveaway .howto .txt ul {
    list-style: none;
    margin: 0
}

.giveaway .howto .txt li {
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 0.6rem
}

.giveaway .howto .txt li:before {
    vertical-align: middle;
    display: inline-block;
    content: '\2022';
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0 0 -0.6rem;
    font-size: 0.6rem;
    text-align: left
}

@media screen and (max-width: 767px) {
    .giveaway .howto .title {
        text-align: center
    }

    .giveaway .howto .title:after {
        margin: 5px auto 0
    }
}

.giveaway .prod {
    padding: 3rem 0
}

.giveaway .prod .box {
    display: table;
    width: 100%
}

.giveaway .prod .col {
    display: table-cell;
    vertical-align: top
}

.giveaway .prod .img {
    position: relative;
    width: 45%
}

.giveaway .prod .icon {
    position: absolute;
    background: #e6800b;
    color: #fff;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 5%
}

.giveaway .prod .icon span {
    display: block
}

.giveaway .prod .icon .tit {
    font-size: 1.2rem
}

.giveaway .prod .icon .price {
    text-decoration: line-through
}

.giveaway .prod .txt {
    padding: 5% 0 0 3%
}

.giveaway .prod .txt .title {
    text-align: left;
    font-size: 24px
}

.giveaway .prod .txt .btn {
    padding-top: 10px
}

.giveaway .prod .txt .btn a {
    display: inline-block;
    line-height: 2rem;
    background: #e6800b;
    color: #fff;
    padding: 0 1.5rem
}

.giveaway .prod .txt .btn a:hover {
    box-shadow: 0 0 8px #666
}

@media screen and (max-width: 767px) {
    .giveaway .prod .col {
        display: block;
        width: 100%;
        padding: 0
    }

    .giveaway .prod .txt .title {
        text-align: center
    }
}

.giveaway .entry {
    padding: 3rem 0;
    background: #ececec;
    color: #000
}

.giveaway .entry ul {
    margin: 0;
    font-size: 0;
    text-align: center
}

.giveaway .entry li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    text-align: center;
    margin: 0
}

.giveaway .entry li .scaptcha {
    width: auto
}

.giveaway .entry li .scaptcha img {
    height: 40px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .giveaway .entry li .scaptcha input {
        width: auto;
        font-size: 14px !important
    }
}

.giveaway .entry .arrow {
    font-size: 1.2rem;
    vertical-align: middle;
    margin: 0;
    line-height: 40px;
    color: #e6800b;
    padding: 0 1rem
}

.giveaway .entry h6 {
    font-size: 1.1rem;
    color: #e6800b;
    padding-top: 0.5rem;
    font-family: inherit
}

.giveaway .entry input[type="email"],
.giveaway .entry input[type="text"],
.giveaway .entry button,
.giveaway .entry .button {
    height: 40px !important;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    width: 260px;
    font-size: 14px
}

.giveaway .entry input {
    margin: 0;
    font-size: 0.9rem;
    border: 1px solid #ddd
}

.giveaway .entry input:focus {
    border-color: #666
}

.giveaway .entry button,
.giveaway .entry .button {
    border: none
}

.giveaway .entry .share {
    background: #fff;
    color: #333
}

.giveaway .entry .share:hover {
    box-shadow: 0 0 5px #666
}

.giveaway .entry .enter {
    color: #fff;
    background: #999;
    cursor: not-allowed
}

.giveaway .entry .enter.enable {
    background: #e6800b
}

.giveaway .entry .enter:hover {
    box-shadow: 0 0 5px #666
}

.giveaway .entry .fb {
    display: inline-block;
    background: #3c5a99;
    font-size: 1.6rem;
    color: #fff;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    margin-right: 0.5rem
}

.giveaway .entry .msg {
    text-align: center
}

.giveaway .entry .module-subtitle {
    font-size: 16px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .giveaway .entry .arrow {
        display: none
    }

    .giveaway .entry li {
        padding: 2.2rem 0 1rem
    }

    .giveaway .entry h6 {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        padding-top: 0
    }
}

.giveaway .rules {
    padding: 3rem 0;
    background: #fff
}

.giveaway .rules .info {
    margin: 0;
    list-style: none;
    font-size: 0.9rem
}

.giveaway .rules .info li {
    float: left;
    vertical-align: top;
    width: 50%;
    padding-right: 1rem
}

.giveaway .rules li {
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 0.6rem
}

.giveaway .rules li:before {
    vertical-align: middle;
    display: inline-block;
    content: '\2022';
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0 0 -0.6rem;
    font-size: 0.6rem;
    text-align: left
}

.giveaway .rules .idx {
    display: none
}

@media screen and (max-width: 767px) {
    .giveaway .rules .info li {
        float: none;
        width: 100%
    }
}

.page-custom .bcg.light .headline {
    color: #fff
}

.page-custom .bcg.light .desc {
    color: #fff
}

.page-custom .bcg.dark .headline {
    color: #000
}

.page-custom .bcg.dark .desc {
    color: #000
}

.page-custom .bcg.bg-auto .bg {
    display: block;
    visibility: hidden;
    width: 100%;
    max-width: none
}

@media screen and (max-width: 767px) {
    .page-custom .bcg.bg-auto .bg {
        width: 200%
    }
}

.page-custom .bcg.bg-auto .hsContainer {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: 0;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-custom .bcg.bg-auto .pos-center {
    top: 8%;
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%)
}

.page-custom .bcg .bg {
    display: none
}

.page-custom .bcg .align-center {
    text-align: center
}

.page-custom .bcg .align-center h1 {
    text-align: center
}

.page-custom .bcg .pos-center {
    padding-top: 8%
}

.page-downloads .hsContent h1 {
    font-size: 30px;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .page-downloads .hsContent h1 {
        font-size: 1.3em
    }
}

.page-downloads img {
    max-width: 100%
}

.page-downloads .fr {
    float: right
}

.page-downloads header {
    clear: both;
    background: #EDEDED;
    padding: 15px 2%;
    margin-bottom: 2rem
}

.page-downloads header .col {
    display: table-cell
}

.page-downloads header .main {
    padding-right: 5%
}

.page-downloads header .sub {
    width: 320px
}

.page-downloads header .tit {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2
}

.page-downloads header select {
    border-radius: 40px;
    padding: 0 15px
}

@media screen and (max-width: 767px) {
    .page-downloads header .col {
        display: block;
        padding: 0 5px;
        margin: 0;
        width: auto
    }

    .page-downloads header .sub {
        padding-top: 1rem
    }
}

.page-downloads main h5,
.page-downloads main h6 {
    line-height: 1.2
}

.page-downloads .type {
    display: none
}

.page-downloads .type.active {
    display: block
}

.page-downloads .dnav {
    list-style: none;
    margin: 0 0 20px;
    border-bottom: 1px solid #f6f6f6;
    padding: 0 15px
}

.page-downloads .dnav li {
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 6px 4% 10px 0;
    cursor: pointer
}

.page-downloads .dnav .active {
    color: #0178d6
}

.page-downloads .dnav .active:after {
    content: "";
    display: block;
    background: #0178d6;
    width: 30px;
    height: 2px;
    margin-bottom: -1px;
    position: absolute;
    bottom: 0
}

.page-downloads .dcnt {
    padding: 1rem 15px;
    display: none
}

.page-downloads .dcnt.active {
    display: block
}

.page-downloads .chd {
    padding-bottom: 1rem
}

.page-downloads .chd h5 {
    font-size: 16px;
    padding-bottom: 2px
}

.page-downloads .list {
    list-style: none;
    margin: 0;
    display: table;
    width: 100%
}

.page-downloads .list li {
    display: table-row
}

.page-downloads .list .col {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #f6f6f6;
    padding: 20px 0
}

.page-downloads .list .thumb,
.page-downloads .list .downs {
    padding: 20px 0
}

.page-downloads .list .thumb {
    width: 180px
}

.page-downloads .list .downs {
    padding-left: 5%;
}

.page-downloads .list h6 {
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .page-downloads .list {
        display: block
    }

    .page-downloads .list li {
        display: block
    }

    .page-downloads .list .col {
        display: block;
        width: auto;
        padding: 0;
        border: none
    }

    .page-downloads .list .thumb {
        text-align: center
    }
}

.page-downloads .thumb h6 {
    font-size: 12px;
    margin-bottom: 1.5rem
}

.page-downloads .thumb .btn {
    display: block;
    line-height: 32px;
    border-radius: 32px;
    padding: 0 20px;
    border: 1px solid #666;
    color: #777
}

.page-downloads .downs ul {
    list-style: none;
    margin: 0;
    display: table;
    width: 100%;
}

.page-downloads .downs li {
    display: table-row
}

.page-downloads .downs .thead {
    background: #EDEDED
}

.page-downloads .downs .thead .td {
    padding: 8px
}

.page-downloads .downs .td {
    display: table-cell;
    padding: 20px 8px;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
    word-break: break-word;
    line-height: 1.2
}

.page-downloads .downs .name {
    text-align: left
}

.page-downloads .downs .date {
    width: 75px
}

.page-downloads .downs .size {
    width: 70px
}

.page-downloads .downs .down,
.page-downloads .downs .preview {
    width: 60px
}

.mycontainer p {
    font-size: 16px;
}

@media screen and (max-width: 649px) {
    .mycontainer p {
        font-size: 14px;
    }
}

@media screen and (max-width: 412px) {
    .mycontainer p {
        font-size: 11px;
    }
}

@media screen and (max-width: 577px) {
    .mycontainer p {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {

    .page-downloads .downs .down,
    .page-downloads .downs .preview {
        width: auto
    }
}

.page-downloads .t-apps .stores {
    display: table;
    width: 100%;
    padding: 0;
    background: #EDEDED;
    color: #777
}

.page-downloads .t-apps .stores .col {
    padding: 10px 15px
}

.page-downloads .t-apps .stores .name {
    font-weight: 900
}

.page-downloads .t-apps .stores .prop {
    padding-left: 0;
    white-space: nowrap
}

.page-downloads .t-apps .stores .prop table {
    margin: 0;
    border-left: 1px solid #999
}

.page-downloads .t-apps .stores .prop tr,
.page-downloads .t-apps .stores .prop td {
    border: none
}

.page-downloads .t-apps .stores .prop td {
    padding: 0 0 0 15px;
    width: 50%
}

.page-downloads .t-apps .stores .store {
    border: none;
    padding: 0;
    width: 50%
}

/*@media screen and (max-width: 960px) {
    .page-downloads .t-apps .stores .name {
        width: 52px
    }

    .page-downloads .t-apps .stores .store {
        display: table;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .page-downloads .t-apps .stores .prop {
        padding-left: 15px
    }
}*/

.page-downloads .t-apps .applink {
    padding-top: 1rem
}

.page-downloads .t-apps .applink img {
    height: 39px
}

.crowdfunding .dark {
    background: #000;
    color: #fff
}

/*.crowdfunding .bcg {
    overflow: hidden
}
*/
.crowdfunding .bcg .bg {
    width: 100%
}

/*
@media (max-width: 767px) {
    .crowdfunding .bcg .bg {
        max-width: none;
        width: 150%;
        -webkit-transform: translate(-16.66667%);
        -ms-transform: translate(-16.66667%);
        transform: translate(-16.66667%)
    }
}*/

.crowdfunding .align-center,
.crowdfunding .align-center h1 {
    text-align: center
}

.crowdfunding .hsContainer {
    padding-bottom: 2rem;
    position: absolute;
    bottom: 10%;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

/*@media (max-width: 767px) {
    .crowdfunding .hsContainer {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: -10%
    }
}*/

.crowdfunding h1 {
    font-size: 26px;
    line-height: 1.2
}

.crowdfunding .sub {
    padding-top: 3.5rem
}

.crowdfunding .sub .hd {
    padding-bottom: 0.8rem
}

.crowdfunding .sub form.disabled .sign_up,
.crowdfunding .sub .sign_up[disabled] {
    background: #444
}

.crowdfunding .capbox input,
.crowdfunding .capbox button {
    outline: none;
    box-shadow: none;
    padding: 0 12px;
    height: 34px;
    border-radius: 20px
}

.crowdfunding .capbox .scaptcha {
    margin: 0 auto
}

.crowdfunding .capbox .scaptcha .img img {
    border-radius: 20px
}

.crowdfunding .subbox {
    position: relative;
    display: inline-block
}

.crowdfunding .subbox .input {
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400
}

.crowdfunding .subbox .contact_email {
    display: inline-block;
    border-radius: 20px
}

.crowdfunding .subbox .sign_up {
    background: #00c0ff;
    border-radius: 20px
}

@media (min-width: 768px) {
    /* .crowdfunding .subbox {
        background: #fff;
        border-radius: 25px;
        height: 40px;
        overflow: hidden
    }

    .crowdfunding .subbox .input {
        height: 40px;
        line-height: 40px;
        padding: 0 1rem
    }

    .crowdfunding .subbox .contact_email {
        border: none;
        width: auto;
        min-width: 260px;
        padding: 0 1.5rem
    }

    .crowdfunding .subbox .sign_up {
        height: 36px;
        line-height: 36px;
        margin: 2px;
        vertical-align: top
    }*/
}

.crowdfunding .agreePolicy input[type='checkbox'] {
    vertical-align: 0
}

.newsLForm input[type="email"] {
    min-height: unset;
    height: 30px !important;
    font-size: 14px !important
}

.newsLForm .sign_up {
    font-size: 15px !important
}

.newsLForm .scaptcha {
    padding: 1em 0;
    display: table
}

.newsLForm .scaptcha .col {
    padding: 0;
    display: table-cell;
    vertical-align: top
}

.newsLForm .scaptcha .txt {
    padding-right: 1rem
}

.newsLForm .scaptcha .img {
    width: 100px
}

.newsLForm .scaptcha .img img {
    height: 30px;
    cursor: pointer;
    border-radius: 4px
}

.newsLForm .scaptcha input {
    height: 30px;
    min-height: unset;
    margin: 0
}

@media only screen and (min-width: 768px) {
    #accessory .container {
        position: relative;
        width: 658px;
        margin: 0 auto;
        padding: 0;
    }

    #product-list .container {
        position: relative;
        width: 658px;
        margin: 0 auto;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .featProds .product {
        box-sizing: border-box;
        float: left;
        width: 100%;
        height: auto;
        padding: 0 10px;
        margin: 26px auto;
        text-align: center;
    }

    .bcg {
        background-size: cover;
        height: 88%;
        margin-top: 4em;
        width: 100%;
        background-repeat-x: 10px;
        background-position-y: 110%;
        background-position-x: 41%;
        /* background-position: -12px; */
    }

    #content_wrapper {
        margin-top: 66px;
    }

    #header {
        display: block;
        padding: 0px;
        width: 100%;
        height: 66px;
    }

    #slide-banner .bcg3 {
        background-image: url(/static/upload/image/20200810/1597049107584514.png);
        width: 100%;
        background-size: contain;
        height: auto;
        margin-top: 77px;
    }

    .bcg {
        margin-top: 66px;
    }

    #warranty #slide-banner .bcg1 {
        width: 100%;
        background-position-x: 76%;
        height: 69%;
        margin-top: 8%;
        background-size: cover;
    }

    #downlods .bcg {
        background-image: url(/static/upload/image/20200810/1597049208656652.png);
        width: 100%;
        height: 100%;
        background-size: cover;
        margin-top: 8%;
    }

    #slide-banner .bcg3 {
        /* background-image: url(/static/upload/image/20200810/1597049107584514.png); */
        width: 100%;
        background-size: cover;
        height: 79%;
        background-position: 71%;
        margin-top: 67px;
    }

    #contact- .bcg1 {
        width: 100%;
        background-position-x: 89%;
        height: 82%;
        background-size: cover;
        margin-top: 9%;
    }

    #header a.mobile_logo {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 18px;
        line-height: 34px;
        z-index: 0;
        width: 50%;
    }

    #header a.mobile_logo img {
        /* width: auto;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;*/
        width: auto;
        max-width: 157px;
        max-height: 39px;
        padding-top: 0px;
    }

    .header-section,
    .header-background--true {
        height: 65px;
        background: black;
        display: none;
    }

    .swiper-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        /*margin-top: 4em;*/
        z-index: 1;
    }

    #buttomwarp .colitem-first>img {
        margin-top: 1.7em;
        margin-left: 3em;
    }

    #slide-banner .bcg2 {
        background-image: url(/static/upload/image/20200810/1597049079945212.png);
        width: 100%;
        background-size: contain;
        /*margin-top: 66px;*/
    }

    .quan {
        width: 300px;

        margin-top: 3em;
        position: absolute;
        top: 12%;
        right: 20%;
        /* -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.9s;*/
    }

    .btn {
        background: #0178D6;
        border-radius: 44px;
        height: 26px;
        line-height: 2.3em;
        text-indent: 11px;
        font-size: 8px;
        width: 81px;
        font-weight: 500;
        display: inline-block;
        margin-top: 0.8em;
        padding: 0;
    }
}

/*@media (min-width: 768px) {
    .newsLForm input[type="email"] {
        width: 420px
    }

    .newsLForm .sign_up {
        width: 420px !important
    }

    .newsLForm .scaptcha {
        width: 420px
    }
}
.minwidth{
        max-width: 69em;
            margin: 0px auto;
}
}*/
/*@media  (max-width: 1024px)  {
    .featProds .product {
    box-sizing: border-box;
    float: left;
    width: 101%;
    height: 380px;
    padding: 0 10px;
    text-align: center;
}
#header {
    display: block;
    padding: 0px;
    width: 100%;
    height: 66px;
}
#header a.mobile_logo {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 34px;
    z-index: 0;
    width: 50%;
}
#header a.mobile_logo img {
    width: auto;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
}
.header-section, .header-background--true {
    height: 91px;
    background: black;
    display: none;
}
#buttomwarp .colitem-first>img {
    margin-top: 1.7em;
    margin-left: 3em;
}
#buttomwarp .colitem-three {
    margin-top: 0em;
    margin-left: 0em;
}
#buttomwarp .colitem-first>img {
    margin-top: 1.7em;
    margin-left: 0em;
}
.quan {
    width: 300px;
    margin-left: 34em;
    margin-top: 7em;
    position: absolute;
    top: 12%;
    left: 2%;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.9s;
}
.swiper-slide .title {
    font-size: 35px;
    font-weight: 300;
}
.swiper-slide .subtitle {
    font-size: 18px;
    margin-top: 0.8em;
    letter-spacing: 2px;
}
}*/
.ulone {
    width: 220px;
}

.ulone li {
    width: 200px
}

@media only screen and (max-width: 414px) {
    .products .thumbnail- {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
        margin: 10px auto;
        /* margin: 0 1% 1rem; */
        font-size: 1rem;
        background: #FAFAFA;
        vertical-align: top;

    }

    .sixteen .container {
        width: 312px;
        margin: 0px auto;
        /* margin-left: 48px; */
    }

    .swiper-wrapper img {
        /*height: 264px;*/
    }

    .container .eight.columns {
        margin-left: 0em;
    }

    .quan {
        /* width: 300px; */
        margin-top: 3em;
        position: absolute;
        top: 23%;
        right: 6%;
        /* -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.9s;*/
    }

    .products .thumbnail {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 80%;
        margin: 10px auto;
        /* margin: 0 1% 1rem; */
        font-size: 1rem;
        background: #FAFAFA;
        vertical-align: top;
    }

    .products .product_image {
        background: #F0F0F0;
        height: 223px;
    }

    .products .product_image- {
        background: #F0F0F0;
        /* height: 276px; */
        /*padding: 23px;*/
    }

    .products .info .description {
        margin-top: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        line-height: 18px;
        /*width: 300px;*/
        max-height: 78px;
    }

    .clearfix .container {
        /*width: 418px;*/
        margin: 0px auto;
    }
}