@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@import url("https://fonts.googleapis.com/css?family=Aldrich");
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
body {
  background: #000;
  color: #fff;
}

.InnerGIGABYTEContent body {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.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 {
  margin-top: 2%;
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
}
.InnerGIGABYTEContent .suborangetitle {
  color: #f7a355;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
}
.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #B2B2B2;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
  font-family: Arial, Helvetica, sans-serif;
}
.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
}
.InnerGIGABYTEContent .video video, .InnerGIGABYTEContent .video iframe {
  height: 80%;
  width: 80%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 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 {
  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%;
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .right {
  float: right;
  margin-right: 5%;
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .center {
  padding: 0em 30px 0;
  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;
  background-repeat: no-repeat;
}
.InnerGIGABYTEContent #header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
}
.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-position: center;
    position: relative;
  }
}
@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 .title span {
    background-image: url("");
    padding-bottom: 0px;
    padding-right: 0%;
  }
  .InnerGIGABYTEContent .text {
    font-size: 1em;
    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 .suborangetitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1%;
  }
  .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 body {
  background-color: #000;
}
.InnerGIGABYTEContent #choosebar {
  position: fixed;
  bottom: 30%;
  right: 2%;
  transition: all ease 400ms;
  transform: translateY(0);
  z-index: 9999;
  display: none;
}
.InnerGIGABYTEContent #choosebar .liststyle {
  height: 30px;
  cursor: pointer;
}
.InnerGIGABYTEContent #choosebar .listtext {
  font-size: 13px;
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  float: left;
  display: none;
  text-transform: uppercase;
  /*margin-top:2%;*/
}
.InnerGIGABYTEContent #choosebar .listicon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0px 0px 30px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.InnerGIGABYTEContent #choosebar .listicon:hover {
  background: #ff6400;
  height: 20px;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #choosebar {
    display: none;
  }
}
.InnerGIGABYTEContent #rgbappbar {
  cursor: pointer;
}
.InnerGIGABYTEContent #rgbappdisbar {
  cursor: pointer;
  display: none;
}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent .mainsec .mainsubtitle {
    position: absolute;
    font-size: 1.8vw;
    font-family: 'Oswald', sans-serif, Microsoft JhengHei;
    color: #f7a355;
    left: -10%;
  }
  .InnerGIGABYTEContent .lineallbg {
    background: #ec9341;
    width: 100%;
    height: 1px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent .mainsec .mainsubtitle {
    position: absolute;
    font-size: 1.8vw;
    font-family: 'Oswald', sans-serif, Microsoft JhengHei;
    color: #f7a355;
    left: -1%;
  }
  .InnerGIGABYTEContent .lineallbg {
    background: #ec9341;
    width: 84%;
    height: 1px;
    margin: 0 auto;
  }
}
.InnerGIGABYTEContent #mainsec1 .allclose,
.InnerGIGABYTEContent #mainsec2 .allclose,
.InnerGIGABYTEContent #mainsec3 .allclose,
.InnerGIGABYTEContent #mainsec4 .allclose,
.InnerGIGABYTEContent #mainsec5 .allclose,
.InnerGIGABYTEContent #mainsec6 .allclose,
.InnerGIGABYTEContent #mainsec7 .allclose,
.InnerGIGABYTEContent #mainsec8 .allclose {
  display: none;
}
.InnerGIGABYTEContent #mainsec1 .allclose:nth-child(1),
.InnerGIGABYTEContent #mainsec2 .allclose:nth-child(1),
.InnerGIGABYTEContent #mainsec3 .allclose:nth-child(1),
.InnerGIGABYTEContent #mainsec4 .allclose:nth-child(1),
.InnerGIGABYTEContent #mainsec5 .allclose:nth-child(1),
.InnerGIGABYTEContent #mainsec6 .allclose:nth-child(1),
.InnerGIGABYTEContent #mainsec7 .allclose:nth-child(1),
.InnerGIGABYTEContent #mainsec8 .allclose:nth-child(1) {
  display: block;
}
.InnerGIGABYTEContent .secpageline {
  height: 55px;
  width: 100%;
}
.InnerGIGABYTEContent .mainsec {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 1000px;
}
.InnerGIGABYTEContent .mainsec .maincontent {
  position: relative;
  overflow: hidden;
  margin-bottom: 0%;
}
.InnerGIGABYTEContent .mainsec .mainsectitle {
  width: 70%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 7%;
  padding-bottom: 2%;
}
.InnerGIGABYTEContent .mainsec .mainsectitle .title {
  font-size: 3vw;
  line-height: 3.4vw;
  color: #ec9341;
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
  text-align: center;
  text-transform: uppercase;
}
.InnerGIGABYTEContent .mainsec .mainsectitle .text {
  font-size: 20px;
  line-height: 30px;
  color: #C8C9C9;
  margin: 0 auto;
  text-align: center;
}
.InnerGIGABYTEContent .mainsec .t1 {
  width: 80%;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  margin: 0 auto;
  padding-top: 1%;
  position: relative;
}
.InnerGIGABYTEContent .mainsec .mainsubimg {
  position: absolute;
  top: 12%;
  z-index: 999;
  width: 6%;
}
.InnerGIGABYTEContent .mainsec .mainsubimg img {
  width: auto;
}
.InnerGIGABYTEContent .mainsec .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .mainsec .subtitle {
  display: inline-block;
  cursor: pointer;
  color: #808080;
  font-size: 1.3vw;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border-left: 1px solid #808080;
  padding: 0px 2% 4px 2%;
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #mainsec1 .subtitle {
  cursor: auto;
  border-left: 0px solid #808080;
  color: #fff;
}
.InnerGIGABYTEContent #mainsec5 {
  background-image: url("../innergigabyteimages/power_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.InnerGIGABYTEContent .mainsec .maintitle {
  font-weight: bold;
  position: relative;
  z-index: 20;
}
.InnerGIGABYTEContent .mainsec .subtitletext {
  font-size: 18px;
  line-height: 24px;
}
.InnerGIGABYTEContent .mainsec .tablistbg {
  transition: all 0.1s linear;
  background: #f7a355;
  transform: scale(0);
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.InnerGIGABYTEContent .mainsec .subtitle:hover .tablistbg {
  height: 100px;
  transform: scale(1);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.InnerGIGABYTEContent .mainsec .subtitletextbg {
  border-left: 5px solid #f7a355;
  color: #fff;
}
.InnerGIGABYTEContent .mainsec .subtitle:hover {
  color: #fff;
}
.InnerGIGABYTEContent .titlesection {
  overflow: hidden;
  margin-top: 4%;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent .bghover {
  position: relative;
}
.InnerGIGABYTEContent .linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
  color: #fff;
  text-align: center;
  margin-top: -20px;
  padding: 0px 0px 50px 0px;
  background-image: url("../innergigabyteimages/linebg.png");
  background-position: center center;
  background-repeat: no-repeat;
}
@keyframes led-style3 {
  0% {
    left: -80%;
  }
  30% {
    left: 30%;
  }
  31% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes led-style3 {
  0% {
    left: -60%;
  }
  25% {
    left: 30%;
  }
  25.1% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.InnerGIGABYTEContent #mainsec8 .maincontent {
  position: static;
}
.InnerGIGABYTEContent #mainsec8 .mainsectitle {
  position: static;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .mainsec {
    min-height: 700px;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    width: 80%;
    bottom: 8%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .mainsec .mainsubtitle {
    position: static;
    font-size: 40px;
    text-align: center;
    background: #f7a355;
    color: #fff;
  }
  .InnerGIGABYTEContent .mainsec {
    min-height: auto;
  }
  .InnerGIGABYTEContent .mainsec .row {
    display: block;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    position: static;
    width: 90%;
  }
  .InnerGIGABYTEContent .mainsec .t1 {
    width: 100%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle .title {
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent .mainsec .subtitle {
    background-color: #b94a0071;
    padding: 2%;
    text-align: center;
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
  }
  .InnerGIGABYTEContent .mainsec .mainsubimg {
    display: none;
  }
}

.InnerGIGABYTEContent .framesec {
  width: 90%;
  margin: 0 auto;
  min-height: 910px;
}
.InnerGIGABYTEContent #banner2 {
  position: relative;
}
.InnerGIGABYTEContent #banner2 .mapbox {
  position: absolute;
  width: 26%;
  height: 80%;
  top: 14%;
  left: 12%;
}
.InnerGIGABYTEContent #banner3 {
  position: relative;
}
.InnerGIGABYTEContent #banner3 .mapbox1 {
  position: absolute;
  width: 36%;
  height: 100%;
  top: 6%;
  left: 26%;
}
.InnerGIGABYTEContent #banner3 .mapbox2 {
  position: absolute;
  width: 36%;
  height: 100%;
  top: 6%;
  right: 0%;
}
@-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 #sellingpoint ul li {
  list-style: disc;
}
.InnerGIGABYTEContent #mainpagesec {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #mainpagesec .modelnameimg {
  position: absolute;
  width: 40vw;
  top: 71%;
  left: 50%;
}
.InnerGIGABYTEContent #mainpagesec .title {
  font-size: 3vw;
}
.InnerGIGABYTEContent #mainpagesec .text {
  font-size: 1vw;
  color: #e6e6e6;
  margin-top: 30%;
  text-shadow: 1px 1px 10px #000;
}
.InnerGIGABYTEContent #Z590effects {
  display: none;
}
@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent #Z590effects {
    display: block;
  }
  .InnerGIGABYTEContent #mainpagesec .title {
    font-size: 30px;
    text-align: center;
  }
  .InnerGIGABYTEContent #mainpagesec .text {
    width: 100%;
    margin: 0 auto;
    position: static;
    font-size: 20px;
    margin-top: 4%;
    margin-bottom: 6%;
    text-align: center;
  }
}

