@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
body {
  background: #000;
  color: #fff;
}

.InnerGIGABYTEContent {
  /*features start*/
}
.InnerGIGABYTEContent body {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-size: 30px;
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
}
.InnerGIGABYTEContent img {
  width: 100%;
  outline: none;
  border: 0;
}
.InnerGIGABYTEContent .frame {
  margin: 0 auto;
  padding: 0em 0;
  overflow: hidden;
  width: 1366px;
}
.InnerGIGABYTEContent #playBtn {
  cursor: pointer;
}
.InnerGIGABYTEContent .frame.full {
  width: 100%;
}
.InnerGIGABYTEContent .title {
  font-size: 1.66em;
  line-height: 1.4em;
  color: #ff6400;
  font-family: 'myfont','Arial', 'cwTeXHei', 'Microsoft JhengHei';
}
.InnerGIGABYTEContent .suborangetitle {
  color: #FF6400;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .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;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}
.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.InnerGIGABYTEContent .video video,
.InnerGIGABYTEContent .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.InnerGIGABYTEContent p {
  margin: 0.5em 0;
}
.InnerGIGABYTEContent .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;
}
.InnerGIGABYTEContent .mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}
.InnerGIGABYTEContent .mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}
.InnerGIGABYTEContent .mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}
.InnerGIGABYTEContent .mainbar .btn a:hover {
  color: #ec6c00;
}
.InnerGIGABYTEContent .table {
  /*display: table;*/
  /*min-height:500px;*/
  overflow: visible;
}
.InnerGIGABYTEContent .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell_HIDE {
  display: none;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell .left {
  float: left;
  margin-left: 5%;
  /*margin-right:4%;*/
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .right {
  float: right;
  margin-right: 5%;
  /*margin-left:4%;*/
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .center {
  /*padding:1em 10% 0;*/
  padding: 0em 30px 0;
  /*min-height:400px;*/
  overflow: visible;
}
.InnerGIGABYTEContent .table .cell .offsetRight {
  margin-right: -25%;
}
.InnerGIGABYTEContent .table .cell .offsetLeft {
  margin-left: -25%;
}
.InnerGIGABYTEContent .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;
}
.InnerGIGABYTEContent .table .cell .btn a:hover {
  background-color: #03C;
}
.InnerGIGABYTEContent .table .img {
  margin-top: 30px;
}
.InnerGIGABYTEContent .table .side {
  width: 10%;
  display: block;
}
.InnerGIGABYTEContent .table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}
.InnerGIGABYTEContent .table .break {
  clear: both;
}
.InnerGIGABYTEContent .table .col1,
.InnerGIGABYTEContent .table .col1s,
.InnerGIGABYTEContent .table .col1l {
  width: 9.5%;
}
.InnerGIGABYTEContent .table .col2,
.InnerGIGABYTEContent .table .col2s,
.InnerGIGABYTEContent .table .col2l {
  width: 19%;
}
.InnerGIGABYTEContent .table .col3,
.InnerGIGABYTEContent .table .col3s,
.InnerGIGABYTEContent .table .col3l {
  width: 28.5%;
}
.InnerGIGABYTEContent .table .col4,
.InnerGIGABYTEContent .table .col4s,
.InnerGIGABYTEContent .table .col4l {
  width: 38%;
}
.InnerGIGABYTEContent .table .col5,
.InnerGIGABYTEContent .table .col5s,
.InnerGIGABYTEContent .table .col5l {
  width: 47.5%;
}
.InnerGIGABYTEContent .table .col52,
.InnerGIGABYTEContent .table .col52s {
  width: auto;
}
.InnerGIGABYTEContent .table .col6,
.InnerGIGABYTEContent .table .col6s,
.InnerGIGABYTEContent .table .col6l {
  width: 40%;
}
.InnerGIGABYTEContent .table .col7,
.InnerGIGABYTEContent .table .col7s,
.InnerGIGABYTEContent .table .col7l {
  width: 66.5%;
}
.InnerGIGABYTEContent .table .col8,
.InnerGIGABYTEContent .table .col8s,
.InnerGIGABYTEContent .table .col8l {
  width: 76%;
}
.InnerGIGABYTEContent .table .col9,
.InnerGIGABYTEContent .table .col9s,
.InnerGIGABYTEContent .table .col9l {
  width: 85.5%;
}
.InnerGIGABYTEContent .table .col10,
.InnerGIGABYTEContent .table .col10s,
.InnerGIGABYTEContent .table .col10l {
  width: 95%;
}
.InnerGIGABYTEContent .fade {
  position: relative;
  overflow: auto;
  display: block;
}
.InnerGIGABYTEContent .fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}
.InnerGIGABYTEContent .img-large {
  display: block;
}
.InnerGIGABYTEContent .img-small {
  display: none;
}
.InnerGIGABYTEContent #header {
  position: relative;
  /*height: 504px;*/
  background-repeat: no-repeat;
            /*min-height: 500px;
*/
}
.InnerGIGABYTEContent #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;
*/
}
.InnerGIGABYTEContent #header .frame {
  padding-top: 0;
}
.InnerGIGABYTEContent .imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.InnerGIGABYTEContent .imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .table .col6l {
    width: 50%;
  }
  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: auto;
  }
  .InnerGIGABYTEContent .frame {
    width: 960px;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    /* background-image: url(../innergigabyteimages/header_1366.jpg);*/
    background-position: center;
    position: relative;
    /*height: 700px;*/
  }
  .InnerGIGABYTEContent .title {
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .frame {
    width: 640px;
    padding: 1.5em 0;
  }
  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: 95%;
  }
  .InnerGIGABYTEContent .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }
  .InnerGIGABYTEContent .text {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }
  .InnerGIGABYTEContent #header .frame {
    padding: 0em 0 1em;
  }
  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col5l {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .table .col6l {
    width: auto;
  }
  .InnerGIGABYTEContent .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .InnerGIGABYTEContent .title {
    font-size: 0.8em;
    line-height: 1.4em;
  }
  .InnerGIGABYTEContent .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent .table {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_HIDE {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_SHOW {
    display: none;
  }
  .InnerGIGABYTEContent .table .col1l,
  .InnerGIGABYTEContent .table .col2l,
  .InnerGIGABYTEContent .table .col3l,
  .InnerGIGABYTEContent .table .col4l,
  .InnerGIGABYTEContent .table .col5l,
  .InnerGIGABYTEContent .table .col6l,
  .InnerGIGABYTEContent .table .col7l,
  .InnerGIGABYTEContent .table .col8l,
  .InnerGIGABYTEContent .table .col9l,
  .InnerGIGABYTEContent .table .col10l {
    width: 100%;
    margin: 0;
  }
  .InnerGIGABYTEContent .table .col1,
  .InnerGIGABYTEContent .table .col2,
  .InnerGIGABYTEContent .table .col3,
  .InnerGIGABYTEContent .table .col4,
  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col6,
  .InnerGIGABYTEContent .table .col7,
  .InnerGIGABYTEContent .table .col8,
  .InnerGIGABYTEContent .table .col9,
  .InnerGIGABYTEContent .table .col10 {
    width: 90;
    margin: 0 0;
  }
  .InnerGIGABYTEContent .table .col1s,
  .InnerGIGABYTEContent .table .col2s,
  .InnerGIGABYTEContent .table .col3s,
  .InnerGIGABYTEContent .table .col4s,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col6s,
  .InnerGIGABYTEContent .table .col7s,
  .InnerGIGABYTEContent .table .col8s,
  .InnerGIGABYTEContent .table .col9s,
  .InnerGIGABYTEContent .table .col10s {
    width: 60%;
    margin: 0 20%;
  }
  .InnerGIGABYTEContent .table .cell .left,
  .InnerGIGABYTEContent .table .cell .right,
  .InnerGIGABYTEContent .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }
  .InnerGIGABYTEContent .table .cell .center {
    padding: 0 0 0;
  }
  .InnerGIGABYTEContent .table .cell .offsetRight,
  .InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }
  .InnerGIGABYTEContent .table .side {
    display: none;
  }
  .InnerGIGABYTEContent .img-large {
    display: none;
  }
  .InnerGIGABYTEContent .img-small {
    display: block;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }
}

