@charset "utf-8";

body    { margin: 0; background: #000; color: #fff; font-size: 16px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: 'Roboto Condensed','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','Microsoft JhengHei',sans-serif;
        }
select, 
input, 
textarea{ font-family: 'Roboto Condensed','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','Microsoft JhengHei',sans-serif;}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("../fonts/RobotoCondensed-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Trade';
    src: url("../fonts/Trade-Gothic-LT-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROGFont';
    src: url("../fonts/ROGFontsv1.5-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kairos';
    src: url("../fonts/KairosSansW1G-CnBold.ttf");
    font-weight: normal;
    font-style: normal;
}


/* ---------- scrollUp ------- */

#scrollUp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #63caff;
    opacity: 0;
}

#scrollUp.hd-show {
    opacity: 1;
}

#scrollUp svg {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    fill: #63caff;
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
}

#scrollUp:hover {
    background-color: #63caff;
}

#scrollUp:hover svg {
    fill: #000;
}
.default-title{
    font-weight: normal;
    font-size: 3em;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
.default-text{
    font-size: 1em;
    margin: 1em 0;
    padding: 0;
    line-height: 1.4em;
    text-align: center;
}

@media screen and (max-width: 600px) {
.default-title{
    font-size: 2em;
}
}

/*20231010*/
/* select */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
/*
.custom-select-wrapper:after {
    content: "\25BE";
    position: absolute; 
    right: 12px; 
    top: 6%;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;   
    color: #fff;
    font-size: 1.3em;
}
*/
.custom-select {
    /*max-width: 500px;*/
    width: 100%;
    background: transparent;
    padding: 8px 35px 8px 10px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    vertical-align: middle;
    overflow: hidden;
}
.custom-select:focus{
    /*border: 3px solid #89f7fe;*/
    border: 1px solid #89f7fe;
    outline: 1px solid #89f7fe;
}
.custom-select:hover{
    border-color: #89f7fe;
}
.custom-select option{
    color: #000;
}


/*-------------KV----------------*/
.psu-kv{
    position: relative;
    overflow: hidden;
}
.psu-kv .kv{
    /*padding-bottom: 200px;
    background: url(../img/grid-bg.png) center no-repeat;
    background-size: auto 100%;*/
    margin-top: -230px;
    margin-left: auto;
    margin-right: auto;
}
.psu-kv .kv img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.psu-kv .title{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    position: absolute;
    left: 0;
    top: 4vw;
    letter-spacing: 4px;
    font-size: 1.5em;
}
.psu-kv .title span{
    position: relative;
}
.psu-kv .title span:after{
    position: absolute;
    right: -60px;
    top: 25px;
    width: 35px;
    height: 35px;
    background: url(../img/dots-white.png) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
}
.psu-kv .title span:before{
    position: absolute;
    left: -100px;
    bottom: -30px;
    width: 300px;
    height: 35px;
    background: url(../img/dot-line.png) center repeat-x;
    background-size: 10% auto;
    content: '';
    display: block;
}
.psu-kv .decor-barcode{
    position: absolute;
    left: 2vw;
    top: 15%;
    width: 1.5vw;
    height: 13.5vw;
    background: url(../img/barcode.png) center no-repeat;
    background-size: contain;
}

@media screen and (min-width: 2800px) {
.psu-kv .title{
    top: 200px;
    font-size: 2.5em;
}
}
@media screen and (min-width: 3500px) {
.psu-kv{
    min-height: inherit;
}
.psu-kv .decor-barcode{
    left: calc(50vw - 1500px);
    width: 60px;
    height: 540px;
}
}


@media screen and (max-width: 1900px) {
.psu-kv .kv{
    margin-top: -3vw;
}
.psu-kv .title{
    top: 7vw;
}
}
@media screen and (max-width: 1440px) {
.psu-kv .kv{
    max-width: 1000px;
}
.psu-kv .title{
    font-size: 1.2em;
    top: 5vw;
}
.psu-kv .decor-barcode{
    top: 35%;
}
}
@media screen and (max-width: 950px) {
.psu-kv .title{
    top: 3vw;
    letter-spacing: 2px;
    font-size: 1em;
}
}
@media screen and (max-width: 750px) {
.psu-kv .title{
    top: 4vw;
    letter-spacing: 0px;
    font-size: 0.7em;
}
.psu-kv .title span:after{
    right: -30px;
    top: 25px;
    width: 20px;
    height: 20px;
}
.psu-kv .title span:before{
    left: -100px;
    bottom: -30px;
    width: 150px;
    height: 35px;
}
}
@media screen and (max-width: 320px) {
.psu-kv .title{
    font-size: 0.5em;
}
}


/*-------------banner----------------*/
.psu-banner{
    position: relative;
    overflow: hidden;
}
.psu-banner img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}



