:root {
	--primary-color: #2060EA;
	--theme-h3-color: #163887;
	--theme-h4-color: #425478;
	--theme-p-color: #959EB0;
	--border-color: linear-gradient(180deg, #327FFB 0%, #80B5FD 100%);
	--bg-btn-color: linear-gradient(270deg, #9A30FF 0%, #15ECEE 100%);
	--font-color: #333333;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	transition: color .3s;
}

html,
body {
	color: var(--font-color);
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}


body {
	font-size: .16rem;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img,
input {
	border: 0;
	outline: none;
}

html {
	font-size: 100px;
	font-size: 5.2083333vw;
}

.w1680 {
	width: 16.4rem;
	margin: 0 auto;
}

@media screen and (max-width:1024px) {
	html {
		font-size: 85px;
	}

	.w1680 {
		width: auto;
		max-width: none;
		padding-left: 10px;
		padding-right: 10px;
	}
        .w1680 .pagel{width: 100%;}
        .w1680 .pager{
                display:none;
        }
}

@media screen and (min-width:1024px) {
	::-webkit-scrollbar {
		width: 3px;
		height: 9px;
	}

	::-webkit-scrollbar-track {
		width: 3px;
		background: #FFFFFF;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;
	}

	::-webkit-scrollbar-thumb {
		background: #387DED;
		background-clip: padding-box;
		min-height: 28px;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;
	}

	::-webkit-scrollbar-thumb:hover {
		background: #387DED;
	}
}

.pages {
	position: relative;
}

.page {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background: url(../../images/aiChat/page1-bg.png) no-repeat;
	background-position: center top;
	background-size: cover;
}

.page>div {
	position: relative;
}

.logo {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	padding-top: .2rem;
}

.logo::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 3.57rem;
	background: url(../../images/aiChat/logo-zzc.png) repeat-x;
	background-position: center top;
	background-size: auto 100%;
	z-index: -1;
	pointer-events: none;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	height: 0.64rem;
}

.page {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background: url(../../images/aiChat/page1-bg.png) no-repeat;
	background-position: center top;
	background-size: cover;
}

.page-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding-top: 1.35rem;
	height: 100vh;
	padding-bottom: .48rem;
	position: relative;
	transition: all .5s;
}

.pagel {
	width: 11rem;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.pager {
	flex: 1;
	min-width: 0;
	margin-left: .8rem;
	height: 100%;
}

.pager .pager_scroll {
	height: 100%;
	padding: 0.2rem;
	margin: -0.2rem;
	overflow-y: auto;
	scrollbar-gutter: stable;
	will-change: scroll-position;
	scroll-behavior: smooth;
	scrollbar-color: rgb(176, 176, 176) rgba(0, 0, 0, 0);
	scrollbar-width: none;
}

.zyzd {
	margin-top: 0.3rem;
}

.pagel-box {
	height: 100px;
	flex-grow: 1;
}

.pagel-head {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.5s ease;
	padding: 0 0.2rem;
	margin: 0 -0.2rem;
}

.btit {
	text-align: center;
        margin-top: auto;
}

.btit h2 {
	font-size: .4rem;
	font-weight: bold;
	line-height: .6rem;
	letter-spacing: normal;
	color: var(--theme-h3-color);
}

.btit h4 {
	font-size: .24rem;
	font-weight: normal;
	line-height: .36rem;
	letter-spacing: normal;
	color: var(--theme-h3-color);
	margin-top: .13rem;
}

.aijs {
	border-radius: .1rem;
	background: linear-gradient(180deg, #F6FAFF -2%, rgba(237, 244, 255, 0) 118%);
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(.2rem);
	padding: .27rem .26rem;
	box-shadow: .04rem .01rem .12rem 0rem rgba(137, 161, 187, 0.3);
	margin-top: 0.55rem;
}

.aijs-ifo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	border-bottom: 1px solid rgba(217, 224, 238, 0.8);
}

.aijs-ifo img {
	display: block;
	height: .9rem;
}

.aijs-tx {
	flex: 1;
	min-width: 0;
}

.aijs-ifo h3 {
	font-size: .2rem;
	font-weight: bold;
	line-height: .3rem;
	letter-spacing: normal;
	color: var(--theme-h3-color);
}

.aijs p {
	font-size: .16rem;
	font-weight: normal;
	line-height: .32rem;
	letter-spacing: normal;
	color: var(--theme-p-color);
	margin-top: .1rem;
}

.chatBox {
	margin-top: 0.16rem;
	height: 0px;
	font-size: 0px;
}

@media screen and (max-width:751px) {
        .page-c{
                padding-bottom: .24rem;
        }
	.logo a img{
		height:auto;
		width:100%;
		margin: 0 auto;
	}
	.btit h2{
		font-size:0.3rem;
	}
	.btit h4{
		font-size:0.18rem;
	}
	.aijs-ifo{
		flex-direction:column;
		
	}
	.aijs-tx{
		text-align:center;
	}
}