/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
    font-size: 12px;
    line-height: auto;
    color: #333;
    height: auto;
  }
  .videoformat{
    line-height: 0;
    font-size: 0;
  }
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: font03; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  a:focus, a:hover {
    color: #008c8c;
  }
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: font03; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
    outline: none;
  }
  video {
    outline: none;
  }
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: font03; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

/* 
图片切换默认样式
*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  min-height: 0px !important;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides>li:first-child {
    display: block;
}

input[type=checkbox], input[type=radio] {
  margin: 0px 0 0 !important;
  margin-top: 1px\9;
  line-height: normal;
}
.list-group {
  margin-bottom: 0;
}




/* FlexSlider Default Theme
*********************************/
.flexslider {
    background: none;
    transform: scale(1);
    transform-origin: top left;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 365px;
}

.flexslider .slides {
  transform: scale(1);
  transform-origin: top left;
}



/* Caption style */



.flex-caption {
    position: absolute;
    padding: 20px;
    z-index: 11;
}

.flex-caption p {
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 300;
    color: #fff
}

.flex-caption h2,
.flex-caption h4 {
    color: #fff;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 33px;
    height: 50px;
    margin: 0;
    display: block;
    background: url(/images/bg_direction_nav.png?fm=webp&q=60) no-repeat 0 0;
    position: absolute;
    top: 48%;
    z-index: 51;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    opacity: 1;
    background-position: 100% 0;
    right: 5px;
}

.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=50);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    top: 98%;
    text-align: center;
    z-index: 20;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    transform: scale(1);
    transform-origin: top left;
    *display: inline;
}

.flex-control-paging li a {
    width: 160px;
    height: 2px;
    display: block;
    background: rgba(225, 225, 225, 0.7);
    cursor: pointer;
    text-indent: -9999px;
}

.flex-control-paging li a:hover {
    background: #acacac;
}

.flex-control-paging li a.flex-active {
    background: #009ce2;
    cursor: default;
}

.flex-control-thumbs {
    margin: 0px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.Filter_page .product-list a.under-line{
    text-align: center !important;
    left: 0 !important;
    transform: translate(-50%, 0) !important;
}
.Filter_page .product-list .under-line i{
    position: relative !important;
}
.Filter_page .product-list-tags a.under-line{
    transform: translate(0, 0) !important;
    text-align: initial !important;
}
@media screen and (max-width: 480px) {
    .flex-direction-nav a {
        position: absolute;
        top: 35%;
        z-index: 12;
        cursor: pointer;
    }

    .flex-control-paging li a {
        width: 50px;
        height: 2px;
        display: block;
        background: rgba(225, 225, 225, 0.7);
        cursor: pointer;
        text-indent: -9999px;
    }

    .flex-control-nav {
        bottom: 1%;
    }

    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10;
        top: 48%;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10;
        top: 48%;
    }
}

@media screen and (max-width: 800px) {
    .flex-direction-nav a {
        position: absolute;
        top: 35%;
        z-index: 12;
        cursor: pointer;
    }

    .flex-control-paging li a {
        width: 50px;
        height: 2px;
        display: block;
        background: rgba(225, 225, 225, 0.7);
        cursor: pointer;
        text-indent: -9999px;
    }

    .flex-control-nav {
        bottom: 1%;
    }

    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10;
        top: 48%;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10;
        top: 48%;
    }
}

.tabs-vertical {}

.tabs-vertical-list ul {
    float: left;
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.tabs-vertical-list ul li {
    display: inline;
    width: 25%;
    float: left;
}

.tabs-vertical-list ul li a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #656a6d;
    margin: 10px auto;
    text-align: center;
    -webkit-animation: tabspulse 1s linear infinite alternate;
    animation: tabspulse 1s linear infinite alternate;
    filter: alpha(opacity=15);
    opacity: .15;
}

.tabs-vertical-list ul li a:hover {
    border-color: #989898;
    border-radius: 50px;
    background: url(/ProductGallery/GAMERSTORM/Cases/MACUBE_310/Design/02_05_02_hover.png?fm=webp&q=60) center center no-repeat;
}

.tabs-vertical-list ul li a.tab-active {
    border-color: #989898;
    border-radius: 50px;
    background: url(/ProductGallery/GAMERSTORM/Cases/MACUBE_310/Design/02_05_01_hover.png?fm=webp&q=60) center center no-repeat;
    -webkit-animation: tabspulse_hover 1.5s linear infinite alternate;
    animation: tabspulse_hover 1.5s linear infinite alternate;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.tabs-vertical-list ul li:first-child a {
    border-top: 0;
}

/* The content */
.tabs-vertical .tabs-content-placeholder {
    overflow: hidden;
    font-weight: normal;
    margin: 0 auto;
}

.tabs-vertical .tabs-content-placeholder span {
    display: none;
}

.tabs-vertical .tabs-content-placeholder span.tab-content-active {
    display: block;
}

@keyframes tabspulse {
    0% {
        background: url(/ProductGallery/GAMERSTORM/Cases/MACUBE_310/Design/02_05_02_hover.png?fm=webp&q=60) center center no-repeat;
    }

    100% {
        background: url(/ProductGallery/GAMERSTORM/Cases/MACUBE_310/Design/02_05_03_hover.png?fm=webp&q=60) center center no-repeat;
    }
}

@keyframes tabspulse_hover {


    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);

}



