@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: 75%;
  margin: 0 auto;
}
.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: #f6ad69;
  font-size: 24px;
  line-height: 50px;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
}
.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 16px;
  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: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}
.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 */
.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 #mainsec7 {
  background-image: url("../innergigabyteimages/power_bg.jpg");
  min-height: 700px;
  background-size: 100%;
}

.InnerGIGABYTEContent .secpageline {
  height: 65px;
  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 .title1{
  color:#f6ad69;
  margin-left: -20px;
  font-size: 32px;
  line-height: 26px;
}

.InnerGIGABYTEContent .mainsec .mainsectitle {
  width: 70%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 3%;
  padding-bottom: 0%;
}
.InnerGIGABYTEContent .mainsec .mainsectitle .title {
  font-size: 2.6vw;
  line-height: 3.4vw;
  color: #f6ad69;
  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%;
}
.InnerGIGABYTEContent .mainsec .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
}

.InnerGIGABYTEContent .mainsec #img01 {
  position: absolute;
  vertical-align:top;
  width: 6%;
  margin-top: 2.5%;
  z-index: 999;
}


.InnerGIGABYTEContent .mainsec .subtitle {
  display: inline-block;
  cursor: pointer;
  color: #808080;
  font-size: 1.2vw;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border-left: 1px solid #808080;
  padding: 0px 2% 6px 2%;
  position: relative;
  overflow: hidden;
}
.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%;
  }
}


@media screen and (max-width: 1600px) {
.InnerGIGABYTEContent .mainsec .title1{
    font-size: 28px;

}

.InnerGIGABYTEContent .mainsec #img01 {
  width: 5%;
  margin-top: 3%;
}

}

@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;
  }

.InnerGIGABYTEContent .mainsec .title1{
  margin-top: -25px;
    font-size: 24px;
}

.InnerGIGABYTEContent .secpageline {
  height: 75px;
}

.InnerGIGABYTEContent .mainsec #img01 {
  width: 6%;
  margin-top: -20px;
}

}

@media screen and (max-width: 1024px) {
.InnerGIGABYTEContent .mainsec .subtitle {
  font-size: 16px;

}

.InnerGIGABYTEContent .mainsec #img01 {
  display: none;
}

.InnerGIGABYTEContent .mainsec .title1{
  font-size: 26px;
  line-height: 26px;
}
  .InnerGIGABYTEContent .mainsec .row {
    margin-top: 10px;
  }

.InnerGIGABYTEContent #mainsec7 {
  background-image: url("none");
}


}

@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .mainsec {
    min-height: auto;
  }
  .InnerGIGABYTEContent .mainsec .row {
    display: block;
    margin-top: 10px;
  }
  .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: 1%;
    text-align: center;
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
  }

.InnerGIGABYTEContent .mainsec .title1{
  margin: 2%;
  font-size: 26px;
  line-height: 20px;
  margin-top: 0px;
}

.InnerGIGABYTEContent .lineallbg {
  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 .img02 {
  position: absolute;
  width: 50%;
  margin-left: 50%;
  margin-top: 25%;
}
.InnerGIGABYTEContent #mainpagesec .img03 {
  top: 22%;
  left: 11.5%;
  width: 47vw;
  margin: 0 auto;
  position: absolute;
}
.InnerGIGABYTEContent #mainpagesec .title {
  position: absolute;
  font-size: 4.5vw;
  font-weight: 600;
  margin-left: 40%;
  margin-top: 30%;
  text-shadow: 10px 10px 5px #000;
}
.InnerGIGABYTEContent #mainpagesec .text {
  font-size: 1vw;
  color: #e6e6e6;
  margin-top: 30%;
}
.InnerGIGABYTEContent #Z590effects {
  display: none;
}
@media screen and (max-width: 1920px) {
.InnerGIGABYTEContent #mainpagesec .img02 {
  position: absolute;
  width: 30%;
  margin-left: 48%;
  margin-top: 36%;
}
.InnerGIGABYTEContent #mainpagesec .title {
  position: absolute;
  font-size: 5.2vw;
  margin-top: 35%;
  margin-left: 36%;
}

}

@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent #Z590effects {
    display: block;
  }
  .InnerGIGABYTEContent #mainpagesec .title {
    font-size: 30px;
    text-align: center;
  }
  .InnerGIGABYTEContent #mainpagesec .img03 {
    position: static;
    width: 90%;
    margin: 0 auto;
    margin-top: 6%;
  }
  .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: 25px;
  height: 6px;
  border: 1px solid #ec9341;
  border-radius: 0px;
}
.InnerGIGABYTEContent .carousel-inner {
  padding-bottom: 2%;
}
.InnerGIGABYTEContent .carousel-indicators .active {
  width: 145px;
  height: 6px;
  background-color: #ec9341;
}
.InnerGIGABYTEContent .titlebar {
  font-size: 1.6em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #f6ad69;
  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: #f6ad69;
  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;
}

@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;
  }


}
@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%;
  }

}
@media screen and (max-width: 640px) {

  .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%;
  }

}
@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 #iddesignsmall {
  display: none;
}
.InnerGIGABYTEContent #BIOS img, .InnerGIGABYTEContent #APPCENTER img, .InnerGIGABYTEContent #EasyTune img, .InnerGIGABYTEContent #siv img {
  width: 50%;
}

.InnerGIGABYTEContent #pcb2x img {
  width: 36vw;
}

.InnerGIGABYTEContent #firstadopter {
  overflow: hidden;
  position: relative;
  min-height: 850px;
  background-image: url("../innergigabyteimages/2.5gbe.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.InnerGIGABYTEContent #firstadopter .conbox{
  width: 50%;
  margin-right: 12%;
  float: left;
}

.InnerGIGABYTEContent #firstadopter .conbox1{
  width: 40%;
  float: left;
  margin-top: 5%;
}

.InnerGIGABYTEContent #adopter {
  display: none;
}
.InnerGIGABYTEContent #firstadopter ol li {
  list-style: disc;
  margin-left: 3%;
}

.InnerGIGABYTEContent #hdmi20 .conbox1 {
  vertical-align: middle;
}  
.InnerGIGABYTEContent #hdmi20 .conbox2 {
  padding-top: 1%;
}  
.InnerGIGABYTEContent #hdmi20 .text {
  vertical-align: middle;
} 

.InnerGIGABYTEContent .lineallbg {
  background: #ec9341;
  width: 84%;
  height: 1px;
  margin: 0 auto;
}

.InnerGIGABYTEContent #exclusive .t1 {
  z-index: 999;
  width: 30%;
  margin-top: 0%;
}
.InnerGIGABYTEContent #designconceptmain {
  overflow: hidden;
  position: relative;
}
.InnerGIGABYTEContent #memory32gb {
  min-height: 700px;
}
.InnerGIGABYTEContent #memory32gb .title {
  margin-top: 12%;
}
.InnerGIGABYTEContent #designconceptmain .text {
  position: absolute;
  top: 30%;
  left: 15%;
  max-width: 500px;
  font-size: 16px;
  line-height: 24px;
  color: #CCCCCC;
  text-align: center;
}
.InnerGIGABYTEContent #interfaces .title {
  color: #FF5F00;
  text-align: center;
}

.InnerGIGABYTEContent #powerdesign {
  overflow: hidden;
  position: relative;
  background-image: url("../innergigabyteimages/power-design.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}

.InnerGIGABYTEContent #powerdesign .conbox{
  float: left;
  width: 30%;
  margin-right: 5%;
  display: inline-block;
}

.InnerGIGABYTEContent #powerdesign img {
  width: 100%;
  margin-top: 5%;
}

.InnerGIGABYTEContent .text1 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #B2B2B2;
  width: 65%;
  margin-top: 50%;
  margin-bottom: 5%;
  display: inline-block;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent #powerdesign #powersmall {
  display: none;
}

.InnerGIGABYTEContent #capacitor ol li {
  list-style-type: disc;
  margin-left: 4%;
}

.InnerGIGABYTEContent #capacitor #img01 {
  margin-bottom: 5%;
  width: 100%;
}

.InnerGIGABYTEContent #typec img{
  width: 70%;
  margin: 0 auto;
}

.InnerGIGABYTEContent #rgbapp {
  background-image: url("../innergigabyteimages/rgbapp.jpg");
  min-height: 800px;
  background-size: 100%;
  background-position: 50% bottom;
}

.InnerGIGABYTEContent #rgbapp a {
  display: inline-block;
}
.InnerGIGABYTEContent #rgbapp .conbox {
  width: 30%;
  margin-top: 2%;
  float: right;
}

.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 #sf5software .conbox1 {
  position: relative;
  display: inline-block;
  width: 46%;
}
.InnerGIGABYTEContent #sf5software .conbox2 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
}
.InnerGIGABYTEContent #sf5software .t2 {
  margin-top: 4%;
}
.InnerGIGABYTEContent #pcb {
  background-image: url("../innergigabyteimages/2x-pcb.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 860px;
}

.InnerGIGABYTEContent #pcb .suborangetitle {
  text-align: right;
  text-align: center;
}

.InnerGIGABYTEContent #pcb .text {
  text-align: center;
}
.InnerGIGABYTEContent #pcb .conbox{
  width: 46%;
  margin-top: 18%;
}
.InnerGIGABYTEContent #pcb #img01 {
  margin-left: 5%;
  margin-top: -40px;
}

