@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

*,
:after,
:before {
    box-sizing: border-box
}

.mi-pickit {
    position: relative;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mi-pickit .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mi-pickit .pickit-cursor {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background-color: #ccc;
    z-index: 1;
    cursor: ew-resize
}

.mi-pickit .pickit-cursor .pickit-handle-default {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: -7px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-color: #fff;
    border: 4px solid #ccc;
    border-radius: 50%
}

.ui-wrapper {
    position: relative
}

.ui-wrapper .ui-pager {
    position: absolute;
    width: 100%;
    z-index: 60;
    bottom: 10px;
    text-align: center
}

.ui-wrapper .ui-pager .ui-pager-item {
    display: inline-block
}

.ui-wrapper .ui-pager .ui-pager-item .ui-pager-link {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    margin: 0 5px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid;
    border-color: rgba(255, 255, 255, .3)
}

.ui-wrapper .ui-pager .ui-pager-item .ui-pager-link.active {
    background-color: rgba(255, 255, 255, .8);
    border-color: rgba(0, 0, 0, .2)
}

.ui-wrapper .ui-controls-direction .ui-next,
.ui-wrapper .ui-controls-direction .ui-prev {
    position: absolute;
    top: 0;
    z-index: 60;
    height: 100%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
    width: 40px;
    background-image: url(../../../img/common/icons/icon-slide-nav1.png)
}

.ui-wrapper .ui-controls-direction .ui-prev {
    left: 50px;
    background-position: 0 50%
}

.ui-wrapper .ui-controls-direction .ui-next {
    right: 50px;
    background-position: -40px 50%
}

.hide {
    display: none
}

@media (min-width:768px) {
    .nav-bar {
        width: 100%;
        height: 70px;
        background: #212121;
        margin-top: -38px
    }
    .nav-bar .logo-dark-wrap {
        width: 105px;
        height: auto;
        position: absolute;
        margin: 7px auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
    .nav-bar .logo-dark-wrap a {
        display: block;
        width: 105px;
        height: auto
    }
    .nav-bar .logo-dark-wrap a img {
        width: 105px;
        height: auto
    }
    .nav-bar .sub-nav {
        height: 70px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .nav-bar .sub-nav h2 {
        float: left;
        margin: 0;
        line-height: 70px;
        color: #333;
        font-size: 24px
    }
    .nav-bar .sub-nav h2 small {
        font-size: 70%
    }
    .nav-bar .sub-nav h2 .separator {
        font-size: 80%;
        color: #ececec;
        margin: 0 10px
    }
    .nav-bar .sub-nav .link-to {
        color: #616161;
        line-height: 60px
    }
    .nav-bar .sub-nav .link-to:before {
        content: '|';
        display: inline-block;
        margin: 0 8px;
        font-size: 18px;
        color: #212121
    }
    .nav-bar .sub-nav .nav {
        height: 100%;
        float: right;
        overflow: hidden;
        z-index: 9999
    }
    .nav-bar .sub-nav .nav li {
        height: 100%;
        float: left;
        line-height: 70px;
        margin-right: 28px;
        font-size: 16px
    }
    .nav-bar .sub-nav .nav li:last-child {
        margin-right: 0
    }
    .nav-bar .sub-nav .nav li a {
        display: block;
        color: #fff;
        cursor: pointer
    }
    .nav-bar .sub-nav .nav li.current a {
        color: #fbc600
    }
    .nav-bar .sub-nav .nav li:hover a {
        color: #fbc600
    }
    .nav-bar .sub-nav .nav li .btn-small {
        height: 24px;
        line-height: 24px;
        width: auto;
        padding: 0 12px;
        color: #fff;
        margin-top: -10px
    }
    .nav-bar .buy-btn-wrap {
        padding-bottom: 15px;
        margin-top: 15px;
        color: #1a1a1a;
        font-size: 16px;
        position: relative;
        z-index: 9999;
        margin-left: 28px
    }
    .nav-bar .buy-btn-wrap .buy-btn {
        padding: 6px 15px;
        background: #fbc600
    }
    .nav-bar .buy-btn-wrap .buy-btn-notin {
        background: #fbc600
    }
    .nav-bar .buy-btn-wrap .buy-btn-notin:hover {
        opacity: .8
    }
    .nav-bar .buy-btn-wrap .buy-btn-notin a {
        display: block;
        color: #1a1a1a;
        padding: 6px 15px
    }
    .nav-bar .buy-btn-wrap:hover .buy-list-in {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        border-top: 1px solid #666;
        background: #000;
        max-height: 500px;
        transition: max-height .25s ease-in;
        overflow: hidden
    }
    .nav-bar .buy-btn-wrap:hover s {
        display: block
    }
    .nav-bar .buy-btn-wrap .buy-list-in {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        background: #000;
        max-height: 0;
        transition: max-height .15s ease-out;
        overflow: hidden
    }
    .nav-bar .buy-btn-wrap s {
        position: absolute;
        top: 25px;
        left: 76px;
        display: block;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-color: transparent transparent #666 transparent;
        border-style: dashed dashed solid dashed;
        border-width: 10px;
        z-index: 999;
        display: none
    }
    .nav-bar .buy-btn-wrap i {
        position: absolute;
        top: -9px;
        left: -10px;
        display: block;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-color: transparent transparent #000 transparent;
        border-style: dashed dashed solid dashed;
        border-width: 10px
    }
    .nav-bar .buy-btn-wrap li {
        line-height: 50px;
        font-size: 16px
    }
    .nav-bar .buy-btn-wrap li:hover a {
        color: #fbc600
    }
    .nav-bar .main {
        position: relative
    }
    .fix-bar {
        position: fixed;
        top: 38px;
        left: 0;
        z-index: 99
    }
    .border-yellow {
        border-bottom: 1px solid #fbc600
    }
}

@media (max-width:767px) {
    .half-modal {
        width: 15rem;
        height: 15rem;
        line-height: 100px;
        text-align: center;
        background: rgba(11, 11, 11, .7);
        border-radius: 100% 0 0;
        position: fixed;
        right: 0;
        bottom: .5rem;
        z-index: 9999
    }
    #menu {
        width: 2.5rem;
        height: 2.5rem;
        position: fixed;
        right: .7rem;
        bottom: 2rem;
        z-index: 9999
    }
    #list {
        height: 2.5rem;
        width: 2.5rem;
        position: relative
    }
    #list li {
        position: absolute;
        left: 0;
        top: 0;
        transition: .5s all ease
    }
    #list li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    #list li a img {
        border-radius: 50%;
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: .1rem
    }
    #list li a span {
        font-size: 0
    }
    #home {
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 100%;
        position: absolute;
        left: -1px;
        top: -1px;
        transition: 1s;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    #home.cart-close {
        background: #fbc600
    }
    #home.cart-open {
        border: #fff
    }
    .cart-single {
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 100%;
        position: absolute;
        right: .7rem;
        bottom: 2rem;
        background: #fbc600;
        display: none;
        position: fixed;
        z-index: 9999
    }
    .cart-single-other {
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 100%;
        position: absolute;
        right: .7rem;
        bottom: 2rem;
        background: #fbc600;
        position: fixed;
        z-index: 9999
    }
    .icon-gouwuche-icon {
        display: block;
        margin: .6rem
    }
    .nav-bar {
        width: 100%;
        height: 2.25rem;
        background: rgba(23, 23, 23, .8)
    }
    .nav-bar .nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .nav-bar .nav li {
        width: 100%;
        line-height: 2.25rem;
        font-size: .9rem;
        text-align: center;
        cursor: pointer
    }
    .nav-bar .nav li a {
        color: #fff
    }
    .nav-bar .nav li.current a {
        color: #fbc600;
        cursor: default
    }
    .nav-bar .nav li:hover a {
        color: #fbc600
    }
    .fix-bar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99
    }
    .border-yellow {
        border-bottom: 1px solid #fbc600
    }
    .POCO.icon-gouwuche-icon {
        font-size: 18px
    }
    .POCO.icon-gouwucheguanbi-icon {
        font-size: 40px;
        color: #fff
    }
}

