@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
body {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  /* font-family: 'myfont','Arial', 'cwTeXHei', 'Microsoft JhengHei'; */
  /*Firefox hack*/
  font-size: 30px;
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
}

@font-face {
  font-family: "myfont";
  src: url("../images/AORUS-font.woff") format("woff");
  font-weight: bold;
}
img {
  width: 100%;
  outline: none;
  border: 0;
}

.frame {
  margin: 0 auto;
  padding: 0em 0;
  overflow: hidden;
  width: 1366px;
}

#playBtn {
  cursor: pointer;
}

.frame.full {
  width: 100%;
}

.title {
  font-size: 1.0em;
  line-height: 0.8em;
  color: #fff;
  margin-top: 4%;
}

.suborangetitle {
  color: #FF7200;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
}

.text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ccc;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
}

.note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.video video,
.video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

p {
  margin: 0.5em 0;
}

.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;
}

.mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}

.mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}

.mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}

.mainbar .btn a:hover {
  color: #ec6c00;
}

.table {
  /*display: table;*/
  /*min-height:500px;*/
  overflow: visible;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

.table .cell_HIDE {
  display: none;
  vertical-align: middle;
}

.table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}

.table .cell .left {
  float: left;
  margin-left: 5%;
  /*margin-right:4%;*/
  text-align: left;
}

.table .cell .right {
  float: right;
  margin-right: 5%;
  /*margin-left:4%;*/
  text-align: left;
}

.table .cell .center {
  /*padding:1em 10% 0;*/
  padding: 0em 30px 0;
  /*min-height:400px;*/
  overflow: visible;
}

.table .cell .offsetRight {
  margin-right: -25%;
}

.table .cell .offsetLeft {
  margin-left: -25%;
}

.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;
}

.table .cell .btn a:hover {
  background-color: #03C;
}

.table .img {
  margin-top: 30px;
}

.table .side {
  width: 10%;
  display: block;
}

.table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}

.table .break {
  clear: both;
}

.table .col1,
.table .col1s,
.table .col1l {
  width: 9.5%;
}

.table .col2,
.table .col2s,
.table .col2l {
  width: 19%;
}

.table .col3,
.table .col3s,
.table .col3l {
  width: 28.5%;
}

.table .col4,
.table .col4s,
.table .col4l {
  width: 38%;
}

.table .col5,
.table .col5s,
.table .col5l {
  width: 47.5%;
}

.table .col52,
.table .col52s {
  width: auto;
}

.table .col6,
.table .col6s,
.table .col6l {
  width: 40%;
}

.table .col7,
.table .col7s,
.table .col7l {
  width: 66.5%;
}

.table .col8,
.table .col8s,
.table .col8l {
  width: 76%;
}

.table .col9,
.table .col9s,
.table .col9l {
  width: 85.5%;
}

.table .col10,
.table .col10s,
.table .col10l {
  width: 95%;
}

.fade {
  position: relative;
  overflow: auto;
  display: block;
}

.fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}

.img-large {
  display: block;
}

.img-small {
  display: none;
}

/*features start*/
#header {
  position: relative;
  /*height: 504px;*/
  background-repeat: no-repeat;
            /*min-height: 500px;
*/
}

#header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
            /*border-radius: 5px;
*/
}

#header .frame {
  padding-top: 0;
}

.imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .table .col6l {
    width: 50%;
  }

  .table .col52,
  .table .col52s {
    width: auto;
  }

  .frame {
    width: 960px;
  }

  #header {
    background-color: #000;
    /* background-image: url(../images/header_1366.jpg);*/
    background-position: center;
    position: relative;
    /*height: 700px;*/
  }
}
@media screen and (max-width: 960px) {
  .frame {
    width: 640px;
    padding: 1.5em 0;
  }

  .table .col52,
  .table .col52s {
    width: 95%;
  }

  .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }

  .text {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-top: 1em;
  }

  .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }

  #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }

  #header .frame {
    padding: 0em 0 1em;
  }

  .table .col5,
  .table .col5s,
  .table .col5l {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .table .col6l {
    width: auto;
  }

  .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    font-size: 1.2em;
  }

  .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }

  .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .table {
    display: block;
  }

  .table .cell {
    display: block;
  }

  .table .cell_HIDE {
    display: block;
  }

  .table .cell_SHOW {
    display: none;
  }

  .table .col1l,
  .table .col2l,
  .table .col3l,
  .table .col4l,
  .table .col5l,
  .table .col6l,
  .table .col7l,
  .table .col8l,
  .table .col9l,
  .table .col10l {
    width: 100%;
    margin: 0;
  }

  .table .col1,
  .table .col2,
  .table .col3,
  .table .col4,
  .table .col5,
  .table .col6,
  .table .col7,
  .table .col8,
  .table .col9,
  .table .col10 {
    width: 90;
    margin: 0 0;
  }

  .table .col1s,
  .table .col2s,
  .table .col3s,
  .table .col4s,
  .table .col5s,
  .table .col6s,
  .table .col7s,
  .table .col8s,
  .table .col9s,
  .table .col10s {
    width: 60%;
    margin: 0 20%;
  }

  .table .cell .left,
  .table .cell .right,
  .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }

  .table .cell .center {
    padding: 0 0 0;
  }

  .table .cell .offsetRight,
  .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }

  .table .side {
    display: none;
  }

  .img-large {
    display: none;
  }

  .img-small {
    display: block;
  }

  #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }

  #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }
}
/*TOP*/
#gotop {
  color: #FFFFFF;
  margin: 10px;
  padding: 14px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
}

