@import url("https://fonts.googleapis.com/css?family=Oswald");

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  /* font-family: 'myfont','Arial', 'cwTeXHei', 'Microsoft JhengHei'; */
  /*Firefox hack*/
  font-size: 30px;
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
}

@font-face {
  font-family: "myfont";
  src: url("../images/AORUS.woff") format("woff");
  font-weight: bold;
}

img {
  width: 100%;
  outline: none;
  border: 0;
}

.frame {
  margin: 0 auto;
  padding: 0em 0;
  overflow: hidden;
  width: 1366px;
}

#playBtn {
  cursor: pointer;
}

.frame.full {
  width: 100%;
}

.title {
  font-size: 1.66em;
  line-height: 1.4em;
  color: #ff6400;
  font-family: 'myfont','Arial', 'cwTeXHei', 'Microsoft JhengHei';
}

.suborangetitle {
  color: #FF6400;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
}

.text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ccc;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
}

.note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.video video,
.video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

p {
  margin: 0.5em 0;
}

.mainbar {
  width: 100%;
  background: #111;
  overflow: auto;
  height: 140px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  border-bottom: #111 solid 1px;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}

.mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}

.mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}

.mainbar .btn a:hover {
  color: #ec6c00;
}

.table {
  /*display: table;*/
  /*min-height:500px;*/
  overflow: visible;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

.table .cell_HIDE {
  display: none;
  vertical-align: middle;
}

.table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}

.table .cell .left {
  float: left;
  margin-left: 5%;
  /*margin-right:4%;*/
  text-align: left;
}

.table .cell .right {
  float: right;
  margin-right: 5%;
  /*margin-left:4%;*/
  text-align: left;
}

.table .cell .center {
  /*padding:1em 10% 0;*/
  padding: 0em 30px 0;
  /*min-height:400px;*/
  overflow: visible;
}

.table .cell .offsetRight {
  margin-right: -25%;
}

.table .cell .offsetLeft {
  margin-left: -25%;
}

.table .cell .btn a {
  color: #fff;
  background-color: #036;
  border-radius: 5px;
  box-shadow: 0px 0px 16px #046fcc inset;
  padding: 8px 16px;
  text-decoration: none;
  -o-transition: background .10s linear;
  -webkit-transition: background .10s linear;
  -moz-transition: background .10s linear;
  transition: background .10s linear;
}

.table .cell .btn a:hover {
  background-color: #03C;
}

.table .img {
  margin-top: 30px;
}

.table .side {
  width: 10%;
  display: block;
}

.table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}

.table .break {
  clear: both;
}

.table .col1,
.table .col1s,
.table .col1l {
  width: 9.5%;
}

.table .col2,
.table .col2s,
.table .col2l {
  width: 19%;
}

.table .col3,
.table .col3s,
.table .col3l {
  width: 28.5%;
}

.table .col4,
.table .col4s,
.table .col4l {
  width: 38%;
}

.table .col5,
.table .col5s,
.table .col5l {
  width: 47.5%;
}

.table .col52,
.table .col52s {
  width: auto;
}

.table .col6,
.table .col6s,
.table .col6l {
  width: 40%;
}

.table .col7,
.table .col7s,
.table .col7l {
  width: 66.5%;
}

.table .col8,
.table .col8s,
.table .col8l {
  width: 76%;
}

.table .col9,
.table .col9s,
.table .col9l {
  width: 85.5%;
}

.table .col10,
.table .col10s,
.table .col10l {
  width: 95%;
}

.fade {
  position: relative;
  overflow: auto;
  display: block;
}

.fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}

.img-large {
  display: block;
}

.img-small {
  display: none;
}

/*features start*/

#header {
  position: relative;
  /*height: 504px;*/
  background-repeat: no-repeat;
  /*min-height: 500px;
*/
}

#header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
  /*border-radius: 5px;
*/
}

#header .frame {
  padding-top: 0;
}

.imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/*TOP*/

