#strixpro-wrap h2 {
    color: #008dae;
    font-size: 40px;
    font-family: "SF UI Display Thin", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    width: 100%;
    display: block;
    line-height: 1em;
    position: relative;
    z-index: 10;
    margin: 0 auto 25px;
    text-align: center;
}

#strixpro-wrap h3 {
    color: #2f2e2e;
    font-size: 30px;
    font-family: "SF UI Display Thin", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    width: 100%;
    display: block;
    line-height: 1em;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0 15px;
    font-weight: normal;
}

#strixpro-wrap .product-content .product-text .info {
    font-family: "SF UI Display Thin", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #000 !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
    /*max-width: 1024px*/
}
#strixpro-wrap section.whiteBg .product-content .info,
#strixpro-wrap section.whiteBg h2,
#strixpro-wrap section.whiteBg h3 {
    color: #fff !important;
}

#strixpro-wrap #PN50-saving .maintitle h2 {
    color: #00b2dc !important;
}

#strixpro-wrap #PN50-05 h2 {
    letter-spacing: -0.02em;
    color: #00b2dc !important
}

#strixpro-wrap #PN50-12 ul.txt_list li {
    border-right: 1px #008dae solid;
}

#strixpro-wrap #PN50-12 ul.txt_list li h3 {
    color: #008dae;
}

#strixpro-wrap #product-performance .product-content h2 {
    color: #00b2dc !important;
}

#strixpro-wrap #product-performance {
    overflow-y: hidden;
}
#strixpro-wrap #PN50-03 .air.hot {
    animation: air 4s linear alternate forwards;
}
#strixpro-wrap #PN50-03 .air.cold {
    animation: air 4s linear alternate forwards;
    animation-delay: 1s;
}
@media screen and (max-width: 1320px) {
    #strixpro-wrap h2 {
        font-size: 3.5em;
        line-height: 1.2em;
    }
}
@keyframes air {
      0%{opacity: 0; transform: translateY(5%);}
     30%{opacity: 0.8; transform: translateY(1%);}
     50%{opacity: 1; transform: translateY(0%);}
     70%{opacity: 1; transform: translateY(0%);}
    100%{opacity: 1; transform: translateY(0%);}
}
@media screen and (max-width: 768px) {
    #strixpro-wrap h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 2.2em !important;
        text-align: left;
        line-height: 1.2em;
        letter-spacing: 0;
        margin-bottom: 0 !important;
        padding: 15px 0;
    }
    #strixpro-wrap #product-performance.whiteBg .info {
        color: #000 !important;
    }
    #strixpro-wrap #PN50-12 ul.txt_list li{
        border-right: none;
    }
}

@media (max-width: 719px) {
    #strixpro-wrap h2 {
        width: 100% !important;
        text-shadow: none;
        font-size: 2.5em;
        text-align: left;
        line-height: 1.2em;
        color: #008dae;
        margin-bottom: 0;
        padding: 15px 0
    }

    #strixpro-wrap h3 {
        width: 100% !important;
        text-shadow: 0px 0px 0px #fff;
        font-size: 1.5em;
        text-align: left;
        line-height: 1.2em;
        color: #000;
        margin-bottom: 0px;
        padding: 0
    }
}

@media screen and (max-width: 550px) {
    #strixpro-wrap h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 2.2em !important;
        text-align: left;
        line-height: 1.2em;
        letter-spacing: 0;
        margin-bottom: 0;
        padding: 15px 0;
    }
}

@media screen and (max-width: 350px) {
    #strixpro-wrap h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 3em !important;
        text-align: left;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
    }
}