section {
  position: relative;
}

.liner_tagset-s {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.liner_tagset-s .tagouter {
  margin: 5px 0;
  text-align: center;
}

.liner_tagset-s .tag {
  width: 200px;
  height: 34px;
  margin: 0 -1px;
  padding: 7px 0;
  display: inline-block;
  background-image: url(../img/butter_short/butter_4.svg);
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.liner_tagset-s .tag::before {
  content: '';
  width: 7%;
  height: 100%;
  background-image: url(../img/butter_short/butter_1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, 0%);
      -ms-transform: translate(-45%, 0%);
          transform: translate(-45%, 0%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.liner_tagset-s .tag::after {
  content: '';
  width: 7%;
  height: 100%;
  background-image: url(../img/butter_short/butter_3.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(45%, 0%);
      -ms-transform: translate(45%, 0%);
          transform: translate(45%, 0%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.liner_tagset-s .tag:hover {
  color: #fff;
  background-image: url(../img/butter_short/butter_2.svg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.liner_tagset-s .tag.active {
  color: #fff;
  background-image: url(../img/butter_short/butter_2.svg);
}

.liner_tagset-s .tag.active::before, .liner_tagset-s .tag.active::after {
  opacity: 1;
}

.liner_tagset-m {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.liner_tagset-m .tagouter {
  margin: 5px 0;
  text-align: center;
}

.liner_tagset-m .tag {
  width: 300px;
  height: 34px;
  margin: 0 -1px;
  padding: 7px 0;
  display: inline-block;
  background-image: url(../img/butter_long/butter_4.svg);
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.liner_tagset-m .tag.black {
  background-image: url(../img/butter_long/butter_5.svg);
  color: rgb(238, 238, 238);
}

.liner_tagset-m .tag.black:hover {
  color: #000;
}

.liner_tagset-m .tag.black.active {
  color: #000;
}

.liner_tagset-m .tag::before {
  content: '';
  width: 5%;
  height: 100%;
  background-image: url(../img/butter_long/butter_1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-55%, 0%);
      -ms-transform: translate(-55%, 0%);
          transform: translate(-55%, 0%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.liner_tagset-m .tag::after {
  content: '';
  width: 5%;
  height: 100%;
  background-image: url(../img/butter_long/butter_3.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(45%, 0%);
      -ms-transform: translate(45%, 0%);
          transform: translate(45%, 0%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.liner_tagset-m .tag:hover {
  color: #fff;
  background-image: url(../img/butter_long/butter_2.svg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.liner_tagset-m .tag.active {
  color: #fff;
  background-image: url(../img/butter_long/butter_2.svg);
}

.liner_tagset-m .tag.active::before, .liner_tagset-m .tag.active::after {
  opacity: 1;
}

.to_top_div {
  position: relative;
  text-align: center;
}

.to_top_div .to_btn {
  cursor: pointer;
}

.to_top_div .to_btn img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.to_top_div .to_btn:hover img {
  -webkit-transform: scale(0.95) translateY(-12px);
      -ms-transform: scale(0.95) translateY(-12px);
          transform: scale(0.95) translateY(-12px);
}

.to_top_div .o5 {
  width: 30px;
}

.big_tittle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.big_tittle .left {
  width: 100px;
  margin-right: 40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.big_tittle .left .p4 {
  -webkit-animation: rrr 1s 0s 1;
          animation: rrr 1s 0s 1;
}

.big_tittle .left .p3 {
  -webkit-animation: rrr 1s .25s 1;
          animation: rrr 1s .25s 1;
}

.big_tittle .left .p2 {
  -webkit-animation: rrr 1s .5s 1;
          animation: rrr 1s .5s 1;
}

.big_tittle .left .p1 {
  -webkit-animation: rrr 1s .75s 1;
          animation: rrr 1s .75s 1;
}

.big_tittle .right {
  width: 100px;
  margin-left: 40px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.big_tittle .right .p4 {
  -webkit-animation: rrr 1s 0s 1;
          animation: rrr 1s 0s 1;
}

.big_tittle .right .p3 {
  -webkit-animation: rrr 1s .25s 1;
          animation: rrr 1s .25s 1;
}

.big_tittle .right .p2 {
  -webkit-animation: rrr 1s .5s 1;
          animation: rrr 1s .5s 1;
}

.big_tittle .right .p1 {
  -webkit-animation: rrr 1s .75s 1;
          animation: rrr 1s .75s 1;
}

@media screen and (max-width: 768px) {
  .big_tittle .left,
  .big_tittle .right {
    width: 30px;
  }
  .big_tittle .left {
    margin-right: 10px;
  }
  .big_tittle .right {
    margin-left: 10px;
  }
  .big_tittle span {
    max-width: calc(100% - 70px);
  }
}

@-webkit-keyframes rrr {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes rrr {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

#kv {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 11;
}

#kv.active .pic .bg2,
#kv.active .pic .bg3 {
  -webkit-animation: o0 1s .6s both;
          animation: o0 1s .6s both;
}

#kv.active .pic .bg4 {
  -webkit-animation: product_show 1s 1.6s both, float 5s 2.6s 1;
          animation: product_show 1s 1.6s both, float 5s 2.6s 1;
}

#kv.active .text {
  -webkit-animation: o1 .7s 2s both;
          animation: o1 .7s 2s both;
}

#kv .pic {
  width: 100%;
  position: relative;
}

#kv .pic img {
  width: 100%;
  display: block;
}

#kv .pic .bg2,
#kv .pic .bg3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
}

#kv .pic .bg4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

#kv .text {
  width: 30%;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

#kv .text > h1 {
  line-height: 0;
}

#kv .text .title {
  width: 300px;
}

@-webkit-keyframes o0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes o0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes o1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes o1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes product_show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes product_show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (max-width: 1023px) {
  #kv .pic {
    width: 150%;
    margin-right: 0;
    -webkit-transform: translateX(-33%);
        -ms-transform: translateX(-33%);
            transform: translateX(-33%);
  }
  #kv .text {
    width: 80%;
    margin: auto;
    padding: 50px 0;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #kv .text .title {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  #kv .text {
    width: 90%;
  }
  #kv .text .title {
    width: 200px;
  }
}

#bg_color {
  overflow: hidden;
  background-color: #e6e6e6;
  position: relative;
}

#bg_color #bg_grid {
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/bg_white.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

#bg_color #bg_grid.w {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}

#side_nav {
  height: 100vh;
  position: fixed;
  right: 20px;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  display: none;
}

#side_nav.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#side_nav .bar {
  width: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#side_nav .bar.bar-t {
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#side_nav .bar.bar-b {
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#side_nav .bar.bar-b img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#side_nav .main_nav {
  min-height: 250px;
  text-align: right;
  color: #a7a7a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#side_nav .main_nav.w > li.active .sub_nav {
  display: block;
}

#side_nav .main_nav.w > li.active .sub_nav > li.active, #side_nav .main_nav.w > li.active .sub_nav > li:hover {
  color: #fff;
}

#side_nav .main_nav > li {
  margin: 5px 0;
  cursor: pointer;
}

#side_nav .main_nav > li > button > .num, #side_nav .main_nav > li > .num {
  width: 30px;
  margin-right: 0;
  margin-left: auto;
  opacity: .5;
}

#side_nav .main_nav > li > button > p, #side_nav .main_nav > li > p {
  margin-top: 5px;
  line-height: 1.2;
  position: relative;
  display: none;
}

#side_nav .main_nav > li > button > p span, #side_nav .main_nav > li > p span {
  vertical-align: top;
  display: inline-block;
}

#side_nav .main_nav > li > button > p img, #side_nav .main_nav > li > p img {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  position: absolute;
  bottom: 3px;
  right: -2px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

#side_nav .main_nav > li .sub_nav {
  display: none;
}

#side_nav .main_nav > li .sub_nav > li {
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  margin: 0;
}