.InnerGIGABYTEContent #pcb #img02 {
  float: right;
}
.InnerGIGABYTEContent #daisychain {
  text-align: center;
}
.InnerGIGABYTEContent #daisychainimg {
  width: 80%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #xtremememory .title {
  text-align: center;
  margin: 0 auto;
  margin-top: 4%;
}
.InnerGIGABYTEContent #xtremememory .text {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.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 #xmpsmall {
  display: none;
}
.InnerGIGABYTEContent #xmp img {
  width: auto;
}
.InnerGIGABYTEContent #wifi6 {
  background-image: url("../innergigabyteimages/wifi6_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.InnerGIGABYTEContent #wifi6 .pd3 {
  padding-top: 3%;
}
.InnerGIGABYTEContent #wifi6 .text {
  font-size: 16px;
  color: #bfbfbf;
  width: 42%;
}
.InnerGIGABYTEContent #wifi6 ol li {
  list-style: decimal;
  margin-left: 2%;
}
.InnerGIGABYTEContent #wifi6 .wifi6table {
  padding-top: 3%;
}
.InnerGIGABYTEContent #wifi6 #wifi6small {
  display: none;
}

.InnerGIGABYTEContent #M2ThermalGuard {
  background-image: url("../innergigabyteimages/mb_m2_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 850px;
}

.InnerGIGABYTEContent #M2ThermalGuard .text{
  width: 65%;
  float: left;
}

.InnerGIGABYTEContent #M2ThermalGuard #m2small {
  display: none;
}

.InnerGIGABYTEContent #NVMeM2 img {
  width: auto;
  margin: 0 auto;
}
.InnerGIGABYTEContent #NVMeM2 #nvmem2small {
  display: none;
}

.InnerGIGABYTEContent #audio {
  background-image: url("../innergigabyteimages/audio_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 850px;
}

.InnerGIGABYTEContent #audio .center {
  width: 50%;
  float: right;
  margin-top: 20%;
}

.InnerGIGABYTEContent #Interfaces .title {
  color: #FF5F00;
  text-align: center;
}
.InnerGIGABYTEContent #rgbsoftware .conbox1 {
  position: relative;
  display: inline-block;
  width: 15%;
}
.InnerGIGABYTEContent #rgbsoftware .conbox2 {
  display: inline-block;
  position: relative;
  width: 82%;
  text-align: left;
  vertical-align: top;
  padding-top: 2%;
}
.InnerGIGABYTEContent #rgbsoftware .conbox3 {
  position: relative;
  display: inline-block;
  width: 46%;
  vertical-align: top;
  text-align: center;
}
.InnerGIGABYTEContent #rgbsoftware .conbox4 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
  vertical-align: top;
  text-align: center;
}

.InnerGIGABYTEContent #Solid-Pin .conbox1 {
  position: relative;
  display: inline-block;
  width: 33%;
}
.InnerGIGABYTEContent #Solid-Pin .conbox2 {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 2%;
  text-align: left;
  vertical-align: top;
}
.InnerGIGABYTEContent #Solid-Pin ol li {
  list-style-type: disc;
  margin-left: 4%;
}
.InnerGIGABYTEContent #Solid-Pin .t1 {
  border-left: 4px solid #ff6400;
  padding-left: 10px;
  line-height: 30px;
}
.InnerGIGABYTEContent #qflashplus .qflashlogo {
  margin-bottom: 2%;
  overflow: hidden;
}
.InnerGIGABYTEContent #qflashplus .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
}
.InnerGIGABYTEContent #qflashplus .conbox2 {
  display: inline-block;
  position: relative;
  width: 78%;
  vertical-align: top;
  text-align: left;
  padding-top: 4%;
}
.InnerGIGABYTEContent #qflashplus .conbox3 {
  display: inline-block;
  position: relative;
  width: 30%;
}
.InnerGIGABYTEContent #qflashplus .conbox4 {
  display: inline-block;
  position: relative;
  width: 30%;
  margin-left: 4%;
}
.InnerGIGABYTEContent #qflashplus .conbox5 {
  display: inline-block;
  position: relative;
  width: 30%;
  margin-left: 4%;
}

@media screen and (max-width: 1600px) {
  .InnerGIGABYTEContent #designconceptmain .text {
    position: absolute;
    top: 30%;
    left: 10%;
  }

.InnerGIGABYTEContent #vrm img {
  width: 85%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #capacitor #img02 {
  width: 90%;
}

.InnerGIGABYTEContent #rgbapp {
  background-image: url("../innergigabyteimages/rgbapp.jpg");
  min-height: 600px;
  background-size: 90%;
  background-position: 0%bottom;
}

.InnerGIGABYTEContent #rgbapp a {
  display: inline-block;
}
.InnerGIGABYTEContent #rgbapp .conbox {
  width: 40%;
  margin-top: 2%;
  float: right;
}

.InnerGIGABYTEContent #M2ThermalGuard {
  background-image: url("../innergigabyteimages/mb_m2_bg.jpg");
  min-height: 620px;
  background-size: 100%;
}
.InnerGIGABYTEContent #pcb {
  min-height: 660px;
}


}


@media screen and (max-width: 1440px) {

.InnerGIGABYTEContent #powerefficiency .img01{
  width: 80%;
  margin: 0 auto;
}

.InnerGIGABYTEContent #pcie40 .img01{
  width: 60%;
  margin: 0 auto;
}

.InnerGIGABYTEContent #NVMeM2 .nvmem2conimg {
  display: inline-block;
  float: left;
  width: 46%;
}

.InnerGIGABYTEContent #NVMeM2 .nvmem2con {
  display: inline-block;
  float: right;
  width: 45%;
  margin-top: 0%;
}

.InnerGIGABYTEContent #NVMeM2 .nvmem2con img {
  width: 70%;
}

.InnerGIGABYTEContent #nvmem2boxcon {
  position: absolute;
  display: inline-block;
  top: 48%;
}
.InnerGIGABYTEContent #nvmem2boxcon .text {
  position: absolute;
  width: 60%;
  right: 37%;
  top: 4%;
  text-align: center;
}
.InnerGIGABYTEContent #nvmem2boxcon .boxt1 {
  color: #bebebe;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.InnerGIGABYTEContent #nvmem2boxcon .boxt2 {
  color: #FF6900;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.InnerGIGABYTEContent #nvmem2textcon {
display: inline-block;
margin-top: 31%;
}
.InnerGIGABYTEContent #wifi6 .pd3 {
  padding-top: 0%;
}
.InnerGIGABYTEContent #wifi6 .wifi6table {
  padding-top: 0%;
}

.InnerGIGABYTEContent #xmp img{
  width: 30%;
}

.InnerGIGABYTEContent #alc1220vbamp .alc1220img img {
  width: 50%;
  margin-top: 2%;
}

.InnerGIGABYTEContent #audio .img01{
  width: 45%;
  margin: 0 auto;
  margin-bottom: 3%;
}

.InnerGIGABYTEContent #audio .conbox1{
  display: inline-block;
  float: left;
  width: 45%;
}

.InnerGIGABYTEContent #audio .conbox2{
  display: inline-block;
  float: right;
  width: 45%;
}

}


@media screen and (max-width: 1366px) {

.InnerGIGABYTEContent #powerdesign img {
  width: 85%;
  margin-top: 2%;
}
.InnerGIGABYTEContent .text1 {
  line-height: 1.2em;
  margin-top: 42%;
  margin-bottom: 5%;
  display: inline-block;
}
.InnerGIGABYTEContent #vrm img {
  width: 75%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #capacitor #img02 {
  width: 80%;
}
.InnerGIGABYTEContent #wifi6 {
    background-position: top center;
    background-repeat: no-repeat;
  }
  .InnerGIGABYTEContent #wifi6 .wifi6table {
    padding-top: 0px;
  }
  .InnerGIGABYTEContent #wifi6 .pd3 {
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #wifi6 .text {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    color: #bfbfbf;
    width: 50%;
  }

  .InnerGIGABYTEContent #BIOS .suborangetitle {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #BIOS .text {
    font-size: 13px;
    line-height: 16px;
  }
  .InnerGIGABYTEContent #BIOS img, .InnerGIGABYTEContent #APPCENTER img, .InnerGIGABYTEContent #EasyTune img, .InnerGIGABYTEContent #siv img {
    width: 50%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox1 {
    display: inline-block;
    width: 50%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox2 {
    display: inline-block;
    width: 48%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox1 img {
    width: 70%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox2 img {
    width: 70%;
  }

.InnerGIGABYTEContent #typec img{
  width: 60%;
  margin: 0 auto;
}

  .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 #NVMeM2 img {
    width: 90%;
  }
  .InnerGIGABYTEContent #audio {
  background-image: url("../innergigabyteimages/audio_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 850px;
}

.InnerGIGABYTEContent #audio .center {
  width: 50%;
  float: right;
  margin-top: 10%;
}

.InnerGIGABYTEContent #firstadopter {
  overflow: hidden;
  position: relative;
  background-image: url("../innergigabyteimages/2.5gbe.jpg");
  background-size: 100%;
}

  .InnerGIGABYTEContent #rgbsoftware .row1dw {
    width: 20%;
  }
  .InnerGIGABYTEContent #Solid-Pin .t1 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .InnerGIGABYTEContent #designconceptmain .text {
    position: static;
    top: 0%;
    left: 0%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: -10%;
    margin-bottom: 10%;
  }
}


@media screen and (max-width: 1024px) {

.InnerGIGABYTEContent #M2ThermalGuard {
  background-image: url("none");
  background-repeat: no-repeat;
  background-size: 100%;
}

.InnerGIGABYTEContent #M2ThermalGuard .text{
  width: 100%;
}

.InnerGIGABYTEContent #M2ThermalGuard #m2small {
  display: block;
}

.InnerGIGABYTEContent #rgbapp {
  background-image: url("../innergigabyteimages/rgbapp_1024.jpg");
  min-height: 500px;
  background-size: 100%;
  background-position: -100px bottom;
}

