/*更新时间 20210719 19:05*/

/* *{
    outline: 1px solid blue;
} */
/*
@import url('https://fonts.googleapis.com/earlyaccess/cwtexming.css');
@import url('../font/DreamHanSerifECN-E1.woff2');
*/
/*@import url('../font/DreamHanSerifECN-E1.ttf');*/
/*@import url('../font/DreamHanSerifECN-E6.ttf');*/
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Roboto:wght@300;400&display=swap');
*/

@import url(https://fonts.font.im/css?family=Josefin+Sans);
/*
@font-face {
   font-family: 'DreamHanSerifECN-E1';
   src: url('../font/DreamHanSerifECN-E6.ttf') format('truetype')
}
*/ 
 
body {
    /*font-family: 'Noto Sans SC', sans-serif;*/ 
    /*font-family: 'DreamHanSerifECN-E1', sans-serif;*/
    font-family:  sans-serif, 'Josefin Sans';
}
*{
    box-sizing: border-box;
}
img{
    width:100%;
}
a, a:hover{
    text-decoration:none;
}

a, a:visited{
    color:#333;
}


a:hover{
    color: #f30;
}
a{
    text-decoration:none;
}
p{
    line-height: 1.6;
}

.flex{
    display: flex;
    align-items: center;
}
.text-color{
    color: #231815;
}
.red-btn:hover{
    outline: 2px solid #804E44;
    background-color: #fff;
    color: #804E44;
}
.red-btn a, a.red-btn{
    color:#fff
}



.red-btn:hover a{
    color:#804E44
}

#news-page{padding-bottom: 70px;}


.video-container {
    position: relative;    
    padding-bottom: 56.25%;    
    padding-top: 30px;    
    height: 0;    
    overflow: hidden;    
}
    
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;    
    top: 0;left: 0;    
    width: 100%;    
    height: 100%;
}

.vedio-close-btn{
    cursor: pointer;
    color:#fff;
    position: absolute;
    right:0;
    top: -30px;
}

.tel{padding-right:20px;}


/*gallary*/
div.uk-modal-dialog.close{    
    width: calc(100% - 40px);
    margin: 0px 20px;
}
.uk-slideshow-items {
     min-height: calc(81vh) !important;  
    background-color: #000;
}
 .uk-slideshow-items li img{margin-top: 6%;}    
@media (max-width: 768px){
    div.uk-modal-dialog.album-item{margin-top: 50px;}      
}
@media(max-width: 375px){ 
    .uk-slideshow-items li img{margin-top: 12%;} 
    .uk-slideshow-items { min-height: calc(38vh) !important; } 
}
@media (min-width: 376px) and (max-width: 414px){ 
    .uk-slideshow-items li img{margin-top: 12%;} 
    .uk-slideshow-items { min-height: calc(45vh) !important; } 
}
@media (min-width: 415px) and (max-width: 590px){ 
    .uk-slideshow-items li img{margin-top: 7%;} 
    .uk-slideshow-items { min-height: calc(48vh) !important; } 
}
@media (min-width: 591px) and (max-width: 768px){ 
    .uk-slideshow-items li img{margin-top: 7%;} 
    .uk-slideshow-items { min-height: calc(59vh) !important; } 
}
@media (min-width: 769px) { 
    .uk-slideshow-items li img{margin-top: 5%;} 
     .uk-slideshow-items { min-height: calc(65vh) !important; }
}

.description{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    text-align: center;
}
.myGallaryNav{ margin-left: 0px;background-color: rgba(0,0,0,0.9);}
.myGallaryNav li{padding: 10px;}
.myGallaryNav li a img{max-width:92px;}
.uk-modal-dialog{width:800px}

/* 汉堡按钮 */
.menu-btn{
    width:40px;
    padding-right:10px;
}
@media (min-width: 769px){
    .menu-btn{
        display: none;
    }
}
/* rwd汉堡选单 */
.rwd-menu{
    z-index: 2;
    transition: .8s;
    width:100%;
    position: absolute;
    top:-100%;
    display: flex;
    flex-wrap: wrap;
    
}
#rwd-menu-id{padding:0}

.rwd-menu .item{
    text-align: center;
    width:100%;
    padding: 20px;
    font-size: 18px;
    background-color: #804E44;
    color:#fff;
    
}
/* header */
.logo-container{
    width:100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    margin: 5px auto 5px auto;
    justify-content: space-between;
}
header{
    width:100%;
    height:96px;
    background-color: #fff;    
    display: flex;
    align-items: center;
}
header.active {
    position: fixed;  
    top:0;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);   
}

.logo{
    margin-left: 10px;
    width:280px;
    display:block ;
}

#location-container .gray{
    background-color: #8C8C8C;
    color: #FFFFFF;
}

.item-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-container .item{
    white-space: nowrap;
    margin:20px;
    font-size: 21px;
    color: #804E44;
    text-align: center;
    text-decoration: none;
}

