* {
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	background-color: #f5f5f5;
	font-family: "微软雅黑";
	font-size: 14px;
}

ul,
ol {
	list-style: none;
}

.flex {
	display: flex;
}

.justify-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.btn {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	color: #333;
	line-height: 32px;
	height: 32px;
	box-sizing: border-box;
	padding: 0 15px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
}

.text-red {
	color: red
}

.text-cyan {
	color: #1CBBB4
}

.text-orange {
	color: #f37b1d
}

.text-olive {
	color: #8dc63f
}

.text-blue {
	color: #0081ff;
}

.bg-white {
	background-color: #fff;
	color: #333;
}

.bg-cyan {
	border-color: #1CBBB4;
	background-color: #1CBBB4;
	color: #fff;
}

.menu-ctrl {
	font-size: 24px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
}

.panel-head {
	padding: 15px 15px 0;
}

.panel-head .title {
	font-size: 18px;
	font-weight: 500;
	border-left: 3px solid #1CBBB4;
	padding-left: 10px;
}

.panel-head .tip {
	color: #a5a5a5;
	font-size: 14px;
	text-decoration: none;
}

.panel-head>.inner {
	line-height: 24px;
	display: flex;
	padding-bottom: 15px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
}

.panel-body {
	padding: 15px;
}

.header {
	height: 80px;
}

.header-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background-color: #fff;
	height: 80px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.menu-ctrl {
	cursor: pointer;
}

