@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
@import url("https://fonts.googleapis.com/css?family=Aldrich");
@font-face {
  font-family: "myfont";
  src: url("https://www.gigabyte.com/FileUpload/Global/KeyFeature/2085/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;
  padding: 0;
  margin: 0;
}
.InnerGIGABYTEContent .imgsmall {
  display: none;
}
.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: 2em;
  line-height: 0.8em;
  color: #00ffff;
  margin-top: 4%;
  font-family: 'Aldrich','Arial', sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .text {
  font-weight: 400;
  font-size: 20px;
  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(../images/header_1366.jpg);*/
    background-position: center;
    position: relative;
    /*height: 700px;*/
  }
}
@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: 1.2em;
  }
  .InnerGIGABYTEContent .text {
    font-size: 20px;
    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 .conbox {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.InnerGIGABYTEContent .aoruslogolo {
  position: absolute;
  left: 4%;
  top: 3%;
  z-index: 5;
}
.InnerGIGABYTEContent .main2 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: ac-updown3 3s ease-in-out infinite;
}
.InnerGIGABYTEContent .main3 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@keyframes ac-updown1 {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.1;
  }
  93% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes ac-updown2 {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
  95% {
    transform: scale(0.7, 0.7);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes ac-updown3 {
  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-updown4 {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
  }
}
.InnerGIGABYTEContent .maintext {
  position: absolute;
  top: 77%;
  left: 14%;
}
.InnerGIGABYTEContent .maintext .title {
  font-family: 'myfont', sans-serif, Microsoft JhengHei;
  font-size: 2.6vw;
  color: #00ffff;
  text-transform: uppercase;
}
.InnerGIGABYTEContent .maintext .text2 {
  font-size: 1vw;
  color: #fff;
  margin-top: 1%;
  font-family: 'myfont', sans-serif, Microsoft JhengHei;
  letter-spacing: 6px;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .maintext {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .maintext .title {
    font-size: 40px;
    line-height: 50px;
  }
  .InnerGIGABYTEContent .maintext .text2 {
    font-size: 20px;
    line-height: 30px;
  }
}

/*titlebar*/
.InnerGIGABYTEContent .titlesection {
  overflow: hidden;
}
.InnerGIGABYTEContent .bghover {
  position: relative;
}
.InnerGIGABYTEContent .titlebar {
  font-size: 3em;
  line-height: 1.3em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #00ffff;
  text-align: center;
  padding-top: 8%;
  text-transform: uppercase;
}
.InnerGIGABYTEContent .linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: 'Oswald', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  margin-top: -20px;
  padding: 0px 0px 30px 0px;
  background-image: url("https://www.gigabyte.com/FileUpload/Global/KeyFeature/2085/innergigabyteimages/line.png");
  background-position: top center;
  background-repeat: no-repeat;
}
@keyframes led-style3 {
  0% {
    left: -80%;
  }
  30% {
    left: 30%;
  }
  31% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes led-style3 {
  0% {
    left: -60%;
  }
  25% {
    left: 30%;
  }
  25.1% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .titlebar {
    font-size: 2em;
    width: 90%;
    margin: 0 auto;
    padding-top: 10%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .titlebar {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-top: 10%;
  }
}

.InnerGIGABYTEContent #memoryrgb {
  overflow: hidden;
  position: relative;
  margin-bottom: 6%;
}
.InnerGIGABYTEContent #memoryrgb .rgbledlogo {
  position: absolute;
  top: 21%;
  left: 79%;
  z-index: 99;
  width: 10vw;
}
.InnerGIGABYTEContent #memoryrgb .rgbtext {
  position: absolute;
  top: -1%;
  left: 49%;
  z-index: 99;
  width: 40%;
}
.InnerGIGABYTEContent #memoryrgb .note {
  margin-top: 1%;
}
.InnerGIGABYTEContent .nav-2 {
  width: 100%;
}
.InnerGIGABYTEContent .nav-2 ul li {
  float: left;
  margin-right: 12px;
  cursor: pointer;
  margin-bottom: 10px;
  width: 5vw;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.InnerGIGABYTEContent .nav-2 img {
  width: auto;
}
.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 .box1 {
  width: 100%;
  position: relative;
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 4%;
}
.InnerGIGABYTEContent #a1 {
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 11;
  background-color: #ED1B2F;
  animation: led-style03 1.4s linear infinite;
  -webkit-animation: led-style03 1.4s linear infinite;
  filter: blur(20px);
}
.InnerGIGABYTEContent #aBG {
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 11;
  background-color: #b9b9b9;
}
.InnerGIGABYTEContent #aL {
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 11;
  background-color: #ED1B2F;
  animation: led-style03 1.4s linear infinite;
  -webkit-animation: led-style03 1.4s linear infinite;
  display: none;
  box-shadow: 0 0 30px 35px #b9b9b9 inset;
  transform: rotate(-45deg);
  filter: blur(20px);
  opacity: .8;
  /* IE 4-9 */
  filter: alpha(opacity=50);
  /*This works in IE 8 & 9 too*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.InnerGIGABYTEContent #aR {
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 11;
  background-color: #ED1B2F;
  animation: led-style03 1.4s linear infinite;
  -webkit-animation: led-style03 1.4s linear infinite;
  display: none;
  box-shadow: 0 0 30px 35px #b9b9b9 inset;
  transform: rotate(-45deg);
  filter: blur(20px);
  opacity: .8;
  /* IE 4-9 */
  filter: alpha(opacity=50);
  /*This works in IE 8 & 9 too*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.InnerGIGABYTEContent #colorpicker-style {
  position: absolute;
  top: 20%;
  left: 7%;
  z-index: 120;
}
.InnerGIGABYTEContent .rgbicon {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 8%;
}
.InnerGIGABYTEContent #color1 {
  width: 100%;
  max-height: 900px;
  position: absolute;
  z-index: 13;
  display: none;
  margin-top: -300px;
  transform: rotate(-45deg);
}
.InnerGIGABYTEContent .b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@keyframes led-style06 {
  0% {
    opacity: 1;
    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);
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    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);
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    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);
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    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);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    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);
  }
}
@-webkit-keyframes led-style06 {
  0% {
    opacity: 1;
    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);
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    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);
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    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);
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    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);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    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);
  }
}
@-ms-keyframes led-style06 {
  0% {
    opacity: 1;
    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);
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    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);
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    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);
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    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);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    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);
  }
}
@keyframes led-style02 {
  0% {
    left: 150px;
    top: 400px;
  }
  20% {
    left: 70px;
    top: 250px;
  }
  50% {
    left: 0px;
    top: 100px;
  }
  70% {
    left: -30px;
    top: -30px;
  }
  90% {
    left: -110px;
    top: -110px;
  }
  100% {
    left: 150px;
    top: 400px;
  }
}
@-webkit-keyframes led-style02 {
  0% {
    left: 150px;
    top: 400px;
  }
  20% {
    left: 70px;
    top: 250px;
  }
  50% {
    left: 0px;
    top: 100px;
  }
  70% {
    left: -30px;
    top: -30px;
  }
  90% {
    left: -110px;
    top: -110px;
  }
  100% {
    left: 150px;
    top: 400px;
  }
}
@-ms-keyframes led-style02 {
  0% {
    left: 150px;
    top: 400px;
  }
  20% {
    left: 70px;
    top: 250px;
  }
  50% {
    left: 0px;
    top: 100px;
  }
  70% {
    left: -30px;
    top: -30px;
  }
  90% {
    left: -110px;
    top: -110px;
  }
  100% {
    left: 150px;
    top: 400px;
  }
}
@keyframes led-style09 {
  0% {
    left: 150px;
    top: 400px;
    background-color: #ff0000;
  }
  20% {
    left: 70px;
    top: 250px;
    background-color: #fbff30;
  }
  50% {
    left: 0px;
    top: 100px;
    background-color: #ff7200;
  }
  70% {
    left: -30px;
    top: -30px;
    background-color: #4bff30;
  }
  90% {
    left: -110px;
    top: -110px;
    background-color: #0011ff;
  }
  100% {
    left: 150px;
    top: 400px;
    background-color: #ff0000;
  }
}
@-webkit-keyframes led-style09 {
  0% {
    left: 150px;
    top: 400px;
    background-color: #ff0000;
  }
  20% {
    left: 70px;
    top: 250px;
    background-color: #fbff30;
  }
  50% {
    left: 0px;
    top: 100px;
    background-color: #ff7200;
  }
  70% {
    left: -30px;
    top: -30px;
    background-color: #4bff30;
  }
  90% {
    left: -110px;
    top: -110px;
    background-color: #0011ff;
  }
  100% {
    left: 150px;
    top: 400px;
    background-color: #ff0000;
  }
}
@-ms-keyframes led-style09 {
  0% {
    left: 150px;
    top: 400px;
    background-color: #ff0000;
  }
  20% {
    left: 70px;
    top: 250px;
    background-color: #fbff30;
  }
  50% {
    left: 0px;
    top: 100px;
    background-color: #ff7200;
  }
  70% {
    left: -30px;
    top: -30px;
    background-color: #4bff30;
  }
  90% {
    left: -110px;
    top: -110px;
    background-color: #0011ff;
  }
  100% {
    left: 150px;
    top: 400px;
    background-color: #ff0000;
  }
}
@keyframes led-style10 {
  0% {
    left: 140px;
    top: 360px;
  }
  20% {
    left: -110px;
    top: -110px;
  }
  50% {
    left: 100px;
    top: 0px;
  }
  70% {
    left: 140px;
    top: 160px;
  }
  90% {
    left: 120px;
    top: 250px;
  }
  100% {
    left: 140px;
    top: 360px;
  }
}
@-webkit-keyframes led-style10 {
  0% {
    left: 140px;
    top: 360px;
  }
  20% {
    left: -110px;
    top: -110px;
  }
  50% {
    left: 100px;
    top: 0px;
  }
  70% {
    left: 140px;
    top: 160px;
  }
  90% {
    left: 120px;
    top: 250px;
  }
  100% {
    left: 140px;
    top: 360px;
  }
}
@-ms-keyframes led-style10 {
  0% {
    left: 140px;
    top: 360px;
  }
  20% {
    left: -110px;
    top: -110px;
  }
  50% {
    left: 100px;
    top: 0px;
  }
  70% {
    left: 140px;
    top: 160px;
  }
  90% {
    left: 120px;
    top: 250px;
  }
  100% {
    left: 140px;
    top: 360px;
  }
}
@keyframes led-style11 {
  0% {
    left: 140px;
    top: 360px;
    background-color: #ff0000;
  }
  20% {
    left: -110px;
    top: -110px;
    background-color: #51ff00;
  }
  50% {
    left: 100px;
    top: 0px;
    background-color: #0011ff;
  }
  70% {
    left: 140px;
    top: 160px;
    background-color: #ff00aa;
  }
  90% {
    left: 120px;
    top: 250px;
    background-color: #eeff00;
  }
  100% {
    left: 140px;
    top: 360px;
    background-color: #ff0000;
  }
}
@-webkit-keyframes led-style11 {
  0% {
    left: 140px;
    top: 360px;
    background-color: #ff0000;
  }
  20% {
    left: -110px;
    top: -110px;
    background-color: #51ff00;
  }
  50% {
    left: 100px;
    top: 0px;
    background-color: #0011ff;
  }
  70% {
    left: 140px;
    top: 160px;
    background-color: #ff00aa;
  }
  90% {
    left: 120px;
    top: 250px;
    background-color: #eeff00;
  }
  100% {
    left: 140px;
    top: 360px;
    background-color: #ff0000;
  }
}
@-ms-keyframes led-style11 {
  0% {
    left: 140px;
    top: 360px;
    background-color: #ff0000;
  }
  20% {
    left: -110px;
    top: -110px;
    background-color: #51ff00;
  }
  50% {
    left: 100px;
    top: 0px;
    background-color: #0011ff;
  }
  70% {
    left: 140px;
    top: 160px;
    background-color: #ff00aa;
  }
  90% {
    left: 120px;
    top: 250px;
    background-color: #eeff00;
  }
  100% {
    left: 140px;
    top: 360px;
    background-color: #ff0000;
  }
}
@keyframes led-style12 {
  0% {
    background-position-y: 600px;
  }
  100% {
    background-position-y: -600px;
  }
}
@-webkit-keyframes led-style12 {
  0% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 600px;
  }
}
@-ms-keyframes led-style12 {
  0% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 600px;
  }
}
@keyframes led-style04 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style04 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style04 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style01 {
  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-style01 {
  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-style01 {
  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-style03 {
  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-style03 {
  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-style03 {
  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-style05 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes led-style05 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes led-style05 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes led-style08 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes led-style08 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes led-style08 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes led-style07 {
  0% {
    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);
  }
  25% {
    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);
  }
  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: #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);
  }
  100% {
    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);
  }
}
@-webkit-keyframes led-style07 {
  0% {
    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);
  }
  25% {
    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);
  }
  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: #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);
  }
  100% {
    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);
  }
}
@-ms-keyframes led-style07 {
  0% {
    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);
  }
  25% {
    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);
  }
  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: #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);
  }
  100% {
    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);
  }
}
@media screen and (max-width: 1560px) {
  .InnerGIGABYTEContent #memoryrgb .rgbledlogo {
    top: 25%;
  }
}
@media screen and (max-width: 1440px) {
  .InnerGIGABYTEContent #memoryrgb .rgbtext {
    top: -1%;
    left: 49%;
    width: 50%;
  }
  .InnerGIGABYTEContent .nav-2 {
    width: 50%;
  }
  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .InnerGIGABYTEContent #colorpicker-style {
    top: 24%;
    left: 4%;
  }
  .InnerGIGABYTEContent .rgbicon {
    top: 52%;
    left: 6%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #a1 {
    height: 600px;
  }
  .InnerGIGABYTEContent #aBG {
    height: 600px;
  }
  .InnerGIGABYTEContent #aL {
    height: 180px;
  }
  .InnerGIGABYTEContent #aR {
    height: 180px;
  }
  .InnerGIGABYTEContent #memoryrgb .rgbledlogo {
    top: 16%;
  }
  .InnerGIGABYTEContent #memoryrgb .rgbtext {
    top: -2%;
    left: 45%;
    width: 50%;
  }
  .InnerGIGABYTEContent #memoryrgb .text {
    font-size: 1vw;
  }
  .InnerGIGABYTEContent .nav-2 {
    width: 100%;
  }
  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .InnerGIGABYTEContent #colorpicker-style {
    top: 24%;
    left: 4%;
  }
  .InnerGIGABYTEContent .rgbicon {
    top: 40%;
    left: 20%;
  }
  .InnerGIGABYTEContent .box1 {
    margin-top: 0px;
    margin-bottom: 20%;
  }
  @keyframes led-style02 {
    0% {
      left: 80px;
      top: 280px;
    }
    20% {
      left: 30px;
      top: 180px;
    }
    50% {
      left: 0px;
      top: 100px;
    }
    70% {
      left: -10px;
      top: -10px;
    }
    90% {
      left: -90px;
      top: -90px;
    }
    100% {
      left: 80px;
      top: 280px;
    }
  }
  @keyframes led-style09 {
    0% {
      left: 80px;
      top: 280px;
      background-color: #ff0000;
    }
    20% {
      left: 30px;
      top: 180px;
      background-color: #fbff30;
    }
    50% {
      left: 0px;
      top: 100px;
      background-color: #ff7200;
    }
    70% {
      left: -10px;
      top: -10px;
      background-color: #4bff30;
    }
    90% {
      left: -90px;
      top: -90px;
      background-color: #0011ff;
    }
    100% {
      left: 80px;
      top: 280px;
      background-color: #ff0000;
    }
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #memoryrgb .rgbledlogo {
    position: static;
    width: auto;
  }
  .InnerGIGABYTEContent #memoryrgb .rgbledlogo img {
    width: auto;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #memoryrgb .rgbtext {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #memoryrgb .text {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #colorpicker-style {
    position: static;
  }
  .InnerGIGABYTEContent #a1 {
    height: 300px;
  }
  .InnerGIGABYTEContent #aBG {
    height: 300px;
  }
  .InnerGIGABYTEContent #aL {
    width: 80%;
    height: 140px;
    filter: blur(10px);
  }
  .InnerGIGABYTEContent #aR {
    width: 80%;
    height: 140px;
    filter: blur(10px);
  }
  .InnerGIGABYTEContent .nav-2 {
    width: 100%;
  }
  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 10px;
    width: 20%;
  }
  .InnerGIGABYTEContent .box1 {
    margin-bottom: 0%;
  }
  .InnerGIGABYTEContent .rgbicon {
    top: 60%;
  }
  @keyframes led-style02 {
    0% {
      left: 90px;
      top: 10px;
    }
    20% {
      left: 10px;
      top: 180px;
    }
    50% {
      left: 0px;
      top: 100px;
    }
    70% {
      left: 10px;
      top: 10px;
    }
    90% {
      left: -30px;
      top: -30px;
    }
    100% {
      left: 90px;
      top: 180px;
    }
  }
  @keyframes led-style09 {
    0% {
      left: 90px;
      top: 10px;
      background-color: #ff0000;
    }
    20% {
      left: 10px;
      top: 180px;
      background-color: #fbff30;
    }
    50% {
      left: 0px;
      top: 100px;
      background-color: #ff7200;
    }
    70% {
      left: 10px;
      top: 10px;
      background-color: #4bff30;
    }
    90% {
      left: -30px;
      top: -30px;
      background-color: #0011ff;
    }
    100% {
      left: 90px;
      top: 180px;
      background-color: #ff0000;
    }
  }
  @keyframes led-style10 {
    0% {
      left: 140px;
      top: 160px;
    }
    20% {
      left: -30px;
      top: -30px;
    }
    50% {
      left: 20px;
      top: 20px;
    }
    70% {
      left: 60px;
      top: 60px;
    }
    90% {
      left: 100px;
      top: 120px;
    }
    100% {
      left: 140px;
      top: 160px;
    }
  }
  @keyframes led-style11 {
    0% {
      left: 140px;
      top: 160px;
      background-color: #ff0000;
    }
    20% {
      left: -30px;
      top: -30px;
      background-color: #51ff00;
    }
    50% {
      left: 20px;
      top: 20px;
      background-color: #0011ff;
    }
    70% {
      left: 60px;
      top: 60px;
      background-color: #ff00aa;
    }
    90% {
      left: 100px;
      top: 120px;
      background-color: #eeff00;
    }
    100% {
      left: 140px;
      top: 160px;
      background-color: #ff0000;
    }
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #a1 {
    height: 200px;
    width: 90%;
  }
  .InnerGIGABYTEContent #aBG {
    height: 200px;
    width: 90%;
  }
  .InnerGIGABYTEContent #aL {
    width: 80%;
    height: 100px;
    filter: blur(10px);
  }
  .InnerGIGABYTEContent #aR {
    width: 80%;
    height: 100px;
    filter: blur(10px);
  }
  .InnerGIGABYTEContent .nav-2 {
    width: 100%;
  }
  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 20px;
    width: 22%;
  }
  .InnerGIGABYTEContent .box1 {
    margin-top: 0px;
    margin-bottom: 0%;
  }
  .InnerGIGABYTEContent .rgbicon {
    top: 55%;
  }
  @keyframes led-style02 {
    0% {
      left: 60px;
      top: 90px;
    }
    20% {
      left: 40px;
      top: 40px;
    }
    50% {
      left: 20px;
      top: 20px;
    }
    70% {
      left: 0px;
      top: 0px;
    }
    90% {
      left: -30px;
      top: -30px;
    }
    100% {
      left: 60px;
      top: 90px;
    }
  }
  @keyframes led-style09 {
    0% {
      left: 60px;
      top: 90px;
      background-color: #ff0000;
    }
    20% {
      left: 40px;
      top: 40px;
      background-color: #fbff30;
    }
    50% {
      left: 20px;
      top: 20px;
      background-color: #ff7200;
    }
    70% {
      left: 0px;
      top: 0px;
      background-color: #4bff30;
    }
    90% {
      left: -30px;
      top: -30px;
      background-color: #0011ff;
    }
    100% {
      left: 60px;
      top: 90px;
      background-color: #ff0000;
    }
  }
  @keyframes led-style10 {
    0% {
      left: 120px;
      top: 140px;
    }
    20% {
      left: -20px;
      top: -20px;
    }
    50% {
      left: 10px;
      top: 10px;
    }
    70% {
      left: 50px;
      top: 50px;
    }
    90% {
      left: 70px;
      top: 70px;
    }
    100% {
      left: 120px;
      top: 140px;
    }
  }
  @keyframes led-style11 {
    0% {
      left: 120px;
      top: 140px;
      background-color: #ff0000;
    }
    20% {
      left: -20px;
      top: -20px;
      background-color: #51ff00;
    }
    50% {
      left: 10px;
      top: 10px;
      background-color: #0011ff;
    }
    70% {
      left: 50px;
      top: 50px;
      background-color: #ff00aa;
    }
    90% {
      left: 70px;
      top: 70px;
      background-color: #eeff00;
    }
    100% {
      left: 120px;
      top: 140px;
      background-color: #ff0000;
    }
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.InnerGIGABYTEContent ul li {
  list-style-type: none;
}
.InnerGIGABYTEContent #engineered {
  position: relative;
}
.InnerGIGABYTEContent #engineered .engineeredtext {
  position: absolute;
  top: 3%;
  left: 14%;
  width: 56%;
}
.InnerGIGABYTEContent #battle {
  position: relative;
}
.InnerGIGABYTEContent #battle .text {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 80%;
  text-align: center;
}
.InnerGIGABYTEContent #rgbsoftware {
  padding-top: 8%;
}
.InnerGIGABYTEContent #rgbsoftware .conbox1 {
  position: relative;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  padding-top: 0px;
}
.InnerGIGABYTEContent #rgbsoftware .conbox2 {
  display: inline-block;
  position: relative;
  width: 82%;
  padding-top: 10px;
}
.InnerGIGABYTEContent #rgbsoftware .conbox3 {
  position: relative;
  display: inline-block;
  width: 46%;
  vertical-align: top;
  text-align: center;
}
.InnerGIGABYTEContent #rgbsoftware .conbox4 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
  vertical-align: top;
  text-align: center;
}
.InnerGIGABYTEContent #rgbsoftware .row1dw {
  cursor: pointer;
  width: 14vw;
}
.InnerGIGABYTEContent #rgbsoftware .conbox3 img {
  width: 34vw;
  margin: 0 auto;
}
.InnerGIGABYTEContent #rgbsoftware .conbox4 img {
  width: 34vw;
  margin: 0 auto;
}
.InnerGIGABYTEContent #XMP30 {
  padding-top: 16%;
}
.InnerGIGABYTEContent #XMP30 .conbox1, .InnerGIGABYTEContent #warranty .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10%;
}
.InnerGIGABYTEContent #XMP30 .conbox2, .InnerGIGABYTEContent #warranty .conbox2 {
  display: inline-block;
  position: relative;
  width: 85%;
}
.InnerGIGABYTEContent #PCIe4SSD {
  margin-bottom: 4%;
}
.InnerGIGABYTEContent #sec01 {
  position: relative;
}
.InnerGIGABYTEContent #sec01 .sec01list {
  position: absolute;
  left: 64%;
  bottom: 12%;
  min-width: 400px;
  color: #00FFFF;
}
.InnerGIGABYTEContent #keyfeature .keycon {
  padding-top: 8%;
}
.InnerGIGABYTEContent #keyfeature ul li {
  list-style: disc;
  margin-left: 4%;
}
.InnerGIGABYTEContent #ssdcon {
  overflow: hidden;
}
.InnerGIGABYTEContent #ssdcon .ssdimg {
  position: relative;
  min-height: 700px;
}
.InnerGIGABYTEContent #ssdcon .ssdimg .title {
  position: absolute;
  background: #000;
  padding: 1%;
  font-size: 24px;
  line-height: 30px;
}
.InnerGIGABYTEContent #ssdcon .ssdimgtitle01 {
  top: 10%;
  width: 26%;
}
.InnerGIGABYTEContent #ssdcon .ssdimgtitle02 {
  top: 50%;
  width: 16%;
}
.InnerGIGABYTEContent #ssdcon .ssdimgtitle03 {
  top: 31%;
  left: 84%;
  width: 12%;
}
.InnerGIGABYTEContent #ssdcon .ssdimgtitle04 {
  top: 56%;
  left: 84%;
  width: 12%;
}
.InnerGIGABYTEContent #dimension {
  overflow: hidden;
}
.InnerGIGABYTEContent #ssdcon .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #ff6400;
  color: #fff;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}
.InnerGIGABYTEContent #ssdcon .ssdimgsmall {
  display: none;
}
@media screen and (max-width: 1440px) {
  .InnerGIGABYTEContent #sec01 .sec01list {
    right: 2%;
    bottom: 12%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #sec01 .sec01list {
    right: 2%;
    bottom: 6%;
  }
  .InnerGIGABYTEContent #keyfeature .keycon {
    padding-top: 4%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimg .title {
    position: absolute;
    background: #000;
    padding: 1%;
    font-size: 20px;
    line-height: 26px;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle01 {
    top: 2%;
    width: 24%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle02 {
    top: 34%;
    width: 14%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle03 {
    top: 22%;
    left: 84%;
    width: 20%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle04 {
    top: 44%;
    left: 84%;
    width: 24%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox3 img {
    width: 26vw;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox4 img {
    width: 26vw;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #engineered .engineeredtext {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #battle .text {
    position: static;
    width: 80%;
    text-align: center;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox1 img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox3 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox4 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox3 img {
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox4 img {
    width: 100%;
  }
  .InnerGIGABYTEContent #XMP30 {
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #XMP30 .conbox1, .InnerGIGABYTEContent #warranty .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .InnerGIGABYTEContent #XMP30 .conbox2, .InnerGIGABYTEContent #warranty .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .InnerGIGABYTEContent #sec01 .sec01list {
    position: static;
    font-size: 20px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimg {
    min-height: auto;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimg .title {
    position: static;
    padding: 0%;
    font-size: 24px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle01 {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle02 {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle03 {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle04 {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdcon .specpoint {
    display: inline-block;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgbig {
    display: none;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgsmall {
    display: block;
  }
}

.InnerGIGABYTEContent .sectionkf {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .sectionkf .title {
  font-size: 1.4vw;
  line-height: 1.8vw;
}
.InnerGIGABYTEContent .sectionkf .text {
  font-size: 1vw;
  line-height: 1.4em;
  margin-top: 0.4vw;
}
.InnerGIGABYTEContent .secall {
  position: absolute;
}
.InnerGIGABYTEContent .s-number {
  display: none;
}
.InnerGIGABYTEContent .imgsmall {
  display: none;
}
.InnerGIGABYTEContent #ddr5 {
  padding-top: 10%;
}
.InnerGIGABYTEContent #ddr5 .ddr5title {
  margin-bottom: 4%;
}
.InnerGIGABYTEContent #ddr5 .ddr5title .title {
  margin-top: 0%;
}
.InnerGIGABYTEContent #higherstability .sec1 {
  top: 52%;
  left: 8%;
  width: 20%;
}
.InnerGIGABYTEContent #higherstability .sec2 {
  top: 52%;
  left: 27.8%;
  width: 32%;
}
.InnerGIGABYTEContent #higherstability .sec2 .title {
  text-align: center;
}
.InnerGIGABYTEContent #higherstability .highertitle {
  background-color: #000;
  padding-left: 2%;
  padding-right: 2%;
}
.InnerGIGABYTEContent #higherstability .sec3 {
  top: 20%;
  left: 73%;
  width: 20%;
}
.InnerGIGABYTEContent #copperaluminum .sec1 {
  top: 2%;
  left: 7%;
  width: 58%;
}
.InnerGIGABYTEContent #copperaluminum .sec2 {
  top: 20%;
  left: 15%;
  width: 50%;
}
.InnerGIGABYTEContent #copperaluminum .sec2 .title {
  color: #ccc;
  text-align: center;
  font-size: 1.2vw;
}
.InnerGIGABYTEContent #copperaluminum .sec3 {
  top: 23%;
  left: 82%;
}
.InnerGIGABYTEContent #copperaluminum .sec4 {
  top: 28%;
  left: 82%;
}
.InnerGIGABYTEContent #copperaluminum .sec4 .text {
  margin-top: 0%;
  margin-bottom: 0%;
}
.InnerGIGABYTEContent #copperaluminum .sec5 {
  top: 36%;
  left: 82%;
}
.InnerGIGABYTEContent #copperaluminum .sec5 .text {
  margin-top: 0%;
  margin-bottom: 0%;
}
.InnerGIGABYTEContent #copperaluminum .sec6 {
  top: 56%;
  left: 70%;
  width: 30%;
}
.InnerGIGABYTEContent #copperaluminum .textbox {
  width: 15px;
  height: 15px;
  background-color: #00ffff;
  display: inline-block;
  margin-right: 2%;
}
.InnerGIGABYTEContent #copperaluminum .sec7 {
  top: 72%;
  left: 19.5%;
  width: 50%;
}
.InnerGIGABYTEContent #copperaluminum .sec7 .text {
  color: #808080;
  font-size: 0.8vw;
}
.InnerGIGABYTEContent #memorycomposition .text {
  color: #00ffff;
}
.InnerGIGABYTEContent #memorycomposition .sec1 {
  top: 13%;
  left: 14%;
  width: 12%;
  text-align: right;
}
.InnerGIGABYTEContent #memorycomposition .sec2 {
  top: 25%;
  left: 14%;
  width: 12%;
  text-align: right;
}
.InnerGIGABYTEContent #memorycomposition .sec3 {
  top: 68%;
  left: 12%;
  width: 18%;
  text-align: right;
}
.InnerGIGABYTEContent #memorycomposition .sec4 {
  top: 76%;
  left: 41%;
}
.InnerGIGABYTEContent #memorycomposition .sec5 {
  top: 13%;
  left: 72.5%;
  width: 10%;
}
.InnerGIGABYTEContent #memorycomposition .sec6 {
  top: 30%;
  left: 72.5%;
  width: 16%;
}
.InnerGIGABYTEContent #memorycomposition .sec7 {
  top: 77%;
  left: 68%;
  width: 16%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .imgbig {
    display: none;
  }
  .InnerGIGABYTEContent .imgsmall {
    display: block;
  }
  .InnerGIGABYTEContent .sectionkf .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 1em;
    margin-bottom: 0em;
  }
  .InnerGIGABYTEContent #ddr5 .ddr5title .title {
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .sectionkf .text {
    font-size: 20px;
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .InnerGIGABYTEContent .secall {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .s-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    border: 2px solid #00ffff;
    color: #fff;
    line-height: 24px;
    margin-right: 6px;
    text-align: center;
    margin-bottom: 4%;
    font-size: 16px;
    margin: 10px;
  }
  .InnerGIGABYTEContent #higherstability .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #higherstability .sec2 {
    width: 90%;
  }
  .InnerGIGABYTEContent #higherstability .sec2 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #higherstability .highertitle {
    padding-left: 0%;
    padding-right: 0%;
  }
  .InnerGIGABYTEContent #higherstability .sec3 {
    width: 90%;
  }
  .InnerGIGABYTEContent #copperaluminum .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #copperaluminum .sec2 {
    width: 90%;
  }
  .InnerGIGABYTEContent #copperaluminum .sec2 .title {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    margin-top: 1em;
    margin-bottom: 0em;
  }
  .InnerGIGABYTEContent #copperaluminum .sec3,
  .InnerGIGABYTEContent #copperaluminum .sec4,
  .InnerGIGABYTEContent #copperaluminum .sec5 {
    text-align: center;
  }
  .InnerGIGABYTEContent #copperaluminum .sec6 {
    width: 90%;
  }
  .InnerGIGABYTEContent #copperaluminum .sec7 {
    width: 90%;
  }
  .InnerGIGABYTEContent #copperaluminum .sec7 .text {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #memorycomposition .sec1 {
    width: 90%;
    text-align: left;
  }
  .InnerGIGABYTEContent #memorycomposition .sec2 {
    width: 90%;
    text-align: left;
  }
  .InnerGIGABYTEContent #memorycomposition .sec3 {
    width: 90%;
    text-align: left;
  }
  .InnerGIGABYTEContent #memorycomposition .sec4 {
    width: 90%;
  }
  .InnerGIGABYTEContent #memorycomposition .sec5 {
    width: 90%;
  }
  .InnerGIGABYTEContent #memorycomposition .sec6 {
    width: 90%;
  }
  .InnerGIGABYTEContent #memorycomposition .sec7 {
    width: 90%;
  }
}

/* End .InnerGIGABYTEContent */
