gfbmrk_csshtml {
	overflow-x: auto;
	overflow-y: auto;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: inherit;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	/* display: block; */
	-webkit-tap-highlight-color: transparent
}

/* h2 {
    font-size: 18px;
} */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

input,
textarea,
button,
select,
div {
	outline: none;
}


.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

input,
textarea,
button,
select,
div {
	outline: none;
}

body,
html {
	background: #f8f8f8;
}

.gfbm_crumbs {
	font-size: 0.24rem;
	line-height: 1rem;
	color: #333333;
	padding: 0 0.24rem;
}

.gfbm_content_box {
	width: calc(100% - 0.24rem);
	font-size: 0.36rem;
	box-shadow: 0rem 0rem 0.14rem 0rem rgba(0, 0, 0, 0.04);
	border-radius: 0.08rem;
	margin: 0 auto;
	background: white;
	padding-bottom: 0.4rem;
}

.gfbm_title {
	width: 100%;
	line-height: 1rem;
	border: none;
	color: white;
	font-size: 0.36rem;
	font-weight: 600;
	text-align: center;
	background-image: linear-gradient(90deg,
		#ff403a 0%,
		#ff6949 100%);
	box-shadow: 0rem 0rem 0.07rem 0rem rgba(0, 0, 0, 0.04);
	border-radius: 0.08rem 0.08rem 0rem 0rem;
}

.gfbm_btn {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}

.gfbm_btn a:hover {
	color: #d16d6f;
}

.gfbm_btn a {
	font-size: 0.32rem;
	font-weight: 600;
	line-height: 1.08rem;
	color: #ff413a;
}

.gfbm_img {
	height: 2.32rem;
	width: 2.32rem;
	margin: 0 auto;
	padding: 0.28rem 0;
}

.gfbm_img img {
	display: block;
	height: 100%;
	width: 100%;
}

.gfbm_note_tit {
	font-size: 0.28rem;
	font-weight: 600;
	color: #333333;
	text-align: center;
}

.gfbm_note_con {
	padding: 0.4rem 0.36rem;
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #666666;
	text-align: justify;
	border-bottom: 1px solid #ebebeb;
}

.gfbm_tips_tit {
	font-size: 0.28rem;
	line-height: 0.88rem;
	font-weight: 600;
	color: #ff413a;
}

.gfbm_tips_con,
.gfbm_tips_tit {
	padding: 0 0.36rem;
}

.gfbm_tips_con {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.4rem;
	text-align: justify;
}
.gfbm_tips_con a:hover{
	color: #d18485;
}
.gfbm_tips_con a {
	font-weight: 600;
		color: #ff413a;
}