#gotop {
  background-color: rgba(51, 51, 51, 0.4);
  color: #FFFFFF;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
  border-radius: 6px;
}

#gotop img {
  margin: 0 auto;
}

#gotop:hover {
  background-color: #666;
}

#RGBLED-function {
  margin: 0 auto;
  min-height: 1000px;
  position: relative;
  max-width: 1920px;
  margin-top: 4%;
}

.box1 {
  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
  z-index: 11;
}

#RGBLED-function .rgblogo1 {
  width: auto;
}

#RGBLED-function .rgbcontext {
  z-index: 20;
  top: -4%;
  width: 70%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#RGBLED-function .rgbcontext .conbox1 {
  display: inline-block;
  position: relative;
  width: 40%;
  vertical-align: top;
}

#RGBLED-function .rgbcontext .conbox2 {
  display: inline-block;
  position: relative;
  width: 56%;
}

#a1 {
  width: 100%;
  min-height: 700px;
  position: absolute;
  z-index: 11;
  background-color: #ff7200;
  animation: led-style14 3s linear infinite;
  -webkit-animation: led-style14 3s linear infinite;
}

.b1 img {
  position: absolute;
  z-index: 14;
  width: 100%;
}

.rgbcon {
  position: absolute;
  width: 60%;
  z-index: 12;
  bottom: 8%;
  padding-left: 6%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#RGBLED-function .rgbcon .rgbconbox1 {
  display: inline-block;
  position: relative;
  width: 40%;
  vertical-align: top;
}

#RGBLED-function .rgbcon .rgbconbox2 {
  display: inline-block;
  position: relative;
  width: 55%;
}

.nav-2 {
  width: 100%;
  overflow: hidden;
  margin-left: 10%;
}

.nav-2 ul li {
  float: left;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 3%;
  width: 14%;
  /* -webkit-filter: grayscale(1);
			-ms-filter: grayscale(1);
			filter: grayscale(1); */
}

map *:focus {
  outline: none;
}

.jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
}

.jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
}

.jQWCP-wWheel {
  border: 0;
}

#color-css {
  display: block;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#colorpicker-style {
  margin-left: 220px;
  margin-top: -220px;
  padding-bottom: 38px;
}

@keyframes led-style12 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes led-style12 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes led-style12 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes led-style13 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes led-style13 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes led-style13 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@keyframes led-style17 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.4;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.8;
  }

  85% {
    opacity: 0.4;
  }

  95% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes led-style17 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.4;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.8;
  }

  85% {
    opacity: 0.4;
  }

  95% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes led-style17 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.4;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.8;
  }

  85% {
    opacity: 0.4;
  }

  95% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes led-style16 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@-webkit-keyframes led-style16 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@-ms-keyframes led-style16 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@keyframes led-style14 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes led-style14 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes led-style14 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes led-style11 {
  0% {
    background-position: 0 300px;
  }

  30% {
    background-position: 0 600px;
  }

  50% {
    background-position: 0 1000px;
  }

  70% {
    background-position: 0 1200px;
  }

  100% {
    background-position: 0 1600px;
  }
}

