* {
    margin: 0;
    padding: 0;
}


@font-face {
  font-family: 'SYST';
  src: url('/static/index/otf/songti/SourceHanSerifCN-Light.otf');
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #303030;

}


#media-search {
    display: none;
}

#media-menu {
    display: none;
}

/*布局*/
.top {
    height: 80px;
    width: 96%;
    padding: 0 2%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    box-shadow: 0  0 10px 6px rgba(204, 204, 204, 0.3);

}

.top_logo {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top_logo  div{
    margin-right: 20px;
    font-size: 16px;
    letter-spacing: 2px;
}

.top_nav {
    width: 55%;
    letter-spacing: 1px;
    font-size: 14px;
    height: 80px;
}


.top_login {
    width: 5%;
    text-align: right;
}

#menu {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 120;
    top: 80px;
    left: 0;
}

#menu_box {
    width: 92%;
    padding: 0 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#menu_left {
    width: 15%;
}

#menu_middle {
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
}

#menu_right {
    width: 15%;
}

#menu_last {
    width: 5%;
}

/*细节控制*/

.menu_middle_li {
    width: 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.menu_middle_li li {
    list-style: none;
    text-align: center;
    height: 40px;

}
.menu_middle_li li a:link{
    color: #333;
    text-decoration: none;
}
.menu_middle_li li a:visited{
    color: #333;
    text-decoration: none;
}
.menu_middle_li li a:hover{
    color: #4CE7AB;
    text-decoration: none;
}

.top_logo img {
    margin-top: 3px;
}

.top_nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top_nav ul li {
    list-style: none;
    width: 12%;
    line-height: 80px;
    text-align: center;
    position: relative;


}

.top_nav ul li a:hover {
    transition:color 0.3s;
}

.top_nav ul li i{
    width: 20%;
    margin-left: 40%;
    height: 4px;
    background-color: #4CE7AB;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    
}

.top_nav ul li a:link {
    color: #333;
    text-decoration: none;
}

.top_nav ul li a:visited {
    color: #333;
    text-decoration: none;
}

.top_nav ul li a:hover {
    color: #4CE7AB;
    text-decoration: none;
}

.top_nav ul li img {
    margin-bottom: 3px;
    position: absolute;
    top: 28px;
    left: 95px;
    display:none;
}




/*head搜索部分*/

.top_search {
    width: 15%;
    position: relative;
    text-align: right;
}


#search_text {
    height: 34px;
    width: 150px;
    border: 0;
    background-color: #F4F4F4;
    border-radius: 15px;
    outline: none;
    padding: 0px 20px;
    font-size: 12px;
}

#search_button{
    height: 17px;
    width: 17px;
    position: absolute;
    right: 8px;
    top:8px;
    border: 0;
    cursor: pointer;
    background-color: rgba(151, 255, 250, 0);
}

#search_button img{
    height: 17px;
    width: 17px; 
}

#form_search input:focus{
    background-color: #dffffa;
    transition:all 0.3s;
}



/* 通用样式 */
::placeholder {
    color: #999;
    letter-spacing: 1px;
}




.top_search_media {
    display: none;
}

.top_menu_media {
    display: none;
}


