@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Play:400,700');
@import url('fonts.css');

/*----- GF2021 global attributes -----*/

.w-100 {
    width: 100%
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 1rem !important;
}

.mt-2,
.my-2 {
    margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 1rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 1rem !important;
}

.m-3 {
    margin: 2rem !important;
}

.mt-3,
.my-3 {
    margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 2rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 2rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.mt-4,
.my-4 {
    margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 4rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 4rem !important;
}

.m-5 {
    margin: 6rem !important;
}

.mt-5,
.my-5 {
    margin-top: 6rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 6rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 6rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 6rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-bottom {
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.flex-left {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
}


/*----- GF2021 new container-sm -----*/

.GF2021 .container-sm {
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto
}

.GF2021 a:link,
.GF2021 a:visited,
.GF2021 a {
    outline: none;
    text-decoration: none;
}

@media (min-width: 576px) {
    .GF2021 .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .GF2021 .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .GF2021 .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .GF2021 .container-sm {
        max-width: 1140px;
    }
}


/*----- GF2021 customized -----*/

.GF2021 img {
    max-width: inherit
}

.GF2021 h1,
.GF2021 h2,
.GF2021 h3,
.GF2021 h4,
.GF2021 h5 {
    font-family: 'NotoSans-Regular', 'DINCond-Medium-Regular', 'cwTeXHei', 'Microsoft JhengHei';
}

.GF2021 h3 {
    font-size: 28px;
    line-height: 1.5em;
    margin: 26px 0px;
    color: #fff;
    font-family: 'NotoSans-Regular', 'DINCond-Medium-Regular', 'cwTeXHei', 'Microsoft JhengHei';
}

.GF2021 p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 15px
}

.GF2021 .note {
    font-size: 14px;
    line-height: 26px;
    color: #bbb;
}

.GF2021 .data li {
    font-size: 18px;
    margin: 0px 20px;
    font-family: 'DINCond-Medium-Regular';
}

.GF2021 .data li span {
    font-size: 50px;
    margin: 0px 8px;
    position: relative;
    bottom: -12px;
}

.GF2021 .data-l li {
    margin: 0px 40px 0px 0px;
}

.GF2021 .data-l li span {
    margin: 0px 8px 0px 0px;
}

.GF2021 .data .data-num-note {
    font-size: 15px;
    ;
}

@media (max-width: 1599px) {
    .GF2021 h3 {
        font-size: 26px;
        margin: 22px 0px;
    }
    .GF2021 p {
        font-size: 16px;
    }
    .GF2021 .data li {
        font-size: 22px;
        margin: 0px 18px;
        ;
    }
    .GF2021 .data li span {
        font-size: 52px;
        margin: 0px 7px;
        bottom: -9px;
    }
    .GF2021 .data-l li {
        margin: 0px 36px 0px 0px;
    }
    .GF2021 .data-l li span {
        margin: 0px 7px 0px 0px;
    }
}

@media (max-width: 1399px) {
    .GF2021 h3 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .GF2021 p {
        font-size: 15px;
    }
    .GF2021 .data li {
        font-size: 18px;
        margin: 0px 14px;
    }
    .GF2021 .data li span {
        font-size: 42px;
        margin: 0px 6px;
        bottom: -7px;
    }
    .GF2021 .data-l li {
        margin: 0px 28px 0px 0px;
    }
    .GF2021 .data-l li span {
        margin: 0px 6px 0px 0px;
    }
}

@media (max-width: 991px) {
    .GF2021 h3 {
        font-size: 22px;
        margin: 18px 0px;
    }
    .GF2021 p {
        font-size: 14px;
    }
    .GF2021 .data li {
        font-size: 17px;
        margin: 0px 10px;
        font-family: 'DINCond-Light';
    }
    .GF2021 .data li span {
        font-size: 36px;
        margin: 0px 5px;
        bottom: -6px;
    }
    .GF2021 .data-l li {
        margin: 0px 20px 0px 0px;
    }
    .GF2021 .data-l li span {
        margin: 0px 5px 0px 0px;
    }
}

@media (max-width: 767px) {
    .GF2021 h3 {
        font-size: 20px;
        margin: 16px 0px;
    }
    .GF2021 .data li {
        font-size: 16px;
        margin: 0px 8px;
    }
    .GF2021 .data li span {
        font-size: 28px;
        margin: 0px 4px;
        bottom: -5px;
    }
    .GF2021 .data-l li {
        margin: 0px 16px 0px 0px;
    }
    .GF2021 .data-l li span {
        margin: 0px 4px 0px 0px;
    }
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none;
}

@font-face {
    font-family: MSIBodyFont;
    src: local(Segoe UI), local(Heiti TC), local("微軟正黑體"), local("黑体"), sans-serif;
}

@font-face {
    font-family: 'MSIBodyFont';
    src: local("Meiryo UI"), local("ヒラギノ角ゴ Pro W3");
    unicode-range: U+3000-9FFF, U+ff??;
}


/* Latin characters */

@font-face {
    font-family: 'MSIBodyFont';
    unicode-range: U+00-024F;
    src: local(Helvetica), local(Arial);
}

@font-face {
    font-family: 'MSIBodyFont';
    src: local("Noto Sans TC"), local("微軟正黑體"), local("Microsoft JhengHei");
    unicode-range: U+4E00-9FFF;
}


/* 注音符號專用 */

@font-face {
    font-family: MSIBodyFont;
    unicode-range: U+3100-312F;
    src: local("Noto Sans TC"), local("微軟正黑體"), local("Microsoft JhengHei");
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}


/*img*/


/* html {
  width: 100vw;
  overflow-x: hidden; } */

.product-mainbox {
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    color: #fff;
    width: 100vw;
    overflow-x: hidden;
    background: #000;
}

.product-mainbox.gray-white {
    background: #fff;
    color: #222;
}

@media screen and (max-width: 960px) {
    .hidden-xs {
        display: none !important;
    }
}

#product-main-nav {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
}

#product-main-nav .page-breadcrumb {
    background: #494949;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

#product-main-nav .page-breadcrumb span {
    padding: 0 10px;
}