#side_nav .main_nav > li .sub_nav > li:hover {
  color: #000;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

#side_nav .main_nav > li.active > button > .num, #side_nav .main_nav > li.active > .num {
  opacity: 1;
  display: block;
}

#side_nav .main_nav > li.active > button > p, #side_nav .main_nav > li.active > p {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #2fdace;
  background: #2fdace;
  background: -webkit-linear-gradient(left, #2fdace 0%, #5bc6e9 80%);
  background: -o-linear-gradient(left, #2fdace 0%, #5bc6e9 80%);
  background: -webkit-gradient(linear, left top, right top, from(#2fdace), color-stop(80%, #5bc6e9));
  background: linear-gradient(to right, #2fdace 0%, #5bc6e9 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#side_nav .main_nav > li.active > button > p img, #side_nav .main_nav > li.active > p img {
  bottom: 5px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#side_nav .main_nav > li.active .sub_nav {
  display: block;
}

#side_nav .main_nav > li.active .sub_nav > li.active {
  color: #000;
}

#side_nav .main_nav > li:hover > .num {
  opacity: 1;
  display: block;
}

#side_nav .main_nav > li:hover > p {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #2fdace;
  background: #2fdace;
  background: -webkit-linear-gradient(left, #2fdace 0%, #5bc6e9 80%);
  background: -o-linear-gradient(left, #2fdace 0%, #5bc6e9 80%);
  background: -webkit-gradient(linear, left top, right top, from(#2fdace), color-stop(80%, #5bc6e9));
  background: linear-gradient(to right, #2fdace 0%, #5bc6e9 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#side_nav .main_nav > li:hover > p img {
  bottom: 5px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 768px) {
  #side_nav {
    display: none;
  }
  #side_nav.active {
    display: none;
  }
}

#spec {
  position: relative;
  overflow: hidden;
}

#spec_page {
  width: 100%;
  padding-top: 5%;
  position: relative;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

#spec_page .inner {
  width: 90%;
  height: 100%;
  position: relative;
  z-index: 2;
}

#spec_page .spec_title {
  margin: 20px 0 50px;
}

#spec_page .spec_info {
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#spec_page .spec_info .spec_img {
  width: 52%;
  max-width: 800px;
}

#spec_page .spec_info .spec_img.spec_mo {
  display: none;
}

#spec_page .spec_info .spec_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#spec_page .spec_info .spec_text.active {
  opacity: 1;
}

#spec_page .spec_info .spec_text > li {
  width: 21%;
  position: absolute;
}

#spec_page .spec_info .spec_text > li p {
  font-size: 17px;
}

#spec_page .spec_info .spec_text > li:nth-child(n+9) {
  width: 25%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(1) {
  top: 18%;
  right: 72.5%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(2) {
  top: 30.4%;
  right: 72.5%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(3) {
  top: 38.3%;
  right: 72.5%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(4) {
  top: 43.3%;
  right: 72.5%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(5) {
  top: 48.7%;
  right: 72.5%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(6) {
  top: 53.5%;
  right: 72.5%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(7) {
  top: 63.1%;
  right: 72.5%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(8) {
  top: 67.4%;
  right: 72.5%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(9) {
  top: 27.9%;
  right: -1%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(10) {
  top: 37%;
  right: -1%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(11) {
  top: 56.4%;
  right: -1%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(12) {
  top: 61.9%;
  right: -1%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(13) {
  top: 76.7%;
  right: -1%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(14) {
  top: 86%;
  right: -1%;
}

#spec_page .spec_info .spec_text.spec_text1 > li:nth-child(15) {
  top: 92%;
  right: -1%;
}

@media screen and (max-width: 1440px) {
  #spec_page .spec_info .spec_img {
    width: 48%;
  }
  #spec_page .spec_info .spec_text > li:nth-child(n+9) {
    width: 27%;
  }
  #spec_page .spec_info .spec_text > li h6, #spec_page .spec_info .spec_text > li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  #spec_page .to {
    display: none;
  }
  #spec_page .tagset {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #spec_page .tagset .tag {
    width: calc(50% - 10px);
    margin: 5px;
  }
  #spec_page .spec_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #spec_page .spec_info .spec_img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  #spec_page .spec_info .spec_img.spec_mo {
    display: block;
  }
  #spec_page .spec_info .spec_img.spec_pc {
    display: none;
  }
  #spec_page .spec_info .spec_text {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    top: auto;
    counter-reset: num;
  }
  #spec_page .spec_info .spec_text > li {
    width: 33%;
    margin-bottom: 15px;
    vertical-align: top;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #spec_page .spec_info .spec_text > li h6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 35px);
  }
  #spec_page .spec_info .spec_text > li::before {
    counter-increment: num;
    content: counter(num);
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #000;
  }
  #spec_page .spec_info .spec_text > li:nth-child(n+9) {
    width: 33%;
  }
}

@media screen and (max-width: 600px) {
  #spec_page .spec_info .spec_text > li {
    width: 50%;
    margin-bottom: 10px;
  }
  #spec_page .spec_info .spec_text > li::before {
    counter-increment: num;
    content: counter(num);
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 1px solid #000;
  }
  #spec_page .spec_info .spec_text > li:nth-child(n+9) {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  #spec_page .spec_info .spec_text > li {
    width: 100%;
  }
  #spec_page .spec_info .spec_text > li:nth-child(n+9) {
    width: 100%;
  }
}



#csm hr {
  margin-top: 7%;
  opacity: .5;
}

#csm .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#csm .more.active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#csm .more h6 {
  padding-bottom: 0;
}

#csm .more img {
  width: 15px;
  margin-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1024px) {
  #csm .more:hover img {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

#acce .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#acce .more {
  margin-bottom: 80px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#acce .more.active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#acce .more h6 {
  padding-bottom: 0;
}

#acce .more img {
  width: 15px;
  margin-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1024px) {
  #acce .more:hover img {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (max-width: 1023px) {
  #acce .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #acce .inner .col50 {
    width: 100%;
  }
  #acce .inner .col50:nth-child(1) {
    margin-bottom: 30px;
  }
}





#tune {
  position: relative;
}

#tune .tune_bg1 {
  position: absolute;
  width: 7%;
  top: 5%;
  left: 10%;
}

#tune .tune_bg2 {
  position: absolute;
  width: 4%;
  top: calc(5% + 50px);
  left: 9%;
}

@media screen and (max-width: 768px) {
  #tune .tune_bg1 {
    left: 4%;
  }
  #tune .tune_bg2 {
    left: 4%;
  }
}

@media screen and (max-width: 600px) {
  #tune .tune_bg1,
  #tune .tune_bg2 {
    display: none;
  }
}

#tune_title {
  padding-top: 15%;
}

#way_title {
  width: 100%;
  position: relative;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

#way_title .top_ul {
  padding-left: 30px;
}

#way {
  position: relative;
}

#way_page {
  position: relative;
  z-index: 1;
}

#way_page .way_bg1 {
  width: 7%;
  min-width: 40px;
  position: absolute;
  top: 5%;
  left: 4%;
}

#way_page .way_bg2 {
  width: 4%;
  min-width: 40px;
  position: absolute;
  bottom: -2%;
  right: 6%;
  opacity: .7;
}

#way_page .liner_tagset-s {
  padding-top: 5%;
  margin-bottom: 100px;
}

#way_page .way_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}

#way_page .way_infobox .way_info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

#way_page .way_infobox .way_info.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#way_page .way_infobox .way_info .pic {
  width: 58%;
  padding-right: 3%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}

#way_page .way_infobox .way_info .text {
  width: 42%;
  position: relative;
}

#way_page .way_infobox .way_info .text .in {
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