.middle {
    width: 94%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.middle-a{
    margin-top: 20px;
}
.middle-a-title{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    font-weight: bold;
}
.middle-a-content{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.middle-a-content-left{
    width: 40%;
    height: 400px;
    position: relative;
}
.middle-a-content-left-img{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.middle-a-content-left-img img{
    width: 100%;
    height: 400px;
    cursor: pointer;
    /* 初始状态 */
    transform: scale(1);
    transition: transform 0.5s ease; /* 添加过渡效果 */
    
}
.middle-a-content-left-img img:hover{
    /* 悬停状态 */
    transform: scale(1.2);
}

.middle-a-content-left-t{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92%;
    padding: 4% 4%;
    background: linear-gradient(to top, rgb(104, 104, 104), rgba(66, 66, 66, 0));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.middle-a-content-left-t-name{
    font-size: 20px;
    color: #fff;
    width: 40%;
}
.middle-a-content-left-t-miaoshu{
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    width: 60%;
    text-align: right;
}
.middle-a-content-right{
    margin-left: 0.1%;
    width: 59.9%;
    height: 400px;
}
.middle-a-content-right-item{
    width: 32.33%;
    height: 195px;
    float: left;
    position: relative;
    margin-left: 1%;

}
.middle-a-content-right-item:nth-child(-n + 3){
    padding-bottom: 5px;
}
.middle-a-content-right-item:nth-child(n + 4):nth-child(-n + 6){
    padding-top: 5px;
}
.middle-a-content-right-item-img{
    width: 100%;
    height: 195px;
    overflow: hidden;
}
.middle-a-content-right-item-img img{
    width: 100%;
    height: 195px;
    cursor: pointer;
    /* 初始状态 */
    transform: scale(1);
    transition: transform 0.5s ease; /* 添加过渡效果 */
}
.middle-a-content-right-item-img img:hover{
    /* 悬停状态 */
    transform: scale(1.2);
}
.middle-a-content-right-item-t{
    width: 90%;
    padding: 0 5%;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.middle-a-content-right-item-t-name{
    color: #fff;
    font-size: 14px;
    width: 40%;
}
.middle-a-content-right-item-t-miaoshu{
    color: #fff;
    font-size: 12px;
    width: 60%;
    text-align: right;
}

.bottom {
    color: #333;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 50px 0;
    
}

.bottom a {
    margin-right: 5px;
}


/*item页面*/
.item-middle{
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content:space-between;
    margin-top: 30px;
}

.item-middle-left{
    width: 14%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3% 0;
    border-radius: 8px;
}
.item-middle-left li{
    list-style: none;
    width: 60%;
    text-align: center;
    padding: 5px 0;
}
.item-middle-left li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 3px;
}
.item-middle-left li a:link{
    color: #333;
    text-decoration: none;
}
.item-middle-left li a:visited{
    color: #333;
    text-decoration: none;
}
.item-middle-left li a:hover{
    color: #000;
    text-decoration: none;
    background-color: #4CE7AB;
    transition:background-color 0.3s;
}
.cid_active{
    background-color: #4CE7AB;
}
.item-middle-right{
    width: 75%;
    padding: 4% 4%;
    border-radius: 10px;
    height: auto;
    background-color: #fff;
}
.jingdian{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.jingdian-left{
    width: 23%;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}
.jingdian-left img{
    width: 100%;
    height: 150px;
    cursor: pointer;
    /* 初始状态 */
    transform: scale(1);
    transition: transform 0.5s ease; /* 添加过渡效果 */
}

.jingdian-left img:hover{
    /* 悬停状态 */
    transform: scale(1.2);
}


.jingdian-right{
    width: 72%
}
.jingdian-right-a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.jingdian-right-a-1{
    width: 60%;
    font-size: 18px;
    
}
.jingdian-right-a-1 a:link{
    text-decoration: none;
    color:#303030;
}
.jingdian-right-a-1 a:visited{
    text-decoration: none;
    color:#303030;
}
.jingdian-right-a-1 a:hover{
    text-decoration: none;
    color:#4CE7AB;
    transition: color 0.3s;
}
.jingdian-right-a-2{
    width: 40%;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}
.jingdian-right-a-2 div{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 30px;
}
.jingdian-right-a-2 div img{
    margin-right: 5px;
    margin-top: 3px;
}
.jingdian-right-a-2 div a{
    color: #666;
}
.jingdian-right-b{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
}
.jingdian-right-b div{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
}
.jingdian-right-b div img{
    margin-right: 5px;
}
.jingdian-right-b div a{
    font-size: 14px;
}
.jingdian-right-c{
    margin-top: 10px;
    padding: 8px 0;
}
.jingdian-right-c a{
    color: #333;
    font-size: 10px;
    padding: 5px 15px;
    background-color: #4CE7AB;
    margin-right: 8px;
    border-radius: 3px;
}
.jingdian-right-d{
    font-size: 14px;
    margin-top: 10px;
}
.fengexian{
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail{
    margin-top: 30px;
    width: 62%;
    padding: 3% 4%;
    background-color: #fff;
}
.detail-nav{
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
.detail-nav a{
    margin-right: 10px;
}
.detail-title{
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.detail-title-left{
    color: #3f3f3f;
    font-size: 28px;

}
.detail-title-right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.detail-title-right img{
    margin-right: 5px;
    margin-top: 2px;
}
.detail-jieshao{
    color: #3f3f3f;
    font-size: 15px;
    line-height: 25px;

}
.detail-biaoqian{
    margin-top: 30px;
}
.detail-biaoqian a{
    padding: 5px 15px;
    background-color: #4CE7AB;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
}
.detail-address{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.detail-address div{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 50px;
}
.detail-address img{
    margin-right: 8px;
}
.detail-bus{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.detail-bus img{
    margin-right: 8px;
    height: 19px;
    width: auto;
}
.detail-money{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.detail-money img{
    margin-right: 8px;
    height: 19px;
    width: auto;
}
.detail-opentime{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.detail-opentime img{
    margin-right: 8px;
    height: 16px;
    width: auto;
}
.detail-photo{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.detail-photo-left{
    
    width: 80%;
    height: 450px;
}
.detail-photo-left img{
    
    width: 100%;
    height: 450px;
    background-color: #5d5559;
}
.detail-photo-right{
    height: 450px;
    width: 18%;
    display: flex;
    flex-direction: column;
    align-items: right;
}
.detail-photo-right img{
    
    height:140px;
    width: auto;
} 
.detail-photo-right div:nth-child(2),.detail-photo-right div:nth-child(3){
    margin-top: 15px;
}


/*detail 图片*/
.detail-photo-left{
    overflow: hidden;
}
.detail-photo-left img{
    cursor: pointer;
    /* 初始状态 */
    transform: scale(1);
    transition: transform 0.5s ease; /* 添加过渡效果 */
    
}
.detail-photo-left img:hover{
    /* 悬停状态 */
    transform: scale(1.2);
}

.detail-photo-right div{
    overflow: hidden;
}
.detail-photo-right img{
    cursor: pointer;
    /* 初始状态 */
    transform: scale(1);
    transition: transform 0.5s ease; /* 添加过渡效果 */
    
}
.detail-photo-right img:hover{
    /* 悬停状态 */
    transform: scale(1.2);
}



.detail-pinglun-title{
    margin-top: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.detail-pinglun-title-left{
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#tiaoshu{
    font-size: 14px;
    margin-left: 15px;
}
.detail-pinglun-title-left img{
    margin-right: 8px;
    margin-top: 3px;
}
.detail-pinglun-title-right{
    font-size: 14px;
}

.detail-pinglun-content{
    padding: 20px 0;
}
.detail-pinglun-content-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background-color: #F6FFFC;
    margin-bottom: 15px;
    border-radius: 5px;
}
.detail-pinglun-content-item-left{
    width: 76%;
    padding-right: 4%;
}
.detail-pinglun-content-item-right{
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
}
#liuyan-touxiang{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    
}
#liuyan-touxiang img{
    margin-right: 5px;
}
#liuyan-datetime{
    width: 50%;
    text-align:right;
}

/*注册页面*/
.zhuce{
    padding: 5% 30%;
    margin-top: 3%;
    background-color: #fff;
    text-align: left;
    display: flex;
    flex-direction: row;
    box-shadow:10px 10px 20px rgba(105, 105, 105, 0.3);;
}

.zhuce-right{
    width: 300px;
}
.zhuce_title{
    font-size: 28px;
}
.zhuce_content{
    margin-top: 30px;
    font-size: 18px;
}
.zhuce_content>div{
    padding: 7px 0;
    position: relative;
}
#wjmm{
    margin-left: 60px;
}
.info{
    padding: 5px 20px;
    border-radius: 3px;
    width: 240px;
    position: absolute;
    left:300px;
    top: 12px;
    background-color: #f0f0f0;
    font-size: 12px;
    display: none;
}
.email_yzm{
    padding: 7px 0;
}
.email_yzm a{
    font-size: 12px;
    margin-left: 20px;
}
.zhuce_foot{
    margin-top: 20px;
}
.input1{
    height: 35px;
    width: 220px;
    border: solid 1px #eeeeee;
    outline: none;
    transition: border 1s;
    padding: 0 20px;
    
}
.input1:focus{
    border: 1px solid #01e1bc;
}


.input2{
    height: 35px;
    width: 70px;
    border: solid 1px #eeeeee;
    outline: none;
    transition: border 1s;
    text-align: left;
    padding: 0 20px;
    
}
.input2:focus{
    border: 1px solid #01e1bc;
}

.textarea1{
    height: 40px;
    width: 820px;
    padding:20px;
    border: solid 1px #eeeeee;
    outline: none;
    transition: border 1s; 
}
.textarea1:focus{
    border: 1px solid #01e1bc;
}

.button1{
    height: 35px;
    width: 262px;
    border: 0;
    background-color: #01e1bc;
    color: #fff;
    cursor: pointer;
    transition: background-color 1s;   
}
.button1:hover{
    background-color: #12c6a8;
}


a:link{
    color: #12c6a8;
    text-decoration: none;
}
a:visited{
    color: #12c6a8;
}
a:hover{
    color: #5a5a5a;
    transition: color 1s;
}

.top a:link{
    color: #333;
    text-decoration: none;
}
.top a:visited{
    color: #333;
}
.top a:hover{
    color: #12c6a8;
    transition: color 1s;
}

.detail-nav a:link{
    color: #333;
    text-decoration: none;
}
.detail-nav a:visited{
    color: #333;
}
.detail-nav a:hover{
    color: #12c6a8;
    transition: color 1s;
}

.r_message {
    padding: 10px 0;
    color: red;
    font-size: 12px;
}
#send_yzm{
    color: #01e1bc;
    cursor: pointer;
}
.email_yzm{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#post_yzm_box{
    font-size: 12px;
    margin-left: 20px;
    width: 350px;
}
#post_yzm{
    cursor: pointer;
}
#post_yzm:hover{
    color: #666;
}
#yifansong{
    color: green;
}
#chengjiu {
    position: fixed;
    background-color: #ffffff;
    padding: 20px;
    z-index: 102;
    margin-top: 15%;
    right: 20px;
    opacity: 0;
    box-shadow: 0px 0px 5px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;

}
#chengjiu img{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
#information {
    position: fixed;
    background-color: #ffffff;
    padding: 20px 40px;
    z-index: 102;
   
    opacity: 0;
    box-shadow: 0px 0px 5px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;

}
#information img{
    height: 20px;
    width: 20px;
    margin-right: 6px;
    margin-top: 2px;
}
#information a{
}
.r_message {
    padding: 10px 0;
    color: red;
}
.top_login img{
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.top_login img:hover{
    border: 2px solid #d5d5d5;
    transition: all 1s;
}

/*分页样式修改*/
.pagination_box {
    padding: 30px 0 10px 0;
}

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pagination li {
    list-style: none;
}

.pagination li a {
    background-color: rgb(212, 255, 237);
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
    display: inline;
    padding: 4px 9px;
    border-radius: 2px;
    color: #333;
}
.pagination li a:hover{
    background-color: rgb(9, 227, 169);
    color: #333;
}

.pagination .active span {
    background-color: rgb(9, 227, 169);
    display: inline;
    margin-right: 10px;
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 2px;
    color: #fff;

}

.pagination .disabled span {
    background-color: rgb(234, 234, 234);
    display: inline;
    margin-right: 10px;
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 2px;

}
.table_row:hover{
    background-color: #f8fffe;
    transition: all 0.5s;
}
#bx_confirm_box{
    height: 100%;
    width: 100%;
    background-color: rgb(234, 234, 234,0.1);
    position: fixed;
    z-index: 105;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
#bx_confirm{
    padding: 3% 5%;
    background-color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 5px #ccc;
}
#bx_confirm_title{
    font-size: 16px;
    height: 60px;
}
#bx_confirm_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#bx_confirm_a{
    padding: 6px 20px;
    color: #666;
    background-color: #ccc;
    cursor: pointer;
}
#bx_confirm_b{
    padding: 6px 20px;
    color: #fff;
    background-color: #01e1bc;
    margin-left: 20px;
    cursor: pointer;
}
#bx_confirm_b:hover{
    background-color: #00cdab;
    transition: all 0.3s;
}


.bottom a:link{
    color: #333;
    text-decoration: none;
}
.bottom a:visited{
    color: #333;
    text-decoration: none;
}
.bottom a:hover{
    color: #06d3aa;
    text-decoration: none;
}







