@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
body {
  background: #000;
  color: #fff;
}

.InnerGIGABYTEContent {
  /*features start*/
}
.InnerGIGABYTEContent body {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.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: #fff;
  margin-top: 4%;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .suborangetitle {
  color: #FF7200;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family: 'Oswald', 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 {
  bottom: 17%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.InnerGIGABYTEContent .maintext .title {
  font-family: 'myfont', sans-serif, Microsoft JhengHei;
  font-size: 3.2vw;
  text-shadow: 0 0 2px #00FFFF, 0 0 4px #01a3a3, 0 0 20px #00FFFF;
}
.InnerGIGABYTEContent .maintext .text2 {
  font-size: 1.4vw;
  color: #fff;
  margin-top: 1%;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .maintext {
    position: static;
  }
  .InnerGIGABYTEContent .maintext .title {
    font-size: 40px;
    line-height: 50px;
  }
  .InnerGIGABYTEContent .maintext .text2 {
    font-size: 20px;
  }
}

/*titlebar*/
.InnerGIGABYTEContent .titlesection {
  overflow: hidden;
}
.InnerGIGABYTEContent .bghover {
  position: relative;
}
.InnerGIGABYTEContent .titlebar {
  font-size: 3em;
  line-height: 1.3em;
  font-family: 'Oswald', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  padding-top: 4%;
}
.InnerGIGABYTEContent .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("../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: 2.4em;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .titlebar {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-top: 10%;
  }
}

.InnerGIGABYTEContent #CFw,
.InnerGIGABYTEContent #SSDToolBox {
  max-width: 1920px;
  margin: 0 auto;
}
.InnerGIGABYTEContent #CFw .note {
  font-family: arial;
  font-size: 16px;
  text-align: center;
}
.InnerGIGABYTEContent #CFw .flow {
  margin-bottom: 0px;
  margin-top: -12%;
}
.InnerGIGABYTEContent .caption {
  color: #fff;
  font-size: 36px;
  font-family: "Oswald", sans-serif, Microsoft JhengHei;
  margin-top: -30px;
}
.InnerGIGABYTEContent #myFantasicFlow .item {
  cursor: pointer;
}
.InnerGIGABYTEContent #myFantasicFlow .captext {
  color: #ff6600;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-top: 12px;
  text-shadow: 0px 0px 8px #000;
}
.InnerGIGABYTEContent .ContentFlow .globalCaption {
  margin-bottom: 40px;
}
.InnerGIGABYTEContent #myFantasicFlow img {
  cursor: pointer;
  box-shadow: 0px 0px 30px #ff7200;
}
.InnerGIGABYTEContent .cfwsmall {
  display: none;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #CFw .flow {
    margin-bottom: 0px;
    margin-top: -20%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #CFw {
    display: none;
  }
  .InnerGIGABYTEContent .cfwsmall {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .cfwsmall img {
    margin-bottom: 4%;
  }
}