@keyframes led-style18 {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes led-style18 {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes led-style18 {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes led-style15 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes led-style15 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes led-style15 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes led-style19 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@-ms-keyframes led-style19 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@-webkit-keyframes led-style19 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@keyframes led-style20 {
  0% {
    background: #fbff30;
    background: -moz-linear-gradient(left, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    background: -webkit-linear-gradient(left, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    background: linear-gradient(to right, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbff30', endColorstr='#ff0000', GradientType=1);
  }

  25% {
    background: #ff0000;
    background: -moz-linear-gradient(left, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    background: -webkit-linear-gradient(left, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    background: linear-gradient(to right, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff30ed', GradientType=1);
  }

  50% {
    background: #ff30ed;
    background: -moz-linear-gradient(left, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    background: -webkit-linear-gradient(left, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    background: linear-gradient(to right, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff30ed', endColorstr='#3037ff', GradientType=1);
  }

  75% {
    background: #3037ff;
    background: -moz-linear-gradient(left, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    background: -webkit-linear-gradient(left, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    background: linear-gradient(to right, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3037ff', endColorstr='#4bff30', GradientType=1);
  }

  100% {
    background: #4bff30;
    background: -moz-linear-gradient(left, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    background: -webkit-linear-gradient(left, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    background: linear-gradient(to right, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bff30', endColorstr='#fbff30', GradientType=1);
  }
}

@keyframes led-style21 {
  0% {
    left: 0px;
  }

  30% {
    left: 20%;
  }

  50% {
    left: 40%;
  }

  70% {
    left: 60%;
  }

  100% {
    left: 80%;
  }
}

@keyframes led-style22 {
  0% {
    left: -10%;
  }

  10% {
    left: 20%;
  }

  20% {
    left: 40%;
  }

  30% {
    left: 60%;
  }

  40% {
    left: 80%;
  }

  50% {
    left: 100%;
  }

  60% {
    left: 80%;
  }

  70% {
    left: 60%;
  }

  80% {
    left: 40%;
  }

  90% {
    left: 20%;
  }

  100% {
    left: -10%;
  }
}

/*titlebar*/

.titlebar {
  font-size: 1.8em;
  line-height: 1.3em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #ff6400;
  margin-top: 4%;
}

#mainpage {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

#mainpage .maintext {
  position: absolute;
  left: 20%;
  right: 0;
  bottom: 23%;
}

#coolerled {
  min-height: 700px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#coolerled .titlecon {
  position: absolute;
  z-index: 21;
}

#coolerled .title {
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
}

#coolerled #enmode {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -20px;
  padding-bottom: 30px;
  display: none;
}

#coolerled #enmode .enmodeline {
  border-left: 3px solid #a700ac;
  margin-right: 24px;
  height: 50px;
  float: left;
  transform: rotate(-45deg);
  margin-top: -4px;
}

#coolerled #enmode span {
  margin-left: -20px;
  margin-right: 20px;
}

#coolerled #enmode ol {
  min-height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  margin-left: 290px;
}

#coolerled #enmode ol li {
  float: left;
  margin-left: 2%;
  cursor: pointer;
  min-width: 120px;
  text-align: left;
}

#coolerled .coolericon {
  top: 10%;
  width: 46%;
  z-index: 20;
  margin-left: -11%;
  position: absolute;
  font-size: 1.2vw;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  text-align: center;
}

#coolerled .coolericon .text {
  text-align: left;
  margin-left: 24%;
  margin-bottom: 7%;
}

#coolerled .coolercontext {
  position: relative;
  margin-bottom: 4%;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  color: #000;
}

#coolerled #coolert15 {
  color: #fff;
}

#coolerled .coolertitle {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 30%;
}

#coolerled .coolergif {
  position: absolute;
  z-index: 18;
  right: 18%;
  top: 18%;
}

#coolerled .coolergifbg {
  position: relative;
  z-index: 18;
  margin-top: -14%;
}

#coolerled .lediconrf {
  display: none;
}

#coolerled .lediconrf .lediconleft {
  position: absolute;
  z-index: 18;
  left: 26%;
  top: 33%;
  cursor: pointer;
}

#coolerled .lediconrf .lediconright {
  position: absolute;
  z-index: 18;
  right: 26%;
  top: 33%;
  cursor: pointer;
}

@keyframes ledicon {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#coolerled .coolergif #img11 {
  position: absolute;
  top: 27%;
}

#colortitlebg5,
#colortitlebg6,
#colortitlebg7,
#colortitlebg8 {
  display: none;
}

.maintitlebar {
  background: url("../images/line.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 60px;
  text-align: center;
  font-size: 1em;
}

.moreicon {
  cursor: pointer;
  position: relative;
}

.morecon {
  display: none;
  margin-bottom: 4%;
}

.iconimgsmall {
  display: none;
}

.moreicon .title {
  position: absolute;
  margin-left: 25%;
  font-size: 1.3vw;
  bottom: 36%;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  word-spacing: 6px;
}

.text1 {
  position: relative;
}

.text1 #ab01 {
  position: absolute;
  left: 0;
  z-index: 26;
}

