/**
 * 九邑公用样式文件
 * @author kevinE kevin-e-e@foxmail.com
 * @version 1.3 2023-7-31
 */

@charset "utf-8";

@font-face {
	/* font-family: "rouhei"; */
	/* src: url("../font/siyuanrouhei.ttf"); */
	/* src: url("../font/siyuanrouhei-bold.ttf"); */
	/* src: url("../font/dahei-SemiBold.ttf"); */
}

:root {
	--zone-side-blank: 8px;
}

.root {
	background: #6d3d09;
}
.page {
	background-color: #a0674d;
	background-image: url("../img/public/bg-title.png"), url("../img/public/bg-top.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
}
.status-bar {
	background: transparent;
}
.main {
	background: transparent;
}

body, input, button {
	font-family: "rouhei";
}

h1 {
	position: relative;
	padding-left: 8px;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	letter-spacing: 8px;
	color: #F7F159;
	background-clip: text;
	text-shadow: 0 0 1px #000000, 0 2px #7E3D07, 0 5px #7E3D07;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #F9F780;
}

.hidden {
	display: none !important;
}

#aliyunCaptcha-puzzle {
	width: initial;
}

/* 底部导航 */
.root-nav {
	background: url("../img/tabbar/bg.png");
	background-size: 100% 100%;
}
.root-nav img {
	width: 46px;
	height: 48px;
}
.root-nav span {
	display: none;
}
.root-nav .active img {
	width: 69px;
	height: 72px;
}

/* 顶部导航 */
.nav-bar {
	padding: 0;
	background: transparent;
	border-bottom: none;
}
.nav-bar img {
	width: 36px;
	height: 30px;
}
.nav-bar .nav-title {
	font-size: 20px;
	color: #F8D979;
	text-shadow: var(--text-shadow);
}
.nav-bar .nav-sub {
	color: #F8D979;
	text-shadow: var(--text-shadow);
}


.btn:active {
	transform: translateY(1px);
	-o-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-moz-transform: translateY(1px);
}

/* 页面弹窗 */
.modal-body {
	width: calc(100% - 24px);
	margin: 0 12px;
	padding: 16px 12px;
	border-radius: 24px;
	background: #aa5338;
	box-shadow: inset 0 4px #8b3118, inset 4px 0 #8b3118, inset -4px 0 #8b3118;
}
.modal-close {
	width: 48px;
	top: -16px;
	right: -12px;
}


.shadow-text {
	color: var(--text-light-color);
	text-shadow: var(--text-shadow);
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.btn {
	color: #FAFAFA;
	background: linear-gradient(#FFE23E 30%, #F37111);
	box-shadow: inset 0 2px 4px #7214, inset 0 -2px 4px #7218, 2px 2px 4px #0004;
	text-shadow: -1px -1px #B94A2C, 1px -1px #B94A2C, -1px 1px #B94A2C, 1px 1px #B94A2C;
}