@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=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Aldrich);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(https://fonts.googleapis.com/css?family=Arsenal);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans);
body {
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
  
  
  font-size: 30px;
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
}

@font-face {
  font-family:"myfont";
  src: url("../images/AORUS-font.woff") format("woff");
  font-weight: bold;
}
img {
  width: 100%;
  outline: none;
  border: 0;
}

.frame {
  margin: 0 auto;
  padding: 0em 0;
  overflow: hidden;
  width: 1366px;
}

#playBtn {
  cursor: pointer;
}

.frame.full {
  width: 100%;
}

.title {
  font-size: 1.8em;
  line-height: 1.0em;
  color: #fff;
}

.suborangetitle {
  color: #FF7200;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
}

.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";
}

.note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  
}

.video video,
.video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

p {
  margin: 0.5em 0;
}

.mainbar {
  width: 100%;
  background: #111;
  overflow: auto;
  height: 140px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  border-bottom: #111 solid 1px;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}

.mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}

.mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}

.mainbar .btn a:hover {
  color: #ec6c00;
}

.table {
  
  
  overflow: visible;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

.table .cell_HIDE {
  display: none;
  vertical-align: middle;
}

.table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}

.table .cell .left {
  float: left;
  margin-left: 5%;
  
  text-align: left;
}

.table .cell .right {
  float: right;
  margin-right: 5%;
  
  text-align: left;
}

.table .cell .center {
  
  padding: 0em 30px 0;
  
  overflow: visible;
}

.table .cell .offsetRight {
  margin-right: -25%;
}

.table .cell .offsetLeft {
  margin-left: -25%;
}

.table .cell .btn a {
  color: #fff;
  background-color: #036;
  border-radius: 5px;
  box-shadow: 0px 0px 16px #046fcc inset;
  padding: 8px 16px;
  text-decoration: none;
  -o-transition: background .10s linear;
  -webkit-transition: background .10s linear;
  -moz-transition: background .10s linear;
  transition: background .10s linear;
}

.table .cell .btn a:hover {
  background-color: #03C;
}

.table .img {
  margin-top: 30px;
}

.table .side {
  width: 10%;
  display: block;
}

.table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}

.table .break {
  clear: both;
}

.table .col1,
.table .col1s,
.table .col1l {
  width: 9.5%;
}

.table .col2,
.table .col2s,
.table .col2l {
  width: 19%;
}

.table .col3,
.table .col3s,
.table .col3l {
  width: 28.5%;
}

.table .col4,
.table .col4s,
.table .col4l {
  width: 38%;
}

.table .col5,
.table .col5s,
.table .col5l {
  width: 47.5%;
}

.table .col52,
.table .col52s {
  width: auto;
}

.table .col6,
.table .col6s,
.table .col6l {
  width: 40%;
}

.table .col7,
.table .col7s,
.table .col7l {
  width: 66.5%;
}

.table .col8,
.table .col8s,
.table .col8l {
  width: 76%;
}

.table .col9,
.table .col9s,
.table .col9l {
  width: 85.5%;
}

.table .col10,
.table .col10s,
.table .col10l {
  width: 95%;
}

.fade {
  position: relative;
  overflow: auto;
  display: block;
}

.fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}

.img-large {
  display: block;
}

.img-small {
  display: none;
}


#header {
  position: relative;
  
  background-repeat: no-repeat;
            /*min-height: 500px;
*/
}

#header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
            /*border-radius: 5px;
*/
}

#header .frame {
  padding-top: 0;
}

.imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .table .col6l {
    width: 50%;
  }

  .table .col52,
  .table .col52s {
    width: auto;
  }

  .frame {
    width: 960px;
  }

  #header {
    background-color: #000;
    
    background-position: center;
    position: relative;
    
  }
}
@media screen and (max-width: 960px) {
  .frame {
    width: 640px;
    padding: 1.5em 0;
  }

  .table .col52,
  .table .col52s {
    width: 95%;
  }

  .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }

  .text {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-top: 1em;
  }

  .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }

  #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }

  #header .frame {
    padding: 0em 0 1em;
  }

  .table .col5,
  .table .col5s,
  .table .col5l {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .table .col6l {
    width: auto;
  }

  .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    font-size: 1.2em;
  }

  .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }

  .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .table {
    display: block;
  }

  .table .cell {
    display: block;
  }

  .table .cell_HIDE {
    display: block;
  }

  .table .cell_SHOW {
    display: none;
  }

  .table .col1l,
  .table .col2l,
  .table .col3l,
  .table .col4l,
  .table .col5l,
  .table .col6l,
  .table .col7l,
  .table .col8l,
  .table .col9l,
  .table .col10l {
    width: 100%;
    margin: 0;
  }

  .table .col1,
  .table .col2,
  .table .col3,
  .table .col4,
  .table .col5,
  .table .col6,
  .table .col7,
  .table .col8,
  .table .col9,
  .table .col10 {
    width: 90;
    margin: 0 0;
  }

  .table .col1s,
  .table .col2s,
  .table .col3s,
  .table .col4s,
  .table .col5s,
  .table .col6s,
  .table .col7s,
  .table .col8s,
  .table .col9s,
  .table .col10s {
    width: 60%;
    margin: 0 20%;
  }

  .table .cell .left,
  .table .cell .right,
  .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }

  .table .cell .center {
    padding: 0 0 0;
  }

  .table .cell .offsetRight,
  .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }

  .table .side {
    display: none;
  }

  .img-large {
    display: none;
  }

  .img-small {
    display: block;
  }

  #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }

  #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }
}

.titlesection {
  overflow: hidden;
}

.bghover {
  position: relative;
}

.titlebar {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
  color: #FF6400;
  text-align: center;
  margin-top: 4%;
}

.linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family:"Oswald","Arial","cwTeXHei","Microsoft JhengHei";
  color: #fff;
  text-align: center;
  margin-top: -10px;
  padding: 0px 0px 30px 0px;
  background-image: url("../images/line.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.titlebarDimension {
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
  font-size: 1.8em;
  line-height: 1.0em;
  margin-bottom: 10px;
}

@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) {
  .titlebar {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .titlebar {
    font-size: 1.0em;
    line-height: 1.4em;
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
}
.conbox {
  overflow: hidden;
  position: relative;
  min-height: 1000px;
  max-width: 1920px;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.aoruslogolo {
  position: absolute;
  left: 4%;
  top: 3%;
  z-index: 5;
}

.main1 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: ac-updown1 5s linear infinite;
}

@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;
  }
}
.main2 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: ac-updown3 3s ease-in-out infinite;
}

@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);
  }
}
.maintext {
  padding-left: 18%;
  bottom: 3%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.maintext .conbox1 {
  position: relative;
  display: inline-block;
  width: 14%;
  vertical-align: middle;
}

.maintext .conbox2 {
  position: relative;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}

.maintext .title {
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
}

.maintext .t1 {
  color: #ff6400;
  font-size: 40px;
  margin-bottom: 10px;
}

.maintext .t2 {
  font-size: 70px;
}

@media screen and (max-width: 1440px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 800px;
  }

  .aoruslogolo {
    width: 16%;
  }

  .maintext {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1366px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 700px;
  }

  .maintext .conbox1 {
    width: 14%;
  }

  .maintext .conbox2 {
    width: 80%;
    margin-left: 2%;
    vertical-align: bottom;
  }

  .maintext .t1 {
    font-size: 30px;
  }

  .maintext .t2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 500px;
  }

  .aoruslogolo {
    position: static;
    left: 0%;
    top: 0%;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 30%;
  }

  .maintext .conbox1 {
    width: 14%;
  }

  .maintext .conbox2 {
    width: 80%;
    margin-left: 2%;
  }

  .maintext .t1 {
    font-size: 20px;
  }

  .maintext .t2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 600px;
  }

  .maintext {
    padding-left: 0;
    width: 80%;
    margin-top: 0%;
  }

  .maintext .conbox1 {
    position: static;
    width: 100%;
  }

  .maintext .conbox1 img {
    margin: 0 auto;
  }

  .maintext .conbox2 {
    position: static;
    width: 100%;
    text-align: center;
  }

  .maintext .t1 {
    font-size: 20px;
  }

  .maintext .t2 {
    font-size: 30px;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 480px) {
  .conbox {
    min-height: 600px;
  }
}
@font-face {
  font-family:"AORUS";
  src: url("../images/AORUS-font.woff") format("woff");
}

