#main_content {
	overflow: hidden;
	padding: 0rem 4rem;
	background: #F2F2F2;
}

.st_mg {
	margin: 3rem 0 2rem;
	color: #282828;
	font-weight: 500;
	font-size: 2.8rem;
}

.st_timg_name {
	background: #F9F9F9;
	border-radius: 20px 20px 20px 20px;
}

.st_timg {
	padding: 2rem;
}

.st_timg img {
	width: 100%;
}

.st_t_name {
	border-radius: 0px 0px 20px 20px;
	padding: 3rem 2rem;
}

.st_t_n1 {
	font-weight: bold;
	font-size: 3.2rem;
	color: #202020;
	line-height: 3.2rem;
}

.st_t_s1 {
	font-weight: 400;
	font-size: 2.4rem;
	color: #6E6E6E;
	line-height: 3.2rem;
	margin-top: 1.5rem
}

.open_app_printer {
	border-radius: 20px;
	width: 100%;
	display: block;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 2.5rem 1rem;
	margin: 4rem 0 2rem;
	text-decoration: none;
	outline: none;
	border-radius: 2rem;
	font-weight: bold;
	font-size: 3.2rem;
	color: #FFFFFF;
	line-height: 3.6rem;
}
.open_app_printer:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

.st_tips {
	font-weight: 500;
	font-size: 2.4rem;
	color: #777777;
	margin:0;
}
.copy_fun {
	color: #04BF8A;
	text-decoration: underline;
	cursor: pointer;
	font-size: 2.4rem;
}
.copy_fun:hover {
	opacity: 0.8;
}
.st_mt_3 {
	margin:6rem 0 6rem;
}

.st_label_Information {
	font-weight: 800;
	font-size: 3rem;
	color: #282828;
	margin: 0 0 2rem;
	line-height: 3.2rem;
}

.st_table_bg {
	border-radius: 20px;
}

.st_table,
.st_table tr {
	width: 100%;
}

.st_table td {
	width: 50%;
	line-height: 3.2rem;
	font-weight: 500;
	font-size: 2.8rem;
	word-break: break-word;
}

.st_table td:first-child {
	text-align: left;
	color: #777777;
	padding: 2rem 1rem 2rem 3rem;
}

.st_table td:last-child {
	text-align: right;
	color: #202020;
	padding: 2rem 3rem 2rem 1rem;
}
.st_table tr:first-child td{
	padding-top:4rem;
}
.st_table tr:last-child td{
	padding-bottom:4rem;
}
.st_table .direction_icon  img{
	width:2.8rem;height:2.8rem;
	vertical-align: sub;
	margin-right: 0.3rem;
	}
.st_table .direction_icon.left img{
	transform: rotate(180deg);
}
.st_table .direction_icon.up img{
	transform: rotate(270deg);
}
.st_table .direction_icon.right img{
	transform: rotate(0deg);
}
.st_table .direction_icon.down img{
	transform: rotate(90deg);
}
.invalid_text {
	margin: 2rem 0;
	color: #999999;
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 3.2rem;
}
.main_share_none{display: none;}
.main_share_none_position {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main_share_none_position img{max-width: 100%;width: auto;}