@font-face {
    font-family: "AvenirNext-Regular";
    src: url("/view/web/static/fonts/AvenirNext-Regular.eot"); /* IE9 */
    src: url("/view/web/static/fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/view/web/static/fonts/AvenirNext-Regular.woff") format("woff"), /* chrome, firefox */
    url("/view/web/static/fonts/AvenirNext-Regular.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("/view/web/static/fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PingFang SC";
    src: url("/view/web/static/fonts/PingFang-SC-Regular.eot"); /* IE9 */
    src: url("/view/web/static/fonts/PingFang-SC-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/view/web/static/fonts/PingFang-SC-Regular.woff") format("woff"), /* chrome, firefox */
    url("/view/web/static/fonts/PingFang-SC-Regular.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("/view/web/static/fonts/PingFang-SC-Regular.svg#PingFang SC") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "AvenirNext-Bold";
    src: url("/view/web/static/fonts/AvenirNext-Bold.eot"); /* IE9 */
    src: url("/view/web/static/fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/view/web/static/fonts/AvenirNext-Bold.woff") format("woff"), /* chrome, firefox */
    url("/view/web/static/fonts/AvenirNext-Bold.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("/view/web/static/fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
img {
    max-width: 100%;
}
a:visited, a:hover, a:active {
    color: inherit;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.h-100vh {
    height: 100vh;
}
.has-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
}
.align-middle {
    vertical-align: middle;
}
.align-top {
    vertical-align: top;
}
.align-bottom {
    vertical-align: bottom;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-justify {
    text-align: justify;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.float-right {
    float: right;
}
.float-left  {
    float: left;
}
.fw-bold {
    font-weight: bold;
}
.fs-28 {
    font-size: 28px;
}
.fs-24 {
    font-size: 24px;
}
.fs-21{
    font-size: 21px;
}
.fs-18{
    font-size: 18px;
}
.fs-14{
    font-size: 14px;
}
.absolute-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.g-container {
    width: 1200px;
    margin: 0 auto;
    color: #CEA88A;
    font-size: 14px;
    font-family: "AvenirNext-Regular","PingFang SC";
}
.f-transform,
.f-transition {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.f-transition {
    transition: all 1s ease-in-out;
}
.f-transform {
    transition: transform 1s ease-in-out;
}

.u-text-big {
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
}

.m-product {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.m-popup {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
    text-align: center;
}
.m-popup .image-box {
    opacity: 1;
    transition: all 1s ease-in-out;
}
.m-popup .name{
    font-size:24px;
    /*font-weight:bold;*/
    margin-bottom:80px;
    font-style: italic;
    font-family: "AvenirNext-Bold";
    line-height: 1.2;
}
.m-popup .price {
    font-size:18px;
    margin-bottom:10px;
    font-weight: bold;
}
.m-popup .size-spec {
    font-size:12px;
    font-weight: 100;
    margin-bottom:45px;
}
.m-popup .btn {
    border: 1px solid #CEA88A;
    font-size: 12px;
    padding: 6px 12px;
    color: #CEA88A;
    opacity: .8;
}
.m-product:hover .image-box {
    visibility: hidden;
    opacity: 0;
}
.m-product:hover .m-popup{
    opacity: 1;
    visibility: visible;
}

.m-scene-3 .m-popup,
.m-scene-3 .m-popup .btn,
.m-scene-4 .m-popup,
.m-scene-4 .m-popup .btn{
    color: #3A270B;
}
.m-scene-3 .m-popup .btn,
.m-scene-4 .m-popup .btn{
    border-color: #3A270B;
}