/* End .InnerGIGABYTEContent */
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
.InnerGIGABYTEContent .carousel-indicators li {
  width: 100px;
  height: 6px;
  border: 1px solid #ec9341;
  background-color: rgba(236, 147, 65, 0.3);
  border-radius: 0px;
  transform: skew(-45deg);
}
.InnerGIGABYTEContent .carousel-inner {
  padding-bottom: 2%;
}
.InnerGIGABYTEContent .carousel-indicators .active {
  width: 100px;
  height: 10px;
  background-color: #ec9341;
}
.InnerGIGABYTEContent .titlebar {
  font-size: 1.6em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #ec9341;
  text-align: center;
  padding: 66px 0px 60px 0px;
  background-image: url("../innergigabyteimages/line.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.InnerGIGABYTEContent .imagefadein {
  display: none;
}
.InnerGIGABYTEContent .textbutton {
  bottom: 100px;
  right: 16%;
  text-align: right;
  position: relative;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #ff6400;
  font-size: 1.6em;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}
.InnerGIGABYTEContent .glyphicon-chevron-left:before {
  content: '';
}
.InnerGIGABYTEContent .glyphicon-chevron-right:before {
  content: '';
}
.InnerGIGABYTEContent .moreicon {
  margin-top: 2%;
  text-align: center;
  cursor: pointer;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #ff6400;
}
.InnerGIGABYTEContent .moreiconOpen {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}
.InnerGIGABYTEContent .morecon {
  display: none;
}
.InnerGIGABYTEContent .moreline {
  margin-bottom: 60px;
  background-image: url("../innergigabyteimages/learnmoreline.png");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 8px;
}
.InnerGIGABYTEContent .morelineOpen {
  border-bottom: 3px solid #fff;
}
.InnerGIGABYTEContent .btnstyle {
  transition: all .2s;
  border-radius: 10%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #ff6400;
  margin: 0 auto;
  margin-bottom: -20px;
  z-index: 99;
  position: relative;
}
.InnerGIGABYTEContent .btnstyle span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(10px) rotate(90deg);
  -webkit-transform: translateY(10px) rotate(90deg);
  -ms-transform: translateY(10px) rotate(90deg);
}
.InnerGIGABYTEContent .btnstyle:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(14px) rotate(0deg);
  -webkit-transform: translateY(14px) rotate(0deg);
  -ms-transform: translateY(14px) rotate(0deg);
}
.InnerGIGABYTEContent .menuOpen span {
  height: 0px;
}
.InnerGIGABYTEContent .menuOpen {
  background: #ff6400;
}
.InnerGIGABYTEContent #Lighting-img {
  overflow: hidden;
  margin-bottom: 4%;
  max-width: 1920px;
}
.InnerGIGABYTEContent #Lighting-img .imgbox {
  margin: 0 auto;
  background-color: #fff;
}
.InnerGIGABYTEContent #Lighting-img .mask {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 15%;
  height: 540px;
}
.InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
  background-position: left;
  background-size: cover;
  height: 540px;
  background-repeat: no-repeat;
  width: 15%;
  float: left;
}
.InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
  width: 70%;
  float: left;
  position: relative;
  margin: 0 auto;
}
.InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
  background-position: center;
  background-size: cover;
  height: 540px;
  background-repeat: no-repeat;
  width: 15%;
  float: left;
}
.InnerGIGABYTEContent #Lighting-img #m2 .left {
  width: 40px;
  height: 60px;
  background-color: rgba(87, 87, 87, 0.7);
  border-radius: 6px;
  position: absolute;
  top: 40%;
  margin-left: 2%;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 99;
}
.InnerGIGABYTEContent #Lighting-img #m2 .right {
  width: 40px;
  height: 60px;
  background-color: rgba(87, 87, 87, 0.7);
  border-radius: 6px;
  position: absolute;
  top: 40%;
  right: 0;
  margin-right: 2%;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 99;
}
.InnerGIGABYTEContent #Lighting-img .left span {
  content: "";
  position: absolute;
  border-top: transparent 10px solid;
  border-right: #FFFFFF 16px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 20px;
}
.InnerGIGABYTEContent #Lighting-img .left span {
  position: absolute;
  border-top: transparent 10px solid;
  border-right: #FFFFFF 16px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 20px;
}
.InnerGIGABYTEContent #Lighting-img .right span {
  position: absolute;
  border-top: transparent 10px solid;
  border-right: transparent 10px solid;
  border-bottom: transparent 10px solid;
  border-left: #FFFFFF 16px solid;
  margin-top: 20px;
  margin-left: 14px;
}
.InnerGIGABYTEContent #Lighting-img #m2 .left:hover {
  background-color: rgba(126, 126, 126, 0.7);
}
.InnerGIGABYTEContent #Lighting-img .left:hover span {
  border-right: #FF7100 16px solid;
}
.InnerGIGABYTEContent #Lighting-img #m2 .right:hover {
  background-color: rgba(126, 126, 126, 0.7);
}
.InnerGIGABYTEContent #Lighting-img .right:hover span {
  border-left: #FF7100 16px solid;
}
.InnerGIGABYTEContent .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.InnerGIGABYTEContent .video-container iframe, .InnerGIGABYTEContent .video-container object, .InnerGIGABYTEContent .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.InnerGIGABYTEContent #ytvedio {
  background-image: url("../innergigabyteimages/videobg_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1150px;
  max-width: 1920px;
}
.InnerGIGABYTEContent #killervideo {
  transform: perspective(1000px) rotateY(10deg);
  width: 1080px;
  height: 640px;
  position: relative;
  top: 211px;
  left: 171px;
}
.InnerGIGABYTEContent .killervimg {
  background-image: url("../images/yt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.InnerGIGABYTEContent .mainpage {
  width: 100%;
  z-index: 9;
}
.InnerGIGABYTEContent .mainpage1 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  animation: led-style5 2s alternate infinite;
  -webkit-animation: led-style5 2s alternate infinite;
}
.InnerGIGABYTEContent .mainpage2 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  animation: led-style5 1s alternate infinite;
  -webkit-animation: led-style5 1s alternate infinite;
  animation-delay: 1s;
}
@keyframes led-style5 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style5 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style5 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.InnerGIGABYTEContent .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}
.InnerGIGABYTEContent .youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.InnerGIGABYTEContent .youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
}
.InnerGIGABYTEContent .youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.InnerGIGABYTEContent .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.InnerGIGABYTEContent .youtube img, .InnerGIGABYTEContent .youtube .play-button {
  cursor: pointer;
}
.InnerGIGABYTEContent .youtube img, .InnerGIGABYTEContent .youtube iframe, .InnerGIGABYTEContent .youtube .play-button, .InnerGIGABYTEContent .youtube .play-button:before {
  position: absolute;
}
.InnerGIGABYTEContent .youtube .play-button, .InnerGIGABYTEContent .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.InnerGIGABYTEContent .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.InnerGIGABYTEContent .XSplit_MV {
  width: 30%;
  float: left;
}
.InnerGIGABYTEContent #audiotab {
  position: relative;
  margin-bottom: 6%;
}
.InnerGIGABYTEContent #audiotabtitle {
  margin-top: 4%;
  overflow: hidden;
}
.InnerGIGABYTEContent #audiotab .tabtitle {
  padding: 1% 3% 1% 3%;
  float: left;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  background-color: #262626;
  border: 1px solid #ff7401;
  color: #ff7800;
  margin-right: 10px;
  width: 24%;
  min-height: 80px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.InnerGIGABYTEContent #audiotab .funtabs .title {
  color: #fff;
  padding-top: 4%;
}
.InnerGIGABYTEContent #audiotab .tabtitle:hover {
  color: #fff;
}
.InnerGIGABYTEContent #audiotab .funtabs {
  margin-top: 0%;
  background-color: #000;
}
.InnerGIGABYTEContent #audiotab .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
}
.InnerGIGABYTEContent #audiotab .conbox2 {
  display: inline-block;
  position: relative;
  width: 76%;
  margin-left: 2%;
  padding-top: 4%;
  vertical-align: top;
}
.InnerGIGABYTEContent #audiotab .title {
  color: #000;
  font-size: 1.6em;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs3 .conbox2 {
  display: inline-block;
  position: relative;
  width: 76%;
  margin-left: 2%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs4 {
  background-image: url("../innergigabyteimages/audio_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 1000px;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs4 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs4 .conbox2 {
  display: inline-block;
  position: relative;
  width: 33%;
  margin-left: 2%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs2, .InnerGIGABYTEContent #audiofuntabs3, .InnerGIGABYTEContent #audiofuntabs4 {
  display: none;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs3 #wifi802 .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs3 #wifi802 .conbox2 {
  display: inline-block;
  position: relative;
  width: 56%;
  margin-left: 2%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 16%;
  }
  .InnerGIGABYTEContent .iconall {
    width: 66%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Lighting-img .mask {
    height: 0px;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
    height: 300px;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
    width: 70%;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
    height: 300px;
  }
  .InnerGIGABYTEContent #ytvedio {
    background-image: url("../innergigabyteimages/videobg_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 817px;
  }
  .InnerGIGABYTEContent #killervideo {
    transform: perspective(1000px) rotateY(14deg);
    width: 780px;
    height: 460px;
    position: relative;
    top: 140px;
    left: 103px;
  }
  .InnerGIGABYTEContent #CFw {
    min-height: 300px;
    margin-top: -200px;
  }
  .InnerGIGABYTEContent #audiotab .tabtitle {
    width: 22%;
    line-height: 26px;
  }
  .InnerGIGABYTEContent #audiotab .conbox2 {
    padding-top: 0%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 0%;
    text-align: center;
  }
  .InnerGIGABYTEContent #ytvedio {
    background-image: url("../innergigabyteimages/videobg_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 580px;
  }
  .InnerGIGABYTEContent #killervideo {
    transform: perspective(1000px) rotateY(17deg);
    width: 558px;
    height: 322px;
    position: relative;
    top: 74px;
    left: 36px;
  }
  .InnerGIGABYTEContent #CFw {
    min-height: 300px;
    margin-top: 0px;
    display: none;
  }
  .InnerGIGABYTEContent #cfw-small, .InnerGIGABYTEContent #siv-small, .InnerGIGABYTEContent #easy-small, .InnerGIGABYTEContent #osd-small, .InnerGIGABYTEContent #bios-small {
    display: block;
  }
  .InnerGIGABYTEContent .mb5text div {
    width: 90%;
  }
  .InnerGIGABYTEContent #audiotab .tabtitle {
    padding: 2% 3% 2% 3%;
    float: left;
    cursor: pointer;
    background-color: #262626;
    border: 1px solid #ff7401;
    color: #ff6400;
    width: 90%;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  .InnerGIGABYTEContent #audiotab .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .InnerGIGABYTEContent #audiotab .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 6%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #audiotab #audiofuntabs3 .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #audiotab #audiofuntabs3 .conbox2 {
    margin-left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .carousel-control.left,
  .InnerGIGABYTEContent .carousel-control.right {
    background-image: none;
    z-index: 999;
    height: 10vh;
    top: 0%;
    position: absolute;
  }
  .InnerGIGABYTEContent .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid #ec9341;
    background-color: rgba(236, 147, 65, 0.3);
    border-radius: 10px;
    transform: skew(0deg);
  }
  .InnerGIGABYTEContent .carousel-inner {
    padding-bottom: 2%;
  }
  .InnerGIGABYTEContent .carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #ec9341;
  }
  .InnerGIGABYTEContent #audiotab #audiofuntabs3 #wifi802 .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #audiotab #audiofuntabs3 #wifi802 .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent .textbutton {
    bottom: 60px;
    right: 0%;
    text-align: center;
    font-size: 30px;
  }
  .InnerGIGABYTEContent .titlebar {
    font-size: 1.2em;
    padding: 76px 0px 60px 0px;
  }
  .InnerGIGABYTEContent #Lighting-img .mask {
    height: 0px;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
    height: 0px;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
    width: 100%;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
    height: 0px;
  }
  .InnerGIGABYTEContent #ytvedio {
    background-image: url("../innergigabyteimages/videobg_640.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 390px;
  }
  .InnerGIGABYTEContent #killervideo {
    transform: perspective(1000px) rotateY(22deg);
    width: 380px;
    height: 210px;
    position: relative;
    top: 40px;
    left: -14px;
  }
  .InnerGIGABYTEContent #CFw {
    min-height: 300px;
    margin-top: -80px;
  }
  .InnerGIGABYTEContent .mb5text div {
    width: 90%;
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent #x-fi2 {
    min-height: 1100px;
  }
  .InnerGIGABYTEContent .XSplit_MV {
    width: 50%;
    float: none;
    margin-top: -10%;
  }
  .InnerGIGABYTEContent #audiotab .tabtitle {
    padding: 2% 3% 2% 3%;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
  }
  .InnerGIGABYTEContent #audiotab .img640 {
    display: none;
  }
  .InnerGIGABYTEContent #audiotab .conbox1 {
    margin-top: 10%;
  }
  .InnerGIGABYTEContent #audiotab .funtabs .title {
    color: #ff6400;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 480px) {
  .InnerGIGABYTEContent #ytvedio {
    background-image: url("../innergigabyteimages/videobg_480.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 390px;
  }
  .InnerGIGABYTEContent #killervideo {
    transform: perspective(1000px) rotateY(30deg);
    width: 306px;
    height: 156px;
    position: relative;
    top: 20px;
    left: 20px;
  }
}