.InnerGIGABYTEContent #choosebar {
  position: fixed;
  bottom: 30%;
  right: 2%;
  transition: all ease 400ms;
  transform: translateY(0);
  z-index: 9999;
  display: block;
}
.InnerGIGABYTEContent #choosebar .liststyle {
  height: 30px;
  cursor: pointer;
}
.InnerGIGABYTEContent #choosebar .listtext {
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
  font-family: 'Roboto Condensed', !important;
  float: left;
  display: none;
  /*margin-top:2%;*/
}
.InnerGIGABYTEContent #choosebar .listicon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0px 0px 30px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.InnerGIGABYTEContent #choosebar .listicon:hover {
  background: #ff6400;
  height: 20px;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #choosebar {
    display: none;
  }
}
.InnerGIGABYTEContent #rgbappbar {
  cursor: pointer;
}
.InnerGIGABYTEContent #rgbappdisbar {
  cursor: pointer;
  display: none;
}

.InnerGIGABYTEContent #RGBLED-function {
  margin: 0 auto;
  min-height: 900px;
  position: relative;
  max-width: 1920px;
  margin-top: 4%;
}
.InnerGIGABYTEContent .box1 {
  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
  z-index: 11;
}
.InnerGIGABYTEContent #RGBLED-function .rgblogo1 {
  width: auto;
}
.InnerGIGABYTEContent #RGBLED-function .rgbcontext {
  z-index: 20;
  top: -4%;
  width: 70%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.InnerGIGABYTEContent #RGBLED-function .rgbcontext .conbox1 {
  display: inline-block;
  position: relative;
  width: 36%;
  vertical-align: top;
}
.InnerGIGABYTEContent #RGBLED-function .rgbcontext .conbox2 {
  display: inline-block;
  position: relative;
  width: 62%;
}
.InnerGIGABYTEContent #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;
}
.InnerGIGABYTEContent .b1 img {
  position: absolute;
  z-index: 14;
  width: 100%;
}
.InnerGIGABYTEContent .rgbcon {
  position: absolute;
  width: 60%;
  z-index: 12;
  top: 10%;
  left: 8%;
  padding-left: 6%;
}
.InnerGIGABYTEContent .nav-2 {
  width: 46%;
  overflow: hidden;
}
.InnerGIGABYTEContent .nav-2 ul li {
  float: left;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 3%;
  width: 12%;
  /* -webkit-filter: grayscale(1);
			-ms-filter: grayscale(1);
			filter: grayscale(1); */
}
.InnerGIGABYTEContent map *:focus {
  outline: none;
}
.InnerGIGABYTEContent .jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
}
.InnerGIGABYTEContent .jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
}
.InnerGIGABYTEContent .jQWCP-wWheel {
  border: 0;
}
.InnerGIGABYTEContent #color-css {
  display: block;
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.InnerGIGABYTEContent #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%;
  }
}
.InnerGIGABYTEContent #rgbledsmall {
  display: none;
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent .rgbcon {
    left: 4%;
  }
  .InnerGIGABYTEContent #a1 {
    min-height: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .InnerGIGABYTEContent .rgbcon {
    left: 1%;
  }
  .InnerGIGABYTEContent #RGBLED-function {
    min-height: 600px;
  }
  .InnerGIGABYTEContent .box1 {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    z-index: 11;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .nav-2 {
    width: 50%;
    overflow: hidden;
  }
  .InnerGIGABYTEContent .nav-2 ul li {
    width: 11%;
  }
  .InnerGIGABYTEContent #RGBLED-function .rgbcontext {
    top: -4%;
    width: 80%;
  }
  .InnerGIGABYTEContent #RGBLED-function .text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
  }
  .InnerGIGABYTEContent #RGBLED-function .rgbcontext .conbox1 {
    width: 40%;
  }
  .InnerGIGABYTEContent #RGBLED-function .rgbcontext .conbox2 {
    width: 58%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #a1 {
    min-height: 300px;
  }
  .InnerGIGABYTEContent #RGBLED-function .frame {
    width: 90%;
  }
  .InnerGIGABYTEContent #RGBLED-function {
    min-height: 600px;
  }
  .InnerGIGABYTEContent #RGBLED-function .text {
    font-size: 18px;
    line-height: 24px;
  }
  .InnerGIGABYTEContent .rgbcon {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .nav-2 {
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #RGBLED-function .rgbcontext {
    position: static;
    width: 80%;
  }
  .InnerGIGABYTEContent #RGBLED-function .rgbcontext .conbox1 {
    width: 100%;
    vertical-align: top;
  }
  .InnerGIGABYTEContent #RGBLED-function .rgbcontext .conbox2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent #RGBLED-function .rgbcon, .InnerGIGABYTEContent #RGBLED-function .box1 {
    display: none;
  }
  .InnerGIGABYTEContent #rgbledsmall {
    display: block;
    margin: 0 auto;
  }
}