.InnerGIGABYTEContent #rgbapp .conbox {
  width: 40%;
  margin-top: 2%;
  float: right;
}

.InnerGIGABYTEContent #firstadopter {
  overflow: hidden;
  position: relative;
  min-height: 800px;
  background-image: url("none");
  background-size: 100%;
}
.InnerGIGABYTEContent #firstadopter .conbox{
  width: 100%;
  margin-right: 0%;
  float: left;
}

.InnerGIGABYTEContent #firstadopter .conbox1{
  width: 100%;
  float: left;
  margin-top: 5%;
}

.InnerGIGABYTEContent #adopter {
  display: block;
}



}

@media screen and (max-width: 960px) {

.InnerGIGABYTEContent #powerdesign {
  overflow: hidden;
  position: relative;
  background-image: url("none");
  background-repeat: no-repeat;
  background-size: 100%;
}

.InnerGIGABYTEContent #powerdesign img {
  width: 100%;
}

.InnerGIGABYTEContent #powerdesign #powersmall {
  display: block;
}

.InnerGIGABYTEContent #powerdesign .conbox{
  width: 100%;
  margin-right: 0%;
}

.InnerGIGABYTEContent .text1 {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 2%;
  display: inline-block;
}
.InnerGIGABYTEContent #vrm img {
  width: 100%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #capacitor {
  min-height: 1500px;
}
.InnerGIGABYTEContent #capacitor #img02 {
  width: 100%;
}
.InnerGIGABYTEContent #capacitor #img01 {
  margin-top: 5%;
  width: 100%;
  display: block;
}
  .InnerGIGABYTEContent #wifi6 {
    background-image: url("");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 400px;
  }
  .InnerGIGABYTEContent #wifi6 .title {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #wifi6 .text {
    font-size: 16px;
    color: #bfbfbf;
    width: 100%;
  }
  .InnerGIGABYTEContent #wifi6 #wifi6small {
    display: block;
  }
  .InnerGIGABYTEContent #BIOS img, .InnerGIGABYTEContent #APPCENTER img, .InnerGIGABYTEContent #EasyTune img, .InnerGIGABYTEContent #siv img {
    width: 100%;
    padding-top: 8%;
  }
.InnerGIGABYTEContent #rgbapp {
  background-image: url("none");
  min-height: 500px;
  background-size: 150%;
  background-position: 300px bottom;
}

  .InnerGIGABYTEContent #rgbapp .conbox {
    display: block;
    width: 100%;
  }

  .InnerGIGABYTEContent #rgbsoftware .row1dw {
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsoftware .row1dw img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #NVMeM2 img {
    width: 100%;
  }
.InnerGIGABYTEContent #audio {
  background-image: url("../innergigabyteimages/audio_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 550px;
}
.InnerGIGABYTEContent #pcb {
  background-image: url("../innergigabyteimages/2x-pcb.jpg");
  background-position: 93% 250px;
  background-repeat: no-repeat;
  background-size: 150%;
  min-height: 660px;
}

.InnerGIGABYTEContent #pcb .suborangetitle {
  text-align: right;
  text-align: center;
}

.InnerGIGABYTEContent #pcb .text {
  text-align: center;
}
.InnerGIGABYTEContent #pcb .conbox{
  width: 100%;
  margin-top: 0%;
}

.InnerGIGABYTEContent #pcb #img01 {
  display: none;
}
.InnerGIGABYTEContent #pcb #img02 {
  display: none;
}

.InnerGIGABYTEContent #audio .center {
  width: 100%;
  float: right;
  margin-top: 50%;
}
  .InnerGIGABYTEContent #NVMeM2 #nvmem2small {
    display: block;
  }
  .InnerGIGABYTEContent #NVMeM2 #nvmem2big {
    display: none;
  }

  .InnerGIGABYTEContent #daisychainimg {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #memory32gb {
    min-height: 400px;
  }

  .InnerGIGABYTEContent #iddesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent .designConcept {
    display: none;
  }

  .InnerGIGABYTEContent #poweredesign02 .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #sf5software .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #sf5software .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #fancontrol .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #fancontrol .conbox2 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #fancontrol .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #xtremememory .text {
    width: 90%;
  }
  .InnerGIGABYTEContent #xmp {
    background-image: url("");
    min-height: 500px;
  }
  .InnerGIGABYTEContent #xmpsmall {
    display: block;
  }
  .InnerGIGABYTEContent #xmp img {
    width: 100%;
  }
.InnerGIGABYTEContent #typec img{
  width: 100%;
  margin: 0 auto;
}
  .InnerGIGABYTEContent #rgbsoftware .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox1 img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox3 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsoftware .conbox4 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #qflashplus .qflashlogo {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #qflashplus img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #qflashplus .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #qflashplus .conbox2 {
    width: 100%;
    padding-top: 0%;
    vertical-align: top;
  }
  .InnerGIGABYTEContent #qflashplus .conbox3 {
    width: 100%;
  }
  .InnerGIGABYTEContent #qflashplus .conbox4 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #qflashplus .conbox5 {
    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 #pcb {
  background-image: url("../innergigabyteimages/2x-pcb.jpg");
  background-position: 88% 220px;
  background-repeat: no-repeat;
  background-size: 170%;
  min-height: 430px;
}

  .InnerGIGABYTEContent #fancontrol .conbox2 img {
    width: 100%;
  }

.InnerGIGABYTEContent #capacitor {
  min-height: 900px;
}

}

/* End .InnerGIGABYTEContent */
#RGBLED-function {
  min-height: auto;
  position: relative;
  z-index: 15;
  overflow: hidden;
}

#RGBLED-function .text {
  margin-top: 0;
}

map *:focus {
  outline: none;
}

/* wheelcolorpicker */
.jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
}

.jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
  padding-top: 4%;
}

.jQWCP-wWheel {
  border: 0;
}

.lefcolorwheel {
  margin-left: 10%;
}

.rgbtexticon {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}

.rgbnote {
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
  color: #B2B2B2;
  font-size: 14px;
  margin-top: 2%;
}

.nav-2 {
  width: 100%;
  overflow: hidden;
  margin-left: 2%;
}

.nav-2 ul li {
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 0%;
  width: 10%;
  vertical-align: top;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.rgbledbox {
  display: inline-block;
  width: 48%;
}

.box1 {
  display: inline-block;
  width: 50%;
  max-width: 630px;
  position: relative;
  height: 740px;
  overflow: hidden;
}

.b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

#a1 {
  width: 100%;
  height: 720px;
  position: absolute;
  z-index: 11;
  animation: led-style16 3s linear infinite;
  -webkit-animation: led-style16 3s linear infinite;
}

.lefcolorwheel img {
  width: auto;
  float: left;
}

.ledstrip {
  display: inline-block;
  width: 50%;
  margin-top: 3%;
  float: right;
}

.ledstrip1, .ledstrip2 {
  position: relative;
  overflow: hidden;
  height: 120px;
}

#ledstrbg1 {
  width: 100%;
  height: 110px;
  position: absolute;
  z-index: 11;
  background-color: #f6ad69;
}

.stripimg1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

#ledstrbg2 {
  width: 100%;
  height: 110px;
  position: absolute;
  z-index: 11;
  background-color: #ff0000;
}