@font-face {
    font-family: CamphorPro-Thin;
    src: url(../../../font/CamphorPro-Thin.woff) format("woff"), url(../../../font/CamphorPro-Thin.svg#CamphorPro-Thin) format("svg");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: CamphorPro-Regular;
    src: url(../../../font/CamphorPro-Regular.woff) format("woff"), url(../../../font/CamphorPro-Regular.svg#CamphorPro-Regular) format("svg");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: CamphorPro-Medium;
    src: url(../../../font/CamphorPro-Medium.woff) format("woff"), url(../../../font/CamphorPro-Medium.svg#CamphorPro-Medium) format("svg");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: CamphorPro-Bold;
    src: url(../../../font/CamphorPro-Bold.woff) format("woff"), url(../../../font/CamphorPro-Bold.svg#CamphorPro-Bold) format("svg");
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: CamphorPro-Heavy;
    src: url(../../../font/CamphorPro-Heavy.woff) format("woff"), url(../../../font/CamphorPro-Heavy.svg#CamphorPro-Heavy) format("svg");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: CamphorPro-Light;
    src: url(../../../font/CamphorPro-Light.woff) format("woff"), url(../../../font/CamphorPro-Light.svg#CamphorPro-Light) format("svg");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

.poco-m3 {
    background: pink
}

.poco-m3 .Thin {
    font-family: CamphorPro-Thin, ProximaNova, Arial, Sans-serif
}

.poco-m3 .Regular {
    font-family: CamphorPro-Regular, ProximaNova, Arial, Sans-serif
}

.poco-m3 .Medium {
    font-family: CamphorPro-Medium, ProximaNova, Arial, Sans-serif
}

.poco-m3 .Bold {
    font-family: CamphorPro-Bold, ProximaNova, Arial, Sans-serif
}

.poco-m3 .Heavy {
    font-family: CamphorPro-Heavy, ProximaNova, Arial, Sans-serif
}

.poco-m3 .Light {
    font-family: CamphorPro-Light, ProximaNova, Arial, Sans-serif
}

.specs-con {
    background-color: #141414
}

.specs-con .section {
    width: 100%;
}

.specs-con .section.specs-01 {
    background-color: #ffd300;
    padding: 2rem 0 1.14583333rem;
}

.specs-con .section.specs-01 .product {
    display: block;
    width: auto;
    height: 17.4375rem;
    margin: 0 auto 1.83333333rem
}

.specs-con .section.specs-01 .product-detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.04166667rem;
    width: fit-content;
}

.specs-con .section.specs-01 .product-detail>li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1.125rem;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.specs-con .section.specs-01 .product-detail>li a {
    font-family: CamphorPro-Medium;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    padding-top: 6px;
    cursor: pointer;
}

.specs-con .section.specs-01 .product-detail>li:last-of-type {
    padding-right: 0
}

.specs-con .section.specs-01 .product-detail>li>img {
    width: .97916667rem;
    height: .97916667rem;
    margin-right: .54166667rem
}

.specs-con .section.specs-01 .product-detail>li>span {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .75rem;
    font-weight: 700;
    color: #000;
    font-family: CamphorPro-Bold
}

.specs-con .section .section-text {
    width: 90%;
    margin: 0 auto;
    border-bottom: .02083333rem solid #b0b0b0;
    font-family: CamphorPro-Regular;
    font-weight: 400;
    color: #fff
}

.specs-con .section .section-text .title {
    font-family: CamphorPro-Medium;
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 500
}

.specs-con .section .section-text .subtitle {
    font-family: CamphorPro-Bold;
    font-size: .83333333rem;
    line-height: 1.10416667rem;
    font-weight: 700
}

.specs-con .section .section-text .desc {
    font-size: .75rem;
    line-height: 1.45833333rem
}

.specs-con .section .section-text .detail {
    font-size: .625rem;
    line-height: 1rem
}

.specs-con .section.specs-02 {
    padding-top: 4.0625rem
}

.specs-con .section.specs-02 .section-text {
    padding-bottom: 3.79166667rem
}

.specs-con .section.specs-02 .subtitle {
    padding: 1.91666667rem 0 1.16666667rem
}

.specs-con .section.specs-03 {
    padding-top: 2.22916667rem
}

.specs-con .section.specs-03 .section-text {
    padding-bottom: 3.875rem
}

.specs-con .section.specs-03 .subtitle {
    padding: 1.66666667rem 0 1.39583333rem
}

.specs-con .section.specs-03 .desc {
    padding-bottom: 1.75rem
}

.specs-con .section.specs-04 {
    padding-top: 2.22916667rem
}

.specs-con .section.specs-04 .section-text {
    padding-bottom: 3.72916667rem
}

.specs-con .section.specs-04 .subtitle {
    padding: 1.64583333rem 0 1.08333333rem
}

.specs-con .section.specs-05 {
    padding-top: 2.22916667rem
}

.specs-con .section.specs-05 .section-text {
    padding-bottom: 3.625rem
}

.specs-con .section.specs-05 .subtitle {
    padding: 1.25rem 0 1.125rem
}

.specs-con .section.specs-06 {
    padding-top: 2.29166667rem
}

.specs-con .section.specs-06 .section-text {
    padding-bottom: 3.6875rem
}

.specs-con .section.specs-06 .subtitle {
    padding: 1.41666667rem 0 1rem
}

.specs-con .section.specs-07 {
    padding-top: 2.35416667rem
}

.specs-con .section.specs-07 .section-text {
    padding-bottom: 3.70833333rem
}

.specs-con .section.specs-07 .subtitle {
    padding: 1.70833333rem 0 1.35416667rem
}

.specs-con .section.specs-08 {
    padding-top: 2.25rem
}

.specs-con .section.specs-08 .section-text {
    padding-bottom: 3.75rem
}

.specs-con .section.specs-08 .subtitle {
    padding: 1.27083333rem 0 1.22916667rem
}

.specs-con .section.specs-09 {
    padding-top: 2.58333333rem
}

.specs-con .section.specs-09 .section-text {
    padding-bottom: 3.875rem
}

.specs-con .section.specs-09 .desc {
    padding: 1.9375rem 0 1.47916667rem
}

.specs-con .section.specs-10 {
    padding-top: 2.3125rem
}

.specs-con .section.specs-10 .section-text {
    padding-bottom: 3.79166667rem
}

.specs-con .section.specs-10 .desc {
    padding: 1.375rem 0 0
}

.specs-con .section.specs-11 {
    padding-top: 2.3125rem
}

.specs-con .section.specs-11 .section-text {
    padding-bottom: 4.16666667rem
}

.specs-con .section.specs-11 .desc {
    padding: 1.375rem 0 0
}

.specs-con .section.specs-12 {
    padding-top: 2.27083333rem
}

.specs-con .section.specs-12 .section-text {
    padding-bottom: 3.91666667rem
}

.specs-con .section.specs-12 .subtitle {
    padding: 1.66666667rem 0 1.125rem
}

.specs-con .section.specs-13 {
    padding-top: 2.27083333rem
}

.specs-con .section.specs-13 .section-text {
    padding-bottom: 4rem
}

.specs-con .section.specs-13 .desc {
    padding: 1.375rem 0 0
}

.specs-con .section.specs-14 {
    padding-top: 2.27083333rem
}

.specs-con .section.specs-14 .section-text {
    padding-bottom: 4.04166667rem
}

.specs-con .section.specs-14 .desc {
    padding: 1.39583333rem 0 0
}

.specs-con .section.specs-15 {
    padding-top: 2.3125rem
}

.specs-con .section.specs-15 .section-text {
    padding-bottom: 3.91666667rem
}

.specs-con .section.specs-15 .desc {
    padding: 1.625rem 0 0
}

.specs-con .section.specs-16 {
    padding-top: 2.3125rem
}

.specs-con .section.specs-16 .section-text {
    padding-bottom: 4rem
}

.specs-con .section.specs-16 .desc {
    padding: 1.375rem 0 0
}

.specs-con .section.specs-17 {
    padding-top: 2.27083333rem
}

.specs-con .section.specs-17 .section-text {
    padding-bottom: 3.83333333rem
}

.specs-con .section.specs-17 .desc {
    padding: 1.375rem 0 0
}

.specs-con .section.specs-footer {
    padding-top: 1.70833333rem
}

.specs-con .section.specs-footer .section-text {
    padding-bottom: 4.95833333rem;
    color: #595757;
    border: none
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}