.item-container .item span.hover-text{font-size: 0.8em;display:block;transition: .1s;border-top: 0px solid #000;height:0;overflow: hidden;}
.item-container .item:hover {color:#f30}
.item-container .item:hover span.hover-text{color:#000;height:30px;border-width: 1px;}

.item-container .item-5{
    margin-left: -10px;
}
.header-location{
    display: none;
}

@media (max-width: 768px){
    .item-container{
        display: none;
    }
    .logo{
        width:200px;
    }
    #location-container{
        display: none;
    }
    .header-location{
        display: flex;
    }
    .header-location-item{
        width:70px;
        /*width:100px;*/
        /*width:30%;*/
        height:36px;
        margin: 0 10px 0 10px;
        line-height: 36px;
        text-align: center;
        color:#804E44 ;
        outline: 1px solid #804E44;
        margin: 0 5px ;
    }
    /*.header-location-item2, .header-location-item-active{
        margin: 0 5px 0 0;
    }*/
}
@media (max-width:420px){
    .header-location-item{
        /*width:50px;*/
        width:70px;
    }
}
/* 以上header */
/* 首页footer */
.index-footer{
    width:100%;
    max-width: 1200px;
    margin: auto;
    margin-bottom:20px;
    margin-top: 20px;
}

.footer1 img{width:auto;max-width:100%;}

.line{
    height: 1px;
    background-color: rgb(206,207,207);
}
.index-footer-container{
    width:95%;
    max-width:1100px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    line-height: 1.6;
    font-size: 14px;
}

.footer-addr{
    /*max-width: 768px;*/
    max-width: 1100px;
}
.footer-links{
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}
.footer-links > *{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 200px;
}

/*@media (max-width: 639px){*/
@media (max-width: 1024px){
    .footer-links{flex-wrap: wrap;        justify-content: flex-start;}
    .footer-links > *{flex: 0 0 200px;justify-content: flex-start;margin-bottom: 20px;}
    .footer-links > *:nth-child(3){padding-left: 50px;}
}
@media (max-width: 639px){
    .footer-addr, .footer-links {
        width: 300px;
        margin: 0 auto;
    }
    
}

@media (max-width:1024px) and (min-width:640px){
    .footer1, .footer2, .footer3, .footer4 {
        width: 40%;
        margin-bottom: 30px;
    }
}

@media (max-width: 940px){
    .index-footer-container{
        flex-wrap: wrap;
    }
}
/* @media (max-width:768px){
    .line{
        margin-top: 50px;
    }
}
@media (max-width:700px){
    .line{
        margin-top: 30%;
    }
}
@media (max-width:500px){
    .line{
        margin-top: 40%;
    }
} */

@media (max-width:420px){
    /* .line{
        margin-top: 25%;
    } */
    .index-footer-container{
        line-height: 1.4;
    }
    .index-footer-container p{
        padding: 6px;
    }
}
@media (max-width:350px){
    .line{
        margin-top: 50%;
    }
}
/* 以上index-footer */
/* 共同footer */
footer{
    background-color: #DDD0C0;
    width:100%;
    padding: 20px 0;
}
.footer-flex{
   /* display: flex;
    justify-content: center;*/
   /* margin: auto;*/
/*align-items: flex-end;*/
    padding-top: 30px;
  /* padding-bottom: 50px;*/
   /* max-width: 1200px;*/
    margin: 0 auto;
}
.footer-title{
    font-weight: bolder;
    font-size:18px;
    color: #804E44;
    line-height: 1.6;
}


.footer-des p{
    font-size:13px;
    color: #606060;
    line-height: 1.6;
}
.footer-item{
    /*margin:0 25px;*/
    height: 130px;
}
.footer-item-flex{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.footer-fb-img, .footer-mail-img{
    width:41px;
    margin-right: 10px;
}

.footer-logo{
    /*margin-right: 20px;*/
    cursor: pointer;
    text-align: center;
}

.f-text-hover{
    transition: .6s;
    cursor: pointer;
}
.f-text-hover:hover{
    color: #E2644B;
}

.red-footer{
    width:100%;
    height:auto;
    background-color: #804E44;
}
.red-footer-flex{
    display: flex;
    width:100%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.red-footer-flex p{
    line-height: 2.5;
    color:#fff;
    font-size: 14px;
}

h3.location-title{font-weight:bolder;}

/*
.ins-flex{
    display: flex;
    justify-content: space-evenly;
    position: relative;
}*/

.ins-flex{
    width: 100%;
    max-width: 500px;
}


.ins-flex .author{
    color:#333;
    padding-right: 10px;
}

.ins-item-flex{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.ins-item-flex p{
    line-height: 1.6;
    font-size: 18px;
    padding-left: 16px;
}

.ins-item-flex.link-btn a{
    flex-grow: 1;
}

.ins-line{
    width:100%;
    height:1px;
    background-color: #A8A8A9;
    margin-top: 10px;
}
.ins-name{
    flex: 0 0 90px;

}

@media (max-width:768px){
    .footer-flex{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
       
    }
    .red-footer-flex p{
        line-height: 1.6;
    }
    .red-footer-flex{
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    /*
    .footer-item{
        margin: 0;
        width:34%;
        margin: 10px;
    }
    .footer4{
        order:0
    }
    .footer2{
        order:3;
    }*/
    
}
@media (max-width:420px){
    .footer-logo{
        margin-right: 0;
    }
    .footer-item{
        /*width:100%;
        order:unset;
        margin-left: 30px;*/
    }
    .red-footer-flex p{
        width:100%;
        font-size: 12px;
        padding-left: 10px;
    }
    .red-footer{
        height:auto;
    }
}
/* 以上为共同footer */






.img-container{
    display: flex;
    width:100%;
    max-width: 1200px;
    margin: auto;
}
.banner-img{
    width:220px;
    margin: 10px;   
}
.bg-wrap{
    width:100%;
    /* max-width:1200px; */
    margin: auto;
    height: auto;
    
    background-repeat: no-repeat;
    background-image: 
                    linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1)),
                    url('../img/index/bg-brown-grain.jpg');
    background-image: 
                    -moz-linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1)),
                    url('../img/index/bg-brown-grain.jpg');
    background-image: 
                    -webkit-linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1)),
                    url('../img/index/bg-brown-grain.jpg');
    background-size: auto 100%;
}
.title{
	text-align: center;
	padding-top: 60px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	line-height: 1.6;
}
.title p{
   /* font-size: 22px;*/
    font-size: 28px;
    /* line-height: 1.4; */
}
.title h1{
	font-size: 22px;    /* line-height: 1.4; */
	color: #957513;
	text-shadow: 2px 2px 3px #C7C4C4;
}
.arrow{
    width:72px;
    margin: auto;
}
.location-container{
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: auto;
    justify-content:flex-end;
}
.location-container .item{
    padding: 8px 18px;
    width:120px;
    text-align: center;
    border:1px solid #8C8C8C;
    border-right:none;
    border-top: none;
    color:#8C8C8C;
    transition: .3s;
}

.location-container .item:hover{
    /* border-color:#f30 ; */
    background-color: #c8251d !important ;
    color:#fff !important;
}
.location-container .border{
    border-right:1px solid #8C8C8C;
}
.location-item{
    display: flex;
    width:100%;
    max-width:990px;
    margin: auto;
    margin-top:60px ;
}
.location-item-2{
    margin-top:3%;
    margin-bottom: 5%;
}
.brown-item{
    background-color: #BCA796;
    height:25%;
    display: flex;
    align-items: center;
}
.gray-item{
  background-color: #EAE4DF;
  height:75%;
}
.des-item{
    width:40%;
}
.p-c{
    padding: 20px;
}
.p-c h3{
    font-size:30px;
    line-height: 2;
}
.p-c p{
    font-size: 18px;
    line-height: 1.6;
}


.iframe-rwd {
    position: relative;
    padding-bottom: 20%;
    padding-top: 30px;
    height: 450px;
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
}


/*小于768*/
@media (max-width: 768px){
    .m-disappear{
        display: none;
    }
    .brown-item{
        height:100%;
    }
    .des-item{
        width:30%;
    }
    .location-item{
        position: relative;
        width:95%;
    }
    .gray-item{
        position: absolute;
        bottom:-25%;
        height:30%;
        left:0;
        width:100%;
    }
   
    
    .p-c h3{
        font-size: 24px;
        line-height: 0;
    }
    .p-c p{
        font-size: 13px;
    }
    .location-img{
        width:70%;
    }
    /*.index-md-loc-img{width:70%;}*/
    /*.index-md-loc-info{width:0%;}*/
}