#way_page .way_infobox .way_info .way_info_title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  #way_page .way_infobox .way_info .pic {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media screen and (max-width: 768px) {
  #way_page .liner_tagset-s {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #way_page .way_infobox .way_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #way_page .way_infobox .way_info .pic,
  #way_page .way_infobox .way_info .text {
    width: 100%;
  }
  #way_page .way_infobox .way_info .pic {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    text-align: center;
  }
  #way_page .way_infobox .way_info .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 30px;
  }
  #way_page .way_infobox .way_info .text .in {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 600px) {
  #way_page .way_bg2 {
    display: none;
  }
}

#overclocking {
  position: relative;
}

#overclocking_page .top {
  margin-bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#overclocking_page .top .text {
  width: 100%;
}

#overclocking_page .top .logo {
  width: 30%;
  max-width: 200px;
}

#overclocking_page .itembox {
  margin-top: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#overclocking_page .itembox .item {
  width: 28%;
  text-align: center;
}

#overclocking_page .itembox .item img {
  max-width: 200px;
  margin-bottom: 20px;
}

#overclocking_page .itembox .item h4 {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  #overclocking_page .top {
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #overclocking_page .top .text {
    width: 100%;
  }
  #overclocking_page .top .logo {
    width: 250px;
  }
  #overclocking_page .itembox {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #overclocking_page .itembox .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #overclocking_page .itembox .item img {
    max-width: 150px;
  }
}

#overclocking_swiper .itembox {
  width: 100%;
  position: relative;
  min-height: 500px;
  margin: 30px auto;
  overflow: hidden;
}

#overclocking_swiper .itembox .item {
  position: absolute;
  left: 50%;
  top: 0;
  width: 60%;
  background: #e7e7e7;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%) rotateY(0deg);
          transform: translateX(-50%) rotateY(0deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

#overclocking_swiper .itembox .item.leftbox {
  left: 0;
  background: #dddddd;
  -webkit-transform: perspective(4000px) translateX(-66%) rotateY(-55deg);
          transform: perspective(4000px) translateX(-66%) rotateY(-55deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  z-index: 0;
}

#overclocking_swiper .itembox .item.rightbox {
  background: #dddddd;
  -webkit-transform: perspective(4000px) translateX(49.8%) rotateY(55deg);
          transform: perspective(4000px) translateX(49.8%) rotateY(55deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  z-index: 1;
}

#overclocking_swiper .itembox .item .inner {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#overclocking_swiper .itembox .item .inner .img {
  width: 60%;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#overclocking_swiper .itembox .item .inner .text {
  width: 40%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#overclocking_swiper .contorl {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#overclocking_swiper .contorl .to {
  width: 30px;
  margin: 0 50px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#overclocking_swiper .contorl .to:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#overclocking_swiper .contorl .to.to_right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {
  #overclocking_swiper .itembox {
    min-height: auto;
  }
  #overclocking_swiper .itembox .item {
    width: 90%;
    position: relative;
    height: auto;
  }
  #overclocking_swiper .itembox .item.leftbox, #overclocking_swiper .itembox .item.rightbox {
    display: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #overclocking_swiper .itembox .item .inner .img {
    width: 40%;
  }
  #overclocking_swiper .itembox .item .inner .text {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  #overclocking_swiper .itembox {
    min-height: auto;
  }
  #overclocking_swiper .itembox .item {
    width: 90%;
    position: relative;
    height: auto;
  }
  #overclocking_swiper .itembox .item.leftbox, #overclocking_swiper .itembox .item.rightbox {
    display: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #overclocking_swiper .itembox .item .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #overclocking_swiper .itembox .item .inner .img,
  #overclocking_swiper .itembox .item .inner .text {
    width: 100%;
  }
}

#cooling_page {
  position: relative;
}

#cooling_page .top {
  margin-bottom: 10%;
}

#cooling_page .cooling_bg1 {
  width: 50%;
  min-width: 40px;
  position: absolute;
  top: 30%;
  left: 0;
}

#cooling_page .itembox {
  margin-top: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cooling_page .itembox .item {
  width: 28%;
  text-align: center;
}

#cooling_page .itembox .item img {
  max-width: 200px;
  margin-bottom: 20px;
}

#cooling_page .itembox .item h4 {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  #cooling_page .top {
    margin-bottom: 50px;
  }
  #cooling_page .itembox {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cooling_page .itembox .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #cooling_page .itembox .item img {
    max-width: 150px;
  }
}

#oneclick {
  height: 200vh;
  position: relative;
}

#oneclick .hook {
  position: absolute;
}

#oneclick .hook.hook1 {
  top: 0;
  height: 50vh;
}

#oneclick .hook.hook2 {
  top: 50vh;
  height: 50vh;
}

#oneclick_page {
  height: 100vh;
}

#oneclick_page .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#oneclick_page .liner_tagset-s {
  margin-bottom: 50px;
}

#oneclick_page .oneclick_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}

#oneclick_page .oneclick_infobox .oneclick_info {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#oneclick_page .oneclick_infobox .oneclick_info .pic {
  width: 50%;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  position: relative;
}

#oneclick_page .oneclick_infobox .oneclick_info .pic .bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}

#oneclick_page .oneclick_infobox .oneclick_info .pic .front {
  position: relative;
  z-index: 1;
}

#oneclick_page .oneclick_infobox .oneclick_info .text {
  width: 35%;
  position: relative;
}

#oneclick_page .oneclick_infobox .oneclick_info .text .in {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #oneclick_page .liner_tagset-s {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #oneclick_page .oneclick_infobox .oneclick_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #oneclick_page .oneclick_infobox .oneclick_info .pic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    z-index: 0;
  }
  #oneclick_page .oneclick_infobox .oneclick_info .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 500px) {
  #uefi_title {
    padding-top: 50px;
  }
}

#uefi_page {
  position: relative;
}

#uefi_page .uefi_bg1 {
  width: 10%;
  min-width: 40px;
  position: absolute;
  top: -10%;
  left: 2%;
}

#uefi_page .liner_tagset-s {
  margin-bottom: 50px;
}

#uefi_page .adv,
#uefi_page .ez {
  padding: 2% 0;
  display: none;
  -webkit-animation: show_adv_ez 0.5s both;
          animation: show_adv_ez 0.5s both;
}

#uefi_page .adv.active,
#uefi_page .ez.active {
  display: block;
}

#uefi_page .top_text {
  margin-bottom: 50px;
}

#uefi_page .uefi_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#uefi_page .uefi_infobox .pic {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 2% 30px 0;
  background-color: whitesmoke;
}

#uefi_page .uefi_infobox .pic .img {
  width: 100%;
  padding-bottom: 35%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#uefi_page .uefi_infobox .text {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#uefi_page .uefi_infobox .text .item.c30 {
  width: 31%;
  margin: 20px 0;
}

#uefi_page .uefi_infobox .text .item.c50 {
  width: 48%;
  margin: 20px 0;
}

@-webkit-keyframes show_adv_ez {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes show_adv_ez {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #uefi_page .liner_tagset-s {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #uefi_page .uefi_infobox .text .item.c30 {
    width: 48%;
    margin: 20px 0;
  }
  #uefi_page .uefi_infobox .text .item.c50 {
    width: 48%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 600px) {
  #uefi_page .uefi_bg1 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #uefi_page .uefi_infobox .text .item.c30 {
    width: 100%;
    margin: 10px 0;
  }
  #uefi_page .uefi_infobox .text .item.c50 {
    width: 100%;
    margin: 10px 0;
  }
}

#core_title {
  padding-top: 5%;
}

#core {
  position: relative;
}

#core_page .liner_tagset-m {
  margin-bottom: 5%;
}

#core_page .core_info {
  padding-top: 3%;
  display: none;
}

#core_page .core_info.active {
  display: block;
}

#core_page .core_info .text {
  margin-bottom: 60px;
}

#core_page .core_info .pic {
  display: inline-block;
  position: relative;
}