.text1 #ab02 {
  position: absolute;
  left: 30%;
  z-index: 24;
}

#aluminum {
  position: relative;
}

#aluminum #img01 {
  animation: ac-updown1 3s linear infinite;
  position: absolute;
  left: 16%;
  top: 14%;
  cursor: pointer;
  width: auto;
  z-index: 11;
}

#aluminum .sb1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 260px;
  height: 300px;
  cursor: pointer;
  z-index: 20;
}

#aluminum #img02 {
  animation: ac-updown2 1.6s linear infinite;
  position: absolute;
  right: 36%;
  top: 26%;
  cursor: pointer;
  width: auto;
  z-index: 13;
}

#aluminum .sb2 {
  position: absolute;
  top: 30%;
  left: 38%;
  width: 240px;
  height: 300px;
  cursor: pointer;
  z-index: 20;
}

#aluminum #img03 {
  animation: ac-updown3 5s linear infinite;
  position: absolute;
  right: 22%;
  top: 36%;
  cursor: pointer;
  width: auto;
  z-index: 15;
}

#aluminum .sb3 {
  position: absolute;
  top: 40%;
  right: 30%;
  width: 260px;
  height: 360px;
  cursor: pointer;
  z-index: 20;
}

@keyframes ac-updown1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }

  50% {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
}

@keyframes ac-updown2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
  }
}

@keyframes ac-updown3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }

  50% {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
  }
}

@keyframes scale01 {
  0% {
    transform: scale(0.2);
  }

  20% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

#barchart2img .text {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 32%;
  font-size: 16px;
}

#barchart {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  min-height: 260px;
  overflow: hidden;
  max-width: 1278px;
  margin: 0 auto;
}

.chart01 {
  position: absolute;
  z-index: 9;
  margin-top: 6.9%;
  width: 100%;
}

.chart02 {
  position: absolute;
  z-index: 9;
  margin-top: 10.6%;
  width: 100%;
}

.chartline01 {
  position: absolute;
  width: 0%;
  height: 20px;
  background: #fff;
  -webkit-transform: skew(46deg);
  -moz-transform: skew(46deg);
  -o-transform: skew(46deg);
  transform: skew(46deg);
  margin-left: 4%;
  background: #2f0036;
  background: -moz-linear-gradient(left, #2f0036 0%, #43017c 20%, #1c3498 49%, #1c3498 69%, #00aab1 97%);
  background: -webkit-linear-gradient(left, #2f0036 0%, #43017c 20%, #1c3498 49%, #1c3498 69%, #00aab1 97%);
  background: linear-gradient(to right, #2f0036 0%, #43017c 20%, #1c3498 49%, #1c3498 69%, #00aab1 97%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0036', endColorstr='#00aab1', GradientType=1);
  transition: all 2.6s ease;
  -webkit-transition: all 2.6s ease;
}

#barchart .chart01text {
  color: #00b1f6;
  font-size: 40px;
  margin-left: 1%;
  font-family: 'Oswald', Courier, monospace;
  font-weight: bold;
  position: relative;
  z-index: 30;
  float: right;
  right: 21%;
  margin-top: -2%;
  display: none;
}

#barchart .chart02text {
  color: #fd6907;
  font-size: 40px;
  margin-left: 1%;
  font-family: 'Oswald', Courier, monospace;
  font-weight: bold;
  position: relative;
  z-index: 30;
  float: right;
  right: 5%;
  margin-top: -2%;
  display: none;
}

.chartline02 {
  position: absolute;
  width: 0%;
  height: 20px;
  background: #fff;
  -webkit-transform: skew(46deg);
  -moz-transform: skew(46deg);
  -o-transform: skew(46deg);
  transform: skew(46deg);
  margin-left: 4%;
  background: #770159;
  background: -moz-linear-gradient(left, #770159 0%, #770159 57%, #fd7a32 97%);
  background: -webkit-linear-gradient(left, #770159 0%, #770159 57%, #fd7a32 97%);
  background: linear-gradient(to right, #770159 0%, #770159 57%, #fd7a32 97%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770159', endColorstr='#fd7a32', GradientType=1);
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
}

#barchart .chartline01 {
  width: 67%;
}

#barchart .chartline02 {
  width: 83%;
}

#barchart2 .chartline01 {
  width: 35%;
}

#barchart2 .chartline02 {
  width: 76%;
}

