/* ================= Layout ================= */

.main-container {
	display: block;
	max-width: 100%;
	margin: 15px 12px 18px 12px;
}

/* 首屏搜索 */
.country-hero-search {
    width: 100%;
    margin: 0;
    padding: 24px 16px 28px;
    border-radius: 0;
    background: linear-gradient(135deg, #bcffd9 0%, #e7f6ff 50%, #ffffff 100%);
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
/* 内层内容：左右不再限制宽度 */
.country-hero-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}
/* 标题与文案：字号适配手机 */
.country-hero-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
}
.country-hero-subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0 0 20px;
}
/* 搜索框外层 */
.country-hero-form {
    margin: 0 0 18px;
}
/* 搜索输入区域：手机端 100% 宽度 */
.country-hero-input-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 44px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
}
.country-hero-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    height: 100%;
    background: transparent;
}

/* 占位文字颜色 */
.country-hero-input::placeholder {
color: #aaa;
}
/* 搜索按钮：稍微小一点 */
.country-hero-submit {
    width: 64px;
    height: 36px;
    margin-right: 6px;
    border: none;
    border-radius: 999px;
    background: #23c268;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.1s ease;
}
.country-hero-submit:active {
    background: #1fb35c;
    transform: translateY(0);
}
.country-hero-submit i {
    font-size: 18px;
    color: #fff;
}
/* 热门关键词：适配手机换行显示 */
.country-hero-hot {
    font-size: 13px;
    color: #888;
    margin-top: 16px;
    text-align: left;
}
.country-hero-hot-label {
    margin-right: 6px;
}
/* 关键词标签：允许换行、间距更紧凑 */
.country-hero-hot-link {
    display: inline-block;
    margin: 6px 8px 0 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(35, 194, 104, 0.08);
    color: #23c268;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    transition: background 0.2s ease, color 0.2s ease;
}
.country-hero-hot-link:active {
    background: #23c268;
    color: #fff !important;
}


.app-card {
}

.app-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.app-card li {
	background: #fff;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 15px;
	box-shadow: 0 0 0 1px #ececec;
}


/* ================= Top Section ================= */

.app-top {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}

.app-logo {
	width: 46px;
	height: 46px;
	flex-shrink: 0;
	margin-right: 12px;
	overflow: hidden;
    border-radius: 18%;
    border: 1px solid #efefef;
}

.app-logo img {
	width: 46px;
	height: 46px;
}

.app-mid {
	flex: 1;
	display: flex;
	flex-direction: column;
    transform: translateY(-2px);
}

.app-title a {
	font-size: 17px;
	font-weight: 700;
	color: #131715;
	text-decoration: none;
}


/* ================= Tags ================= */

.app-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 6px;
}

.app-tags a {
	height: 16px;
	line-height: 16px;
	padding: 0 4px;
	font-size: 10px;
	color: #8F8F8F;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
}


/* ================= Score ================= */

.app-score {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 7px;
}

.app-score i {
	font-size: 12px;
	color: #23c268;
	margin-right: 4px;
}

.app-score .score {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #23c268;
}


/* ================= Bottom Section ================= */

.app-bottom {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 10px;
}

.app-desc {
	font-size: 12px;
	color: #8F8F8F;
}

.app-score-top {
	display: flex;
	align-items: center;
}

/* comment info under score */
.app-reviews {
	display: flex;
	align-items: center;
	font-size: 10px;
	text-align: right;
	color: #8F8F8F;
}


/* ================= Video Card ================= */

.card-video {
	position: relative;
	margin: -16px -16px 12px -16px;
	aspect-ratio: 16 / 9;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.card-video canvas {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,.42);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-btn i {
	font-size: 34px;
	color: #fff;
}

.xgplayer-container {
	width: 100%;
	height: 100%;
	display: none;
}

/* 幻灯增加切换 */
.mobile-banner-card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    position: relative;
}
.mobile-banner-card img {
    width: 100%;
    display: block;
}
.mbc-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 14px 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,0));
}
.mbc-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.mbc-desc {
    font-size: 12px;
    opacity: .8;
}
.swiper-pagination {
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    width: auto !important;
}
.swiper-pagination-bullet {
    background: rgba(255,255,255,.4);
    opacity: 1;
    width: 5px;
    height: 5px;
    margin: 0 3px;
}
.swiper-pagination-bullet-active {
    background: #fff;
    width: 7px;
    height: 7px;
}
/* 三个按钮通用样式 */
.mobile-snav {
    display: flex;
    gap: 12px;
	margin-bottom: 15px;
}
.mobile-snav a {
    flex: 1;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
}
.mobile-snav a:hover {
    color: #fff!important;
}
.mobile-snav a:nth-child(1) {
    background: linear-gradient(135deg, #23c268, #4fe59d);
}
.mobile-snav a:nth-child(2) {
    background: linear-gradient(135deg, #1a73e8, #5aa2ff);
}
.mobile-snav a:nth-child(3) {
    background: linear-gradient(135deg, #ff8c00, #ffb347);
}

/* 加载更多 */
.loadMore {
	margin-top: 20px;
	cursor: pointer;
}

.loadMore .it {
	display: block;
	width: 220px;
	height: 44px;
	overflow: hidden;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	background: #23c268;
	color: #fff;
	border-radius: 24px;
	margin: 0 auto
}

.loadMore .it:hover {
	opacity: .8;
	color: #fff!important;
}

.loadText {
	text-align: center;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	margin-top: 20px;
	color: #666
}