body {
    margin: 0;
    padding: 0;
}

ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #4293FF;
    text-decoration: none;
}

a:hover {
    color: #FF0700;
    text-decoration: none;
}

a,
input,
button,
select,
textarea {
    border: none;
    outline: none;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

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

.clearfix:after {
    clear: both;
}

.c-dropdown-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-dropdown-box {
    padding: 50px 90px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(54, 39, 42, 0.74);
    font-size: 16px;
}

.c-dropdown-box a {
    color: #fff;
    text-decoration: none;
}

.c-dropdown-box a:hover {
    color: #9f0002;
}

.c-class-title>a {
    font-weight: 600;
}

.c-class-title {
    margin-bottom: 0;
}

.c-shop-class>ul>li {
    float: left;
    padding-right: 50px;
    line-height: 38px;
    height: 38px;
}

.c-shop-class {
    margin-bottom:20px;
}

.c-shop-class:last-child {
    margin-bottom: 0;
}

#five-img-box {
    margin-top: 3px;
}

#five-img-box img {
    width: 100%;
    height: auto;
}

#five-img-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}

.c-grid {
    display: flex;
    flex-wrap: nowrap;
}

.c-cell {
    flex: 1;
    position: relative;
}

.cell-1 {
    flex: 1;
}

.c-cell.c-cell-100 {
    flex: 0 0 100%;
    margin: 0;
}

.c-cell.c-cell-50 {
    flex: 0 0 50%;
}

.c-cell.c-cell-33 {
    flex: 0 0 33.3333%;
}

.c-cell.c-cell-25 {
    flex: 0 0 25%;
}

.c-cell.c-cell-66 {
    width: 66.66666%;
}

.c-cover {
    background: rgba(54, 39, 42, 0.5);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 300ms linear;
    text-align: center;
}

.c-flex {
    display: flex;
}

.c-cover:hover {
    opacity: 0;
}

.c-cover-box {
    height: 100%;
    position: relative;
    font-size: 40px;
}

.c-center-center {
    justify-content: center;
    align-items: center;
}

.padding-r {
    padding-right: 4px;
}

.padding-b {
    padding-bottom: 4px;
}

.padding-l {
    padding-left: 4px;
}

.padding-t {
    padding-top: 4px;
}

.c-cover>p {
    margin: 10px;
}

.c-bg-title {
    font-size: 1.5em;
}

.c-small {
    font-size: 0.75em;
}

.c-bg-img {
    flex-direction: column;
}

.c-footer-box {
    background: #EEEEEE;
    padding: 40px 0;
    overflow: hidden;
}

.c-footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: "RobotoThin";*/
}

.c-copy {
    text-align: center;
  margin-top:30px;
}

.c-line-form [type="email"] {
    border: 1px solid #ccc;
    padding-left: 10px;
    height: 46px;
    width: 66.666%;
    font-size: 14px;
    color: #666;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.c-line-form [type="text"] {
    border: 1px solid #ccc;
    padding-left: 10px;
    height: 46px;
    width: 66.666%;
    font-size: 14px;
    color: #666;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.c-line-form [type="submit"] {
    border: none;
    width: 33.3333%;
    vertical-align: bottom;
    height: 46px;
    background: #9f0002;
    color: #ffffff;
    font-size: 16px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    outline: none;
    float: right;
}

.c-line-form [type="submit"]:hover {
    background: #DB0B0B;
    outline: none;
}

.c-product {
    /*min-width:720px; chh5/3*/
    padding: 0 15px;
}

.c-product ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.c-product li {
    margin-bottom: 10px;
}

.c-product a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.c-product a:hover {
    color: #9f0002;
}

.c-product li:first-child {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 36px;
}

.c-share-box {
    display: flex;
    flex-direction: column;
    /*min-width:310px;*/
    justify-content: center;
    text-align: center;
}

.c-share-title {
    font-size: 29px;
    color: #333;
    margin-bottom: 48px;
}

.c-share {
    margin-right: 20px;
}

.c-row {
    width: 100%;
}

.c-l-width-100,
.c-l-width-80,
.c-l-width-66,
.c-l-width-50,
.c-l-width-40,
.c-l-width-33,
.c-l-width-25,
.c-l-width-20,
.c-l-width-10,
.c-s-width-100,
.c-s-width-80,
.c-s-width-66,
.c-s-width-50,
.c-s-width-40,
.c-s-width-33,
.c-s-width-25,
.c-s-width-20 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.r-img {
    width: 100%;
}