@media (max-width: 600px){
    /*.location-img{
        width:60%;
    }*/
}
.modal-btn{cursor: pointer;}
.gallay-modal{width:90%}



.reser-container{
    display: flex;
    width:90%;
    margin: auto;
    justify-content:center;
}
.reser-container a{
    color:#FFFFFF;
}
.reser-item{
    font-size: 24px;
    margin: 5px;
    text-align: center;
    /* padding: 3% 6%; */
    border:1px solid #FFFFFF;
    display: block;
    height:80%;
    width:40%;
   line-height: 50px;
}
.item-1{
    margin-right:10px ;
}
.item-2{
    margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 860px){
    .location-item{
        width:90%;
    }
    .reser-item{
        /* padding: 2% 5%; */
        font-size: 22px;
    }
    
}
@media (max-width:860px){
    .location-img{
       width:56%;
    }
   
    .p-c{
        padding: 15px;
    }
    .p-c p{
        line-height: 1.4;
    }
    .p-c h3{
        font-size: 20px;
        line-height: 1.6;
    }
    .gray-item{
        height:70%;
    }
    .brown-item{
        height:30%;
    }
}


@media (max-width: 768px){
    .reser-container{
        width:100%;
        flex-wrap: wrap;
    }
    .reser-item{
        width:80%;
        font-size: 22px;
    }
    .item-1{
        margin-right:5px ;
    }
    .item-2{
        margin-left: 5px;
    }
    .gray-item{
        bottom:-40%;
        height:40%;
    }
    .brown-item{
        height:100%;
    }
    .p-c h3{
        line-height: 1.6;
    }
    .p-c h3.respons{
        text-align: center;
        display: block;
        width: 30%;
        float: left;
        height: 120px;
    }
    .p-c p{
        line-height: 1.6;
    }
    .p-c p.md-float-left{
        float: left;
        margin-right: 5px;
    }
    .p-c{
        padding: 15px;
    }
    .location-item{
        margin-top:10% ;
    }
    .location-item-2{
       /* margin-top:30% ;*/
       margin-top:20% ;
    }
    
    .location-img{
        width:70%;
    }
}

@media (max-width:600px){
    /*.p-c{font-size:}*/
}

@media (min-width:768px){
    .location-img img{
        width:auto;
        height: 100%;
        
    }
}

@media (max-width:688px){
    .reser-item{
        font-size: 18px;
        height:45px;
        line-height: 45px;
    }
    /*.gray-item{
        height:94%;
        bottom:-94%;
    }*/
    .p-c h3{
        font-size: 22px;
    }
  
    /*
    .location-item-2{
        margin-top:40% ;
    }
    */
    
}
@media (max-width:500px){
    /*.gray-item{
        height:120%;
        bottom:-120%;
    }*/
    .p-c{
        padding: 10px;
    }
}

@media (max-width:320px){
    .reser-item{
        height:35px;
        line-height: 35px;
    }
    .gray-item{
        height:150%;
        bottom: -150%;
    }
    .p-c h3 {
        line-height: 1.4;
    }
}



/* 次首页 */
.wrap{
    width:100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-bottom: 20px;
}
.stone{
    width:78%;
    margin-right:10px ;
    height:200px;
    background-image: url('../img/index2/laptop/banner_a_1.jpg');
    background-size: cover;
}
.sofa{
    width:22%;
    height:200px;
    background-image: url('../img/index2/laptop/banner_a_2.jpg');
    background-size: cover;
}
.index-2-title{
    position: absolute;
    right:30%;
    line-height: 1.4;
}

.index-2-title p{
    font-size: 25px;
    color: #FFFFFF;
    text-shadow: 5px 3px 6px rgba(0,0,0,0.7);
}
.index-2-title .big{
    font-size: 32px;
}
.index-2-title .big span{margin-left:20px;}
.index-2-title .big span:nth-child(1){margin-left:0;}

@media (max-width:768px){
    .index-2-title{
        right:5%;
    }
    .stone{
        width:100%;
        height:320px;
        margin: 0;
        background-image: url('../img/index2/mobile/index_2_s_01.jpg');
        ;
    }
    .sofa{
        display: none;
    }
}
@media (min-width: 500px) and (max-width: 768px){
    .index-2-title p{
        font-size: 22px;
    }
    .index-2-title .big{
        font-size: 30px;
    }
    .index-2-title .big span{margin-left:12px;}

}
.index2-gray-wrap{
    width:100%;
    margin: auto;
    /*margin-top: 20px;*/
    background-color:#E9E9E9;
    /* padding-top: 50px;
    padding-bottom: 20px; */
    padding: 50px 0 ;
}

.index2-title{
    /* width: 100px; */
    /*max-width:1024px;*/
    max-width:1160px;
    margin: auto;
    font-size: 24px;
}

.index2-title .title-text{
    width:100%;
    color: #804E44;
    position: relative;
    padding-left:10px    
}


