@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("../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: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent .table {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_HIDE {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_SHOW {
    display: none;
  }
  .InnerGIGABYTEContent .table .col1l,
  .InnerGIGABYTEContent .table .col2l,
  .InnerGIGABYTEContent .table .col3l,
  .InnerGIGABYTEContent .table .col4l,
  .InnerGIGABYTEContent .table .col5l,
  .InnerGIGABYTEContent .table .col6l,
  .InnerGIGABYTEContent .table .col7l,
  .InnerGIGABYTEContent .table .col8l,
  .InnerGIGABYTEContent .table .col9l,
  .InnerGIGABYTEContent .table .col10l {
    width: 100%;
    margin: 0;
  }
  .InnerGIGABYTEContent .table .col1,
  .InnerGIGABYTEContent .table .col2,
  .InnerGIGABYTEContent .table .col3,
  .InnerGIGABYTEContent .table .col4,
  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col6,
  .InnerGIGABYTEContent .table .col7,
  .InnerGIGABYTEContent .table .col8,
  .InnerGIGABYTEContent .table .col9,
  .InnerGIGABYTEContent .table .col10 {
    width: 90;
    margin: 0 0;
  }
  .InnerGIGABYTEContent .table .col1s,
  .InnerGIGABYTEContent .table .col2s,
  .InnerGIGABYTEContent .table .col3s,
  .InnerGIGABYTEContent .table .col4s,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col6s,
  .InnerGIGABYTEContent .table .col7s,
  .InnerGIGABYTEContent .table .col8s,
  .InnerGIGABYTEContent .table .col9s,
  .InnerGIGABYTEContent .table .col10s {
    width: 60%;
    margin: 0 20%;
  }
  .InnerGIGABYTEContent .table .cell .left,
  .InnerGIGABYTEContent .table .cell .right,
  .InnerGIGABYTEContent .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }
  .InnerGIGABYTEContent .table .cell .center {
    padding: 0 0 0;
  }
  .InnerGIGABYTEContent .table .cell .offsetRight,
  .InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }
  .InnerGIGABYTEContent .table .side {
    display: none;
  }
  .InnerGIGABYTEContent .img-large {
    display: none;
  }
  .InnerGIGABYTEContent .img-small {
    display: block;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }
}

.InnerGIGABYTEContent .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("../innergigabyteimages/line.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.InnerGIGABYTEContent .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) {
  .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 .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: 4%;
  left: 13%;
  width: 50%;
}
.InnerGIGABYTEContent #copperaluminum .sec2 {
  top: 24%;
  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: 71%;
  left: 72%;
  width: 30%;
}
.InnerGIGABYTEContent #copperaluminum .textbox {
  width: 15px;
  height: 15px;
  background-color: #00ffff;
  display: inline-block;
  margin-right: 2%;
}
.InnerGIGABYTEContent #copperaluminum .sec7 {
  top: 75%;
  left: 19.5%;
  width: 50%;
}
.InnerGIGABYTEContent #copperaluminum .sec7 .text {
  color: #808080;
  font-size: 0.8vw;
}
.InnerGIGABYTEContent #memorycomposition .sec1 {
  top: 71%;
  left: 7%;
  width: 18%;
  text-align: right;
}
.InnerGIGABYTEContent #memorycomposition .sec2 {
  top: 82%;
  left: 39%;
}
.InnerGIGABYTEContent #memorycomposition .sec3 {
  top: 13%;
  left: 76%;
  width: 10%;
}
.InnerGIGABYTEContent #memorycomposition .sec4 {
  top: 79%;
  left: 74%;
  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;
  }
  .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 .sec3 {
    left: 76%;
    width: 90%;
  }
  .InnerGIGABYTEContent #memorycomposition .sec4 {
    width: 90%;
  }
}

/* End .InnerGIGABYTEContent */
@-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 #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 #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%;
  }
}
@media screen and (max-width: 960px) {
  .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;
  }
}