.ledstrbgdigi7 {
  background: #ff3232;
  background: -moz-linear-gradient(left, #ff3232 5%, #ff8132 13%, #eeff32 21%, #55ff32 29%, #ee32ff 38%, #ff3232 54%, #ff9532 65%, #e7ff32 74%, #3aff30 81%, #2c28ff 90%, #f832ff 100%);
  background: -webkit-linear-gradient(left, #ff3232 5%, #ff8132 13%, #eeff32 21%, #55ff32 29%, #ee32ff 38%, #ff3232 54%, #ff9532 65%, #e7ff32 74%, #3aff30 81%, #2c28ff 90%, #f832ff 100%);
  background: linear-gradient(to right, #ff3232 5%, #ff8132 13%, #eeff32 21%, #55ff32 29%, #ee32ff 38%, #ff3232 54%, #ff9532 65%, #e7ff32 74%, #3aff30 81%, #2c28ff 90%, #f832ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#f832ff', GradientType=1);
}

.stripimg2 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

.music-n {
  z-index: 21;
  bottom: 0%;
  left: 60%;
  position: absolute;
  display: none;
}

@keyframes led-style12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style13 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style13 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style13 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style17 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.4;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style17 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.4;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style17 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.4;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style16 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@-webkit-keyframes led-style16 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@-ms-keyframes led-style16 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@keyframes led-style14 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes led-style14 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes led-style14 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes led-style11 {
  0% {
    background-position: 0 300px;
  }
  30% {
    background-position: 0 600px;
  }
  50% {
    background-position: 0 1000px;
  }
  70% {
    background-position: 0 1200px;
  }
  100% {
    background-position: 0 1600px;
  }
}
@keyframes led-style18 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style18 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style18 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style15 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes led-style15 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes led-style15 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes led-style19 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@-ms-keyframes led-style19 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@-webkit-keyframes led-style19 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@keyframes led-style20 {
  0% {
    background: #fbff30;
    background: -moz-linear-gradient(left, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    background: -webkit-linear-gradient(left, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    background: linear-gradient(to right, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbff30', endColorstr='#ff0000', GradientType=1);
  }
  25% {
    background: #ff0000;
    background: -moz-linear-gradient(left, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    background: -webkit-linear-gradient(left, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    background: linear-gradient(to right, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff30ed', GradientType=1);
  }
  50% {
    background: #ff30ed;
    background: -moz-linear-gradient(left, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    background: -webkit-linear-gradient(left, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    background: linear-gradient(to right, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff30ed', endColorstr='#3037ff', GradientType=1);
  }
  75% {
    background: #3037ff;
    background: -moz-linear-gradient(left, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    background: -webkit-linear-gradient(left, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    background: linear-gradient(to right, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3037ff', endColorstr='#4bff30', GradientType=1);
  }
  100% {
    background: #4bff30;
    background: -moz-linear-gradient(left, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    background: -webkit-linear-gradient(left, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    background: linear-gradient(to right, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bff30', endColorstr='#fbff30', GradientType=1);
  }
}
@keyframes led-style21 {
  0% {
    left: 0px;
  }
  30% {
    left: 20%;
  }
  50% {
    left: 40%;
  }
  70% {
    left: 60%;
  }
  100% {
    left: 80%;
  }
}
@keyframes led-style22 {
  0% {
    left: -10%;
  }
  10% {
    left: 20%;
  }
  20% {
    left: 40%;
  }
  30% {
    left: 60%;
  }
  40% {
    left: 80%;
  }
  50% {
    left: 100%;
  }
  60% {
    left: 80%;
  }
  70% {
    left: 60%;
  }
  80% {
    left: 40%;
  }
  90% {
    left: 20%;
  }
  100% {
    left: -10%;
  }
}
@keyframes DigitalRGB07 {
  0% {
    left: -100%;
  }
  30% {
    left: -70%;
  }
  50% {
    left: -50%;
  }
  70% {
    left: -30%;
  }
  100% {
    left: 0%;
  }
}


@media screen and (max-width: 1680px) {

.ledstrip1, .ledstrip2 {
  position: relative;
  overflow: hidden;
  height: 120px;
}

#ledstrbg1 {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 11;
  background-color: #f6ad69;
}

#ledstrbg2 {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 11;
  background-color: #ff0000;
}

}


@media screen and (max-width: 1600px) {

.ledstrip1, .ledstrip2 {
  position: relative;
  overflow: hidden;
  height: 110px;
}

#ledstrbg1 {
  width: 100%;
  height: 85px;
  position: absolute;
  z-index: 11;
  background-color: #f6ad69;
}

#ledstrbg2 {
  width: 100%;
  height: 85px;
  position: absolute;
  z-index: 11;
  background-color: #ff0000;
}

}


@media screen and (max-width: 1440px) {
  #RGBLED-function {
    min-height: 450px;
  }

  #RGBLED-function .frame {
    width: 1100px;
  }

  .jQWCP-wWidget.jQWCP-block {
    padding-top: 2%;
  }

  .jQWCP-wWheel {
    width: 110px;
    height: 110px;
  }

  .rgbtexticon {
    font-size: 14px;
    line-height: 16px;
  }

  .rgbledbox {
    width: 60%;
    margin-left: -20px;
  }

  .box1 {
    width: 38%;
    height: 740px;
    height: 600px;
  }

  .b1 {
    width: 90%;
  }

  #a1 {
    width: 90%;
    height: 440px;
  }

  .nav-2 {
    margin-top: -20%;
  }

  .nav-2 ul {
    margin-left: 0px;
  }

  .nav-2 ul li {
    margin-right: 10px;
    width: 7%;
  }

  .lefcolorwheel img {
    width: 20%;
  }

  .ledstrip {
    width: 38%;
  }

  .ledstrip1, .ledstrip2 {
    height: 80px;
  }

  #ledstrbg1 {
    height: 65px;
  }

  #ledstrbg2 {
    height: 65px;
  }

  .music-n {
    bottom: 20%;
  }

  .rgbnote {
    margin-top: 0%;
  }
}
@media screen and (max-width: 1200px) {
  #RGBLED-function .frame {
    width: 80%;
  }

  .lefcolorwheel img {
    width: 30%;
  }

  .rgbledbox {
    width: 100%;
  }

  .box1 {
    width: 100%;
    height: 700px;
  }

  .nav-2 ul li {
    width: 10%;
  }

  .nav-2 {
    margin-top: 0%;
  }

  .ledstrip {
    width: 70%;
    float: left;
  }

  .ledstrip1, .ledstrip2 {
    height: 100px;
  }

  #ledstrbg1 {
    height: 88px;
  }

  #ledstrbg2 {
    height: 88px;
  }
}
@media screen and (max-width: 960px) {
  .nav-2 ul li {
    width: 12%;
  }

  .ledstrip {
    width: 100%;
  }

  .ledstrip1, .ledstrip2 {
    height: 140px;
  }

  #ledstrbg1 {
    height: 110px;
  }

  #ledstrbg2 {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .ledstrip {
    width: 100%;
  }

  .ledstrip1, .ledstrip2 {
    height: 120px;
  }

  #ledstrbg1 {
    height: 80px;
  }

  #ledstrbg2 {
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .nav-2 ul li {
    width: 12%;
  }

  .lefcolorwheel img {
    width: 40%;
  }

  .ledstrip {
    width: 100%;
  }

  .ledstrip1, .ledstrip2 {
    height: 120px;
  }

  #ledstrbg1 {
    height: 110px;
  }

  #ledstrbg2 {
    height: 110px;
  }

  .b1 {
    width: 100%;
  }

  #a1 {
    width: 100%;
    height: 370px;
  }

  .ledstrip1, .ledstrip2 {
    height: 80px;
  }

  #ledstrbg1 {
    height: 60px;
  }

  #ledstrbg2 {
    height: 60px;
  }
}
@media screen and (max-width: 2560px) {

.InnerGIGABYTEContent #mainsecspec{
  padding-top: 1%;
}
.InnerGIGABYTEContent #mbspec #video{
  margin-left: 45%;
  margin-top: -30px;
}

  .InnerGIGABYTEContent #mbspec .text {
    font-size: 0.9vw;
    line-height: 1.1vw;
    color: #ccc;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 0.8vw;
    line-height: 1vw;
    padding-top: 6px;
    color: #a8a8a8;
  }
}
.InnerGIGABYTEContent ::selection {
  background: #f6ad69;
  color: #fff;
}
.InnerGIGABYTEContent .specbg {
  width: auto;
  position: absolute;

}

.InnerGIGABYTEContent .secpage {
  position: relative;
}
.InnerGIGABYTEContent .speclocation {
  position: absolute;
  max-width: 22%;
}
.InnerGIGABYTEContent #mbspec {
  overflow: hidden;
}

.InnerGIGABYTEContent #mbspec .speclocation:nth-child(1) {
  top: 17%;
  left: 10%;
  width: 12%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(2) {
  top: 26%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(3) {
  top: 32%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(4) {
  top: 39.5%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(5) {
  top: 47%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(6) {
  top: 54%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(7) {
  top: 66%;
  left: 18%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(8) {
  top: 76.3%;
  left: 18%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(9) {
  top: 88.5%;
  left: 18%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(10) {
  top: 3%;
  left: 71%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(11) {
  top: 21%;
  left: 71%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(12) {
  top: 36%;
  left: 71%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(13) {
  top: 45%;
  left: 71%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(14) {
  top: 56.5%;
  left: 71%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(15) {
  top: 65%;
  left: 71%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(16) {
  top: 79%;
  left: 71%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(17) {
  top: 88%;
  left: 71%;
}


.InnerGIGABYTEContent #mbspec .titleblack {
  background: #000;
}

.InnerGIGABYTEContent #mbspec .titlegray {
  background: rgba(0, 0, 0, 0.6);
  padding: 4px;
}
.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 #f6ad69;
  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;
  }
.InnerGIGABYTEContent #mbspec #video{
  margin-left: 7%;
  margin-top: 5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(1) {
  width: 90%;
}

}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {

.InnerGIGABYTEContent #thermaldesign {
  max-width: 1920px;
}

.InnerGIGABYTEContent #thermaldesign .title{
  margin-top: 2%;
  width: 76%;
  text-align:center;
  margin: 0 auto;
}

.InnerGIGABYTEContent #thermaldesign .text {
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
  font-weight: normal;
}
.InnerGIGABYTEContent #thermaldesign .tt1 {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 20px;
  display: none;
  color: #fff;
  z-index: 22;
}
.InnerGIGABYTEContent #therm1titlebtn {
  position: absolute;
  top: 25.5%;
  left: 55.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm1 {
  position: absolute;
  top: 26%;
  left: 58%;
}
.InnerGIGABYTEContent #thermaldesign #therm1con {
  position: absolute;
  width: 24%;
  top: 28%;
  left: 58%;
}
.InnerGIGABYTEContent #therm2titlebtn {
  position: absolute;
  top: 57.5%;
  left: 38.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm2 {
  position: absolute;
  top: 58%;
  left: 27.3%;
}
.InnerGIGABYTEContent #thermaldesign #therm2con {
  position: absolute;
  width: 24%;
  top: 60%;
  left: 14%;
}
.InnerGIGABYTEContent #therm3titlebtn {
  position: absolute;
  top: 52%;
  left: 73%;
}
.InnerGIGABYTEContent #thermaldesign #therm3 {
  position: absolute;
  top: 52.5%;
  left: 75.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm3con {
  position: absolute;
  width: 18%;
  top: 54%;
  left: 74.5%;
}
.InnerGIGABYTEContent #therm4titlebtn {
  position: absolute;
  top: 70%;
  left: 62%;
}
.InnerGIGABYTEContent #thermaldesign #therm4 {
  position: absolute;
  top: 70.5%;
  left: 64.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm4con {
  position: absolute;
  width: 24%;
  top: 70%;
  left: 37%;
}
.InnerGIGABYTEContent .btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #f6ad69;
  margin: 0 auto;
  position: relative;
}
.InnerGIGABYTEContent .btnstyletherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(12px) rotate(90deg);
  -webkit-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
}
.InnerGIGABYTEContent .btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(16px) rotate(0deg);
  -webkit-transform: translateY(16px) rotate(0deg);
  -ms-transform: translateY(16px) rotate(0deg);
}
.InnerGIGABYTEContent .btnstyletherm:hover {
  background-color: #f18725;
}
.InnerGIGABYTEContent .menuOpentherm span {
  height: 0px;
}
.InnerGIGABYTEContent .menuOpentherm {
  background: #f18725;
}
.InnerGIGABYTEContent #thermaldesign .thertitle {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 1.0vw;
  width: 400px;
}