.InnerGIGABYTEContent .titlebar {
  font-size: 1.8em;
  line-height: 1.3em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #ff6400;
  margin-top: 4%;
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent .titlebar {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .titlebar {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .titlebar {
    color: #ccc;
    font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  }
}

.InnerGIGABYTEContent #mainpage {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.InnerGIGABYTEContent #mainpage .maintext {
  position: absolute;
  left: 20%;
  right: 0;
  bottom: 23%;
}

.InnerGIGABYTEContent #colerledtext .text {
  width: 90%;
}
.InnerGIGABYTEContent #coolerled {
  min-height: 700px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 0%;
}
.InnerGIGABYTEContent #enmode ol li:hover {
  color: #fd4dff;
}
.InnerGIGABYTEContent #enmodenum2 ol li:hover {
  color: #fd4dff;
}
.InnerGIGABYTEContent #coolerled .titlecon {
  position: absolute;
  z-index: 21;
}
.InnerGIGABYTEContent #coolerled .title {
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
}
.InnerGIGABYTEContent #coolerled #enmode {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -30px;
  padding-bottom: 30px;
  display: none;
}
.InnerGIGABYTEContent #coolerled #enmode .enmodeline {
  border-left: 3px solid #a700ac;
  margin-right: 24px;
  height: 50px;
  float: left;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.InnerGIGABYTEContent #coolerled #enmode span {
  margin-left: -20px;
  margin-right: 20px;
}
.InnerGIGABYTEContent #coolerled #enmode ol {
  min-height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
  margin-left: 10vw;
}
.InnerGIGABYTEContent #enmodenum2 ol {
  min-height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
  margin-left: 16vw;
}
.InnerGIGABYTEContent #coolerled #enmode ol li {
  float: left;
  cursor: pointer;
  min-width: 120px;
  text-align: left;
  transition: all 0.2s linear;
}
.InnerGIGABYTEContent #enmodenum2 ol li {
  float: left;
  cursor: pointer;
  min-width: 120px;
  text-align: left;
}
.InnerGIGABYTEContent #coolerled #enmode ol li:hover {
  color: #fd4dff;
}
.InnerGIGABYTEContent .enmodeclick {
  color: #fd4dff;
}
.InnerGIGABYTEContent .enmodewhite {
  color: #fff;
}
.InnerGIGABYTEContent #enmodenum2 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -30px;
  padding-bottom: 30px;
  display: none;
}
.InnerGIGABYTEContent #enmodenum2 .enmodeline {
  border-left: 3px solid #a700ac;
  margin-right: 24px;
  height: 50px;
  float: left;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.InnerGIGABYTEContent #enmodenum2 span {
  margin-left: -20px;
  margin-right: 20px;
}
.InnerGIGABYTEContent #coolerled .coolericon {
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
  text-align: center;
  font-size: 1.2vw;
  z-index: 18;
  width: 50%;
  left: 4%;
  top: 22%;
  position: absolute;
}
.InnerGIGABYTEContent #coolerled .coolergif {
  position: absolute;
  right: 14%;
  width: 40%;
}
.InnerGIGABYTEContent #coolerled .coolergif img {
  z-index: 42;
  position: absolute;
}
.InnerGIGABYTEContent #coolerled .coolergif video {
  position: absolute;
  z-index: 40;
  width: 50%;
  margin-top: 19%;
  left: 11%;
  display: none;
}
.InnerGIGABYTEContent #coolerled .coolercontext {
  position: relative;
  margin-bottom: 4%;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  color: #000;
}
.InnerGIGABYTEContent #coolerled .coolertitle {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 30%;
}
.InnerGIGABYTEContent #coolerled .lediconrf {
  display: none;
}
.InnerGIGABYTEContent #coolerled .lediconrf .lediconleft {
  position: absolute;
  z-index: 18;
  left: 26%;
  top: 33%;
  cursor: pointer;
}
.InnerGIGABYTEContent #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;
  }
}
.InnerGIGABYTEContent #colortitlebg5,
.InnerGIGABYTEContent #colortitlebg6,
.InnerGIGABYTEContent #colortitlebg7,
.InnerGIGABYTEContent #colortitlebg8 {
  display: none;
}
@media screen and (max-width: 1800px) {
  .InnerGIGABYTEContent #coolerled .coolergif video {
    width: 60%;
    margin-top: 21%;
    left: 13%;
  }
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent #coolerled #enmode ol {
    margin-left: 6vw;
  }
  .InnerGIGABYTEContent #enmodenum2 ol {
    margin-left: 10vw;
  }
}
@media screen and (max-width: 1400px) {
  .InnerGIGABYTEContent #coolerled #enmode {
    margin-top: -10px;
  }
  .InnerGIGABYTEContent #enmodenum2 {
    margin-top: -10px;
  }
  .InnerGIGABYTEContent #coolerled #enmode ol {
    margin-left: 1%;
  }
  .InnerGIGABYTEContent #enmodenum2 ol {
    margin-left: 16%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #coolerled .coolertitle {
    top: 20%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #coolerled .coolericon {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #coolerled .coolergif {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #coolerled .coolergif img {
    position: static;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #coolerled #enmode {
    margin-top: 0px;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  .InnerGIGABYTEContent #coolerled .coolericon .coolertitle {
    font-size: 30px;
  }
  .InnerGIGABYTEContent #coolerled #enmode ol {
    min-height: 30px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10%;
  }
  .InnerGIGABYTEContent #enmodenum2 ol {
    min-height: 30px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10%;
  }
  .InnerGIGABYTEContent #enmodenum2 {
    margin-top: 0px;
  }
  .InnerGIGABYTEContent #colortitlebg1, .InnerGIGABYTEContent #colortitlebg2, .InnerGIGABYTEContent #colortitlebg3, .InnerGIGABYTEContent #colortitlebg4 {
    display: none;
  }
  .InnerGIGABYTEContent #colortitlebg5, .InnerGIGABYTEContent #colortitlebg6, .InnerGIGABYTEContent #colortitlebg7, .InnerGIGABYTEContent #colortitlebg8 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #coolerled .coolericon .coolertitle {
    font-size: 18px;
  }
  .InnerGIGABYTEContent #colerledtext .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #colerledtext .frame {
    width: 80%;
  }
}