.img-scale {
    transition: all 300ms linear;
}

.detail-shop-box {
    padding: 0 15px;
    margin-top: 30px;
}

.detail-shop-img {
    overflow: hidden;
}

.img-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.c-detail-shop-title {
    text-align: center;
    font-size: 34px;
    font-weight: 200;
    color: #000;
    /*font-family: RobotoThin;*/
    margin-top: 40px !important;
    margin-bottom: 40px;
}

@media screen and (min-width:768px) {
    .c-l-width-100 {
        width: 100%;
    }
    .c-l-width-80 {
        width: 80%;
    }
    .c-l-width-66 {
        width: 66.6666%;
    }
    .c-l-width-50 {
        width: 50%;
    }
    .c-l-width-40 {
        width: 40%;
    }
    .c-l-width-33 {
        width: 33.3333%;
    }
    .c-l-width-25 {
        width: 25%;
    }
    .c-l-width-20 {
        width: 20%;
    }
    .c-l-width-10 {
        width: 10%;
    }
    .c-l-hidden {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .c-s-width-100 {
        width: 100%;
    }
    .c-s-width-80 {
        width: 80%;
    }
    .c-s-width-66 {
        width: 66.6666%;
    }
    .c-s-width-50 {
        width: 50%;
    }
    .c-s-width-40 {
        width: 40%;
    }
    .c-s-width-33 {
        width: 33.3333%;
    }
    .c-s-width-25 {
        width: 25%;
    }
    .c-s-width-20 {
        width: 20%;
    }
    .c-s-width-10 {
        width: 10%;
    }
    .c-s-hidden {
        display: none;
    }
    .c-detail-title {
        font-size: 12px !important;
    }
    .c-detail-content {
        font-size: 10px !important;
    }
}

.c-detail {
    /*font-family: "RobotoThin";*/
    max-width: 1480px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.c-caption {
    padding-top: 14px;
    text-align: center;
    color: #888888;
    height: 145px;
}

.c-detail-title {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px !important;
}

.c-detail-content {
    font-size: 14px;
    font-weight: 300;
}

.c-detail-content>a {
    color: #333;
}

.c-detail-content>a:hover {
    color: #9f0002;
}

.c-small-title {
    padding: 20px 0;
}

.c-bg-title.active {
    color: #9f0002;
}

.c-shop-side {
    position: fixed;
    top: 180px;
    padding: 0 0 20px 60px;
    transition: all 300ms linear;
}

.c-one-class {
    padding-bottom: 10px;
}

.c-one-class>h3 {
    padding: 0 0 5px 10px;
    cursor: pointer;
	font-size:16px;

}

.c-one-class li {
    padding-left: 30px;
  margin:15px 0;
}

.c-one-class li>a {
    display: inline-block;
    color: #888;
    transition: padding 300ms linear;
}

.c-one-class li>a:hover {
    color: black;
    padding-left: 10px;
    border-left: 2px solid #9f0002;
}

.c-one-class li>a.active {
    color: #9f0002;
    padding-left: 10px;
    border-left: 2px solid #9f0002;
}


/*2017/4/28*/

@media screen and (max-width:1280px) {
    viewport {
        width: device-width;
    }
    .c-cover {
        font-size: 30px!important;
    }
    .c-cover p {
        font-size: 45px!important;
    }
    .c-cover p span {
        font-size: 28px!important;
        margin-top: 33px!important;
        line-height: 30px!important;
    }
    .c-cell-s-100 {
        flex: 0 0 100%;
    }
    .c-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .c-footer>div:first-child {
        margin-bottom: 12px;
    }
    .c-share-title {
        margin-bottom: 16px;
        text-align: center;
        font-size: 14px;
        margin-right: 10px;
    }
    .c-footer-box {
        padding-bottom: 10px;
    }
    .c-share-box {
        padding-bottom: 16px;
    }
}

@media screen and (max-width:1500px) and (min-width:1200px) {
    .c-share {
        margin-right: 0px;
    }
    .c-share-title {
        font-size: 24px;
        color: #333;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:980px) {
    .c-cell.c-cell-m-25 {
        flex: 0 0 25%;
    }
    .c-cell.c-cell-m-50 {
        flex: 0 0 50%;
    }
    .c-line-form {}
    .c-share {
        margin-right: 0;
    }
}

@media screen and (min-width:1200px) {
    .c-line-form {
        width: 320px;
    }
}


/*********************自适应  cy 6.23***************************/

.c-uk-text-center {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 6px;
    border: 1px solid #000;
    margin-top: 20px;
}

.c-uk-text-center a.uk-active {
    background: #000;
}

.color-switcher.uk-visible-small.uk-margin-top {
    margin-top: 20px;
}

.uk-slideshow>.uk-active {
    height: initial!important;
}

.ui.selection.dropdown {
    padding: 0;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
}

ul#category-tab {
    background-color: rgb(48, 48, 48);
    display: none;
}

ul#category-tab li {
    margin-top: -1px;
    margin-bottom: 0;
}

.uk-tab-bottom>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding: 8px 12px 8px;
    color: #fff;
}