/* table */
.InnerGIGABYTEContent .model_table {
  margin-top: 4%;
  background: #2c2c2c;
  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%;
}
.InnerGIGABYTEContent .model_table thead {
  background: #787878;
  border-right: none;
  border-left: none;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.InnerGIGABYTEContent .model_table th {
  text-align: center;
}
.InnerGIGABYTEContent .model_table td {
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.InnerGIGABYTEContent .model_table td:first-child {
  background: #464646;
}
.InnerGIGABYTEContent .model_table td:first-child + td {
  width: 25%;
}
.InnerGIGABYTEContent .model_table th, .InnerGIGABYTEContent td {
  border: 4px solid #000;
  padding: 20px;
}
.InnerGIGABYTEContent .model_table .modelno {
  color: #0094FF;
  font-size: 22px;
}
.InnerGIGABYTEContent .model_table .modelnosmall {
  color: #fff;
  font-size: 16px;
  margin-top: 4px;
  text-align: center;
}
.InnerGIGABYTEContent #ssdlist .note {
  font-size: 16px;
  color: #fff;
}
.InnerGIGABYTEContent #ssdlist {
  margin-top: 4%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent {
    /* table */
  }
  .InnerGIGABYTEContent .model_table {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdlist .title {
    font-size: 2em;
  }
  .InnerGIGABYTEContent .model_table thead {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent {
    /* table */
  }
  .InnerGIGABYTEContent .model_table {
    width: 60%;
  }
  .InnerGIGABYTEContent #ssdlist .title {
    font-size: 1.2em;
  }
  .InnerGIGABYTEContent .model_table thead {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
  }
  .InnerGIGABYTEContent .model_table th, .InnerGIGABYTEContent td {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent {
    /* table */
  }
  .InnerGIGABYTEContent .model_table td:first-child + td {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdlist .frame {
    width: 90%;
  }
  .InnerGIGABYTEContent .model_table {
    width: 100%;
  }
  .InnerGIGABYTEContent .model_table {
    font-size: 20px;
  }
  .InnerGIGABYTEContent .model_table tr {
    border: 1px solid #fff;
  }
  .InnerGIGABYTEContent .model_table th {
    display: none;
  }
  .InnerGIGABYTEContent .model_table td {
    display: block;
    border: none;
  }
  .InnerGIGABYTEContent .model_table td:before {
    content: attr(data-th) " : ";
    margin-right: 10px;
    color: #fff;
  }
  .InnerGIGABYTEContent .model_table th, .InnerGIGABYTEContent td {
    text-align: left;
  }
  .InnerGIGABYTEContent .model_table .modelno {
    font-size: 24px;
  }
}

.InnerGIGABYTEContent #composition {
  overflow: hidden;
}
.InnerGIGABYTEContent #guaranteed {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #guaranteed .text {
  font-size: 2vw;
  color: #000;
  position: absolute;
  bottom: 22%;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.InnerGIGABYTEContent #composition img, .InnerGIGABYTEContent #dimension img {
  width: auto;
  margin: 0 auto;
}
.InnerGIGABYTEContent #ps5 .conbox1 {
  position: relative;
  display: inline-block;
  width: 60%;
  padding-top: 8%;
  vertical-align: top;
}
.InnerGIGABYTEContent #ps5 .conbox2 {
  position: relative;
  display: inline-block;
  width: 36%;
  margin-left: 2%;
  margin-top: 6%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #ps5 .conbox1 {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-top: 2%;
    vertical-align: top;
  }
  .InnerGIGABYTEContent #ps5 .conbox2 {
    position: relative;
    display: inline-block;
    width: 46%;
    margin-left: 2%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #guaranteed .text {
    font-size: 20px;
    position: static;
    color: #fff;
  }
  .InnerGIGABYTEContent #composition img, .InnerGIGABYTEContent #dimension img {
    width: 80%;
  }
  .InnerGIGABYTEContent #ps5 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 2%;
    vertical-align: top;
  }
  .InnerGIGABYTEContent #ps5 .conbox2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 0%;
    margin-top: 4%;
  }
}

@-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: 16%;
  top: 18%;
  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;
}
.InnerGIGABYTEContent .edmdw {
  margin-top: 6%;
}
.InnerGIGABYTEContent .edmdw a {
  background-color: #005ceb;
  border-radius: 10px;
  color: #fff;
  padding: 2%;
  font-family: "myfont", Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all 0.3s linear;
}
.InnerGIGABYTEContent .edmdw:hover a {
  background-color: #00a2ff;
}
.InnerGIGABYTEContent #dimension {
  overflow: hidden;
}
.InnerGIGABYTEContent #dimension .dimensionbox {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .InnerGIGABYTEContent #sec01 .sec01list {
    right: 0%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #sec01 .sec01list {
    right: 2%;
  }
  .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;
  }
}

.InnerGIGABYTEContent .tableall .note1 {
  text-align: right;
  font-size: 20px;
  margin-top: 2px;
  margin-right: 7%;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}