a {
  text-decoration: none;
  color: #0CF;
}

h2 {
  font-family:"Oswald","Ubuntu Condensed","Aldrich","Microsoft JhengHei","Microsoft YaHei","SimHei","Arial","Verdana","Helvetica","sans-serif";
  color: #ff6400;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: bold;
}

p {
  color: #ddd;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

.aorus_font_title {
  font-family:"AORUS","Oswald","Roboto Slab","Microsoft JhengHei","Microsoft YaHei","SimHei","Arial","Verdana","Helvetica","sans-serif";
}

.aorus_font {
  font-family:"Oswald","Ubuntu Condensed","Aldrich","Microsoft JhengHei","Microsoft YaHei","SimHei","Arial","Verdana","Helvetica","sans-serif";
}

.aorus_font_01 {
  font-family:"Arsenal","Alegreya Sans","Titillium Web","sans-serif","Microsoft JhengHei";
}

.aorus_font_title_h1 {
  
  letter-spacing: 5px;
}


@media screen and (min-width: 1500px) {
  .performance_h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 32px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 2% 25% 0 25%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .performance_h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 30px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 20% 0 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .performance_h1 {
    color: #eee;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 25px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 14% 0 14%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .performance_h1 {
    color: #eee;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 20px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 14% 0 14%;
  }
}
@media screen and (max-width: 768px) {
  p {
    line-height: 23px;
    
  }

  .performance_h1 {
    color: #eee;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 18px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 10% 0 10%;
  }

  .aorus_vr_bg {
    background-image: none;
    background-size: 80%;
    background-repeat: no-repeat;
    padding: 20% 0 0 0;
    margin: 0;
  }

  .color_effect_content {
    padding-top: 4%;
    text-align: center;
  }

  .color_picker_panel {
    display: block;
    text-align: center;
    position: relative;
    margin: auto;
  }
}

@font-face {
  font-family:"AORUS";
  src: url("../images/AORUS-font.woff") format("woff");
}
#designconcept {
  overflow: hidden;
  display: relative;
  margin: 0 auto;
  margin-top: 4%;
  max-width: 1920px;
}

#designconcept .text {
  width: 80%;
}

#designconcept .t1 {
  font-family:"Arsenal","Alegreya Sans","Titillium Web","sans-serif","Microsoft JhengHei";
  margin-top: 0%;
  z-index: 155;
  position: absolute;
  width: 70%;
  max-width: 1366px;
  left: 16%;
  overflow: hidden;
  text-align: left;
}


.aorus_grab_move img {
  position: relative;
  opacity: 0;
  transition: 1s;
}

@keyframes aorus_grab {
  0% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
  20% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
  60% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.4);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
}
@keyframes aorus_grab_move {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.15) brightness(0.8);
  }
  40% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1.01, 1.01) translate(0, 0);
    -webkit-filter: contrast(1) brightness(1.2);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.15) brightness(0.8);
  }
}

.aorus_wing_black img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.aorus_wing_move img {
  position: relative;
  opacity: 1;
  transition: 1s;
}

.aorus_wing_left img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.aorus_wing_left1 img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.aorus_wing_light img {
  animation-delay: 3s;
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

@keyframes aorus_wing_left {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
  40% {
    top: 0px;
    left: 0;
    opacity: 0.5;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(3px) brightness(1.3);
  }
  70% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(2.2, 1.2) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}
@keyframes aorus_wing_left1 {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
  40% {
    top: 0px;
    left: 0;
    opacity: 0.5;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(3px) brightness(1.3);
  }
  70% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1.4, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}
@keyframes aorus_wing_light {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
  30% {
    top: 0px;
    left: 0;
    opacity: 0.1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1);
  }
  40% {
    top: 0px;
    left: 0;
    opacity: 0.7;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(2px) brightness(1.6);
  }
  75% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1.2, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}
@keyframes aorus_wing {
  0% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
  20% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
  60% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.4);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
}
@keyframes aorus_wing_black {
  0% {
    top: 0px;
    left: 0;
    opacity: 0.7;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
  40% {
    top: 0px;
    left: 0;
    opacity: 0.6;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.8);
  }
  80% {
    top: 0px;
    left: 0;
    opacity: 0.2;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.4);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}