.InnerGIGABYTEContent .table .table {
  background-color: transparent;
}
.InnerGIGABYTEContent .frametablesec {
  width: 90%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #Intellan img {
  width: 68%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #APPCENTER img, .InnerGIGABYTEContent #EasyTune img, .InnerGIGABYTEContent #siv img {
  width: 60%;
}
.InnerGIGABYTEContent .imgsmall {
  display: none;
}
.InnerGIGABYTEContent #xmp {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_xmp_1920.jpg");
  background-position: center -10px;
  min-height: 650px;
  background-repeat: no-repeat;
  margin-top: 2%;
}
.InnerGIGABYTEContent .imgsmall {
  display: none;
}
.InnerGIGABYTEContent #xmp .text {
  width: 50%;
}
.InnerGIGABYTEContent #xmpsmall {
  display: none;
}
.InnerGIGABYTEContent #xmp img {
  width: auto;
}
.InnerGIGABYTEContent #hdmi {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_hdmi.jpg");
  background-position: 50% 10%;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 650px;
}
.InnerGIGABYTEContent #hdmi .title {
  margin-top: 6%;
  padding-left: 32%;
  text-align: left;
  width: 100%;
  display: inline-block;
}
.InnerGIGABYTEContent #hdmi .text {
  padding-left: 32%;
  text-align: left;
  width: 100%;
  display: inline-block;
}
.InnerGIGABYTEContent #memory32gb {
  min-height: 700px;
}
.InnerGIGABYTEContent #memory32gb .title {
  margin-top: 12%;
}
.InnerGIGABYTEContent #powerdesign ul li {
  list-style: disc;
  margin-left: 3%;
}
.InnerGIGABYTEContent #fancontrol {
  padding-top: 8%;
  padding-bottom: 6%;
}
.InnerGIGABYTEContent #fancontrol .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.InnerGIGABYTEContent #fancontrol .conbox2 .title {
  color: #009fe8;
  text-align: center;
}
.InnerGIGABYTEContent #fancontrol .conbox2 {
  display: inline-block;
  position: relative;
  width: 66%;
  margin-left: 2%;
}
.InnerGIGABYTEContent #fancontrol .conbox2 img {
  width: 50%;
}
.InnerGIGABYTEContent #Solid-Pin .frametablesec {
  width: 80%;
}
.InnerGIGABYTEContent #Solid-Pin ol li {
  list-style: disc;
  margin-left: 1.5%;
}
.InnerGIGABYTEContent #Solid-Pin .conbox1 {
  display: inline-block;
  position: relative;
  width: 40%;
  vertical-align: top;
}
.InnerGIGABYTEContent #Solid-Pin .conbox2 {
  display: inline-block;
  position: relative;
  width: 40%;
}
.InnerGIGABYTEContent #BIOS img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #xmp {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_xmp_1366.jpg");
    background-position: center -10px;
    min-height: 650px;
    background-repeat: no-repeat;
  }
  .InnerGIGABYTEContent #xmp img {
    width: 70%;
  }
  .InnerGIGABYTEContent #APPCENTER img, .InnerGIGABYTEContent #EasyTune img, .InnerGIGABYTEContent #siv img {
    width: 50%;
  }
  .InnerGIGABYTEContent #Solid-Pin .t1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #Intellan img {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .imgbig {
    display: none;
  }
  .InnerGIGABYTEContent .imgsmall {
    display: block;
  }
  .InnerGIGABYTEContent #xmp {
    background-image: url("");
    min-height: 500px;
  }
  .InnerGIGABYTEContent #xmpsmall {
    display: block;
  }
  .InnerGIGABYTEContent #xmp .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #xmp img {
    width: 100%;
  }
  .InnerGIGABYTEContent #hdmi {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_hdmi.jpg");
    background-position: 50% 20px;
    background-size: 120%;
    background-repeat: no-repeat;
    min-height: 450px;
  }
  .InnerGIGABYTEContent #hdmi .title {
    margin-top: 3%;
    padding-left: 30%;
  }
  .InnerGIGABYTEContent #hdmi .text {
    width: 85%;
    padding-left: 30%;
  }
  .InnerGIGABYTEContent #powerdesign .title {
    text-align: center;
  }
  .InnerGIGABYTEContent .lineallbg {
    display: none;
  }
  .InnerGIGABYTEContent #APPCENTER img, .InnerGIGABYTEContent #EasyTune img, .InnerGIGABYTEContent #siv img {
    width: 100%;
    padding-top: 8%;
  }
  .InnerGIGABYTEContent #memory32gb {
    min-height: 400px;
  }
  .InnerGIGABYTEContent #fancontrol .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #fancontrol .conbox2 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #fancontrol .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #Solid-Pin .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #Solid-Pin .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #BIOS .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #BIOS .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #BIOS .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #hdmi {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_hdmi_640.jpg");
    background-position: 50% bottom;
    background-size: auto;
    background-repeat: no-repeat;
    min-height: 600px;
  }
  .InnerGIGABYTEContent #hdmi .text {
    width: 100%;
    padding-left: 0%;
  }
  .InnerGIGABYTEContent #hdmi .title {
    margin-top: 0%;
    width: 100%;
    padding-left: 0%;
  }
  .InnerGIGABYTEContent #fancontrol .conbox2 img {
    width: 100%;
  }
}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 0.9vw;
    line-height: 1vw;
    color: #ccc;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 0.8vw;
    line-height: 1vw;
    padding-top: 6px;
    color: #a8a8a8;
  }
}
.InnerGIGABYTEContent ::selection {
  background: #f7a355;
  color: #fff;
}
.InnerGIGABYTEContent .specbg {
  width: auto;
  position: absolute;
}
@keyframes ledcolor {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
  }
}
.InnerGIGABYTEContent .secpage {
  position: relative;
}
.InnerGIGABYTEContent .speclocation {
  position: absolute;
  max-width: 22%;
}
.InnerGIGABYTEContent #mbspec {
  overflow: hidden;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(1) {
  top: 7%;
  left: 14%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(2) {
  top: 20%;
  left: 14%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(3) {
  top: 26%;
  left: 14%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(4) {
  top: 31%;
  left: 14%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(5) {
  top: 46%;
  left: 14%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(6) {
  top: 52%;
  left: 14%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(7) {
  top: 64%;
  left: 22%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(8) {
  top: 72%;
  left: 22%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(9) {
  top: 29%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(10) {
  top: 44%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(11) {
  top: 49%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(12) {
  top: 55%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(13) {
  top: 62%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .titleblack {
  background: #000;
}
.InnerGIGABYTEContent #mbspec .spectitlebk {
  padding-right: 8px;
  white-space: pre-wrap;
  font-weight: bold;
}
.InnerGIGABYTEContent #mbspec .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #f7a355;
  color: #fff;
  line-height: 24px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}
.InnerGIGABYTEContent #mbspec ol {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.InnerGIGABYTEContent #mbspec ol li {
  list-style-type: disc;
}
.InnerGIGABYTEContent .secpageimgsmall {
  display: none;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .speclocation {
    position: static;
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 16px;
    line-height: 20px;
    padding-top: 0px;
    color: #a8a8a8;
  }
  .InnerGIGABYTEContent #mbspec .specpoint {
    display: inline-block;
  }
  .InnerGIGABYTEContent .secpageimgbig {
    display: none;
  }
  .InnerGIGABYTEContent .secpageimgsmall {
    display: block;
  }
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent ol li {
    margin-left: 52px;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #pcie4slotdesign {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #pcie4slotdesign #pcie4slotdesignsmall, .InnerGIGABYTEContent #pcie4slotdesign .pcienum {
  display: none;
}
.InnerGIGABYTEContent #pcie4slotdesign .title {
  font-size: 1.2vw;
  padding: 4px;
  text-align: center;
  min-width: 300px;
  background: #000;
  border: 1px solid #f7a355;
  border-radius: 20px;
}
.InnerGIGABYTEContent #pcie4slotdesign .text {
  font-size: 1vw;
  margin-top: 0.2em;
  margin-bottom: 1em;
  max-width: 300px;
  text-align: center;
}
.InnerGIGABYTEContent #pcie4slotdesign .pcie4de01 {
  position: absolute;
  top: 10%;
  left: 36%;
}
.InnerGIGABYTEContent #pcie4slotdesign .pcie4de02 {
  position: absolute;
  top: 40%;
  left: 32%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #pcie4slotdesign .text {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #pcie4slotdesignbig {
    display: none;
  }
  .InnerGIGABYTEContent #pcie4slotdesign #pcie4slotdesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent #pcie4slotdesign .pcienum {
    display: inline-block;
    margin-right: 2%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #000;
    border: 3px solid #f7a355;
    color: #fff;
    line-height: 30px;
    margin-right: 6px;
    text-align: center;
    margin-bottom: 4%;
    font-size: 20px;
    margin: 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .InnerGIGABYTEContent #pcie4slotdesign .title {
    font-size: 26px;
    padding: 4px;
    text-align: center;
    min-width: 100%;
    background: #000;
    border: 0px solid #f7a355;
  }
  .InnerGIGABYTEContent #pcie4slotdesign .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0.2em;
    margin-bottom: 1em;
    width: 100%;
    max-width: 100%;
  }
  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de01 {
    position: static;
  }
  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de02 {
    position: static;
  }
}

/* End .InnerGIGABYTEContent */
.featurebk {
  background: #000;
  position: absolute;
  bottom: 0%;
  width: 100%;
}

#featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 3px solid #f7a355;
  background: #000;
  padding-top: 8px;
}

#featureicon .featurenav {
  cursor: pointer;
  border-left: 4px solid #000;
  min-height: 40px;
}

#featureicon .title {
  font-size: 1vw;
  line-height: 2vw;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
  bottom: 0;
  background: #000;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

#featureicon .featurenav:hover .title {
  color: #f7a355;
}