.InnerGIGABYTEContent .maintitlebar {
  background: url("../innergigabyteimages/line.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 60px;
  text-align: right;
  padding-right: 18%;
  color: #ccc;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-size: 1.6vw;
}
.InnerGIGABYTEContent .moreicon {
  cursor: pointer;
  position: relative;
}
.InnerGIGABYTEContent .morecon {
  display: none;
  margin-bottom: 4%;
}
.InnerGIGABYTEContent .iconimgsmall {
  display: none;
}
.InnerGIGABYTEContent .moreicon .title {
  position: absolute;
  margin-left: 25%;
  font-size: 1.15vw;
  bottom: 38%;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  word-spacing: 6px;
}
.InnerGIGABYTEContent .text1 {
  position: relative;
}
.InnerGIGABYTEContent .text1 #ab01 {
  position: absolute;
  left: 0;
  z-index: 26;
}
.InnerGIGABYTEContent .text1 #ab02 {
  position: absolute;
  left: 30%;
  z-index: 24;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .iconimg {
    display: none;
  }
  .InnerGIGABYTEContent .iconimgsmall {
    display: block;
  }
  .InnerGIGABYTEContent .moreicon .title {
    position: absolute;
    margin-left: 16%;
    font-size: 2vw;
    bottom: 40%;
    font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
    color: #fff;
  }
  .InnerGIGABYTEContent .maintitlebar {
    background: url("");
    height: 60px;
    text-align: center;
    padding-right: 0%;
    font-size: 30px;
    line-height: 40px;
    color: #ccc;
  }
}

