body{
	background-color: #f8f8f8;
	/* font-family: "myFont"  */
}

.main-part{
	background-color: #ffffff;
	border-radius: 16px;
	/* padding: 0 30px 30px 30px; */
	margin-top: 22px;
}

.box {
    position: relative;
    font-size: 16px;
    color: #333;
    /* background-color: #fff; */
}

/* 顶部 */
.top-bar {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    background-color: #333;
    color: #fff;
}

.top-bar .top-link {
    font-size: 14px;
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .top-link .top-link-l a span {
    color: #fff;
}

.top-bar .top-link .top-link-r {
    display: flex;
    align-items: center;
}

.top-bar .top-link .top-link-r .jubao {
    color: #f60;
    margin-right: 20px;
}

.top-bar .top-link .top-link-r .app-down {
    background-color: #f60;
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 4px 8px;
}

.top-bar .top-link .top-link-r .city {
    cursor: pointer;
    color: #f60;
    margin-right: 20px;
}

/* banner */

.banner {
    height: auto;
	background-image: url('https://imgbdb4.bendibao.com/xcxbdb/20243/05/2024305173725_35496.jpg');
	background-position: center;
	background-size: 1920px auto;	 
	height: 250px;
	background-repeat: no-repeat;
	background-color: #f6e5ed;

}
.top_title-box{
	width: 1200px;
	margin: auto;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
}

.banner .tag_box{
	height: 40px;
	border-radius: 50px;
	width: 400px;
	background-image: linear-gradient(90deg,rgb(232, 120, 108) 12%,#f6e5ed 80%);
	line-height: 40px;
	color: white;
	font-size: 20px;
	padding: 0 24px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.city {
    position: absolute;
    top: 76px;
    right: 19%;
    padding: 6px 18px;
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;
}

.city img {
    width: 8px;
    height: 5px;
    margin: 0 0 2px 8px;
}

.container {
    width: 1200px;
    margin: 30px auto;
}

.content-L {
    width: 777px;
}

.content-R {
    width: 406px; 
}

.month {
    /* width: 771px; */
    height: 68px;
    line-height: 68px;
    padding: 0 31px;
    border-radius: 10px;
    color: #666666;
    font-size: 18px;
    border: 1px solid #e5e5e5ff;
	background-color: #fff;
}

.month a {
    margin-right: 24px;
}

.month a:last-of-type {
    margin-right: 0;
}

.month .active {
    color: #F53A5D;
}

/* 花类切换 */
 
.hua-tab{
	box-sizing: border-box;
	padding: 0 30px; 
	width: 100%;
	border-bottom:1px solid rgb(235, 235, 235);
}

.hua-tab .tab-name {
    position: relative;
    margin-right: 55px; 
    color: #666666;
    font-size: 18px;
    cursor: pointer;
	line-height: 80px;
	/* padding: 24px 0; */
}

.hua-tab .tab-name:last-of-type {
    margin-right: 0;
}

.hua-tab .active {
    font-size: 22px;
    /* font-weight: 700; */
    color: #F53A5D;
}

.hua-tab .active::after {
    content:'';
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 22px;
    height: 4px;
    border-radius: 33px;
    background: #f53a5d;
}
.hua-con{
	border-color: skyblue;
	padding: 30px;
	box-sizing: border-box;
}

.hua-con .tab-con .list {
    width: 100%;
	/* background-color:  rgb(255, 252, 205); */
    margin-bottom: 48px;  
    box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.hua-con .tab-con .list .pic {
    min-width: 222px;
    max-width: 222px;
    height: 166px;
    border-radius: 8px;
	margin-right: 22px;
}

.hua-con .tab-con .list .title {
    font-size: 22px;
	font-weight: 600;
    color: #333; 
}

.hua-con .tab-con .list ul {
    /* padding: 12px 15px 20px; */
    /* border: 1px solid #E5E5E5;
    border-radius: 0 0 6px 6px; */
    /* background-color: #fff; */
}

.hua-con .tab-con .list .right-info-box{
	flex: 1;
	/* background-color: pink; */
}


.hua-con .tab-con .list ul li {
    display: flex;
    margin-bottom: 14px;
	color: #444;
}

.hua-con .tab-con .list ul li .left {
    min-width: fit-content;
}

.hua-con .tab-con .list ul li .price {
    /* color: #F53A5D; */
}
.stars{
	color: #f53a5c;
}
.hua-con .tab-con .list .btns{
	display: flex;
	flex-wrap: wrap;
}

.hua-con .tab-con .list .btns a {
	display: block;
    max-width: 112px;
    min-width: 112px;
	height: 36px;
	line-height: 36px;
    margin-top: 10px; 
	margin-right: 14px;
    border-radius: 4px;
    text-align: center;
    color: #F53A5D;
    background-color: #feebef;
}

/* 赏花攻略 重要提示*/
.gonglue-con,.tips-con {
    margin-top: 40px;
}

.gonglue-con .head,.tips-con .head {
    /* margin-left: 22px; */
    font-size: 18px;
    font-weight: 700;
}

.gonglue-con .list {
    margin-top: 22px;
}

.gonglue-con .list .title::before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 8px;
    /* margin-bottom: 3px; */
    border-radius: 50%;
    background: #f53a5d;
}

.gonglue-con .list-con,.tips-con .list-con {
    margin-top: 18px;
    padding: 24px 30px 0;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.gonglue-con ul a {
    display: inline-block;
    margin-right: 27px;
    margin-bottom: 24px;
    padding-right: 27px;
    border-right: 1px solid #e5e5e5;
}

.gonglue-con ul a:last-of-type {
    margin-right: 0;
    border-right: 0;
}

.gonglue-con .view-more {
    margin-bottom: 24px;
}

.tips-con .list-con {
    padding: 24px 30px;
}

/* 右侧内容 */
.news-box {
    padding: 20px 22px;
    border: 1px solid #e5e5e5ff;
    border-radius: 12px;
	background-color: #fff;
}

.news-box .head {
    font-size: 18px;
    font-weight: 700;
}

.news-box .head::before,.gonglue-con .head::before,.tips-con .head::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 19px;
    margin-right: 11px;
    border-radius: 10px;
    background: #417afe;
}

.latest ul {
    margin-top: 20px;
}

.latest ul .item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.latest ul .item:nth-of-type(n+2),.zixun ul li:nth-of-type(n+2) {
    margin-top: 12px;
}

.news-box ul .item::before {
    content: '';
    display: inline-block;
    min-width: 6px;
    height: 6px;
    margin-right: 10px;
    margin-bottom: 3px;
    border-radius: 50%;
    background: #aaa;
}

.news-box .latest {
    margin-bottom: 30px;
}



.tab-content-box{
	border: 1px solid #F2F2F2;
	background-color: #fff;
	margin-bottom: 20px;

}
.tab-content-box .item{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom:1px solid #F2F2F2;
	font-size: 15px;
	color: #222;
}
.tab-content-box .item.more{
	text-align: center;
	color: #999;
	cursor: default
}
.tab-content-box .item.zixun-title{
	font-size: 18px;
	color: #f53a5c;
	font-weight: 600;
	position: relative;
}
.tab-content-box .item.zixun-title::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	width: 3px;
	background-color: #f53a5c;

}

.tab-content-box .item:last-child{
	border-bottom: none
}
 

 
 