.InnerGIGABYTEContent .tableall .note {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.InnerGIGABYTEContent .tableall .title {
  font-size: 40px;
  text-align: center;
}
.InnerGIGABYTEContent .stable01 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 10%;
}
.InnerGIGABYTEContent .tableall .s1 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
  padding-top: 0%;
}
.InnerGIGABYTEContent .stable01 .tabletext {
  position: relative;
  display: inline-block;
  width: 16%;
  vertical-align: top;
  margin-right: 1%;
  padding-top: 5%;
}
.InnerGIGABYTEContent .tableall .s2 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
  padding-top: 15%;
}
.InnerGIGABYTEContent .tableall .s3 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
  padding-top: 22%;
}
.InnerGIGABYTEContent .stable01 #st1 {
  position: absolute;
  right: 0%;
  top: 30px;
  width: auto;
  display: none;
}
.InnerGIGABYTEContent .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  top: 10px;
  left: 68%;
  display: none;
}
.InnerGIGABYTEContent .tableall #st4 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  top: 142px;
  left: 65%;
  display: none;
}
.InnerGIGABYTEContent .tableall #st3 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  top: 244px;
  left: 42%;
  display: none;
}
.InnerGIGABYTEContent .tableall .tablecon {
  position: relative;
  display: inline-block;
  width: 76%;
  border-left: 2px solid #595757;
  border-bottom: 2px solid #595757;
  min-height: 360px;
  padding-top: 6%;
  margin-top: 2%;
}
.InnerGIGABYTEContent .stable01 .table1 {
  background: #0200a9;
  background: -moz-linear-gradient(left, #0200a9 0%, #b300ae 100%);
  background: -webkit-linear-gradient(left, #0200a9 0%, #b300ae 100%);
  background: linear-gradient(to right, #0200a9 0%, #b300ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0200a9', endColorstr='#b300ae', GradientType=1);
  height: 16px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}
.InnerGIGABYTEContent .stable01 .table2 {
  margin-top: 8%;
  background: #939394;
  background: -moz-linear-gradient(left, #939394 0%, #433f3e 100%);
  background: -webkit-linear-gradient(left, #939394 0%, #433f3e 100%);
  background: linear-gradient(to right, #939394 0%, #433f3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939394', endColorstr='#433f3e', GradientType=1);
  height: 16px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}
.InnerGIGABYTEContent .stable01 .table3 {
  margin-top: 8%;
  background: #939394;
  background: -moz-linear-gradient(left, #939394 0%, #433f3e 100%);
  background: -webkit-linear-gradient(left, #939394 0%, #433f3e 100%);
  background: linear-gradient(to right, #939394 0%, #433f3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939394', endColorstr='#433f3e', GradientType=1);
  height: 16px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}
@keyframes cnstami {
  0% {
    transform: scale(2.5, 2.5);
  }
  90% {
    transform: scale(0.2, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.InnerGIGABYTEContent #XTREME .tableall .tablecon {
  min-height: 140px;
  padding-top: 2%;
  margin-top: 2%;
}
.InnerGIGABYTEContent #XTREME .stable01 {
  margin-bottom: 0%;
}
.InnerGIGABYTEContent #XTREME .stable01 .tabletext {
  padding-top: 0%;
}
.InnerGIGABYTEContent #XTREME .tableall .s1, .InnerGIGABYTEContent #XTREME .tableall .s2 {
  font-size: 24px;
  line-height: 30px;
  padding-top: 9%;
}
.InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st1 {
  position: absolute;
  right: 8%;
  top: 94px;
  width: auto;
}
.InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 50px;
  left: 72%;
}
.InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 150px;
  left: 57%;
}
.InnerGIGABYTEContent #XTREME .stable01 .table2 {
  margin-top: 5%;
}
.InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st1 {
  position: absolute;
  left: 76%;
  top: 94px;
  width: auto;
}
.InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 50px;
  left: 69%;
}
.InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 150px;
  left: 53%;
}
.InnerGIGABYTEContent #temperature .tableall .tablecon {
  min-height: 300px;
}
.InnerGIGABYTEContent #temperature .stable01 .table2 {
  margin-top: 10%;
}
.InnerGIGABYTEContent #temperature #tableall05 .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 0px;
  left: 54%;
}
.InnerGIGABYTEContent #temperature #tableall05 .stable01 #st3 {
  position: absolute;
  color: #fff;
  font-size: 24px;
  top: 140px;
  left: 76%;
}
.InnerGIGABYTEContent #temperature #tableall05 .stable01 .table1 {
  width: 0%;
}
.InnerGIGABYTEContent #temperature #tableall05 .stable01 .table2 {
  width: 0%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .tableall .s1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: -4%;
  }
  .InnerGIGABYTEContent .tableall .s2 {
    font-size: 26px;
    line-height: 30px;
    padding-top: 10%;
  }
  .InnerGIGABYTEContent .tableall .s3 {
    font-size: 26px;
    line-height: 30px;
    padding-top: 18%;
  }
  .InnerGIGABYTEContent .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 9%;
  }
  .InnerGIGABYTEContent .tableall .tablecon {
    position: relative;
    display: inline-block;
    width: 76%;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    min-height: 200px;
    padding-top: 10%;
    margin-top: 2%;
  }
  .InnerGIGABYTEContent .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 20px;
    width: auto;
  }
  .InnerGIGABYTEContent .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 36px;
    top: 30px;
    left: 55%;
  }
  .InnerGIGABYTEContent .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 220px;
    left: 42%;
  }
  .InnerGIGABYTEContent #XTREME .stable01 .title {
    font-size: 24px;
  }
  .InnerGIGABYTEContent #XTREME .tableall .tablecon {
    min-height: 100px;
    padding-top: 2%;
    margin-top: 2%;
  }
  .InnerGIGABYTEContent #XTREME .tableall .s1, .InnerGIGABYTEContent #XTREME .tableall .s2 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 9%;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st1 {
    right: 2%;
    top: 50px;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st2 {
    font-size: 30px;
    top: 24px;
    left: 72%;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st3 {
    font-size: 24px;
    top: 108px;
    left: 58%;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st1 {
    right: 4%;
    top: 50px;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st2 {
    font-size: 30px;
    top: 26px;
    left: 68%;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st3 {
    font-size: 24px;
    top: 108px;
    left: 52%;
  }
  .InnerGIGABYTEContent #temperature .tableall .tablecon {
    min-height: 240px;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 36px;
    left: 54%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 136px;
    left: 74%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 10%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .s1 {
    font-size: 22px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .s2 {
    font-size: 22px;
    line-height: 30px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 20%;
  }
  .InnerGIGABYTEContent .tableall .note {
    margin-top: 2%;
  }
  .InnerGIGABYTEContent .tableall .note1 {
    font-size: 16px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .tableall .s1 {
    font-size: 20px;
    line-height: 26px;
  }
  .InnerGIGABYTEContent .tableall .s2 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 20%;
  }
  .InnerGIGABYTEContent .tableall .s3 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 10%;
  }
  .InnerGIGABYTEContent .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 9%;
  }
  .InnerGIGABYTEContent .stable01 .table2 {
    margin-top: 12%;
  }
  .InnerGIGABYTEContent .stable01 .table3 {
    margin-top: 10%;
  }
  .InnerGIGABYTEContent .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 180px;
  }
  .InnerGIGABYTEContent .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 10px;
    left: 52%;
  }
  .InnerGIGABYTEContent .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 22px;
    top: 190px;
    left: 48%;
  }
  .InnerGIGABYTEContent .tableall #st4 {
    position: absolute;
    color: #fff;
    font-size: 22px;
    top: 120px;
    left: 70%;
  }
  .InnerGIGABYTEContent #XTREME .stable01 .title {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st1 {
    right: 0%;
    top: 40px;
    width: 20%;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st2 {
    font-size: 24px;
    top: 20px;
    left: 70%;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st3 {
    font-size: 20px;
    top: 88px;
    left: 62%;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st1 {
    left: 72%;
    top: 50px;
    width: 20%;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st2 {
    font-size: 24px;
    top: 20px;
    left: 63%;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st3 {
    font-size: 20px;
    top: 88px;
    left: 57%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 16px;
    left: 50%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 120px;
    left: 70%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 8%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .s1 {
    font-size: 16px;
    line-height: 20px;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .s2 {
    font-size: 16px;
    line-height: 20px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 40px;
  }
  .InnerGIGABYTEContent .tableall .note {
    margin-top: 2%;
  }
  .InnerGIGABYTEContent .tableall .note1 {
    text-align: right;
    font-size: 16px;
    margin-top: 1%;
    margin-right: 2%;
    color: #999999;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .tableall .title {
    font-size: 26px;
    text-align: center;
  }
  .InnerGIGABYTEContent .tableall .tablecon {
    position: relative;
    display: inline-block;
    width: 76%;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    min-height: 160px;
    padding-top: 16%;
    margin-top: 2%;
  }
  .InnerGIGABYTEContent .tableall .s1 {
    font-size: 16px;
    line-height: 20px;
  }
  .InnerGIGABYTEContent .tableall .s2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
  }
  .InnerGIGABYTEContent .tableall .s3 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 4px;
  }
  .InnerGIGABYTEContent .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 11%;
  }
  .InnerGIGABYTEContent .stable01 .table2 {
    margin-top: 24%;
  }
  .InnerGIGABYTEContent .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 30px;
    width: 100px;
  }
  .InnerGIGABYTEContent .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 20px;
    left: 46%;
  }
  .InnerGIGABYTEContent .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 160px;
    left: 50%;
  }
  .InnerGIGABYTEContent .tableall #st4 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 120px;
    left: 72%;
  }
  .InnerGIGABYTEContent #XTREME .stable01 .title {
    font-size: 24px;
  }
  .InnerGIGABYTEContent #XTREME .tableall .tablecon {
    min-height: 100px;
    padding-top: 2%;
    margin-top: 2%;
  }
  .InnerGIGABYTEContent #XTREME .tableall .s1, .InnerGIGABYTEContent #XTREME .tableall .s2 {
    font-size: 10px;
    line-height: 20px;
    padding-top: 9%;
  }
  .InnerGIGABYTEContent #XTREME .stable01 .table1 {
    margin-top: 6%;
  }
  .InnerGIGABYTEContent #XTREME .stable01 .table2 {
    margin-top: 10%;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st1 {
    right: 0%;
    top: 50px;
    width: 24%;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st2 {
    font-size: 26px;
    top: 40px;
    left: 40%;
  }
  .InnerGIGABYTEContent #XTREME #tableall02 .stable01 #st3 {
    font-size: 16px;
    top: 94px;
    left: 64%;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st1 {
    right: 0%;
    top: 54px;
    width: 24%;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st2 {
    font-size: 26px;
    top: 40px;
    left: 40%;
  }
  .InnerGIGABYTEContent #XTREME #tableall03 .stable01 #st3 {
    font-size: 16px;
    top: 94px;
    left: 61%;
  }
  .InnerGIGABYTEContent #temperature .tableall .tablecon {
    min-height: 140px;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 20px;
    left: 40%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 96px;
    left: 62%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .s1 {
    font-size: 16px;
    line-height: 20px;
  }
  .InnerGIGABYTEContent #temperature #tableall05 .s2 {
    font-size: 16px;
    line-height: 20px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 10px;
  }
  .InnerGIGABYTEContent .tableall .note {
    margin-top: 2%;
  }
}

