@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
body {
  background: #000;
  padding: 0;
  margin: 0;
}

.InnerGIGABYTEContent {
  color: #fff;
  font-family: 'Oswald', sans-serif, 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 30px;
  /*::selection {background: #FFD80E;color: #FFF;text-shadow: none;}*/
  /*features start*/
}
.InnerGIGABYTEContent img {
  width: 100%;
  outline: none;
  border: 0;
}
.InnerGIGABYTEContent .frame {
  margin: 0 auto;
  padding: 1em 0;
  overflow: hidden;
  width: 1366px;
}
.InnerGIGABYTEContent #playBtn {
  cursor: pointer;
}
.InnerGIGABYTEContent .frame.full {
  width: 100%;
}
.InnerGIGABYTEContent .title {
  font-size: 2em;
  line-height: 1.3em;
  color: #0095FF;
}
.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ddd;
  font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Roboto Condensed', '微軟正黑體' !important;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  margin-left: 0.4em;
  color: #bbb;
  font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Roboto Condensed', '微軟正黑體' !important;
}
.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;
}

.InnerGIGABYTEContent #recovery .conbox1 {
  position: relative;
  display: inline-block;
  width: 27%;
  vertical-align: top;
}

.InnerGIGABYTEContent #recovery .conbox1 {
  position: relative;
  display: inline-block;
  width: 27%;
  vertical-align: top;
}

.InnerGIGABYTEContent #recovery .recoverybox {
  position: relative;
  
  
}


.InnerGIGABYTEContent #recovery .recoverybox .recoverycon01{
  position: absolute;
  top:3%;
  color:#c2c2c2;
  font-size: 30px;
  text-transform:uppercase;  
}
.InnerGIGABYTEContent #recovery .recoverybox .recoverycon02{
  position: absolute;
  top:60%;
  color:#c2c2c2;
  font-size: 30px;
  text-transform:uppercase;  
}

.InnerGIGABYTEContent #recovery .recoverybox .recoverycon02 span{  
  font-size: 16px;
  text-transform:none;
}

.InnerGIGABYTEContent #recovery .recoverybox .recoverycon03{
  position: absolute;
  top:30%;
  left:50%;
  color:#00ffff;
  font-size: 30px;
  text-transform:uppercase;  
}

@media screen and (max-width: 1920px) {
.InnerGIGABYTEContent #recovery .recoverybox .recoverycon01{
  position: absolute;
  top:3%;
  color:#c2c2c2;
  font-size: 1.4vw;
  text-transform:uppercase;  
}
.InnerGIGABYTEContent #recovery .recoverybox .recoverycon02{
  position: absolute;
  top:60%;
  color:#c2c2c2;
  font-size: 1.4vw;
  text-transform:uppercase;  
}

.InnerGIGABYTEContent #recovery .recoverybox .recoverycon02 span{  
  font-size: 16px;
  text-transform:none;
}

.InnerGIGABYTEContent #recovery .recoverybox .recoverycon03{
  position: absolute;
  top:30%;
  left:50%;
  color:#00ffff;
  font-size: 1.4vw;
  text-transform:uppercase;  
}
}

.InnerGIGABYTEContent #recovery .recoveryboxsmall{
  display:none;
}

.InnerGIGABYTEContent #recovery .recoverybox {
  position: relative;
}

.InnerGIGABYTEContent #mediascan .mediascannote{
  font-size: 20px;  
  margin-top: 2%;
}



.InnerGIGABYTEContent .mediascannote .mediascan_text{
  color:#00ffff;
  display: inline-block;
  margin-left: 4%;
}

.InnerGIGABYTEContent .mediascannote .mediascan_icon1 {
  background-color: #00ffff;
  width:22px;
  height:22px;
  border-radius: 4px;
  display: inline-block;
  margin-right:8px;
}

.InnerGIGABYTEContent .mediascannote .mediascan_icon2 {
  background-color: #ff0000;
  width:22px;
  height:22px;
  border-radius: 4px;
  display: inline-block;
  margin-right:8px;
  margin-left: 20px;
}

.InnerGIGABYTEContent .mediascannote .medianote1 {
  color: #00ffff;
  display: inline-block;
}

.InnerGIGABYTEContent .mediascannote .medianote2 {
  color: #ff0000;
  display: inline-block;
}

