​/************************** 
【92建站】www.92jzh.com
网站源码 / 静态模板 / 小程序模板下载
----------------------
【齐鲁CMS】www.qilucms.com
网站定制 / APP开发 / SEO排名优化
----------------------
【省赚臻选】www.hsrjdl.com
自用省钱 / 分享赚钱 / 兼职赚钱APP
***************************/


html,
body {
	height: 100%;
}

body {
	margin: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}


/* ------------ */

/* 手机图片效果展示 */

.app-show {
	max-width: 1100px;
	margin: 120px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

/* 左侧按钮区 */
.features-left,
.features-right {
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: 300px;
}

.feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: white;
	border-radius: 12px;
	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee; */
}

.feature-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
	font-size: 24px;
	margin-bottom: 10px;
	color: #0c9d97;
}

.feature-title {
	font-weight: bold;
	font-size: 26px;
	color: #0c9d97;
	margin-bottom: 6px;
}

.feature-desc {
	font-size: 20px;
	color: #666;
}

/* 手机模拟器 */
.phone-frame {
	width: 280px;
	height: 596px;
	background: url(../images/mobile.png) no-repeat;
	background-size: 100%;
	padding: 12px;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.phone-screen {
	width: 100%;
	height: 100%;
	border-radius: 35px;
	overflow: hidden;
}

.phone-screen img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

/* ------------ */