@keyframes barchartan01 {
  0% {
    width: 0%;
  }

  100% {
    width: 67%;
  }
}

@keyframes barchartan02 {
  0% {
    width: 0%;
  }

  100% {
    width: 83%;
  }
}

@keyframes barchartbn01 {
  0% {
    width: 0%;
  }

  100% {
    width: 35%;
  }
}

@keyframes barchartbn02 {
  0% {
    width: 0%;
  }

  100% {
    width: 76%;
  }
}

@keyframes cnstami {
  0% {
    transform: scale(2.5, 2.5);
  }

  90% {
    transform: scale(0.2, 0.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

#barchart2 {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 400px;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  overflow: hidden;
  max-width: 1242px;
  margin: 0 auto;
}

#barchart2 .chart02text {
  color: #fd6907;
  font-size: 40px;
  margin-left: 1%;
  font-family: 'Oswald', Courier, monospace;
  font-weight: bold;
  position: relative;
  z-index: 30;
  float: right;
  right: 6.4%;
  margin-top: -2%;
  display: none;
}

#barchart2 .text {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  z-index: 11;
  bottom: 8%;
  margin-left: 32%;
  font-size: 16px;
}

#barchart2 .text3 {
  font-size: 0.8em;
}

#barchart2 .chart01 {
  position: absolute;
  z-index: 9;
  margin-top: 8%;
}

#barchart2 .chart02 {
  position: absolute;
  z-index: 9;
  margin-top: 12%;
}

#barchart2 .chartline01 {
  background: #770159;
  background: -moz-linear-gradient(left, #770159 0%, #830b55 100%);
  background: -webkit-linear-gradient(left, #770159 0%, #830b55 100%);
  background: linear-gradient(to right, #770159 0%, #830b55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770159', endColorstr='#830b55', GradientType=1);
}

#barchart2 .chartline02 {
  background: #770159;
  background: -moz-linear-gradient(left, #770159 58%, #f87735 100%);
  background: -webkit-linear-gradient(left, #770159 58%, #f87735 100%);
  background: linear-gradient(to right, #770159 58%, #f87735 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770159', endColorstr='#f87735', GradientType=1);
}

#display01 .text,
#display02 .text,
#display03 .text,
#display04 .text {
  width: 76%;
  margin: 0 auto;
}

#cusrgb {
  background: #27001e;
  background: -moz-linear-gradient(top, #27001e 1%, #000000 51%, #27001e 100%);
  background: -webkit-linear-gradient(top, #27001e 1%, #000000 51%, #27001e 100%);
  background: linear-gradient(to bottom, #27001e 1%, #000000 51%, #27001e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27001e', endColorstr='#27001e',GradientType=0 );
}

#cusrgb .t1 {
  margin-top: 8%;
}

#excellent {
  background: url("../images/excellent_1920.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 740px;
  overflow: hidden;
}

#excellent .title {
  width: 50%;
  margin-top: 55%;
  margin-left: 88%;
}

#fandesign {
  margin-top: 4%;
}

#fandesign .conbox1 {
  display: inline-block;
  position: relative;
  width: 34%;
}

#fandesign .conbox2 {
  display: inline-block;
  position: relative;
  width: 54%;
  vertical-align: bottom;
  margin-bottom: 8%;
}