.uk-tab>li:nth-child(n+2)>a {
    margin-left: 0;
}

#category-tab.uk-tab li.uk-active a {
    color: #fff;
}

.ui.action.subform.input button.ui.submit.button:active,
.uk-button-primary,
.uk-button-primary:active {
    background-color: #9f0002;
}

ul#category-tab li.uk-active {
    background: #9f0002;
    color: #fff;
}

.contactBody .c-main {
    margin: 0 auto;
    height: 600px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 90px;
}

.contactBody .c-title-p {
    color: #9f0002;
    font-size: 28px;
    margin: 35px;
}

.contactBody .c-contact-email {
    margin: 0 auto;
    margin-top: 66px;
    font-size: 18px;
}

.contactBody .c-email {
    color: #9f0002;
}

.contactBody .c-24hours {
    font-size: 17px;
    margin-top: 65px;
}

.ui.basic.label {
    border-left: 1px solid;
}

button#contact_close_btn {
    display: none;
}

#mobilemenu ul.thci li.ico {
    width: 43.1%;
}

.c-shop-side .c-bg-title a {
    color: #9f0002;
}

#category-tab li:hover a,
#category-tab li a {
    height: 40px;
    line-height: 40px;
}

.uk-tab-bottom#category-tab>li>a {
    padding: 0 8px;
}

.uk-tab-bottom#category-tab>li:not(.uk-active)>a:hover {
    margin: 0;
}

.ui.form .inline.fields .field:first-child {
    width: 100px;
}

.ui.form .inline.fields .field.birthday {
    width: 60px;
}

.ui.form .inline.fields .field:last-child {
    width: 70px;
}

.ui.form .inline.fields .field {
    margin: 0;
    padding: 0 3px 0 0;
}

.uk-accordion-content {
    padding-right: 0;
}

.diso .number {
    width: 28%;
}

.diso .number {
    margin-right: 0;
    width: initial;
}

.diso span.phone-sele {
    float: right;
    padding-right: 24px;
}

.ui.segments .phone-seleBox {
    overflow: hidden;
    padding: 0 4px;
}

.phone-seleBox div:first-child {
    float: left;
    width: initial!important;
    padding-left: 0!important;
}

.phone-seleBox div:last-child {
    float: right;
    width: initial!important;
}

@media screen and (max-width:1170px) {
    .c-video-component {
        max-width: 100%;
    }
    div#c-video-box.bottomVideo,
    div#c-video-box.bottomVideo .c-ul-box {
        overflow: inherit;
        width: 100%;
        padding: 0 45px;
        top: -48px;
    }
    .uk-navbar-nav{position: absolute; right:280px;}
    .uk-navbar-nav>li>a{font-size:16px; padding:0 10px;}
}

@media screen and (max-width:1000px) {
    .uk-navbar-nav>li>a {
        padding: 0 14px;
    }
    .c-footer-box .c-cell {
        flex: 0 0 100%;
    }
    form.c-line-form.newsleeterform .uk-form-row.field {
        width: 500px;
        margin-bottom: 30px;
    }
    .c-cell.c-cell-33.c-cell-m-25.c-share-box {
        overflow: hidden;
        flex-direction: row;
    }
    .c-cell.c-cell-33.c-cell-m-25.c-share-box div {
        float: left;
        line-height: 68px;
    }
}

@media screen and (max-width: 950px) {
    .uk-float-left{display: none;}
    .uk-navbar-nav{right:10px;}
}

@media screen and (max-width:900px) {
    .uk-navbar-nav>li>a {
        font-size: 18px;
    }
    .supportlist .uk-nav-dropdown li a {
        font-size: 16px;
    }
    .uk-navbar-nav {
        margin-left: 30px;
    }
    .c-cover p,
    .c-cover {
        font-size: 24px!important;
    }
    .c-cover p span {
        font-size: 20px!important;
        margin-top: 20px!important;
        line-height: 20px!important;
    }
}