.menu-ctrl.active {
	color: #999;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.clearfix {
	display: block;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.header .container {
	height: 80px;
}

.header .logo-bar {
	float: left;
	display: flex;
	align-items: center;
	height: 80px;
	margin-right: 20px;
	cursor: pointer;
}

.header .logo-img {
	height: 60px;
}

.header .cont-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .nav-ctrl {
	display: flex;
	align-items: center;
}

.header .nav-login {
	line-height: 80px;
}

.header .nav-menu {
	display: flex;
}

.header .nav-menu-item {
	text-align: center;
	padding: 0 20px;
	float: left;
	line-height: 80px;
}

.header .nav-menu-item>a {
	padding-bottom: 15px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.header .nav-menu-item.active>a {
	color: #1cbbb4;
	border-bottom: 3px solid #1cbbb4;
}

.firend-list {
	text-align: left;
	display: block;
}

.firend-item {
	/*display: block;*/
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.firend-item>img {
	display: block;
	height: 40px;
}

.firend-item:hover {
	color: #0081ff;
}

.footer-bar {
	padding: 15px;
	text-align: center;
	color: #999;
	font-size: 12px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row::after {
	content: "";
	clear: both;
	display: block;
}

[class*="col-"] {
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}

/* 超小设备（手机，小于 768px） */
/* 默认情况下没有媒体查询 */
/*  24 栅格系统 */
.col-xs-1 {
	width: 4.166666667%;
}

.col-xs-2 {
	width: 8.333333333%;
}

.col-xs-3 {
	width: 12.5%;
}

.col-xs-4 {
	width: 16.66666667%;
}

.col-xs-5 {
	width: 20.833333333%;
}

.col-xs-6 {
	width: 25%;
}

.col-xs-7 {
	width: 29.166666667%;
}

.col-xs-8 {
	width: 33.33333333%;
}

.col-xs-9 {
	width: 37.5%;
}

.col-xs-10 {
	width: 41.66666667%;
}

.col-xs-11 {
	width: 45.833333333%;
}

.col-xs-12 {
	width: 50%;
}

.col-xs-13 {
	width: 54.166666667%;
}

.col-xs-14 {
	width: 58.33333333%;
}

.col-xs-15 {
	width: 62.5%;
}

.col-xs-16 {
	width: 66.66666667%;
}

.col-xs-17 {
	width: 70.833333333%;
}

.col-xs-18 {
	width: 75%;
}

.col-xs-19 {
	width: 79.166666667%;
}

.col-xs-20 {
	width: 83.33333333%;
}

.col-xs-21 {
	width: 87.5%;
}

.col-xs-22 {
	width: 91.66666667%;
}

.col-xs-23 {
	width: 95.833333333%
}

.col-xs-24 {
	width: 100%;
}

@media (max-width: 767px) {
	.header .logo-img {
		height: 40px;
	}

	.header .logo-bar,
	.header .container,
	.header-nav,
	.header {
		height: 60px;
	}

	.header .cont-bar {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		transition: .2s;
	}

	.header .cont-bar.show {
		display: flex;
		transform: translateY(100%);
	}

	.header .nav-menu {
		width: 100%;
		background-color: #fff;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
	}

	.header .nav-menu .nav-menu-item {
		flex: 1;
	}

	.hidden-xs {
		display: none !important;
	}
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
	.show-xs {
		display: none !important;
	}

	/*  24 栅格系统 */
	.col-sm-1 {
		width: 4.166666667%;
	}

	.col-sm-2 {
		width: 8.333333333%;
	}

	.col-sm-3 {
		width: 12.5%;
	}

	.col-sm-4 {
		width: 16.66666667%;
	}

	.col-sm-5 {
		width: 20.833333333%;
	}

	.col-sm-6 {
		width: 25%;
	}

	.col-sm-7 {
		width: 29.166666667%;
	}

	.col-sm-8 {
		width: 33.33333333%;
	}

	.col-sm-9 {
		width: 37.5%;
	}

	.col-sm-10 {
		width: 41.66666667%;
	}

	.col-sm-11 {
		width: 45.833333333%;
	}

	.col-sm-12 {
		width: 50%;
	}

	.col-sm-13 {
		width: 54.166666667%;
	}

	.col-sm-14 {
		width: 58.33333333%;
	}

	.col-sm-15 {
		width: 62.5%;
	}

	.col-sm-16 {
		width: 66.66666667%;
	}

	.col-sm-17 {
		width: 70.833333333%;
	}

	.col-sm-18 {
		width: 75%;
	}

	.col-sm-19 {
		width: 79.166666667%;
	}

	.col-sm-20 {
		width: 83.33333333%;
	}

	.col-sm-21 {
		width: 87.5%;
	}

	.col-sm-22 {
		width: 91.66666667%;
	}

	.col-sm-23 {
		width: 95.833333333%
	}

	.col-sm-24 {
		width: 100%;
	}
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {

	/*  24 栅格系统 */
	.col-md-1 {
		width: 4.166666667%;
	}

	.col-md-2 {
		width: 8.333333333%;
	}

	.col-md-3 {
		width: 12.5%;
	}

	.col-md-4 {
		width: 16.66666667%;
	}

	.col-md-5 {
		width: 20.833333333%;
	}

	.col-md-6 {
		width: 25%;
	}

	.col-md-7 {
		width: 29.166666667%;
	}

	.col-md-8 {
		width: 33.33333333%;
	}

	.col-md-9 {
		width: 37.5%;
	}

	.col-md-10 {
		width: 41.66666667%;
	}

	.col-md-11 {
		width: 45.833333333%;
	}

	.col-md-12 {
		width: 50%;
	}

	.col-md-13 {
		width: 54.166666667%;
	}

	.col-md-14 {
		width: 58.33333333%;
	}

	.col-md-15 {
		width: 62.5%;
	}

	.col-md-16 {
		width: 66.66666667%;
	}

	.col-md-17 {
		width: 70.833333333%;
	}

	.col-md-18 {
		width: 75%;
	}

	.col-md-19 {
		width: 79.166666667%;
	}

	.col-md-20 {
		width: 83.33333333%;
	}

	.col-md-21 {
		width: 87.5%;
	}

	.col-md-22 {
		width: 91.66666667%;
	}

	.col-md-23 {
		width: 95.833333333%
	}

	.col-md-24 {
		width: 100%;
	}
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {

	/*  24 栅格系统 */
	.col-lg-1 {
		width: 4.166666667%;
	}

	.col-lg-2 {
		width: 8.333333333%;
	}

	.col-lg-3 {
		width: 12.5%;
	}

	.col-lg-4 {
		width: 16.66666667%;
	}

	.col-lg-5 {
		width: 20.833333333%;
	}

	.col-lg-6 {
		width: 25%;
	}

	.col-lg-7 {
		width: 29.166666667%;
	}

	.col-lg-8 {
		width: 33.33333333%;
	}

	.col-lg-9 {
		width: 37.5%;
	}

	.col-lg-10 {
		width: 41.66666667%;
	}

	.col-lg-11 {
		width: 45.833333333%;
	}

	.col-lg-12 {
		width: 50%;
	}

	.col-lg-13 {
		width: 54.166666667%;
	}

	.col-lg-14 {
		width: 58.33333333%;
	}

	.col-lg-15 {
		width: 62.5%;
	}

	.col-lg-16 {
		width: 66.66666667%;
	}

	.col-lg-17 {
		width: 70.833333333%;
	}

	.col-lg-18 {
		width: 75%;
	}

	.col-lg-19 {
		width: 79.166666667%;
	}

	.col-lg-20 {
		width: 83.33333333%;
	}

	.col-lg-21 {
		width: 87.5%;
	}

	.col-lg-22 {
		width: 91.66666667%;
	}

	.col-lg-23 {
		width: 95.833333333%
	}

	.col-lg-24 {
		width: 100%;
	}
}

.search-wrap {
	display: flex;
	align-content: center;
	min-height: 200px;
}

.search-block {
	margin: 40px auto 0;
	display: block;
	max-width: 800px;
	box-sizing: border-box;
	width: calc(100% - 10px);
}

.search-group {
	max-width: 800px;
	display: flex;
	height: 48px;
	border: 1px solid #1CBBB4;
	background-color: #1CBBB4;
	border-radius: 4px;
}

.search-group .input-control {
	border: none;
	outline: none;
	background-color: #fff;
	flex: 1;
	border-radius: 4px 0 0 4px;
	padding: 0 15px;
	color: #333;
}

.search-group .input-control::placeholder {
	color: #999;
}

.search-group .btn-search {
	display: block;
	border: none;
	outline: none;
	padding: 0 20px;
	background-color: #1CBBB4;
	color: #fff;
	height: 100%;
	width: 100px;
	font-size: 16px;
}

.search-hot {
	width: 100%;
	line-height: 36px;
	max-width: 800px;
	margin: auto;
}

.search-hot .hot-item {
	text-decoration: none;
	color: #a5a5a5;
	margin-right: 15px;
	margin-bottom: 5px;
}

.page-item.active {
	background: #4E6EF2;
	color: #fff;
	font-weight: 400;
}

.page-bar {
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.page-item {
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 36px;
	height: 36px;
	border: 0;
	border-radius: 6px;
	background-color: #fff;
	color: #3951B3;
	margin-right: 12px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.page-item-ctrl {
	padding: 0 15px;
}

.breadcrumb {
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	line-height: 24px;
}

.breadcrumb>.item-dt {
	color: #999;
	margin-right: 15px;
}

.breadcrumb>.item-dd {
	color: #666;
}

.breadcrumb>.item-dd>a {
	color: #337ab7;
	text-decoration: none;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.panel .block-dl {
	border-bottom: 1px dashed #d5d5d5;
}

.block-dl {
	display: flex;
}

.block-dl>.dt {
	font-weight: bold;
	line-height: 32px;
	color: #333;
	white-space: nowrap;
}

.block-dl>.dd {
	padding-left: 15px;
}

.tag {
	text-decoration: none;
	display: inline-block;
	color: #999;
	height: 32px;
	border-radius: 2px;
	padding: 0 15px;
	line-height: 32px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.tag:hover {
	background-color: #cce6ff;
	color: #333;
}

.paper-list:first-child .list-item:first-child {
	padding-top: 0;
}

.paper-list .list-item:first-child {
	border-top: none;
}

.paper-list .list-item {
	border-top: 1px dashed #f2f2f2;
	justify-content: space-between;
	padding: 20px 0;
	display: flex;
	align-items: center;
}

.paper-list .item-content {
	display: flex;
	width: calc(100% - 120px);
}

.paper-list .item-control {
	display: flex;
	align-items: center;
}

.paper-list .text-cont {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: calc(100% - 40px);
}

.paper-list .text-cont:hover>.title,
.paper-list .text-cont:hover>.tip {
	color: #337ab7;
	text-decoration: underline;
}

.paper-list .text-cont>.title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.paper-list .text-cont>.tip {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.paper-list .item-content>.text:hover {
	text-decoration: underline;
}

.paper-list .item-content>.iconfont {
	font-size: 24px;
	margin-right: 10px;
	color: #8dc63f;
}

.question-list:first-child .list-item:first-child {
	padding-top: 0;
}

.question-list .list-item:first-child {
	border-top: none;
}

.question-list .list-item {
	border-top: 1px dashed #d5d5d5;
	justify-content: space-between;
	padding: 20px 0;
	display: flex;
	align-items: center;
}

.question-list .item-content {
	display: flex;
	width: calc(100% - 120px);
}

.question-list .item-control {
	display: flex;
	align-items: center;
}

.question-list .item-content>.text:hover {
	color: #337ab7;
}

.question-list .item-content>.text {
	line-height: 20px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	width: calc(100% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.question-list .item-content>.text:hover {
	text-decoration: underline;
}

.question-list .item-content>.iconfont {
	font-size: 24px;
	margin-right: 10px;
	color: #f37b1d;
}

.content-list .list-item {
	display: flex;
	padding-bottom: 15px;
}

.content-list .list-item+.list-item {
	border-top: 1px dashed #d5d5d5;
	padding-top: 15px;
}

.content-list .list-item>.iconfont {
	font-size: 16px;
	color: #a5a5a5;
	margin-right: 10px;
	line-height: 20px;
}

.content-list .list-item>.text:hover {
	color: #337ab7;
	text-decoration: underline;
}

.content-list .list-item>.text {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.question-detail{
	position:relative;

}

.question-detail .question-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	padding: 0 1.5%;
}

.question-detail .question-addon-item {
	padding: 0 1.5%;
	line-height: 30px;
	font-size: 13px;
	color: #a5a5a5;
	display: inline-block;
	margin-right: 30px;
}

.question-detail .question-option>.option-item {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
}

.question-detail .question-answer-head {
	font-size: 16px;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	background-color: #d2f1f0;
}

.question-detail .question-answer-body {
	padding: 15px;
}

.text-center {
	text-align: center;
}

.btn-answer {
	font-size: 16px;
	min-width: 140px;
	height: 42px;
	line-height: 42px;
	border-radius: 100px;
	border-color: #f3883a;
	background-color: #f3883a;
	color: #fff;
	box-shadow: 0 4px 2px #ddd;
}

.question-tip {
	color: #333;
	line-height: 24px;
	padding: 0 1.5%;
	font-size: 14px;
}

.question-tip .tip-text {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}

.question-tip .add-text {
	color: #999;
	margin-top: 10px;
	font-size: 12px;
}



.modal-msg .modal-body {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #666;
}

.modal.show {
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: auto;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1110;
	opacity: 0;
	outline: 0;
	text-align: center;
	-ms-transform: scale(1.185);
	-webkit-transform: scale(1.185);
	transform: scale(1.185);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	pointer-events: none;
}

.modal::before {
	content: "\200B";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.modal-dialog {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width: 100%;
	background-color: #f8f8f8;
	border-radius: 5px;
	overflow: hidden;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header:before {
	display: table;
	content: " ";
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 18px;
	font-weight: 500;
}

button.close {
	outline: none;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.close {
	float: right;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.question-ctrl {
	padding: 0 1.5%;
	display: flex;
}

.question-ctrl>.item {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	flex: 1;
	padding: 20px 15px;
	line-height: 20px;
	background-color: #1CBBB4;
}

.question-ctrl>.item+.item {
	border-left: 1px solid #fff;
}




@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot?t=1602213547846');
	/* IE9 */
	src: url('iconfont.eot?t=1602213547846#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
	url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAUkAAsAAAAACugAAATYAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDSAqIYIZtATYCJAMYCw4ABCAFhG0HURscCREVpMOQ/SywW5MRkY2hXs02BuXxDKv3o5jENPu+CCKyo6q3Zz33EDmfQY7g/D4zYyPc/7OrfvWoGlrAEYRMYs0CPAoRopuN7m12kQLA95tzwEZlKEuydmTHvvCv5dxLM/qf+/m8sgbL6wuQqVa1rS2S3hmOkoYDivrZFvRFK4C+oP4Fdg51MEEXQwASrPAAdeqSnAoRSqRNAiCzplcUQeQzokyhCFijjjnQgLaDD/Y2UHcBtpkvL5/xFAx4qBTpUv2mxJRCu3dsn1H33zFKCbj67MDtMEABagEYQFbFOpegtryWqWTi/oIhEbBgKJTv0Hm6RNd/+0yW+aSSV+Dkf3mAB0KBCiUgAai0jOuV8oF3qHq8jxj1CKoS1KOo6o92fFZThOJ9pA1qXFEOkAkg20DC14I1AKGChZZZWWdVmZXPmJWyQOo4n1UiixTNy+cznGwYevoWuT11V3sn2zJkiLrBKY9fkx6h7HrZHfMeffBmfrqooryFmzxGjrM5m05qT6TC/RcIl96VCna/b5z36sey4Z4Ps3jgFrtjTJ6NJ1C47iSbsnHbMefoXXNhNx2HwSIKdn/zTtrvvmViGP/U167i42dLs+9TJyG+tGGv8W6DwukiVHWbvGfqxanbpnx6dhGePF/J1t2WqeNknbEbT7Q2aVAKzGy/TlYqJzj6oUmeyXelDDl9+zqb98aLtX5njCKueY7cMfPXTgK/a4nR+285JCzoZ9E4O7lqJGtrY5xzGHDHinlkJ4fnateMc1ZWyDIDt9fDT+LjbIMeU9/tb3UgeEPwessxtq7lfvMEQet1zwuLQc0GX6q6N9h/0PsND5kfFQ/e4CMloXjA4OvTz+nIkqM8+1KrwZUrly9D7g+XJ38pWUAkfxfXNLV1JA0DHuzMsmptSCGxzhXS9HkA54WPY7yOk31eSWE738nh48igbUSOXkVy8TkzwRVa2lGRHWy22WhG6pVdT9IdW1wjv4rXb+e0Zc93YNmVe215vr14fpytqWvw7zt5TtIRo7fHLWY/+JM8ZvC7UUupq++50FMFQYDXObgHp86LdxkUfixaQpo3uS+3by//0Qy+lmKTVm23iT/mTc3XLd+UfFffxHbbkZOLWab5dugxsoL7n15kMzs1Fa1ZRFrTuh11e4yOmVE0uzT13E7R79ymof9XLPEUdqfYt3OsAiB7oX+0KtPuej81SHdcZfk4pJ3SN5qfvqDfNeWCXgWlCr+YGysG/8Xp2et7c+b/WQpkxw3lhFelCnKLLl9RzhbzlUimwLwrq+sQgIAuUq4GPYmMAC5abwG+16UunDsOAvaJbuChwRIUjAPK4DzAh8UbAjBhkOBO3OEp+jSjIBMD1GAEACFxFigE7oICidcoJe4bqDDiF6iRRAEM6aJ/QpbCTorFXhApUor/VCTcGsWiCyv3huxdR+KVmNQXpCsi5DteMHNGC6ljl+6TBaqGjHBDJ7gc6prJCpdI1MlVbei6Ju6RnISb3oK9IFKkRPwnioRbo/fWRej5b8jedSQpFT/cL0hXTE/4OHg5UGdlm6tiX4q7TxagFDeEuWVzQ5zIjlpOMmHjl5VI1CEvEbchLnUyeZVO++pmK48BCdKDB+KJihFfAgkZzUb7nqkUUZvVGLOkkLGyLZKxjSyk1wM=') format('woff2'),
	url('iconfont.woff?t=1602213547846') format('woff'),
	url('iconfont.ttf?t=1602213547846') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('iconfont.svg?t=1602213547846#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
	content: "\e602";
}

.icon-triangle:before {
	content: "\e600";
}

.icon-order:before {
	content: "\e60a";
}

.icon-topic:before {
	content: "\e7a5";
}

.icon-paper:before {
	content: "\e651";
}

.icon-hot:before {
	content: "\e680";
}