@media screen and (max-width: 1920px) {
  .titlebar {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 1680px) {
  #RGBLED-function .rgbcontext {
    z-index: 20;
    top: -4%;
    width: 80%;
  }

  #RGBLED-function .rgbcontext .conbox1 {
    width: 36%;
  }

  #RGBLED-function .rgbcontext .conbox2 {
    width: 60%;
  }

  #a1 {
    min-height: 500px;
  }

  .rgbcon {
    position: absolute;
    width: 70%;
    z-index: 12;
    bottom: 10%;
    padding-left: 6%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .nav-2 {
    width: 100%;
    overflow: hidden;
    margin-left: 10%;
  }

  .nav-2 ul li {
    width: 14%;
  }

  #coolerled #enmode ol {
    margin-left: 20%;
  }
}

@media screen and (max-width: 1500px) {
  #RGBLED-function {
    min-height: 860px;
  }

  .box1 {
    min-height: 860px;
  }

  #a1 {
    min-height: 580px;
  }
}

@media screen and (max-width: 1366px) {
  .table .col6l {
    width: 50%;
  }

  .table .col52,
  .table .col52s {
    width: auto;
  }

  .frame {
    width: 960px;
  }

  #header {
    background-color: #000;
    /* background-image: url(../images/header_1366.jpg);*/
    background-position: center;
    position: relative;
    /*height: 700px;*/
  }

  .title {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  #RGBLED-function .rgbcontext {
    width: 100%;
    position: static;
  }

  #RGBLED-function .rgbcontext .conbox1 {
    width: 100%;
  }

  #RGBLED-function .rgbcontext .conbox2 {
    width: 100%;
  }

  .rgbcon {
    width: 80%;
    bottom: 10%;
  }

  .titlebar {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  #coolerled {
    min-height: 700px;
  }

  #coolerled .coolericon {
    top: 20%;
    width: 50%;
    z-index: 20;
    margin-left: -11%;
    position: absolute;
    font-size: 1.2vw;
    font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
    text-align: center;
  }

  #coolerled .lediconrf .lediconleft {
    left: 26%;
    top: 33%;
  }

  #coolerled .lediconrf .lediconright {
    right: 26%;
    top: 33%;
  }

  #coolerled .lediconrf .lediconleft img {
    width: 90%;
  }

  #coolerled .lediconrf .lediconright img {
    width: 90%;
  }

  #coolerled .coolericon .text {
    text-align: left;
    margin-left: 22%;
    margin-bottom: 7%;
  }

  #coolerled .coolergif {
    position: absolute;
    z-index: 18;
    right: 4%;
    top: 20%;
    width: 50%;
  }

  #aluminum #img01 {
    left: 6%;
    top: 14%;
    width: 40%;
  }

  #aluminum .sb1 {
    top: 20%;
    left: 12%;
    width: 220px;
    height: 280px;
  }

  #aluminum #img02 {
    right: 35%;
    top: 24%;
    width: 40%;
  }

  #aluminum .sb2 {
    top: 30%;
    left: 32%;
    width: 240px;
    height: 300px;
  }

  #aluminum #img03 {
    right: 16%;
    top: 36%;
    width: 40%;
  }

  #aluminum .sb3 {
    top: 40%;
    right: 24%;
    width: 260px;
    height: 360px;
  }

  #excellent {
    background: url("../images/excellent_1366.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 500px;
    overflow: hidden;
  }

  #excellent .title {
    width: 50%;
    margin-top: 40%;
    margin-left: 66%;
  }
}

@media screen and (max-width: 1280px) {
  #RGBLED-function {
    min-height: 500px;
    margin-top: 0%;
  }

  .box1 {
    min-height: 500px;
  }

  #a1 {
    min-height: 360px;
  }

  .rgbcon {
    position: static;
    width: 80%;
    bottom: 0%;
    padding-left: 16%;
  }

  .nav-2 {
    margin-left: 0%;
    width: 80%;
  }

  #RGBLED-function .rgbcon .rgbconbox1 {
    width: 100%;
  }

  #RGBLED-function .rgbcon .rgbconbox2 {
    width: 100%;
  }

  .nav-2 ul li {
    width: 14%;
  }

  #coolerled .lediconrf .lediconright {
    right: 24%;
    top: 33%;
  }

  #coolerled .lediconrf .lediconleft img {
    width: 80%;
  }

  #coolerled .lediconrf .lediconright img {
    width: 80%;
  }
}