@media screen and (max-width: 960px) {
  .featurebk {
    display: none;
  }

  #featureicon {
    display: none;
  }
}
#smartfan6 {
  position: relative;
  overflow: hidden;
}

#smartfan6 .framesec {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 4%;
  min-height: auto;
}

#smartfan6 .title {
  text-align: center;
  margin-top: 4px;
}

#smartfan6 ul li {
  list-style: disc;
  margin-left: 4%;
}

#smartfan6 .text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}

#smartfan6 .smartfan6sub {
  font-weight: bold;
  color: #fff;
}

#smartfan6 .smartfan6logo {
  border-radius: 10px;
  border: 1px solid #383838;
  padding: 1%;
}

#smartfan6 .smartfan6board img {
  width: auto;
}

#smartfan6 .smartfan6logo img {
  display: inline-block;
  width: auto;
}

#smartfan6 .smartfan6logo .text {
  margin-bottom: 0%;
}

#smartfan6 .smartfan6logoimg img {
  width: auto;
}

@media screen and (max-width: 1366px) {
  #smartfan6 .smartfan6board img {
    width: 90%;
  }

  #smartfan6 .smartfan6logoimg img {
    width: 30%;
  }

  #smartfan6 .smartfan6logo {
    padding: 2%;
  }

  #smartfan6 .smartfan6logo img {
    width: auto;
  }

  #smartfan6 .title {
    font-size: 16px;
    margin-bottom: 2px;
  }

  #smartfan6 .text {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #smartfan6 {
    background-image: url("../innergigabyteimages/#smartfan6bg.jpg");
    background-position: top center;
    background-size: cover;
  }

  #smartfan6bg {
    display: none;
  }

  #smartfan6 .framesec {
    position: static;
  }

  #smartfan6 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #smartfan6 .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4%;
  }
}
#smartfan6biosui {
  position: relative;
}