.index2-title .title-text.white{color:#fff}

.index2-title .title-text:after{
    content:'';
    width:20px;
    height:1px;
    background: #804E44;
    position: absolute;
    transform:rotate(-45deg);
    top:-50%;    
    right:-20px;
}
.index2-title .title-text.white:after{background-color: #fff;}
.biography-title{
    position: relative;
}
.biography-title::after{
    content:'';
    width:20px;
    height:1px;
    background: #804E44;
    position: absolute;
    transform:rotate(-45deg);
    top:-10%;
    left:9%;
}

.index2-gray-item{
    display: flex;
    width:100%;
    max-width:992px;
    margin: auto;
    justify-content: flex-start;
    /* margin-top:30px;*/
}
.btn-box{
    max-width:1000px; margin:50px auto 0 auto;
}
.btn-box .item{margin:unset;margin-left:30px;}

.index2-gray-item.news-item{  margin-top:30px; }

.instruction-block{justify-content:space-between;}

.index2-red-btn{
    width:170px;
    height:42px;
    background-color: #804E44;
    margin-right:20px ;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
}


.index2-gray-line{
    width: 100%;
    height:1px;
    background-color:#8C8C8C;
    margin-top: 10px;
}

.index2-gray-des{
    width:calc(100% - 170px);
}




.link-btn{color:#804E44; transition: .2s; align-items: center;}
.link-btn p{flex-grow: 1;}
.link-btn:hover{ color:#f30;}

.index2-gray-des-2 p{
    line-height: 1.6;
    font-size: 18px;
    color: #3E3A39;
}
.index2-final-gray-item{
    padding-bottom: 40px;
}
@media (max-width:768px){
    .index2-gray-item{
        flex-wrap: wrap;
        
     }
     .index2-gray-des{
         width:90%;
     }
     .index2-red-btn,.index2-gray-des{
         margin-left: 20px;
     }
     .index2-title{
         text-align: center;
     }
     .index2-title::after{
         top:-45%;
         left:unset;
        /* right:41%;*/
     }
     .index2-gray-line2{
         display: none;
     }

     .instruction-block{justify-content:center;}
     
    .btn-box .item{margin:unset;}
}
.index2-gray-line2{
    /*width:1px;*/
    border-left: 1px solid #3E3A39;
    height:auto;
    /*background-color: #3E3A39;*/
    /*margin-right:10px ;*/
    margin: 5px  10px 5px 0;
}
.index2-gray-des-2{
    width:100%;
}
.no-padding p{
    padding-top: 0;
    padding-bottom: 0;
}
.no-padding{
    width:100%;
}
.index2-gray-wrap-2{
    background-color: #fff;
    padding-bottom: 50px;
}
.index2-gray-item-2{
    margin-top: 10px;
}
.card-wrap{
    width:100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card-img{
    width:95%;
    margin: auto;
}
.card-item{
    width:46%;
    padding: 20px;
    margin: 10px;
    background-color: rgba(221,208,192,0.5);
}
.card-item-2{
    background-color: #EAD5C3;
}
.red-btn{
    display: block;
    width:170px;
    height:42px;
    line-height: 42px;
    color:#FFFFFF;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #804E44;
    transition: .4s;
    cursor: pointer;
    border: none;
}

.red-btn.align-left{
    margin-left: 0;
}
.red-btn.align-right{
    margin-right: 0;
}

.mov-btn{
    transition: .4s;
    border:3px solid #FFF;
}
.mov-btn:hover{
    border:3px solid #804E44;
}

.main-text{
    /*width:70%;*/
    width:90%;
    margin: auto;
    line-height: 1.6;
    color: #3E3A39;
    margin-bottom: 30px;
}
.text-line{
    display: none;
    width:1px;
    background-color: #804E44;
    height:auto;
    /*margin-right: 20px;*/
    margin: 5px 20px 5px 0;
}
.add-text{
    display: flex;
    margin: auto;
    justify-content: flex-start;
}
.text p{
    line-height: 1.6;
    color: #804E44;
}
.text3,.add-text{
    /*width:60%;*/
    width:90%;
    margin: auto;
}
.text3{
    padding-top: 10px;
    color: #804E44;
    line-height: 1.6;
}

@media (max-width:768px){
    .card-item{
        width:100%;
        flex-wrap: wrap;
        margin: 0;
    }
    .card-wrap{
        flex-wrap: wrap;
    }
}
.index2-gray-des-3{
    width:100%;
}
.index2-gray-des-3 p{
    color:#3E3A39;
}
.ser-icon-container{
    width:88%;
    display: flex;
    justify-content: center;
    margin:auto;
    margin-top: 30px;
}
.ser-icon-img{
    width:16%;
    margin: 10px;
    position: relative;
}

.ser-icon-img p{
    color: #333;
    font-weight: bolder;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5%;
    font-size: 1.4em;
}
@media (max-width:768px){
    .ser-icon-container{
        width:100%;
        flex-wrap: wrap;
    }
    .ser-icon-img{
        width:42%;
    }
}
.index2-gray-des-4{
    width: 50%;
    margin-right:3% ;
}
.index2-gray-des-4 p{
    line-height: 1.8;
}
.index2-gray-line3{
    height:15vh;
}
.doc-img{
    width:45%;
}
.index2-gray-item-3{
    width:88%;
    max-width: unset;
    align-items: top;
}




@media (max-width:768px){
    .index2-gray-item-3{
        flex-wrap: wrap;
        justify-content: center;
    }
    .index2-gray-des-4{
        width: 90%;
    }
    .doc-img{
        width:90%;
        margin-top:20px;
    }
}

#page-cat{
    width:100%;
    /*height:460px;*/
    background-image: url('../img/index2/laptop/index_2_04.jpg');
    background-size:  cover ;
    padding-bottom: 150px;
}
.index2-reser-container{
    position: relative;
    top:40%;
    transform: translateY(-50%);
    margin: auto;
}
.index2-title-2{
    color:#FFFFFF;
}
.index2-gray-des-4{
    width:100%;
}
.index2-gray-des-4 p{
    color: #FFFFFF;
}
.index2-title-2::after{
    background-color: #fff;
}
.index2-gray-line3{
    background-color: #fff;
}
.index2-gray-line4{
    background-color: #3E3A39;
    height:10vh;
}
.red-btn-2{
    margin: unset;
}


.index2-gray-item-5{
    width:100%;
    max-width: unset;
}
.index2-con{
    width:70%;
    margin: auto;
}
.index2-gray-des-4{
    width:70%;
    margin-right: 20px;
}
.index2-gray-des-4 p{
    color:#3E3A39;
}
.index2-gray-des-3 p{
    font-size: 18px;
   
}


.p-part{
    margin-bottom: 20px;
    display: block;
}

.left-line{
    font-size: 18px;
    position: relative;
    margin:20px 0 10px 25px;
}
.left-line:before{ 
    content: '';
    position: absolute;
    height: calc( 100% - 10px);
    left:-10px;
    top:5px;
    border-left: 1px solid #333;
}

.left-line.line-white{color:#fff}
.left-line.line-white:before{ border-left: 1px solid #fff; }
.left-line.line-red:before{ border-left: 1px solid #f00; }

.index2-gray-des-cat{
    width:100%;
}
.index2-gray-des-cat p{
    color:#fff;
}
.red-btn-cat{
    margin-top:40px;
}
.index2-gray-line5{
    height:auto;
    background-color: #fff;
}
@media (max-width:768px){
    #page-cat{
        overflow: hidden;
        background-image: url('../img/index2/mobile/index_2_s_02.jpg');
    }
    .red-btn-2{
        margin: auto;
        margin-top:30px;
    }
    .index2-gray-des-2{
        width:90%;
        margin-left: 0;
        margin: auto;
    }
    .index2-gray-des-3{
        width:90%;
        margin-left: 0;
        margin: auto;
    }
    .index2-red-btn{
        margin-bottom:15px;
    }
    .index2-con{
        width:90%;
    }

    .left-line{ margin-bottom:50px;}
    .btn-box .item{margin: 0 auto}

}
.index2-title2::after{
    left:11%;
}
.index2-title {
    padding-bottom: 10px;
}
@media (max-width:420px){
    .main-text,.add-text,.text3{
        width:90%;
    }
    .text-line{
        display: none;
    }
    .text3 p{
        padding-left: 0;
    }
    .index2-title::after{
        right:30%;
    }
    .index2-gray-wrap{
        margin-top: 0;
    }
}



  .ins-gray-wrap{
      margin-top: unset;
  }
  .ins-gray-item{
      margin-bottom: 30px;
  }
  .ins-btn{
      margin: unset;
      margin-top: 30px;
  }
  @media (max-width:768px){
      .ins-container{
          /* width:90%; */
          margin: 0 auto;
      }
      .ins-flex{
        
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
      }
      .ins-btn{
          margin:auto;
          margin-top: 20px;
          margin-bottom: 20px;
      }
  }

  /* cross */

  .cross {
    margin-right: 20px;
    width: 32px;
    height: 32px;
    position: relative;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 2px solid #804E44;
    border-radius:50% ;
    cursor: pointer;
  }
  .link-btn:hover .cross{
    border: 2px solid #E2644B;
  }
 
  .cross::before {
    width: 1px;
    height: 50%;
  }
  
  .cross::after {
    height: 1px;
    width: 50%;
  }
  .cross::before, .cross::after {
    content: "";
    display: block;
    background: #804E44;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* absolute centering */
  }
  .asia-title::after{
      /*left:28%;*/
      left:280px;

  }
  .asia-padding{
      padding-bottom: 20px;
  }
  #btn-box{
    display: flex;
    justify-content: flex-start;
    margin: 20px auto 0 auto;
    align-items: center;
    cursor: pointer;
    max-width:992px ;
    flex-wrap: wrap;
  }

  .fb-flex{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer;
      margin-left: 40px;
      margin-right: 100px;
      height: 60px;
  }

  .fb-img{
      width:40px;
     
  }
  .fb-flex p{
      font-size: 18px;
      color:#804E44;
      margin-left: 10px;
      transition: .6s;
  }
  .fb-flex p:hover{
      color:#E2644B ;
  }
  .asia-gray-item{
      display:block;
      width:80%;
  }



  /* introduce页面 */
  .intro-banner{
      width:100%;
      position: relative;
  }
  .banner-text{
      color: #fff;
      position: absolute;
      top:40%;
      right:50%;
      transform: translateX(50%);
  }


  .banner-text h1{
    color:#fff;
    font-size: 36px;
    line-height: 1.6;
  }
  .banner-text p{
      font-size: 18px;
      line-height: 1.2;
      text-align: center;
  }
  .intro-gray-des-2 p{
      color: #3E3A39;
      line-height: 1.4;
      /* padding: 15px; */
      padding: 6px 15px 15px 15px;
  }
  .intro-flex{
      display: flex;
      justify-content: center;
      width:100%;
      max-width: 1200px;
      margin: auto;
  }
  .intro-title{
      text-align: center;
      position: absolute;
      bottom: 35px;
      left:50%;
      transform: translateX(-50%);
      color: #3E3A39;
      line-height: 1.2;
  }
  .intro-img{
    padding: 14px 14px 80px 14px;
  }
  .intro-card{
      width:30%;
      background-color: #fff;
      margin: 10px;
  
      position: relative;
  }
  @media (max-width:560px){
    .intro-flex{
        flex-wrap: wrap;
      }
    .intro-card{
        width:90%;
    }
  }
  .intro-traffic{
      width:100%;
      max-width: 1024px;
      color:#3E3A39;
      margin: auto;
      padding-left: 40px;
      padding-top: 30px;
  }
  .intro-traffic h2{
      font-size:24px;
      font-weight:bold;
      line-height: 1.6;
      padding:10px 0 10px 0;
  }
  .intro-traffic p{
      line-height: 1.8;
  }
  .intro-traffic,  .intro-traffic *{font-size: 18px;}
  .map-img{
      width:100%;
      max-width:1100px;
      margin: auto;
      padding-top: 50px;
  }
  @media (max-width:768px){
      .map-img{
        padding:30px 20px 10px 20px ;
      }
      .intro-traffic{
          padding-left: 15px;
          padding-right: 15px;
      }
      
  }


  /* instruction页面 */
  .title-flex{
      display: flex;
  }
  .title-item{
      color:#52797F;
      width:20%;
      font-size: 21px;
      text-align: center;
      line-height: 1.6;
      padding-top: 14px;
      padding-bottom: 7px;
  }
 
  .title-item1{
      width:60%;
  }
  .instruction-line{
      width:100%;
      max-width: 992px;
      height:1px;
      background-color: #52797F;
      margin: auto;
  }
  .instruction-cross{
      display: block;
      margin: auto;
  }
  .instru-black{
      color:#3E3A39;
      text-align: left;
      padding-left: 30px;
      font-family: 'Noto Serif TC', ;
      transition: .4s;
  }

  .instruc-content:hover  .instru-black{color:#F30}
  .instruc-content:hover  .instruction-cross{border-color:#F30}

  @media (max-width:768px){
    .title-item{
        font-size: 16px;
    }
    .title-item.auth{
        display: none;
    }
    .title-item.more{
        width: 82px;
    }
    
    .title-flex.instruc-content{
        height: 80px;
        position: relative;
    }
    .title-item.instru-title{
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow : ellipsis;
    }
    .title-item.instru-auth{
        position: absolute;
        width: 50%;
        top:21px;
        left:14px;
    }
    .title-item.instru-date{
        position: absolute;
        top:23px;
        left:60%;
        font-size: 12px;
    }
    .title-item1 {
        width: 80%;
    }

    .instruction-cross{
        width:28px;
        height:28px;
        margin-top: 10px;
        margin-left: 20px;
    }
      
  }
  .instru-gray-wrap{
      max-width: 992px;
  }
  .instru-date,.instru-cross{
      text-align: center;
      padding-left: 0;
  }

  /* healthContent页面 */
  .insruc-wrap{
      width:100%;
      max-width: 1100px;
      margin: auto;
      padding-top:80px ;
      padding-bottom: 120px;
  }
  @media(max-width:768px){
    .insruc-wrap{
        padding-right: 20px;
        padding-left: 20px;
    }
    .biography-title::after{
        left:25%;
    }
  }
  .instruc-title{
      font-size: 24px;
      line-height: 1.6;
      color:#804E44 ;
  }
  .instruc-title-date{
      color: #231815;
      padding-top: 20px;
      padding-bottom: 30px;
  }
  .instruc-content-line{
      width:100%;
      max-width: 1100px;
      margin: auto;
      height:1px;
      background-color:#3E3A39;
  }
  .instruc-container{
      width:100%;
      max-width: 960px;
      margin: auto;
  }
  .instruc-container h3{
      font-size: 21px;
      color:#804E44;
      padding-top:30px;
      padding-bottom: 30px;
  }
  .instruc-container h3,p{
      line-height: 1.6;
  }
  .instruc-container p{
      color: #52797F;
      padding-top: 10px;
      padding-bottom: 10px;
  }



  /* 心理师阵容 */
  .tableContainer{
    width:30%;
    margin-right: 40px;
  }
  
  table.group {
    /*width:30%;
    margin-right: 40px;*/
    width:100%;
  }

  table.group a{
      color:#52797F;
      transition: .4s;
      text-decoration: none;
  } 

  table.group a:hover{
      color:#f30;
  } 

  table.group td.select, select.group{
      background-color: #92B3B7;
      color: #fff;
  }

  
  table.group tr, select.group option{
      background-color: #fff;
      color:#52797F;
      border:1px solid #3E3A39;
      text-align: center;
  }
  table.group th,tr, select.group{
      height:45px;
      font-size:24px;
  }

  select.group{ display: none;}



  .group-item{
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
  }
  .group-item h2,p{
    line-height: 180%;
    padding:0;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
  }
  .group-item p{
      width:100%;
      font-size: 18px;
  }
  .group-wrap{
      display: flex;
  }
  .group-content{
      width:70%;
  }
  
  .group-content .head-photo{
    flex: 1 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .group-content .head-photo img{
        object-fit: cover;
        width: 100%;
        max-width: 300px
  }
  
  .group-content .title2.title2-block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .group-content .title2{
      font-size: 24px;
      color:#52797F;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      border-bottom: 1px dotted #52797F;
    }
    

  .doctor_1_listBlock{
    border-top: 2px dotted #aaa;
    padding-top: 30px;
  }

  .doctor_1_listBlock .doctor_1_listItems{
    margin-left: 60px;
  }
  
  @media (max-width:768px){  
    .doctor_1_listBlock .doctor_1_listItems{
        margin-left: 0px;
    }
    .doctor_1_listBlock .doctor_1_listItems .ins-flex{
        margin-left: 0px;
        width: 100%;
        max-width: 100%;

    }
  }
  
  .group-item h2, .doctor_1_listBlock .title-text{
      width:10%;
      color: #804E44;
      font-size: 24px;
  }
  .p-item{
      width:100%;
  }
  @media (max-width:768px){
      .group-wrap{
          flex-wrap: wrap;
      }
      .group-content{
          width:100%;
      }
      .group-item h2{
          width:20%;
      }
      .group-wrap p{
          padding:10px;
      }
      .group{
          width:100%;
          margin-bottom: 30px;
          margin-right: 0;
      }
      .group-item-wrap{
          padding-top: 30px;
          padding-bottom: 10px;
      }
      .group-item2-wrap{
          padding-top: 10px;
          padding-bottom: 10px;
      }
  }


  /* service 页面 */
  .service-flex{
      width:100%;
      max-width:1050px;
      display: flex;
      margin: auto;
      justify-content: space-around;
      border-top:1px solid  #52797F;
      border-bottom:1px solid #52797F;
  }
  .service-price-flex{
    width:100%;
    max-width:1050px;
    display: flex;
    margin: auto;
    justify-content: space-around;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .service-price-flex p{
      color: #52797F;
      font-size: 22px;
      width:50%;
      align-items: center;
  }
  .service-price-flex .red-btn{
      margin-top: 0;
      margin-bottom: 0;
     
  }
  a.service-item,
  
  .service-item{
      padding: 15px 20px;
      font-size: 24px;
      color: #52797F;
  }
  
  .service-wrap{
      width:100%;
      max-width: 1200px;
      margin: auto;
      margin-top: 54px;
      padding-bottom: 100px;
  }
  .service-table{
      width:100%;
      max-width: 1050px;
      margin: auto;
      border:1px solid #A7A7A8;
    }
  .service-table td {
        vertical-align: top;
        padding:8px;
    }
  .service-title td{
      font-size: 22px;
      color:#804E44;
      border:1px solid #A7A7A8;
      text-align: center;
      background-color: #E9E9E9;
  }
  .service-item td{
    text-align: center;
      font-size: 18px;
      color: #3E3A39;
      line-height: 1.6;
      border:1px solid #A7A7A8;
  }
  .service-item .service-left{
        text-align: left;
        padding-left: 50px;
        /*padding-top: 10px;*/
  }
  @media (max-width:768px){
        .service-number,.service-time{
            display: none;
        }
        .service-flex{
            flex-wrap: wrap;
            justify-content: center;
            border: none;
        }
        .service-price-flex p{
            font-size: 18px;
        }
        .service-item {
            width:30%;
            text-align: center;
            margin: 5px;
            padding: 10px;
            font-size: 18px;;
            border: 1px solid #52797F;
            /* border-bottom: 1px solid #52797F; */
        }
        .service-item2{
            width:40%;
        }
        .service-item .service-left{ padding-left: 10px; }
  }
  .service-btn{
      cursor: pointer;
  }
  .service-active{
    border-bottom: 4px solid #804E44;
}

/* 个别谘询 */
.service-single-flex{
    width:100%;
    max-width:1050px;
    display: flex;
    /* justify-content: center; */
    margin: auto;
}
.service-img{
    width:45%;
    margin-right:5%;
}
.single-table-container{
    width:50%;
}

.single-title{
    color:#804E44;
    font-size: 18px;
    border: 1px solid #A7A7A8;
    padding: 10px;
    width:25%;
    text-align: right;
    
    white-space: nowrap;
}

.single-content{
    font-size: 18px;
    line-height: 1.6;
    color: #3E3A39;
    border: 1px solid #A7A7A8;
    padding: 10px;
}
.single-table{
    border: 1px solid #A7A7A8;
    width:100%;
    
}
.single-table li{
    /*margin-bottom: 12px;*/
    line-height: 180%;
}

@media (max-width:768px){
    .service-wrap{
        margin-top: 20px;
        padding-bottom: 50px;
    }
    .service-single-flex{
        flex-wrap: wrap;
    }
    .service-img{
        width:80%;
        margin-right: 0;
        margin: auto;
        margin-bottom: 20px;
    }
    .single-table-container{
        width:90%;
        margin: auto;
    }
    .bg-wrap{

        margin-bottom: 130px;
    }   
}

/* 员工协助方案 */
.single-table-container{
    font-size: 18px;
    color: #3E3A39;
    line-height: 1.6;
}
.single-table-container .co-title{
    line-height: 1.6;
    font-size: 24px;
    margin-bottom: 30px;
}
.single-table-container h2{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    color: #804E44;    
    font-weight: bolder;
}

/*
.service-wrap{
    display: none;
}
*/

.biography-content p{
    color: #3E3A39;
}
.biography-red{
    font-size:18px;
    color: #804E44;
    padding-top: 10px;
    padding-bottom: 10px;
}
.biography-content .biography-subtitle{
    color:#52797F ;
    font-size: 24px;
    padding-bottom: 0;
}

.back-area-flex{
    /*width:320px;*/
    padding-right: 40px;
    height:66px;
    display: flex;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    top:60%;
    left: 0;
    align-items: center;
    border-radius:0 30px 30px 0 ;
}
/* .back-area-flex a{
    display: block;
} */
.back-img{
    width:27px;
    margin: 10px;
    margin-left: 30px;
}
.bread1, .bread2{
    font-size: 18px;
}
.bread1:hover,.bread2:hover{
    color:#f30;
    text-decoration:none;
}
.bread1{
    color:#BB9263 ;
    padding-right: 10px;
}
.bread2{
    color:#876134 ;
    /* padding: 20px; */
}


/* reservation页面 */
.notice{
    color:#f00
}
/*step4*/
.consent{
    max-width: 950px;
    margin: 0 auto;
}
.consent p{

    font-weight: bold;
    margin-bottom: 30px;
}
.consent ul{
    font-size: 18px;
    line-height: 32px;
    margin-left: 20px;
}
.consent > ul{
    list-style-type: decimal;
}



.res-step-3{
    width: 100%;
}

.message{
    text-align: center;
    line-height: 1.5em;
}

.form-rows-container{
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:30px 0
    
}
.form-rows-container.query{
    align-items: flex-start;
}
.form-rows-container.query .mesg-box{
    margin-bottom: 20px;
}

.form-rows-container.query .mesg-box .notice{
    color:#876134;
    margin-bottom: 15px;
}
.form-rows-container.query .mesg-box .error{
    color:#F00;
    margin-bottom: 15px;
}
.form-rows-container.query .query-title{
    color: #52797F;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.form-rows-container .form-row .must{
    color:#f00;
}
.form-rows-container p{
    line-height: 100%;
}

.form-rows-container .form-row{
    display: flex;
    width: 100%;
}




.form-rows-container.query .form-row{
    max-width: 500px;
    margin-bottom: 20px;
}

.form-rows-container .form-row.col h3{
    margin-bottom: 15px;
    color:#876134;
}
.form-rows-container .form-row.col{
    flex-direction: column;
}

.form-rows-container .form-row > div{
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.form-rows-container .form-row > div:nth-child(1){
    font-weight: bold;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    flex:1 0 calc(40% - 30px)
    
}
.form-rows-container .form-row > div.align-top{
    align-items: flex-start;
}

.form-rows-container .form-row:nth-child(6) > div.align-top,
.form-rows-container .form-row:nth-child(12) > div.align-top,
.form-rows-container .form-row:nth-child(13) > div.align-top{
    padding-top: 22px;
}


@media screen and (max-width:768px) {
    .form-rows-container .form-row{
        flex-direction: column;
    } 
    .form-rows-container .form-row > div:nth-child(1){
        justify-content: flex-start
    } 
    .form-rows-container .form-row:nth-child(12) > div.align-top{
        padding: 10px 0;
    }
}

.form-rows-container .form-row > div:nth-child(2){    
    flex:1 0 calc(60%);
    flex-direction: column;
}

.form-rows-container .form-row input, 
.form-rows-container .form-row select,
.form-rows-container .form-row textarea,
.form-rows-container table input,
.form-rows-container table label
{
    font-size: 16px;
    width: 100%;
    padding: 10px;
    /*padding-top: 0;*/
}

.form-rows-container table td{
    width: 25%;
    vertical-align: top;
}

.form-rows-container table td input{
    float: left;
}
.form-rows-container table td label{
    display: block;
    padding: 0;

}
.form-rows-container .form-row textarea{
    min-height: 120px;
}

.form-rows-container .form-row .checkbox-conntainer{
    width: 100%;
    /*
    display: flex;
    flex-wrap: wrap;
    */
}

.form-rows-container .form-row .checkbox-conntainer > div{
    /*flex:1 0 33%*/
    float:left;
    padding: 0 20px 20px 0
}
.form-rows-container .form-row p{
    margin-bottom: 20px;
}

.form-rows-container .form-row .checkbox-conntainer > div.fill{
    /*flex:1 0 100%*/
    width: 100%;
}

.form-rows-container .form-row input[type='checkbox']{
    width: auto;
    padding: 0;
}

.form-rows-container .form-row .checkbox-conntainer table{
    
}

.reservation_check_buttons{
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 20px auto;
}
.reservation_check_buttons .red-btn{
    margin: 0 5px;
}
.re-container{
    width:100%;
    max-width: 1050px;
    margin: auto;
}
.re-container{
    font-size: 18px;
    color: #3E3A39;
}
.re-container p{
    line-height: 1.6;
    padding-top:20px;
    padding-bottom: 40px;
}
.re-container li{
    line-height: 1.6;
    margin-bottom: 25px;
}
.re-green{
    color: #52797F;
}
.re-container h3{
    font-size: 24px;
    line-height: 1.6;
}

span{
    vertical-align: baseline;
}

#reservation-btn-container{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 42px;
}

@media screen and (max-width:420px) {
    #reservation-btn-container{
        display: flex
    }
}
#reservation-btn-container .red-btn{float:left;margin: unset;margin-left: 7%;}
#reservation-btn-container .red-btn:nth-child(2){float:right;margin-right: 7%;}

.re-table tr td:nth-child(odd){background-color: #ebebeb;}

.re-table tr.table-head td{/*border-left: none;border-right: none;*/background-color: #fff;}
.re-table tr.table-head td:nth-child(7){border-right:1px solid #000;}
.res-2-table td{
    max-width:80%;border:1px solid #333; padding:5px 0 5px 15px ;font-size: 18px;font-weight: bolder;
}

.single-table.single-table2.res-2-table td:nth-child(1){
    width: 130px;
}
/*
.single-table.single-table2.res-2-table ul{
    margin-top: 10px;
}
*/

@media (max-width:768px){
    .re-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-btn2{
        width:40%;
    }
    #reservation-btn-container .red-btn{margin-left: 5%;}
    #reservation-btn-container .red-btn:nth-child(2){margin-right: 5%;}
}
.re-flex,.date-title-container-flex{
    display: flex;
}
/* .date-title-container-flex{
    border-bottom: 1px solid blue;
} */
.re-flex .red-btn{
    margin-top: 0;
    margin-bottom: 0;
}
.main-table-container{
    width:80%;
}

.date-item p{
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
}
.date-re-item p{
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
}
.date-re-item a{
    color:#231815 ;
}
.table-flex{
    display: flex;
    justify-content: center;
    width:100%;
    max-width: 1200px;
    margin-top: 50px;
}
.rwd-time{
    display: none;
}
.table-flex table tr{
    font-size: 18px;
    color:#231815;
}
.re-table{
    width:100%; 
}
.re-table tr td{
    /* width:20%; */
    height:90px;
    border: 1px solid #3E3A39;
    text-align: center;
    line-height: 1.6;
}
.re-table2{
    width:45%;
}
.re-table2 tr td{
    width:25%;
}
.red-text{
    color:#804E44 ;
}
.table-time{
   border: 1px solid #3E3A39;
   border-right:none;

}
.table-time tr td{
    height:90px;
    border: 1px solid #3E3A39;
    border-right:none;
    padding: 15px;
}
.date-re-item p{
    line-height: 1.6;
}
.date-item{
    padding: 15px;
}
.serch-container{
    width:100%;
    max-width: 1050px;
    margin: auto;
}
.search-title{
    font-size: 24px;
    font-weight: bolder;
    color:#52797F ;
    line-height: 1.6;
    
}
.red-title{
    color:#804E44;
}
.input-container{
    padding-top: 50px;
    padding-left: 20px;
}
.input-co{
    width:628px;
    font-size: 21px;
    height:35px;
}

.serch-container .search-btn{
    margin-left: 20px;
    margin-right: unset; 
}
::-webkit-input-placeholder { /* Edge */
    color: #BBBCBC;
    font-size: 16px;
    padding-left: 4px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BBBCBC;
    font-size: 16px;
    padding-left: 4px;
  }
  
  ::placeholder {
    color: #BBBCBC;
    font-size: 16px;
    padding-left: 4px;
  }
  .table-flex{
      overflow-x: scroll;
  }


  /*introduce*/
  .intro-img{width:100% ;}

  
  @media (max-width:768px){
      .date-item{
          font-size: 16px;
      }
      .back-area-flex{
          display: none;
      }
      .serch-container{
        width:80%;
      }
      .input-container{
        padding-top: 20px;
    }
    .input-co{
        width:90%;
    }

  }
  .rwd-menu a{
      color: #fff;
  }
  .re2-title{
      font-size: 18px;
      color:#52797F;
  }


  .single-table2{
    width: 100%;
    max-width: 800px;
    
    margin: 0 auto;
  }
  .no-container{
      margin-top: 20px;
      font-size: 18px;

  }
  .no-container ol{margin-left: 5%;}
  .no-container li{
    list-style-type: decimal;
    color: #3E3A39;
    line-height: 1.6;
    padding-top: 0;
    padding-bottom: 0;
  }
  .search-title2{
      font-size: 24px;
  }
  .gray-wrap{
      margin-top: 50px;
      width:100%;
      padding-top: 40px;
      background-color: #E9E9E9;
      padding-bottom: 50px;
  }
  .input-container2{
    padding-top: 20px;
  }
  .serch-container .reser-btn{
      margin-top: 50px;
  }
  .service-wrap2{
      padding-bottom: 0;
  }


  /*service page*/
  #service-more-btn-container{
    width: 100%;
    max-width: 1048px;
    margin: 0 auto 7% auto;
    text-align: right;
  }
  #service-more-btn-container a{float: right;}
@media(max-width:768px){
    .intro-banner .banner-text{top: 20%;}


    .index2-title-psy::after{
        left:unset;
        right:unset;
    }
    table.group {display:none;}
    select.group{ display:block;}
    
    .doc-img {margin: 0 auto; margin-bottom: 30px;}
    .btn-box{margin-top:0;}
    .fb-flex {
        /*
        padding-left: 8%;
        padding-right: 8%;
        */
        margin: 0 30px;
    }
    .fb-flex p{
        line-height: 100%;
        
    }
    .fb-flex img{
        width: 30px;
        height: 30px;
    }
    
    #about-page{padding-bottom:0;}
    /*service page*/
    #service-more-btn-container{width: 90%;}
    .service-table{width: 90%;}
    .service-flex{display:none;}
}


.locationCard{
    display: flex;
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.locationCard > div{
    flex: 0 0 50%
    
}

.locationCard > .pic{
    display: flex;
    align-items: center;
    overflow: hidden;
    max-height: 260px;
}

.locationCard > .pic img{
    object-fit: cover;
}

.locationCard > .info{
    line-height: 1.6;
    font-size: 18px;
    color: #3E3A39;
    flex: 0 0 calc(50% - 50px);
    padding:25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width:768px) {
    .locationCard > .pic{
        width: calc(100% - 60px);
        margin: 30px;
    }

    .locationCard{
        flex-direction: column;
    }
}






  .white-btn{
      transition: .4s;
  }
  .white-btn:hover{
      color:#BCA796 ;
    background-color: #fff;
  }

  .location-img,.banner-img,.card-img,.hover-img{
    overflow:hidden;
  }
  .location-img img{
    transform:scale(1,1);transition: all 0.6s ease-out;
  }
  .location-img img:hover{
    transform:scale(1.2,1.2);
  }
  .banner-img img{
    transform:scale(1,1);transition: all 0.6s ease-out;
  }
  .banner-img img:hover{
    transform:scale(1.2,1.2);
  }
  .hover-img img{
    transform:scale(1,1);transition: all 0.6s ease-out;
  }
  .hover-img img:hover{
    transform:scale(1.2,1.2);
  }


/*LG size */
@media (min-width:768px) and (max-width:992px){
    /*    h3.location-title{}*/
    .index2-gray-item{padding-left:8%;padding-right:8%;}
    .fb-flex{padding-left:8%;padding-right:8%;}
}

/*iphone width 375px*/
@media (max-width:375px){
    .footer1 img{max-width:60%;}
    .footer-des{font-weight:bolder;}
    /*    h3.location-title{}*/
}


/*iphone width 414px*/
@media (max-width:414px){
    .gray-item{
        height:55%;
        bottom:-55%;
    }
    .location-item-2{
        margin-top:30% ;
    }
    .p-c h3.respons {
        width: 22%;
    }

    .left-line { margin: 20px 0 10px 0; }
    .location-content{font-size:13px}
    .ins-item-flex p {font-size:15px;}

    .ser-icon-img p{
        font-size: 1em;
    }
}

.QQ_QRcode{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}