@media screen and (max-width: 1100px) {
  #coolerled .lediconrf .lediconleft img {
    width: 70%;
  }

  #coolerled .lediconrf .lediconright img {
    width: 70%;
  }
}

@media screen and (max-width: 960px) {
  .frame {
    width: 640px;
    padding: 1.5em 0;
  }

  .table .col52,
  .table .col52s {
    width: 95%;
  }

  .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }

  .text {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-top: 1em;
  }

  .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }

  #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }

  #header .frame {
    padding: 0em 0 1em;
  }

  .table .col5,
  .table .col5s,
  .table .col5l {
    width: 95%;
  }

  #coolerled .titlecon {
    position: static;
    z-index: 21;
  }

  #coolerled .coolericon {
    top: 0%;
    width: 100%;
    z-index: 20;
    margin-left: 0%;
    position: static;
    font-size: 1.2vw;
    margin-bottom: 20%;
  }

  #coolerled .coolericon .text {
    text-align: left;
    margin-left: 0%;
    margin-bottom: 10%;
    font-size: 20px;
  }

  #coolerled .coolergif {
    position: static;
    z-index: 18;
    right: 0%;
    top: 0%;
    width: 100%;
  }

  .iconimg {
    display: none;
  }

  .iconimgsmall {
    display: block;
  }

  .moreicon .title {
    position: absolute;
    margin-left: 16%;
    font-size: 2vw;
    bottom: 40%;
    font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
    color: #fff;
  }

  #aluminum .sb1 {
    top: 20%;
    left: 12%;
    width: 16%;
    height: 40%;
  }

  #aluminum .sb2 {
    top: 30%;
    left: 32%;
    width: 20%;
    height: 40%;
  }

  #aluminum .sb3 {
    top: 40%;
    right: 24%;
    width: 16%;
    height: 60%;
  }

  #barchart {
    min-height: 300px;
  }

  #barchart2 {
    min-height: 300px;
  }

  #barchart2 .chart02text {
    color: #ff7200;
    text-shadow: 0px 0px 6px #000;
    font-size: 30px;
    margin-left: 1%;
    font-family: 'Oswald', Courier, monospace;
    font-weight: bold;
    position: relative;
    z-index: 30;
    float: right;
    right: 22%;
    margin-top: -5%;
    display: none;
  }

  #barchart2 .chartline01,
  #barchart .chartline01 {
    height: 12px;
  }

  #barchart2 .chartline02,
  #barchart .chartline02 {
    height: 12px;
  }

  #barchart2 .text {
    margin-left: 0%;
    width: 80%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  #barchart .chart01text {
    font-size: 30px;
    right: 21%;
    margin-top: -2%;
    text-shadow: 0px 0px 6px #000;
  }

  #barchart .chart02text {
    font-size: 30px;
    right: 5%;
    margin-top: -2%;
    text-shadow: 0px 0px 6px #000;
  }

  #barchart .chart01 {
    margin-top: 7%;
  }

  #barchart .chart02 {
    margin-top: 11%;
  }

  #display01 .text,
  #display02 .text,
  #display03 .text,
  #display04 .text {
    width: 100%;
    margin: 0 auto;
  }

  #excellent {
    background: url("../images/excellent_960.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 350px;
    overflow: hidden;
  }

  #excellent .title {
    width: 50%;
    margin-top: 30%;
    margin-left: 50%;
  }

  #fandesign .conbox1 {
    display: inline-block;
    position: relative;
    width: 100%;
  }

  #fandesign .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 0%;
  }
}

@media screen and (max-width: 800px) {
  #RGBLED-function {
    min-height: 300px;
    margin-top: 0%;
  }

  .box1 {
    min-height: 300px;
  }

  #a1 {
    min-height: 240px;
  }
}