#gotop img {
  margin: 0 auto;
}

#gotop:hover {
  background-color: rgba(51, 51, 51, 0.8);
}

@media screen and (max-width: 640px) {
  /*TOP*/
  #gotop {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0px;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family: Arial, Helvetica, sans-serif;
  }
}
.conbox {
  overflow: hidden;
  position: relative;
  min-height: 1000px;
  max-width: 1920px;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.aoruslogolo {
  position: absolute;
  left: 4%;
  top: 3%;
  z-index: 5;
}

.main1 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@keyframes ac-updown1 {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.1;
  }
  93% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.main2 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: ac-updown3 3s ease-in-out infinite;
}

@keyframes ac-updown2 {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
  95% {
    transform: scale(0.7, 0.7);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes ac-updown3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
  }
}
@keyframes ac-updown4 {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
  }
}
.maintext {
  width: 80%;
  bottom: 3%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1440px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 800px;
  }

  .aoruslogolo {
    width: 16%;
  }
}
@media screen and (max-width: 1366px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 700px;
  }

  .maintext {
    width: 60%;
    bottom: 0%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 500px;
  }

  .aoruslogolo {
    position: static;
    left: 0%;
    top: 0%;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 400px;
  }

  .maintext {
    width: 80%;
    bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .conbox {
    min-height: 300px;
  }
}
/*titlebar*/
.titlesection {
  overflow: hidden;
}

.bghover {
  position: relative;
}

.titlebar {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: 'Oswald', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  margin-top: 4%;
}

.linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: 'Oswald', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  margin-top: -10px;
  padding: 0px 0px 30px 0px;
  background-image: url("../images/line.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.titlebarDimension {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-size: 1.8em;
  line-height: 1.0em;
  margin-bottom: 10px;
}

@keyframes led-style3 {
  0% {
    left: -80%;
  }
  30% {
    left: 30%;
  }
  31% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes led-style3 {
  0% {
    left: -60%;
  }
  25% {
    left: 30%;
  }
  25.1% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .titlebar {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .titlebar {
    font-size: 1.0em;
    line-height: 1.4em;
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
}
#CFw, #SSDToolBox {
  max-width: 1920px;
  margin: 0 auto;
}

#CFw .note {
  font-family: arial;
  font-size: 16px;
  text-align: center;
}

#CFw .flow {
  margin-bottom: 0px;
  margin-top: -12%;
}

.caption {
  color: #fff;
  font-size: 36px;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  margin-top: -30px;
}

#myFantasicFlow .item {
  cursor: pointer;
}

#myFantasicFlow .captext {
  color: #ff6600;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-top: 12px;
  text-shadow: 0px 0px 8px #000;
}

.ContentFlow .globalCaption {
  margin-bottom: 40px;
}

#myFantasicFlow img {
  cursor: pointer;
  box-shadow: 0px 0px 30px #ff7200;
}

.cfwsmall {
  display: none;
}

@media screen and (max-width: 1366px) {
  #CFw .flow {
    margin-bottom: 0px;
    margin-top: -20%;
  }
}
@media screen and (max-width: 960px) {
  #CFw {
    display: none;
  }

  .cfwsmall {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .cfwsmall img {
    margin-bottom: 4%;
  }
}
/* table */
.model_table {
  margin-top: 4%;
  background: #2c2c2c;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #000;
  border-collapse: collapse;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
  font-size: 20px;
  text-align: center;
  margin-bottom: 2%;
}

.model_table thead {
  background: #787878;
  border-right: none;
  border-left: none;
  font-size: 20px;
  line-height: 40px;
}