.InnerGIGABYTEContent #thermaldesign .smalltitle, .InnerGIGABYTEContent #thermaldesign #thermaldesignsmall {
  display: none;
}
}


@media screen and (max-width: 1680px) {

.InnerGIGABYTEContent #thermaldesign #thermaldesignbig {
  padding-top: 55px;
}

}


@media screen and (max-width: 1600px) {

.InnerGIGABYTEContent #thermaldesign #thermaldesignbig {
  padding-top: 30px;
}

.InnerGIGABYTEContent #therm1titlebtn {
  position: absolute;
  top: 22.5%;
  left: 55.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm1 {
  position: absolute;
  top: 23%;
  left: 58%;
}
.InnerGIGABYTEContent #thermaldesign #therm1con {
  position: absolute;
  width: 24%;
  top: 25%;
  left: 58%;
}
.InnerGIGABYTEContent #therm2titlebtn {
  position: absolute;
  top: 48.5%;
  left: 38.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm2 {
  position: absolute;
  top: 49%;
  left: 27.3%;
}
.InnerGIGABYTEContent #thermaldesign #therm2con {
  position: absolute;
  width: 24%;
  top: 51%;
  left: 14%;
}
.InnerGIGABYTEContent #therm3titlebtn {
  position: absolute;
  top: 45%;
  left: 73%;
}
.InnerGIGABYTEContent #thermaldesign #therm3 {
  position: absolute;
  top: 45.5%;
  left: 76%;
}
.InnerGIGABYTEContent #thermaldesign #therm3con {
  position: absolute;
  width: 18%;
  top: 47%;
  left: 74.5%;
}
.InnerGIGABYTEContent #therm4titlebtn {
  position: absolute;
  top: 60%;
  left: 62%;
}
.InnerGIGABYTEContent #thermaldesign #therm4 {
  position: absolute;
  top: 60.5%;
  left: 65%;
}
.InnerGIGABYTEContent #thermaldesign #therm4con {
  position: absolute;
  width: 24%;
  top: 56%;
  left: 37%;
}


}

@media screen and (max-width: 1440px) {
.InnerGIGABYTEContent #therm2titlebtn {
  position: absolute;
  top: 48.5%;
  left: 38.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm2 {
  position: absolute;
  top: 49%;
  left: 27.3%;
}
.InnerGIGABYTEContent #thermaldesign #therm2con {
  position: absolute;
  width: 24%;
  top: 51%;
  left: 14%;
}
.InnerGIGABYTEContent #therm3titlebtn {
  position: absolute;
  top: 43%;
  left: 73%;
}
.InnerGIGABYTEContent #thermaldesign #therm3 {
  position: absolute;
  top: 43.5%;
  left: 75.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm3con {
  position: absolute;
  width: 18%;
  top: 45%;
  left: 74.5%;
}
.InnerGIGABYTEContent #therm4titlebtn {
  position: absolute;
  top: 58%;
  left: 62%;
}
.InnerGIGABYTEContent #thermaldesign #therm4 {
  position: absolute;
  top: 58.5%;
  left: 64.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm4con {
  position: absolute;
  width: 24%;
  top: 55%;
  left: 37%;
}

}

@media screen and (max-width: 1366px) {

.InnerGIGABYTEContent #thermaldesign #thermaldesignbig {
  padding-top: 0px;
}

  .InnerGIGABYTEContent #thermaldesign .thertitle {
    font-size: 16px;
    width: 350px;
  }

.InnerGIGABYTEContent #thermaldesign #therm1 {
  position: absolute;
  top: 23%;
  left: 59%;
}

.InnerGIGABYTEContent #therm2titlebtn {
  position: absolute;
  top: 56%;
  left: 38.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm2 {
  position: absolute;
  top: 57%;
  left: 26%;
}
.InnerGIGABYTEContent #thermaldesign #therm2con {
  position: absolute;
  width: 24%;
  top: 58%;
  left: 14%;
}
.InnerGIGABYTEContent #therm3titlebtn {
  position: absolute;
  top: 52%;
  left: 73%;
}
.InnerGIGABYTEContent #thermaldesign #therm3 {
  position: absolute;
  top: 52.5%;
  left: 76%;
}
.InnerGIGABYTEContent #thermaldesign #therm3con {
  position: absolute;
  width: 24%;
  top: 42%;
  left: 48%;
}
.InnerGIGABYTEContent #therm4titlebtn {
  position: absolute;
  top: 67%;
  left: 62%;
}
.InnerGIGABYTEContent #thermaldesign #therm4 {
  position: absolute;
  top: 67.5%;
  left: 65%;
}
.InnerGIGABYTEContent #thermaldesign #therm4con {
  position: absolute;
  width: 24%;
  top: 60%;
  left: 37%;
}
}


@media screen and (max-width: 1280px) {
.InnerGIGABYTEContent #thermaldesign #thermaldesignbig {
  padding-top: 30px;
}

.InnerGIGABYTEContent #therm2titlebtn {
  position: absolute;
  top: 44%;
  left: 38.5%;
}
.InnerGIGABYTEContent #thermaldesign #therm2 {
  position: absolute;
  top: 45%;
  left: 24%;
}
.InnerGIGABYTEContent #thermaldesign #therm2con {
  position: absolute;
  width: 24%;
  top: 47%;
  left: 14%;
}
.InnerGIGABYTEContent #therm3titlebtn {
  position: absolute;
  top: 41%;
  left: 73%;
}
.InnerGIGABYTEContent #thermaldesign #therm3 {
  position: absolute;
  top: 41.5%;
  left: 76%;
}
.InnerGIGABYTEContent #thermaldesign #therm3con {
  position: absolute;
  width: 24%;
  top: 35%;
  left: 48%;
}
.InnerGIGABYTEContent #therm4titlebtn {
  position: absolute;
  top: 56%;
  left: 62%;
}
.InnerGIGABYTEContent #thermaldesign #therm4 {
  position: absolute;
  top: 56.5%;
  left: 65%;
}
.InnerGIGABYTEContent #thermaldesign #therm4con {
  position: absolute;
  width: 24%;
  top: 50%;
  left: 37%;
}


}



@media screen and (max-width: 1024px) {
  .InnerGIGABYTEContent #thermaldesign {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #thermaldesign .title {
    margin-left: 0%;
    margin-top:2%;
    text-align: left;

  }
  .InnerGIGABYTEContent #thermaldesignbig {
    display: none;
  }
  .InnerGIGABYTEContent #thermaldesign #therm1con, .InnerGIGABYTEContent #thermaldesign #therm2con, .InnerGIGABYTEContent #thermaldesign #therm3con {
    position: static;
    display: block;
    background: transparent;
    margin-top: 0px;
    width: 100%;
  }
  .InnerGIGABYTEContent #thermaldesign #therm1, .InnerGIGABYTEContent #thermaldesign #therm2, .InnerGIGABYTEContent #thermaldesign #therm3 {
    position: static;
  }
  .InnerGIGABYTEContent #therm1titlebtn, .InnerGIGABYTEContent #therm2titlebtn, .InnerGIGABYTEContent #therm3titlebtn {
    display: none;
  }
  .InnerGIGABYTEContent #thermaldesign #thermaldesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent #thermaldesign .smalltitle {
    display: inline-block;
    margin-right: 10px;
  }
  .InnerGIGABYTEContent #thermaldesign .thertitle {
    padding: 0px 0px 20px 0px;
    margin-right: 0%;
    font-size: 20px;
    display: inline-block;
    border-radius: 0px;
    border: 0px solid #FF6900;
    text-align: left;
    min-width: 300px;
    background: #000;
  }
  .InnerGIGABYTEContent #thermaldesign #therm2 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #thermaldesign .thertitle {
    font-size: 20px;
  }
}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #sellingpoint .text {
    font-size: 0.9vw;
    line-height: 1.1vw;
  }
  .InnerGIGABYTEContent #sellingpoint .framesec {
    top: 10%;
  }
}
.InnerGIGABYTEContent #sellingpoint {
  position: relative;
  margin-bottom: 4%;
}
.InnerGIGABYTEContent #sellingpoint .framesec {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 20%;
}
.InnerGIGABYTEContent #sellingpoint ul li {
  margin-left: 2%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #sellingpoint .framesec {
    top: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #sellingpoint {
    background-image: url("../innergigabyteimages/sellingpointbg.jpg");
    background-position: bottom center;
    background-size: cover;
  }
  .InnerGIGABYTEContent #sellingpointbg {
    display: none;
  }
  .InnerGIGABYTEContent #sellingpoint .framesec {
    position: static;
  }
  .InnerGIGABYTEContent #sellingpoint .text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 4%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #functiontabstitle {
  margin-top: 4%;
  background-image: url("../innergigabyteimages/functiontabbg.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 55px;
}
.InnerGIGABYTEContent #functiontabs .tabtitle {
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
}
.InnerGIGABYTEContent #functiontabstitle #tabtitle1 {
  width: 280px;
  height: 40px;
  position: relative;
  display: inline-block;
}
.InnerGIGABYTEContent #functiontabstitle #tabtitle2 {
  width: 200px;
  height: 40px;
  position: relative;
  display: inline-block;
}
.InnerGIGABYTEContent #functiontabs .funtabs {
  background-color: rgba(255, 101, 0, 0.1);
  border-left: 4px solid #f6ad69;
  border-right: 4px solid #f6ad69;
  padding: 4%;
  padding-bottom: 6%;
  margin-top: 0.5%;
}
.InnerGIGABYTEContent #functiontabs .funtabs .conbox1 {
  position: relative;
  display: inline-block;
  width: 66%;
}
.InnerGIGABYTEContent #functiontabs .funtabs .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 10%;
  width: 28%;
  margin-left: 2%;
}
.InnerGIGABYTEContent #functiontabs .funtabs .conbox2 p {
  padding: 4% 0% 4% 5%;
  color: #b04700;
}
.InnerGIGABYTEContent #functiontabs .funtabs .conbox2 img {
  width: auto;
  margin: 0 auto;
}
.InnerGIGABYTEContent #funtabs2 {
  display: none;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #functiontabs .funtabs .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #functiontabs .funtabs .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 10%;
    width: 100%;
    margin-left: 0%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #pcie5slotdesign {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #pcie5slotdesign #pcie5slotdesignsmall, .InnerGIGABYTEContent #pcie5slotdesign .pcienum {
  display: none;
}
.InnerGIGABYTEContent #pcie5slotdesign .title {
  font-size: 1vw;
  text-align: center;
  color: #f6ad69;
  line-height: 35px;
  max-width: 400px;
}
.InnerGIGABYTEContent #pcie5slotdesign .text {
  font-size: 0.9vw;
  text-align: center;
  margin-top: 0.2em;
  margin-bottom: 1em;
  max-width: 350px;
}