.InnerGIGABYTEContent #mediascan .mediascanbox{
  text-align: center;
  text-transform:uppercase;
  color:#c2c2c2;
  font-size: 30px;
  margin-top: 4%;
  
}






.InnerGIGABYTEContent #mediascan .conbox1 {
  position: relative;
  display: inline-block;
  width: 30%;
  vertical-align: top;
  
}

.InnerGIGABYTEContent #mediascan .conbox2 {
  position: relative;
  display: inline-block;
  width: 30%;
  vertical-align: top;
  
}

.InnerGIGABYTEContent #mediascan .conbox3 {
  position: relative;
  display: inline-block;
  width: 30%;
  vertical-align: top;  
  
}




.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 .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 #mediascan .mediascan_text{  
  display: block;  
}

.InnerGIGABYTEContent #mediascan .conbox1 {  
  display: block;  
  width: 100%;  
}

.InnerGIGABYTEContent #mediascan .conbox2 {
  display: block;  
  width: 100%;  
}

.InnerGIGABYTEContent #mediascan .conbox3 {
  display: block;  
  width: 100%;  
}

  .InnerGIGABYTEContent #gcc .conbox1 {
    width: 100%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #gcc .conbox2 {
    width: 100%;
  }
  .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;
  }
}

/* End .InnerGIGABYTEContent */
.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%;
  }
  .InnerGIGABYTEContent #recovery .recoverybox{
    margin-top: 10%;;
  }
  
    .InnerGIGABYTEContent #recovery .recoverybox .recoverycon01{
      position: static;
      font-size: 20px;
      margin-top: 10%;
    }
    .InnerGIGABYTEContent #recovery .recoverybox .recoverycon02{
      position: static;
      font-size: 20px;
      margin-top: 10%;
    }
    
    .InnerGIGABYTEContent #recovery .recoverybox .recoverycon03{
      position: static;
      font-size: 20px;
      margin-top: 10%;
    }
      
    .InnerGIGABYTEContent #recovery .recoveryboxbig{
      display:none;
    }    
    .InnerGIGABYTEContent #recovery .recoveryboxsmall{
      display:block;
    }    
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent {
  /* TOP */
  /* table */
  /*ssdrive*/
}
.InnerGIGABYTEContent .graylinebg {
  background-image: url("../innergigabyteimages/graylinebg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 80px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.InnerGIGABYTEContent #gotop {
  width: 100px;
  background-color: rgba(112, 112, 112, 0.8);
  color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  font-family: Arial, Helvetica, sans-serif;
}
.InnerGIGABYTEContent #gotop:hover {
  background-color: #0095FF;
}
.InnerGIGABYTEContent .model_table {
  margin-top: 4%;
  background: #0058FF;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
  border-collapse: collapse;
  font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Roboto Condensed', '微軟正黑體' !important;
  font-size: 22px;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent .model_table thead {
  background: #0023C0;
  border-right: none;
  border-left: none;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.InnerGIGABYTEContent .model_table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 20px;
  text-align: center;
}
.InnerGIGABYTEContent .model_table tr:first-child tr:first-child {
  background: #0058FF;
  border-right: none;
  border-left: none;
  text-align: center;
}
.InnerGIGABYTEContent .model_table td:first-child + td {
  width: 20%;
}
.InnerGIGABYTEContent .model_table th, .InnerGIGABYTEContent td {
  border: 1px solid #fff;
  padding: 20px;
  text-align: center;
}
.InnerGIGABYTEContent #mainpage {
  background-image: url("../innergigabyteimages/mainpage_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1260px;
}
.InnerGIGABYTEContent #mainpage .title {
  font-size: 150px;
  line-height: 150px;
  padding-top: 100px;
}
.InnerGIGABYTEContent #mainpage .text {
  margin-top: 30px;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
}
.InnerGIGABYTEContent #nandflash {
  margin-top: -10%;
}
.InnerGIGABYTEContent #nandflash .subtitle {
  color: #FFFF00;
}
.InnerGIGABYTEContent #nandflash .subtitle2 ol li {
  width: 20%;
  border: 4px solid #0000FF;
  padding: 16px;
  background: #0000ff;
  background: -moz-linear-gradient(top, #0000ff 1%, #0000ff 11%, #000085 100%);
  background: -webkit-linear-gradient(top, #0000ff 1%, #0000ff 11%, #000085 100%);
  background: linear-gradient(to bottom, #0000ff 1%, #0000ff 11%, #000085 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#000085',GradientType=0 );
  float: left;
  margin-right: 1%;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  height: 60px;
}
.InnerGIGABYTEContent #ssdtablesmall {
  display: none;
}
.InnerGIGABYTEContent #ssdrivetable {
  background-image: url("../innergigabyteimages/ssdtable.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 600px;
}
.InnerGIGABYTEContent #ssdrivetable .ssdtable {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
}
.InnerGIGABYTEContent #ssdrivetable .ssdtable ol {
  float: left;
  margin-left: 2%;
  width: 30%;
  text-align: center;
}
.InnerGIGABYTEContent #ssdrivetable .ssdtable ol li {
  padding: 24px;
}
.InnerGIGABYTEContent #ssdrivetable .ssdtable ol li img {
  padding-left: 20px;
  margin-top: -10px;
}
.InnerGIGABYTEContent #warranty3years {
  background-image: url("../innergigabyteimages/warranty_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1000px;
}
.InnerGIGABYTEContent #warranty3years .title {
  margin-top: 4%;
}
.InnerGIGABYTEContent #warranty3years .textsub2 {
  margin-top: 50%;
}
.InnerGIGABYTEContent #ssdrive {
  background-image: url("../innergigabyteimages/ssdrive_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 960px;
  position: relative;
}
.InnerGIGABYTEContent #ssdrive .title {
  font-size: 1.8em;
}
.InnerGIGABYTEContent #ssdrive .ssdrivenote1 {
  position: relative;
  top: 66px;
  left: 80px;
  width: 500px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.InnerGIGABYTEContent #ssdrive .ssdrivenote2 {
  position: relative;
  top: -96px;
  left: 760px;
  width: 400px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.InnerGIGABYTEContent #ssdrive .ssdrivenote1 .text, .InnerGIGABYTEContent #ssdrive .ssdrivenote2 .text {
  font-weight: bold;
  font-size: 20px;
  height: 40px;
}
.InnerGIGABYTEContent .ssdrive-s {
  display: none;
}
.InnerGIGABYTEContent #ssdrive .spec1 {
  position: relative;
  width: 890px;
  float: left;
  color: #0095FF;
}
.InnerGIGABYTEContent #ssdrive .spec1 .imgset img {
  width: auto;
  float: right;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.InnerGIGABYTEContent #ssdrive .spec2 .imgset img {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.InnerGIGABYTEContent #ssdrive .spec1 .imgset img:hover, .InnerGIGABYTEContent #ssdrive .spec2 .imgset img:hover {
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
}
.InnerGIGABYTEContent #ssdrive .speclist {
  position: absolute;
}
.InnerGIGABYTEContent #ssdrive .spec1 .speclist {
  text-align: right;
  right: 780px;
}
.InnerGIGABYTEContent #ssdrive .spec2 {
  position: relative;
  width: 800px;
  float: left;
  color: #0095FF;
}
.InnerGIGABYTEContent #ssdrive .spec2 .speclist {
  text-align: right;
  right: 90px;
}
.InnerGIGABYTEContent #ssdrive .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0095FF;
  color: #000;
  font-size: 1em;
  line-height: 1.8em;
  margin-right: 6px;
  text-align: center;
  display: inline-block;
  margin-bottom: 4%;
  display: none;
}
.InnerGIGABYTEContent .spec1 #specitemlist01 {
  top: 160px;
}
.InnerGIGABYTEContent .spec1 #specitemlist02 {
  top: 230px;
}
.InnerGIGABYTEContent .spec2 #specitemlist01 {
  top: -6px;
}
.InnerGIGABYTEContent .spec2 #specitemlist02 {
  top: 70px;
}
.InnerGIGABYTEContent .spec2 #specitemlist03 {
  top: 150px;
}
.InnerGIGABYTEContent .spec2 #specitemlist04 {
  top: 220px;
}
.InnerGIGABYTEContent .spec2 #specitemlist05 {
  top: 300px;
}
.InnerGIGABYTEContent .spec2 #specitemlist06 {
  top: 376px;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent {
    /* table */
    /*ssdrive*/
  }
  .InnerGIGABYTEContent .model_table {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdlist .title {
    font-size: 2em;
  }
  .InnerGIGABYTEContent .model_table thead {
    font-size: 20px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #mainpage .title {
    font-size: 100px;
    line-height: 100px;
    padding-top: 100px;
  }
  .InnerGIGABYTEContent #mainpage .text {
    margin-top: 30px;
    font-size: 70px;
    line-height: 70px;
  }
  .InnerGIGABYTEContent #nandflash .subtitle2 ol li {
    width: 18%;
    height: 60px;
  }
  .InnerGIGABYTEContent #ssdrivetable {
    background-image: url("../innergigabyteimages/ssdtable_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 600px;
  }
  .InnerGIGABYTEContent #ssdrivetable .ssdtable {
    width: 100%;
    background-color: #fff;
    font-size: 20px;
    line-height: 32px;
  }
  .InnerGIGABYTEContent #ssdrivetable .ssdtable ol {
    float: left;
    text-align: center;
  }
  .InnerGIGABYTEContent #ssdrivetable .ssdtable ol li {
    padding: 18px;
  }
  .InnerGIGABYTEContent #ssdrivetable .ssdtable ol li img {
    padding-left: 10px;
    margin-top: -10px;
  }
  .InnerGIGABYTEContent #warranty3years {
    background-image: url("../innergigabyteimages/warranty_1920.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1100px;
  }
  .InnerGIGABYTEContent #warranty3years .textsub2 {
    margin-top: 70%;
  }
  .InnerGIGABYTEContent #warranty3years .title {
    font-size: 1.4em;
  }
  .InnerGIGABYTEContent #ssdrive {
    background-image: url("../innergigabyteimages/ssdrive_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
  }
  .InnerGIGABYTEContent #ssdrive .title {
    height: 126px;
    line-height: 1em;
  }
  .InnerGIGABYTEContent #ssdrive .ssdrivenote1 {
    position: relative;
    top: 20px;
    left: 0px;
    width: 400px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
  }
  .InnerGIGABYTEContent #ssdrive .ssdrivenote2 {
    position: relative;
    top: -140px;
    left: 480px;
    width: 400px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
  }
  .InnerGIGABYTEContent #ssdrive .ssdrivenote1 .text, .InnerGIGABYTEContent #ssdrive .ssdrivenote2 .text {
    font-weight: bold;
    font-size: 24px;
    margin-top: 6px;
  }
  .InnerGIGABYTEContent .ssdrive-s {
    display: none;
  }
  .InnerGIGABYTEContent #ssdrive .spec1 {
    position: relative;
    width: 840px;
    float: left;
    color: #0095FF;
  }
  .InnerGIGABYTEContent #ssdrive .spec1 .imgset img {
    width: auto;
    float: right;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
  .InnerGIGABYTEContent #ssdrive .spec2 .imgset img {
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
  .InnerGIGABYTEContent #ssdrive .spec1 .imgset img:hover, .InnerGIGABYTEContent #ssdrive .spec2 .imgset img:hover {
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5);
  }
  .InnerGIGABYTEContent #ssdrive .speclist {
    position: absolute;
  }
  .InnerGIGABYTEContent #ssdrive .spec1 .speclist {
    text-align: right;
    right: 780px;
  }
  .InnerGIGABYTEContent #ssdrive .spec2 {
    position: relative;
    width: 570px;
    float: left;
    color: #0095FF;
  }
  .InnerGIGABYTEContent #ssdrive .spec2 .speclist {
    text-align: right;
    right: 90px;
  }
  .InnerGIGABYTEContent #ssdrive .specpoint {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0095FF;
    color: #000;
    font-size: 1em;
    line-height: 1.8em;
    margin-right: 6px;
    text-align: center;
    display: inline-block;
    margin-bottom: 4%;
    display: none;
  }
  .InnerGIGABYTEContent .spec1 #specitemlist01 {
    top: 70px;
  }
  .InnerGIGABYTEContent .spec1 #specitemlist02 {
    top: 120px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist01 {
    top: -60px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist02 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist03 {
    top: 50px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist04 {
    top: 100px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist05 {
    top: 160px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist06 {
    top: 210px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent {
    /* table */
    /*mb-spec*/
  }
  .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;
  }
  .InnerGIGABYTEContent #mainpage {
    background-image: url("../innergigabyteimages/mainpage_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 900px;
  }
  .InnerGIGABYTEContent #mainpage .title {
    font-size: 68px;
    line-height: 68px;
    padding-top: 40px;
  }
  .InnerGIGABYTEContent #mainpage .text {
    margin-top: 30px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
  }
  .InnerGIGABYTEContent #nandflash {
    margin-top: -24%;
  }
  .InnerGIGABYTEContent #nandflash .subtitle2 ol li {
    width: 40%;
    height: 60px;
  }
  .InnerGIGABYTEContent #warranty3years {
    background-image: url("../innergigabyteimages/warranty_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 640px;
  }
  .InnerGIGABYTEContent #warranty3years .title {
    margin-top: 0px;
  }
  .InnerGIGABYTEContent #warranty3years .textsub2 {
    margin-top: 70%;
  }
  .InnerGIGABYTEContent #ssdrivetable {
    display: none;
  }
  .InnerGIGABYTEContent #ssdrivetable .ssdtable ol {
    margin-left: 0%;
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdtablesmall {
    display: block;
  }
  .InnerGIGABYTEContent #ssdrive {
    background-image: url("");
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .InnerGIGABYTEContent .ssdrive-s {
    display: block;
  }
  .InnerGIGABYTEContent #ssdrive .text {
    font-size: 0.6em;
    overflow: hidden;
  }
  .InnerGIGABYTEContent #ssdrive .spec1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 4%;
  }
  .InnerGIGABYTEContent #ssdrive .speclist {
    position: relative;
  }
  .InnerGIGABYTEContent #ssdrive .spec1 .speclist {
    padding-left: 20%;
    left: 0px;
    text-align: left;
    font-size: 26px;
  }
  .InnerGIGABYTEContent #ssdrive .specpoint {
    width: 40px;
    height: 40px;
  }
  .InnerGIGABYTEContent #ssdrive .spec2 {
    display: inline-block;
    position: relative;
    width: 100%;
    right: 0%;
    left: 3%;
  }
  .InnerGIGABYTEContent #ssdrive .spec2 .speclist {
    padding-left: 20%;
    text-align: left;
    right: 0px;
    font-size: 26px;
  }
  .InnerGIGABYTEContent #ssdrive .specpoint {
    display: inline-block;
  }
  .InnerGIGABYTEContent .spec1 #specitemlist01 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec1 #specitemlist02 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec1 #specitemlist03 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist01 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist02 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist03 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist04 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist05 {
    top: 0px;
  }
  .InnerGIGABYTEContent .spec2 #specitemlist06 {
    top: 0px;
  }
  .InnerGIGABYTEContent #ssdrive .ssdrivenote1 {
    position: none;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 10%;
  }
  .InnerGIGABYTEContent #ssdrive .ssdrivenote2 {
    position: none;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 30%;
  }
  .InnerGIGABYTEContent #ssdrive .ssdrivenote1 .text, .InnerGIGABYTEContent #ssdrive .ssdrivenote2 .text {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent {
    /* TOP */
    /* table */
  }
  .InnerGIGABYTEContent #gotop {
    width: 100%;
    border-radius: 0px;
    margin: 0px;
    bottom: 0px;
    right: 0%;
  }
  .InnerGIGABYTEContent #mainpage {
    background-image: url("../innergigabyteimages/mainpage_640.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 800px;
  }
  .InnerGIGABYTEContent #mainpage .title {
    padding-top: 100px;
    font-size: 40px;
    line-height: 50px;
  }
  .InnerGIGABYTEContent #mainpage .text {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent .model_table {
    width: 100%;
  }
  .InnerGIGABYTEContent .model_table {
    font-size: 16px;
  }
  .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 td:first-child + td {
    width: 100%;
  }
  .InnerGIGABYTEContent .model_table td {
    padding: 10px;
  }
  .InnerGIGABYTEContent #nandflash .subtitle2 ol li {
    width: 100%;
    height: auto;
  }
  .InnerGIGABYTEContent #warranty3years {
    background-image: url("../innergigabyteimages/warranty_640.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
  }
  .InnerGIGABYTEContent #warranty3years .title {
    margin-top: 0px;
    font-size: 30px;
  }
  .InnerGIGABYTEContent #warranty3years .textsub2 {
    margin-top: 94%;
  }
  .InnerGIGABYTEContent #ssdrive .title {
    font-size: 30px;
  }
  .InnerGIGABYTEContent #ssdrive .ssdrivenote1 {
    position: none;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 0%;
    height: auto;
  }
  .InnerGIGABYTEContent #ssdrive .ssdrivenote2 {
    position: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 0%;
  }
}

/* End .InnerGIGABYTEContent */