.InnerGIGABYTEContent #aluminum {
  position: relative;
}
.InnerGIGABYTEContent #aluminum #img01 {
  animation: ac-updown1 3s linear infinite;
  position: absolute;
  left: 16%;
  top: 14%;
  cursor: pointer;
  width: auto;
  z-index: 11;
}
.InnerGIGABYTEContent #aluminum .sb1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 260px;
  height: 300px;
  cursor: pointer;
  z-index: 20;
}
.InnerGIGABYTEContent #aluminum #img02 {
  animation: ac-updown2 1.6s linear infinite;
  position: absolute;
  right: 36%;
  top: 26%;
  cursor: pointer;
  width: auto;
  z-index: 13;
}
.InnerGIGABYTEContent #aluminum .sb2 {
  position: absolute;
  top: 30%;
  left: 38%;
  width: 240px;
  height: 300px;
  cursor: pointer;
  z-index: 20;
}
.InnerGIGABYTEContent #aluminum #img03 {
  animation: ac-updown3 5s linear infinite;
  position: absolute;
  right: 22%;
  top: 36%;
  cursor: pointer;
  width: auto;
  z-index: 15;
}
.InnerGIGABYTEContent #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);
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #aluminum #img01 {
    left: 6%;
    top: 14%;
    width: 40%;
  }
  .InnerGIGABYTEContent #aluminum .sb1 {
    top: 20%;
    left: 12%;
    width: 220px;
    height: 280px;
  }
  .InnerGIGABYTEContent #aluminum #img02 {
    right: 35%;
    top: 24%;
    width: 40%;
  }
  .InnerGIGABYTEContent #aluminum .sb2 {
    top: 30%;
    left: 32%;
    width: 240px;
    height: 300px;
  }
  .InnerGIGABYTEContent #aluminum #img03 {
    right: 16%;
    top: 36%;
    width: 40%;
  }
  .InnerGIGABYTEContent #aluminum .sb3 {
    top: 40%;
    right: 24%;
    width: 260px;
    height: 360px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #aluminum .sb1 {
    top: 20%;
    left: 12%;
    width: 16%;
    height: 40%;
  }
  .InnerGIGABYTEContent #aluminum .sb2 {
    top: 30%;
    left: 32%;
    width: 20%;
    height: 40%;
  }
  .InnerGIGABYTEContent #aluminum .sb3 {
    top: 40%;
    right: 24%;
    width: 16%;
    height: 60%;
  }
}