#core_page .core_info.core_info1 .pic p {
  width: 22%;
  position: absolute;
  top: 73%;
  left: 21.2%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#design_title {
  padding-top: 5%;
  position: relative;
}

#design_title .design_bg1 {
  width: 5%;
  position: absolute;
  top: 70%;
  left: 15%;
}

#design_title .design_bg2 {
  width: 5%;
  min-width: 40px;
  position: absolute;
  top: 80%;
  left: 13%;
}

#design_title .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#design_title .inner > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #design_title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #design_title .inner > div {
    width: 100%;
  }
  #design_title .design_bg2 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #design_title .design_bg1 {
    display: none;
  }
}

#design {
  position: relative;
}

#design + .to_top_div {
  padding-top: 7%;
}

#design_page {
  position: relative;
}

#design_page .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#design_page .pic {
  width: 55%;
  position: relative;
}

#design_page .pic .fan_f {
  width: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#design_page .pic .fan_f.active {
  display: block;
}

#design_page .right {
  width: 45%;
  min-height: 400px;
}

#design_page .right .control {
  margin-bottom: 30px;
  margin-left: -10px;
}

#design_page .right .control .control_btn {
  width: 55px;
  margin-right: 8px;
  display: inline-block;
  cursor: pointer;
}

#design_page .right .control .control_btn .f {
  display: none;
}

#design_page .right .control .control_btn .t {
  display: block;
}

#design_page .right .control .control_btn.active .t, #design_page .right .control .control_btn:hover .t {
  display: none;
}

#design_page .right .control .control_btn.active .f, #design_page .right .control .control_btn:hover .f {
  display: block;
}

#design_page .info {
  width: 100%;
  padding-top: 30px;
  display: none;
  opacity: 0;
}

#design_page .info.active {
  display: block;
  -webkit-animation: textShow .5s forwards;
          animation: textShow .5s forwards;
}

@-webkit-keyframes textShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes textShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  #design_page .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #design_page .pic {
    width: 100%;
    text-align: center;
  }
  #design_page .pic img {
    margin: auto;
  }
  #design_page .pic .fan_f {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #design_page .right {
    width: 100%;
    height: 60%;
  }
  #design_page .right .control {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    text-align: center;
  }
  #design_page .right .control .control_btn {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-filter: grayscale(100);
            filter: grayscale(100);
  }
  #design_page .right .control .control_btn.active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

#build_title {
  padding-top: 5%;
}

#robust_title {
  width: 100%;
  position: relative;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

#robust_title .top_ul {
  padding-left: 30px;
}

#robust {
  position: relative;
}

#robust_page {
  position: relative;
  z-index: 1;
}

#robust_page .robust_bg1 {
  width: 4%;
  min-width: 20px;
  position: absolute;
  top: 5%;
  left: 10%;
}

#robust_page .liner_tagset-m {
  padding-top: 5%;
  margin-bottom: 70px;
}

#robust_page .robust_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}

#robust_page .robust_infobox .robust_info {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

#robust_page .robust_infobox .robust_info.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#robust_page .robust_infobox .robust_info .pic,
#robust_page .robust_infobox .robust_info .text {
  width: 50%;
}

#robust_page .robust_infobox .robust_info .pic {
  padding-left: 3%;
  position: relative;
}

#robust_page .robust_infobox .robust_info .pic .cover {
  position: absolute;
  top: 0;
  right: 0;
}

#robust_page .robust_infobox .robust_info .text {
  position: relative;
}

#robust_page .robust_infobox .robust_info .text .in {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#robust_page .robust_infobox .robust_info .robust_info_title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #robust_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #robust_page .robust_infobox .robust_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #robust_page .robust_infobox .robust_info .pic,
  #robust_page .robust_infobox .robust_info .text {
    width: 100%;
  }
  #robust_page .robust_infobox .robust_info .pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    height: 30%;
    padding-left: 0;
    text-align: center;
  }
  #robust_page .robust_infobox .robust_info .pic .cover {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  #robust_page .robust_infobox .robust_info .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 30px;
  }
  #robust_page .robust_infobox .robust_info .text .in {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 600px) {
  #robust_page .robust_bg1 {
    display: none;
  }
}

#optimem_title {
  width: 100%;
  position: relative;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

@media screen and (max-width: 500px) {
  #optimem_title {
    padding-top: 50px;
  }
}

#optimem {
  position: relative;
}

#optimem_page {
  position: relative;
  z-index: 1;
}

#optimem_page ul {
  padding-left: 30px;
}

#optimem_page .liner_tagset-s {
  padding-top: 5%;
  padding-left: 0;
  margin-bottom: 50px;
}

#optimem_page .optimem_infobox {
  width: 100%;
  position: relative;
}

#optimem_page .optimem_infobox .optimem_info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

#optimem_page .optimem_infobox .optimem_info.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#optimem_page .optimem_infobox .optimem_info .pic,
#optimem_page .optimem_infobox .optimem_info .text {
  width: 50%;
}

#optimem_page .optimem_infobox .optimem_info .pic {
  padding-right: 3%;
  position: relative;
}

#optimem_page .optimem_infobox .optimem_info .pic .cover {
  position: absolute;
  top: -50px;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#optimem_page .optimem_infobox .optimem_info .pic .cover.active {
  top: 0;
  opacity: 1;
}

#optimem_page .optimem_infobox .optimem_info .text {
  position: relative;
}

#optimem_page .optimem_infobox .optimem_info .text .in {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  #optimem_page .liner_tagset-s {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #optimem_page .optimem_infobox .optimem_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #optimem_page .optimem_infobox .optimem_info .pic,
  #optimem_page .optimem_infobox .optimem_info .text {
    width: 100%;
  }
  #optimem_page .optimem_infobox .optimem_info .pic {
    height: 30%;
    padding-right: 0;
    text-align: center;
  }
  #optimem_page .optimem_infobox .optimem_info .pic .cover {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #optimem_page .optimem_infobox .optimem_info .text {
    margin-top: 30px;
  }
  #optimem_page .optimem_infobox .optimem_info .text .in {
    top: 0;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

#storage {
  width: 100%;
  position: relative;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

#storage .storage_bg1 {
  width: 50%;
  min-width: 70px;
  position: absolute;
  top: 80%;
  left: 0;
}

#storage .storage_bg2 {
  width: 4%;
  min-width: 20px;
  position: absolute;
  top: 80%;
  right: 10%;
}

#storage .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#storage .text {
  width: 50%;
  padding-right: 5%;
}

#storage .picouter {
  width: 50%;
  margin-top: 5%;
  text-align: center;
}

#storage .picouter .pic {
  margin: auto;
  display: inline-block;
  position: relative;
}

#storage .picouter .m2_cover {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #storage .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #storage .text {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  #storage .picouter {
    width: 100%;
  }
}

#connectivity_title {
  width: 100%;
  position: relative;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

#connectivity_title .top_ul {
  padding-left: 30px;
}

#connectivity {
  position: relative;
}

#connectivity_page {
  position: relative;
  z-index: 1;
}

#connectivity_page .liner_tagset-m {
  padding-top: 5%;
  margin-bottom: 70px;
}

#connectivity_page .connectivity_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}

#connectivity_page .connectivity_infobox .connectivity_info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

#connectivity_page .connectivity_infobox .connectivity_info.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#connectivity_page .connectivity_infobox .connectivity_info .pic,
#connectivity_page .connectivity_infobox .connectivity_info .text {
  width: 50%;
}

#connectivity_page .connectivity_infobox .connectivity_info .pic {
  padding-right: 3%;
  position: relative;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}

#connectivity_page .connectivity_infobox .connectivity_info .pic.hide {
  display: none;
}

#connectivity_page .connectivity_infobox .connectivity_info .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}

#connectivity_page .connectivity_infobox .connectivity_info .text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#connectivity_page .connectivity_infobox .connectivity_info .text.w100per {
  width: 100%;
  text-align: center;
}

