* {
	padding: 0;
	margin: 0;
	color: #1e1e1e;
}
body, html {
  scrollbar-width: none; /* 隐藏滚动条 - Firefox */
    -ms-overflow-style: none; /* 隐藏滚动条 - IE和Edge */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* 自动隐藏滚动条，但仍可使用 */
}
:-webkit-scrollbar-thumb {
    background-color: rgba(45, 43, 43, 0.707); /* 设置滚动条拇指（可拖动部分）的背景颜色为灰色 */
    border-radius: 6px; /* 圆角样式 */
  }
/* WebKit 浏览器（如 Chrome 和 Safari） */
::-webkit-scrollbar {
    display: none;
}
.box-1 {
	padding: 50px 20px 20px 20px;
	padding-bottom: 0;
	text-align: center; /* 使盒子内的文本居中 *
}

.box-1 h1 {
	font-size: 40px;
	color: #003543;
	text-align: center; /* 使盒子内的文本居中 */
}

.box-1 h1 svg {
	position: relative;
	top: 18px;
	text-align: center; /* 使盒子内的文本居中 */
}

.box-1 p {
	padding: 25px 20px;
	color: #6e6e6e;
	line-height: 28px;
	text-align: center; /* 使盒子内的文本居中 */
}


.box-1 p a {
	color: #6e6e6e;
	font-weight: 800;
	text-align: center; /* 使盒子内的文本居中 */
}

body {
	background: #f3f4f6;
	max-width: 700px;
	margin: 0 auto;
}
.v[data-class="v"] .vnick:hover {
	color: #1247d9 !important;
}

.v[data-class="v"] {
	text-align: left
}

.v[data-class="v"] * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.75
}

.v[data-class="v"] .vinput,
.v[data-class="v"] .veditor,
.v[data-class="v"] p,
.v[data-class="v"] pre code,
.v[data-class="v"] .status-bar {
	color: #003543
}

.v[data-class="v"] .vtime,
.v[data-class="v"] .vsys {
	color: #b3b3b3
}

.v[data-class="v"] .text-right {
	text-align: right
}

.v[data-class="v"] .text-center {
	text-align: center
}

.v[data-class="v"] img {
	max-width: 100%;
	border: none
}

.v[data-class="v"] hr {
	margin: .825em 0;
	border-color: #f6f6f6;
	border-style: dashed
}

.v[data-class="v"].hide-avatar .vimg {
	display: none
}

.v[data-class="v"] a {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	display: inline-block
}

.v[data-class="v"] pre,
.v[data-class="v"] code {
	background-color: #f8f8f8;
	padding: 0.2em 0.4em;
	border-radius: 3px;
	font-size: 85%;
	margin: 0
}

.v[data-class="v"] pre {
	padding: 10px;
	overflow: auto;
	line-height: 1.45
}

.v[data-class="v"] pre code {
	padding: 0;
	background: transparent;
	white-space: pre-wrap;
	word-break: keep-all
}

.v[data-class="v"] blockquote {
	color: #666;
	margin: .5em 0;
	padding: 0 0 0 1em;
	border-left: 8px solid rgba(238, 238, 238, 0.5)
}