#product-main-nav .page-breadcrumb a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

#product-main-nav .page-breadcrumb a:hover {
    color: #f00;
    text-decoration: underline;
}

#product-main-nav .navbar-container {
    background: #f00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
}

#product-main-nav .navbar-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#product-main-nav .navbar-container.fixed:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: -10px;
}

@media screen and (max-width: 960px) {
    #product-main-nav .navbar-container.fixed:after {
        display: none;
    }
}

#product-main-nav .navbar-container.fixed .category {
    display: none;
}

#product-main-nav .page-title {
    padding: 20px;
}

#product-main-nav .page-title .bt {
    padding-top: 15px;
    font-size: 14px;
    display: none;
}

#product-main-nav .page-title .bt button {
    border: none;
    outline: none;
    background: none;
    color: #fff;
    cursor: pointer;
}

#product-main-nav .page-title .bt button i {
    padding-right: 5px;
}

#product-main-nav .page-title .bt a {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 15px;
}

#product-main-nav .category {
    padding-bottom: 5px;
    opacity: 0.8;
    font-size: 90%;
}

#product-main-nav .category a {
    text-decoration: none;
    color: #fff;
}

#product-main-nav .category a:hover {
    text-decoration: underline;
}

#product-main-nav h1 {
    font-size: 32.5px;
    font-weight: bold;
    margin: 0;
}

#product-main-nav h1 span {
    font-size: 18px;
    margin-left: 10px;
    letter-spacing: 1px;
}

#product-main-nav h1 span:before {
    content: "(";
}

#product-main-nav h1 span:after {
    content: ")";
}

#product-main-nav h1 sup {
    vertical-align: super;
    font-size: 80%;
    margin-left: 2px;
}

#product-main-nav .pdnavtab {
    margin: 0 20px 0 0;
}

#product-main-nav .pdnavtab ul {
    margin: 0;
    padding: 0;
}

#product-main-nav .pdnavtab li {
    display: inline-block;
    border-bottom: transparent 3px solid;
    padding-bottom: 10px;
    margin-right: 20px;
}

#product-main-nav .pdnavtab li:hover {
    border-color: #fff;
}