#connectivity_page .connectivity_infobox .connectivity_info .text.w100per .in {
  width: 100%;
  display: flex;
}

#connectivity_page .connectivity_infobox .connectivity_info .box {
  margin-top: 40px;
}

#connectivity_page .connectivity_infobox .connectivity_info .box .it {
  margin: 10px 10px 10px 0;
  padding: 10px 20px;
  border: 1px solid #2fdace;
  display: inline-block;
}

#connectivity_page .connectivity_infobox .connectivity_info .ch {
  width: 67%;
}

#connectivity_page .connectivity_infobox .connectivity_info .connectivity_info_title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  #connectivity_page .connectivity_infobox .connectivity_info .pic {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media screen and (max-width: 1023px) {
  #connectivity_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #connectivity_page .connectivity_infobox .connectivity_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .pic,
  #connectivity_page .connectivity_infobox .connectivity_info .text {
    width: 100%;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .pic {
    padding-right: 0;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .pic .cover {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #connectivity_page .connectivity_infobox .connectivity_info .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 30px;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .text .in {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

#details {
  position: relative;
}

#details .details_bg1 {
  width: 100%;
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
}

#audio_title {
  width: 100%;
  position: relative;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

#audio_title .top_ul {
  padding-left: 30px;
}

#audio_page {
  position: relative;
  z-index: 1;
}

#audio_page .liner_tagset-m {
  padding-top: 5%;
  margin-bottom: 50px;
}

#audio_page .audio_infobox {
  width: 100%;
  position: relative;
}

#audio_page .audio_infobox .audio_info {
  display: none;
}

#audio_page .audio_infobox .audio_info.active {
  display: block;
}

#audio_page .audio_infobox .audio_info1 .text {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#audio_page .audio_infobox .audio_info1 .text .in {
  width: 100%;
}

#audio_page .audio_infobox .audio_info1 .text.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#audio_page .audio_infobox .audio_info1 .text1 .itembox {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#audio_page .audio_infobox .audio_info1 .text1 .itembox .item {
  margin: 20px 0;
}

#audio_page .audio_infobox .audio_info1 .text2 .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#audio_page .audio_infobox .audio_info1 .text2 .in .t {
  width: 50%;
  padding-right: 30px;
}

#audio_page .audio_infobox .audio_info1 .text2 .in .t img {
  margin: 20px 0;
}

#audio_page .audio_infobox .audio_info1 .text2 .in .pic {
  width: 50%;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound {
  margin-bottom: 50px;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .player {
  background: url("../img/pic_hear_difference.png") center top no-repeat;
  width: 100%;
  padding-bottom: 50%;
  margin: 30px 0;
  overflow: hidden;
  /* margin-top: -150px; */
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .play-btn {
  background: url("../img/ai/play-icon.png") center top no-repeat;
  height: 150px;
  width: 180px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .play-btn div {
  background: url("../img/ai/play-icon-play.png") center no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  height: 145px;
  width: 145px;
  border-radius: 100%;
  margin: 3px auto 0 auto;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .play-btn div.pause {
  background-image: url("../img/ai/play-icon-pause.png");
  display: none;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .switch-btn {
  margin-bottom: 20px;
  border: 3px solid #fff;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  text-align: center;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .switch-btn div {
  width: 50%;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-family: "Xolonium", sans-serif;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .switch-btn .active {
  background: #fff;
  color: #000;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .caption {
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin: 0 auto 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p {
  font-weight: lighter;
  position: relative;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p:before {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 5px;
  background: red;
  margin-right: 20px;
  content: '';
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p.background:before {
  background: #666;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p.voice:before {
  background: #a200ff;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p.speech:before {
  background: #70e2ff;
}

#audio_page .audio_infobox .audio_info1 .text3 .sound .note-platform {
  font-weight: lighter;
  max-width: 1100px;
  margin: -50px auto 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

#audio_page .audio_infobox .audio_info1 .control {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#audio_page .audio_infobox .audio_info1 .control .to_prev,
#audio_page .audio_infobox .audio_info1 .control .to_next {
  width: 30px;
  margin: 0 40px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  opacity: .5;
}

#audio_page .audio_infobox .audio_info1 .control .to_prev:hover,
#audio_page .audio_infobox .audio_info1 .control .to_next:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#audio_page .audio_infobox .audio_info1 .control .to_next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#audio_page .audio_infobox .audio_info2 h4 {
  margin-bottom: 50px;
}

#audio_page .audio_infobox .audio_info2 .item {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#audio_page .audio_infobox .audio_info2 .item .pic {
  width: 250px;
}

#audio_page .audio_infobox .audio_info2 .item h6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}

#audio_page .audio_infobox .audio_info3 .itembox {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#audio_page .audio_infobox .audio_info3 .itembox .item {
  width: 50%;
  padding: 20px;
}

@media screen and (max-width: 1023px) {
  #audio_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #audio_page .audio_infobox .audio_info1 .text1 .itembox {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #audio_page .audio_infobox .audio_info1 .text1 .itembox .item {
    width: 100%;
    margin: 20px 0;
  }
  #audio_page .audio_infobox .audio_info1 .text2 .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #audio_page .audio_infobox .audio_info1 .text2 .in .t {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #audio_page .audio_infobox .audio_info1 .text2 .in .pic {
    width: 100%;
  }
  #audio_page .audio_infobox .audio_info2 h4 {
    margin-bottom: 50px;
  }
  #audio_page .audio_infobox .audio_info2 .item {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #audio_page .audio_infobox .audio_info2 .item .pic {
    width: 100%;
    text-align: center;
  }
  #audio_page .audio_infobox .audio_info2 .item h6 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  #audio_page .audio_infobox .audio_info3 .itembox {
    margin-top: 30px;
  }
  #audio_page .audio_infobox .audio_info3 .itembox .item {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  #audio_page .audio_infobox .audio_info1 .text1 .itembox .item {
    margin: 10px 0;
  }
}

#person {
  position: relative;
}

#person .person_bg1 {
  width: 5%;
  position: absolute;
  top: -20%;
  right: 12%;
}

#person .person_bg2 {
  width: 5%;
  min-width: 40px;
  position: absolute;
  top: -10%;
  right: 14%;
}

@media screen and (max-width: 600px) {
  #person .person_bg1,
  #person .person_bg2 {
    display: none;
  }
}

#person_page {
  position: relative;
  z-index: 1;
}

#person_page .liner_tagset-m {
  padding-top: 5%;
  margin-bottom: 50px;
}

#person_page .person_infobox {
  width: 100%;
  position: relative;
}

#person_page .person_infobox .person_info {
  display: none;
}

#person_page .person_infobox .person_info.active {
  display: block;
}

#person_page .person_infobox .person_info1 .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#person_page .person_infobox .person_info1 .in .t {
  width: 50%;
}

#person_page .person_infobox .person_info1 .in .pic {
  width: 50%;
  position: relative;
}

#person_page .person_infobox .person_info1 .in .pic .fcolor {
  position: relative;
  z-index: 1;
}