.InnerGIGABYTEContent #barchart2img .text {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 32%;
  font-size: 16px;
}
.InnerGIGABYTEContent #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;
}
.InnerGIGABYTEContent .chart01 {
  position: absolute;
  z-index: 9;
  margin-top: 6.9%;
  width: 100%;
}
.InnerGIGABYTEContent .chart02 {
  position: absolute;
  z-index: 9;
  margin-top: 10.6%;
  width: 100%;
}
.InnerGIGABYTEContent .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;
}
.InnerGIGABYTEContent #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;
}
.InnerGIGABYTEContent #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;
}
.InnerGIGABYTEContent .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;
}
.InnerGIGABYTEContent #barchart .chartline01 {
  width: 67%;
}
.InnerGIGABYTEContent #barchart .chartline02 {
  width: 83%;
}
.InnerGIGABYTEContent #barchart2 .chartline01 {
  width: 35%;
}
.InnerGIGABYTEContent #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);
  }
}
.InnerGIGABYTEContent #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;
}
.InnerGIGABYTEContent #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;
}
.InnerGIGABYTEContent #barchart2 .text {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  z-index: 11;
  bottom: 8%;
  margin-left: 32%;
  font-size: 16px;
}
.InnerGIGABYTEContent #barchart2 .text3 {
  font-size: 0.8em;
}
.InnerGIGABYTEContent #barchart2 .chart01 {
  position: absolute;
  z-index: 9;
  margin-top: 8%;
}
.InnerGIGABYTEContent #barchart2 .chart02 {
  position: absolute;
  z-index: 9;
  margin-top: 12%;
}
.InnerGIGABYTEContent #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);
}
.InnerGIGABYTEContent #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);
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #barchart {
    min-height: 300px;
  }
  .InnerGIGABYTEContent #barchart2 {
    min-height: 300px;
  }
  .InnerGIGABYTEContent #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;
  }
  .InnerGIGABYTEContent #barchart2 .chartline01, .InnerGIGABYTEContent #barchart .chartline01 {
    height: 12px;
  }
  .InnerGIGABYTEContent #barchart2 .chartline02, .InnerGIGABYTEContent #barchart .chartline02 {
    height: 12px;
  }
  .InnerGIGABYTEContent #barchart2 .text {
    margin-left: 0%;
    width: 80%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .InnerGIGABYTEContent #barchart .chart01text {
    font-size: 30px;
    right: 21%;
    margin-top: -2%;
    text-shadow: 0px 0px 6px #000;
  }
  .InnerGIGABYTEContent #barchart .chart02text {
    font-size: 30px;
    right: 5%;
    margin-top: -2%;
    text-shadow: 0px 0px 6px #000;
  }
  .InnerGIGABYTEContent #barchart .chart01 {
    margin-top: 7%;
  }
  .InnerGIGABYTEContent #barchart .chart02 {
    margin-top: 11%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #barchart2 {
    min-height: 260px;
  }
  .InnerGIGABYTEContent #barchart {
    min-height: 220px;
  }
  .InnerGIGABYTEContent #barchart .chart01text {
    font-size: 20px;
    right: 27%;
    margin-top: -4%;
  }
  .InnerGIGABYTEContent #barchart .chart02text {
    font-size: 20px;
    right: 12%;
    margin-top: -4%;
  }
  .InnerGIGABYTEContent #barchart .chart01 {
    margin-top: 6.5%;
  }
  .InnerGIGABYTEContent #barchart .chart02 {
    margin-top: 10.5%;
  }
}

