​
/************************** 
【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;
}

/* ---------- */

.yaofang-show {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	gap: 80px;
	padding: 100px 0;
}

/* 手机框样式 */
.phone-frame-yaofang-show {
	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-yaofang-show {
	width: 100%;
	height: 100%;
	border-radius: 35px;
	overflow: hidden;
}

.phone-screen-yaofang-show img {
	width: 100%;
	height: 100%;
	display: none;
	/* object-fit: cover; */
}

.phone-screen-yaofang-show img.active {
	display: block;
}

/* 右侧内容区 */
.yaofang-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.yaofang-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.yaofang-item:hover {
	transform: scale(1.02);
}

.yaofang-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0c9d97;
	color: white;
	font-size: 20px;
}

.yaofang-text {
	flex: 1;
}

.yaofang-title {
	font-size: 26px;
	font-weight: 600;
	color: #0c9d97;
	margin: 0;
}

.yaofang-desc {
	font-size: 20px;
	color: #666;
	margin-top: 8px;
}