@font-face {
    font-family: 'iconfont';
    src: url('/mine/fonts/iconfont.eot');
    src: url('/mine/fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('/mine/fonts/iconfont.woff2') format('woff2'),
        url('/mine/fonts/iconfont.woff') format('woff'),
        url('/mine/fonts/iconfont.ttf') format('truetype'),
        url('/mine/fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    position: fixed;
    font-family: "iconfont" !important;
    font-size: 56px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*{
    margin:0;
    padding:0;
}
html {
    font-size: 14px;
}			
body {
    margin:0;
    padding:0;
    color: #FFFFFF;;
    background-color: #121C3C;    
}
html, body {
    scroll-behavior:initial;
}

/*-------------------------------*/
/*-----------general-------------*/
/*P1*/
.cover-up-bottom {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-tranform: translate(-0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
    z-index: 10;
}
.cover-up-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-tranform: translate(-80%,-50%);
    -moz-transform: translate(-80%,-50%);
    -ms-transform: translate(-80%,-50%);
    -o-transform: translate(-80%,-50%);
    transform: translate(-80%,-50%);
    z-index: 10;
}
/*P2-P5*/
.page-block {
    position: relative;
    display: block;
    margin:0 auto;
}
.gradient {
    opacity: 1;
    font-size: 38px;
    font-weight: 500;
    color: linear-gradient(209.9deg, rgba(254, 138, 71, 1) 0%, rgba(218, 33, 58, 1) 40.79%, rgba(83, 119, 235, 1) 100%);
}

/*P6*/
.about-up-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-tranform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.page-cover {
    position: relative;
    display: block;
}


.img-opacity {
    opacity: 0.8;
    filter:alpha(opacity=80);
    /*object-fit: cover;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
    transform-origin: 400px 250px;*/
}
.img-blur {
    filter: blur(1.5rem);
}

/*image*/
.img-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
/*animation*/
.rotate-180 {
    transform: rotate(-180deg);
}
/*-------------------------------*/
/*loading*/
.loading {
    width: 100%;
    height: 100%;
    background-color: #F9F8F6;
}
.loading-spinner {
    content: '/img/icon/nav-log@2x.png';
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
} 
@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
} 
@keyframes rotateplane {
    0% {        
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    } 50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);        
    } 100% {        
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*-------------------------------*/
/*nav*/
.nav {
    border-color: transparent;
    box-shadow: none;
}
.navbar-default {
    border: none;
}
/*1st menu:mobile*/
.nav-mobile-logo {
    width: 50px;
    margin-top:-5px
}
.mobile-menu-btn, .mobile-menu-btn:hover, .mobile-menu-btn:active, .mobile-menu-btn:visited, .mobile-menu-btn:link, .mobile-menu-btn:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    background: none !important;
    text-decoration: none;
}
#nav-mobile-menu {
    position: fixed;
    right:0;
    background-color: #121C3C;
    max-height: 100vh;
    width: 60%;
    height:auto;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);   
}
.nav-mobile-background {
    text-align: right;
}
.nav-mobile-background li {
    text-align: right;    
}
.nav-mobile-background li:hover {
    background-color: #121C3C;
}
.nav-mobile-background li a {
    display: block;
    height: 100px;
    line-height: 100px;
    margin-right: 50px;
}
#mobile-menu-blank {
    height: 35vh;
}
/*1st menu:pc*/
#main-nav {
    background-color: #121C3C;
    max-height: 72px;
    opacity: 1;
}

@media screen and (max-width : 970px){
    #main-nav {
        min-height: 50px;
    }
}
li.nav-item {
    display: inline-block;
    position: relative;
}
li.nav-item a {
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: transparent !important;/*hide the init format of bootstrap*/
}
.nav-pc-logo {
    display: inline-block;
    text-align: center;
    margin: 0 0;
    padding: 0 0;
    margin-top: 23px;
    margin-left: 1vh;
    width: 117px;

}
.nav-pc-mid {
    float: none;
    text-align: center;
}
ul.nav-pc-mid li {
    float: none;
    display: inline-block;
}
.nav-pc-icon {
    display: inline-block;
    margin: 0 auto;
    margin-top: 38px;
    margin-left: 15px;
    width: 24px;
}