.InnerGIGABYTEContent #display01 .text, .InnerGIGABYTEContent #display02 .text, .InnerGIGABYTEContent #display04 .text {
  width: 76%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #argblighting {
  position: relative;
  min-height: 900px;
}
.InnerGIGABYTEContent #argblighting .title {
  color: #ff6200;
  text-align: left;
  font-size: 3.4vw;
  top: 12%;
  left: 16%;
  z-index: 70;
}
.InnerGIGABYTEContent #argblighting .text {
  text-align: left;
  width: 38%;
  left: 16%;
  top: 21%;
  z-index: 70;
}
.InnerGIGABYTEContent #argblighting #argblightinggif {
  position: absolute;
  left: 50%;
  width: 36%;
  z-index: 60;
  top: 20%;
}
.InnerGIGABYTEContent #argblighting .text img {
  margin-top: 9%;
  width: auto;
}
.InnerGIGABYTEContent #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 );
}
.InnerGIGABYTEContent #cusrgb .t1 {
  margin-top: 8%;
}
.InnerGIGABYTEContent #fandesign {
  margin-top: 4%;
}
.InnerGIGABYTEContent #fandesign .conbox1 {
  display: inline-block;
  position: relative;
  width: 34%;
}
.InnerGIGABYTEContent #fandesign .conbox2 {
  display: inline-block;
  position: relative;
  width: 54%;
  vertical-align: bottom;
  margin-bottom: 8%;
}
@keyframes aniamd {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1500px) {
  .InnerGIGABYTEContent #argblighting {
    position: relative;
    min-height: 600px;
  }
  .InnerGIGABYTEContent #argblighting .title {
    color: #ff6200;
    text-align: left;
    font-size: 3.4vw;
    top: 12%;
    left: 10%;
    z-index: 70;
  }
  .InnerGIGABYTEContent #argblighting .text {
    text-align: left;
    width: 38%;
    left: 10%;
    top: 20%;
    z-index: 70;
  }
  .InnerGIGABYTEContent #argblighting #argblightinggif {
    position: absolute;
    left: 50%;
    width: 40%;
    z-index: 60;
    top: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #argblighting {
    position: relative;
    min-height: 0px;
  }
  .InnerGIGABYTEContent #argblighting .title {
    font-size: 30px;
    position: static;
    text-align: center;
  }
  .InnerGIGABYTEContent #argblighting .text {
    width: 90%;
    margin: 0 auto;
    position: static;
    text-align: center;
  }
  .InnerGIGABYTEContent #argblighting .text img {
    margin: 0 auto;
    margin-top: 0%;
  }
  .InnerGIGABYTEContent #argblighting #argblightinggif {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #display01 .text, .InnerGIGABYTEContent #display02 .text, .InnerGIGABYTEContent #display04 .text {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #fandesign .conbox1 {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .InnerGIGABYTEContent #fandesign .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 0%;
  }
}

