@import "./global.css?v5.8" ;
body{
    background: #f1f2f4;
    font: 14px yahei,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}


.layui-breadcrumb a:hover {
    color: #a51405 !important;
}

#YSF-BTN-HOLDER{display: none;}

/*********************顶部菜单*************************/
.layui-layout-home .layui-header {

    position: fixed;
    z-index: 10001;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.layui-layout-home .layui-header:after{
    clear: both;
}
.layui-layout-home .spread-menu{
    position: absolute;
    top: 0px;
    right: 5px;
    width: 25px;
    z-index: 100;
    color: #eee;
    height: 40px;
    line-height: 40px;
    
}
.layui-layout-home .layui-nav-tree{
    width: 150px;
    position: fixed !important;
    top: 40px;
    right: 0;
    z-index: 101;
 
    background: rgba(0, 0, 0, 0.7) !important;

}

.layui-layout-home .layui-nav-tree .layui-nav-item a {
    color: #fff !important;

}
.layui-layout-home .layui-nav-tree .layui-nav-item a:hover{
   font-weight: bold !important;
}

.layui-layout-home .layui-nav-tree .layui-nav-child{
    display: none;
}

.layui-layout-home .layui-nav, .layui-layout-home .layui-nav-item{
    position: static;

}
.layui-layout-home .layui-this, .layui-layout-home .layui-this:after,
.layui-layout-home .layui-this>a, .layui-layout-home .layui-this>a:hover,
.layui-layout-home .layui-nav-bar{

    background:none !important;
}
.layui-layout-home .logo-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.layui-layout-home .logo{
    height: 100%;
    width: 100%;
    position: relative;

}
.layui-layout-home .logo img{
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.layui-layout-home .layui-header .layui-nav {
    background: none;
    float:right;
    padding:0;
    
}
.layui-layout-home .layui-header .layui-nav-child {
    top: auto;
    padding:0;
    background: none;
    border: none;
    box-shadow:none;
    text-align: right;
    height: 50px;
    line-height: 50px;
}
.layui-layout-home .layui-header .layui-nav-child:before {
    content: '';
    position:fixed;
    left: 0;
    right: 0;
    border: none; 
    background: rgba(255, 255, 255, 0.7);
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding-left: 28px;
    
}
.layui-layout-home .layui-header .layui-nav-child dd{
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    position: relative;
    
}
.layui-layout-home .layui-header .layui-nav-child dd:after {
    position: absolute;
    content: '';
    top: 18px;
    right: 0;
    height: 15px;
    width: 3px;
    border-right: 1px solid #484443
}
.layui-layout-home .layui-header .layui-nav-child dd:last-child:after{
    border: none;
}

.layui-layout-home .layui-header  .layui-nav-child a{
    color: #484443;
    font-size: 18px;
}
.layui-layout-home .layui-header .layui-nav-child a:hover{
    font-weight: bold;
    background: none;
}

.layui-layout-home .layui-header>.layui-nav>.layui-nav-item>a{
    font-weight: 100;
}
.layui-layout-home .layui-nav-more{
    display: none;
}


/************搜索******************/
.layui-header .top-search{
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 1001;
    overflow: hidden;
    width: 385px;
    display: none;
}


.layui-header .top-search input{
    border: 1px solid #555;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.85);
    width: calc(100% - 2px);
    color: #fff;
    text-indent: 10px;
}
.layui-header .top-search span{
    position: absolute;
    right: 25px;
    top: 0px;
    z-index: 1002;
    font-size: 16px;
}
.layui-header .top-search button{
    background: none;
    border: none;
    color: #fff;
    margin-left: 10px;
}
.layui-header .top-search button:after{
    background: none;
    border: none;
}
@media screen and (max-width: 767.97px) {

    .layui-header .top-search{
        left:0;
        right:0;
        top: 0px;
        width: 100%;
    }

.layui-header .top-search span{

    right: 30px;

}
    
}


.layui-header .search-tips{
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}
.layui-header .search-tips a{
    height: 30px;
    line-height: 30px;
    padding: 0;
    color: #888;
    font-size: 14px;
}
.layui-header .search-tips a:hover{
    color: #aaa;
}

.layui-header .search-tips li{
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #aaa;
}






.layui-carousel{
    background: none;
    overflow: hidden;
    /*background: #cacaca;*/
}
.layui-carousel>[carousel-item]>div>a{
    position: relative;
}

.layui-carousel .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    color: #fff !important;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
}
.layui-carousel h5{
    color: #575757;
    height: 50px;
    line-height: 23px;
    overflow: hidden;
    margin: 10px 0;
}
.layui-carousel h4{
    color: #575757;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.layui-carousel .item{
    background: #fff;
}
.layui-carousel a{
    display: block;
}
.layui-carousel img, .layui-carousel video{
    width: 100%;
    display: block;
}
.layui-carousel-ind{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.layui-carousel .layui-carousel-top{
    top: 10px;
    bottom: auto;
}
.layui-carousel .layui-carousel-bottom{
    bottom: 10px;
    top: auto;
}
.layui-carousel .layui-carousel-line.layui-carousel-bottom{
    bottom: 15px !important;
    width: 70%;
    margin: 0px auto;
}
.layui-carousel .layui-carousel-line.layui-carousel-top{
    top: 0px !important; 
}

.layui-carousel-line  ul{
    background: none;
    width: 100%;
    padding: 0;
}
.layui-carousel-line ul li{
    border-radius: 0;
    height: 1px;
    margin: 0;
    background: #c7c9c8;
}
.layui-carousel-line  ul li.layui-this{
    background: #cc1f25;
}

.layui-carousel-thumb>div{
    display:inline-block;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.layui-carousel-thumb>div:after{
    position: absolute;
    content: '';
    left:0;
    right:0;
    top:0;
    bottom:0;
    border: 1px solid #fff;
}
.layui-carousel-thumb>div:last-child{
    margin-right: 0;
}
.layui-carousel-thumb>div>img{
    object-fit: fill;
    width:  100%;
    height: 100%;
}

.layui-carousel-thumb .active:after{
    position: absolute;
    content: '';
    left:0;
    right:0;
    top:0;
    bottom:0;
    border: 1px solid #f00;
}




.banner{

    position: relative;
}
.banner video{
    width: 100%;
     display: block;
    /* height: 600px;*/
    /* margin: 50px 0;*/
}
.banner a{
    display: block;
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.5);
}
.container{
    position: absolute;
    left:0;
    right:0;
    top:0;
    z-index: 1;     

}
@media screen and (max-width: 767.97px) {
    .container{top: 40px;}
}

/*********************首页*************************/

.slideBox a{
    display: block;
    height: 100%;
    width: 100%;
}
.slideBox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cases{
    background: #fff;
    overflow: hidden;

}
.cases .content{
    width: 70%;
    margin: 0 auto;
   /* transition: all 0.3s;*/

}

.cases .desc{
    white-space: pre-line;
    line-height: 25px;
    max-height: 80px;
    overflow: hidden;
}
.cases .picture img{
    width: 100%;
    height: auto;
    display: block;
}

.cases .more:hover{
    background: #a51405;
    transition: all 0.3s ease-in-out; 
}

.cases a.buy{
    border: 1px solid  #ddd;
    color: #707070;
    transition: all 0.3s;
}
.cases .buy:hover{
    border: 1px solid  #a51405;
    color: #a51405;
    transition: all 0.3s ease-in-out; 
}

.cases a{
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    width: 100px;
}
.cases a.more{
    background: #707070;
    color:#fff;
    margin-right: 20px;
    transition: all 0.3s;

}
.cases .price{
    color:#e73a10;
    font-weight: bold;
    line-height: 50px;
    font-size: 16px;

}
.cases:hover .content{
    /*
    transform: scale(1.1); 
    transition: all 0.3s ease-in-out; 
    */
}



@media screen and (max-width: 767.98px) {
    .cases a{
        font-size:  14px;
        width: 70px;
        line-height: 28px;
        position: absolute;
    }    
    .cases a.more{
        right: 0;
        bottom: 50px;
        margin-right: 0;
    }
    .cases a.buy{
        right: 0;
        bottom: 5px;
    }
    
    
    .cases .content{
        width: 90%;
        margin: 15px auto;
        position: relative;

    }
    .cases .price{

        height: 60px;
        line-height: 60px;

    }   
 


}

@media screen  and (min-width: 768px) and (max-width: 1100px) {

    .cases a{
        font-size:  14px;
        width: 70px;
        line-height: 28px;
    }    
    .cases a.more{
        background: #707070;
        color:#fff;
        margin-right: 10px;
        transition: all 0.3s;

    }    
}

/*********************空间案例*************************/


.flow {

}


.flow .picture{
    width: 100%;
    position: relative;
   overflow:hidden;
    transition: all 0.3s ease-in-out;  
}
.flow video{
    width: 100%;
    height: 100%;  
    object-fit: cover;
    -o-object-fit: cover;
    display: block;
}

/*
@supports(-ms-ime-align: auto) {
    .flow .picture{
        overflow:hidden;

    }
    .flow  video{
      width: auto;
      height: 100%;
      min-height: 100%;
      min-width: 100%;


    }
}*/




.flow img{
    width: 100%;
    height: 100%;  
     display: block;
    object-fit: cover;
}
.video{
    position: relative !important;
}
.video i{
    position:absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    z-index: 1000;
    font-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
}
/*
.video i.layui-icon-play:before{
     content: '';
}
.video i.layui-icon-play{
    width: 35px;
    height: 35px;
    background:url(/static/home/play.png);
    background-size: cover;
    content: '';
}*/

@media screen  and (max-width: 768px){
    .video i{
        display: block;
    }
}

.flow .infomation{
    height: 80px;
}

.flow .title{
    margin-bottom: 10px;
    text-align: center; 
    width: 100%;

}
/*
.flow .info{
    line-height: 25px;
    padding: 0;
    margin-top: 5px;
}*/
.flow .desc{
    white-space: pre-line;
    max-height: 150px;
    overflow: hidden;
}

.flow>div:hover .title{
    background-color: #eee;
}
.flow .layui-item a{
    display: block;
}
.card_title{
    color:#3e3d3d;
    font-weight:100;
    border-top:1px solid #ddd;
}
.card_title i{
    font-size: 18px;
    font-style: normal;
}

/*********************产品列表*********************************/
.navigation .layui-badge{
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
}
.navigation  a{
   color:#fff !important;
}
.navigation a:hover{
   color:#fff !important;
}
.navigation  a.black{
   color:#000 !important;
}
.navigation  a.red{
   color:#f00 !important;
}
.navigation a.layui-bg-black{
  
   position: relative;
   color:#fff !important;

}
.navigation  span[lay-separator]{
    color:#000 !important;
}
/*
.item_separator{
    margin-right: 20px;
    border-right: 2px solid #000;
}

.item_separator:after{
    content: '';
    position: absolute;
    height: 15px;
    width: 20px;
    top: 5px;
   border-right:2px solid #000;
}
*/
.layui-flow-more{
    align-items: center;
    padding: 30px 0;
    column-span: all;
    clear:both;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    margin: 0 auto;
}
.layui-flow-more a cite{
    padding: 5px 20px;
}
@media screen  and (max-width: 768px){
    .layui-flow-more{
        font-size: 14px;
       padding: 0;
    }
    .layui-flow-more a cite{
        padding: 3px 10px;
        background: none;
    }
}

/*********************产品详情*********************************/
.goods .content img, .goods .content video, .goods .content iframe{
    width: 100% !important;
}
.goods .layui-carousel-thumb{
    background: #fff;
}


/*********************附近门店*************************/
.store{

}

.store .layui-input-inline{
    width: 46%;
    margin-left: 0;
}
.store form{
    margin-bottom: 20px;
}
.store .layui-form-label{
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding:0;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
}
.layui-input-sm,  .layui-select-sm, .layui-textarea-sm
{
    height:38px;
    line-height:38px;
    width: 100%;
    border: 1px solid #eee;
    padding-left: 5px;
}
  .layui-layer-content{

    overflow:visible;

    }

.storeList{

    min-height: 700px;
}


.storeList .layui-laypage a{
    border: none;
    font-weight: bold;
}
.storeList .layui-laypage .layui-laypage-curr em{
    color: #000;
}
.storeList .layui-card-header{
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    line-height: normal;
    height: auto;
}
.storeList .layui-card{
    box-shadow: none;
    border-bottom: 1px solid #eee;
    padding-top: 0.1px;

}
.storeList .layui-card-header i{
    margin-left:5px;
}
/***********************关于我们*************************/
.story .title span[lay-separator]{
    color: #f00;
}

.story .culture .row{
    position: relative;
}
.story .culture  .desc{
    display: none;
}
.story .culture .active{
   
    height: 220px;
    overflow: hidden;
     
      
}
.story .culture .active .mask{
    background: rgba(0,0,0, 0.4);
    height: 220px;
}
.story .culture .active .desc{
    display: block;
    position: absolute;
    top:30%;
    left: 10%;
    right:10%;
    bottom: 50px;
    font-size: 16px;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .story .culture .active .desc{

        top:40%;

    }
}
.culture>div{
    font-weight: 100;

}
.culture .title{

    background: rgba(66, 66, 66, 0.9);
    position: relative;
    overflow: hidden;
}
.culture .title>div{
     position: relative;
}
.culture .title>div:after{
    content: '/';
    top: 50%;
    left: 0;
    height: 25px;
    font-size: 30px;
    width: 20px;
    color: #f00;
    position: absolute;
    z-index: 10;
}

.culture>div:nth-child(even) .title{
    background: rgba(100, 100, 100, 0.9);
}
.culture div.active .title{
     height: 100%;
     background: none;
}


/********************合作加盟**************************/

.partner h1{
    font-weight: normal;
    color: #404040;
}
.partner h1 i{

    font-style: normal;
    position: relative;
    margin-left: 30px;
}
.partner h1 i:after{
    position: absolute;
    content: '';
    border-left: 2px solid #ea696e;
    top: 5px;
    left: -20px;
    bottom: 0;
    width: 10px;
    transform: rotate(30deg);

}

.partner .bg{
    background: url(/static/home/bg.png) no-repeat center top;
    background-size:contain;
    height: 72px;
}


.partner .mobile{
    text-align: center;
    margin-bottom: 50px;
}
.partner .layui-input-inline{
    width: 100%;
    margin:0;
}
.partner form{
    border: 1px solid #eee;
}

.partner .layui-textarea{
    width: 100%;
}
.partner .layui-form-item {
    margin-bottom: 0;
}
.partner .layui-form-label{
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding:0;
    height:30px;
    line-height: 30px;
    font-size: 16px;
    display: block;
}


.company h2{
    border-right: 1px solid #eee;
    font-weight: 100;
    text-align: center;
}
.company>div:last-child h2{
    border: none;
}

.company .desc{
    color:#6d6968;
    font-weight: 100;
    margin:0 auto;
    /*text-align: center;*/
    white-space: pre-line;
}
.brand{
    margin: 50px 0;
}

.brand .layui-row{
    height: 170px;
}
.brand .layui-col-md3{
    width: calc(25% - 5px);
    height: 100%;
    margin-bottom: 20px;
}
.brand .layui-col-md1{
    width: 20px;
    height: 1px;
}
.brand img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand .content{
    background: #eee;
    padding-left: 20px;
}


.brand h3{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-top: 35px;
}


.brand .desc{
    color:#90908e;
}
.brand_logo{
    position: relative;
}
.brand_logo a{
    display: block;
    border-radius:20px;
    box-shadow: 0px 7px 7px -3px #cbcbcb;

}
.brand_logo img{

}
.brand_logo a:after{
    position: absolute;
    content: '';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0, 0, 0, 0);
    transition: all 0.3s; 
}
.brand_logo a:hover:after{
    background:rgba(0, 0, 0, 0.05);
    transition: all 0.3s; 
}
@media screen and (min-width: 768px) {
   .brand_logo a{
    display: block;
    border-radius:40px;
    box-shadow: 0px 10px 10px -4px #cbcbcb;

}
}

/*********************新闻列表页****************************/
.news{
    margin: 30px 0;
    background: #fff;
    overflow: hidden;
}
.news h2{
    font-weight: normal;
    color:#585657;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.news h1{
    font-weight: normal;
    color:#585657;
    font-size: 20px;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
}
.news .desc{
    color: #aaa;
    font-size: 16px;
    line-height: 25px;


}


.news .content{
    width: 80%;
    margin: 20% auto;
}
.news .more{
    font-size: 16px;
    text-align: right; 
    margin-top: 5px;

}
.news  img{
    width: 100%;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .news .content{
        width: 80%;
        margin: 12% auto;
    }
}

@media screen and (min-width: 861px) and (max-width: 992px) {
    .news .content{
        width: 80%;
        margin: 15px auto;
    }
}

@media screen and (max-width: 860px) {
    .news .content{
        width: 80%;
        margin: 10px auto;
    }
}

/*********************商品详情页*************************/

.detail img{
    width: 100%;
}
.detail label{
    position:absolute;
    left:15px;
    top:1px;
    width:38px;
    line-height:59px;
    text-align:center;
    color:#a3a3a3;
    font-size: 25px;
}
.detail .layui-form-item .layui-input {
    padding-left: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: #f3f3f3;
}

.detail h2{
    font-size: 25px;
    font-weight: normal;
    text-align: center;

}
.detail form button{
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    margin-top: 30px;
    background: #937446;
}

input::-webkit-input-placeholder {
    color: #ccc;

}
input:-moz-placeholder {
    color: #ccc;

}
input:-ms-input-placeholder {
    color: #ccc;

}
/*********************底部菜单*************************/

.footer{
    display: none;
    background:#101010;
    color: #efefef;
}
.footer .logo{
    border-bottom: 1px solid #333;
    height: 60px;
    margin-bottom: 10px;
}

.footer ul{
    display: inline-block;
    width: 31%;
    height: 300px;
    vertical-align: top;

}
.footer li{
    line-height: 50px;
}



.footer li a{
    color: #efefef;
}
.footer li a:hover{
    color: #888;
}
.footer .contact{
    height: 100%;
}

.footer .layui-row{
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
}
.footer .contact .item{
    margin: 15px 0;
}
.footer .contact img{
    margin-right: 30px;
    width: 40px;
}


@media screen and (max-width: 992px) {
    .footer .layui-row{
        padding: 0;

    }    
}
/****************首页广告*********************/
.close{
    position: fixed;
    bottom: 50px;
    left: 50%;
    color: #fff;
    height: 50px;
    width: 50px;

    z-index: 999999999;
}
.close .layui-icon{
    font-size: 50px;

}
/* 绑定抖动动画 */
.close{
    animation:shake 1s infinite;
}
#layui-layer1 .layui-layer-content {
    position: relative;
    overflow: hidden;
}

@keyframes shake {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0, -10px);
    }
    40% {
        transform: translate(0, 10px);
    }
    60% {
        transform: translate(0, -10px);
    }
    80% {
        transform: translate(0, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}