.model_table td {
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  padding: 20px;
  vertical-align: middle;
}

.model_table td:first-child {
  background: #464646;
}

.model_table td:first-child + td {
  width: 20%;
}

.model_table th, td {
  border: 4px solid #000;
  padding: 20px;
}

.model_table .modelno {
  color: #0094FF;
  font-size: 22px;
}

#dimension .note {
  font-size: 16px;
  color: #fff;
}

#dimension #ssdlist {
  margin-top: 4%;
}

@media screen and (max-width: 1366px) {
  /* table */
  .model_table {
    width: 100%;
  }

  #ssdlist .title {
    font-size: 2em;
  }

  .model_table thead {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  /* table */
  .model_table {
    width: 60%;
  }

  #ssdlist .title {
    font-size: 1.2em;
  }

  .model_table thead {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
  }

  .model_table th, td {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .model_table td:first-child + td {
    width: 100%;
  }

  #dimension .frame {
    width: 90%;
  }

  /* table */
  .model_table {
    width: 100%;
  }

  .model_table {
    font-size: 20px;
  }

  .model_table tr {
    border: 1px solid #fff;
  }

  .model_table th {
    display: none;
  }

  .model_table td {
    display: block;
    border: none;
  }

  .model_table td:before {
    content: attr(data-th) " : ";
    margin-right: 10px;
    color: #fff;
  }

  .model_table th, td {
    text-align: left;
  }

  .model_table .modelno {
    font-size: 30px;
  }
}
#guaranteed {
  background-image: url("../images/guaranteed_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1000px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 1920px;
}

#guaranteed .text {
  font-size: 1.6em;
  color: #000;
  position: absolute;
  bottom: 0;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-right: 3%;
}

#ps5 .conbox1 {
  position: relative;
  display: inline-block;
  width: 60%;
  padding-top: 8%;
  vertical-align: top;
}

#ps5 .conbox2 {
  position: relative;
  display: inline-block;
  width: 36%;
  margin-left: 2%;
  margin-top: 6%;
}

@media screen and (max-width: 1366px) {
  #ps5 .conbox1 {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-top: 2%;
    vertical-align: top;
  }

  #ps5 .conbox2 {
    position: relative;
    display: inline-block;
    width: 46%;
    margin-left: 2%;
    margin-top: 4%;
  }

  #guaranteed {
    background-image: url("../images/guaranteed_1366.jpg");
    min-height: 730px;
  }

  #guaranteed .text {
    font-size: 1.7em;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  #guaranteed {
    background-image: url("../images/guaranteed_960.jpg");
    min-height: 520px;
  }

  #guaranteed .text {
    font-size: 1.2em;
    bottom: 0;
  }

  #ps5 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 2%;
    vertical-align: top;
  }

  #ps5 .conbox2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 0%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  #guaranteed {
    background-image: url("../images/guaranteed_640.jpg");
    min-height: 340px;
  }

  #guaranteed .text {
    font-size: 0.8em;
    text-align: center;
  }
}
ul li {
  list-style-type: disc;
}

#PCIe4SSD {
  margin-bottom: 4%;
}

#sec01 {
  position: relative;
}

#sec01 .sec01list {
  position: absolute;
  right: 12%;
  bottom: 14%;
  min-width: 400px;
}

#efficiency {
  background-image: url("../images/efficiency_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 900px;
}

@media screen and (max-width: 1440px) {
  #sec01 .sec01list {
    right: 2%;
    bottom: 12%;
  }
}
@media screen and (max-width: 1366px) {
  #sec01 .sec01list {
    right: 2%;
    bottom: 6%;
  }
}
@media screen and (max-width: 960px) {
  #sec01 .sec01list {
    position: static;
    margin: 0 auto;
    right: 0%;
    bottom: 0%;
  }

  #efficiency {
    background-image: url("../images/efficiency_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
  }
}
#pcie4slot .tableall {
  margin-top: 4%;
  margin-bottom: 10%;
}

.tableall .note1 {
  text-align: right;
  font-size: 20px;
  margin-top: 1%;
  margin-right: 7%;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.tableall .note {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.tableall .title {
  font-size: 40px;
  text-align: center;
}

.stable01 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.tableall .s1 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
}

.stable01 .tabletext {
  position: relative;
  display: inline-block;
  width: 16%;
  vertical-align: top;
  margin-right: 1%;
  padding-top: 5%;
}

.tableall .s2 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
  padding-top: 22%;
}

.stable01 #st1 {
  position: absolute;
  right: 0%;
  top: 30px;
  width: auto;
  display: none;
}

.stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  top: 10px;
  left: 68%;
  display: none;
}

.tableall #st3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 130px;
  left: 42%;
  display: none;
}

.tableall .tablecon {
  position: relative;
  display: inline-block;
  width: 76%;
  border-left: 2px solid #595757;
  border-bottom: 2px solid #595757;
  min-height: 220px;
  padding-top: 6%;
  margin-top: 2%;
}

.stable01 .table1 {
  background: #0200a9;
  background: -moz-linear-gradient(left, #0200a9 0%, #b300ae 100%);
  background: -webkit-linear-gradient(left, #0200a9 0%, #b300ae 100%);
  background: linear-gradient(to right, #0200a9 0%, #b300ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0200a9', endColorstr='#b300ae', GradientType=1);
  height: 16px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}

.stable01 .table2 {
  margin-top: 10%;
  background: #939394;
  background: -moz-linear-gradient(left, #939394 0%, #433f3e 100%);
  background: -webkit-linear-gradient(left, #939394 0%, #433f3e 100%);
  background: linear-gradient(to right, #939394 0%, #433f3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939394', endColorstr='#433f3e', GradientType=1);
  height: 16px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}

@keyframes cnstami {
  0% {
    transform: scale(2.5, 2.5);
  }
  90% {
    transform: scale(0.2, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
#XTREME #tableall02 .stable01 #st1 {
  position: absolute;
  right: 10%;
  top: 108px;
  width: auto;
}

#XTREME #tableall02 .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 100px;
  left: 72%;
}

#XTREME #tableall02 .stable01 #st3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 220px;
  left: 50%;
}

#XTREME #tableall03 .stable01 #st1 {
  position: absolute;
  right: 18%;
  top: 108px;
  width: auto;
}

#XTREME #tableall03 .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 100px;
  left: 64%;
}

#XTREME #tableall03 .stable01 #st3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 220px;
  left: 46%;
}

#PCIe4SSD #tableall04 .stable01 .tabletext {
  position: relative;
  display: inline-block;
  width: 16%;
  vertical-align: top;
  margin-right: 1%;
  padding-top: 6%;
}

#PCIe4SSD #tableall04 .stable01 .s2 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
  padding-top: 34%;
}

#PCIe4SSD #tableall04 .stable01 #st1 {
  position: absolute;
  right: 10%;
  top: 108px;
  width: auto;
}

#PCIe4SSD #tableall04 .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 90px;
  left: 65%;
}

#PCIe4SSD #tableall04 .stable01 #st3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 216px;
  left: 38%;
}

#temperature #tableall05 .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 0px;
  left: 50%;
}

#temperature #tableall05 .stable01 #st3 {
  position: absolute;
  color: #fff;
  font-size: 24px;
  top: 140px;
  left: 76%;
}

#temperature #tableall05 .stable01 .table1 {
  width: 0%;
}

#temperature #tableall05 .stable01 .table2 {
  width: 0%;
}

