﻿
/*------------------------内容 start--------------------------*/
.cont-wrap {
	position: relative;
}

.cont-wrap img {
	width: 100%;
}

.Ai-news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
	transition: transform 0.6s ease, opacity 0.6s ease;
}

.Ai-news1 {
	width: 9.2rem;
	height: 1rem;
	margin: 0 auto;
	position: fixed;
	top: 7.6rem;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.2rem 0.4rem;
	background-color: rgba(26, 26, 26, 0.75);
	border-radius: 0.2rem;
}

.Ai-news2 {
	width: 9.2rem;
	height: 4.5rem;
	margin: 0 auto;
	position: fixed;
	top: 4.6rem;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.2rem 0.4rem;
	background-color: rgba(26, 26, 26, 0.75);
	border-radius: 0.2rem;
	align-items: center;
	transition: all 0.6s ease-in-out;
	
}

.Ai-news3 {
	width: 1.9rem;
	height: 4.5rem;
	position: fixed;
	top: 4rem;
	/* left: 0.32rem; */
	left: -3.32rem;
	right: 0;
	bottom: 0;
	padding: 0.3rem 0.12rem;
	border: 0.01rem solid #0a0606;
	border-radius: 0.2rem;
	align-items: flex-start;
	transition: all 0.6s ease-in-out;

	
}
.Ai-news3.show{
	left: 0.32rem;
      opacity: 1;
      pointer-events: auto;
	  background: #fff;
}

.Ai-news2.hide {
	/* transform: translateY(-1200px); */
	top: -8.6rem;
	opacity: 0;
	pointer-events: none;
}
.Ai-news.hide {
	transform: translateY(100px);
	opacity: 0;
	pointer-events: none;
}

.hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.2rem);
}

.Ai-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.Ai-robot {
	display: flex;
	align-items: center;
	position: relative;
	bottom: 0.3rem;
	margin-right: 0.15rem;
}

.avatar {
	position: relative;
	z-index: 1;
}

.avatar img {
	width: 1rem;
}

.greeting {
	font-size: 0.16rem;
	line-height: 0.16rem;
	font-weight: inherit;
	background-color: #fff;
	border: 0.01rem solid #0a0606;
	position: absolute;
	width: 2.7rem;
	border-radius: 0.2rem;
	padding: 0.2rem;
	left: 0.65rem;
	bottom: 1rem;
}

.weather-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin-right: 0.3rem;
}

.weather-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.weather-title {
	margin-right: 0.1rem;
	font-size: 0.18rem;
    line-height: 0.18rem;
}

.weather-sec-cont-title {
	font-size: 0.18rem;
	line-height: 0.18rem;
	margin-right: 0.1rem;
}

.weather-info {
	font-size: 0.18rem;
	line-height: 0.18rem;
	color: #f1ffcf;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.weather-info img {
	width: 0.35rem;
	margin-right: 0.05rem;
	margin-bottom: 0.1rem;
}

.recommend-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recommend-title {
	font-size: 0.18rem;
	line-height: 0.18rem;
	color: #fff;
}

.recommend-content {
	font-size: 0.18rem;
	line-height: 0.18rem;
	color: #666;
	padding: 0.1rem;
	background-color: #f9f9f9;
	border-radius: 0.08rem;
}

.ai-btn {
	display: inline-block;
	background-color: #9db381;
	color: #fff;
	padding: 0.05rem 0.2rem;
	border-radius: 0.18rem;
	font-size: 0.16rem;
	margin-left: 0.15rem;
	border: none;
	cursor: pointer;
}

.close-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec-cont-tit {
	display: flex;
	justify-content: space-between;
	width: 8.4rem;
	margin-bottom: 0.15rem;
}

.sec-cont-tit h2 {
	display: flex;
}

.sec-cont-tit span {
	color: #9db381;
	display: flex;
	margin-right: 0.2rem;
}

.sec-cont-tit span a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #9db381;
	font-size: 0.18rem;
	line-height: 0.18rem;
	border: 0.01rem solid #9db381;
	border-radius: 0.5rem;
	padding: 0.05rem 0.1rem;
}

