:root {
    --normal: rgb(128, 128, 128);
    --primary: rgb(158, 123, 166);
    --primary-new: rgb(0, 79, 101);
    --primary-light: rgb(202, 173, 137);
    --secondary: rgb(119, 143, 154);
    --mute: rgb(200, 200, 200);
    --white: rgb(255, 255, 255);
    --gray: rgb(235, 235, 235);
    --black: rgb(40, 40, 40);
    --yellow: rgb(251, 202, 183);
    --dark: rgb(39, 67, 84);
    --light: rgb(119, 143, 154);
    --top-nav: 1.8rem;
    --body-pad: 1rem;
    --body-pad-less: -1rem;
    --left-pad: 1rem;
    --right-pad: 1rem;
    --font-family: 'Helvetica Neue', 'Tahoma', 'Arial', 'PingFangSC-Regular', 'Hiragino Sans GB', 'Microsoft Yahei', 'sans-serif';
}

html {
    font-size: 125%;
    min-height: 100%
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, form, fieldset, legend, figure, table, th, td, hr, input, button, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    position: relative;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-family);
    color: var(--normal);
    font-size: .65rem;
    line-height: 1.8;
    overflow-y: scroll; /*-webkit-font-smoothing: antialiased;*/
}

h1, h2, h3, h4, h5, h6 {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

video {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

[hidden], template {
    display: none;
}

a, button {
    transition: all .25s linear;
}

a {
    color: var(--primary);
    text-decoration: none;
    display: inline-block;
    position: relative;
}

a:hover {
    text-decoration: none;
    color: var(--primary);
    outline: none;
}

a:active, button:hover, button:active, *:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

button, a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

button:hover {
    color: var(--primary);
}

a, span, div, section, dl, dt, dd, i, em, label {
    font-style: normal;
    position: relative;
}

li {
    list-style: none;
}

input, textarea, button {
    font-family: var(--font-family)
}

input, textarea {
    font-size: .7rem;
    width: 100%;
    resize: none;
    transition: border .25s, background-color .25s;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
}

a:hover .no-hover {
    color: inherit;
    background: initial;
}

strong, .strong {
    font-weight: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: top;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--secondary);
}

hr.min {
    margin-top: 0;
    margin-bottom: 0;
}

hr.hr-primary {
    border-top-color: rgb(30, 80, 164);
}

hr.hr-md {
    border-top-width: 3px;
}

dl, dt, dd {
    line-height: inherit;
}

a.block span {
    position: relative;
    display: block;
}

.normal {
    font-weight: normal;
    font-style: normal;
    font-size: initial;
}

.italic {
    font-style: italic;
}

.mobile-break {
    display: none;
}

.block {
    position: relative;
    display: block;
}

.nowrap, .ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multi-ellipsis {
    display: -webkit-box !important;
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

.gray {
    color: var(--gray);
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.primary {
    color: var(--primary);
}

.secondary {
    color: var(--secondary);
}

.red {
    color: var(--red);
}

.mute {
    color: var(--mute);
}

.dark {
    color: var(--dark);
}

.link.white {
    color: var(--white);
}

.link.white:hover {
    opacity: .85;
}

.bg-gray {
    background-color: rgb(240, 240, 240);
}

.none {
    display: none;
}

.full-size {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bgs-cover, .bgs-contain {
    background-repeat: no-repeat;
    background-position: center center;
}

.bgs-cover {
    background-size: cover;
}

.bgs-contain {
    background-size: contain;
}

.bgp-left-top {
    background-position: left top;
}

.bgp-center-top {
    background-position: center top;
}

.at-middle {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.v-middle {
    display: flex;
    align-items: center;
    justify-content: left;
}

.cxany-valign-middle span, .cxany-valign-middle img, .cxany-valign-middle i {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.left-pad {
    padding-left: var(--left-pad)
}

.right-pad {
    padding-right: var(--right-pad)
}

.fs-light {
    font-weight: 200;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.p-t {
    padding-top: 5rem
}

.p-t-lg {
    padding-top: 8rem
}

.p-t-md {
    padding-top: 4rem
}

.p-t-sm {
    padding-top: 2.5rem
}

.p-t-xs {
    padding-top: 1.5rem
}

.p-t-min {
    padding-top: .75rem
}

.p-b {
    padding-bottom: 5rem
}

.p-b-lg {
    padding-bottom: 8rem
}

.p-b-md {
    padding-bottom: 4rem
}

.p-b-sm {
    padding-bottom: 2.5rem
}

.p-b-xs {
    padding-bottom: 1.5rem
}

.p-b-min {
    padding-bottom: .75rem
}

@media screen and (min-width: 1900px) {
    .p-t {
        padding-top: 6rem
    }

    .p-b {
        padding-bottom: 6rem
    }

    .m-t {
        margin-top: 6rem
    }

    .m-b {
        margin-bottom: 6rem
    }

    .p-t-md {
        padding-top: 5rem
    }

    .p-b-md {
        padding-bottom: 5rem
    }

    .m-t-md {
        margin-top: 5rem
    }

    .m-b-md {
        margin-bottom: 5rem
    }
}

[class*='icon-'] {
    display: inline-block;
    font-size: inherit;
}

.row {
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.spacing-2 {
    margin-right: -.1rem;
    margin-left: -.1rem;
}

.spacing-2 [class^='col-'] {
    padding-right: .1rem;
    padding-left: .1rem;
}

.spacing-5 {
    margin-right: -.25rem;
    margin-left: -.25rem;
}

.spacing-5 [class^='col-'] {
    padding-right: .25rem;
    padding-left: .25rem;
}

.ratio {
    position: relative !important;
    display: block;
    overflow: hidden;
}

.ratio .inner {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio > img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

.ratio-16-10 {
    padding-top: 62.5%;
}

.ratio-16-9 {
    padding-top: 56.25%;
}

.ratio-9-16 {
    padding-top: 177.7777%;
}

.ratio-1-1 {
    padding-top: 100%;
}

.ratio-2-1 {
    padding-top: 50%;
}

.ratio-3-1 {
    padding-top: 33.3333%;
}

.ratio-3-2 {
    padding-top: 66.6666%;
}

.ratio-2-3 {
    padding-top: 133.3333%;
}

.ratio-4-3 {
    padding-top: 75%;
}

.ratio-5-4 {
    padding-top: 80%;
}

.ratio-1-2 {
    padding-top: 150%;
}

.ratio-1-3 {
    padding-top: 300%;
}

.hover-zoom {
    transition: all .36s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

a:hover .hover-zoom, li:hover .hover-zoom, .has-hover:hover .hover-zoom {
    transform: scale(1.1);
}

.window-height {
    height: 1500px;
    transition: opacity .8s;
    opacity: 0;
}

.window-height.show-me {
    opacity: 1;
}

.wow {
    visibility: hidden;
    opacity: 0;
}

.wow-loaded .wow {
    opacity: 1;
}

.ani {
    transition: all .25s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.noani {
    transition: none !important;
}

.noevents {
    pointer-events: none;
}

.flex {
    display: flex;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
}

.flex-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-cs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-ce {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-cb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Frame Defined */
.frame-full, .frame-wide, .frame-middle, .frame-narrow {
    position: relative;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.frame-middle {
    width: 100%;
}

@media screen and (min-width: 375px) {
    .frame-full {
        padding-right: var(--body-pad);
        padding-left: var(--body-pad);
    }

    .frame-wide {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .frame-middle {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Main */
body {
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--normal);
    padding-top: var(--top-nav); /*box-shadow: 0 0 15px rgba(0,0,0,.05);*/
}

main {
    width: 100%;
    margin: 0;
}

main:after {
    display: table;
    clear: both;
    content: '';
}

/* Heading Top Navigation */
.top-nav {
    position: fixed;
    z-index: 990;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    height: var(--top-nav);
    transition: transform .5s ease, top .5s ease;
    -webkit-backface-visibility: hidden;
}

.top-nav .row-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.top-nav-logo {
    z-index: 9;
    width: 100%;
    height: 100%;
}

.top-nav-logo h1 {
    height: 100%;
}

.top-nav-logo h1 a {
    display: block;
    height: 100%;
    pointer-events: none;
}

.top-nav-logo img {
    width: 0;
    max-height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    @media screen and (min-width: 1200px) {
        .top-search {
            width: 7rem;
        }
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    @media screen and (min-width: 1600px) {
        .top-search {
            width: 8rem;
        }
    }
}

/* Grid */
.grid {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.grid [class*='width-'] {
    max-width: 100%;
}

.width-1-8 {
    width: 12.5%;
}

.width-2-8, .width-1-4 {
    width: 25%;
}

.width-1-5 {
    width: 20%;
}

.width-3-8 {
    width: 37.5%;
}

.width-4-8, .width-1-2 {
    width: 50%;
}

.width-5-8 {
    width: 62.5%;
}

.width-6-8, .width-3-4 {
    width: 75%;
}

.width-7-8 {
    width: 87.5%;
}

.width-1-3 {
    width: 33.3333%;
}

.width-2-3 {
    width: 66.6666%;
}

.width-1-6 {
    width: 16.6666%;
}

.width-1-7 {
    width: 14.285%;
}

.width-1-10 {
    width: 10%;
}

.width-auto {
    flex-grow: 1;
}

.grid.spacing-10 > [class*='width-'] {
    padding-right: .5rem;
    padding-left: .5rem;
}

/* Home */
.slides-list, .slides-list li, .bx-wrapper, .bx-viewport {
    position: relative;
    height: 100%;
}

.slick-list, .slick-track {
    overflow: hidden;
    height: inherit;
}

.slick-dots {
    z-index: 3;
    bottom: 2.25rem;
    line-height: 1;
    font-size: 0;
    left: 0;
}

.slick-dots li {
    width: auto;
    height: .5rem;
    margin-right: .65rem;
    margin-left: .65rem;
    padding: 0;
    transition: all .5s;
}

.slick-dots li button {
    width: .5rem;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: .25rem;
    background-color: rgb(240, 240, 240);
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background-color: var(--red);
}

strong {
    font-weight: 700;
}

[contenteditable="true"], input, textarea {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}

/* Search bar */
.search-bar {
    padding-top: 1.25rem;
    font-size: .7rem;
}

.frms-keyword {
    background: transparent;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    box-shadow: 0 0 8px rgb(0, 0, 0, .15) inset;
    text-align: center;
    z-index: 5;
}

.frms-keyword {
    font-family: 'cxany'
}

.frm-s > em {
    z-index: 1;
    color: var(--mute);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    line-height: 41px;
    text-align: center;
}

.frm-s.active > em {
    opacity: 0;
}

/* Filter bar*/
.filter-bar {
    z-index: 3;
    background: url("/pafc/uploads/image/filter-bg.png");
    height: 1.75rem;
    margin-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: var(--white);
    font-size: .8rem;
    font-weight: 400;
}

.filter-bar a {
    display: block;
    line-height: 2.5rem;
}

.fbi-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 300
}

.fbi-title a {
    color: var(--white);
    white-space: nowrap;
}

.fbi-list {
    pointer-events: none;
    transition: all .25s;
    transform-origin: left top;
    transform: scaleY(0);
    position: absolute;
    left: var(--body-pad-less);
    top: 1.75rem;
    width: 100%;
    background-color: rgb(255, 255, 255);
    text-align: left;
    padding: .5rem var(--body-pad);
}

.fbi-list.active {
    transform: none;
    pointer-events: unset;
}

.fbi-list a:after {
    content: '\c1050';
    font-family: 'cxany';
    position: absolute;
    right: 0;
    opacity: 0;
}

.fbi-list a.active:after {
    opacity: 1;
}

/* Shop list */
.shop-list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    opacity: 0;
    z-index: 2;
    left: 0;
    top: 0;
    transition: opacity .25s;
    pointer-events: none;
}

.filter-opened .shop-list:before {
    opacity: .8;
    pointer-events: unset;
}

.shop-item {
    margin: 1.25rem 0;
}

.shop-item a {
    width: 100%;
    background-color: white;
    padding: .75rem .5rem;
    box-shadow: 0 4px 3px rgba(0, 0, 0, .1);
}

.si-img {
    width: 5rem;
    flex-shrink: 0;
    height: 2.25rem;
    padding-right: .5rem;
    margin-right: 1rem;
    border-right: 1px solid var(--gray);
}

.si-img img {
}

.si-text {
    flex-grow: 1;
    color: var(--normal);
    font-size: .55rem;
}

.si-info {
    padding-bottom: .25rem;
}

.si-info strong {
    font-size: .8rem;
    font-weight: 700;
    transform-origin: left center;
    line-height: 1.05
}

.si-info em {
    display: block;
    text-align: center;
    line-height: .85rem;
    width: .85rem;
    height: .85rem;
    background: url("/pafc/uploads/default/circle.png") no-repeat;
    background-size: cover;
    color: white;
}

.si-info .sit-sm {
    font-size: .7rem;
}

/* Details */
hr {
    line-height: 0;
    width: 100%;
    border: 0;
    margin-top: 0;
    margin-bottom: .5rem;
    border-bottom: 1px solid var(--gray);
    height: .5rem;
    background-color: var(--white);
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, .05);
}

.details-banner > img {
    float: left;
    width: 100%;
    height: auto;
}

.dbanner-list .ratio-2-1 {
    padding-top: 53%;
}

.details-info {
    padding-top: .75rem;
    padding-bottom: .25rem;
}

.dinfo-img {
    justify-content: flex-start;
}

.dinfo-img img {
    max-height: 2.5rem;
    max-width: 6rem;
}

.dinfo-text {
    font-size: .65rem;
}

.dinfo-text i {
    color: var(--primary);
    margin-right: .25rem;
}

.details-overview {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 2.2;
    font-size: .65rem;
}

.btn-back {
    display: inline-block;
    line-height: 1;
    font-size: .75rem;
    padding: .5rem 2.5rem;
    background: url("/pafc/uploads/image/button.png") no-repeat center/cover;
    color: var(--white)
}

.btn-back:hover {
    color: var(--white)
}

.do-con, .di-con, .fl-con {
    padding-left: .5rem;
    padding-right: .5rem;
}

.do-con {
    font-size: .7rem;
}

/* Floor */
.floor-banner {
    padding-top: 4.75rem;
    padding-bottom: 1.5rem;
}

.floor-list {
    padding-bottom: 1rem;
}

.floor-list h3 {
    color: var(--primary-new);
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: left;
    font-size: .75rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.floor-list h3 > small {
    font-size: .65rem;
    color: inherit;
    padding-left: .35rem;
}

.fl-con {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.flc-item {
    padding-bottom: 1.5rem;
    font-size: .7rem;
}

.fli-con {
    padding-top: .15rem;
    font-size: .525rem;
    color: var(--black)
}

.fli-con strong {
}

.fli-con em {
}

.floor-cats {
    position: fixed;
    left: 0;
    top: var(--top-nav);
    width: 100%;
    z-index: 9;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .025)
}

.fc-con {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
}

.fc-con a {
    font-size: 1.3rem;
    color: rgb(211, 211, 211);
    border-bottom: 2px solid transparent;
    line-height: 1;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 300;
    margin-left: 6.5vw;
    margin-right: 6.5vw;
}

.fc-con a:hover, .fc-con a.active {
    color: rgb(6, 39, 56);
    border-color: rgb(6, 39, 56);
}

.floor-fancy .fancybox-slide--image .fancybox-content {
    background-color: var(--white)
}

.floor-fancy .fancybox-slide--image .fancybox-content img {
    border-top: 1rem solid white;
    border-bottom: 1rem solid var(--white);
}

body, header, nav, main {
    max-width: 800px;
}

/* Form */
::-webkit-input-placeholder {
    color: var(--mute);
}

:-moz-placeholder {
    color: var(--mute);
}

::-moz-placeholder {
    color: var(--mute);
}

:-ms-input-placeholder {
    color: var(--mute);
}


ins[data-type='screen'] {
    display: none;
    content: 'xs';
}

@media (min-width: 768px) {
    ins[data-type='screen'] {
        content: 'sm';
    }
}

@media (min-width: 992px) {
    ins[data-type='screen'] {
        content: 'md';
    }
}

@media (min-width: 1200px) {
    ins[data-type='screen'] {
        content: 'lg';
    }
}

@media (min-width: 1400px) {
    ins[data-type='screen'] {
        content: 'lg xl';
    }
}

@media screen and (max-width: 1900px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 320px) {
    .fbi-title {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .filter-bar {
        font-size: .75rem;
    }
}