#product-main-nav .pdnavtab li.active {
    border-color: #000;
}

#product-main-nav .pdnavtab li.active ol li a {
    color: #ccc;
}

#product-main-nav .pdnavtab li.active ol li.active a {
    color: #EA2023;
}

#product-main-nav .pdnavtab li ol {
    display: none;
}

#product-main-nav .pdnavtab a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
    display: block;
}

#product-main-nav .pdnavtab a.bt-buy {
    color: #f00;
}

#product-main-nav .bt-buy {
    background: #fff;
    color: #f00;
    border-radius: 5px;
}

#product-main-nav .bt-buy:hover {
    background: #000;
}

#product-main-nav button {
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
}

@media screen and (max-width: 1920px) {
    #product-main-nav {
        font-size: 18px;
    }
}

@media screen and (max-width: 1536px) {
    #product-main-nav .navbar-container {
        display: block;
    }
    #product-main-nav .navbar-container:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: "";
    }
    #product-main-nav .pdnavtab {
        float: right;
    }
}

@media screen and (max-width: 960px) {
    #product-main-nav {
        font-size: 16px;
    }
}

#product-main-nav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#product-main-nav sup {
    vertical-align: super;
    font-size: 50%;
    padding-left: 2px;
}

@media screen and (max-width: 1024px) {
    #product-main-nav .navbar-container {
        display: block;
    }
    #product-main-nav .pdnavtab {
        padding-left: 10px;
    }
}

@media screen and (max-width: 960px) {
    #product-main-nav .page-breadcrumb {
        display: block;
    }
    #product-main-nav .navbar-container {
        text-align: center;
        padding: 5px 0;
    }
    #product-main-nav .category {
        display: none;
    }
    #product-main-nav h1 {
        font-size: 28px;
    }
    #product-main-nav h1 span {
        display: block;
        font-size: 14px;
        font-weight: normal;
    }
    #product-main-nav .page-title .bt {
        display: block;
    }
    #product-main-nav .pdnavtab {
        margin: 0 auto;
        background: #EA2023;
        border-top: #000 2px solid;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        padding: 0;
        width: 100%;
        float: none;
    }
    #product-main-nav .pdnavtab li {
        display: block;
        padding: 0;
        margin: 0;
    }
    #product-main-nav .pdnavtab li:hover {
        border-color: transparent;
    }
    #product-main-nav .pdnavtab li a:hover {
        color: #f00;
    }
    #product-main-nav .pdnavtab li.active {
        border-width: 2px;
    }
    #product-main-nav .pdnavtab li.active a {
        color: #f00;
    }
    #product-main-nav .pdnavtab li ol {
        padding: 0;
        margin-left: auto;
        background: rgba(0, 0, 0, 0.2);
        display: block;
    }
    #product-main-nav .pdnavtab li ol a {
        color: #999;
    }
    #product-main-nav .pdnavtab a {
        font-weight: normal;
        padding: 10px;
    }
}