@keyframes aorus_wing_move {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.2) brightness(0.8);
  }
  40% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1.01, 1.01) translate(0, 0);
    -webkit-filter: contrast(1) brightness(1.2);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.2) brightness(0.8);
  }
}

.aorus_back_left {
  transition: 3s;
  position: relative;
  z-index: 151;
}

.aorus_back_light {
  transition: 3s;
  position: relative;
  z-index: 151;
}

.aorus_back_light img {
  opacity: 0;
}

@keyframes aorus_back_left {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0);
  }
  45% {
    top: 0px;
    left: 0;
    opacity: 0.4;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(10px) brightness(7);
  }
  85% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(3, 1.8) translate(0, 0);
    -webkit-filter: blur(20px) brightness(12);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(2.5, 1.4) translate(0, 0);
    -webkit-filter: blur(15px) brightness(15);
  }
}
@keyframes aorus_back_light {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
  18% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.6);
  }
  40% {
    top: 0px;
    left: 0;
    opacity: 0.6;
    transform: scale(1.01, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1.9);
  }
  85% {
    top: 0px;
    left: 0;
    opacity: 0.3;
    transform: scale(1, 1.02) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1);
  }
  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.4);
  }
}
@media screen and (max-width: 1366px) {
  #designconcept {
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 960px) {
  #designconcept {
    margin-bottom: 0%;
  }

  #designconcept .t1 {
    margin-top: 0%;
    position: static;
    width: 80%;
    left: 0%;
    margin: 0 auto;
  }
}
.xtremetable1 {
  margin-bottom: 2%;
  margin-top: 4%;
}

.xtremetable1 .title {
  font-size: 30px;
  line-height: 32px;
  color: #C8C9C9;
}

.xtremetable2 {
  background-color: #111111;
  padding: 1% 0 4% 0;
}

.xtremetable2 img {
  width: 90%;
  padding-left: 10%;
}

#xtreme {
  position: relative;
}

#xtreme .xtr2 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0%;
  z-index: 20;
}

#xtreme .titlebar {
  top: -1%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 21;
}

#xtreme .storage {
  position: absolute;
  bottom: 7%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 22;
}

#xtreme .xtr1 {
  animation: ledcolor 2s linear infinite 1s;
  -moz-animation: ledcolor 2s linear infinite 1s;
  -ms-animation: ledcolor 2s linear infinite 1s;
  -o-animation: ledcolor 2s linear infinite 1s;
  -webkit-animation: ledcolor 2s linear infinite 1s;
  z-index: 19;
}

@keyframes ledcolor {
  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);
  }
}
@media screen and (max-width: 960px) {
  #xtreme .titlebar {
    position: static;
  }

  #xtreme .storage {
    position: static;
    margin-top: -6%;
  }

  .xtremetable2 img {
    width: 90%;
    padding-left: 0%;
  }
}
#engineering {
  background-image: url("../images/aic_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1080px;
  margin: 0 auto;
  margin-top: -4%;
  max-width: 1920px;
}

#engineering .engineertext .titlebar {
  padding-top: 4%;
}

#engineering .engineertext .t1 {
  font-size: 30px;
  line-height: 46px;
}

#engineering .engineersmall {
  font-size: 30px;
  line-height: 36px;
  color: #14fffe;
  text-align: center;
  display: none;
}

#flow {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  padding-top: 2%;
}

#flow .item .content {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  /*transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;*/
}

#btext {
  display: none;
}

@media screen and (max-width: 1366px) {
  #engineering {
    min-height: 600px;
  }

  #flow {
    padding-top: 10%;
  }
}
@media screen and (max-width: 960px) {
  #engineering {
    min-height: 500px;
  }

  #engineering .engineersmall {
    display: block;
  }

  #flow {
    min-height: 400px;
    display: none;
  }

  #engineering .engineertext {
    position: static;
  }

  #engineering .engineertext .t1 {
    font-size: 30px;
    line-height: 46px;
  }

  #engineering .engineertext .titlebar {
    width: 90%;
    margin: 0 auto;
    padding-top: 10%;
  }
}
#rgbfusion2 {
  position: relative;
  margin-top: 2%;
}