.flex-control-nav {
    width: 50%;
    top: 60%;
}

.flex-control-paging li a {
    width: 20px;
    height: 20px;
    background: rgba(83, 83, 83, 0.95);
    text-indent: 0px;
    color: #fff;
}

.flex-control-paging li a.flex-active {
    background: #009d86;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
}

.mainbox:hover .flex-prev {
    opacity: 0.5;
}

.mainbox:hover .flex-next {
    opacity: 0.5;
}

.flex-direction-nav .flex-next {
  background: url(https://cdn.deepcool.com/public/new/Design/Banner/right.png?fm=webp&q=60) no-repeat 0 0;
  cursor: pointer;
  z-index: 1001;
}
.flex-direction-nav .flex-prev {
  background: url(https://cdn.deepcool.com/public/new/Design/Banner/left.png?fm=webp&q=60) no-repeat 0 0;
  cursor: pointer;
  z-index: 1001;
}
.flex-direction-nav .flex-next:hover{
  background: url(https://cdn.deepcool.com/public/new/Design/Banner/right_light.png?fm=webp&q=60) no-repeat 0 0;
}
.flex-direction-nav .flex-prev:hover {
  background: url(https://cdn.deepcool.com/public/new/Design/Banner/left_light.png?fm=webp&q=60) no-repeat 0 0;
}

/* 公共样式 */
ol, ul {
  margin:0;
  padding: 0;
}
li,a,div,span,p{
  list-style: none;
  text-decoration:none !important;
  font-family: font03;
  font-weight: 300;
}
a:hover{
  text-decoration:none;
}
@font-face{font-family:dpc-icon;
  src:url(/public/fonts/iconfont.eot?t=1602593056646);
  src:url(/public/fonts/iconfont.eot?t=1602593056646#iefix) format('embedded-opentype'),
  url(/public/fonts/iconfont.woff?t=1602593056646) format('woff'),
  url(/public/fonts/iconfont.svg?t=1602593056646#dpc-icon) format('svg')
}
body{
  overflow: hidden;
  overflow-y: scroll;
  font-family: font03 !important;
  font-weight: 500;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@font-face {
  font-family: font01;
  src: url(/public/fonts/Roboto-Black.eot);
  src:local(''),
      url(/public/fonts/Roboto-Black.eot?#iefix) format('embedded-opentype'),
      url(/public/fonts/Roboto-Black.woff) format('woff'),
      url(/public/fonts/Roboto-Black.svg#webfontOTINA1xY) format('svg');
}
@font-face {
  font-family: font02;
  src: url(/public/fonts/Roboto-Bold.eot);
  src:local(''),
      url(/public/fonts/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
      url(/public/fonts/Roboto-Bold.woff) format('woff'),
      url(/public/fonts/Roboto-Bold.svg#webfontOTINA1xY) format('svg');
}
@font-face {
  font-family: font05;
  src: url(/public/fonts/Roboto-Light.eot);
  src:local(''),
      url(/public/fonts/Roboto-Light.eot?#iefix) format('embedded-opentype'),
      url(/public/fonts/Roboto-Light.woff) format('woff'),
      url(/public/fonts/Roboto-Light.svg#webfontOTINA1xY) format('svg');
}
@font-face {
  font-family: font04;
  src: url(/public/fonts/Roboto-Medium.eot);
  src:local(''),
      url(/public/fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'),
      url(/public/fonts/Roboto-Medium.woff) format('woff'),
      url(/public/fonts/Roboto-Medium.svg#webfontOTINA1xY) format('svg');
}
@font-face {
  font-family: font03;
  src: url(/public/fonts/Roboto-Regular.eot);
  src:local(''),
      url(/public/fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
      url(/public/fonts/Roboto-Regular.woff) format('woff'),
      url(/public/fonts/Roboto-Regular.svg#webfontOTINA1xY) format('svg');
}
@font-face {
  font-family: font06;
  src: url(/public/fonts/Roboto-Thin.eot);
  src:local(''),
      url(/public/fonts/Roboto-Thin.eot?#iefix) format('embedded-opentype'),
      url(/public/fonts/Roboto-Thin.woff) format('woff'),
      url(/public/fonts/Roboto-Thin.svg#webfontOTINA1xY) format('svg');
}
.font01 {
  font-family: font01 !important;
  font-weight: 800;
}
.font02 {
  font-family: font02 !important;
  font-weight: 700;
}
.font03 {
  font-family: font03 !important;
  font-weight: 500;
}
.font04 {
  font-family: font04 !important;
  font-weight: 400;
}
.font05 {
  font-family: font05 !important;
  font-weight: 300;
}
.Medium12font {
  font-family: Medium12font;
}

.Medium12font {
  font-family: Medium12font;
}








.header_bottom {
  min-height: 0px;
}
@-webkit-keyframes ctrolcolor {
  0%{
    backdrop-filter: blur(0px);
  }
  100%{
    background-color: rgba(0,0,0,.4);
    backdrop-filter: blur(10px);
    color: #ffffff;
    box-shadow: 0 2px 30px #000000;
  }
}
@-webkit-keyframes ctrolblackcolor {
  0%{
    backdrop-filter: blur(0px);
  }
  100%{
    background-color: rgba(222, 222, 222, .4);
    backdrop-filter: blur(10px);
    color: #000000;
    box-shadow: 0 2px 30px #d9d9d9;
  }
}
@keyframes ctrolcolor {
  0%{
    backdrop-filter: blur(0px);
  }
  100%{
    background-color: rgba(0,0,0,.4);
    backdrop-filter: blur(10px);
    color: #ffffff;
    box-shadow: 0 2px 30px #000000;
  }
}
@keyframes ctrolblackcolor {
  0%{
    backdrop-filter: blur(0px);
  }
  100%{
    background-color: rgba(222, 222, 222, .4);
    backdrop-filter: blur(10px);
    color: #000000;
    box-shadow: 0 2px 30px #d9d9d9;
  }
}
/* 10.10更新 */
@keyframes header_a_curr {
  0% {
      left: 0%;
      width: 100%;
      background: #008c8c;
  }

  100% {
      left: 50%;
      width: 0;
      background:inherit;
  }
}
/* 10.10更新 */
@keyframes header_a_active {
  0% {
      left: 50%;
      width: 0;background:inherit;
  }

  100% {
      left: 0%;
      width: 100%;
      background: #008c8c;
  }
}

.navs {
  position: absolute;
  top: 0;
  line-height: 60px;
}

.progressbar {
  bottom: 45px;
}

#progresss_lide_01,
#progresss_lide_02,
#progresss_lide_03,
#progresss_lide_04 {
  margin: 20px;
  width: 500px;
  height: 7px;
  float: left;
  position: relative;
}

.drop_down_menu03 {
  top: 60px;
}
.dropdown_container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dropdown_box li {
  margin: 0 auto;
  text-align: center;
}

.dropdown_box span {
  display: block;
  margin-top: 15px;
}
.dropdown_box span.active {
  color: #008c8c;
}
.choosetitle{
    font-size: 18px !important;
    min-height: 40px !important;
}
/* 首页视频转动特效 */
.loadEffect {
  width: 20px;
  height: 20px;
      margin: 0 auto;
      position: relative;
  }
  .loadEffect div{
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-animation: load 2.0s linear infinite;
  }
  .loadEffect div span{
      display: inline-block;
      width: 4px;
      height: 4px;
      background: white;
      position: absolute;
      left: 50%;
      margin-top: -10px;
      margin-left: -10px;
  }
  @-webkit-keyframes load{
      0%{
          -webkit-transform: rotate(0deg);
      }
      100%{
          -webkit-transform: rotate(360deg);
      }
  }
  .loadEffect div:nth-child(1){
      -webkit-animation-delay:0.2s;
      animation-delay:0.2s;
  }
  .loadEffect div:nth-child(2){
      -webkit-animation-delay:0.4s;
      animation-delay:0.4s;
  }
  .loadEffect div:nth-child(3){
      -webkit-animation-delay:0.6s;
      animation-delay:0.6s;
  }
  .loadEffect div:nth-child(4){
      -webkit-animation-delay:0.8s;
      animation-delay:0.8s;
  }
  .loadEffect div:nth-child(5){
      -webkit-animation-delay:1.0s;
      animation-delay:1.0s;
  }
  .loadEffect div:nth-child(6){
      -webkit-animation-delay:1.2s;
      animation-delay:1.2s;
  }
  .loadEffect div:nth-child(7){
      -webkit-animation-delay:1.4s;
      animation-delay:1.4s;
  }
  .loadEffect div:nth-child(8){
      -webkit-animation-delay:1.6s;
      animation-delay:1.6s;
  }
  .loadEffect div:nth-child(9){
      -webkit-animation-delay:1.8s;
      animation-delay:1.8s;
  }
  .leambutton{
    position: relative;
    color: #008c8c;
    background-color:transparent;
    border: 1px solid #008c8c;
    padding: 6px 26px 6px 26px;
    cursor: pointer;
    z-index: 20;
    transition: all .2s linear;
  }
  .leambutton:hover {
    color: hsl(179, 70%, 45%);
  }
  .choosecolor{
    min-height: 25px !important;
  }
  .choosecolor span {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    cursor: pointer;
    transition: all .2s linear;
    margin-left: 2px;
    border: 1px solid #dbd8d8;
  }
  .choosecolor span:first-child {
    margin-left: 14px;
  }
  .choosecolor span:hover{
    border: none;
    box-shadow: 0 0px 8px #aeaeae;
  }
  .choosecolor a {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    cursor: pointer;
    transition: all .2s linear;
    margin-left: 5px;
    border: 1px solid #e9e9e9;
  }
  .choosecolor a:first-child {
    margin-left: 0px;
  }
  .choosecolor a:hover{
    box-shadow: 0 0px 8px #aeaeae;
  }
  .linklist li{
    display: inline;
  }
  .SUBMIT_EMAIL {
    width: 80%;
    outline: none;
    border: none;
    padding: 13px 20px 13px 10px;
  }
  .SUBMIT_BTN{
    width: 20%;
    background: #068483;
    outline: none;
    border: none;
    color: #ffffff;
    padding: 13px 20px 13px 20px;
  }
  /* L2筛选条件样式 */
/* 筛选条件 */
  .filter_box {
    margin-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
  }
  .filter_ctrol_box {
      padding-bottom: 10px;
      border-bottom: 1px solid #e3e3e3;
  }
  .filter_ctrol_box .checkrequire {
    width: 15px;
    height: 15px;
    border: 1px solid #a4adad;
    cursor: pointer;
    display: inline-table;
  }
  .filter_ctrol_box .checkrequire.active {
      border: 0;
      border: none;
      outline: none;
      background: url(https://cdn.deepcool.com/public/new/Design/L2Banner/check.png?fm=webp&q=60) no-repeat;
  }
  .filter_ctrol_box .checkrequire.notallowed,.filter_ctrol_box .checktext.notallowed {
    cursor: not-allowed;
    background: #acacac;
    opacity: .5;
  }
  .filter_box ul.list-group{
    margin-top: 10px;
  }





  /* 屏幕适配 */
  .margintop120 {
    margin-top: 120px;
  }
 



  /* L3公共样式 */
  .product_list {
    margin-bottom: 0;
  }
  .product_list li a{
    padding: 18px 0 18px 0;
    cursor: default;
    color: #ffffff;
  }
  .product_list li a span{
    cursor: pointer;
  }
  .product_list li a:hover {
    color: #008c8c;
  }
  .product_list li a:after {
      content: "";
      width: 0;
      height: 2px;
      background: #008c8c;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(0, -50%);
      transition: all .2s;
  }
  .product_list li a:hover:after {
      animation: product_list_active .5s ease forwards;
  }
  @keyframes product_list_active {
      0% {
          left: 50%;
          width: 0;
      }
      100% {
          left: 0%;
          width: 100%;
      }
  }
  /* spec样式 */
  .Spectable .table01 {
    margin: 0 20px 0 0;
    width: 48%;
    float: left;
  }
  .Spectable .table02 {
    margin: 0 0 0 20px;
    width: 48%;
    float: left;
  }
  .Spectable table tr td:last-child {
    color: #000000;
  }
  .table-bordered {
    border: 0px;
    overflow: hidden;    
    margin-left: 2px;
  }
  .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
  }
  .table-striped>tbody>tr {
    width: 100%;
    display: table;
    float: left;
    background-color: transparent;
    border: none;
    min-height: 45px;
  }
  .table-striped>tbody>tr:first-child {
    border-top: 1px solid #565656;
  }
  .table-striped>tbody>tr td{
    width: 50%;
    color:#696969;
    font-family: "Noto Sans SC";
    font-family: font03;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid #565656;
    border-left: none;
    border-top: none;
    word-break: break-word;
    vertical-align: middle;
  }
  .table-hover>tbody>tr:hover td {
    transition: all .2s;
    background-color: #cecdcd;
    color: #008c8c;
  }
  .table-hover>tbody>tr:hover {
    background-color: #cecdcd;
  }
  .table-striped>tbody>tr td:nth-child(even) {
    border-right: none;
  }
  /* TDP样式 */
  .TDPTable .product_design_font14{
    font-size: 12px;
  }
  .TDPTable,.product_nav_tabs {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse
  }
  .TDPTable-bordered {
    border: 1px solid #ddd
  }

  .TDPTable-bordered>tbody>tr>td,.TDPTable-bordered>tbody>tr>th,.TDPTable-bordered>tfoot>tr>td,.TDPTable-bordered>tfoot>tr>th,.TDPTable-bordered>thead>tr>td,.TDPTable-bordered>thead>tr>th {
      border: 1px solid #ddd
  }

  .TDPTable-bordered>thead>tr>td,.TDPTable-bordered>thead>tr>th {
      border-bottom-width: 2px
  }

  .TDPTable-striped>tbody>tr:nth-of-type(odd) {
      background-color: #f9f9f9;
  }

  .TDPTable-hover>tbody>tr:hover {
      background-color: #f5f5f5
  }
  .form-control3 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 2px 2px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #Btn_Order_Search{
    color: #fff;
  }
  /* TDP样式结束 */
  .product-list .p_design_box_img01{
    background-color: #f5f5f5;
  }
  .product-list .p_design_box_img02 {
    margin-top: 30%;
  }
  .deleteall {
    display: flex;
    justify-content: space-between;
  }
  .icon_del{
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;
    margin-top: -5px;
    transition: all .2s linear;
  }
  .icon_del.active {
    display: block;
  }

  /* L2公共样式 */
  #progressBar {
    width: 28%;
    background: #9e9e9e;
    position: absolute;
    bottom: 80px;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #068685;
    overflow: hidden;
}

.bannertextmain {
    display: block;
    filter: blur(0px);
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.bannertextmain.noactive{
    animation: bannertextnoactive .5s ease forwards;
}
.bannertextmain.active{
    animation: bannertextactive .5s ease forwards;
}
.bannertext{
    display: none;
}
.bannertextmain .under-line i{
    color: #ffffff;
    text-align: center;
    top: 65px;
}
.mainslider .slides {
  margin-top: 50px;
}
@keyframes bannertextnoactive {
    0% {
        opacity: 1;
        filter: blur(0px);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    5% {
        filter: blur(2px);
    }
    95% {
        filter: blur(7px);
        opacity: .3;
        transform: matrix(1, 0, 0, 1, 0,15);
    }
    100% {
        filter: blur(8px);
        opacity: .1;
        transform: matrix(1, 0, 0, 1, 0, 20);
    }
}
@keyframes bannertextactive {
    0% {
        filter: blur(8px);
        opacity: .1;
        transform: matrix(1, 0, 0, 1, 0, 20);
    }
    20% {
        opacity: .6;
        filter: blur(4px);
        transform: matrix(1, 0, 0, 1, 0, 1);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}


.under-line {
  position: relative;
  display: block;
  min-height: 25px;
  margin-bottom: 20px;
}
.under-center {
  left: 50%;
  transform: translate(-50%, 0);
}
.filtermain .under-line i {
  transform: all 0.2s;
  /* display: block; */
  margin: 0 auto;
  font-style: normal;
  transition: color 1s;
  position: absolute;
  width: 100px;
  color: #414141;
}

.under-line i:hover {
  color: #008c8c !important;
}

.under-line i:hover:before {
  width: 50%;
}

.under-line i:hover:after {
  width: 50%;
}

.under-line i:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #008c8c;
  content: "";
  transition: width .5s;
}

.under-line i:after {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 2px;
  background: #008c8c;
  content: "";
  transition: width .5s;
}



.type_nav {
  position: relative;
  display: flex;
  min-height: 50px !important;
  box-shadow: none;
  overflow: hidden;
}
.Filter_header ::-webkit-scrollbar {height:6px;width: 6px;}
.type_nav li:not(:last-child):after{
  content: '';
  width: 2px;
  height: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #acacac;
}
.type_nav li a {
  padding: 15px 2px;
  display: block;
  color: #5f5f5f;
  display: flex;
  flex-direction: column;
  position: relative;
}
.type_nav li a img{
  width: 65px;
  margin: 0 auto;
  padding-bottom: 10px;
  min-width: 65px;
}
.type_nav li {
  position: relative;
  flex: 1;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.type_nav li a.active {
  color: #008c8c;
}
.type_nav li a:after{
  content: "";
  width: 0px;
  width: 0%;
  height: 5px;
  background: #008c8c;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(0, -50%);
  transition: all .4s;
}
.type_nav li a:hover:after{
  left: 0%;
  width: 100%;
}
@keyframes header_a_active {
    0% {
        left: 50%;
        width: 0;
    }
    100% {
        left: 0%;
        width: 100%;
    }
}
.productlist {
    min-height: 100vh !important;
}
.filtermain {
    color: #ffffff;
    height: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: auto;
    bottom: auto;
    padding-bottom: 20px;
}
.filtermain.active{
    position: fixed;
    /* animation: topactive .5s ease forwards;*/
    top: -45px;
    bottom: 0;
}
@keyframes topactive {
    0% {
        top: 0;
    }
    100% {
        top: -45px;
        bottom: 0;
    }
}
.filtermain label{
    display: flex;
    align-items: center;
    line-height: 27px;
    padding: 4px 0px 4px 0;
}
.filtermain .list-group-item {
    position: relative;
    display: inline-block;
    padding: 3px 35px 3px 10px;
    background-color: transparent;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #5a5a5a;
    animation: Leftshow .5s ease forwards;
    width: auto;
}
@keyframes Leftshow {
    0% {
        margin-left: -5%;
    }
    100% {
        margin-left: 0;
    }
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {    
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item i{
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 6px;
    background: url(https://cdn.deepcool.com/public/new/Design/L2Banner/uncheck.png?fm=webp&q=60) no-repeat;
    cursor: pointer;
}
.filter_ctrol_box span{
    padding-left: 10px;
    color: #656565;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}
.filter_ctrol_box p {
    margin: 10px 0 10px;
}
.product-list>div {
    margin-left: 10px;
    margin-bottom: 14px;
    width: calc(100% - 10px);
    transition: all .2s linear;
    overflow: hidden;
}
.product-list>div:hover {
    z-index: 2;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-4px,0);
}
.product-list img {
    transition: all .2s linear;
}
/* .product-list .p_design_box_img02 img {
    transition: all .2s linear;
}
.product-list .p_design_box_img02 img.active {
    transform: scale(1.05);
} */
.linklist img{
    transition: all .2s linear;
}
.linklist img.active{
    transform: scale(1.01);
}
.clickimglink {
  width: 100%;
  height: 100%;
  display: block;
}








/* l3公共样式 */
.fixedheader::-webkit-scrollbar {height:5px;}
section .mainslider>div{
  /*display: flex;*/
  align-items: center;
}
.overviewtext {
  margin-top: 120px;
  top: 0;
}
.playbtn {
  opacity: .8;
  left: 0;
}
.playbtn:hover,.playbtn:visited,.playbtn:active,.playbtn:focus{
  color: #ffffff;
}
.productmain {
  background: #e9e9e9 !important;
}
.product_text {
  margin-top: -400px;
}
.product_img{
  margin-top: -500px;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
      opacity: 1;
  }

  25%, 75% {
      opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
      opacity: 1;
  }

  25%, 75% {
      opacity: 0;
  }
}
.returnbtn {
  position: absolute;
  cursor: pointer;
  z-index: 22;
  right: 20px;
  bottom: 20px;
}
.imganimated {
  display: none;
  visibility: hidden;
}
.returnbtn {
  display: none;
  visibility: hidden;
}
.imganimated.active {
  display: block;
  visibility: visible;
}
.returnbtn.curr {
  display: block;
  visibility: visible;
}
.slider {
  width: 120px;
  cursor: pointer;
}
.direction-nav {
  margin-left: 58%;
  position: absolute;
  top: 0;
}
.prev-img,.next-img {
  width: 39px;
  height: 19px;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  text-indent: -9999px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin-left: 30%;
}
.prev-img {
  background: url(https://cdn.deepcool.com/public/new/Design/L3Banner/Prev.png?fm=webp&q=60) no-repeat 0 0;
  cursor: pointer;
  z-index: 18;
  top: -20px !important;
}
.prev-img:hover {
  background: url(https://cdn.deepcool.com/public/new/Design/L3Banner/Prev_Light.png?fm=webp&q=60) no-repeat 0 0;
}
.next-img {
  background: url(https://cdn.deepcool.com/public/new/Design/L3Banner/Next.png?fm=webp&q=60) no-repeat 0 0;
  cursor: pointer;
  z-index: 18;
  top: 500px !important;
}
.next-img:hover {
  background: url(https://cdn.deepcool.com/public/new/Design/L3Banner/Next_Light.png?fm=webp&q=60) no-repeat 0 0;
}
.next-img.active {
  top: 365px !important;
}
#GalleryCtrol .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  outline: none;
}
.slick-initialized .slick-slide {
  outline: none;
}
#GalleryCtrol .slick-slide img {
  border: 1px solid #e7e7e7;
}
#GalleryCtrol .slick-current {
  opacity: 1;
}
#GalleryCtrol .slick-current img {
  border: 1px solid #008c8c !important;
}
.GalleryList .flex-control-nav {
  width: 50%;
  top:100%;
  transform: translate(50%, 0px);
}
.GalleryList .flex-control-paging li a{
  width: 5px;
  height: 5px;
  background: rgb(221 219 219 / 95%);
}
.GalleryList .slick-active button:before {
  color: #008c8c !important;
}
.GalleryList .slick-dots li button:before {
  content: '■';
}

.fixedheader {
  position: absolute;
  width: 100%;
  height: 62px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  z-index: 998;
}
.fixedheader.active{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.reviewlist {
  border-bottom: 1px solid #292929;
  display: flex;
  align-items: center;
}
.reviewlist:nth-child(2) {
  border-bottom: 0px;
}
.reviewlist img{
  border: 2px solid #008c8c;
}
.reviewlist .font_color_white {
  color: #555555;
}
#Gallery .commoditylist {
  cursor: url(https://cdn.deepcool.com/public/new/Design/L3Banner/enlarge.png?fm=webp&q=60),auto;
  transition: all .2s linear;
  -webkit-transition: all .3s linear;
  overflow: hidden;
}
#Gallery .commoditylist>div {
  margin: 5px;
  overflow: hidden;
}
#Gallery .commoditylist:hover{
  opacity: .8;
}
#Gallery .commoditylist img {
  transition: all .3s linear;
}
#Gallery .commoditylist img.active {
  transform: scale(1.05);
}
.commoditylist {
  position: relative;
}
.commoditylist i {
  color: #008c8c;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.downloadlist {
  border-bottom: 1px solid #565656;
}
.dropdown-menu {
  max-height: 90px;
  overflow: auto;
}
.downloadbtn {
  background: #008c8c;
  padding: 15px;
  height: 44px;
  visibility: inherit;
  color: #ffffff;
  display: inline-block;
}
.downloadbtn:hover{
  color: #ede8e8;
}
/* 
l3  Video中央loading效果 
*/
 .loading {
  margin: -53px auto;
  animation: loading 3s ease 0s infinite;
  -webkit-animation: loading 3s ease 0s infinite;
  -o-animation: loading 3s ease 0s infinite;
  -moz-animation: loading 3s ease 0s infinite;
}

@keyframes loading {
  to {
    transform: rotate(-1turn)
  }
}

@-webkit-keyframes loading {
  to {
    transform: rotate(-1turn)
  }
}

@-o-keyframes loading {
  to {
    transform: rotate(-1turn)
  }
}

@-moz-keyframes loading {
  to {
    transform: rotate(-1turn)
  }
}
.tran_top {
  opacity: .5;
  transition: all .3s linear;
  -webkit-transition: all .2s linear;
}
.tran_top:hover {
  opacity: 1 !important;
}
.homepage {
  color: #ffffff;
}
.homepage a{
  color: #ffffff;
}
.search-suggest-list a{
  color: #444;
}
.homepage .dpc-right-fixed a.trans{
  color: #000000;
}
.homepage .dpc-right-fixed a.trans:hover{
  color: #ffffff;
}
.homepagenew {
  background: #ffffff;
}








.video-js .vjs-big-play-button{
  font-size: 2.5em;
  line-height: 2.3em;
  height: 2.5em;
  width: 2.5em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
  border-width: 0.15em;
  margin-top: -1.25em;
  margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}
.product-list>div .font_color_black{
  color: #6d6d6d;
}
.filtermain .filter_ctrol_box p{
 color: #6d6d6d;
}
.product-list>div>div:nth-child(2){
  min-height: 35px !important;
  height: 35px;
  /* text-overflow: ellipsis;
  /* 
  word-break: break-word; */
  /* white-space: nowrap; */
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0px !important;
}
.mainslider .btn-default {
  padding: 12px;
  border-radius: 0;
}



#Specifications .font_color_white{
  color: #545454 !important;
}
#Specifications + section .font_color_white{
  color: #545454 !important;
}
#Specifications + section + section .font_color_white{
  color: #545454 !important;
}
#Reviews .under-line i {
  /*width: 122px;*/
  font-size: 22px;
  text-align: center;
}
#Reviews .reviewlist>div {
  padding: 0;
}
#Video>div>div>div {
 padding: 0;
}
#Video>div>div>.col-md-6:nth-child(odd) {
  padding: 0 10px 0 0;
}
#Video>div>div>.col-md-6:nth-child(even) {
  padding: 0 0 0 10px;
}
#Downloads {
  margin-bottom: 50px;
}
#Downloads div,#Downloads a{
  color: #464646;
}
.preventmodal .modal-body{
  padding: 0;
}
.btn.btn-primary{
  background-color: #008c8c;
  border-color: #008c8c;
  outline: none !important;
}
.btn-primary:focus,.btn-primary:hover,.btn-primary:active,.btn-primary:active:hover,.btn-primary:active:focus{
  background-color: #008c8c;
  border-color: #008c8c;
  opacity: 0.8;
  outline: none !important;
}
.preventmodal {
  background: #fff;
  display: flex;
  align-items: center;
}

@media (max-width:2080px) {
.choosetitle{
    font-size: 14px !important;
}
.product-list>div>div:nth-child(2){
    font-size: 13px !important;
}
}
@media (max-width:1760px) {
  .margintop200 {
    margin-top: 150px;
  }
  .bannertextmain .under-line i{
    top: 30px;
  }
}
@media (max-width:1720px) {
  .product_design_font32 {
    font-size: 24px;
  }
  .bottom75{
    bottom: 60px;
  }
  .margintop50 {
    margin-top: 30px;
  }
  .margintop100 {
    margin-top: 80px;
  }
  .Spectable .table01 {
    margin: 0 10px 0 0;
  }
  .Spectable .table02 {
    margin: 0 0 0 10px;
  }
  .product_text {
      margin-top: -300px;
}
.product_img {
    margin-top: -400px;
}
}  
@media (max-width:1670px) {
  .margintop200 {
    margin-top: 100px;
  }
  .margintop50 {
    margin-top: 20px;
  }
  .margintop100 {
    margin-top: 60px;
  }
  .margintop85 {
      margin-top: 70px;
  }
  .bottom75 {
    bottom: 45px;
  }
}
@media (max-width:1530px) {
  .margintop200 {
    margin-top: 80px;
  }
  .margintop85 {
    margin-top: 60px;
  }
  .bottom75 {
    bottom: 45px;
  }
}
@media (max-width:1460px) {
  .margintop200 {
    margin-top: 50px;
  }
  .margintop155 {
    margin-top: 90px;
  }
  .product_design_font16 {
    font-size: 14px;
  }
  .product_design_font14 {
      font-size: 12px;
  }
  .SUBMIT_BTN{
    padding: 13px 10px 13px 8px;
  }
  .margintop50 {
    margin-top: 30px;
  }
  .margintop50 {
    margin-top: 20px;
  }
  .margintop100 {
    margin-top: 60px;
  }
  .filter_ctrol_box span {
    padding-left: 5px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .filtermain {
    width: 20%;
  }
  .filtermain label {
    width: 100%;
  }
  .bottom75 {
    bottom: 50px;
  }
  .bannertextmain .product_design_font24{
    font-size: 18px;
  }
}
@media (max-width:1320px) {
  .product_design_font32 {
    font-size: 30px;
  }
  .marginbottom100 {
      margin-bottom: 35px;
  }
  .product_design_font16 {
    font-size: 12px;
  }
  .margintop50 {
    margin-top: 10px;
  }
  .margintop100 {
    margin-top: 40px;
  }
  .filter_ctrol_box span {
    padding-left: 5px;
    word-break: break-word;
  }
  .margintop85 {
      margin-top: 45px;
  }
  .filtermain {
    width: 20%;
  }
  .filtermain label {
    width: 100%;
  }
  .bottom75 {
    bottom: 35px;
  }
}
@media (max-width:1120px) {
  .product_design_font32 {
    font-size: 30px;
  }
  .marginbottom100 {
    margin-bottom: 5px;
  }
  .product_design_font16 {
    font-size: 12px;
  }
  .margintop50 {
    margin-top: 10px;
  }
  .margintop100 {
    margin-top: 40px;
  }
  .filter_ctrol_box span {
    padding-left: 2px !important;
    word-break: break-word;
  }
  .filtermain {
    width: 20%;
  }
  .filtermain label {
    width: 100%;
  }
  .bottom75 {
    bottom: 28px;
  }
}
@media (max-width: 1600px) {
  .productlist .product_design_font20 {
    font-size: 16px;
  }
  .choosetitle {
     font-size: 14px !important; 
}
}
@media (max-width: 1366px) {
  .type_nav li{    
    margin-left: 0;
    margin-right: 0;
  }
  .productlist .product_design_font20 {
    font-size: 14px;
  }
  .bannertextmain .product_design_font32 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .Spectable .table01 {
    margin: 0;
    width: 100%;
    float: inherit;
  }
  .Spectable .table02 {
    margin: 0;
    width: 100%;
    float: inherit;
  }
  .flex-control-nav {
    width: 100%;
    top: 1%;
  }
  .filtermain {
      width: 100%;
  }
  .filtermain label {
      width: 50%;
  }
  .product_design_font32 {
      font-size: 30px;
  }
  .margintop155 {
      margin-top: 40%;
  }
  .product_design_font32 {
      font-size: 22px;
  }
  .filtermain{
      position: relative;
      height: auto;
      display: flex;
      overflow: hidden;
  }
  .filter_ctrol_box {
      margin: 0px;
      padding-bottom: 0px;
      border: none;
  }
  .margintop45 {
      margin-top: 10px;
  }
  .product-list>div {
      margin-left: 5px;
      margin-bottom: 14px;
      width: calc(100% - 10px);
  }
  .margintop200 {
      margin-top: 30px;
  }
  .margintop35 {
      margin-top: 10px;
  }
  .margintop10 {
      margin-top: 2px;
  }
  .margintop20 {
      margin-top: 5px;
  }
  .newsletter {
      margin-left: 20px;
  }
  .linklist {
      text-align: left;
  }
  .Linklists {
      margin-left: 20px;
  }
  .bannertextmain {
      margin-left: 20px;
  }
  .bannertextmain .under-line i{
    top: 10px;
  }
}
/* 头部公共样式 */
@media (max-width:768px){
  body.fixedNoScroll {
    overflow: hidden !important;
  }
  body.mobile-nav-menu-open{
    overflow: hidden;
  }
  body.nav-menu-open {
    margin: 0px;
  }
  .bannertextmain .under-line i{
    width: 78px;
  }
}
@media (max-width: 480px) {
    
  
  /*#mainslider{*/
  /*  margin-top: 50px;*/
  /*}*/
  section .flex-direction-nav{
    display: none !important;
  }
  .nav>li>a {
    padding: 10px 10px;
    min-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .filtermain.active{
    position: relative;
  }
  .type_nav {
    box-shadow: none;
    overflow-x: auto;
    overflow-y: hidden;
    width: 150%;
  }
  .filtermain {
      width: 100%;
  }
  .filtermain label {
      width: 100%;
  }
  .product_design_font32 {
  font-size: 30px;
  }
  .bannertextmain {
      margin-left: 20px;
  }
  .product_design_font24 {
      font-size: 14px;
  }
  .product_design_font32 {
      font-size: 16px;
  }
  .bottom75 {
      bottom: 45px;
  }
  .margintop85 {
      margin-top: 35px;
  }
  .newsletter{
      margin-left: 20px;
  }
  .margintop200 {
      margin-top: 10px;
  }
  .margintop30 {
      margin-top: 10px;
  }
  .SUBMIT_EMAIL {
      outline: none;
      border: none;
      padding: 7px 10px 7px 10px;
  }
  .SUBMIT_BTN {
      padding: 7px 10px 7px 8px;
  }
  .linklist{
      text-align: left;
  }
  .bottom75 {
      bottom: 25px;
  }
  .product-list .bottom10 {
      bottom: 56px;
  }
  .margintop155 {
      margin-top: 65px;
  }
  .bannertextmain .product_design_font24{
    font-size: 12px;
  }
  .bannertextmain .product_design_font32{
    font-size: 14px;
  }
}
/* 产品筛选白色主题 */
.filtermain{
  color: #000000 !important;
}
/* download style */
.productlistdownload .downloadcard {
    float: left;
    background-color: #ececec;
    padding: 10px 170px 10px 17px;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    font-weight: 550;
    color: #646464;
    margin-top: 10px;
}
.productlistdownload .downloadcard a {
    background: #008c8c;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    max-width: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.productlistdownload .downloadcard a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prizedrawbanner {
    margin-top: 55px;
}