.InnerGIGABYTEContent .sectionstyle {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .sectionstyle .title {
  position: absolute;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  color: #ccc;
  font-size: 1.6vw;
  left: 22%;
  top: 40%;
}
.InnerGIGABYTEContent .sectionstyle .text {
  position: absolute;
  text-align: center;
  color: #ccc;
  font-size: 1.1vw;
  left: 20%;
  top: 48%;
}
.InnerGIGABYTEContent .coolersubimg {
  width: auto;
  display: inline-block;
}
.InnerGIGABYTEContent .coolersubsmall {
  display: none;
}
.InnerGIGABYTEContent #microsd .title {
  left: 62%;
  top: 39%;
}
.InnerGIGABYTEContent #microsd .text {
  left: 56%;
  top: 48%;
  width: 24%;
}
.InnerGIGABYTEContent #watertube .title {
  left: 40%;
  top: 12%;
  color: #fff;
}
.InnerGIGABYTEContent #watertube .text {
  left: 46%;
  top: 18%;
  width: 32%;
  color: #fff;
}
.InnerGIGABYTEContent #ceramic .title {
  left: 55%;
  top: 62%;
}
.InnerGIGABYTEContent #ceramic .text {
  left: 49%;
  top: 70%;
  width: 36%;
}
.InnerGIGABYTEContent #graphene .title {
  left: 36%;
  top: 21%;
}
.InnerGIGABYTEContent #graphene .titlesub {
  left: 36%;
  top: 42%;
}
.InnerGIGABYTEContent #graphene .text {
  left: 43%;
  top: 25%;
  width: 40%;
  text-align: left;
}
.InnerGIGABYTEContent #graphene .textsub {
  left: 43%;
  top: 46%;
  width: 40%;
  text-align: left;
}
.InnerGIGABYTEContent #uniquefan .title {
  left: 22%;
  top: 29%;
}
.InnerGIGABYTEContent #uniquefan .text {
  left: 41%;
  top: 32%;
  width: 42%;
  text-align: left;
}
.InnerGIGABYTEContent #fanlighting .title {
  left: 47%;
  top: 25%;
}
.InnerGIGABYTEContent #fanlighting .text {
  left: 34.2%;
  top: 32%;
  width: 50%;
}
.InnerGIGABYTEContent #cablearrangement .title {
  left: 49%;
  top: 7%;
}
.InnerGIGABYTEContent #cablearrangement .text {
  left: 37%;
  top: 15%;
  width: 40%;
}
.InnerGIGABYTEContent .sectionstyle .sectionimgsmall {
  display: none;
}
.InnerGIGABYTEContent #am5 {
  position: relative;
}
.InnerGIGABYTEContent #am5 .titlebar {
  width: 74%;
  top: 4%;
  position: absolute;
  font-size: 2.4vw;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.InnerGIGABYTEContent #am5 .text {
  margin-top: 0%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .sectionstyle .title {
    position: static;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    width: 90%;
    margin: 0 auto;
    padding-top: 4%;
  }
  .InnerGIGABYTEContent .sectionstyle .text {
    position: static;
    font-size: 18px;
    line-height: 24px;
    padding-top: 2%;
    padding-bottom: 6%;
  }
  .InnerGIGABYTEContent .coolersubimg {
    display: none;
  }
  .InnerGIGABYTEContent .coolersubsmall {
    width: auto;
    display: inline-block;
  }
  .InnerGIGABYTEContent #microsd .text {
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #watertube .title {
    color: #ccc;
  }
  .InnerGIGABYTEContent #watertube .text {
    width: 80%;
    margin: 0 auto;
    color: #ccc;
  }
  .InnerGIGABYTEContent #ceramic .text {
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #graphene .text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .InnerGIGABYTEContent #graphene .textsub {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .InnerGIGABYTEContent #uniquefan .text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .InnerGIGABYTEContent #fanlighting .text {
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #cablearrangement .text {
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .sectionstyle .sectionimgbig {
    display: none;
  }
  .InnerGIGABYTEContent .sectionstyle .sectionimgsmall {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #am5 .titlebar {
    width: 80%;
    position: static;
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent #am5 .text {
    margin-top: 6px;
  }
}