.introbox {
    padding: 3% 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#000));
    background: -webkit-linear-gradient(#1f1f1f, #000);
    background: -o-linear-gradient(#1f1f1f, #000);
    background: linear-gradient(#1f1f1f, #000);
    position: relative;
}

.introbox .pd-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.introbox .pd-container:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

.introbox .sloganbox {
    position: absolute;
    top: 3%;
    right: 0;
    width: 100%;
    left: 0;
    font-size: 80%;
}

.introbox .sloganbox .pd-container {
    text-align: right;
    display: block;
}

.introbox .pd-imgbox {
    float: left;
    width: 45%;
    max-width: auto;
    text-align: center;
}

.introbox .pd-imgbox * {
    outline: none;
}

.introbox .pd-txtbox {
    float: right;
    width: 45%;
    max-width: auto;
    letter-spacing: .5px;
}

.introbox h2 {
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 15px;
}

.introbox h3 {
    font-weight: bold;
    font-size: 19.6px;
    padding-bottom: 15px;
    line-height: 1.4;
}

.introbox p {
    color: #f00;
    padding: 5px 0;
}

.introbox ul {
    margin-left: 20px;
    padding-bottom: 15px;
}

.introbox ul li {
    list-style: disc;
    padding: 5px 0;
}

.introbox .socila-share {
    padding: 5px 0 15px;
}

.introbox .socila-share a {
    color: #fff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    font-size: 140%;
    background: #333;
}

.introbox .socila-share a:hover {
    background: #f00;
}

.introbox .bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.introbox .bt a {
    text-decoration: none;
    color: #fff;
    background: #f00;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 10px;
}

.introbox .bt a:hover {
    background: #222;
    color: #f00;
}

.introbox .bt-ytplay {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.introbox .bt-ytplay:after {
    content: "\e915";
    display: block;
    font-family: 'msi-icons';
    color: #fff;
    position: absolute;
    font-size: 80px;
    z-index: 2;
    opacity: .5;
}

.introbox .bt-ytplay:hover:after {
    text-shadow: #f000 0 0 30px;
    opacity: 1;
}

.introbox .note {
    color: #EA2023;
    padding-top: 0px;
}

.introbox .icons {
    padding-top: 35px;
}

.introbox .icons img {
    height: 80px;
}

.introbox .color {
    padding: 20px 0 10px;
}

.introbox .color a {
    width: 21px;
    height: 21px;
    border-radius: 21px;
    display: inline-block;
    margin-right: 10px;
    border: #333 1px solid;
}

.introbox .color a:hover {
    border-color: #f00;
}

.introbox .promotion {
    margin-top: 30px;
    padding-top: 20px;
}

.introbox .promotion h4 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.introbox .promotion h4 i {
    font-size: 12px;
    padding-left: 10px;
}

.introbox .promotion figure {
    width: 160px;
    margin-top: 20px;
    margin-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.introbox .promotion a {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.introbox .promotion a time {
    font-size: 12px;
    color: #999;
}

.introbox .promotion a:hover {
    color: #f00;
}

.introbox .bt-add {
    height: 60px;
}

.introbox .squaredCheck {
    display: inline-block;
    background: #222;
    padding: 10px 15px;
    border-radius: 5px;
}

.introbox .squaredCheck label {
    cursor: pointer;
}

.introbox .squaredCheck label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #333;
    margin-right: 10px;
    border: #444 1px solid;
    border-radius: 3px;
    border-style: inset;
}

.introbox .squaredCheck input[type="checkbox"] {
    display: none;
}

.introbox .squaredCheck input[type="checkbox"]:checked+label {
    color: #f00;
}

.introbox .squaredCheck input[type="checkbox"]:checked+label:before {
    background: url(../images/icon-check-w.svg) center center no-repeat;
    background-size: cover;
    background-color: #f00;
    border-color: #EA2023;
    border-style: inset;
}

.introbox .squaredCheck:hover {
    background: #999;
}

.introbox .owl-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px;
}

.introbox .owl-thumbs button {
    background: #222;
    border: none;
    border: transparent 2px solid;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    margin: 0 5px;
}

.introbox .owl-thumbs button.active {
    border-color: #333;
    background: #333;
}

.introbox .owl-thumbs button:hover {
    border-color: #333;
}

.introbox .owl-thumbs button.yt {
    position: relative;
}

.introbox .owl-thumbs button.yt:after {
    content: "\e915";
    display: block;
    font-family: 'msi-icons';
    color: #fff;
    text-shadow: 0 0 10px #000;
    position: absolute;
    font-size: 24px;
    z-index: 2;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    opacity: .7;
}

@media screen and (max-width: 1920px) {
    .introbox {
        padding: 5% 0;
    }
    .introbox .icons img {
        height: 65px;
    }
}

@media screen and (max-width: 1536px) {
    .introbox ul li {
        padding: 2.5px 0;
    }
}

@media screen and (max-width: 960px) {
    .introbox {
        padding-bottom: 5vh;
    }
    .introbox .pd-container {
        display: block;
    }
    .introbox .pd-imgbox,
    .introbox .pd-txtbox {
        float: none;
        width: 100%;
    }
    .introbox .pd-imgbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .introbox .pd-slideshow {
        position: relative;
        top: 0;
    }
    .introbox .pd-txtbox {
        padding-left: 0;
        text-align: center;
    }
    .introbox .pd-txtbox ul {
        text-align: left;
    }
    .introbox .pd-txtbox p {
        text-align: left;
    }
    .introbox .socila-share {
        padding: 15px 0;
    }
    .introbox .icons img {
        height: 60px;
    }
    .introbox .bt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .introbox .bt-add {
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .introbox .owl-thumbs {
        padding-top: 0;
        padding-bottom: 5vh;
    }
    .introbox h2 {
        padding-top: 15px;
    }
}

.pd-declare {
    font-size: 16px;
    color: #999;
    line-height: 1.4;
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
}

.pd-declare .declare-wrap {
    padding-top: 3%;
    padding-bottom: 3%;
}

.pd-declare .logo-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: #444 1px solid;
}

.pd-declare .logo-col2 .hdmi-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.pd-declare .logo-col2 .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 250px) / 2);
    flex: 0 0 calc((100% - 250px) / 2);
}

.pd-declare p {
    padding-bottom: 15px;
}

@media screen and (max-width: 960px) {
    .pd-declare .logo-col2 {
        display: block;
    }
    .pd-declare .logo-col2 .hdmi-logo {
        max-width: 180px;
        margin: 10px auto;
    }
}

.pd-declare .nv-hdmi-declare {
    text-align: center;
    padding: 3% 0;
}

.pd-declare .nv-hdmi-declare .logoicons {
    padding-bottom: 25px;
}

.pd-declare .nv-hdmi-declare .logoicons img {
    height: 60px;
    margin: 0 15px;
}

.pd-notetext {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#000));
    background: -webkit-linear-gradient(#1f1f1f, #000);
    background: -o-linear-gradient(#1f1f1f, #000);
    background: linear-gradient(#1f1f1f, #000);
    padding: 2% 0;
    text-align: center;
}

#aside-tool {
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    color: #fff;
    position: fixed;
    z-index: 1000;
    right: 15px;
    bottom: 10%;
    display: none;
}

#aside-tool div {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    background: #c00;
}

#aside-tool div:hover {
    background: #999;
}

#aside-tool div.active {
    background: #f00;
}

