:root {
	--color: #1c40ec;
	--color2: #4676f4;
	--text: #1c40ec
	/* #412391 */
}
body {
	padding: 0;
	margin: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	/* background-color: #fff; */
	background: url(/images/bg.jpg?1) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.container {
	margin: 5pt 5pt 0;
	background-color: #fffc;
	padding: 9pt;
	box-shadow: 0 0 3px #02142c40;
}
.addr {
	background: linear-gradient(to bottom, var(--color), var(--color2));
	font-size: calc(100vw / 20);
	display: flex;
	color: #ecf9ff;
	padding: 8px;
	align-items: center;
	justify-content: center;
	text-shadow: 2px 2px 5px #000a;
}
.block {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5pt;
	border: 1px solid var(--text);
	padding: 1vw;
}
.mesh {
	/* background-color: #ea9c49; */
	/* border: 1px solid #e0792a; */
	/* background: linear-gradient(to bottom, #e0792a, #ea9c49); */
	/* margin: 18pt 21pt; */
}
.police {
	/* background: linear-gradient(to bottom, #1c40ec, #4676f4); */
	/* margin: 0 21pt 18pt; */
}
.block .table {
	width: 100%;
	display: flex;
}
.lab {
	font-size: calc(100vw / 32);
	color: #ccc;
}
.block table {
	margin: 10pt 10pt 5pt;
	width: 100%;
}
.block table tr td {
	font-size: calc(100vw / 24);
	color: var(--text);
	vertical-align: top;
	text-overflow: ellipsis;
	word-break: break-all;
	vertical-align: bottom;
	border-bottom: 1px dotted #1035e6;
}
td img {
	width: 30vw;
	height: 42vw;
	float: right;
	box-shadow: 0 1pt 3pt #0002;
	margin: 5pt;
}
.block .bottom {
	font-size: calc(100vw / 28);
	background-color: rgba(255,255,255,.9);
	border-top-left-radius: calc(100vw / 13);
	border-top-right-radius: calc(100vw / 13);
	border: 1px solid var(--text);
	border-bottom: none;
	/* background: url(/images/bar.png);
    background-size: 100% 100%; */
    /* padding: 6pt 16pt; */
	width: calc(100vw * 4 / 7);
	height: calc(100vw / 13);
	line-height: calc(100vw / 13);
    text-align: center;
}
.caption {
	font-size: calc(100vw / 26);
	font-weight: bold;
	color: #040404;
	border-left: 2pt solid #3c62f3;
	margin-left: 10pt;
	padding-left: 5pt;
	letter-spacing: 1pt;
}
.bianmin {
	margin: 6pt 14pt;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bianmin table {
	margin: 5pt 0;
	width: calc(100vw - 20pt);
}
.bianmin td {
	font-size: calc(100vw / 30);
	padding: 3pt 1pt;
}
.bianmin .phone {
	margin: 0.5vw;
	text-align: center;
}
.bianmin .phone div:first-child {
	background: linear-gradient(to top, var(--color), var(--color2));
	color: #fff;
	font-size: calc(100vw / 24);
	padding: 5pt;
	border-top-left-radius: 3pt;
	border-top-right-radius: 3px;
}
.bianmin .phone div:last-child {
	border: 1px solid var(--text);
	border-bottom-left-radius: 3pt;
	border-bottom-right-radius: 3px;
	color: var(--text);
}
.bianmin .btns {
	display: flex;
	width: calc(100vw - 30pt);
}
.bianmin .btn {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bianmin .btn div:first-child {
	width: 30pt;
	height: 30pt;
	padding: 3pt;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
	background: linear-gradient(to right bottom, var(--color), var(--color2));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.bianmin .btn div:last-child {
	color: var(--text);
	font-size: calc(100vw / 32);
	margin-top: 1vw;
}
.bianmin .btn img {
	width: 24pt;
	transform: translateX(-100px);
	filter: drop-shadow(#FFF 100px 0);
}
.bianmin .btn img.s {
	width: 34pt;
	height: 34pt;
	filter: none;
	transform: none;
}
.bianmin .btn:active {
	/* box-shadow: unset; */
	scale: 0.9;
}
.bianmin .btn div {
	font-size: calc(100vw / 28);
}
.space {
	/* background: url(/images/bg.jpg) no-repeat;
	background-position: bottom center; */
	/* background-size: 100%; */
	flex: 1;
	display: flex;
	flex-direction: column-reverse;
	/* min-height: calc(100vw * 147 / 540); */
}
.footer {
	font-size: 9pt;
	text-align: center;
	padding: 6pt;
    background: #fff8;
    border: 1px solid #0001;
    margin: 5pt;
    border-radius: 5pt;
}
.tabs {
	text-align: center;
}
.plan {
	/* background-color: #fff; */
	background: linear-gradient(to top, #fff1, #fff);
}
.tab {
	border-radius: 5pt 5pt 0 0;
	display: inline-block;
	border: 1px solid var(--text);
	color: var(--text);
	/* background-color: #fff; */
	padding: 4pt 9pt;
	border-bottom: none;
	font-size: calc(100vw / 28);
	min-width: calc(100vw / 6);
	text-align: center;
	margin-bottom: -1px;
}
.tab.police {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.tab.mesh {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}