.footer-first-line .item{
	
	display: inline-block;
	
	
}

.homeFooter{
	
	padding-top: 15px;
	margin-top: 20px;
	border-top: solid 2px #7a7a80;/* 分割线 */
	
}

.homeFooter .item{
	
	cursor: pointer;
	color: #d0d5d9 !important;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 15px;
	
}

.homeFooter .not-link{
	
	cursor: unset;
	
}

.homeFooter .item:not(.not-link):hover{
	
	color: #ffffff !important;
	
}

.beian{

	padding-top: 8px;
	padding-bottom: 5px;

}

/* 窗口 */
.window-background{
	
	opacity: 0;
	pointer-events: none;
	position: fixed;
	z-index: 100;
	background: #141414;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	
	transition: opacity 0.2s;
	
}

.window-container{
	
	pointer-events: none;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.window-container .window{
	
	pointer-events: none;
	text-align: center;
	width: 100%;
	opacity: 0;
	
	transition: opacity 0.2s;
	
}

.open-window .window{
	
	opacity: 1;
	
}

.open-window .window-background{
	
	display: block;
	pointer-events: all;
	opacity: 0.6;
	
}
/* 窗口end */

/* 窗口内容 */
.window .item{
	
	display: block;
	pointer-events: none;
	margin: auto;
	border-radius: 10px;
	background-color: #272b30;
	
}

.open-window .window .item{
	
	pointer-events: all;
	box-shadow: 2px 2px 10px 2px rgba(19,19,19,0.5);
	
}

.window .item .title{
	
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 1.1rem;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	letter-spacing: 5px;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); */
	box-shadow: 0 2px 18px -5px rgba(0, 0, 0, 0.6)
	
}

.submit-button{
	
	height: 40px;
	width: 90px;
	border-radius: 6px;
	display: flex;
	align-items:center;
	justify-content: center;
	
}

/* 联系我们 */
.window .connectUs{
	
	width: 92%;
	min-width: 250px;
	max-width: 400px;
	
}

.window .connectUs .title{
	
	margin-bottom: 20px;
	
}

.window .connectUs .content a{
	
	color:#fcfcfc;
	
}

.window .connectUs .content{
	
	display: inline-block;
	height: 94px;
	text-align: left;
	margin-bottom: 24px;
	
}

.window .connectUs .connect-item{
	
	padding: 3px;
	
}

.window .connectUs .connect-item .icon{
	
	display: inline-block;
	position: relative;
	margin-right: 5px;
	
}

/* 联系我们end */

/* 反馈建议 */
.window .recommend{
	
	width: 90%;
	min-width: 300px;
	max-width: 560px;
	border-bottom: solid 1px #00000000;/* 防止margin塌陷 */
	
}

.window .recommend .content > *{
	
	margin: auto;
	
}

.window .recommend .submit-button{
	
	margin-top: 10px;
	background-color: #b3d7ff;
	margin-bottom: 25px;
	
}

.window .recommend .input-box{
	
	height: 40px;
	width: calc(100% - 100px);
	max-width: 350px;
	background: #272b30;
	margin-left: 9px;
	margin-bottom: 20px;
	outline: none;
	border: none;
	color: #fcfcfc;
	border-bottom: solid 3px #a7a7ac;
	caret-color: #fcfcfc;
	padding-left: 3px;
	padding-right: 3px;
	
	transition: all 0.2s;
	
}

.window .recommend .textarea-box{
	
	height: 100px;
	
}

.window .recommend .icon{
	
	position: relative;
	vertical-align: top;/* inline-block对齐方式必须为top */
	
}

.window .recommend .input-box:focus{
	
	border-bottom: solid 3px #fcfcfc;
	
}

.window .recommend .blur-icon{
	
	display: inline-block;
	
}

.window .recommend .focus-icon{
	
	display: none;
	
}

.window .recommend .input-container:focus-within .focus-icon{
	
	display: inline-block;
	
}

.window .recommend .input-container:focus-within .blur-icon{
	
	display: none;
	
}

/* 调整图标位置 */
.window .recommend .input-icon{
	
	top: 8px;
	
}

.window .recommend .textarea-icon{
	
	top: 3px;
	
}
/* 调整图标位置end */
/* 反馈建议end */

/* 窗口图片 */
.window .window-image{
	
	width: 100%;
	max-width: 1300px;
	
}

.window .window-image .inner-img{
	
	width: 100%;
	border-radius: 10px;
	
}

.page-item a{
	color: inherit !important;
}
/* 窗口图片end */
/* 窗口内容end */