@media screen and (max-width: 960px) {
    #aside-tool {
        right: 0;
        bottom: 0;
    }
    #aside-tool div {
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 25px 5px;
        margin-top: 5px;
        display: block;
    }
    #aside-tool div i {
        font-size: 14px;
    }
}

.bt-scroll-top span {
    font-size: 12px;
}

@media screen and (max-width: 960px) {
    .bt-scroll-top span {
        padding: 5px 0;
        display: none;
    }
}


/*recommand*/

.recommand {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#000));
    background: -webkit-linear-gradient(#1f1f1f, #000);
    background: -o-linear-gradient(#1f1f1f, #000);
    background: linear-gradient(#1f1f1f, #000);
    text-align: center;
    padding: 3% 0;
}

.recommand h2 {
    font-size: 28px;
}

.recommand a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 15px;
    margin: 15px 25px;
}

.recommand a span {
    display: block;
}

.recommand a:hover {
    color: #f00;
}

.recommand .pd-name {
    font-size: 110%;
}

.recommand .pd-model {
    font-size: 90%;
}

.recommand .pd-model:before {
    content: "(";
    padding-right: 5px;
}

.recommand .pd-model:after {
    content: ")";
    padding-left: 5px;
}

#pd-recommand {
    position: relative;
    z-index: 1;
}

#pd-recommand a {
    outline: none;
}

#pd-recommand .pd-recommand-arrow {
    height: 20px;
    width: 20px;
    /*margintop請下-height的2分之1*/
    margin-top: -10px;
    /* ----- */
    position: absolute;
    z-index: 2;
    top: 50%;
    cursor: pointer;
}

.pd-recommand-prev {
    left: -20px;
}

.pd-recommand-next {
    right: -20px;
}

.pd-recommand-prev::after {
    content: "❮";
    color: #eee;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.pd-recommand-next::after {
    content: "❯";
    color: #eee;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.pd-recommand-prev:hover::after {
    color: #f00;
}