.v[data-class="v"] .vinput {
	border: none;
	resize: none;
	outline: none;
	padding: 10px 15px;
	max-width: 100%;
	font-size: 14px;
	border-radius: 0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.v[data-class="v"] input[type=\'checkbox\'],
.v[data-class="v"] input[type=\'radio\'] {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px
}

.v[data-class="v"] .vicon {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	fill: #555;
	vertical-align: middle
}

.v[data-class="v"] .vicon+.vicon {
	margin-left: 10px
}

.v[data-class="v"] .vicon.actived {
	fill: #66b1ff
}

.v[data-class="v"] .vrow {
	font-size: 0;
	padding: 10px 0
}

.v[data-class="v"] .vrow .vcol {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px
}

.v[data-class="v"] .vrow .vcol.vcol-20 {
	width: 20%
}

.v[data-class="v"] .vrow .vcol.vcol-30 {
	width: 30%
}

.v[data-class="v"] .vrow .vcol.vcol-40 {
	width: 40%
}

.v[data-class="v"] .vrow .vcol.vcol-50 {
	width: 50%
}

.v[data-class="v"] .vrow .vcol.vcol-60 {
	width: 60%
}

.v[data-class="v"] .vrow .vcol.vcol-70 {
	width: 70%
}

.v[data-class="v"] .vrow .vcol.vcol-80 {
	width: 80%
}

.v[data-class="v"] .vrow .vcol.vctrl {
	font-size: 12px
}

.v[data-class="v"] .vemoji,
.v[data-class="v"] .emoji {
	width: 26px;
	height: 26px;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 1px;
	display: inline-block
}

.v[data-class="v"] .vwrap input {
	background: transparent
}

.v[data-class="v"] .vwrap .vedit {
	position: relative;
	padding-top: 10px
}

.v[data-class="v"] .vwrap .cancel-reply-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer
}

.v[data-class="v"] .vwrap .vemojis {
	display: none;
	font-size: 18px;
	max-height: 145px;
	overflow: auto;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0 1px #f0f0f0;
	box-shadow: 0px 0 1px #f0f0f0
}

.v[data-class="v"] .vwrap .vemojis i {
	font-style: normal;
	padding-top: 7px;
	width: 36px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.v[data-class="v"] .vwrap .vpreview {
	padding: 7px;
	-webkit-box-shadow: 0px 0 1px #f0f0f0;
	box-shadow: 0px 0 1px #f0f0f0
}

.v[data-class="v"] .vwrap .vheader .vinput {
	width: 33.33%;
}

.v[data-class="v"] .vwrap .vheader.item2 .vinput {
	width: 50%
}

.v[data-class="v"] .vwrap .vheader.item1 .vinput {
	width: 100%
}

.v[data-class="v"] .vwrap .vheader .vinput:focus {
	border-bottom-color: #eb5055
}

@media screen and (max-width: 520px) {
	.v[data-class="v"] .vwrap .vheader .vinput {
		width: 100%
	}

	.v[data-class="v"] .vwrap .vheader.item2 .vinput {
		width: 100%
	}
}

.v[data-class="v"] .vpower {
	color: #999;
	font-size: .75em;
	padding: .5em 0
}

.v[data-class="v"] .vpower a {
	font-size: .75em
}

.v[data-class="v"] ul,
.v[data-class="v"] ol {
	padding: 0;
	margin-left: 1.25em
}

.v[data-class="v"] .txt-center {
	text-align: center
}

.v[data-class="v"] .txt-right {
	text-align: right
}

.v[data-class="v"] .veditor {
	width: 100%;
	min-height: 8.75em;
	font-size: .875em;
	background: transparent;
	resize: vertical;
}

.v[data-class="v"] .vbtn {
	text-align: center;
	color: #555;
	border: 1px solid #ededed;
	border-radius: .3em;
	display: inline-block;
	background: transparent;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	padding: .5em 1.25em;
	font-size: .875em;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none
}

.v[data-class="v"] .vbtn+.vbtn {
	margin-left: 1.25em
}

.v[data-class="v"] .vbtn:active,
.v[data-class="v"] .vbtn:hover {
	color: #3090e4;
	border-color: #3090e4
}

.v[data-class="v"] .vbtn:disabled {
	border-color: #E1E1E1;
	color: #E1E1E1;
	background-color: #fdfafa;
	cursor: not-allowed
}

.v[data-class="v"] .vempty {
	padding: 1.25em;
	text-align: center;
	color: #555;
	overflow: auto
}

.v[data-class="v"] .vsys {
	display: inline-block;
	padding: .2em .5em;
	font-size: .75em;
	border-radius: .2em;
	margin-right: .3em
}

@media screen and (max-width: 520px) {
	.v[data-class="v"] .vsys {
		display: none
	}
}

.v[data-class="v"] .vcards .vcard {
	padding-top: 1.25em;
	position: relative;
	display: block
}

.v[data-class="v"] .vcards .vcard:after {
	content: \'\';
	clear: both;
	display: block
}

.v[data-class="v"] .vcards .vcard .vimg {
	width: 3.125em;
	height: 3.125em;
	float: left;
	border-radius: 50%;
	margin-right: .7525em;
	border: 1px solid #f5f5f5;
	padding: .125em
}

@media screen and (max-width: 720px) {
	.v[data-class="v"] .vcards .vcard .vimg {
		width: 2.5em;
		height: 2.5em
	}
}

.v[data-class="v"] .vcards .vcard .vhead {
	line-height: 1.5;
	margin-top: 0
}

.v[data-class="v"] .vcards .vcard .vhead .vnick {
	position: relative;
	font-size: .875em;
	font-weight: 800;
	margin-right: .875em;
	cursor: pointer;
	text-decoration: none;
	display: inline-block
}

.v[data-class="v"] .vcards .vcard .vh {
	overflow: hidden;
	padding-bottom: .5em;
	border-bottom: 1px dashed #f5f5f5
}

.v[data-class="v"] .vcards .vcard .vh .vtime {
	font-size: .75em;
	margin-right: .875em
}

.v[data-class="v"] .vcards .vcard .vh .vmeta {
	line-height: 1;
	position: relative
}

.v[data-class="v"] .vcards .vcard .vh .vmeta .vat {
	font-size: .8125em;
	color: #ef2f11;
	cursor: pointer;
	float: right
}

.v[data-class="v"] .vcards .vcard:last-child .vh {
	border-bottom: none
}

.v[data-class="v"] .vcards .vcard .vcontent {
	word-wrap: break-word;
	word-break: break-all;
	font-size: .875em;
	line-height: 2;
	position: relative;
	margin-bottom: .75em;
	padding-top: .625em
}

.v[data-class="v"] .vcards .vcard .vcontent.expand {
	cursor: pointer;
	max-height: 8em;
	overflow: hidden
}

.v[data-class="v"] .vcards .vcard .vcontent.expand::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 3.15em;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	z-index: 999
}

.v[data-class="v"] .vcards .vcard .vcontent.expand::after {
	display: block;
	content: attr(data-expand);
	text-align: center;
	color: #828586;
	position: absolute;
	width: 100%;
	height: 3.15em;
	line-height: 3.15em;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9)
}