#smartfan6biosui .framesec {
  min-height: auto;
}

#smartfan6biosui .smartfan6sub {
  font-weight: bold;
  color: #fff;
}

#smartfan6biosui .text {
  margin-left: 5%;
  margin-top: 0;
}

#smartfan6biosui .sf6point {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f6ad69;
  color: #000;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 20px;
  margin: 10px;
  display: inline-block;
  font-weight: bold;
}

#smartfan6biosui .text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 1366px) {
  #smartfan6biosui .title {
    font-size: 16px;
    line-height: 20px;
  }

  #smartfan6biosui .text {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  #smartfan6biosui {
    padding-bottom: 2%;
  }

  #smartfan6biosui .sf6point {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f6ad69;
    color: #000;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 0%;
    font-size: 16px;
    margin: 2px;
    display: inline-block;
    font-weight: bold;
  }
}
@media screen and (max-width: 960px) {
  #smartfan6biosui .title {
    font-size: 20px;
    line-height: 30px;
  }

  #smartfan6biosui .col-lg-6 .title:first-child {
    text-align: center;
  }

  #smartfan6biosui {
    margin-bottom: 4%;
  }
}
#anti-sulfur {
  background-color: #000;
  background-image: url("../innergigabyteimages/anti-sulfur_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1100px;
  position: relative;
}

