﻿*{padding:0;margin:0;}
img{
	vertical-align: top;
}
body{
    font-family:Arial, "\5b8b\4f53", Helvetica, sans-serif;font-size: 12px;
    -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
}
ul,li{list-style: none;}
a{color:#333;text-decoration: none}
a:hover{color:#8c1222;}
button{cursor: pointer;}
.fl{float: left}
.fr{float: right}
.menu-open {
    overflow-y: hidden;    
}
.headline{
    max-width:1200px;
    margin:0 auto;
}
.header-wrap{
    background:#fff;
    border-bottom: 1px solid #cacaca;
}
.header-wrap:after{
    content: '';
    display: block;
    clear: both;
}
.header{   
    background:#fff;
    font-family: "\5b8b\4f53";
}
.header-inner{
    max-width: 1200px;
    margin:0 auto;
    height:90px;
}
.header .logo{
    float:left;
    padding-left: 20px;
}
.header .logo img{
    height:64px;
    margin-top:13px;
}
.header-wrap .menu{
    float: right;
    margin-top:30px;
    line-height: 30px;
    font-size: 14px;
}
.header-wrap .menu li{
    float:left;
    padding:0 20px;
}
.header-wrap .menu li a:hover,.header-wrap .menu li a.cur{
    color: #8c1222;
}
.header-wrap .menu .submenu{
    display: none;
    text-indent: 2em;
}
.header-wrap .menu .submenu a{
    font-size: .30rem;
}
.footer{
    clear: both;
    text-align: center;
    font-size: 12px;
    color:#666;
    line-height:36px;
    height:36px;
    background:#fff;
    
}
.footer a{
    color:#666;
}
/* 页面banner */
.content-wrap:after{
    content:'';
    display: block;
    clear: both;
}
.page-banner{
    margin-top:15px;
    text-align: center;
    width:100%;
}
.page-banner img{
    max-width:100%;
}
/* 页面标题 */
.headline{
    text-align: center;
    padding:50px 0 30px 0;
}
.headline span{
    display:inline-block;
    padding:15px 10px;
    font-size:28px;
    font-weight: bold;
    line-height: 100%;
    border-bottom:1px solid #d2d2d2;
    position: relative;
}
.headline span::after{
    content: '';
    display: block;
    height:2px;
    background:#6f0011;
    width:25%;
    position: absolute;
    bottom:-1px;
    left:50%;
    transform:translateX(-50%)
}
.headline p{
    font-size:14px;
    color:#999999;
    margin-top:10px;
}
.headline .desc{
    font-size: 18px;
    padding:20px 10px;
    text-align: left;
    max-width: 1200px;
    margin:0 auto;
    box-sizing: border-box;
}
.headline .desc p{
    text-indent: 2em;
    font-size: 18px;
    margin:0;
    color:#333;
    line-height: 1.5;
}
.store-info{
    max-width:1200px;
    width:100%;
    margin:0 auto;
}
.store-desc{
    font-size: 18px;
    color:#6a0011;
    font-weight: bold;
    padding:50px 0;
    text-align: center;
    border-top:1px dashed #b6b6b6;
}
.store-desc span{
    float: left;
}
.store-desc p{
    overflow: hidden;
    text-align: left
}
.store-info dl{
    text-align: center;
    padding-bottom: 40px;
    margin-bottom:40px;
}
.store-info dl:after{
    content:'';
    display: block;
    clear: both;
    overflow: hidden;
}
.store-info dl dt{
    width:50%;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
}
.store-info dl dt .swiper-container{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
}
.store-info dl dt img{
    width: 100%;
    margin-bottom: 20px;
}
.store-info dl dd{
    width:50%;
    height:300px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left:50px;
    box-sizing: border-box;

}
.store-info .store-name{
    padding-top:30px;
    font-size:20px;
}
.store-info .store-name em{
    font-style: normal;
    margin-left:20px;
}
.store-info .store-name p{
    font-size:18px;
    color:#999;
}
.store-info .store-intro{
    font-size:14px;
    line-height: 1.4;
    margin:20px 0;
}
.store-info .store-address{
    font-size:12px;
    color:#6f0011;
    margin-bottom:10px;
    padding-left:25px;
    position: relative;
}
.store-info .store-phone{
    font-size:12px;
    color:#6f0011;
    padding-left:25px;
    position: relative;
}
.store-info .store-address i,.store-info .store-phone i{
    position: absolute;
    left:0;
    display: inline-block;
    height:13px;
    width:15px;
    background: url(../images/address_2.png) no-repeat center center;
    background-size: contain;
    vertical-align:  text-top;
    margin-right:8px;
}
.store-info .store-phone i{
    background: url(../images/phone_2.png) no-repeat center center;
    background-size: contain;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
  }
  .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
  }
/* 图片展示列表 */
.Photos-view{
    max-width: 1200px;
    margin:0 auto;    
}
.Photos-view::after{
    content:'';
    display: block;
    clear: both;
}
.Photos-view li{
    float: left;
    
    width:23.5%;
    text-align: center;
    padding-right:2%;
    font-size:18px;
}
.Photos-view li:nth-child(4n){    
    width:23.5%;
    padding-right:0;
}
.Photos-view li a{
    width: 100%;
    display: block;
}
.Photos-view li .pic{
    width: 100%;
    position: relative;
    padding-top:68%;
    overflow: hidden;
}
.Photos-view li .pic img{
    position: absolute;
    top: 50%;
    left: 0;
    max-width:100%;
    transform: translateY(-50%);
}
.Photos-view li p{
    padding:20px 0 30px 0;
    font-weight: bold;
}
/* 弹出层 */
.shade{
    position: fixed;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .6);
    z-index: 10;
    display: none;
}
.popBox{
    position: fixed;
    top:10%;
    left:50%;
    background:#fff;
    transform: translateX(-50%);
    max-width: 1200px;
    width:90%;
    max-height:80vh;
    overflow-X: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding:20px 100px;
    z-index: 10;
    line-height: 1.5;
    display: none;
}
.popBox .name{
    font-size:24px;
    text-align:center;
    padding-bottom: 20px;
    height:30px;
    font-weight: bold;
}
.popBox .pic{
    text-align: center;
    margin-bottom:20px;
}
.popBox img{
    max-width: 100%;
    max-height: 550px;
}
.popBox .inner{
    font-size:14px;
}
.popBox .pop-close{
    position: absolute;
    right:50px;
    top:25px;
    width:18px;
    height:18px;
    cursor: pointer;
}
.popBox .pop-close::after,.popBox .pop-close::before{
    position: absolute;
    top:50%;
    left:0;
    content: '';
    display: block;
    height:1px;
    width:100%;
    background:#333;
    transform:rotate(45deg);
}
.popBox .pop-close::after{
    transform:rotate(-45deg);
}
/* 相关新闻 */
.related-news{
    max-width:1200px;
    margin:0 auto;
    margin-top:50px;
    padding-top:50px;
    border-top:1px solid #e4e4e4;
    font-size:14px;    
}
.related-news .title{
    font-size:24px;
    font-weight: bold;
    margin-bottom:10px;
}
.related-news li{
    line-height: 55px;
    border-bottom:1px dashed #aaaaaa;
}
.related-news li::after{
    content:'';
    display: block;
    clear:both;
}
.related-news li a{
    float: left;
    max-width: 70%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.related-news li span{
    float: right;
    color:#666;
}
/* 加载更多 */
.loadBtn{
    text-align: center;
    font-size:14px;
}
.loadBtn a{
    color:#fff;
    background:#e5e5e5;
    width:152px;
    height:48px;
    display:inline-block;
    line-height: 48px;    
}
.loadBtn a:hover{
    background:#8c1222;        
}
/* 名人弹窗 */
.celebrity-view li{
    font-size:14px;
}
.pop-celebrity{
    padding: 50px 200px;
}
.pop-celebrity .prev,.pop-celebrity .next{
    color:#fff;
    background-color:#d7d7d7;
    height:100px;
    width:48px;
    display:inline-block;
    line-height: 48px;   
    margin-top:-50px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pop-celebrity .prev:hover,.pop-celebrity .next:hover{
    background-color:#8c1222;  
}
.pop-celebrity .prev{
    position: absolute;
    left:5%;
    top:50%;   
    background-image: url(../images/arrow_l_2.png);
    
}
.pop-celebrity .next{
    position: absolute;
    right:5%;
    top:50%;
    background-image: url(../images/arrow_r_2.png);
}
/* 荣誉事项 */
.honor-con{
    max-width: 1200px;
    margin: 0 auto;
    border-top:1px solid #d6d6d6;
}
.honor-item{
    font-size:14px;
    line-height: 30px;
}
.honor-item .honor-hd{
    text-align: center;
    font-size: 16px;
    color:#6a0010;
    font-weight: bold;
    padding:30px 0 20px 0;
}
.honor-list{
    margin-top:50px;
}
.honor-list li{
   font-size: 14px;
   width:352px;
   text-align: center;
   float: left;
   margin-right: 50px;
   height: 350px;
}
.honor-list li:nth-child(3n){
    margin-right: 0;
}
.honor-list li .img{
    height:265px;
    text-align: center;
    border:1px solid #d6d6d6;
}
.honor-list li .img img{
    max-width: 100%;
}
.honor-list li p{
    padding:10px 0;
    color:#666;
}
.honor-info{
    font-size:14px;
    max-width: 1200px;
    margin:50px auto;
    font-weight: bold;
}
/* 非遗传承 */
.smriti-slogan{
    text-align: center;
    padding-top:50px;
    font-size:24px;
    color:#666666;
}
.smriti-slogan h2{
    font-size:48px;
    color:#67000e;
    margin-bottom: 20px;
}
.tab{
    font-size:18px;
    max-width: 1200px;
    width:100%;
    margin:50px auto;
    text-align: center;
    border-top:1px solid #d3d3d3;
    padding:50px 0;
    font-weight: bold;
}
.tab a{
    margin:0 20px;
}
.tab a.router-link-active{
    color:#8c1222;
}
.smriti-content{
    max-width: 1200px;
    margin:0 auto;
    font-size: 14px;
    padding-bottom: 50px;
    line-height: 1.5;
}
/* 薪傩戏 */
.xnx dt{
    width:50%;
    float:left;
}
.xnx dt img{
    max-width: 90%;
}
.xnx dd{
    width:50%;
    float:left;
    line-height: 2;
}
.xnx dd .name{
    font-size:18px;
    margin-top:30px;
    font-weight: bold;
}
.xnx dd .intro{
    font-size:16px;    
}
.related-video{
    clear: both;    
}
.related-video .name{
    font-size:16px;
    padding:60px 0 30px 0;
    text-align: center;
    font-weight: bold;
}
.related-video li{
    float: left;
    width:32%;
    margin-right:2%;
}
.related-video li:nth-child(3n){
    margin-right: 0;
}
.related-video .video{
    background:#000;
    position: relative;    
    display: block;
}
.related-video video{
    width:100%;
    height:268px;
}
.related-video .video:after{
    position: absolute;
    content: '';
    display: block;
    width:100%;
    height:100%;
    top:0;
    background: rgba(0,0,0,.5) url(../images/video_2.png) no-repeat center;
}
.news-tab{
    text-align: center;
    font-size:20px;
    padding-bottom: 30px;
}
.news-tab a{
    padding:0 15px;
    height:44px;
    line-height: 42px;
    margin:0 5px;
    font-weight: bold;
    border-radius: 22px;
    border:1px solid #fff;
    display: inline-block;
}
.news-tab a.router-link-active{
    color:#8c1222;
    border:1px solid #8c1222;    
}
.news-list{
    margin-bottom:30px;
}
.news-list li{
    padding:20px;
    border-bottom:1px solid #e6e6e6;
    zoom:1;
}
.news-list li::after{
    content:'';
    display:block;
    clear:both;
    }
.news-list .newpic{
    float:left;
    width:250px;
    height:160px;
    overflow: hidden;
    margin-right:35px;
    position: relative;
}
.news-list .newpic img{
    max-width: 100%;
    vertical-align: middle;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.news-list .newpic::after{
    content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.news-list .new-txt{
    zoom:1;
    overflow: hidden;
    color:#666;
    padding-bottom: 6px;
}
.news-list .new-txt::after{
    content:'';
    display:block;
    clear:both;
}
.news-list li .new-bt{
    font-size:16px;
    font-weight: bold;
    margin:10px 0 20px;
    display: inline-block;
}
.news-list li .more{
    display: inline-block;  
    margin-top:30px;
    color:#999;
}
.news-list li .more:hover{
    color: #8c1222;
}
.contact-wrap{
    width:100%;
    max-width: 1200px;
    margin:0 auto;
}
.contact-left{
    float: left;
    width:400px;
    font-size:18px;
    line-height: 36px;
    margin-right:60px;
}
.contact-form{
    overflow: hidden;
}
.contact-form .input-group{
    float:left;
    width:48%;
    background:#f6f6f6;
    border:1px solid #cccccc;
    box-sizing: border-box;
    padding:10px;
    margin-right:4%;
    display: table;
    font-size: 18px;
}
.contact-form .input-group span{
    width:1%;
    display:table-cell;
    white-space: nowrap;
    vertical-align: top;
   
}
.contact-form .input-group:nth-child(2n){
    margin-right: 0;
}
.contact-form .input-group:nth-child(3n){
    margin-right: 0;
    margin-top:20px;
    width:100%;
}
.contact-form .input-group input,.contact-form .input-group textarea{
    display:table-cell;
    width:99%;
    border:0;
    outline: none;
    background:none;
    margin-left:5px;
    resize: none;
    font-size: 18px;
    font-weight: 400;
    font-family: Arial, "\5b8b\4f53", Helvetica, sans-serif;
}
.contact-form button{
    width:200px;
    height:48px;
    background:#67000e;
    font-size:16px;
    border:0;
    color:#fff;
    float: right;
    border-radius: 5px;
    margin-top:20px;
}
.map{
    margin:20px 0;
}
.map img{
    max-width: 100%;;
}
/* 关于我们 */

.about-intro{
    text-align: center;
}
.about-shop{
    position: relative;
    padding:0 50px;
}
.about-shop p{
    text-align: center;
    font-size: 14px;
    padding:20px 0;
    border-bottom:3px solid #fff;
}

.about-shop .swiper-wrapper{
    padding:10px 0;
}
.about-shop .box{
    border:1px solid #d6d6d6;
    text-align: center;
    transition: all .3s;
    margin:10px;
}
.about-shop .box span{
    display: block;
    height:208px;
    overflow: hidden;
}
.about-shop .box span img{
    width: 100%;
}
.about-shop .swiper-slide:hover p{
    border-bottom:3px solid #6d000f;
}
.about-shop .box:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,.3)
}
.about-inner .about-info{
    margin-top:50px;
}
.idea{
    float: left;
    width: 50%;
    margin:0 auto;
}
.idea{
    height: 250px;
}
.idea::after{
    content: '';
    display: block;
    clear: both;
}
.idea dt{
    float:left;
    margin-right:50px;
}
.idea dd{
    padding:0 25px;
    overflow: hidden;
}
.idea dd .title{
    font-size:20px;
    padding-top:50px;
    padding-bottom: 20px;
    font-weight: bold;
}
.idea dd .title:after{
    content: '';
    display: block;
    height:2px;
    width:80px;
    background:#6d000f;
    margin-top:10px;
}
.idea dd .idea-info{
    color:#666;
    font-size: 14px;
}
.job-inner ul{
    margin-bottom: 50px;
}
.job-inner li{
    margin-top:50px;
}
.job-inner .job-intro{
    text-align: center;
    font-weight: bold;
}
.job-inner .job-name{
    font-size: 16px;
}
.job-inner .job-info{
    margin-top: 10px;
}
.job-inner .job-info span{
    display: block;
    float: left;
}
.job-inner .job-info p{
    overflow: hidden;
}
/* 新闻详情 */
.news-content{
    width:100%;
    max-width: 1200px;
    margin:0 auto;
}
.crumbs{
    margin:20px 0;
    font-size: 14px;
}
.crumbs a{
    color:#6d000f;
}
.news-content h2{
    text-align: center;
}
.text-intro{
    text-align: center;
    padding:10px 0;
}
.text-intro span{
    margin:0 10px;
    color:#999999;
}
.text-body{
    border-top:1px solid #e6e6e6;
    padding:50px 0;
    font-size: 14px;
    line-height: 1.5;
}
.text-body img{
    max-width: 100%;
}
.more-text{
    font-size: 16px;
    padding:15px 0;
}
.inner-footer{
    margin-top:50px;
    background:#f5f0ea;
}
.inner-footer .footer{
    color:#ffffff;
    background:#67000e;
}
.inner-footer .footer-link{
    width:100%;
    max-width: 1200px;
    margin:0 auto;    
    padding:20px 0;    
}
.inner-footer .footer-link:after{
    content:'';
    display: block;
    clear: both;
}
.inner-footer .footer-link .f-logo{
    float: left;
    width:20%;
}
.inner-footer .footer-link img{
    width:100%;
}
.inner-footer .footer-link .f-link{
    overflow: hidden;
    padding:50px 0;
    text-align: right;
}
.inner-footer .footer-link .f-link a{
    font-size:16px;
    color:#6d000f;
    font-weight: bold;
    margin-left:5%;
}
.inner-footer .footer a{
    color:#fff;
}
.pop-about{
    background: none;
    overflow:inherit;
    color: #fff;
    max-height: none;
    height: 50%;
}
.pop-about .pic{
    padding:0 30px;
    height: 100%;
}
.pop-about .pic img{
    max-height: 100%;
}
.pop-about .prev, .pop-about .next {
    color: #fff;
    height: 48px;
    width: 28px;
    display: inline-block;
    margin-top: -24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pop-about .prev {
    position: absolute;
    left: 5%;
    top: 50%;
    background-image: url(../images/arrow_l_big_2.png);
}
.pop-about .next {
    position: absolute;
    right: 5%;
    top: 50%;
    background-image: url(../images/arrow_r_big_2.png);
}
.pop-about .name{
    margin-top:30px;
    font-size: 36px;
}
.backTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transform: rotate(-90deg);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.5);
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    z-index: 99;
}
.backTop span{
    display: block;
    width:100%;
    height:100%;
    background:url(../images/arrow_r_2.png) no-repeat center center;
    background-size:auto 40%;
}
.newsmore{width: 100%; height: 48px; line-height: 48px; background-color: #efefef;}
.newsmore ul li{width: 33.333%; float: left; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.newsmore ul li a{font-size: 14px; color: #333; display: inline-block; margin: 0 20px;}
.newsmore ul li a:hover{color: #e41700;}
.newsmore ul li.Prev{text-align: left;}
.newsmore ul li.Prev a{padding-left: 20px; background: url(../images/news_prev_2.png) left center no-repeat;}
.newsmore ul li.Backlist a{padding-left: 20px; background: url(../images/backlist_2.png) left center no-repeat;}
.newsmore ul li.Next a{padding-right: 20px; background: url(../images/news_next_2.png) right center no-repeat;}
.newsmore ul li.Next{text-align: right;}
@media screen and (max-width:980px){
    .crumbs{
        display: none;
    }
    .header-wrap{
        position: relative;
        border-bottom:0;
    }
    .header-inner{
        width: 100%;
    }
    .header{
        position:fixed;
        z-index: 9;
        width: 100%;
    }
    .header-wrap,.header,.header-inner,.header .logo a{
        height:60px;
        display: flex;
        align-items: center;
    }
    .header .logo{
        padding-left: 10px;
    }
    .header .logo img{
        height:80%;
        margin-top:0;
    }
    .header-wrap .menu{
        position: fixed;
        top: 0;
        left: 100%;
        width: 80%;
        height: 100%;
        margin-top:0;
        z-index: 110;
        background-color: #f9f9f9;
        padding-top: 60px;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .menu-open .header-wrap .menu{
        left: 20%;
    }
    .header-wrap .menu:before{
        content:'';
        display:block;
        height:1px;
        background:#e1e1e1;
    }
    .menu>ul {
        position: absolute;
        top: 80px;
        width: 100%;
        height: auto;
        bottom: 20%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8%;
        padding-right: 8%;
    }    
    .header-wrap .menu li {
        float: none;
        padding: 0;
        line-height: 1rem;
        position: relative;
    }
    .menu li a {
        font-size: .34rem;
        color: #333333;
        display: block;
    }
    .m-menu>li:after{
        content:'';
        display: block;
        height:1px;
        background:#e1e1e1;
        transform:scaleY(0.5)
        
    }
    .close-menu {
        position: absolute;
        top: 2em;
        right: 16px;
        font-size: .8em;
        width: 2.2em;
        height: 1.875em;
    }
    .close-menu:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        top: 50%;
        margin-top: -0.09375em;
        background-color: #67000e;
    }
    .btn-menu {
	    position: absolute;
	    top: 34%;
	    right: 16px;
	    font-size: .8em;
	    width: 2.2em;
	    height: 1.875em;
	}
	.btn-menu:before, .btn-menu:after,.btn-menu span {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #67000e;
    }
    .btn-menu:before {
        top: 0;
    }
    .btn-menu span {
        top: 50%;
        margin-top: -0.09375em;
    }
    .btn-menu:after {
        bottom: 0;
    }
    .footer{
        padding:10px 0;
        line-height: 150%;
        height:auto;
    }   
    .footer span{
        display: block;
    }    
    .inner-footer{
        margin-top:20px;
    }
    .inner-footer .footer-link{
        display: none;
    }




    /* 内页 */
    .page-banner{
        margin-top:0;
    }
    .store-info dl{
        padding:0 10px;
        margin-bottom: 20px;
    }
    .store-info dl img{
        width: 100%;
    }
    .store-info dl dt{
        width:100%;
        height: auto;
        padding-top:0;
    }
    .store-info dl dt .swiper-container{
        position: initial;
    }
    .store-info dl dd{
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin:0;
        padding-left: 0;
    }
    .store-desc{
        padding:30px 10px;
    }
    .store-info .store-intro{
        margin: 10px 0;
    }
    .store-info .store-address{
        margin-bottom: 10px;
    }

    .Photos-view{
        padding:0 10px;
    }
    .Photos-view li,.Photos-view li:nth-child(4n){
        width: 50%;
        box-sizing: border-box;
        padding:0 5px;
        font-size: 14px;
    }

    .related-news{        
        padding:20px 15px;
    }
    .related-news li{
        height: 40px;
        line-height: 40px;
    }

    .popBox{
        padding:20px;
    }
    .popBox .pop-close{
        right:20px;
    }

    .honor-item,.honor-info{
        padding:0 10px;
    }
    .honor-list li{
        margin:0;
        padding:10px;
        height:auto;
        width:auto;
    }
    .honor-list li .img{
        height:auto;
    }
    .tab{
        margin:0;
        padding:20px 0 30px 0;
    }
    .smriti-slogan{
        padding:30px 10px;
        font-size: 16px;
    }
    .smriti-slogan h2{
        font-size: 24px;
    }
    .smriti-content{
        padding:0 10PX;
    }
    .smriti-content::after{
        content: '';
        display: block;
        clear: both;
    }
    .smriti-content img{
        width: 100%;
    }
    .xnx dt{
        width: 100%;
        text-align: center;
    }
    .xnx dd{
        width: 100%;
    }
    .related-video li{
        width: 100%;
        padding:20px;
        box-sizing: border-box;
    }
    .smriti-content .Photos-view{
        padding:0;
    }

    .news-tab a{
        font-size: 16px;
        padding:0;
        border:0;
        border-radius: 0;
        height: 34px;
        line-height: 32px;
    }
    .news-tab a.router-link-active{
        border:0;
        border-radius: 0;
        border-bottom: 2px solid #67000e;
    }
    .news-list li{
        padding:0;
    }
    .news-list .newpic{
        width:40%;
        padding:10px 0;
        height:1.92rem;
        margin-right: 15px;
    }
    .news-list li .new-bt{
        margin:10px 0;
        display: block;
    }
    .news-list p{
        display: none;
    }
    .news-list li .more{
        margin:0;
    }
    .news-content{
        box-sizing: border-box;
        padding:20px 10px 10px 10px;
    }

    .contact-left{
        width:auto;
        padding:0 10px;
        float: none;
        margin:0;
    }
    .contact-left .contact-info{
        font-size: 14px;
    }
    .contact-form{
        padding:0 10px;
    }

    .contact-form .input-group{
        width:100%;
        margin-top:10px;
    }
    .contact-form .input-group:nth-child(3n){
        margin-top:10px;
    }
    .contact-form button{
        float: none;
    }
    .map{
        margin:20px 10px;
        overflow: hidden;
    }
    .map img{
        max-width: none;
        height: 200px;
    }

    .idea{
        width:100%;
        height: auto;
    }
    .idea dd,.idea dt{
        margin:0;
        padding:0;
        float:none;
    }
    .about-shop .box span{
        height:auto;
    }
    .pop-about{
        height: auto;
    }
    .pop-about .pic{
        padding:0 20px;
        margin-bottom:0;
    }
    .pop-about .name{
        padding-bottom: 0;
        margin-top:10px;
        font-size: 18px;
    }
    .pop-about .prev{
        left: 0;
    }
    .pop-about .next{
        right: 0;
    }
    .about-shop{
        padding:0 25px;
    }
    .about-shop .box{
        margin:0;
    }
    .about-shop .swiper-button-next,.about-shop .swiper-button-prev{
        background-size: 14px;
        width: 14px;
    }
    .about-shop .swiper-button-next{
        right:0;
    }
    .about-shop .swiper-button-prev{
        right: auto;
        left:0;
    }
    .store-desc p{
        overflow: initial;
    }
    .headline span{
        font-size: .5rem;
        color:#333;
    }
   
}