.v[data-class="v"] .vcards .vcard .vquote {
	padding-left: 1em;
	border-left: 1px dashed rgba(238, 238, 238, 0.5)
}

.v[data-class="v"] .vcards .vcard .vquote .vimg {
	width: 2.225em;
	height: 2.225em
}

.v[data-class="v"] .vpage .vmore {
	margin: 1em 0
}

.v[data-class="v"] .clear {
	content: \'\';
	display: block;
	clear: both
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes pulse {
	50% {
		background: #dcdcdc
	}
}

@keyframes pulse {
	50% {
		background: #dcdcdc
	}
}

.v[data-class="v"] .vspinner {
	width: 22px;
	height: 22px;
	display: inline-block;
	border: 6px double #a0a0a0;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	position: relative;
	vertical-align: middle;
	margin: 0 5px
}

[data-theme="dark"] .v[data-class="v"] .vinput,
[data-theme="dark"] .v[data-class="v"] .veditor,
[data-theme="dark"] .v[data-class="v"] p,
[data-theme="dark"] .v[data-class="v"] pre code,
[data-theme="dark"] .v[data-class="v"] .status-bar,
.dark .v[data-class="v"] .vinput,
.dark .v[data-class="v"] .veditor,
.dark .v[data-class="v"] p,
.dark .v[data-class="v"] pre code,
.dark .v[data-class="v"] .status-bar,
.theme__dark .v[data-class="v"] .vinput,
.theme__dark .v[data-class="v"] .veditor,
.theme__dark .v[data-class="v"] p,
.theme__dark .v[data-class="v"] pre code,
.theme__dark .v[data-class="v"] .status-bar,
.night .v[data-class="v"] .vinput,
.night .v[data-class="v"] .veditor,
.night .v[data-class="v"] p,
.night .v[data-class="v"] pre code,
.night .v[data-class="v"] .status-bar {
	color: #b2b2b5
}

[data-theme="dark"] .v[data-class="v"] .vtime,
[data-theme="dark"] .v[data-class="v"] .vsys,
.dark .v[data-class="v"] .vtime,
.dark .v[data-class="v"] .vsys,
.theme__dark .v[data-class="v"] .vtime,
.theme__dark .v[data-class="v"] .vsys,
.night .v[data-class="v"] .vtime,
.night .v[data-class="v"] .vsys {
	color: #929298
}

[data-theme="dark"] .v[data-class="v"] pre,
[data-theme="dark"] .v[data-class="v"] code,
[data-theme="dark"] .v[data-class="v"] pre code,
.dark .v[data-class="v"] pre,
.dark .v[data-class="v"] code,
.dark .v[data-class="v"] pre code,
.theme__dark .v[data-class="v"] pre,
.theme__dark .v[data-class="v"] code,
.theme__dark .v[data-class="v"] pre code,
.night .v[data-class="v"] pre,
.night .v[data-class="v"] code,
.night .v[data-class="v"] pre code {
	color: #929298;
	background-color: #151414
}

[data-theme="dark"] .v[data-class="v"] .vicon,
.dark .v[data-class="v"] .vicon,
.theme__dark .v[data-class="v"] .vicon,
.night .v[data-class="v"] .vicon {
	fill: #b2b2b5
}

[data-theme="dark"] .v[data-class="v"] .vicon.actived,
.dark .v[data-class="v"] .vicon.actived,
.theme__dark .v[data-class="v"] .vicon.actived,
.night .v[data-class="v"] .vicon.actived {
	fill: #66b1ff
}

[data-theme="dark"] .v[data-class="v"] .vbtn,
.dark .v[data-class="v"] .vbtn,
.theme__dark .v[data-class="v"] .vbtn,
.night .v[data-class="v"] .vbtn {
	color: #b2b2b5;
	border-color: #b2b2b5
}

[data-theme="dark"] .v[data-class="v"] .vbtn:hover,
.dark .v[data-class="v"] .vbtn:hover,
.theme__dark .v[data-class="v"] .vbtn:hover,
.night .v[data-class="v"] .vbtn:hover {
	color: #66b1ff;
	border-color: #66b1ff
}

[data-theme="dark"] .v[data-class="v"] a:hover,
.dark .v[data-class="v"] a:hover,
.theme__dark .v[data-class="v"] a:hover,
.night .v[data-class="v"] a:hover {
	color: #D7191A
}

[data-theme="dark"] .v[data-class="v"] .vcards .vcard .vcontent.expand::before,
.dark .v[data-class="v"] .vcards .vcard .vcontent.expand::before,
.theme__dark .v[data-class="v"] .vcards .vcard .vcontent.expand::before,
.night .v[data-class="v"] .vcards .vcard .vcontent.expand::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7))
}