.pd-recommand-next:hover::after {
    color: #f00;
}

#pd-recommand .slick-dots {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
}

#pd-recommand .slick-dots li {
    overflow: hidden;
}

.slick-active {
    outline: none !important;
}

#pd-recommand .slick-dots li.slick-active button {
    background-color: #f00;
}

#pd-recommand .slick-dots li.slick-active button:hover {
    background-color: #f00;
}

#pd-recommand .slick-dots li button {
    padding: 0;
    background-color: #666;
    width: 70px;
    height: 3px;
    margin: 5px 4px;
    cursor: pointer;
    font-size: 0px;
    /* border-radius: 50%; */
    border: none;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
}

#pd-recommand .slick-dots li button:focus {
    outline: none;
}

#pd-recommand .slick-dots li button:hover {
    background-color: #f00;
}

.product-mainbox .pd-container,
.product-mainbox .declare-wrap,
.product-mainbox .container {
    width: 80%;
    max-width: 2200px;
    margin: 0 auto;
}

.product-mainbox.gray-white {
    background: #fff;
    color: #222;
}

.product-mainbox.gray-white #product-main-nav .navbar-container {
    background: #999;
}

.product-mainbox.gray-white #product-main-nav .bt-buy {
    color: #777;
}

.product-mainbox.gray-white #product-main-nav .bt-buy:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.gray-white #product-main-nav .bt button {
    color: #fff;
}

.product-mainbox.gray-white .introbox {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
}

.product-mainbox.gray-white .introbox .socila-share a {
    background: #777;
}

.product-mainbox.gray-white .introbox .socila-share a:hover {
    background: #999;
}

.product-mainbox.gray-white .introbox .bt a {
    background: #fff;
    color: #777;
    border: #ccc 1px solid;
}

.product-mainbox.gray-white .introbox .bt a:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.gray-white .introbox .color a {
    border-color: #eee;
}

.product-mainbox.gray-white .introbox .color a:hover {
    border-color: #999;
}

.product-mainbox.gray-white .introbox ul {
    color: #666;
}

.product-mainbox.gray-white .introbox .note {
    color: #000;
}

.product-mainbox.gray-white .introbox .owl-thumbs button {
    background: #eee;
}

.product-mainbox.gray-white .introbox .owl-thumbs button.active {
    border-color: #ccc;
}

.product-mainbox.gray-white h1 {
    color: #fff;
}

.product-mainbox.gray-white .pdnavtab a.bt-buy {
    color: #222;
}

.product-mainbox.gray-white .pdnavtab a.bt-buy:hover {
    color: #fff;
}

.product-mainbox.gray-white .title .bt button {
    color: #222;
}

.product-mainbox.gray-white #aside-tool {
    color: #fff;
}

.product-mainbox.gray-white #aside-tool div {
    background: #777;
}

.product-mainbox.gray-white #aside-tool div:hover {
    background: #999;
}

.product-mainbox.gray-white .declare-wrap {
    border-top: #ccc 1px solid;
}

.product-mainbox.gray-white .recommand {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
}

.product-mainbox.gray-white .recommand a {
    color: #222;
}

.product-mainbox.gray-white .recommand a:hover {
    color: #999;
}

.product-mainbox.gray-white .pd-recommand-prev::after,
.product-mainbox.gray-white .pd-recommand-next::after {
    color: #777;
}

.product-mainbox.gray-white .pd-recommand-prev:hover::after,
.product-mainbox.gray-white .pd-recommand-next:hover::after {
    color: #999;
}

.product-mainbox.gray-white #pd-recommand .slick-dots li.slick-active button {
    background-color: #999;
}

.product-mainbox.gray-white #pd-recommand .slick-dots li.slick-active button:hover {
    background-color: #999;
}

.product-mainbox.gray-white #pd-recommand .slick-dots li button:hover {
    background-color: #999;
}