#person_page .person_infobox .person_info1 .in .pic #bcolor {
  position: absolute;
  width: 8%;
  height: 50%;
  top: 5%;
  left: 28%;
  -webkit-transform: skewY(40deg);
      -ms-transform: skewY(40deg);
          transform: skewY(40deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

#person_page .person_infobox .person_info1 .in .pic #bcolor.rainbow {
  background: -webkit-gradient(linear, left bottom, left top, from(#c83232), color-stop(25%, #329632), color-stop(50%, #3232c8), color-stop(75%, #329632), to(#c83232));
  background: -webkit-linear-gradient(bottom, #c83232 0%, #329632 25%, #3232c8 50%, #329632 75%, #c83232 100%);
  background: -o-linear-gradient(bottom, #c83232 0%, #329632 25%, #3232c8 50%, #329632 75%, #c83232 100%);
  background: linear-gradient(0deg, #c83232 0%, #329632 25%, #3232c8 50%, #329632 75%, #c83232 100%);
  -webkit-animation: rainbow 3s 1;
          animation: rainbow 3s 1;
}

#person_page .person_infobox .person_info1 .in .pic #bcolor.breathing {
  -webkit-animation: breathing 3s 1;
          animation: breathing 3s 1;
}

#person_page .person_infobox .person_info1 .in .pic #bcolor.strobing {
  -webkit-animation: strobing 1.5s 1;
          animation: strobing 1.5s 1;
}

#person_page .person_infobox .person_info1 .in .pic #bcolor.cycle {
  -webkit-animation: cycle 3s 1;
          animation: cycle 3s 1;
}

#person_page .person_infobox .person_info1 .in .pic #bcolor.music {
  -webkit-animation: cycle 3s 1, music 3s 1;
          animation: cycle 3s 1, music 3s 1;
}

#person_page .person_infobox .person_info1 .in .pic #bcolor.smart {
  -webkit-animation: cpu 3s 1;
          animation: cpu 3s 1;
}

#person_page .person_infobox .person_info1 .in .itembox {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#person_page .person_infobox .person_info1 .in .itembox .item {
  width: 20%;
  padding-right: 15px;
  margin: 20px 0;
  text-align: center;
}

#person_page .person_infobox .person_info1 .in .itembox .item img {
  width: 100%;
  max-width: 90px;
  margin-bottom: 10px;
}

#person_page .person_infobox .person_info1 #colorpicker {
  margin-bottom: -7%;
  display: none;
}

#person_page .person_infobox .person_info2 .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#person_page .person_infobox .person_info2 .in .pic {
  width: 50%;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  position: relative;
}

#person_page .person_infobox .person_info2 .in .pic .cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: as 1s both;
          animation: as 1s both;
}

#person_page .person_infobox .person_info2 .in .t {
  width: 50%;
  padding-left: 30px;
}

#person_page .person_infobox .person_info2 .in .r {
  -webkit-animation: run 5s 1;
          animation: run 5s 1;
}

@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes strobing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

@keyframes strobing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

@-webkit-keyframes rainbow {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@keyframes rainbow {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}

@keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}

@-webkit-keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: .3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: .3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

@keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: .3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: .3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

@-webkit-keyframes cpu {
  0% {
    background-color: red;
  }
  30% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  90% {
    background-color: yellow;
  }
}

@keyframes cpu {
  0% {
    background-color: red;
  }
  30% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  90% {
    background-color: yellow;
  }
}

@-webkit-keyframes run {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@keyframes run {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@-webkit-keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  #person_page .person_infobox .person_info1 .in {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #person_page .person_infobox .person_info1 .in .t {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }
  #person_page .person_infobox .person_info1 .in .pic {
    width: 100%;
  }
  #person_page .person_infobox .person_info2 .in {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #person_page .person_infobox .person_info2 .in .pic {
    width: 100%;
  }
  #person_page .person_infobox .person_info2 .in .t {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}

/* ------------ armoury ----------- */
.person_info3 .hd_armoury_area {
  padding-top: 50px;
}

.person_info3 .hd_armoury_filter {
  width: 100%;
  max-width: 255px;
}

.person_info3 .hd_armoury_filter li {
  border: 2px solid #2fdace;
  padding: 14px 15px;
  margin-bottom: 20px;
  cursor: pointer;
}

.person_info3 .hd_armoury_filter li.hd_active {
  background: -webkit-linear-gradient(top, #2fdace 0%, #5bc6e9 80%);
  background: -o-linear-gradient(top, #2fdace 0%, #5bc6e9 80%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2fdace), color-stop(80%, #5bc6e9));
  background: linear-gradient(to bottom, #2fdace 0%, #5bc6e9 80%);
}

.person_info3 .hd_armoury_filter li h4 {
  color: #2fdace;
  margin-bottom: 0;
  font-size: 1.125em;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.person_info3 .hd_armoury_filter li h4 {
  padding-bottom: 0;
}

.person_info3 .hd_armoury_filter li:hover h4 {
  color: #2fdace;
}

.person_info3 .hd_armoury_filter li.hd_active h4 {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.person_info3 .hd-sec-armoury .fright {
  width: calc(100% - 255px);
  padding-left: 20px;
}

.person_info3 .hd_armoury_content {
  width: 100%;
}

.person_info3 .hd_armoury_content li {
  height: 0;
  opacity: 0;
  visibility: none;
}

.person_info3 .hd_armoury_content li.hd_active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.person_info3 .hd_armoury_content figure {
  width: 100%;
  height: 0;
  padding-bottom: 55.2857%;
  background: 0 0 no-repeat;
  background-size: contain;
}

.person_info3 .hd_armoury_content .owl-dots {
  width: 100%;
  position: absolute;
  top: 100%;
  margin: 10px 0;
  text-align: center;
}

.person_info3 .hd_armoury_content .owl-dots.disabled {
  display: none;
}

.person_info3 .hd_armoury_content .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #333333;
  margin: 5px;
}

.person_info3 .hd_armoury_content .owl-dot.active {
  background: #2fdace;
}

.person_info3 .hd-sec-armoury .hd_btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.125em;
  font-weight: bold;
  color: #2fdace;
  border: 1px solid #2fdace;
  background-clip: padding-box;
  border-radius: 7px;
  margin: 50px 0 0;
  position: relative;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.person_info3 .hd-sec-armoury .hd_btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
}

.person_info3 .hd-sec-armoury .hd_btn:hover {
  color: #2fdace;
}

@media screen and (max-width: 768px) {
  .person_info3 .hd_armoury_filter {
    width: 100%;
    max-width: none;
  }
  .person_info3 .hd-sec-armoury .fright {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
}

#scroll_down {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  bottom: 100px;
  left: 20px;
  opacity: .6;
  z-index: 10;
  display: none;
}

#scroll_down.active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#scroll_down img {
  width: 15px;
  margin-left: 10px;
  -webkit-animation: godown 2s 1;
          animation: godown 2s 1;
}

@media screen and (max-width: 768px) {
  #scroll_down {
    display: none;
  }
  #scroll_down.active {
    display: none;
  }
}

@-webkit-keyframes godown {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes godown {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#diy_title {
  width: 100%;
  position: relative;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

#diy_title .top_ul {
  padding-left: 30px;
}

#diy {
  position: relative;
}

#diy .hook {
  position: absolute;
}

#diy .hook.hook1 {
  top: 0;
  height: 50vh;
}

#diy .hook.hook2 {
  top: 50vh;
  height: 50vh;
}

#diy .hook.hook3 {
  top: 100vh;
  height: 50vh;
}

#diy_page {
  position: relative;
  z-index: 1;
}

#diy_page .diy_bg1 {
  width: 40%;
  min-width: 70px;
  position: absolute;
  top: 70vh;
  right: 0;
}

#diy_page .liner_tagset-m {
  padding-top: 5%;
  margin-bottom: 70px;
}

#diy_page .diy_infobox {
  width: 100%;
  position: relative;
}

#diy_page .diy_infobox .diy_info1 {
  display: none;
}

#diy_page .diy_infobox .diy_info1.active {
  display: block;
}