.InnerGIGABYTEContent .tlcnandcon {
  position: relative;
}
.InnerGIGABYTEContent .tlcnand_tablecon {
  position: relative;
  display: inline-block;
  width: 76%;
  margin: 0 auto;
  border-left: 2px solid #595757;
  border-bottom: 2px solid #595757;
  min-height: 320px;
  margin-top: 10%;
}
.InnerGIGABYTEContent .tlcnand_note {
  text-align: center;
  font-size: 20px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}
.InnerGIGABYTEContent .tlcnand_tablecon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.InnerGIGABYTEContent .tlcnand_table1 {
  background: #9a9c9b;
  background: -moz-linear-gradient(top, #9a9c9b 0%, #333030 100%);
  background: -webkit-linear-gradient(top, #9a9c9b 0%, #333030 100%);
  background: linear-gradient(to bottom, #9a9c9b 0%, #333030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9c9b', endColorstr='#333030',GradientType=0 );
  height: 0px;
  width: 160px;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  display: inline-block;
}
.InnerGIGABYTEContent .tlcnand_table2 {
  background: #ff7200;
  background: -moz-linear-gradient(top, #ff7200 1%, #c15700 100%);
  background: -webkit-linear-gradient(top, #ff7200 1%, #c15700 100%);
  background: linear-gradient(to bottom, #ff7200 1%, #c15700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#c15700',GradientType=0 );
  height: 0px;
  width: 160px;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  display: inline-block;
  margin-left: 10%;
  text-align: center;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-size: 24px;
  padding-top: 1%;
}
.InnerGIGABYTEContent .tlcnandcon .titlecon {
  bottom: 16%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.InnerGIGABYTEContent .tlcnandcon .titlecon .title {
  font-size: 20px;
  color: #ccc;
}
.InnerGIGABYTEContent .tlcnandcon #st1 {
  display: inline-block;
  margin-left: 3%;
}
.InnerGIGABYTEContent .tlcnandcon #st2 {
  margin-left: 8%;
  display: inline-block;
}
.InnerGIGABYTEContent .tlcnandcon #st3 {
  position: absolute;
  top: -26%;
  left: 57%;
  font-size: 66px;
  color: #ff7200;
  font-weight: bold;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  display: none;
}
@keyframes x2scale {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .tlcnandcon .titlecon {
    bottom: 10%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .tlcnandcon .titlecon {
    bottom: 8%;
  }
  .InnerGIGABYTEContent .tlcnandcon #st3 {
    top: -20%;
  }
  .InnerGIGABYTEContent .tlcnand_table1 {
    width: 80px;
  }
  .InnerGIGABYTEContent .tlcnand_table2 {
    width: 80px;
  }
  .InnerGIGABYTEContent .tlcnandcon .titlecon .title {
    font-size: 13px;
    color: #ccc;
  }
  .InnerGIGABYTEContent .tlcnand_tablecon {
    width: 100%;
  }
}

.InnerGIGABYTEContent .utilityimg img {
  width: auto;
  margin: 0 auto;
  margin-top: 1%;
}
.InnerGIGABYTEContent #gcc .conbox1 {
  position: relative;
  display: inline-block;
  width: 27%;
  vertical-align: top;
}
.InnerGIGABYTEContent #gcc .conbox2 {
  position: relative;
  display: inline-block;
  width: 71%;
  margin-left: 1%;
}
.InnerGIGABYTEContent #gcc .conbox2 ol li {
  list-style: disc;
  margin-left: 2%;
}
.InnerGIGABYTEContent .LMbtn {
  margin: 3% 0% 1% 24%;
}
.InnerGIGABYTEContent .LMbtn .LMbtnlink {
  border: solid 1px #ff6400;
  background-color: rgba(50, 50, 50, 0.6);
}
.InnerGIGABYTEContent .LMbtn a {
  color: #ff6400;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 10px 30px;
  transition: all 250ms ease-in-out;
}
.InnerGIGABYTEContent .LMbtn .LMbtnlink:hover {
  color: #ffffff;
  background-color: #000;
}
.InnerGIGABYTEContent #gcc .conbox2 .text {
  margin-top: 0px;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .utilityimg img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .LMbtn {
    margin: 0 auto;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #gcc .conbox1 {
    width: 100%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #gcc .conbox2 {
    width: 100%;
  }
  .InnerGIGABYTEContent .utilityimg img {
    width: 100%;
  }
}

/* End .InnerGIGABYTEContent */