.InnerGIGABYTEContent #pcie5slotdesign .text1 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 0.2em;
  margin-bottom: 1em;
}


.InnerGIGABYTEContent #pcie5slotdesign .pcie5de01 {
  position: absolute;
  top: 22%;
  left: 9.5%;
  width: 100%;
}
.InnerGIGABYTEContent #pcie5slotdesign .pcie5de02 {
  position: absolute;
  top: 64%;
  left: 10.6%;
  width: 100%;
}
.InnerGIGABYTEContent #pcie5slotdesign .pcie5de03 {
  position: absolute;
  top: 3%;
  left: 15%;
  width: 100%;
}


@media screen and (max-width: 1600px) {

.InnerGIGABYTEContent #pcie5slotdesign .pcie5de01 {
  position: absolute;
  top: 21%;
  left: 7%;
  width: 100%;
}
.InnerGIGABYTEContent #pcie5slotdesign .pcie5de02 {
  position: absolute;
  top: 62.5%;
  left: 8%;
  width: 100%;
}
}


@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #pcie5slotdesign .text {
    width: 100%;
  }

.InnerGIGABYTEContent #pcie5slotdesign .text1 {
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.2em;
  width: 70%;
}

.InnerGIGABYTEContent #pcie5slotdesign .pcie5de01 {
  position: absolute;
  top: 21%;
  left: 4%;
  width: 100%;
}
.InnerGIGABYTEContent #pcie5slotdesign .pcie5de02 {
  position: absolute;
  top: 62.5%;
  left: 5%;
  width: 100%;
}

}

@media screen and (max-width: 1024px) {
  .InnerGIGABYTEContent #pcie5slotdesignbig {
    display: none;
  }
  .InnerGIGABYTEContent #pcie5slotdesign #pcie5slotdesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent #pcie5slotdesign .pcienum {
    display: inline-block;
    margin-right: 2%;
  }
  .InnerGIGABYTEContent #pcie5slotdesign .title {
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
    background-image: url("none");
  }
  .InnerGIGABYTEContent #pcie5slotdesign .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0.2em;
    margin-bottom: 1em;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

.InnerGIGABYTEContent #pcie5slotdesign .text1 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  font-size: 15px;
  line-height: 1.4em;
}

  .InnerGIGABYTEContent #pcie5slotdesign .pcie5de01 {
    position: static;
  }
  .InnerGIGABYTEContent #pcie5slotdesign .pcie5de02 {
    position: static;
  }
  .InnerGIGABYTEContent #pcie5slotdesign .pcie5de03 {
    position: static;
  }  

}



/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #pcie5armor {
  margin-top: 0%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.InnerGIGABYTEContent #pcie5armor .text {
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
  font-weight: normal;
}
.InnerGIGABYTEContent #pcie5armor .tt1 {
  padding: 20px;
  display: none;
  color: #fff;
}

.InnerGIGABYTEContent #pcie5armor #conbox {
  position: absolute;
  top: 4%;
  left: 15%;
  display: inline-block;
}

.InnerGIGABYTEContent #armor1titlebtn {
  position: absolute;
  top: 47.5%;
  left: 27%;
  z-index: 999;
}
.InnerGIGABYTEContent #pcie5armor #armor1 {
  position: absolute;
  top: 48.5%;
  left: 12%;
}
.InnerGIGABYTEContent #pcie5armor #armor1con {
  position: absolute;
  width: 55%;
  top: 6%;
  left: 28%;
  z-index: 0;
  display: block;
}

.InnerGIGABYTEContent #pcie5armor #armor1con .note {
  display: inline-block;
  with: 100%;
  float: right;
  margin-right: 10%;
  margin-top: 61%;
}

.InnerGIGABYTEContent #pcie5armor #armor3title {
  position: absolute;
  top: 30%;
  left: 56%;
  z-index: 0;
  display: inline-block;
}
.InnerGIGABYTEContent #pcie5armor #armor3con .text {
  display: inline-block;
  width: 60%;
  float: right;
  margin-right: 2%;
  margin-top: 15%;
}

.InnerGIGABYTEContent #pcie5armor #img01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.InnerGIGABYTEContent #armor2titlebtn {
  position: absolute;
  top: 41.5%;
  left: 34%;
  z-index: 999;
}
.InnerGIGABYTEContent #pcie5armor #armor2 {
  position: absolute;
  top: 42%;
  left: 20.5%;
}
.InnerGIGABYTEContent #pcie5armor #armor2con {
  position: absolute;
  width: 50%;
  top: 12%;
  left: 35%;
  z-index: 0;
  display: allclose;
}
.InnerGIGABYTEContent #armor3titlebtn {
  position: absolute;
  top: 36%;
  left: 40%;
  z-index: 999;
}
.InnerGIGABYTEContent #pcie5armor #armor3 {
  position: absolute;
  top: 36.5%;
  left: 30.3%;
}

.InnerGIGABYTEContent #pcie5armor #armor3con {
  position: absolute;
  width: 48%;
  top: 13%;
  left: 41%;
  z-index: 0;
  display: allclose;
}
.InnerGIGABYTEContent #armor4titlebtn {
  position: absolute;
  top: 32%;
  left: 45%;
  z-index: 999;
}
.InnerGIGABYTEContent #pcie5armor #armor4 {
  position: absolute;
  top: 28%;
  left: 40%;
}
.InnerGIGABYTEContent #pcie5armor #armor4con {
  position: absolute;
  width: 40%;
  top: 7.5%;
  left: 46%;
  z-index: 0;
  display: allclose;
}

.InnerGIGABYTEContent .btnstylearmor {
  transition: all .2s;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #FF7200;
  margin: 0 auto;
  position: relative;
}
.InnerGIGABYTEContent .btnstylearmor span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #ff7200;
  transform: translateY(12px) rotate(90deg);
  -webkit-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
}
.InnerGIGABYTEContent .btnstylearmor:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #ff7200;
  transform: translateY(16px) rotate(0deg);
  -webkit-transform: translateY(16px) rotate(0deg);
  -ms-transform: translateY(16px) rotate(0deg);
}
.InnerGIGABYTEContent .btnstylearmor:hover {
  background-color: #ff4800;
}
.InnerGIGABYTEContent .menuOpenarmor span {
  height: 0px;
}
.InnerGIGABYTEContent .menuOpenarmor {
  background: #000;
}
.InnerGIGABYTEContent #pcie5armor .armortitle {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 1.0vw;
  display: inline-block;
  font-weight: bold;
  min-width: 300px;
  color: #00ffff;
}

.InnerGIGABYTEContent #pcie5armor #armorimg, .InnerGIGABYTEContent #pcie5armor #armorsmall {
  display: none;
}

@media screen and (max-width: 1366px) {

.InnerGIGABYTEContent #pcie5armor #armor1con {
  position: absolute;
  width: 55%;
  top: 15%;
  left: 28.5%;
  z-index: 0;
  display: block;
}

.InnerGIGABYTEContent #pcie5armor #armor1con .note {
  display: inline-block;
  with: 100%;
  float: right;
  margin-right:0%;
  margin-top: 58%;
}

.InnerGIGABYTEContent #pcie5armor #armor3title {
  position: absolute;
  top: 15%;
  left: 56%;
  z-index: 0;
  display: inline-block;
}
.InnerGIGABYTEContent #pcie5armor #armor3con .text {
  display: inline-block;
  width: 60%;
  float: right;
  margin-right: 2%;
  margin-top: 5%;
}

.InnerGIGABYTEContent #pcie5armor #armor2con {
  position: absolute;
  width: 50%;
  top: 20%;
  left: 35.5%;
  z-index: 0;
  display: allclose;
}

.InnerGIGABYTEContent #pcie5armor #armor3con {
  position: absolute;
  width: 48%;
  top: 22%;
  left: 41.5%;
  z-index: 0;
  display: allclose;
}

.InnerGIGABYTEContent #pcie5armor #armor4con {
  position: absolute;
  width: 40%;
  top: 11%;
  left: 46.5%;
  z-index: 0;
  display: allclose;
}
}