#diy_page .diy_infobox .diy_info1 .itembox {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#diy_page .diy_infobox .diy_info1 .itembox .item {
  width: 24%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#diy_page .diy_infobox .diy_info1 .itembox .item h5 {
  min-height: 60px;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 30px;
  background-color: #000;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic {
  max-width: 150px;
  margin: 0 auto 30px;
  position: relative;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic .cover.rapid {
  -webkit-animation: as2 0.25s 1;
          animation: as2 0.25s 1;
  -webkit-animation-iteration-count: 20;
          animation-iteration-count: 20;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic .cover.slow {
  -webkit-animation: as3 2s 1;
          animation: as3 2s 1;
  -webkit-animation-iteration-count: 2.5;
          animation-iteration-count: 2.5;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic .cover.Hyperslow {
  -webkit-animation: as4 8s 1;
          animation: as4 8s 1;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#diy_page .diy_infobox .diy_info2 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

#diy_page .diy_infobox .diy_info2.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#diy_page .diy_infobox .diy_info2.active .cover {
  -webkit-animation: as 1s both;
          animation: as 1s both;
}

#diy_page .diy_infobox .diy_info2 .pic,
#diy_page .diy_infobox .diy_info2 .text {
  width: 50%;
}

#diy_page .diy_infobox .diy_info2 .pic {
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  position: relative;
}

#diy_page .diy_infobox .diy_info2 .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}

#diy_page .diy_infobox .diy_info2 .text {
  position: relative;
}

#diy_page .diy_infobox .diy_info2 .text .in {
  padding-left: 50px;
}

#diy_page .diy_infobox .diy_info2 .diy_info_title {
  margin-bottom: 30px;
}

#diy_page .diy_infobox .diy_info3 {
  display: none;
}

#diy_page .diy_infobox .diy_info3.active {
  display: block;
}

#diy_page .diy_infobox .diy_info3 .itembox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#diy_page .diy_infobox .diy_info3 .itembox .item {
  width: 48%;
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#diy_page .diy_infobox .diy_info3 .itembox .item .pic {
  width: 120px;
  margin-right: 30px;
}

#diy_page .diy_infobox .diy_info3 .itembox .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline {
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline h6 {
  width: 120px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline::before, #diy_page .diy_infobox .diy_info3 .learnmoreline::after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #2fdace), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #2fdace 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #2fdace 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #2fdace 50%, transparent 100%);
  background-size: 200%;
  background-position-x: 100%;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline::after {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #2fdace), to(transparent));
  background: -webkit-linear-gradient(right, transparent 0%, #2fdace 50%, transparent 100%);
  background: -o-linear-gradient(right, transparent 0%, #2fdace 50%, transparent 100%);
  background: linear-gradient(to left, transparent 0%, #2fdace 50%, transparent 100%);
  background-size: 200%;
  background-position-x: 0%;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline:hover::before {
  background-position-x: 0%;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline:hover::after {
  background-position-x: 100%;
}

@keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes as2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes as2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes as3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes as3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes as4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes as4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1023px) {
  #diy_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #diy_page .diy_infobox .diy_info1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #diy_page .diy_infobox .diy_info1 .pic,
  #diy_page .diy_infobox .diy_info1 .text{
    width: 50%;
  }
  #diy_page .diy_infobox .diy_info1 .pic{
    -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
    position: relative;
  }
  #diy_page .diy_infobox .diy_info1 .pic .cover{
    position: absolute;
    top: 0;
    left: 0;
  }
  #diy_page .diy_infobox .diy_info1 .text,
  #diy_page .diy_infobox .diy_info2 .text {
    width: 100%;
    margin-top: 30px;
  }
  #diy_page .diy_infobox .diy_info1 .text .in{
    padding-right: 0;
  }
  #diy_page .diy_infobox .diy_info3 .itembox .item {
    width: 100%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  #diy_page .diy_infobox .diy_info1 .itembox {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item {
    width: 100%;
    margin: 40px auto 0;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item h5 {
    min-height: auto;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item .in {
    margin-top: 15px;
    padding: 30px;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item .in .pic {
    max-width: 80px;
  }
  #diy_page .diy_infobox .diy_info3 .itembox .item {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #diy_page .diy_infobox .diy_info3 .itembox .item .pic {
    width: 100px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #diy_page .diy_infobox .diy_info3 .itembox .item .text {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

/*@media screen and (max-width: 450px) {
  #diy_page .diy_infobox .diy_info2 .text .tbbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #diy_page .diy_infobox .diy_info2 .text .tbbox .item {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #diy_page .diy_infobox .diy_info2 .text .tbbox .item p {
    margin-top: 10px;
  }
}
*/
#diy_more {
  padding: 3% 0;
  display: none;
}

#diy_more.active {
  display: block;
}

#diy_more .inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

#diy_more .inner .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#diy_more .inner .top .item {
  width: 50%;
  padding: 30px;
}

#diy_more .inner .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#diy_more .inner .bottom .item {
  width: 25%;
  padding: 30px;
}

#diy_more .inner .bottom .item img {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 20px;
}

#diy_more .inner .bottom .item h6 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #diy_more .inner .bottom .item {
    width: 25%;
  }
}

@media screen and (max-width: 1023px) {
  #diy_more .inner .top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #diy_more .inner .top .item {
    width: 100%;
    padding: 30px;
  }
  #diy_more .inner .bottom {
    margin-top: 30px;
  }
  #diy_more .inner .bottom .item {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  #diy_more .inner {
    padding: 0;
  }
  #diy_more .inner .bottom .item {
    width: 50%;
  }
}
#x299-buildtolast .msect-inner {
    padding-top: 90px;
}
#x299-buildtolast .erow {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 120px;
}
#x299-buildtolast .col-md-3 {
    position: relative;
    width: 24.5%;
    display: inline-block;
    text-align: center;
    vertical-align: top
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .col-md-3 {
        width: 49.5%;
        margin-top: 60px
    }
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .col-md-3 {
        width: 100%
    }
}
#x299-buildtolast .col-md-3 .set {
    position: relative;
    margin: 0 auto;
    max-width: 255px;
    height: 300px
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .col-md-3 .set {
        height: 300px
    }
}
#x299-buildtolast .col-md-3 .num {
    font-size: 75px;
    line-height: 1;
    font-family: "Oswald", "Roboto";
    color: #15caff;
    margin-bottom: 0;
}
#x299-buildtolast .col-md-3 .s {
    font-size: 24px;
    font-family: "Oswald", "Roboto";
    color: #15caff
}
#x299-buildtolast .col-md-3 .info {
    font-size: 17px;
    line-height: 24px;
    margin-top: 25px
}
#x299-buildtolast .col-md-3 .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}



/* 5X */

#x299-buildtolast .text {
    width: 78.43137%;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

#x299-buildtolast .morebox-inner {
    /*background: #222;*/
  background: #010814;
}
#x299-buildtolast .mainimg {
    position: relative;
    width: 100%;
    margin: 0 auto 60px auto;
    padding: 80px 20px 0 20px;
    max-width: 1000px;
    box-sizing: border-box;
}
#x299-buildtolast .mainimg img{
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .mainimg {
        padding: 0 20px
    }
}
#x299-buildtolast .mainimg .xlight {
    left: 0px;
    top: 15%;
    position: absolute
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .mainimg .xlight {
        max-width: none;
        height: 70%;
        top: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@media (max-width: 640px) {
    #x299-buildtolast .text {
        width: 92%;
        text-align: left
    }
}

#x299-buildtolast .mainimg .xicon {
    position: relative;
    margin: 0 auto;
    display: block
}
#x299-buildtolast .mainimg .nicons {
    text-align: center;
    margin: 40px auto;
    position: relative;
    z-index: 1
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .mainimg .nicons {
        padding: 0 20px;
        text-align: justify;
        font-size: 0
    }
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .mainimg .nicons {
        padding: 0
    }
}
#x299-buildtolast .mainimg .nicons:after {
    content: '';
    display: inline-block;
    width: 100%
}
#x299-buildtolast .mainimg .nicons .nicon {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    line-height: 1;
    margin: 0 30px
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .mainimg .nicons .nicon {
        vertical-align: top;
        margin: 0;
        width: 50%;
        padding: 30px
    }
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .mainimg .nicons .nicon {
        width: 50%;
        padding: 20px 0px
    }
}
#x299-buildtolast .mainimg .nicons .nicon span {
    line-height: 1;
    margin-top: 5px;
    display: block
}
#x299-buildtolast .mainimg>p {
    width: 100%;
    max-width: 850px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .mainimg>p {
        padding: 0
    }
}