#anti-sulfur .title {
  text-align: right;
  margin-top: 2%;
  font-size: 2.2em;
  text-shadow: 1px 1px 10px #000;
}

#anti-sulfur .text {
  float: right;
  text-align: justify;
  width: 50%;
}

#anti-sulfur img {
  width: auto;
}

@media screen and (max-width: 1366px) {
  #anti-sulfur .title {
    text-align: right;
    margin-top: 0%;
    font-size: 2.2em;
    text-shadow: 1px 1px 10px #000;
  }

  #anti-sulfur .text {
    float: right;
    text-align: justify;
    width: 100%;
    font-size: 16px;
  }

  #anti-sulfur img {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  #anti-sulfur {
    background-color: #000;
    background-image: url("../innergigabyteimages/anti-sulfur_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
  }

  #anti-sulfur .title {
    text-align: left;
    margin-top: 0%;
    font-size: 2.2em;
    text-shadow: 1px 1px 10px #000;
    margin-bottom: 2%;
  }

  #anti-sulfur .text {
    float: none;
    text-align: justify;
    width: 100%;
    margin-top: 0%;
    font-size: 20px;
  }

  #anti-sulfur img {
    width: 100%;
  }
}
.InnerGIGABYTEContent #tabrealtek8118 .realtekimg {
  width: 60%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators {
  position: static;
  z-index: 15;
  width: 70%;
  margin-left: 0%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators li {
  text-indent: 0;
  width: 49%;
  height: 60px;
  border: 0;
  border-radius: 0px;
  background-color: #3f3f3f;
  color: #999;
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
  font-size: 16px;
  line-height: 24px;
  transform: skew(0deg);
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators .active {
  text-indent: 0;
  width: 49%;
  height: 60px;
  border: 0;
  border-radius: 0px;
  color: #fff;
  background-color: #3f3f3f;
  border-bottom: 5px solid #f7a355;
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators li {
  position: relative;
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators li:hover {
  position: relative;
  color: #fff;
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators .tablistbg {
  width: 100%;
  transition: all 0.1s linear;
  height: 60px;
  background: #f7a355;
  transform: scaleX(0);
  top: 0;
  z-index: 20;
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators .tablisttext {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators li:hover .tablistbg {
  transform: scaleX(1);
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-inner {
  padding-bottom: 2%;
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-control.left,
.InnerGIGABYTEContent #tabrealtek8118 .carousel-control.right {
  background-image: none;
}
.InnerGIGABYTEContent #tabrealtek8118 .carousel-control .icon-prev,
.InnerGIGABYTEContent #tabrealtek8118 .carousel-control .icon-next,
.InnerGIGABYTEContent #tabrealtek8118 .carousel-control .glyphicon-chevron-left,
.InnerGIGABYTEContent #tabrealtek8118 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 80%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.InnerGIGABYTEContent #tabrealtek8118 .glyphicon-chevron-left:before {
  content: "";
}
.InnerGIGABYTEContent #tabrealtek8118 .glyphicon-chevron-right:before {
  content: "";
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #Realtek8118 .text {
    margin-bottom: 0;
  }
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators li {
    height: 40px;
  }
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators .active {
    height: 40px;
  }
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-control .icon-prev,
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-control .icon-next,
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-control .glyphicon-chevron-left,
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 80%;
    margin-top: -50px;
    z-index: 5;
    display: inline-block;
  }
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators {
    width: 70%;
  }
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators li {
    width: 100%;
    height: 60px;
  }
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators .active {
    width: 100%;
    height: 60px;
    background: #f7a355;
  }
  .InnerGIGABYTEContent #tabrealtek8118 .carousel-indicators .tablistbg {
    height: 60px;
  }
}

.InnerGIGABYTEContent #shielded {
  position: relative;
  transition: all 0.5s linear;
  margin: 0 auto;
  overflow: hidden;
}
.InnerGIGABYTEContent #shielded04 {
  top: 10%;
  left: 63%;
  position: absolute;
}
.InnerGIGABYTEContent #shielded04 .title {
  color: #69dcd7;
  font-size: 20px;
}
.InnerGIGABYTEContent #shielded04 .text {
  color: #b2b2b2;
  width: 50%;
  margin-top: 2px;
  font-size: 16px;
}
.InnerGIGABYTEContent #shielded05 {
  top: 50%;
  left: 63%;
  position: absolute;
}
.InnerGIGABYTEContent #shielded06 {
  top: 80%;
  left: 63%;
  position: absolute;
}
.InnerGIGABYTEContent #shieldedsmall {
  display: none;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #shielded {
    margin-bottom: 6%;
  }
  .InnerGIGABYTEContent #shieldedsmall {
    display: block;
  }
  .InnerGIGABYTEContent #shielded01 {
    display: none;
  }
  .InnerGIGABYTEContent #shielded04 .text {
    color: #b2b2b2;
    width: 100%;
    font-size: 16px;
  }
  .InnerGIGABYTEContent #shielded04 {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
  .InnerGIGABYTEContent #shielded05 {
    top: 60%;
  }
  .InnerGIGABYTEContent #shielded06 {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #ActiveOCTuner .frame {
  padding-bottom: 0;
}
.InnerGIGABYTEContent #ActiveOCTuner .title {
  color: #f7a355;
  margin-top: 0px;
  margin-bottom: 0px;
}
.InnerGIGABYTEContent #ActiveOCTuner .text {
  margin-top: 0px;
}
.InnerGIGABYTEContent #ActiveOCTuner .activelist {
  text-align: left;
  width: 40%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon {
  position: relative;
}
.InnerGIGABYTEContent .activeocsectab {
  font-size: 1.2vw;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  width: 20vw;
  height: 2vw;
  font-family: "myfont", Arial, Helvetica, sans-serif;
}
.InnerGIGABYTEContent #activeocsectab1 {
  position: absolute;
  color: #fff;
  top: 14%;
  left: 30%;
}
.InnerGIGABYTEContent #activeocsectab2 {
  position: absolute;
  color: #000;
  top: 17.5%;
  left: 49%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activetitle {
  position: absolute;
  color: #ec9341;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -3%;
  cursor: pointer;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
  position: absolute;
  bottom: 0%;
  left: 16%;
  color: #ec9341;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.8vw;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon ul {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
  position: absolute;
  bottom: 0%;
  left: 60%;
  color: #ec9341;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 0.8vw;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    bottom: 8%;
    left: 8%;
    width: 30%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
    bottom: 8%;
    left: 55%;
    width: 30%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .title {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    position: static;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
    position: static;
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
  }
  .InnerGIGABYTEContent #activeocsectab1 {
    position: static;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    cursor: none;
    transition: all 0s;
    margin-top: 6%;
    text-align: center;
  }
  .InnerGIGABYTEContent #activeocsectab2 {
    position: static;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    cursor: none;
    transition: all 0s;
    margin-top: 10%;
    text-align: center;
  }
  .InnerGIGABYTEContent .activeocsectab {
    font-size: 1.2vw;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    width: 100%;
    height: auto;
  }
}

/* End .InnerGIGABYTEContent */
