

/* UI tab css*/

.InnerGIGABYTEContent .pertable {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 4%;
}

.InnerGIGABYTEContent .pertable .st1 {
  margin-top: 0%;
  margin-bottom: 6%;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox1 {
  position: relative;
  display: inline-block;
  width: 50%;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .suborangetitle {
  font-size: 26px;
}

.InnerGIGABYTEContent .functiontabs #funtabs4 .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}

.InnerGIGABYTEContent .functiontabs #funtabs4 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 57%;
}


/* function tabs */


.InnerGIGABYTEContent .functiontabs ul li {
  list-style-type: square;
}

.InnerGIGABYTEContent .functiontabstitle {
  margin: 0 auto;
  margin-top: -4%;
}

.InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
  padding: 15px 10px 15px 10px;
  cursor: pointer;
  background-color: rgba(200,155,56,0.3);
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #FF7200;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.0em;
  text-align: center;
  vertical-align: middle;
  width: 400px;
  display: table-cell;
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';

  }

.InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle:hover {
  border-bottom: 3px solid #ff7200;
}

.InnerGIGABYTEContent .functiontabstitle div:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle div:last-child {
  border-right: 1px solid #000;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle #tabtitle3 {
  border-right: 0px solid #c87d38;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.InnerGIGABYTEContent .functiontabstitle #tabtitle4 {
  border-right: 0px solid #c87d38;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle #tabtitle5 {
  border-right: 0px solid #c87d38;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.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;
}



@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .functiontabs #funtabs1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabs1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .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%;
  }

}



@media screen and (max-width: 960px) {


  .InnerGIGABYTEContent .pertable .functiontabs .functiontabstitle .tabtitle {
    width: 100%;
    display: block;
    border: 1px solid #FF7200;
    border-radius: 0px;
  }

  .InnerGIGABYTEContent .pertable .functiontabstitle #tabtitle4 {
    border-right: 1px solid #FF7200;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .InnerGIGABYTEContent .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .InnerGIGABYTEContent .pertable .functiontabs .functiontabstitle .tabtitle {
    width: 94%;
  }

.InnerGIGABYTEContent .functiontabs #funtabs4 .conbox1 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.InnerGIGABYTEContent .functiontabs #funtabs4 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}



  /* function tabs */

  .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 #ce925a;
    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 #ce925a;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    width: 500px;
    border: 1px solid #ce925a;
    border-radius: 0px;
    display: block;
    font-size: 20px;
  }


}

@media screen and (max-width: 640px) {

.InnerGIGABYTEContent .functiontabs .funtabs .title {
    font-size: 20px;
}

  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .t1 {
    font-size: 30px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    padding: 15px 10px 15px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;  
}    


}