/*-------------------------------*/
/*foot*/
footer {
    background-color: #121C3C;
    text-align: center;
    -webkit-box-shadow: 0 -14px 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -14px 10px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 -14px 10px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 -14px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 -14px 10px 0 rgba(0,0,0,0.1);  
}
footer ul {
    height: 1vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
footer ul>li {
    height: 1vh;
    line-height: 1vh;
    list-style: none;
}
.footer-link {
    padding: 1vw;         /*item distance*/
}
/*foot->logo*/
.footer-logo {
    text-align: center;
}

/*contact-win*/
.contact {
    position: relative;
    display: table;
    width: 980px;
    left: 50%;
    top: 50%;
    -webkit-tranform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    text-align: left;
    -webkit-animation: modal_sacle .6s ease;
    -moz-animation: modal_sacle .6s ease;
    -ms-animation: modal_sacle .6s ease;
    -o-animation: modal_sacle .6s ease;
    animation: modal_sacle .6s ease;
}
@keyframes modal_sacle {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.contact>img {
    position: relative;
    display: table-cell;
    max-width: 440px;
}
.contact-content {
    vertical-align: top;
    display: table-cell;
    position: relative;
    padding: 40px 40px 0 40px;
    max-width: 540px;
}
.contact input {
    background-color: #fff;
    margin-top: 10px;
    width: 460px;
    height: 40px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0px 0px 1px;
    outline: none;
}
.contact textarea {
    margin-top: 20px;
    overflow: hidden;
    resize: none;
    background-color: #fff;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0px 0px 1px;
    outline: none;
}
.upload-btn {
    margin-top: 10px;
    padding: 7px 35px;
    border-radius: 25px;
}
.upload-btn input {
    position: absolute;
    font-size: 30px;
    width: 30%;
    margin-top: -10px;
    margin-left: -40px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.close-icon {
    position: absolute;
    max-width: 20px;
    max-height: 20px;
    margin-top: -20px;
    margin-right: 20px;
    right: 40px !important;
}
.contact-phone-icon {
    max-width: 44px;
    max-height: 44px;
    margin-bottom: 32px;
}
@media screen and (max-width : 767px){
    .contact {
        width: 90vw;
    }
    .contact-content {
        padding: 30px;
        width: 85vw;
    }
    .contact input {
        width: 80vw;
    }
    .contact textarea {
        width: 80vw;
    }
    .contact button {
        width: 100px;
        margin-left: 60px !important;
    }
}
.footer-icon {
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
}
.footer-icon img {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
}
.footer-icon-txt {
    text-indent: 2px;
    display: inline-block;
    text-align: center;
}
/*foot->copyright*/
.footer-cuttingline {
    background-color: #eeeeee;
    height: 1px;
    width: 100%;
    border: none;
}
#copyright {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*float*/
/*weixin*/
.weixin-top, .weixin-bottom, .weixin-right {    
    text-align: center;
    position:relative;
}
.weixin-top::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;   
    opacity: 0;
    z-index: 200;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    left: 3px;
    top: 20px;
    transform-origin: top;
}
.weixin-right::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #fff;   
    opacity: 0;
    z-index: 200;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;    
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    left :-10px;
    bottom: -40px;
    transform-origin: right;
}
.weixin-bottom::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #fff transparent transparent transparent;   
    opacity: 0;
    z-index: 200;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;    
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    left: 1px;
    bottom: 24px;
    transform-origin: bottom;
}
.weixin-top::after {
    content: url(/img/QRcode/2cPoBPC.png)'\D\A扫码关注我';
    position: absolute;
    line-height: 10px;
    z-index: 10;
    border-radius: 5px;
    width: 164px;
    height: 180px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;    
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    left: -68px;
    top: 40px;
    transform-origin: top;
}
.weixin-right::after {
    content: url(/img/QRcode/2cPoBPC.png)'\D\A扫码关注我';
    position: absolute;
    line-height: 10px;
    z-index: 10;
    border-radius: 5px;
    width: 164px;
    height: 180px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    -moz-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    -ms-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    -o-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    left : -173px;
    bottom: -50px;
    transform-origin: right;
}
.weixin-bottom::after {
    content: url(/img/QRcode/2cPoBPC.png)'\D\A扫码关注我';
    position: absolute;
    line-height: 10px;
    z-index: 10;
    border-radius: 5px;
    width: 164px;
    height: 180px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    -moz-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    -ms-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    -o-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    left: -69px;
    bottom: 43px;
    transform-origin: bottom;
}
.weixin-top:hover::before, .weixin-bottom:hover::before, .weixin-right:hover::before {
    opacity: 1;
}
.weixin-top:hover::after, .weixin-bottom:hover::after, .weixin-right:hover::after {
    transform:scale(1);
    opacity: 1;
}
/*-------------------------------*/
/*float elements*/
.float-side {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 300;
    width: 60px;
}
.return-top {
    /*right: 0;
    bottom: 0;*/
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.return-top:hover {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
/*img*/
/*cursor*/
.no-cursor {
    cursor:default !important;
}
/*-------------------------------*/
/*index page*/
/*-------------------------------*/
/* img */
.index-show-img {
    display: inline-block;
    max-width: 555px;
    padding: 16px;
}
/* video */
.index-cover-video-box {
    position: relative;
}
.mobile-cover-video {
    display: none;
}
video {
    margin: 0;
    padding: 0;
}
/*-------------------------------*/
/*about page*/
/*-------------------------------*/
.full-screen-layout {
    display: block;
    margin: 0 auto;
    width: 100vw;
}
.about-row {
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
}
.about-halfscreen-layout {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    z-index: 10;
}
.box-layout {
    display: table;
}
.box-layout-inner {
    display: table-cell;
    text-align: center;
    height: 600px;
    width: 600px;
}
/*txt*/
.inner-content {
    text-align: center;
    margin-top: 180px;
}
.about-content {
    margin: 0 auto;
    max-width: 700px;
}
.about-half-content {
    margin: 0 auto;
    max-width: 420px;
}
.line-p {
    line-height: 30px;
    padding: 0 20px;
}
/*about cut off*/
.about-cut-off-img {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
@media screen and (max-width : 767px){
    .box-layout-inner {
        vertical-align: middle;
        width: 90vw;
        height: 90vw;
    }
    .inner-content {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
/*-------------------------------*/
/*product page*
/*-------------------------------*/
/*tab*/
.nav-tabs {
    text-align: center;
    margin: 0;
    padding: 0;
}
.nav-tabs li {
    float: none;
    display: inline-block;
}
.nav-tabs li a, .nav-tabs li.active a, .nav-tabs li.active a:hover {
    border: none !important;
    background-color: transparent;
}
.nav-tabs li.active a::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    bottom: -10px;
    background-color: #000;
    z-index: 100;
}
/*img*/
.product-large-img {
    display: inline-block;
    max-width: 568px;
    max-height: 720px;
    padding: 8px;
}
.product-small-img {
    display: inline-block;
    max-width: 284px;
    max-height: 360px;
    padding: 8px;
}
.product-series-list {
    display: inline-block;
    max-width: 410px;
    max-height: 600px;
    padding: 20px;
}

/*btn*/
.btn, .btn:active {
    outline: none !important;
}
.btn:hover {
	background-color: #fff;
}
.product-btn {
    width: 180px;
    height: 50px;
    line-height: 35px;
    font-size: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.product-more-btn {
    border: #5B5550 solid 1px;
    background-color: transparent;
}
.product-more-btn:hover {
    border: #5B5550 solid 1px;
    background-color: #5B5550;
    color: #fff;
}
.product-shop-btn {
    border: #fff solid 1px;
    color: #fff;    
    background-color: transparent;
    z-index: 20;
}
.product-shop-btn:hover {
    border: #fff solid 1px;
    background-color: #fff;
    color: #5B5550;
    z-index: 20;
}
/*carousel*/
.product-carousel-img {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.product-carousel-img ul {
    position: absolute;
    list-style: none;
    left: 0;
    top: 0;
    width: 300%;
    -webkit-animation: img-flow 25s linear 0s infinite;
    -moz-animation: img-flow 25s linear 0s infinite;
    -ms-animation: img-flow 25s linear 0s infinite;
    animation: img-flow 25s linear 0s infinite;
}
.product-carousel-img ul li {
    float: left;
}
.product-carousel-img img {
    max-width: 240px;
}
@keyframes img-flow {
    0%   {left: 0px;}
    100% {left: -100%;}
}
.product-carousel-img ul:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;  
    animation-play-state: paused;
}
@media screen and (max-width : 767px){
    .product-btn {
        width: 130px;
        height: 30px;
        line-height: 16px;
        font-size: 16px;
    }
}
/*related*/
.related-row {
    display: inline-block;
    height: 680px;
    max-width: 1200px;
    text-align: center;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.related-logo-box {
    display: block;
    position: relative;
    height: 680px;
    padding: 24px;
    text-align: left;
}
.related-row .costume {
    background-color: #D6D2CD;
}
.related-row .fragrance {
    background-color: #D3CBB7;
}
.related-row .accessory {
    background-color: #D0C2BA;
}
.related-row .logo-caption  {
    margin-left: 10px;
}
.related-row .logo-caption-img {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    max-height: 28px;
    max-width: 28px;
}
.related-row .logo-caption-txt {
    display: inline-block;
    margin-left: 10px;
}
.single-logo-box {
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 160px;
    margin-left: 20px;
    margin-top: 20px;
    background-color: transparent;
    border: solid 1px #fff;
}
.single-logo-box:hover, .single-logo-box-click {
    background-color: rgba(0,0,0,0.1);
}
.single-logo {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width: 90%;
}
.related-content-box {
    display: none;
    width: 700px;
    text-align: center;
    margin-left: 50px;
}
.related-content-title {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 10;
}
.related-content-description {
    display: inline-block;
    position: relative;
    max-width: 700px;
    line-height: 30px;
    text-align: justify;
    z-index: 10;
}
.related-content-img {
    display: inline-block;
    max-width: 700px;
}
@media screen and (max-width : 767px){
    .related-row {
        text-align: center;
        width: 100vw;
        height: auto;
        background-color: #f9f8f6;
    }
    .related-row .logo-caption {
        text-align: center;
        width: 100%;
        padding: 20px 0;
        margin: 0;
    }
    .related-row .logo-caption-img {
        margin-bottom: 10px;
        max-height: 24px;
        max-width: 24px;
    }
    .related-row .logo-caption-txt {
        line-height: 32px;
        height: 22px;
    }
    #carousel-costume-m, #carousel-fragrance-m, #carousel-accessory-m {
        margin: 10px 0;
    }
    .related-row .left-arr {
        top: 25px;
        left: 4vw;
        font-size: 32px;
        opacity: 0.7;
    }
    .related-row .right-arr {
        top: 25px;
        right: 4vw;
        font-size: 32px;
        opacity: 0.7;
    }
    .carousel-control.left { 
        background-image:none;        
        background-repeat: repeat-x;        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);        
    }        
    .carousel-control.right {    
        left: auto; right: 0;    
        background-image:none;    
        background-repeat: repeat-x;    
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);    
    } 
    .related-box-m {
        position: relative;
        text-align: center;
    }
    .card-bk {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 94vw;
        height: 800px;
    }
    .related-content-box {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 94vw;
        height: 800px;
    }   
    .related-logo-bk {
        position: relative;
        text-align: center;
        width: 100%;
        height: 100px;
    }
    .related-logo-inner {
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform:translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform:translate(-50%,-50%);
        width: 30%;
    }
    .related-content-title {
        margin-top: 20px;
    }
    .related-content-description {
        vertical-align: top;
        width: 100%;
        margin-top: 5px;
        padding: 0 15px;
        line-height: 20px;
    }
    .related-content-img {
        position: absolute;       
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }
    .carousel-caption {
        display: inline-block;
        position: absolute;
        left: 1vw;
        right: 1vw;
        top:0;
        margin: 0 !important;
        padding: 0 !important;
        text-shadow: none;
    }    
}
/*-------------------------------*/
/*product-XX page*/
/*-------------------------------*/
/*show-box*/
.product-content-show-box {
    display: inline-block;
    max-width: 1280px;
}
.product-content-img {
    display: inline-block;
    padding: 8px;
    max-width: 290px;
    cursor:pointer;
}
/*carousel*/
.modal {
    width: 100vw;
    height: 100vh;
}
.modal-dialog {
    margin: 0 auto;    
}
ol.carousel-indicators{
    bottom: 100px;
    margin-bottom: 100px;
}
ol.carousel-indicators li {
    width: 6px;
    height: 6px;
}
ol.carousel-indicators li.active {
    width: 8px;
    height: 8px;
}
.modal .close {
    margin: 0;
    padding: 0;
    position: fixed;
    opacity: 0.1;
    font-size: 52px;
    color: #fff;
    top: 5%;
    right: 80px;
    z-index: 5;
    transition: opacity 0.3s ease;
}
.modal .close-j {
    margin: 0;
    padding: 0;
    position: fixed;
    opacity: 0.6;
    font-size: 52px;
    color: #fff;
    top: 5%;
    right: 80px;
    z-index: 5;
    transition: opacity 0.3s ease;
}
.left-arr, .right-arr {
    margin: 0;
    padding: 0;
    position: relative;
    opacity: 0.1;
    font-size: 80px;
    color: #fff;
    z-index: 5;
    transition: opacity 0.3s ease;
    top: 45vh;
    right: 10px;
}
.modal .close:hover, .left-arr:hover, .right-arr:hover {
    opacity: 1;
}
@media screen and (max-width : 767px){
    .modal .close, .modal .close-j {
        top: 20px;
        right: 20px !important;
    }
}
/*-------------------------------*/
/*space page*
/*-------------------------------*/
/*drop-down*/
.dropdown-box {
    display: block;
    z-index: 100;
}
.dropdown-btn {
    background-color: #fff;
    color: #736860;
    width: 500px;
    padding: 12px;
    height: 60px;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
}
.dropdown-btn:hover {
    border: none;
    outline: none;
}
.btn-arrow {
    position: absolute;
    right: 15px;
    top: 72%;
    z-index: 1000;
    color: #5B5550;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.shop-list {
    display: none;
    position: absolute;
    text-align: left;
    background-color: #f9f8f6;
    width: 100%;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    z-index: 100;

    transform-origin:50% 0;
    transition: all 0.3s ease-out;
    -webkit-animation: slide-down 0.6s ease-in-out;
    -moz-animation: slide-down 0.6s ease-in-out;
    -ms-animation: slide-down 0.6s ease-in-out;
    -o-animation: slide-down 0.6s ease-in-out;
    animation: slide-down 0.6s ease-in-out;
}
@keyframes slide-down{
    0%{transform:scale(1,0);}
    50%{transform:scale(1,1.03);}
    75%{transform:scale(1,0.99);}
    90%{transform:scale(1,1.01);}
    100%{transform:scale(1,1.0);}
}
ul.shop-list li {
    line-height: 30px;
}
ul.shop-list li a {
    display: block;
    padding: 12px 16px;
}
ul.shop-list li a:hover {
    text-align: left;
    background-color: #D6D2CD;
}
/*display content*/
.space-row {
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
}
.space-row-half {
    position: relative;
    width: 590px;
    display: inline-block;
}
.space-row-half-layout {
    display: table;
}
.space-row-half-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 590px;
    height: 470px;
}
.shop-content {
    display: none;
    text-align: left;
    margin-left: 100px;
    width: 500px;
}
.space-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}
.map {
    position: relative;
    display: inline-block;
    width: 90%;
    height: 90%;
    border: #999999 solid 1px;    
}
#carousel-shop {
    position: relative;
    display: inline-block;
    width: 1180px;

}
#carousel-shop .left-arr, #carousel-shop .right-arr {
    position: relative;
    top: 50%;
}
@media screen and (max-width : 767px){
    .dropdown-btn {
        width: 60vw;
    }
    .shop-list li {
        line-height: 30px;
    }
    .space-row-half {
        width: 90vw;
    }
    .space-row-half-inner {
        display: inline-block;
        width: 90vw;
        height: 85vw;
    }
    .shop-content {
        margin: 50px 20px;
        width: 80vw;
    }
    #carousel-shop {
        width:100vw;
    }
    #carousel-shop .left-arr, #carousel-shop .right-arr {
        font-size: 32px;
        top: 40%;
        right: 0;
    }
}
/*-------------------------------*/
/*vip*
/*-------------------------------*/
/*block*/
.vip-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 380px;
    height: 500px;
    margin: 20px 10px;
    background-color: #fff;
}
.vip-block ul {
    width:380px;
    height: 350px;
    margin-top: 20px;
    padding: 0 50px;
    background-color: #fff;
}
.vip-block li {
    line-height: 25px;
}
@media screen and (max-width : 767px){
    .vip-block {
        width: 90vw;
        height: auto;
    }
    .vip-block ul {
        width: 85vw;
        height: auto;
        margin-top: 0;
        padding: 20px;
    }
    .vip-block li {
        padding-left: 10px;
    }
}
/*-------------------------------*/
/*joinus*
/*-------------------------------*/
/*block*/
.joinus-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1180px;
    height: auto;

    background-color: #fff;
}
.joinus-block-title {
    padding-left: 40px;
}
.joinus-block img {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
}
.joinus-block-content {
    padding: 0 40px 0 40px;
}
.joinus-block ul {
    position: relative;
    width:1100px;
    background-color: #fff;
    padding-bottom: 40px;
}
.joinus-block li {
    line-height: 25px;
}
.joinus-btn {
    position: absolute;
    top: 40px;
    right: 40px;
}
@media screen and (max-width : 767px){
    .joinus-block {
        width: 90vw;
        height: auto;
        padding: 0 15px 0 15px;
    }
    .joinus-block-title {
        padding-left: 15px;
    }
    .joinus-block-content {
        padding: 0 0 0 15px;
    }
    .joinus-block ul {
        position: relative;
        width: 75vw;
    }
    .joinus-btn {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        padding-bottom:20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
/*-------------------------------*/
/*privacy*
/*-------------------------------*/
.privacy-block {
    position: relative;
    display: inline-block;
    width: 1180px;
    height: auto;
    background-color: #fff;
    z-index: -2;
}
.privacy-block-content {
    position: relative;
    display: inline-block;
    width: 1180px;
    height: auto;
    padding: 0 40px;
}
.privacy-line {
    margin: 0;
    padding: 0;
    line-height: 30px;
}
@media screen and (max-width : 767px){
    .privacy-block {
        width: 90vw;
    }
    .privacy-block-content {
        width: 85vw;
        padding: 0 10px;
    }
}
/*-------------------------------*/
/*tu*
/*-------------------------------*/
.timeline-small {
    max-width: 1180px;
    overflow: hidden;
}
.timeline-small-body ul {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.timeline {
    position: relative;
    z-index: 0;
}
.timeline-small-body .date {
    vertical-align: top;
    margin-left: 40px;
    margin-right: 27px;
    width: 135px;
}
.timeline-small-body .events {
    vertical-align: top;
    width: 800px;
    margin-left: 27px;
}
.timeline::after {
    content: ' ';
    height: 88%;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    top: 10px;
    left: 208px;
    z-index: -1;
}
.timeline-small-body li {
    height: 72px;
}
.timeline-small-body li div {
    display: inline-block;
}
.timeline-small-body .dot {
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #9A9488;
    z-index: 10;
}
@media screen and (max-width : 767px){
    .timeline-small {
        max-width: 85vw;
        overflow: hidden;
    }
    .timeline-small-body .date {
        margin-left: 10px;
        margin-right: 10px;
        width: 90px;
    }
    .timeline-small-body .events {
        margin-left: 10px;
        width: 175px;
    }
    .timeline-small-body li {
        height: 260px;
    }
    .timeline::after {
        height: 2080px;
        top: 15px;
        left: 116px;
    }
}