[data-theme="dark"] .v[data-class="v"] .vcards .vcard .vcontent.expand::after,
.dark .v[data-class="v"] .vcards .vcard .vcontent.expand::after,
.theme__dark .v[data-class="v"] .vcards .vcard .vcontent.expand::after,
.night .v[data-class="v"] .vcards .vcard .vcontent.expand::after {
	background: rgba(0, 0, 0, 0.7)
}

@media (prefers-color-scheme: dark) {

	.v[data-class="v"] .vinput,
	.v[data-class="v"] .veditor,
	.v[data-class="v"] p,
	.v[data-class="v"] pre code,
	.v[data-class="v"] .status-bar {
		color: #b2b2b5
	}

	.v[data-class="v"] .vtime,
	.v[data-class="v"] .vsys {
		color: #929298
	}

	.v[data-class="v"] pre,
	.v[data-class="v"] code,
	.v[data-class="v"] pre code {
		color: #929298;
		background-color: #151414
	}
	.v[data-class="v"] .vicon {
		fill: #b2b2b5
	}

	.v[data-class="v"] .vicon.actived {
		fill: #66b1ff
	}

	.v[data-class="v"] .vbtn {
		color: #b2b2b5;
		border-color: #b2b2b5
	}

	.v[data-class="v"] .vbtn:hover {
		color: #66b1ff;
		border-color: #66b1ff
	}

	.v[data-class="v"] a:hover {
		color: #D7191A
	}

	.v[data-class="v"] .vcards .vcard .vcontent.expand::before {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7))
	}

	.v[data-class="v"] .vcards .vcard .vcontent.expand::after {
		background: rgba(0, 0, 0, 0.7)
	}
}

.vpanel {
	padding: 25px 20px 10px 20px;
	margin: 30px;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	background-color: #fff;
	background-image: url(newsletter-strip.png);
	background-repeat: repeat-x;
	background-size: 96px 16px;
}

.vinput:focus,
.vinput:active{
	box-shadow: inset 0 0 0 2px #2563eb; 
}

.vat {
	
	color: #1247d9 !important;
}

.vcards {
	margin: 20px;
	border-radius: 0.5rem;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	padding: 0 20px;
	width: auto !important;
}

.vwrap {
	margin: 0 auto !important;
	border: none !important;
	padding: 0 !important;
	width: auto !important;
	overflow: visible !important;
}

.vbtn {
	border: 0 !important;
	padding: 8px 20px !important;
	font-size: 16px !important;
	border-radius: 0.5rem !important;
	font-weight: 800 !important;
	background: #1e6fff !important;
	color: #fff !important;
}

.vbtn:hover,
.vbtn:focus{
	background: #1247d9 !important
}

.vbtn:active{
	background: #092778 !important;
}

.vicon {
	padding: 3px;
	border-radius: 4px !important;
}

.vrow {
	padding: 5px 0 !important;
}

svg {
	position: relative;
	top: 3px;
}
.vcount {
	padding: 0 26px !important;
	font-weight: 800 !important;
	font-size: 23px !important;
}


.txt-right {
	display: none !important;
}