/* safeslot */

#x299-buildtolast .safeslot {
    background-color: #161616;
    padding-top: 80px;
    padding-bottom: 80px;
}
#x299-buildtolast .safeslot .info {
    width: 100%;
    max-width: 780px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .safeslot .info {
        padding: 0
    }
}
#x299-buildtolast .safeslot figure {
    position: relative;
    text-align: center;
    margin-top: 30px;
    max-width: 800px;
    margin: 0 auto;
}
#x299-buildtolast .safeslot figure .pop {
    display: inline-block;
    margin-right: 100px
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .safeslot figure .pop {
        text-align: center;
        margin: 0
    }
}
#x299-buildtolast .safeslot figure .pop p {
    text-align: left;
    width: 350px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .safeslot figure .pop p {
        width: 100%;
        margin-right: 0px
    }
}
#x299-buildtolast .safeslot figure .pop img {
    display: inline-block;
    vertical-align: middle
}











/* grid */

#x299-buildtolast .splitsect .heading {
    font-size: 1.8em;
}

#x299-buildtolast .splitsect .msect {
    width: 33.3%;
    padding: 70px 0;
    background: #1b1b1b
}
#x299-buildtolast .splitsect-1 .msect:nth-child(odd) {
    background: #313131
}
#x299-buildtolast .splitsect-2 .msect:nth-child(1) {
    background: #1b1b1b;
}
#x299-buildtolast .splitsect-2 .msect:nth-child(2) {
    background: #313131
}
#x299-buildtolast .splitsect .inner {
    width: 75%;
}
@media (max-width: 768px) {
#x299-buildtolast .splitsect .msect {
    width: 100%;
}
#x299-buildtolast .splitsect .inner {
    width: 92%;
}
}


/* 8000+ */

#x299-buildtolast .puls {
    padding-top: 60px;
    padding-bottom: 60px;
  background: #010814;
}
#x299-buildtolast .puls .text{
    margin: 30px auto 60px auto;
    max-width: 1000px;
    color: white ;
}
#x299-buildtolast .puls .btitle {
    text-align: center;
    position: relative
}
/*
#x299-buildtolast .puls .btitle:after {
    content: "";
    position: absolute;
    width: 92%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 4%
}
*/
#x299-buildtolast .puls .btitle .big {
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 0px 40px;
}
#x299-buildtolast .puls .btitle .heading {
    font-size: 3.5em;
    color: #2fdace;
}
#x299-buildtolast .puls .icons .i {
    margin: 0 auto;
    height: 65px; /*20200510*/
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .puls .btitle .big {
        padding: 0 20px
    }
}
#x299-buildtolast .puls .btitle .big .b {
    font-size: 166px;
    font-weight: 500;
    color: #15caff;
    line-height: 1
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .puls .btitle .big .b {
        font-size: 116px
    }
}
#x299-buildtolast .puls .btitle .big .s {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    line-height: 1
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .puls .btitle .big .s {
        font-size: 38px
    }
}
#x299-buildtolast .puls .icons {
    margin-top: 20px;
    font-size: 0
}
#x299-buildtolast .puls .icons .icon {
    width: 16.6667%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 20px 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    #x299-buildtolast .puls .icons .icon {
        width: 25%
    }
}
@media screen and (max-width: 768px) {
    #x299-buildtolast .puls .icons .icon {
        width: 33.33333%
    }
}
@media screen and (max-width: 480px) {
    #x299-buildtolast .puls .icons .icon {
        width: 50%;
        padding: 20px
    }
}
#x299-buildtolast .puls .icons .icon .ptitle {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
#x299-buildtolast .puls .icons .icon .pinfo {
    font-size: 17px;
    line-height: 18px;
    font-weight: 300
}



/* splitsect */

#x299-buildtolast .splitsect {
    display: table;
    width: 100%;
    table-layout: fixed
}
#x299-buildtolast .splitsect h2{
    font-size: 28px;
    font-weight: normal !important;
    line-height: 34px;
    margin-bottom: 20px;
    display: block;
    color: #2fdace;
}
#x299-buildtolast .splitsect h3{
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff !important;
}
#x299-buildtolast .splitsect .msect {
    display: table-cell;
    width: 50%;
    padding: 70px 0;
    vertical-align: top;
    background: #1b1b1b
}
#x299-buildtolast .splitsect .msect:first-child {
    /*background: #313131*/
}
#x299-buildtolast .splitsect .inner {
    width: 50%; /*20200513*/
    margin-left: auto;
    margin-right: auto
}
#x299-buildtolast .splitsect .text .descr {
    text-align: center
}
#x299-buildtolast .splitsect .pic {
    margin-bottom: 25px
}
#x299-buildtolast .splitsect .pic img {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    #x299-buildtolast .splitsect .inner {
        width: 80%
    }
}
@media (max-width: 1024px) {
    #x299-buildtolast .splitsect .inner {
        width: 90%
    }
}
@media (max-width: 768px) {
    #x299-buildtolast .splitsect {
        display: block
    }
    #x299-buildtolast .splitsect .msect {
        display: block;
        width: 100%;
        padding: 50px 0 40px
    }
    #x299-buildtolast .splitsect .inner {
        width: 92%
    }
}
@media (max-width: 640px) {
    #x299-buildtolast .splitsect .text .descr {
        text-align: left;
        color: white;
    }
}


/* TUF */

#x299-buildtolast .tuf-protection {
    display: flex;
    max-width: 1400px;
    padding: 40px 30px;
    margin: 0 auto;
    align-items: center;
}
#x299-buildtolast .tuf-protection .tuf-img{
    width: 50%;
}
#x299-buildtolast .tuf-protection .tuf-img img{
    width: 100%;
    display: block;
}


#x299-buildtolast .tuf-protection .tuf-text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}
#x299-buildtolast .tuf-protection .tuf-text h2{
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    display: block;
}
#x299-buildtolast .tuf-protection .tuf-text h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #fff !important;
}

#x299-buildtolast .tuf-protection .tuf-text ul{
    display: flex;
    margin: 20px 0 0 0;
    list-style-type: none;
    justify-content: space-between;
}
#x299-buildtolast .tuf-protection .tuf-text ul li{
    width: 28%;
    text-align: center;
}
#x299-buildtolast .tuf-protection .tuf-text ul li p{
    font-size: 13px;
    line-height: 17px;
}
#x299-buildtolast .tuf-protection .tuf-text ul img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
#x299-buildtolast .tuf-protection {
    display: block;
}
#x299-buildtolast .tuf-protection .tuf-img{
    width: 100%;
}
#x299-buildtolast .tuf-protection .tuf-text{
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
#x299-buildtolast .tuf-protection .tuf-text ul{
    max-width: 700px;
    margin: 20px auto 0 auto;
}
}


@media (max-width: 550px) {
#x299-buildtolast .tuf-protection .tuf-text ul li{
    width: 31%;
}
}




/* RCD 20200406 */

#x299-buildtolast .rc-column{
    display: flex;
}

/* RCD 20200415 */
#x299-buildtolast .pop{
    display: flex;
    flex-direction: column;
    max-width: 650px;
    padding: 0 20px;
    margin: 0 auto 50px auto;
    align-items: center;
}
#x299-buildtolast .pop p{
    text-align: left;
    padding-right: 10px;
    margin-bottom: 0;
}
#x299-buildtolast .pop img{
    flex-shrink: 0;
}
@media (max-width: 550px) {
#x299-buildtolast .pop img{
    flex-shrink: 0.5;
}
}

/*# sourceMappingURL=index.css.map */