@media screen and (max-width: 640px) {
  .table .col6l {
    width: auto;
  }

  .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }

  .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .table {
    display: block;
  }

  .table .cell {
    display: block;
  }

  .table .cell_HIDE {
    display: block;
  }

  .table .cell_SHOW {
    display: none;
  }

  .table .col1l,
  .table .col2l,
  .table .col3l,
  .table .col4l,
  .table .col5l,
  .table .col6l,
  .table .col7l,
  .table .col8l,
  .table .col9l,
  .table .col10l {
    width: 100%;
    margin: 0;
  }

  .table .col1,
  .table .col2,
  .table .col3,
  .table .col4,
  .table .col5,
  .table .col6,
  .table .col7,
  .table .col8,
  .table .col9,
  .table .col10 {
    width: 90;
    margin: 0 0;
  }

  .table .col1s,
  .table .col2s,
  .table .col3s,
  .table .col4s,
  .table .col5s,
  .table .col6s,
  .table .col7s,
  .table .col8s,
  .table .col9s,
  .table .col10s {
    width: 60%;
    margin: 0 20%;
  }

  .table .cell .left,
  .table .cell .right,
  .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }

  .table .cell .center {
    padding: 0 0 0;
  }

  .table .cell .offsetRight,
  .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }

  .table .side {
    display: none;
  }

  .img-large {
    display: none;
  }

  .img-small {
    display: block;
  }

  #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }

  #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }

  /*TOP*/

  #gotop {
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0%;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family: Arial, Helvetica, sans-serif;
  }

  #RGBLED-function {
    min-height: 300px;
    margin-top: 0%;
  }

  .box1 {
    min-height: 300px;
  }

  #a1 {
    min-height: 180px;
  }

  .rgbcon {
    width: 100%;
    padding-left: 0%;
  }

  .nav-2 {
    width: 100%;
  }

  #colorpicker-style {
    margin-left: 0px;
    margin-top: 0px;
  }

  .nav-2 ul li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 3%;
    width: 20%;
  }

  .titlebar {
    font-size: 1.0em;
    line-height: 1.4em;
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }

  #coolerled #enmode {
    margin-top: 0px;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }

  #coolerled #enmode ol {
    min-height: 30px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10%;
  }

  #coolerled .lediconrf .lediconleft {
    left: 27%;
  }

  #coolerled .lediconrf .lediconright {
    right: 16%;
  }

  #coolerled .lediconrf .lediconleft img {
    width: 40%;
  }

  #coolerled .lediconrf .lediconright img {
    width: 40%;
  }

  #colortitlebg1,
  #colortitlebg2,
  #colortitlebg3,
  #colortitlebg4 {
    display: none;
  }

  #colortitlebg5,
  #colortitlebg6,
  #colortitlebg7,
  #colortitlebg8 {
    display: block;
  }

  .maintitlebar {
    width: 90%;
    margin: 0 auto;
    background: url("../images/line.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100px;
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
  }

  .moreicon .title {
    position: static;
    margin-left: 8%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    line-height: 24px;
    margin-bottom: -20px;
    font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
    color: #fff;
  }

  #barchart2 {
    min-height: 260px;
  }

  #barchart {
    min-height: 220px;
  }

  #barchart .chart01text {
    font-size: 20px;
    right: 27%;
    margin-top: -4%;
  }

  #barchart .chart02text {
    font-size: 20px;
    right: 12%;
    margin-top: -4%;
  }

  #barchart .chart01 {
    margin-top: 6.5%;
  }

  #barchart .chart02 {
    margin-top: 10.5%;
  }

  #excellent {
    background: url("../images/excellent_640.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 640px;
  }

  #excellent .title {
    width: 100%;
    margin-top: 160%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 480px) {
  #RGBLED-function {
    min-height: 240px;
    margin-top: 0%;
  }

  .box1 {
    min-height: 240px;
  }

  #a1 {
    min-height: 120px;
  }
}