#rgbfusion2 .text {
  color: #fff;
}

#rgbfusion2 .text .t1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 2px;
}

#rgbfusion2 .rf2text .titlebar {
  color: #fff;
  margin-left: -11%;
}

@keyframes blurimg {
  0% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0px);
  }
}
#rgbfusion2 .rf2text {
  position: absolute;
  top: 2%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 74%;
}

#rgbfusion2 .conbox1 {
  position: relative;
  display: inline-block;
  width: 22%;
  vertical-align: top;
  padding-top: 4%;
}

#rgbfusion2 .conbox2 {
  position: relative;
  display: inline-block;
  width: 73%;
}

@media screen and (max-width: 1366px) {
  #rgbfusion2 .titlebar {
    font-size: 30px;
  }

  #rgbfusion2 .conbox1 {
    width: 26%;
  }

  #rgbfusion2 .conbox2 {
    width: 72%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 960px) {
  #rgbfusion2 .rf2text {
    position: static;
  }

  #rgbfusion2 .conbox1 {
    width: 30%;
  }

  #rgbfusion2 .conbox2 {
    width: 68%;
  }

  #rgbfusion2 .rf2text .titlebar {
    margin-left: 0%;
    text-align: left;
  }

  #rgbfusion2 .text {
    margin-top: -1%;
  }

  #rgbfusion2 .text .t1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 640px) {
  #rgbfusion2 .conbox1 img {
    margin: 0 auto;
  }

  #rgbfusion2 .conbox1 {
    width: 100%;
  }

  #rgbfusion2 .conbox2 {
    width: 100%;
  }

  #rgbfusion2 .rf2text .titlebar {
    text-align: center;
    margin-top: -1%;
    font-size: 20px;
  }
}
#CFw, #SSDToolBox {
  max-width: 1920px;
  margin: 0 auto;
}

#CFw .note {
  font-family:"arial";
  font-size: 16px;
  text-align: center;
}

#CFw .flow {
  margin-bottom: 0px;
  margin-top: -12%;
}

.caption {
  color: #fff;
  font-size: 36px;
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
  margin-top: -30px;
}

#myFantasicFlow .item {
  cursor: pointer;
}

#myFantasicFlow .captext {
  color: #ff6600;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-top: 12px;
  text-shadow: 0px 0px 8px #000;
}

.ContentFlow .globalCaption {
  margin-bottom: 40px;
}

#myFantasicFlow img {
  cursor: pointer;
  box-shadow: 0px 0px 30px #ff7200;
}

.cfwsmall {
  display: none;
}

@media screen and (max-width: 1366px) {
  #CFw .flow {
    margin-bottom: 0px;
    margin-top: -20%;
  }
}
@media screen and (max-width: 960px) {
  #CFw {
    display: none;
  }

  .cfwsmall {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .cfwsmall img {
    margin-bottom: 4%;
  }
}
#guaranteed {
  background-image: url("../images/guaranteed_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1000px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 1920px;
}

#guaranteed .text {
  font-size: 1.6em;
  color: #000;
  position: absolute;
  bottom: 0;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-right: 3%;
}

@media screen and (max-width: 1366px) {
  #guaranteed {
    background-image: url("../images/guaranteed_1366.jpg");
    min-height: 730px;
  }

  #guaranteed .text {
    font-size: 1.7em;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  #guaranteed {
    background-image: url("../images/guaranteed_960.jpg");
    min-height: 520px;
  }

  #guaranteed .text {
    font-size: 1.2em;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #guaranteed {
    background-image: url("../images/guaranteed_640.jpg");
    min-height: 340px;
  }

  #guaranteed .text {
    font-size: 0.8em;
    text-align: center;
  }
}

.model_table {
  margin-top: 4%;
  background: #4a1d00;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #000;
  border-collapse: collapse;
  font-family:"Roboto Condensed","sans-serif","Microsoft JhengHei";
  font-size: 20px;
  text-align: center;
  margin-bottom: 2%;
}

.model_table thead {
  background: #c24c00;
  border-right: none;
  border-left: none;
  font-size: 20px;
  line-height: 40px;
}

