:root,
page {
	--main-color: #fc5531;
	--sub-color: #f7f7fc;
	--font-1: #4f5763;
	--font-2: #222226;
	--font-3: #9ba7b4;
	--font-4: #bbbdc2;
	--line-color: #f1f1f5;
	--bg-color: #ebebec;
	--hover-color: #fc662a;
	--main-88-color: rgba(252, 85, 49, 0.88);
	--main-66-color: rgba(252, 85, 49, 0.66);
	--main-34-color: rgba(252, 85, 49, 0.34);
}

/* 	基本属性清除开始*/
html,
body,
page {
	position: relative;
	background-color: #f7f7fc;
}

/*隐藏滚动条 - 简洁版 开始*/
/* html::-webkit-scrollbar {
	display: none;
}

body::-webkit-scrollbar {
	display: none;
} */

/*隐藏滚动条 - 简洁版 结束*/

html,
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
form {
	font-family:
		Microsoft Yahei,
		Microsoft JhengHei,
		SimSun,
		SimHei,
		PingFang SC,
		Arial,
		sans-serif,
		Tahoma;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
form {
	margin: 0;
	padding: 0;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	user-select: none;
}

.no_sel {
	user-select: none !important;
}

img {
	border-style: none;
}

ul,
ol {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
	color: var(--font-2);
}

textarea {
	resize: none;
}

a {
	/*去掉a的下划线*/
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
}

/*释放选择*/
.sel_ok {
	user-select: unset !important;
}

/*释放选择*/
.sel_text {
	user-select: text !important;
}


.cur_pointer {
	cursor: pointer;
}

.hide_ok {
	display: none !important;
}

/* 	基本属性清除结束*/



/* 弹性盒子布局 开始 */
.f_c_c_c {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.f_c_c_s {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.f_c_c_e {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.f_c_s_c {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.f_c_s_s {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.f_c_s_e {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}

.f_c_e_c {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.f_c_e_s {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.f_c_b_c {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.f_c_b_s {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}


.f_r_c_c {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.f_r_c_s {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.f_r_c_e {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}


.f_r_s_c {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}


.f_r_s_s {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.f_r_e_c {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.f_r_e_s {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}

.f_r_b_c {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.f_r_b_s {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.f_r_s_b {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: space-between;
}

.flex_wrap {
	flex-wrap: wrap;
}

/* 弹性盒子布局 结束 */





/* 表单输入文字 颜色统一设置  开始 */
.uni-input-input,
.uni-textarea-textarea,
.uni-select__input-text {
	color: var(--font-2) !important;
}

/* 表单输入文字 颜色统一设置  结束 */


/* 提示文字 颜色统一设置 开始 */
.uni-input-placeholder.input-placeholder,
.uni-textarea-placeholder.input-placeholder,
.uni-select__input-placeholder {
	color: var(--font-2) !important;
}

/* 提示文字 颜色统一设置 结束 */



.blank {
	height: 180upx;
}

uni-button {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

uni-button:after {
	border: none;
}

button {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

button:after {
	border: none;
}

.uni-textarea {
	width: 100%;
}

uni-data-select {
	width: 100%;
}

.uni-btn-v {
	z-index: 99;
}


.num_box .uni-input-input {
	color: #fff !important;
}

.sort_sw .uni-swiper-dot {
	width: 88upx !important;
	height: 8upx;
	border-radius: 0;
	margin-right: 0;
}

.err_msg {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: var(--font-text-color-4-err) !important;
	transform: scale(0.9);
}

.err_msg_pic {
	position: absolute;
	left: 16upx;
	top: 60upx;
	font-size: 12px;
	color: var(--font-text-color-4-err) !important;
	transform: scale(0.9);
}

.input_box,
.input_box_top,
.uni-form-item_bot,
.uni-form-item,
.input_box_bot,
.texat_box {
	position: relative !important;
}



.content_box {
	width: 100%;
}

/* 顶部导航开始*/
.top_nav {
	width: 100%;
	height: 52px;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(232, 232, 237, .5);
	position: relative;
	position: fixed;
	z-index: 99;
}

.top_nav_in {
	width: 1500px;
}

.top_nav_lf {
	width: 34%;
}

.top_nav_lf .logo_img {
	width: 86px;
	height: 52px;
	cursor: pointer;
}

.top_nav_lf .logo_img img {
	width: 100%;
	object-fit: cover;
}

.top_nav_lf .nav_list {
	width: 600px;
	margin: 0 20px;
}

.top_nav_lf .nav_list ul {
	width: auto;
}

.top_nav_lf .nav_list li {
	display: inline-block;
}

.top_nav_lf .nav_list li a {
	display: block;
	font-size: 14px;
	line-height: 52px;
	color: var(--font-2);
	padding: 0 16px;
	cursor: pointer;
}

.top_nav_lf .nav_list li a:hover {
	background-color: var(--sub-color);
}

.top_nav_lf .nav_list li .ac {
	background-color: var(--sub-color);
}

.top_nav_rt {
	width: 60%;
	position: relative;
}

.top_nav_rt .input_box {
	width: 600px;
	height: 34px;
}

.top_nav_rt .input_in {
	width: 100%;
	height: 100%;
}

.top_nav_rt .input_in input {
	width: calc(100% - 64px);
	height: 34px;
	background-color: var(--sub-color);
	border-radius: 16px 0 0 16px;
	border: 1px solid var(--line-color);
	font-size: 14px;
	line-height: 14px;
	color: var(--font-2);
	text-indent: 16px;
	display: inline-block;
	outline: 0;
}

.top_nav_rt .input_in input::placeholder {
	color: var(--font-3) !important;
}

.top_nav_rt .del_ser {
	margin-left: -32px;
	padding-right: 8px;
	color: var(--font-3);
	cursor: pointer;
}

.top_nav_rt .input_in button {
	width: 64px;
	height: 100%;
	background-color: var(--main-color);
	border-radius: 0 16px 16px 0;
	outline: 0;
	border: 0 none;
	text-align: center;
	cursor: pointer;
}

.top_nav_rt .input_in button:hover {
	background-color: var(--hover-color);
}

.top_nav_rt .input_in .txt_1 {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}



.top_nav_rt .input_drop {
	position: absolute;
	top: 51px;
	left: 0;
	width: 600px;
	padding: 16px 0;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 30px 0 rgba(232, 232, 237, .5);
}

.input_drop_bg {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(22, 22, 32, 0);
}


.yk_btn_bg {
	position: fixed;
	z-index: 6666;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(22, 22, 32, 0);
}


.qdl_out {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.65);
}

.qdl_in {
	width: 360px;
	height: 320px;
	background-color: #fff;
	position: relative;
	border-radius: 16px;
}

.qdl_ts {
	width: 100%;
	background-color: var(--main-88-color);
	font-size: 16px;
	/* font-weight: bold; */
	color: #fff;
	padding: 36px 0;
	letter-spacing: 1px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.qdl_btn {
	background-color: var(--main-88-color);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 15px 32px;
	margin-top: 46px;
	border-radius: 32px;
	letter-spacing: 2px;
}


.ykdl_btn {
	background-color: var(--font-4);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 15px 32px;
	margin-top: 24px;
	border-radius: 32px;
	letter-spacing: 2px;
}


.qdl_del {
	position: absolute;
	top: 10px;
	right: -42px;

}

.qdl_del span {
	font-size: 20px;
	color: #fff;
}

.top_nav_rt .drop_in {
	width: 600px;
}

.top_nav_rt .drop_in .lf_box {
	width: 300px;
}

.top_nav_rt .drop_in .lf_top {
	width: 284px;
	margin: 0 0 8px 16px;
}

.top_nav_rt .drop_in .lf_top .til {
	font-size: 12px;
	color: var(--main-color);
}

.top_nav_rt .drop_in .lf_top .icon-remove-1-copy {
	font-size: 12px;
	color: var(--font-3);
	cursor: pointer;
}

.top_nav_rt .drop_in .lf_cent {
	width: 300px;
}

.top_nav_rt .drop_in .lf_p {
	width: 268px;
	padding: 0 16px;
	font-size: 12px;
	line-height: 36px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;word-wrap: break-word;word-break: break-all;
}

.top_nav_rt .drop_in .lf_p:hover {
	background-color: var(--sub-color);
	cursor: pointer;
}

.top_nav_rt .drop_in .rt_box {
	width: 300px;
}

.top_nav_rt .drop_in .rt_row {
	width: 300px;
}

.top_nav_rt .drop_in .rt_row_1 {
	margin-bottom: 16px;
}

.top_nav_rt .drop_in .rt_row .rt_top {
	width: 284px;
	margin: 0 0 8px 0;
}

.top_nav_rt .drop_in .rt_row .til {
	font-size: 12px;
	color: var(--main-color);
	margin-left: 16px;
}

.top_nav_rt .drop_in .rt_row .icon-huo {
	font-size: 12px !important;
	color: var(--main-color);
}

.top_nav_rt .drop_in .rt_cent {
	width: 284px;
}

.top_nav_rt .drop_in .rt_p {
	width: 268px;
	padding: 0 16px;
	font-size: 12px;
	line-height: 36px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;word-wrap: break-word;word-break: break-all;
}

.top_nav_rt .drop_in .rt_p:hover {
	background-color: var(--sub-color);
	cursor: pointer;
}

.top_nav_rt .drop_in .rt_p span {
	font-size: 13px;
	color: var(--font-3);
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
}

.top_nav_rt .drop_in .rt_p .num_1 {
	color: var(--main-color);
}

.top_nav_rt .drop_in .rt_p .num_2 {
	color: #fc8b28;
}

.top_nav_rt .drop_in .rt_p .num_3 {
	color: #fcbf2e;
}

.top_nav_rt .nav_rt {
	width: auto;
}

.top_nav_rt .nav_rt .txt_2 {
	width: 42px;
	margin-left: 20px;
	cursor: pointer;
}

.top_nav_rt .nav_rt .txt_2 a {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: var(--font-1);
	margin-top: 4px;
}

.top_nav_rt .tx_box {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-left: 20px;
	position: relative;
}

.top_nav_rt .tx_box img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.top_nav_rt .txt_xx {
	position: relative;
}

.top_nav_rt .txt_xx .dot {
	position: absolute;
	top: 0;
	right: 12px;
	width: 6px;
	height: 6px;
	background-color: var(--main-color);
	border: 1px solid #fff;
	border-radius: 50%;
}

.top_nav_rt .xx_tc {
	position: absolute;
	top: 60px;
	left: -8px;
}

.top_nav_rt .txt_fb {
	position: relative;
}

.top_nav_rt .fb_tc {
	position: absolute;
	top: 60px;
	left: -8px;
}

.top_nav_rt .own_tc {
	position: absolute;
	top: 60px;
	left: -8px;
}

.top_nav_rt .nav_tc {
	width: 108px;
	padding: 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
}

.top_nav_rt .nav_tc::before {
	content: "";
	border: 10px solid transparent;
	border-bottom-color: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 20px;
	margin-top: -19px;
}

.top_nav_rt .nav_tc::after {
	content: "";
	border: 10px solid transparent;
	border-bottom-color: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 20px;
	margin-top: -18px;
}

.top_nav_rt .nav_tc ul {
	width: 100%;
}

.top_nav_rt .nav_tc li {
	width: 100%;
	position: relative;
}

.top_nav_rt .nav_tc li a {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 36px !important;
	color: var(--font-1);
	cursor: pointer;
	text-align: center;
}

.top_nav_rt .nav_tc li a:hover {
	color: var(--main-color);
	background-color: var(--sub-color);
}

.top_nav_rt .nav_tc .dot_xx {
	position: absolute;
	top: 10px;
	right: 22px;
	width: 5px;
	height: 5px;
	background-color: var(--main-color);
	border-radius: 50%;
	border: 2px solid #fff;
}

.top_nav_rt .dl_box {
	width: 88px;
	height: 32px;
	background-color: var(--main-color);
	border-radius: 20px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	margin-left: 20px;
	position: relative;
}

.top_nav_rt .dl_box:hover {
	background-color: var(--hover-color);
}

.top_nav_rt .dl_box a {
	width: 88px;
	height: 32px;
	color: #fff;
}

.top_nav_rt .dl_tc {
	position: absolute;
	top: 48px;
	width: 280px;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 4px 30px 0 rgba(232, 232, 237, .5);
}

.top_nav_rt .dl_tc .til {
	font-size: 15px;
	line-height: 15px;
	color: var(--font-2);
}

.top_nav_rt .dl_tc .txt_box {
	width: 100%;
}

.top_nav_rt .dl_tc .txt_box .txt_tip {
	font-size: 14px;
	line-height: 14px;
	color: var(--font-1);
	margin-top: 20px;
}

.top_nav_rt .dl_tc .dl_but {
	width: 100%;
	border: 1px solid var(--main-color);
	border-radius: 4px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 20px;
	cursor: pointer;
}

.top_nav_rt .dl_tc .dl_but a {
	color: var(--main-color);
}

.top_nav_rt .dl_tc .dl_but:hover {
	background-color: var(--main-color);
}

.top_nav_rt .dl_tc .dl_but:hover a {
	color: #fff;
}




.fb_nav_box {
	position: relative;
}

.lf_fb_box {
	margin-left: 24px;
}

.lf_fb_box .ico_box {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgb(245, 245, 245);
}

.lf_fb_box .icon-fanhui {
	font-size: 12px !important;
	color: #999;
}

.lf_fb_box .fblx {
	font-size: 16px !important;
	color: var(--font-2);
	font-weight: bold;
	margin: 0 4px 0 20px;
	cursor: pointer;
}


.lf_fb_box .icon-gengduo_xiala {
	font-size: 4px !important;
	color: var(--font-2);
}

.fb_nav_tc {
	position: absolute;
	top: 30px;
	left: 60px;
	width: 120px;
	padding: 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
}

.fb_nav_tc p {
	font-size: 12px;
	color: var(--font-1);
	padding-left: 10%;
	margin: 16px 0 8px 0;
}

.fb_nav_tc ul {
	width: 100%;
}

.fb_nav_tc li {
	width: 90%;
	padding-left: 10%;
}

.fb_nav_tc li a {
	width: 90%;
	display: block;
	font-size: 14px;
	line-height: 36px !important;
	color: var(--font-1);
	margin-left: 12px;
	cursor: pointer;
}

.fb_nav_tc li:hover {
	color: var(--main-color);
	background-color: var(--sub-color);
}

.icon-wenzhang-copy {
	font-size: 15px !important;
	color: var(--main-color);
}

.icon-shipin {
	font-size: 15px !important;
	color: #41b5fc;
}

.icon-dongtai {
	font-size: 16px !important;
	color: #ffc740;
}

.icon-bianjisekuai {
	font-size: 18px !important;
	margin-right: 4px;
}

.icon-shoucang {
	font-size: 22px !important;
	margin-right: 4px;
	margin-left: -4px;
}

.icon-huaban {
	font-size: 19px !important;
	margin-right: 4px;
}

.icon-chengchangjilu {
	font-size: 16px !important;
	margin-right: 4px;
}

.icon-sousuo {
	color: #fff;
	font-size: 12px !important;
	font-weight: bold;
	margin-right: 4px;
}

.icon-xiaoxi {
	font-size: 20px !important;
	color: var(--font-1);
}

.icon-fabusekuai {
	font-size: 20px !important;
	color: var(--font-1);
}

.icon-huo {
	font-size: 18px !important;
	color: var(--main-color);
}

/* 顶部导航结束*/



/* 侧边导航开始*/
.side_toolbar {
	position: fixed;
	right: 24px;
	bottom: 120px;
	z-index: 99;
}


.side_toolbar .side_box {
	position: relative;
	width: 44px;
	height: 44px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
	cursor: pointer;
	margin-top: 8px;
}



.side_toolbar img {
	display: block;
	width: 24px;
	vertical-align: middle;
}

.side_toolbar .side_txt {
	display: none;
	position: absolute;
	border-radius: 50%;
	font-size: 12px;
	line-height: 12px;
	color: var(--font-1);
	opacity: 1;
}


.side_toolbar .iconfont {
	font-size: 24px;
	color: #7d899c;
}



.side_toolbar .side_box:hover img {
	display: none;
}

.side_toolbar .side_box:hover .iconfont {
	display: none;
}


.side_toolbar .side_box:hover span {
	display: block;
}

.side_box_1 {
	position: relative;
}

.ewm_tc {
	width: 100px;
	height: 100px;
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
	position: absolute;
	top: 10px;
	right: 55px;
}


.ewm_tc img {
	width: 72px;
	height: 72px;
	object-fit: cover;
}


.ewm_tc p {
	font-size: 11px;
	line-height: 11px;
	color: var(--font-3);
	margin-top: 8px;
}

/* 侧边导航结束*/



/* 通用 提示框 全屏  开始*/
.ts_msg_base {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(22, 22, 22, 0.35);
	width: 100vw;
	height: 100vh;
	color: #fff;
	z-index: 999;
}

.ts_msg_base_nbg {
	background-color: transparent;
}

.ts_msg_in {
	padding: 12px 16px;
	max-width: 520px;
	line-height: 24px;
	border-radius: 4px;
	font-size: 16px;
	background-color: rgba(22, 22, 22, 0.8);
}

/* 通用 提示框 全屏  结束*/


/* 通用 提示框 定位  开始*/
.ts_msg_dw {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	z-index: 3;
}

.ts_msg_dw_in {
	padding: 12px 16px;
	max-width: 520px;
	line-height: 24px;
	border-radius: 4px;
	background-color: rgba(22, 22, 22, 0.5);
}

.dw_p {
	position: relative;
}

/* 通用 提示框 定位  结束*/


/* top  提示框  开始 */


.ts_msg_top {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	z-index: 100;
}


/* top  提示框  结束 */


/* 视频 样式   开始*/


video::-webkit-media-controls-panel {
	width: 100%;
	height: 100%;
}

video::-webkit-media-controls-start-playback-button {
	display: none;
}

video {
	width: 100%;
	height: 100%;
	-webkit - object - fit: cover;
	object - fit: cover;
}

video::-webkit - media - poster {
	width: 100%;
	height: auto;
}

/* 视频 样式   结束*/

.hide_o {
	opacity: 0;
}

.layui-upload-file {
	display: none;
}









.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
	color: var(--main-color) !important;
}

.layui-form-select dl dd.layui-this {
	background-color: var(--main-color) !important;
}

.layui-form-radio {
	line-height: 20px !important;
	margin: 2px 2px 0 0 !important;
	padding-right: 2px !important;
	cursor: pointer !important;
	font-size: 0 !important;
	transform: scale(0.9);
}


.hide_ {
	display: none !important;
}

.hide_yc {
	display: none !important;
}

.layui-form-onswitch {
	border-color: var(--main-color) !important;
	background-color: var(--main-color) !important;
}

.zt_btn:hover {
	transform: scale(1.1);
}

.sc_btn:hover {
	transform: scale(1.1);
}

.icon-pinglunshu-:hover {
	transform: scale(1.1);
}

.fx_btn:hover {
	transform: scale(1.1);
}

.jb_btn:hover {
	transform: scale(1.1);
}

.icon-zantong:hover {
	transform: scale(1.1);
}

.icon-pinglun:hover {
	transform: scale(1.1);
}




 