/*-------------best----------------*/
.psu-best{
    padding-bottom: 50px;
}
.psu-best .inner{
    max-width: 1100px;
    margin: 0px auto 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.psu-best .image img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
.psu-best{
    margin-top: 0px;
    margin-bottom: 0px;
}
}


/*-------------grid----------------*/
.psu-grid{
    margin-top: 20px;
}
.psu-grid .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.psu-grid .main-text{
    max-width: 900px;
    margin: 0 auto 50px auto;
}
.psu-grid .image img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.psu-grid .grid{
}
.psu-grid .grid .row{
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 10px;
}
.psu-grid .grid .column{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.psu-grid .column:first-child{
    width: 35%;
}
.psu-grid .column:last-child{
    width: 65%;
}
.psu-grid .grid .entry{
    background: linear-gradient(45deg, #070e28, #112a5e);
}
.psu-grid .grid .entry .text{
    padding: 30px 20px 10px 30px;
}
.psu-grid .grid h3{
    color: #71aaff;
    font-weight: normal;
    font-size: 2em;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
.psu-grid .grid h4{
    color: #64c4e1;
    font-weight: normal;
    font-size: 1.2em;
    margin: -0.5em 0 1em 0;
}
.psu-grid .grid p{
    margin: 0;
}

/*20231016*/
.psu-grid .grid .entry-1 .image{
}
.psu-grid .grid .entry-2 .image{
    padding-bottom: 10px;
}
.psu-grid .grid .entry-7 .image{
    padding: 10px;
}
.psu-grid .grid .entry-3{
    height: 100%;
    background: #07102a;
}
.psu-grid .grid .entry-4{
    display: flex;
    align-items: center;
}
.psu-grid .grid .entry-3 img{
    width: 90%;
}
/*20231016*/

.psu-grid .grid .entry-4 .text{
    padding-top: 0;
}

.psu-grid .image-switch{
    text-align: right;
}
.psu-grid .custom-select-wrapper {
    width: auto;
    margin: 10px 30px 0 0;
    background: #3e6ada;
}
.psu-grid .custom-select-wrapper select{
    text-transform: uppercase;
}

.psu-grid .grid .entry-6{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.psu-grid .grid .entry-6 .text{
    width: 35%;
    box-sizing: border-box;
    padding: 20px;
}
.psu-grid .grid .entry-6 .image{
    width: 65%;
    padding: 10px;
    box-sizing: border-box;
}


@media screen and (max-width: 768px) {
.psu-grid{
    margin-top: 30px;
    margin-bottom: 20px;
}
.psu-grid .grid .row{
    flex-wrap: wrap;
}
.psu-grid .grid .column{
    flex-wrap: wrap;
}
.psu-grid .column:first-child{
    width: 100%;
}
.psu-grid .column:last-child{
    width: 100%;
}
.psu-grid .grid .entry{
    width: 100%;
}
.psu-grid .grid .entry-4 .text{
    padding: 30px;
}
.psu-grid .grid .entry-6 .text{
    width: 100%;
}
.psu-grid .grid .entry-6 .image{
    width: 100%;
}
}


/*20231010*/
/*-------------articles​----------------*/
.psu-articles{
    background: url(../img/end-bg.jpg) center bottom no-repeat;
    background-size: 100% auto;
    min-height: 800px;
}
.psu-articles .inner{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.psu-articles .list{
    /*display: flex;
    flex-wrap: wrap;*/
    margin-top: 50px;
    margin-bottom: 50px;
}
.psu-articles .list .entry{
    /*width: 33.33%;*/
    box-sizing: border-box;
    padding: 0 40px 30px 40px;
    background: url(../img/list-decor.png) center bottom no-repeat;
    background-size: 90% auto;
}
.psu-articles .list img{
    width: 100%;
    display: block;
}
.psu-articles .list .text{
    padding: 0 0px;
    min-height: 140px;
}
.psu-articles .list h3{
    color: #71aaff;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}
.psu-articles .list p{
    text-align: center;
}
.psu-articles .list .link{
    text-align: right;
}
.psu-articles .list .link a{
    color: #aaa;
    transition: all 0.2s;
}
.psu-articles .list .link a:hover{
    color: #71aaff;
}
.psu-articles .swiper-button-prev, .psu-series .swiper-rtl .swiper-button-next {
    left: 0px;
    top: calc(50% - 22px);
}
.psu-articles .swiper-button-next, .psu-series .swiper-rtl .swiper-button-prev {
    right: 0px;
    top: calc(50% - 22px);
}
.psu-articles .swiper .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background-color: #71aaff;
    border: none;
}
.psu-articles .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #fff;
    animation: none; 
}
.psu-articles .swiper .swiper-pagination-bullets{
  bottom: -10px;
}


@media screen and (max-width: 500px) {
.psu-articles .swiper .swiper-pagination-bullet {
    width: 15px;
}
}

/*
@media screen and (max-width: 768px) {
.psu-articles{
    padding-top: 0px;
}
.psu-articles .list .entry{
    width: 50%;
    padding: 0 10px 20px 10px;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 500px) {
.psu-articles .inner{
    padding: 0 10px;
}
.psu-articles .list .text{
    padding: 0;
}
.psu-articles .list h3{
    font-size: 1em;
}
.psu-articles .list .brief{
    font-size: 0.8em;
}
}
*/

/*-------------calculator----------------*/


.psu-calculator{/*20231010*/
    margin-top: 70px;
    background: url(../img/bg.jpg) center top;
    background-size: auto;
    padding-bottom: 30px;
}
.psu-calculator .inner{
    width: calc(100% - 50px);
    max-width: 1200px;
    margin: 0 auto;
}
.psu-calculator .main-text{
    max-width: 900px;
    margin: 0 auto;
}
.psu-calculator .note{
    line-height: 1.3em;
    font-size: 10px;
    margin-top: 50px;
    color: #999;
}
.psu-calculator .calc-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
.psu-calculator .calc-wrapper .part{
    width: 30%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.psu-calculator .calc-wrapper .operator{
    width: 5%;
    text-align: center;
}
.psu-calculator .calc-wrapper .operator .icon{
    font-size: 4em;
    background: -webkit-linear-gradient(-45deg, #ace8ff, #2d93f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.psu-calculator h3{
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    line-height: 1em;
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.psu-calculator .result h3{
    color: #71aaff;
}
.psu-calculator select{
    font-family: "Xolonium", sans-serif;
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif; /*20240124*/
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
}


.psu-calculator .result .anwser{
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    line-height: 1em;
    font-size: 2em;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.psu-calculator .result .anwser:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #000 0%, #fff 40%, #fff 60%, #000 100%);
}
.psu-calculator .result .switch-wrapper{
    margin-top: 20px;
}
.psu-calculator .result .switch-wrapper .name{
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
.psu-calculator{/*20231010*/
    margin-top: 60px;
}
.psu-calculator .calc-wrapper{
    max-width: 500px;
    margin: 0 auto;
}
.psu-calculator .calc-wrapper .part{
    width: 100%;
}
.psu-calculator .calc-wrapper .operator{
    width: 100%;
}
.psu-calculator .calc-wrapper .operator.go .icon{
    transform: rotate(90deg);
    margin-left: 10px;
}
.psu-calculator .note{
    margin-top: 20px;
}
}












/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #888;
  -webkit-transition: .4s;
  transition: .4s;
  padding-top: 3px;
  text-align: right;
  font-size: 13px;
  padding-right: 7px;
  padding-left: 7px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:after {
  position: absolute;
  content: "OFF";
  left: 28px;
  top: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #69adff;
  text-align: left;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  outline: 3px solid #fff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}
input:checked + .slider:after {
  content: "ON";
  left: 10px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}





/*-------------series----------------*/


.psu-series{
    margin-top: 0px;
    margin-top: 40px;
    overflow: hidden;
    background: url(../img/grid-bg.jpg) center top;
    background-size: 100% auto;
    overflow: hidden;
}
.psu-series .main-text{
    padding: 100px 0;
    padding: 50px 0 100px 0;/*20231010*/
    padding: 50px 0 20px 0;/*20241223*/
    padding: 0;/*20241230*/
    /*background: url(../img/grid-bg.png) center no-repeat;
    background-size: auto 100%;*/
}


.psu-series .series{
    max-width: 1200px;
    margin: 0 auto 100px auto;
}
.psu-series .series .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
.psu-series .series-head{
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 50px;
    border-left: 7px solid #fff;
    position: relative;
    z-index: 2;
}
.psu-series .series-head:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 130px;
    background-color: #f51928;
    content: '';
    display: block;
}
.psu-series .series-head:after{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 10px;
    height: 130px;
    background-color: #f51928;
    content: '';
    display: block;
    transform: skewY(-45deg);
}
.psu-series .series-head .image img{
    width: 115%;
    display: block;
}
.psu-series .series-head .name{
    margin-bottom: 20px;
}
.psu-series .series-head h3{
    font-family: "ROGFont", "Xolonium", sans-serif;
    line-height: 0.7em;
    font-size: 5em;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}



.psu-series .series-body{
    width: 60%;
    position: relative;
    z-index: 1;
}
.psu-series .series-body .text{
    padding: 30px;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}
.psu-series .series-body .text-inner{
    border: 1px solid #fff;
    position: relative;
    padding: 50px 70px 50px 50px;
}
.psu-series .series-body .text-inner:after{
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    background-color: #000;
    border-left: 1px solid red;
    content: '';
    display: block;
    transform: rotate(45deg);
    transform-origin: center;
}
.psu-series .series-body .text-inner h4{
    margin: 0;
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 2em;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
}
.psu-series .series-body .link{
    text-align: right;
    position: relative;
    margin-right: 40px;
}
.psu-series .series-body .link a{
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 3px 12px 5px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
.psu-series .series-body .link a:focus {
    outline: 2px dotted #FFF;
}
.psu-series .series-body .link a:after{
    position: absolute;
    right: -25px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../img/dots.png) center no-repeat;
    background-size: 100%;
    background-color: #f51928;
    content: '';
    display: block;
}
.psu-series .series-body .link a:hover{
    opacity: 0.85;
}

.psu-series .series-body .decor{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: #f51928;
}
.psu-series .series-body .decor img{
    width: 100%;
    height: 100%;
    display: block;
}





/*reverse*/
.psu-series .series.reverse .inner{
    flex-direction: row-reverse;
}
.psu-series .series.reverse .series-head{
    border-left: 0;
}
.psu-series .series.reverse .series-head .image{
    margin-left: -100px;
}
.psu-series .series.reverse .series-head .image img{
    width: 80%;
}
.psu-series .series.reverse .series-head:before{
    display: none;
}
.psu-series .series.reverse .series-head:after{
    display: none;
}
.psu-series .series.reverse .series-body .text-inner{
    border-left-width: 1px;
    border-right-width: 6px;
    position: relative;
    padding: 50px 50px 70px 80px;
}
.psu-series .series.reverse .series-body .link{
    text-align: left;
}
.psu-series .series.reverse .series-body .decor{
    right: auto;
    left: 20px;
}
.psu-series .series.reverse .series-body .text-inner:after{
    right: auto;
    left: -50px;
    border-left: 0;
    border-top: 1px solid red;
    transform: rotate(45deg);
}




/*color*/
/*thor*/
.psu-series .series.thor .series-head h3{
    color: #f51928;
}
.psu-series .series.thor .series-head h3 span{
    -webkit-text-stroke: 2px #f51928;
    color: transparent;
}
.psu-series .series.thor .series-head,
.psu-series .series.thor .series-body .text-inner,
.psu-series .series.thor .series-body .text-inner:after{
    border-color: #f51928;
}
.psu-series .series.thor .series-body .link a,
.psu-series .series.thor .series-body .link a:after,
.psu-series .series.thor .series-head:before,
.psu-series .series.thor .series-head:after,
.psu-series .series.thor .series-body .decor{
    background-color: #f51928;
}
.psu-series .series.thor .inner:after{
    position: absolute;
    left: 58px;
    bottom: 0px;
    width: calc(192px * 0.7);
    height: calc(48px * 0.7);
    content: '';
    display: block;
    background: url(../img/ruler-red.png) center no-repeat;
    background-size: 100%;
}

/*strix*/
.psu-series .series.strix .series-head h3{
    color: #6f5cff;
}
.psu-series .series.strix .series-head h3 span{
    -webkit-text-stroke: 2px #6f5cff;
    color: transparent;
}
.psu-series .series.strix .series-head,
.psu-series .series.strix .series-body .text-inner,
.psu-series .series.strix .series-body .text-inner:after{
    border-color: #6f5cff;
}
.psu-series .series.strix .series-body .link a,
.psu-series .series.strix .series-body .link a:after,
.psu-series .series.strix .series-head:before,
.psu-series .series.strix .series-head:after,
.psu-series .series.strix .series-body .decor{
    background-color: #6f5cff;
}
.psu-series .series.strix .inner:after{
    position: absolute;
    left: 58px;
    bottom: 0px;
    width: calc(192px * 0.7);
    height: calc(48px * 0.7);
    content: '';
    display: block;
    background: url(../img/ruler-purple.png) center no-repeat;
    background-size: 100%;
}

/*TUF*/
.psu-series .series.tuf{
    margin-top: 200px;
}
.psu-series .series.tuf .series-head h3{
    font-family: "Kairos", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    line-height: 0.9em;
    font-size: 4em;
    color: #ff9e1b;
}
.psu-series .series.tuf .series-head h3 span{
    -webkit-text-stroke: 2px #ff9e1b;
    color: transparent;
    display: inline-block;
    position: relative;
}
.psu-series .series.tuf .series-head,
.psu-series .series.tuf .series-body .text-inner,
.psu-series .series.tuf .series-body .text-inner:after{
    border-color: #ff9e1b;
}
.psu-series .series.tuf .series-body .link a,
.psu-series .series.tuf .series-body .link a:after,
.psu-series .series.tuf .series-head:before,
.psu-series .series.tuf .series-head:after,
.psu-series .series.tuf .series-body .decor{
    background-color: #ff9e1b;
}
.psu-series .series.tuf .inner:after{
    position: absolute;
    left: 40%;
    bottom: 15%;
    width: calc(192px * 0.7);
    height: calc(48px * 0.7);
    content: '';
    display: block;
    background: url(../img/ruler-orange.png) center no-repeat;
    background-size: 100%;
}
.psu-series .series.tuf .series-head h3 span:after{
    position: absolute;
    left: 105%;
    top: 10px;
    width: 40px;
    height: 40px;
    content: '';
    display: block;
    background: #ff9e1b url(../img/strip.png) center no-repeat;
    background-size: 100%;
}
.psu-series .series.tuf .series-body .text-inner:before{
    position: absolute;
    right: 0;
    top: -70px;
    width: 40%;
    height: 50px;
    content: '';
    display: block;
    background: url(../img/tuf-decor.png) center no-repeat;
    background-size: 100% auto;
}



/*loki*/
.psu-series .series.loki .series-head h3{
    color: #70e9ff;
}
.psu-series .series.loki .series-head h3 span{
    -webkit-text-stroke: 2px #70e9ff;
    color: transparent;
}
.psu-series .series.loki .series-head,
.psu-series .series.loki .series-body .text-inner,
.psu-series .series.loki .series-body .text-inner:after{
    border-color: #70e9ff;
}
.psu-series .series.loki .series-body .link a,
.psu-series .series.loki .series-body .link a:after,
.psu-series .series.loki .series-head:before,
.psu-series .series.loki .series-head:after,
.psu-series .series.loki .series-body .decor{
    background-color: #70e9ff;
}
.psu-series .series.loki .inner:after{
    position: absolute;
    right: 20px;
    top: 10px;
    width: calc(192px * 0.7);
    height: calc(48px * 0.7);
    content: '';
    display: block;
    background: url(../img/ruler-teal.png) center no-repeat;
    background-size: 100%;
}

/*prime*/
.psu-series .series.prime .series-head h3{
    color: #d2f8ff;
    position: relative;
}
.psu-series .series.prime .series-head h3 span{
    -webkit-text-stroke: 2px #d2f8ff;
    color: transparent;
}
.psu-series .series.prime .series-head,
.psu-series .series.prime .series-body .text-inner,
.psu-series .series.prime .series-body .text-inner:after{
    border-color: #d2f8ff;
}
.psu-series .series.prime .series-body .link a,
.psu-series .series.prime .series-body .link a:after,
.psu-series .series.prime .series-head:before,
.psu-series .series.prime .series-head:after,
.psu-series .series.prime .series-body .decor{
    background-color: #d2f8ff;
}
.psu-series .series.prime .series-head h3:before{
    position: absolute;
    /*left: -50px;*/
    right: -100px;
    top: 25px;
    height: calc(192px * 0.6);
    width: calc(48px * 0.6);
    content: '';
    display: block;
    background: url(../img/ruler-silver.png) center no-repeat;
    background-size: 100%;
}



@media screen and (max-width: 1023px) {
.psu-series .series-body .text-inner{
    padding: 40px 20px 60px 30px;
}
.psu-series .series.reverse .series-body .text-inner{
    padding: 40px 20px 60px 30px;
}
.psu-series .series-body .decor{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
}
.psu-series .series.reverse .series-body .decor{
    right: auto;
    top: 10px;
    left: 10px;
}
.psu-series .series.loki .inner:after{
    top: -40px;
}
.psu-series .series.tuf .inner:after{
    display: none;
}
.psu-series .series.prime .series-head h3:before{
    display: none;
}
}


@media screen and (max-width: 767px) {
.psu-series{
    margin-top: 0px;
    margin-bottom: 0px;
}
.psu-series .main-text {
    padding-top: 20px;
}
.psu-series .series-head{
    width: 100%;
}
.psu-series .series-body{
    width: 100%;
}
.psu-series .series-head .image img{
    width: 90%;
}
.psu-series .series.reverse .series-head .image{
    margin-left: 0px;
}
.psu-series .series-head h3{
    font-size: 3em;
}
.psu-series .series.tuf .series-head h3{
    font-size: 2.5em;
}
.psu-series .series-body .text-inner h4{
    font-size: 1.5em;
}
.psu-series .series.thor .inner:after{
    left: auto;
    bottom: auto;
    top: 0;
    right: 20px;
    width: calc(192px * 0.7);
    height: calc(48px * 0.7);
}
.psu-series .series.strix .inner:after{
    left: auto;
    bottom: auto;
    top: 0;
    right: 20px;
    width: calc(192px * 0.7);
    height: calc(48px * 0.7);
}
.psu-series .series.tuf .series-head h3 span:after{
    width: 20px;
    height: 20px;
}
.psu-series .series.tuf{
    margin-top: 0px;
}
}


@media screen and (max-width: 500px) {
.psu-series .series.thor .inner:after{
    width: calc(192px * 0.5);
    height: calc(48px * 0.5);
}
.psu-series .series.loki .inner:after{
    width: calc(192px * 0.5);
    height: calc(48px * 0.5);
    top: 0;
}
.psu-series .series.loki .inner:after{
    width: calc(192px * 0.5);
    height: calc(48px * 0.5);
    top: 0;
}
.psu-series .series.tuf .inner:after{
    width: calc(192px * 0.5);
    height: calc(48px * 0.5);
    top: 0;
}
}




/*-------------footer----------------*/


#psu-footer{
    margin-top: 50px;
    /*background: #222;*/
}
#psu-footer .inner{
    width: calc(100% - 50px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
}

/* select *//*20231018*/
#psu-footer .custom-select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    /*overflow: hidden;*/
}
/*
#psu-footer .custom-select-wrapper:after {
    content: "\25BE";
    position: absolute; 
    right: 12px; 
    top: 9%;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;   
    color: #fff;
}
*/
#psu-footer .custom-select {
    max-width: 250px;
    width: 100%;
    background: transparent;
    padding: 4px 35px 4px 10px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    /*border: 1px solid #666;*/
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    vertical-align: middle;
    /*overflow: hidden;*/
    font-size: 14px;
}
#psu-footer .custom-select:hover{
    border-color: #89f7fe;
}
#psu-footer .custom-select:focus{
    outline: 1px solid #89f7fe;
}
#psu-footer .custom-select option{
    color: #000;
}



/*符合的產品列表*/
.calc-product-list{
    max-width: 1000px;
    margin: 50px auto 0 auto;
}
.calc-product-list .list{
    display: flex;
    flex-wrap: wrap;
}
.calc-product-list .list .item{
    width: 31.33%;
    margin: 0 1% 2% 1%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #555;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
}
.calc-product-list .list .item .image{
    height: 150px;
    margin-bottom: 8px;
}
.calc-product-list .list .item .image img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.calc-product-list .list .item .name{
    font-size: 1.3em;
    margin-bottom: 10px;
    min-height: 55px;
}
.calc-product-list .list .item .brief{
    min-height: 80px;
    margin-bottom: 10px;
    font-size: 0.9em;
}
.calc-product-list .list .item .link{
    margin-top: auto; /*this put it at the bottom! nice but why?*/
}
.calc-product-list .list .item .link a{
    background: #113888;
    color: #fff;
    text-align: center;
    padding: 8px;
    display: block;
    transition: all 0.2s;
    border-radius: 5px;
    text-decoration: none;
}
.calc-product-list .list .item .link a:hover{
    background: #1c4cb1;
}

@media screen and (max-width: 767px) {
.calc-product-list{
    margin-top: 30px;
}
.calc-product-list .list .item{
    width: 48%;
}
}
@media screen and (max-width: 500px) {
.calc-product-list .list .item{
    width: 100%;
    margin: 0 0 20px 0;
}
.calc-product-list .list .item .name{
    min-height: inherit;
}
.calc-product-list .list .item .brief{
    min-height: inherit;
}
}




/*20231010*/

.psu-nav{
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 40px;
    z-index: 99;
}
.psu-nav ul{
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    list-style-type: none;
    padding: 0;
}
.psu-nav ul li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.psu-nav a{
    color: #fff;
    padding: 10px 15px;
    padding: 10px 8px; /*20250204*/
    display: block;
    text-decoration: none;
    transition: color 0.2s;
    text-transform: uppercase;
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
.psu-nav a:hover{
    color: #71aaff;
}

@media screen and (max-width: 1023px) {
.psu-nav a{
    padding: 10px 5px;
    font-size: 0.8em;
}
}
@media screen and (max-width: 767px) {
.psu-nav{
    display: none;
}
}




/*PSU Power Efficiency Autoplay*/

.psu-grid .swiper{
    margin-bottom: 10px;
}
.psu-grid .swiper .title{
    text-align: center;
    color: #71aaff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: "Trade", "Roboto Condensed", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}


/*swiper*/

.swiper {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.swiper .swiper-pagination-wrapper {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.swiper-pagination {
  position: relative; /*overwite*/
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    width: auto; /*overwite*/
}
.swiper .swiper-pause-btn {
  all: unset;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  cursor: pointer;
  margin-left: 15px;
  margin-top: -12px;
  box-sizing: border-box;
  padding: 10px 10px 0 10px;
  opacity: .8;
  outline: none;
  text-indent: -9999px;
  background-image: url(../img/icon-pause.svg); /*WCGA 2023 一開始顯示為暫停符號*/
  transition: background-color ease .2s, opacity ease .2s; }
  .swiper .swiper-pause-btn[title="Pause"] {
    background-image: url(../img/icon-pause.svg); }
  .swiper .swiper-pause-btn[title="Play"] {
    background-image: url(../img/icon-play.svg); }
  .swiper .swiper-pause-btn:hover {
    opacity: 1; }

.swiper .swiper-pause-btn:focus {
  outline: 1px solid #71aaff;
}


.swiper .swiper-pagination-bullet{
}
.swiper .swiper-pagination-bullet.swiper-paused{
}



.swiper .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #71aaff;
    overflow: hidden;
    opacity: 1;
    /*outline: none;*/
    position: relative; 
    box-sizing: border-box;
}
.swiper .swiper-pagination-bullet::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        background-color: #71aaff;
        animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards; 
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-paused::before {
        animation-play-state: paused; 
}


@keyframes slide-progress {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); }
}


@media screen and (max-width: 600px) {

.swiper .swiper-pagination-bullet {
    width: 30px;
}
}




/*-------------series​ list----------------*/

.psu-series .swiper {
    padding-bottom: 0px;
}
.psu-series .swiper-button-prev, .psu-series .swiper-rtl .swiper-button-next {
    transform: scale(0.6);
}
.psu-series .swiper-button-next, .psu-series .swiper-rtl .swiper-button-prev {
    transform: scale(0.6);
}
.psu-series .swiper .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background-color: #71aaff;
    border: none;
}
.psu-series .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #fff;
    animation: none; 
}