@media screen and (max-width: 1024px) {

.InnerGIGABYTEContent #armor1, .InnerGIGABYTEContent #armor2, .InnerGIGABYTEContent #armor3, .InnerGIGABYTEContent #armor4 {
  display: none;
}

  .InnerGIGABYTEContent #pcie5armor #armorsmall, .InnerGIGABYTEContent #pcie5armor #armorimg {
    display: block;
  }

.InnerGIGABYTEContent #pcie5armor #conbox {
  position: static;
  margin: 5%;
}
  .InnerGIGABYTEContent #pcie5armor .title {
    font-size: 16px;
  }

.InnerGIGABYTEContent #armor1titlebtn, .InnerGIGABYTEContent #armor2titlebtn, .InnerGIGABYTEContent #armor3titlebtn, .InnerGIGABYTEContent #armor4titlebtn {
  display: none;
}
  .InnerGIGABYTEContent #pcie5armor #pcie5armorbig {
    display: none;
  }

    .InnerGIGABYTEContent #pcie5armor #armor1con {
    display: none;
  }

}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #ActiveOCTuner {
  text-align: center;
}
.InnerGIGABYTEContent #ActiveOCTuner .frame {
  padding-bottom: 0;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon {
  position: relative;
  margin-top: 1%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2%;
  left: 31%;
  width: 40%;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab1 {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab1:nth-child(2) {
  color: #FFF;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab2 {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  margin-left: 24%;
  margin-top: 50px;
  cursor: pointer;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab2:nth-child(2) {
  color: #FFF;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
  position: absolute;
  bottom: 8%;
  left: 12%;
  color: #f6ad69;
  width: 30%;
  padding-top: 20px;
  min-height: 29%;
  background-image: url("../innergigabyteimages/cores-1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
  position: absolute;
  bottom: 8%;
  left: 60%;
  width: 30%;
  color: #f6ad69;
  padding-top: 40px;
  min-height: 29%;
  background-image: url("../innergigabyteimages/cores-2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.InnerGIGABYTEContent #ActiveOCTuner #coressmall {
  display: none;
}


@media screen and (max-width: 1600px) {

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec {
  top: -2%;
  left: 31%;
  width: 40%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab1 {
  font-size: 18px;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab2 {
  font-size: 18px;
  margin-left: 26%;
  margin-top: 45px;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
  bottom: 25%;
  left: 3%;
  font-size: 14px;
  width: 25%;
  padding-top: 10px;
  min-height: 24.3%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
  bottom: 25%;
  left: 70%;
  width: 25%;
  font-size: 14px;
  padding-top: 30px;
  min-height: 24.3%;
}

}


@media screen and (max-width: 1366px) {

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab1 {
  font-size: 15px;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab2 {
  font-size: 15px;
  margin-left: 26%;
  margin-top: 40px;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
  bottom: 25%;
  left: 3%;
  font-size: 14px;
  width: 25%;
  padding-top: 10px;
  min-height: 24.3%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
  bottom: 25%;
  left: 70%;
  width: 25%;
  font-size: 14px;
  padding-top: 30px;
  min-height: 24.3%;
}

}

@media screen and (max-width: 1024px) {
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab2 {
  font-size: 15px;
  margin-left: 26%;
  margin-top: 30px;
}

.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
  bottom: 2%;
  left: 10%;
  font-size: 14px;
  width: 30%;
  padding-top: 10px;
  min-height: 30%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
  bottom: 2%;
  left: 60%;
  width: 25%;
  font-size: 14px;
  padding-top: 20px;
  min-height: 24.3%;
}

}

@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon {
    position: relative;
    margin-top: 0%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec {
    display: none;
  }

  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    position: static;
    text-align: left;
    width: 60%;
    min-height: 40%;
    margin-left: 10%;
    margin-bottom: 3%;
    margin-top: -50px;
    background-image: url("none");
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
    position: static;
    text-align: left;
    width: 60%;
    margin-left: 10%;
    margin-top: 50%;
    margin-bottom: 0%;
    margin-top: -30px;
    display: block;
    background-image: url("none");
  }
.InnerGIGABYTEContent #ActiveOCTuner #coresbig {
  display: none;
}
.InnerGIGABYTEContent #ActiveOCTuner #coressmall {
  display: block;
}

}


@media screen and (max-width: 640px) {
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    position: static;
    text-align: left;
    width: 60%;
    min-height: 40%;
    margin-left: 10%;
    margin-bottom: 3%;
    margin-top: -30px;
    background-image: url("none");
  }
}



/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #xtremememorytext {
  max-width: 1920px;
}
.InnerGIGABYTEContent #xtremememorytext .title {
  text-align: center;
  margin: 0 auto;
  margin-top: 2%;
}
.InnerGIGABYTEContent #xtremememorytext .text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.InnerGIGABYTEContent #shielded {
  position: relative;
  transition: all 0.5s linear;
  margin: 0 auto;
  overflow: hidden;
}
.InnerGIGABYTEContent #shielded04 {
  top: 8%;
  left: 66%;
  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: 80%;
  left: 66%;
  position: absolute;
}
.InnerGIGABYTEContent #shielded .note {
  top: 90%;
  left: 70%;
  position: absolute;
}

.InnerGIGABYTEContent #shieldedsmall {
  display: none;
}
.InnerGIGABYTEContent #tantalum {
  position: relative;
  transition: all 0.5s linear;
  margin: 0 auto;
  overflow: hidden;
}
.InnerGIGABYTEContent #tantalum04 {
  top: 0%;
  left: 59%;
  position: absolute;
}
.InnerGIGABYTEContent #tantalum05 {
  top: 36%;
  left: 59%;
  position: absolute;
}
.InnerGIGABYTEContent #tantalum04 .title, .InnerGIGABYTEContent #tantalum05 .title {
  color: #69DCD7;
  font-size: 20px;
}
.InnerGIGABYTEContent #tantalum04 .text, .InnerGIGABYTEContent #tantalum05 .text {
  color: #B2B2B2;
  width: 60%;
  margin-top: 2px;
  font-size: 16px;
}
.InnerGIGABYTEContent #tantalumsmall01, .InnerGIGABYTEContent #tantalumsmall02 {
  display: none;
}
@keyframes anixtreme {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent #tantalum04 {
    top: 0%;
    position: absolute;
  }
  .InnerGIGABYTEContent #tantalum05 {
    top: 28%;
    position: absolute;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #tantalum05 {
    top: 22%;
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #xtremememorytext .text {
    width: 90%;
  }
  .InnerGIGABYTEContent #shieldedsmall {
    display: block;
  }
  .InnerGIGABYTEContent #shielded01 {
    display: none;
  }
  .InnerGIGABYTEContent #shielded04 {
    position: static;
    margin: 0 auto;
    padding-bottom: 8%;
    width: 80%;
  }
  .InnerGIGABYTEContent #shielded04 .text {
    color: #B2B2B2;
    width: 100%;
    font-size: 16px;
  }
.InnerGIGABYTEContent #shielded .note {
  top: 92%;
  left: 65%;
  position: absolute;
}
  .InnerGIGABYTEContent #tantalum01 {
    display: none;
  }
  .InnerGIGABYTEContent #tantalumsmall01, .InnerGIGABYTEContent #tantalumsmall02 {
    display: block;
  }
  .InnerGIGABYTEContent #tantalum04, .InnerGIGABYTEContent #tantalum05 {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
  .InnerGIGABYTEContent #tantalum04 .text, .InnerGIGABYTEContent #tantalum05 .text {
    color: #B2B2B2;
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #shielded04 {
    padding-bottom: 15%;
    width: 80%;
  }

.InnerGIGABYTEContent #shielded .note {
  top: 87%;
  left: 55%;
  position: absolute;
}

}




/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #dts .frametablesec {
  width: 80%;
}
.InnerGIGABYTEContent #dts .conbox1 {
  position: relative;
  display: inline-block;
  width: 30%;
}
.InnerGIGABYTEContent #dts .conbox2 {
  position: relative;
  display: inline-block;
  width: 67%;
  text-align: left;
  margin-left: 2%;
  vertical-align: top;
}
.InnerGIGABYTEContent #dts .conbox2 .text {
  margin-top: 0;
}
.InnerGIGABYTEContent #dts .conbox3 .title,
.InnerGIGABYTEContent #dts .conbox4 .title {
  text-align: center;
  font-size: 1.2vw;
  margin-bottom: 0;
}
.InnerGIGABYTEContent #dts .conbox3 {
  padding-top: 2%;
  position: relative;
  display: inline-block;
  width: 48%;
}
.InnerGIGABYTEContent #dts .conbox4 {
  padding-top: 2%;
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #dts .conbox3 iframe {
    width: 50%;
  }
  .InnerGIGABYTEContent #dts .conbox4 iframe {
    width: 50%;
  }
  .InnerGIGABYTEContent #dts .conbox3 {
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #dts .conbox4 {
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #dts .conbox2 .text {
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #dts .conbox3 iframe {
    width: 100%;
  }
  .InnerGIGABYTEContent #dts .conbox4 iframe {
    width: 100%;
  }
  .InnerGIGABYTEContent #dts .video {
    margin: 10px;
  }
  .InnerGIGABYTEContent #dts .conbox1 {
    width: 100%;
    margin-bottom: 0%;
  }
  .InnerGIGABYTEContent #dts .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #dts .conbox3 {
    width: 100%;
  }
  .InnerGIGABYTEContent #dts .conbox4 {
    width: 100%;
    margin-left: 0%;
  }
}

/* End .InnerGIGABYTEContent */
.featurebk {
  background: #000;
  position: absolute;
  bottom: 0%;
  width: 100%;
}

#featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 2%;
  padding-top: 10px;
}