.model_table td {
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  padding: 20px;
  vertical-align: middle;
}

.model_table td:first-child {
  background: #FF6400;
}

.model_table td:first-child + td {
  width: 20%;
}

.model_table th, td {
  border: 4px solid #000;
  padding: 20px;
}

.model_table .modelno {
  color: #FFFF00;
  font-size: 22px;
}

#dimension .note {
  font-size: 16px;
  color: #fff;
}

#dimension #ssdlist {
  margin-top: 4%;
}

@media screen and (max-width: 1366px) {
  
  .model_table {
    width: 100%;
  }

  #ssdlist .title {
    font-size: 2em;
  }

  .model_table thead {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  
  .model_table {
    width: 60%;
  }

  #ssdlist .title {
    font-size: 1.2em;
  }

  .model_table thead {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
  }

  .model_table th, td {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  #dimension .frame {
    width: 90%;
  }

  
  .model_table {
    width: 100%;
  }

  .model_table {
    font-size: 16px;
  }

  .model_table tr {
    border: 1px solid #fff;
  }

  .model_table th {
    display: none;
  }

  .model_table td {
    display: block;
    border: none;
  }

  .model_table td:before {
    content: attr(data-th) " : ";
    margin-right: 10px;
    color: #fff;
  }

  .model_table th, td {
    text-align: left;
  }

  .model_table .modelno {
    font-size: 30px;
  }
}

#gotop {
  color: #FFFFFF;
  margin: 10px;
  padding: 14px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
}

#gotop img {
  margin: 0 auto;
}

#gotop:hover {
  background-color: rgba(51, 51, 51, 0.8);
}

@media screen and (max-width: 640px) {
  
  #gotop {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0px;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family:"Arial","Helvetica","sans-serif";
  }
}
#ssdrgb {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 1100px;
  position: relative;
  z-index: 15;
}

#ssdrgb .rgbtext {
  position: absolute;
  z-index: 16;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
}

.jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
}

.jQWCP-wWheel {
  border: 0;
}

map *:focus {
  outline: none;
}

.box1 {
  width: 100%;
  min-height: 1100px;
  position: absolute;
  overflow: hidden;
}

#a1 {
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: 11;
  background-color: #ff7200;
  animation: led-style07 1s linear infinite;
  -webkit-animation: led-style07 1s linear infinite;
}

.b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.rgbicon {
  z-index: 20;
  min-width: 40%;
  position: absolute;
  overflow: hidden;
  bottom: 8%;
  border-radius: 10px;
  padding: 2%;
  margin-left: 25%;
}

.st1 {
  position: absolute;
  top: 0;
}

.rgbicon .nav-2 {
  display: inline-block;
}

.rgbicon .nav-2 ul li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 3%;
}

.rgbicon #colorpicker-style {
  display: inline-block;
}

@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-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-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-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: 1480px) {
  .rgbicon {
    bottom: 8%;
    margin-left: 20%;
  }

  #ssdrgb {
    min-height: 900px;
  }
}
@media screen and (max-width: 1366px) {
  #a1 {
    height: 500px;
  }
}
@media screen and (max-width: 960px) {
  #a1 {
    height: 300px;
  }

  .box1 {
    margin-top: 16%;
  }

  .rgbicon {
    width: 60%;
    bottom: 0%;
  }

  .rgbicon ul li {
    width: 10%;
  }
}
@media screen and (max-width: 640px) {
  #a1 {
    height: 150px;
  }

  .box1 {
    margin-top: 30%;
  }

  .rgbicon {
    width: 50%;
    bottom: 0%;
  }

  .rgbicon ul li {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #a1 {
    height: 150px;
  }

  .box1 {
    margin-top: 40%;
  }

  .rgbicon {
    width: 70%;
    bottom: 8%;
    margin-left: 15%;
  }

  .rgbicon ul li {
    width: 22%;
  }
}
@media screen and (max-width: 380px) {
  #a1 {
    height: 150px;
  }

  .box1 {
    margin-top: 50%;
  }

  .rgbicon {
    width: 80%;
    bottom: 8%;
  }

  .rgbicon ul li {
    width: 20%;
  }
}