.psu-series .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.psu-series .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
}
.psu-series .list .entry{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    margin-bottom: 100px;
}
.psu-series .list img{
    width: 100%;
    display: block;
}
.psu-series .list .image{
    border-bottom: 2px solid #aaa;
    background: #262626;
}
.psu-series .list .entry.thor .image{ border-color: #4472c4;}
.psu-series .list .entry.loki .image{ border-color: #b671eb;}
.psu-series .list .entry.strix .image{ border-color: #ff0000;}
.psu-series .list .entry.tuf .image{ border-color: #ff9e1b;}
.psu-series .list .entry.prime .image{ border-color: #d2f8ff;}


.psu-series .list .text{
    padding: 0 20px;
}
.psu-series .list h3{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}
.psu-series .list ul{
    min-height: 7em;
}
.psu-series .list .link{
    text-align: center;
}
.psu-series .list .link a{
    color: #000;
    background: #aaa;
    transition: all 0.2s;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
}
.psu-series .list .link a:hover{
    background: #fff;
}

@media screen and (max-width: 768px) {
.psu-series .list {
    margin-top: 20px;
}
.psu-series .list .entry{
    width: 50%;
    padding: 0 10px 20px 10px;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 500px) {
.psu-series .inner{
    padding: 0 10px;
}
.psu-series .list .entry{
    width: 100%;
    padding: 0 10px 20px 10px;
}
.psu-series .list .text{
    padding: 0;
}
.psu-series .list ul{
    min-height: inherit;
}
.psu-series .list h3{
    font-size: 1.3em;
}
.psu-series .list .brief{
    font-size: 0.8em;
}
}