@media screen and (max-width:700px) {
    ul.uk-grid.uk-grid-width-1-4.uk-text-bold.uk-margin-top.uk-margin-bottom h2 {
        font-size: 16px;
        text-align: center;
    }
    ul.uk-grid.uk-grid-width-1-4.uk-text-bold.uk-margin-top.uk-margin-bottom {
        width: 100%;
    }
    .ui.form #genders.three.fields>.field {
        width: 27%!important;
    }
    .uk-width-medium-4-5.uk-container.uk-container-center.uk-margin-large.uk-block.uido.comm_margin_top_10 ul.uk-slideshow,
    .uk-width-medium-4-5.uk-container.uk-container-center.uk-margin-large.uk-block.uido.comm_margin_top_10 .uk-slideshow>.uk-active {
        height: 300px!important;
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }
    .uk-width-medium-2-5 {
        margin-bottom: 20px;
    }
    .c-cover p,
    .c-cover {
        font-size: 20px!important;
    }
    .c-cover p span {
        font-size: 14px!important;
        margin-top: 16px!important;
        line-height: 16px!important;
    }
    .warranty .tex-con ul li {
        width: 100%;
    }

  .c-detail-shop-title {font-size: 20px;margin-bottom:0px;}

}

@media screen and (max-width:500px) {
    ul#category-tab {
        display: block;
    }
    .c-ul>li {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    .html5-main-video {
        position: absolute;
        width: 100%!important;
        height: 100%!important;
    }
    ul#c-ul-video {
        width: 100%!important;
    }
    #amazoncountry .field {
        text-align: initial!important;
    }
    a.ui.primary.basic.big.button.submit.uk-width-medium-1-1.buyonamazon {
        float: right;
    }
    .c-video-piece {
        padding-top: 0;
    }
    .uk-block {
        padding-bottom: 0;
    }
    .uk-accordion .c-link-box {
        margin-top: 15px;
        margin-left: 0;
    }
    .c-video-component button.c-btn-base.c-btn-left.lf,
    .c-video-component button.c-btn-base.c-btn-right.rf {
        display: none;
    }
    .c-video-component {
        height: initial;
    }
    .ui.basic.primary.button.buyonamazon {
        box-shadow: none!important;
        background: #9f0002!important;
        color: #fff!important;
        float: right;
        margin-left: 0;
        width: 142px;
    }
    form#amazoncountry span {
        font-size: 14px!important;
    }
    .single-product .uk-text-xlarge {
        font-size: 20px;
    }
    .contactBody .contactBody .c-title-p {
        font-size: 22px;
        margin: 14px;
    }
    #home-slider {
        margin-top: 0;
    }
    .c-small-title {
        margin-left: 20px;
    }
    .warranty .tex-tit {
        font-size: 38px;
    }
    .c-24hours {
        margin-top: 45px;
    }
    .c-title-p {
        font-size: 22px;
        margin: 10px;
        margin-bottom: 20px;
    }
    .c-contact-email {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .c-main {
        height: inherit;
    }
    #category-tab {
        top: 79px !important;
    }
    .uk-sticky-placeholder {
        display: block;
    }
    .uk-width-medium-4-5.uk-container.uk-container-center.uk-margin-large.uk-block.uido.comm_margin_top_10 iframe {
        width: 100%!important;
        height: 300px;
    }
    .c-video-box,
    .c-ul-box {
        width: 100%;
    }
    .single-product .uk-text-xlarge {
        font-size: 18px!important;
    }
    .c-detail {
        padding-top: 0;
    }
    .c-cover {
        background: none;
        color: #000;
        position: inherit;
        min-height: 42px;
    }
    .c-cover:hover {
        opacity: 1;
    }
    .c-cell.c-cell-33.c-cell-m-25.c-share-box {
        flex-direction: column;
    }
    .c-grid {
        display: inherit;
    }
    form.c-line-form.newsleeterform .uk-form-row.field {
        width: 300px;
    }
    .c-cell.c-cell-33.c-flex.c-cell-m-50.c-product .cell-1 {
        flex: initial;
        width: 50%;
        text-align: center;
    }
    .c-grid .c-cell.c-cell-66 {
        width: 100%;
    }
    .c-cell.c-cell-33.c-cell-m-25.c-share-box div {
        line-height: 30px;
    }
}

.c-cover-box {position: relative;}
video{position: absolute;bottom: 0px;}

@media screen and (max-width: 992px) {
video{position:relative;bottom: 0px;}
}