#featureicon {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 3px solid #f6ad69;
  background: #000;
}

#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: #ec9341;
}

@media screen and (max-width: 960px) {
  .featurebk {
    display: none;
  }

  #featureicon {
    display: none;
  }
}


#smartfan6 {
  position: relative;
  overflow: hidden;
  min-height: 760px;
}

#smartfan6 .framesec {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 4%;
  min-height: auto;
}

#smartfan6 .title {
  text-align: center;
}

#smartfan6 ul li {
  list-style: disc;
  margin-left: 4%;
}
#smartfan6 .conbox {
  display: inline;
  width: 100%;
}
#smartfan6 #img01 {
  display: inline-block;
  position: relative;
  width: 22%;
  margin-right: 3%;
  float: left;
}

#smartfan6 .conbox .text {
  display: inline-block;
  position: relative;
  width: 74%;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}
#smartfan6 .row {
  padding-top: 20px;
}

#smartfan6 .smartfan6sub {
  font-weight: bold;
  color: #fff;
}

#smartfan6 .smartfan6logo {
  border-radius: 10px;
  border: 1px solid #383838;
  margin-bottom: 0%;
  padding: 2%;
}

#smartfan6 .smartfan6board img {
  width: auto;
}

#smartfan6 .smartfan6logo img {
  display: inline-block;
  width: auto;
}

#smartfan6 .smartfan6logoimg img {
  width: auto;
}



@media screen and (max-width: 1600px) {

#smartfan6 .smartfan6board img {
  width: 85%;
}

#smartfan6 .smartfan6logoimg img {
  width: 20%;
}


}


@media screen and (max-width: 1366px) {
  #smartfan6 .smartfan6board img {
    width: 90%;
  }

  #smartfan6 .smartfan6logoimg img {
    width: 30%;
  }

  #smartfan6 .smartfan6logo {
    margin-bottom: 0%;
    padding: 0%;
  }

  #smartfan6 .smartfan6logo img {
    width: 10%;
  }

  #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%;
  }
}
.InnerGIGABYTEContent .functiontabs ul li {
  list-style-type: square;
}
.InnerGIGABYTEContent .functiontabs .functiontabstitle {
  display: flex;
  justify-content: center;
}
.InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #f6ad69;
  color: #fff;
  font-size: 18px;
  min-height: 70px;
  line-height: 24px;
  width: 300px;
  border-radius: 20px;
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  margin-right: 10px;
}
.InnerGIGABYTEContent #audiodac {
  margin-bottom: 4%;
  margin-top: 2%;
}
.InnerGIGABYTEContent #audiodac .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.InnerGIGABYTEContent #audiodac .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.InnerGIGABYTEContent #audiodac #funtabsaudio3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
.InnerGIGABYTEContent #audiodac #funtabsaudio3 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 54%;
}
.InnerGIGABYTEContent .functiontabs .funtabs .martop {
  padding-top: 2%;
}
.InnerGIGABYTEContent .functiontabs #funtabsPer1 {
  position: relative;
  margin-bottom: 4%;
}
.InnerGIGABYTEContent .functiontabs #funtabsPer1 .text {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 30%;
}
.InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 55%;
}
.InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox2 {
  display: inline-block;
  position: relative;
  width: 40%;
  margin-left: 2%;
}
.InnerGIGABYTEContent .functiontabs #funtabsPer3 .t1 {
  float: left;
  font-size: 60px;
  line-height: 80px;
}
.InnerGIGABYTEContent .functiontabs #funtabsPer3 .t2 {
  float: right;
  color: #fff;
  padding-top: 20px;
}
.InnerGIGABYTEContent .functiontabs .conbox1 {
  position: relative;
  padding-top: 4%;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.InnerGIGABYTEContent .functiontabs .conbox2 {
  display: inline-block;
  position: relative;
  width: 66%;
  padding-top: 4%;
  margin-left: 2%;
}
.InnerGIGABYTEContent .functiontabs #funtabsPer2 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.InnerGIGABYTEContent .functiontabs #funtabsPer2 .conbox2 {
  display: inline-block;
  position: relative;
  width: 35%;
  margin-left: 2%;
}
.InnerGIGABYTEContent .functiontabs .title {
  color: #fff;
  font-size: 1.6em;
}
.InnerGIGABYTEContent #funtabsaudio5 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10%;
}
.InnerGIGABYTEContent #funtabsaudio5 .conbox2 {
  display: inline-block;
  position: relative;
  width: 78%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox2 {
    display: inline-block;
    position: relative;
    width: 50%;
    margin-left: 2%;
  }
  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    padding: 6px 10px 6px 10px;
    font-size: 18px;
    line-height: 30px;
    width: 300px;
    margin-right: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .functiontabs .functiontabstitle {
    display: block;
  }
  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox2 {
    width: 100%;
  }
  .InnerGIGABYTEContent .functiontabs #funtabsPer2 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .InnerGIGABYTEContent .functiontabs #funtabsPer2 .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent .functiontabs #funtabsPer1 .text {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent .functiontabstitle div:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .InnerGIGABYTEContent .functiontabstitle div:last-child {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .InnerGIGABYTEContent .functiontabs .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .InnerGIGABYTEContent .functiontabs .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent .functiontabstitle #tabtitle3 {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    padding: 6px 10px 6px 10px;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    border-radius: 0px;
  }
  .InnerGIGABYTEContent #audiodac .title {
    font-size: 20px;
    font-size: 30px;
  }
  .InnerGIGABYTEContent #audiodac .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #audiodac .conbox2 {
    width: 100%;
  }
  .InnerGIGABYTEContent #audiodac #funtabsaudio3 .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #audiodac #funtabsaudio3 .conbox2 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .t1 {
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    width: 94%;
  }
}

#smartfan6biosui {
  position: relative;
}

#smartfan6biosui .framesec {
  min-height: auto;
}

#smartfan6biosui .col-lg-6 {
  margin-top: 3%;
}

#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;
}


@media screen and (max-width: 1600px) {
  #smartfan6biosui .title {
    font-size: 16px;
    line-height: 20px;
  }

}


@media screen and (max-width: 1366px) {

  #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%;
  }
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #lan10gb .text {
    font-size: 0.7vw;
  }
  .InnerGIGABYTEContent #lan10gb {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #lan10gb .lan10gb01 {
    position: absolute;
    top: 8%;
    left: 28%;
    width: 26%;
  }
  .InnerGIGABYTEContent #lan10gb .lan10gb02 {
    position: absolute;
    top: 35%;
    left: 58%;
    width: 30%;
  }
  .InnerGIGABYTEContent #lan10gb ul li {
    list-style: disc;
    margin-left: 1%;
  }
}
.InnerGIGABYTEContent #lan10gb .lan10gbsub {
  font-weight: bold;
  color: #fff;
}
.InnerGIGABYTEContent #lan10gb02img {
  width: 20vw;
}
.InnerGIGABYTEContent #lan10gb .lan10gb03 {
  top: 36%;
  left: 20%;
}
.InnerGIGABYTEContent #lan10gb02img, .InnerGIGABYTEContent #lan10gb03img, .InnerGIGABYTEContent #lan10gb04img {
  display: none;
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent #lan10gb .lan10gb02 {
    position: absolute;
    top: 30%;
    left: 58%;
    width: 30%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #lan10gb .lan10gb01 {
    top: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #lan10gb02img, .InnerGIGABYTEContent #lan10gb03img, .InnerGIGABYTEContent #lan10gb04img {
    display: block;
  }
  .InnerGIGABYTEContent #lan10gb img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #lan10gb .lan10gb01 {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #lan10gb .title {
    font-size: 30px;
  }
  .InnerGIGABYTEContent #lan10gb .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #lan10gb .lan10gb02 {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #lan10gbbg {
    display: none;
  }
  .InnerGIGABYTEContent #lan10gb .framesec {
    position: static;
  }
  .InnerGIGABYTEContent #lan10gb .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #heatsink {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #heatsink #heatsinkdesignsmall,
.InnerGIGABYTEContent #heatsink .pcienum {
  display: none;
}
.InnerGIGABYTEContent #heatsink .title {
  font-size: 1.2vw;
  padding: 6px;
  text-align: center;
  background: #000;
  border: 1px solid #f6ad69;
  border-radius: 20px;
}
.InnerGIGABYTEContent #heatsink .text {
  font-size: 0.8vw;
  margin-top: 0em;
  margin-bottom: 0em;
  max-width: 400px;
}
.InnerGIGABYTEContent #heatsink .heatsink01 {
  position: absolute;
  top: 18%;
  left: 70%;
}
.InnerGIGABYTEContent #heatsink .heatsink02 {
  position: absolute;
  top: 32.5%;
  left: 70%;
}
.InnerGIGABYTEContent #heatsink .heatsink03 {
  position: absolute;
  top: 54%;
  left: 70%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #heatsink .text {
    font-size: 16px;
    max-width: 460px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #heatsinkdesignbig {
    display: none;
  }
  .InnerGIGABYTEContent #heatsink #heatsinkdesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent #heatsink .pcienum {
    display: inline-block;
    margin-right: 2%;
  }
  .InnerGIGABYTEContent #heatsink .title {
    font-size: 30px;
    padding: 0px;
    text-align: left;
    background: #000;
    border: 0px solid #f6ad69;
    border-radius: 0px;
  }
  .InnerGIGABYTEContent #heatsink .text {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #heatsink .heatsink01 {
    position: static;
  }
  .InnerGIGABYTEContent #heatsink .heatsink02 {
    position: static;
  }
  .InnerGIGABYTEContent #heatsink .heatsink03 {
    position: static;
  }
}

/* End .InnerGIGABYTEContent */