@media screen and (max-width: 960px) {
    .product-mainbox.gray-white .pdnavtab {
        background: #ccc;
        border-top-color: #999;
    }
    .product-mainbox.gray-white .pdnavtab li:hover {
        color: #777;
    }
    .product-mainbox.gray-white .pdnavtab li:hover a {
        color: #777;
    }
    .product-mainbox.gray-white .pdnavtab li.active {
        border-bottom: #999 1px solid;
    }
    .product-mainbox.gray-white .pdnavtab li.active a {
        color: #777;
    }
    .product-mainbox.gray-white .pdnavtab li ol {
        background: #fff;
    }
}

.product-mainbox.gray #product-main-nav .navbar-container {
    background: #999;
}

.product-mainbox.gray #product-main-nav .bt-buy {
    color: #777;
}

.product-mainbox.gray #product-main-nav .bt-buy:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.gray #product-main-nav .bt button {
    color: #fff;
}

.product-mainbox.gray .introbox .socila-share a {
    background: #777;
}

.product-mainbox.gray .introbox .socila-share a:hover {
    background: #999;
}

.product-mainbox.gray .introbox .bt a {
    background: #fff;
    color: #777;
    border: #ccc 1px solid;
}

.product-mainbox.gray .introbox .bt a:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.gray .introbox .color a:hover {
    border-color: #999;
}

.product-mainbox.gray h1 {
    color: #fff;
}

.product-mainbox.gray .pdnavtab a.bt-buy {
    color: #222;
}

.product-mainbox.gray .pdnavtab a.bt-buy:hover {
    color: #fff;
}

.product-mainbox.gray .title .bt button {
    color: #222;
}

.product-mainbox.gray #aside-tool {
    color: #fff;
}

.product-mainbox.gray #aside-tool div {
    background: #777;
}

.product-mainbox.gray #aside-tool div:hover {
    background: #999;
}

.product-mainbox.gray .declare-wrap {
    border-top: #444 1px solid;
}

@media screen and (max-width: 960px) {
    .product-mainbox.gray .pdnavtab {
        background: #ccc;
        border-top-color: #999;
    }
    .product-mainbox.gray .pdnavtab li:hover {
        color: #777;
    }
    .product-mainbox.gray .pdnavtab li:hover a {
        color: #777;
    }
    .product-mainbox.gray .pdnavtab li.active {
        border-bottom: #999 1px solid;
    }
    .product-mainbox.gray .pdnavtab li.active a {
        color: #777;
    }
    .product-mainbox.gray .pdnavtab li ol {
        background: #fff;
    }
}

.product-mainbox.green {
    background: #fff;
    color: #222;
}

.product-mainbox.green #product-main-nav .navbar-container {
    background: #82bc00;
}

.product-mainbox.green #product-main-nav .bt-buy {
    color: #82bc00;
}

.product-mainbox.green #product-main-nav .bt-buy:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.green #product-main-nav .bt button {
    color: #fff;
}

.product-mainbox.green .introbox {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
}

.product-mainbox.green .introbox .socila-share a {
    background: #82bc00;
}

.product-mainbox.green .introbox .socila-share a:hover {
    background: #999;
}

.product-mainbox.green .introbox .bt a {
    background: #fff;
    color: #82bc00;
    border: #ccc 1px solid;
}

.product-mainbox.green .introbox .bt a:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.green .introbox .color a {
    border-color: #eee;
}

.product-mainbox.green .introbox .color a:hover {
    border-color: #999;
}

.product-mainbox.green .introbox ul {
    color: #666;
}

.product-mainbox.green .introbox .note {
    color: #000;
}

.product-mainbox.green .introbox .owl-thumbs button {
    background: #eee;
}

.product-mainbox.green .introbox .owl-thumbs button.active {
    border-color: #ccc;
}

.product-mainbox.green h1 {
    color: #fff;
}

.product-mainbox.green .pdnavtab a.bt-buy {
    color: #222;
}

.product-mainbox.green .pdnavtab a.bt-buy:hover {
    color: #fff;
}

.product-mainbox.green .title .bt button {
    color: #222;
}

.product-mainbox.green #aside-tool {
    color: #fff;
}

.product-mainbox.green #aside-tool div {
    background: #82bc00;
}

.product-mainbox.green #aside-tool div:hover {
    background: #999;
}

.product-mainbox.green .declare-wrap {
    border-top: #ccc 1px solid;
}

.product-mainbox.green .recommand {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
}