.sec-cont-tit span #refreshIcon {
	display: inline-block;
	transition: transform 0.3s;
	font-style: normal;
	color: #9db381;
}

.sec-cont-tit span #refreshBtn:hover #refreshIcon {
	transform: rotate(180deg);
}

.sec-cont-tit button {
	border: none;
	background: none;
	margin-left: 0.06rem;
}

.sec-cont-tit a img {
	width: 0.14rem;
	margin-left: 0.1rem;
}

.sec-cont-tit .on {
	font-size: 0.18rem;
	color: #fff;
	display: flex;
}

.sec-cont-tit .on a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	background-color: #9db381;
	border-radius: 0.5rem;
	padding: 0.05rem 0.1rem;
}

.sec-cont-tit .on #refreshIcon {
	display: inline-block;
	transition: transform 0.3s;
	font-style: normal;
	color: #fff;
}

.sec-cont-tit .on #refreshBtn:hover #refreshIcon {
	transform: rotate(180deg);
}


.tab {
	display: none;
}

.tab-on {
	display: block;
}

/*标题列表 -----*/
.news-list-AI {
	/* height: 1.8rem; */
}

.news-list-AI li {
	margin-bottom: 0.12rem;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-list-AI li:before {
	content: "";
	width: 0.03rem;
	height: 0.03rem;
	border-radius: 50%;
	margin-right: 0.1rem;
	margin-bottom: 0.05rem;
	background: #9db381;
	display: inline-block;
}

.news-list-AI li a {
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.16rem;
}

.news-list-AI li a:hover {
	color: #9db381;
}

.bottomab {}

.gjc {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	margin-top: 0.2rem;
	left: 2rem;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #fff;
	display: flex;
	align-items: center;
	z-index: 2;
}

.gjc a {
	display: block;
	width: auto;
	float: right;
	margin-left: 0.3rem;
	font-size: 0.14rem;
	line-height: 0.14rem;
	border-radius: 0.5rem;
	border: 0.01rem solid #9db381;
	color: #fff;
	padding: 0.05rem 0.15rem;
}

.gjc a:hover {
	color: #9db381;
}

.xx-dhk {
	background: #fff;
	border-radius: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.16rem;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 1rem;
	padding: 0.15rem;
}

.Ai-news3 .Ai-cont {
	flex-wrap: wrap;
	position: relative;
}

.Ai-news3 .avatar {
	position: absolute;
	z-index: 1;
	top: -1.6rem;
	left: 0;
	right: 0;
	text-align: center;
}

.Ai-news3 .avatar img {
	width: 1.3rem;
}

.third-mod-nav {
	margin-bottom: 0.1rem;
	font-size: 0.16rem;
	background-color: #9db381;
	padding: 0.05rem 0.12rem;
	border-radius: 0.5rem;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap; 
	cursor: pointer;
}

.third-mod-nav img{
	height: 0.13rem;
	width: auto;
	object-fit: contain;
	margin-left: 0.072rem;
}

.third-mod-cont{
	font-size: 0.16rem;
    text-align: justify;
    /*max-height: 2.6rem;*/
    display: none;
    margin-bottom: 0.15rem;
    box-sizing: border-box;
}

/*标题列表2 -----*/
.news-list2 {
}

.news-list2 li {
	margin-bottom: 0.12rem;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-list2 li:before {
	content: "";
	width: 0.03rem;
	height: 0.03rem;
	border-radius: 50%;
	margin-right: 0.1rem;
	margin-bottom: 0.05rem;
	background: #9db381;
	display: inline-block;
}

.news-list2 li a {
	color: #333333;
	font-size: 0.16rem;
	line-height: 0.26rem;
}

.news-list2 li a:hover {
	color: #9db381;
}

.third-mod-cont button {
	border: none;
	background: none;
	display: flex;
	margin: 0 auto;
}

.third-mod-cont #refreshIcon {
	display: inline-block;
	transition: transform 0.3s;
	font-style: normal;
	color: #97bd39;
}

.third-mod-cont #refreshBtn:hover #refreshIcon {
	transform: rotate(180deg);
}



/*------------------------底部 start--------------------------*/
.footer-wrap {
	width: 100%;
}