@media screen and (max-width: 1366px) {
  .tableall .s1 {
    font-size: 26px;
    line-height: 30px;
  }

  .tableall .s2 {
    font-size: 26px;
    line-height: 30px;
  }

  .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 9%;
  }

  .tableall .tablecon {
    position: relative;
    display: inline-block;
    width: 76%;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    min-height: 180px;
    padding-top: 10%;
    margin-top: 2%;
  }

  .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 20px;
    width: auto;
  }

  .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 36px;
    top: 30px;
    left: 55%;
  }

  .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 120px;
    left: 37%;
  }

  #XTREME #tableall02 .stable01 #st1 {
    position: absolute;
    right: 6%;
    top: 106px;
    width: 120px;
  }

  #XTREME #tableall02 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 100px;
    left: 68%;
  }

  #XTREME #tableall02 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 190px;
    left: 48%;
  }

  #XTREME #tableall03 .stable01 #st1 {
    position: absolute;
    right: 14%;
    top: 120px;
    width: 120px;
  }

  #XTREME #tableall03 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 100px;
    left: 60%;
  }

  #XTREME #tableall03 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 190px;
    left: 44%;
  }

  #PCIe4SSD #tableall04 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 10%;
  }

  #PCIe4SSD #tableall04 .stable01 .s2 {
    font-size: 26px;
    line-height: 36px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 34%;
  }

  #PCIe4SSD #tableall04 .stable01 #st1 {
    position: absolute;
    right: 5%;
    top: 104px;
    width: 120px;
  }

  #PCIe4SSD #tableall04 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 100px;
    left: 60%;
  }

  #PCIe4SSD #tableall04 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 194px;
    left: 34%;
  }

  #temperature #tableall05 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 36px;
    left: 50%;
  }

  #temperature #tableall05 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 136px;
    left: 74%;
  }

  #temperature #tableall05 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 8%;
  }

  #temperature #tableall05 .s1 {
    font-size: 22px;
    line-height: 30px;
  }

  #temperature #tableall05 .s2 {
    font-size: 22px;
    line-height: 30px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 14%;
  }

  .tableall .note {
    margin-top: 2%;
  }
}
@media screen and (max-width: 960px) {
  .tableall .note1 {
    text-align: right;
    font-size: 20px;
    margin-top: 1%;
    margin-right: 2%;
    color: #999999;
  }

  .tableall .s1 {
    font-size: 20px;
    line-height: 26px;
  }

  .tableall .s2 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 36%;
  }

  .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 9%;
  }

  .stable01 .table2 {
    margin-top: 18%;
  }

  .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 180px;
  }

  .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 10px;
    left: 52%;
  }

  .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 22px;
    top: 110px;
    left: 38%;
  }

  #XTREME #tableall02 .stable01 #st1 {
    position: absolute;
    right: -2%;
    top: 80px;
    width: 100px;
  }

  #XTREME #tableall02 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 70px;
    left: 66%;
  }

  #XTREME #tableall02 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 170px;
    left: 48%;
  }

  #XTREME #tableall03 .stable01 #st1 {
    position: absolute;
    right: 6%;
    top: 80px;
    width: 100px;
  }

  #XTREME #tableall03 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 70px;
    left: 58%;
  }

  #XTREME #tableall03 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 176px;
    left: 44%;
  }

  #PCIe4SSD #tableall04 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 10%;
  }

  #PCIe4SSD #tableall04 .stable01 .s2 {
    font-size: 20px;
    line-height: 36px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 60px;
  }

  #PCIe4SSD #tableall04 .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 78px;
    width: 100px;
  }

  #PCIe4SSD #tableall04 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 76px;
    left: 58%;
  }

  #PCIe4SSD #tableall04 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 180px;
    left: 34%;
  }

  #temperature #tableall05 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 16px;
    left: 50%;
  }

  #temperature #tableall05 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 120px;
    left: 70%;
  }

  #temperature #tableall05 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 8%;
  }

  #temperature #tableall05 .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  #temperature #tableall05 .s2 {
    font-size: 16px;
    line-height: 20px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 40px;
  }

  .tableall .note {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .tableall .title {
    font-size: 26px;
    text-align: center;
  }

  .tableall .tablecon {
    position: relative;
    display: inline-block;
    width: 76%;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    min-height: 160px;
    padding-top: 16%;
    margin-top: 2%;
  }

  .tableall .note1 {
    text-align: right;
    font-size: 20px;
    margin-top: 1%;
    margin-right: 2%;
    color: #999999;
  }

  .tableall .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  .tableall .s2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
  }

  .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 11%;
  }

  .stable01 .table2 {
    margin-top: 24%;
  }

  .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 30px;
    width: 100px;
  }

  .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 20px;
    left: 46%;
  }

  .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 100px;
    left: 33%;
  }

  #XTREME #tableall02 .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 56px;
    width: 80px;
  }

  #XTREME #tableall02 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 50px;
    left: 46%;
  }

  #XTREME #tableall02 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 136px;
    left: 46%;
  }

  #XTREME #tableall03 .stable01 #st1 {
    position: absolute;
    right: 7%;
    top: 56px;
    width: 80px;
  }

  #XTREME #tableall03 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 50px;
    left: 40%;
  }

  #XTREME #tableall03 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 136px;
    left: 42%;
  }

  #PCIe4SSD #tableall04 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 16%;
  }

  #PCIe4SSD #tableall04 .stable01 .s2 {
    font-size: 12px;
    line-height: 36px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 50px;
  }

  #PCIe4SSD #tableall04 .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 54px;
    width: 80px;
  }

  #PCIe4SSD #tableall04 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 56px;
    left: 46%;
  }

  #PCIe4SSD #tableall04 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 130px;
    left: 26%;
  }

  #temperature #tableall05 .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 20px;
    left: 40%;
  }

  #temperature #tableall05 .stable01 #st3 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 96px;
    left: 62%;
  }

  #temperature #tableall05 .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 0%;
  }

  #temperature #tableall05 .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  #temperature #tableall05 .s2 {
    font-size: 16px;
    line-height: 20px;
    color: #cdcdcd;
    text-align: right;
    padding-top: 10px;
  }

  .tableall .note {
    margin-top: 2%;
  }
}