.product-mainbox.green .recommand a {
    color: #222;
}

.product-mainbox.green .recommand a:hover {
    color: #82bc00;
}

.product-mainbox.green .pd-recommand-prev::after,
.product-mainbox.green .pd-recommand-next::after {
    color: #777;
}

.product-mainbox.green .pd-recommand-prev:hover::after,
.product-mainbox.green .pd-recommand-next:hover::after {
    color: #82bc00;
}

.product-mainbox.green #pd-recommand .slick-dots li.slick-active button {
    background-color: #82bc00;
}

.product-mainbox.green #pd-recommand .slick-dots li.slick-active button:hover {
    background-color: #82bc00;
}

.product-mainbox.green #pd-recommand .slick-dots li button:hover {
    background-color: #82bc00;
}

@media screen and (max-width: 960px) {
    .product-mainbox.green .pdnavtab {
        background: #ccc;
        border-top-color: #999;
    }
    .product-mainbox.green .pdnavtab li:hover {
        color: #82bc00;
    }
    .product-mainbox.green .pdnavtab li:hover a {
        color: #82bc00;
    }
    .product-mainbox.green .pdnavtab li.active {
        border-bottom: #999 1px solid;
    }
    .product-mainbox.green .pdnavtab li.active a {
        color: #82bc00;
    }
    .product-mainbox.green .pdnavtab li ol {
        background: #fff;
    }
}

.product-mainbox.alpha #product-main-nav .navbar-container {
    background: #92b457;
}

.product-mainbox.alpha #product-main-nav .bt-buy {
    color: #92b457;
}

.product-mainbox.alpha #product-main-nav .bt-buy:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.alpha #product-main-nav .bt button {
    color: #fff;
}

.product-mainbox.alpha .introbox .bt a {
    background: #92b457;
}

.product-mainbox.alpha .introbox .bt a:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.alpha .introbox .owl-thumbs button {
    background: #eee;
}

.product-mainbox.alpha .introbox .owl-thumbs button.active {
    border-color: #ccc;
}

.product-mainbox.alpha h1 {
    color: #fff;
}

.product-mainbox.alpha .pdnavtab a.bt-buy {
    color: #222;
}

.product-mainbox.alpha .pdnavtab a.bt-buy:hover {
    color: #fff;
}

.product-mainbox.alpha .title .bt button {
    color: #222;
}

.product-mainbox.alpha #aside-tool {
    color: #fff;
}

.product-mainbox.alpha #aside-tool div {
    background: #92b457;
}

.product-mainbox.alpha #aside-tool div:hover {
    background: #999;
}

.product-mainbox.alpha .recommand a:hover {
    color: #92b457;
}

.product-mainbox.alpha .pd-recommand-prev::after,
.product-mainbox.alpha .pd-recommand-next::after {
    color: #777;
}

.product-mainbox.alpha .pd-recommand-prev:hover::after,
.product-mainbox.alpha .pd-recommand-next:hover::after {
    color: #92b457;
}

.product-mainbox.alpha #pd-recommand .slick-dots li.slick-active button {
    background-color: #92b457;
}

.product-mainbox.alpha #pd-recommand .slick-dots li.slick-active button:hover {
    background-color: #92b457;
}

.product-mainbox.alpha #pd-recommand .slick-dots li button:hover {
    background-color: #92b457;
}

@media screen and (max-width: 960px) {
    .product-mainbox.alpha .pdnavtab {
        background: #ccc;
        border-top-color: #999;
    }
    .product-mainbox.alpha .pdnavtab li:hover {
        color: #92b457;
    }
    .product-mainbox.alpha .pdnavtab li:hover a {
        color: #92b457;
    }
    .product-mainbox.alpha .pdnavtab li.active {
        border-bottom: #999 1px solid;
    }
    .product-mainbox.alpha .pdnavtab li.active a {
        color: #92b457;
    }
    .product-mainbox.alpha .pdnavtab li ol {
        background: #fff;
    }
}


/*prev vision*/

#overview ul {
    padding-bottom: 20px;
}

#overview ul li {
    list-style: disc;
    padding-bottom: 5px;
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}