* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

input {
	border: none;
	outline: none;
}

li {
	list-style: none;
}

img {
	width: 100%;
	display: block;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* display: block; */
}

.index_all {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.index {
	flex: 1;
	overflow-y: auto;
	background-size: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	
}

.nav {
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #f7f7f7;
	
}

.nav_title {
	font-size: 0.34rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 0.52rem;
	text-align: center;
	letter-spacing: 2px;
}

.nav a {
	position: absolute;
	height: 0.38rem;
	
}

.nav a img {
	width: auto;
	height: 100%;
}

.nav_search {
	right: 1.8rem;
}
.nav_tx {
	right: 1rem;
}
.nav_user {
	right: 0.22rem;
}

.nav_href {
	height: 1.7rem;
	padding: 0.2rem 0 0.3rem;
	margin: 0 0 0.32rem;
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	
}

.swiper1 .swiper-slide {
	/* padding: 0 0.56rem; */
	display: flex;
	/* justify-content: space-between; */
	box-sizing: border-box;
}

.nav_a {
	width: 20%;
	color: #5F5F5F;
	font-size: 0.24rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav_a img {
	width: 0.56rem;
	height: 0.56rem;
}

.nav_a p {
	margin-top: 0.09rem;
}

.swiper-pagination {
	display: flex;
	justify-content: center;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px !important;
}
.swiper1 .my-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #E8E8E8;
	margin: 0 4px;
}

.swiper1 .my-bullet-active {
	background-color: #2E7BF8;
}

.cen_list {
	padding-bottom: 0.34rem;
}

.cen_text {
	padding: 0 0.3rem 0.3rem 0.2rem;
	display: flex;
	align-items: flex-start;
}

.cen_le {
	width: 0.4rem;
	/* height: 0.8rem; */
	position: relative;
}

.cen_le img {
	border-radius: 0.1rem;
	overflow: hidden;
}

.cen_red {
	width: 0.12rem;
	height: 0.12rem;
	background: #FF4E4E;
	border-radius: 50%;
	position: absolute;
	right: -0.4rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cen_re {
	margin-left: 0.16rem;
	flex: 1;
}

.re_title {
	font-size: 0.28rem;
	color: #8A8A8A;
	margin-bottom: 0.07rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	/* margin-right: 0.26rem; */
}

.re_title_re {
	color: #B3B3B3;
	font-size: 0.24rem;
}

/* .re_text::before,
.re_text_big::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0.24rem;
	left: -0.1rem;
	border-top: solid 0.1rem transparent;
	border-right: solid 0.1rem #ffffff;
	border-bottom: solid 0.1rem transparent;
} */

.re_text {
	position: relative;
	font-size: 0.3rem;
	color: #333333;
	padding: 0.2rem;
	background-color: #ffffff;
	border-radius: 0.14rem;
	line-height: 0.45rem;
	word-break: break-word;
}
.user_speak .re_text{
	padding: 0 0.2rem;
}
.re_text p{
	line-height: 0.45rem;
}
.re_text a {
	color: #0822BD;
}

.re_text_big {
	position: relative;
	font-size: 0.3rem;
	color: #333333;
	padding: 0.27rem;
	background-color: #ffffff;
	border-radius: 0.14rem;
	/* margin-right: 0.26rem; */
}

.re_list {
	margin: 0.18rem 0 0.18rem;
}

.re_list li {
	font-size: 0.3rem;
	color: #333333;
	display: flex;
}

.re_list li>div {
	padding: 0.15rem 0;
	flex: 1;
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	display: flex;
	justify-content: center;
	align-items: center;
}

.re_list li>div:first-child {
	border-left: 1px solid #EDEDED;
}

.re_list li:last-child>div {
	border-bottom: 1px solid #EDEDED;
}

.re_list li:nth-of-type(2n - 1) {
	background-color: #F8F8F8;
}

.re_list li:nth-of-type(2n) {
	background-color: #FFFFFF;
}

.add_button {
	display: flex;
	align-items: center;
	color: #2E7BF8;
	border: 1px solid #2E7BF8;
	border-radius: 0.4rem;
	font-size: 0.24rem;
	padding: 0.09rem 0.12rem;
}

.add_button2 {
	display: flex;
	align-items: center;
	color: #AFAFAF;
	border: 1px solid #AFAFAF;
	border-radius: 0.4rem;
	font-size: 0.24rem;
	padding: 0.09rem 0.12rem;
}

.add_button img,
.add_button2 img {
	width: 0.14rem;
	height: 0.14rem;
	/* margin-right: 0.04rem; */
}

.add_button p,
.add_button2 p,
.remind p {
	flex: 1;
}

.remind {
	font-size: 0.24rem;
	color: #ffffff;
	background-color: #2E7BF8;
	border: 1px solid #2E7BF8;
	display: flex;
	align-items: center;
	border-radius: 0.4rem;
	padding: 0.09rem 0.12rem;
}

.remind img {
	width: 0.16rem;
	height: 0.16rem;
	/* margin-right: 0.04rem; */
}

.fen {
	height: 0.02rem;
	background-color: #F4F4F4;
}

.list_down {
	font-size: 0.28rem;
	color: #5E5F70;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 0 0;
}

.list_down img {
	width: 0.24rem;
	height: 0.14rem;
}

.big_children {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 0.15rem;
}

.big_text {
	font-size: 0.28rem;
	color: #7D7D7D;
	flex: 1;
	position: relative;
	top: -0.08rem;
}

.big_img {
	width: 1rem;
	height: 1rem;
	margin-left: 0.5rem;
}

.quote {
	margin: 0.08rem 0 0 0;
	padding: 0.2rem 0.17rem 0.2rem 0.22rem;
	background-color: #ECECEC;
	font-size: 0.28rem;
	color: #7D7D7D;
	display: flex;
}

.quote p {
	flex: 1;
}

.link_msg {
	display: inline-block;
	width: 0.3rem;
	position: relative;
	top: 0.05rem;
}

.quote_img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.1rem;
	overflow: hidden;
}

.text_block {
	display: flex;
	flex-direction: column;
	position: relative;
}

.text_red {
	color: #EC5D4B;
}

a.reply {
	color: #333333;
}

a.text_blue,
.text_blue {
	color: #005AFF;
}

.img_block {
	width: 2.7rem;
}

.img_height {
	height: 2.7rem;
	width: auto;
}

.img_height img {
	width: auto;
	height: 100%;
}

.end {
	background-color: #EEEEEE;
	padding: 0.48rem 0.2rem 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

.end_left {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.3rem;
}
.end_position{
	/* flex: 1; */
	/* width: 84%; */
	width: 5.24rem;
	height: auto;
	display: flex;
	z-index: 9999;
	box-sizing: border-box;
	/* position: relative; */
}
.end_reight {
	flex: 1;
	display: flex;
	/* align-items: center; */
	background-color: #ffffff;
	border-radius: 0.1rem;
	padding: 0 0.18rem;
	box-sizing: border-box;
}



.end_reight img {
	width: 0.3rem;
	margin-right: 0.2rem;
}

.end_input input {
	width: 100%;
	height: 100%;
	display: block;
	color: #B2B2B2;
}

.block_fixed {
	padding: 0.1rem 0.14rem;
	background-color: #ffffff;
	font-size: 0.24rem;
	color: #2E7BF8;
	border-radius: 0.6rem;
	display: flex;
	align-items: center;
	position: absolute;
	top: 3rem;
	right: 0.2rem;
}

.block_fixed img {
	width: auto;
	height: 0.14rem;
	margin-right: 0.04rem;
}


/* æ”¾å¤§å¼¹çª— */
.mantle {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-user-drag: none;
 	display: none; 
	overflow: auto;
	padding: 1rem 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
	z-index: -5;
}

.mantleto {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pinch-zoom-container {
	height: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto !important;
}

.gbsx {
	width: 0.5rem;
	position: fixed;
	right: 0.3rem;
	top: 0.3rem;
	font-size: 0.3rem;
	color: #ffffff;
}

.cen_le_re {
	display: flex;
	flex: 1;
	overflow-y: auto;
}

.cen_list {
	flex: 1;
	display: flex;
	flex-direction: column;
}
#content{
	flex: 1;
}

.cen_rel {
	width: 1.35rem;
}

.msg_tip {
	color: #B3B3B3;
	font-size: 0.24rem;
	margin-bottom: 0.18rem;
}

/* 修改  返回箭头 */
.nav_return {
	left: 0;
	padding: 0 0.3rem;
}


/* index2.html 新增样式 */
.menu {
	position: absolute;
	left: 0;
	padding: 0 0.3rem;
}

.menu img {
	width:0.38rem ;
	height: 0.38rem;
}
/*
.menu{
	font-size: 0.26rem;
	color: #606060;
	padding: 0.16rem 0.32rem;
	border: 1px solid #BABABA;
	border-radius: 1rem;
}*/
.menu_window {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}

.menu_bj {
	position: fixed;
	left: -100%;
	top: 0;
	width: calc(100% - 1.64rem);
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
}

.menu_right {
	animation: myright .4s linear;
	animation-fill-mode: forwards;
}

.menu_left {
	animation: myleft .4s linear;
	animation-fill-mode: forwards;
}

@keyframes myright {
	from {
		left: -100%;
	}

	to {
		left: 0;
	}
}

@keyframes myleft {
	from {
		left: 0;
	}

	to {
		left: -100%;
	}
}

.menu_list {
	flex: 1;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
}

.menu_list_close {
	width: 1.64rem;
	height: 100%;
}

.menu_top {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0.4rem 0.7rem 0.4rem 0.3rem;
	overflow-y: auto;
	position: relative;
}

.menu_time {
	font-size: 0.26rem;
	color: #707070;
	margin-bottom: 0.44rem;
}

.menu_list_ul a {
	width: 4.84rem;
	display: block;
	font-size: 0.3rem;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu_list_ul {
	width: 4.84rem;
	display: block;
	font-size: 0.3rem;
	color: #000000;
}
.menu_list_ul li {
	margin-bottom: 0.64rem;
	display: flex;
	align-items: center;
}

.menu_name {
	padding: 0.3rem 0.24rem;
	display: flex;
	align-items: center;
	border-top: 0.02rem solid #D4D4D4;
}

.head_img {
	margin-right: 0.3rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	overflow: hidden;
}

.head_text {
	font-size: 0.3rem;
	color: #000000;
}


.cen_text_le{
	padding: 0rem 0.11rem 0.3rem  1.35rem;
	display: flex;
	align-items:center;
}
.cen_text_le .cen_re {
	margin-left: 0;
	margin-right: 0.21rem;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.cen_text_le .re_text{
		background-color: #95EC69;
}
/* .cen_text_le .re_text::before{
	display: none;
}
.cen_text_le .re_text::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	right: -0.1rem;
	margin: auto;
	border-top: solid 0.1rem transparent;
	border-left: solid 0.1rem #95EC69;
	border-bottom: solid 0.1rem transparent;
} */
.ts_text{
	font-size: 0.24rem;
	color: #CBCBCB;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.1rem 0 0.3rem;
}
.ts_img{
	margin-right: 0.1rem;
}
.ts_img img{
	width: 0.28rem;
}
.ts_mewspeak{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.3rem 0 0.5rem;
}
.ts_mewspeak img{
	width: 48%;
}
.newspeak{
	display: flex;
	align-items: center;
	padding: 0.1rem 0.2rem 0.3rem;
	background-color: #fff;
	position: relative;
}
.speak{
	padding: 0.1rem 0.32rem;
	border: 1px solid #BABABA;
	font-size: 0.24rem;
	display: flex;
	align-items: center;
	border-radius: 1rem;
	/* position: absolute; */
	/* right: 0.1rem; */
	/* background-color: #0b79a7; */
	color: #606060;
}
.speak_le{
	margin-right: 0.06rem;
}
.speak_le img{
	width: 0.22rem;
}
.speak_num{
	margin-left: 0.1rem;
	color: #D0D0D0;
}

.end_send,.end_stop{
	width: 1.1rem;
	height: 0.64rem;
	background-color: #07C160;
	border-radius: 0.14rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 0.24rem;
	margin-left: 0.18rem;
}

.end_stop{
	background-color: #698de1;
	color: #ffffff;
	display: none;
}
.end_input {
	flex: 1;
	/* height: 100%; */
	padding: 0.1rem 0;
	box-sizing: border-box;
	
}
/* .end_input_big{
	padding-top: 0.3rem;
	box-sizing: border-box;
	animation: end_input1 2s linear;
	animation-fill-mode: forwards;
}
@keyframes end_input1{
	from{
		width: 5.9rem;
		height: 0.54rem;
		left: 0.18rem;
	}
	to{
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
	}
} */

#end_text{
	width: 100%;
	display: block;
	color: #B2B2B2;
	font-size: 0.32rem;
	 resize: none;
	 outline: none;
	 border: none;
	 max-height: 1.7rem;
	 min-height: 0.44rem;
	word-break: break-all;
	line-height: 0.44rem;
	text-align: justify;
}
.end_top{
	display: none;
	position: absolute;
	top: 0.1rem;
	left: 0.2rem;
}
.end_top img,.end_bot img{
	width: 0.32rem;
	height: 0.32rem;
}

.end_bot{
	width: 0.4rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	display: none;
}
.end_input_big .end_reight{
	border-radius: 0.1rem 0.1rem 0 0;
}
.end_input_big #end_text{
	height: 45% !important;
	box-sizing: border-box;
	max-height: none;
}
.text_window{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}
.end_zw{
	width: 5.24rem;
	height: auto;
}
.loading{
	display: flex;
	align-items: center;
	font-size: 0.3rem;
	color: #333333;
}
.loading img{
	width: 0.5rem;
	margin-right: 0.06rem;
}
.user_speak .re_text{
	background-color: #95EC69;
	padding: 0.2rem ;
	text-align: justify;
}
.yy_num{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.36rem;
	height: 0.36rem;
	font-size: 0.24rem;
	border-radius: 50%;
	background-color: #dfdfdf;
	color: #333333;
	margin-right: 0.1rem;
}
.yy_ul li{
	display: flex;
	align-items: center;
	padding: 0.1rem 0;
}
.yy_text,.yy_text_a{
	font-size: 0.28rem;
	color: #333333;
	flex: 1;
}
a.yy_text_a{
	color: #005AFF;
}
/* .yy_list{
	border-top: 0.02rem solid #e9e9e9;
} */
.yy_fen{
	width: 90%;
	height: 0.02rem;
	background-color: #e9e9e9;
	margin: 0 auto 0.1rem;
}
a.yy_bj{
	    display: inline-block;
	    width: 0.36rem;
	    height: 0.36rem;
	    font-size: 0.24rem;
	    border-radius: 50%;
	    background-color: #dfdfdf;
	    color: #333333;
	    margin-right: 0.1rem;
	    text-align: center;
	    line-height: 0.36rem;
}

.dis_send{
	background-color: #66c191;
}
.warn{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	color: #e5804a;
	padding: 0.1rem 0.15rem;
	border: 0.02rem solid #fbece5;
	border-radius: 0.06rem;
	background-color: #fef8f5;
	margin: 0.2rem 0.4rem 0 0;
}
.warn img{
	width: 0.32rem;
	margin-right: 0.15rem;
}
.use{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.2rem 0.2rem 0 0;
}
.use_left{
	display: flex;
	align-items: center;
}
.use img{
	width: auto;
	height: 0.3rem;
}
.use_copy,.use_refresh,.use_review_n,.use_review_y{
	display: flex;
	align-items: center;
	margin-right: 0.2rem;
}
.use_copy{
	margin-right: 0.2rem;
}
.yy_sq{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.24rem;
	padding: 0.2rem 0;
}
.yy_sq img{
	height: 0.3rem;
	width: auto;
}
.yy_img{
	padding: 0 0.1rem;
}
.yy_sq_cen {
    height: 0.58rem;
    overflow: hidden;
}
pre{
	max-width: 100%;
	width: 100%;
	overflow-x: auto;
	background: #f5f5f5;
	padding: 15px;
	border-radius: 4px;
	box-sizing: border-box;
	display: none;
}
pre code{
	white-space: pre-wrap;
	word-wrap: break-word;
}
.log_on{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.log_cen{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
		background-color: #ffffff;
}
.log_cen h2{
	    font-size: 0.38rem;
	    color: #333333;
	    margin-bottom: 0.2rem;
}
.log_cen p{
	font-size: 0.3rem;
	    color: #929292;
	    text-align: center;
	    line-height: 0.36rem;
	    letter-spacing: 0.06rem;
}
.log_btn{
    font-size: 0.3rem;
    padding: 0.1rem 0.18rem;
    color: #ffffff;
    background-color: #3b82f6;
    letter-spacing: 1px;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
}
.deep_text{
	border-left: 0.04rem solid #929292;
	margin-top: 0.1rem;
}
.deep_text .re_text{
	font-size: 0.28rem;
	color: #929292;
	padding: 0 0.2rem;
}
.deep{
	padding: 0 0.1rem;
	margin-left: 0.2rem;
}
.deep img{
	width: auto;
	height: 0.3rem;
}
.questioning {
	padding: 0 0.7rem;
}
.questioning p{
	font-size: 0.24rem;
	color: #707070;
	
}
.questioning_ul li{
	display: table;
	padding: 0.1rem 0.14rem;
	border-radius: 0.14rem;
	background-color: #eeeeee;
	font-size: 0.3rem;
	margin: 0.2rem 0;
	/*color: #005AFF;*/
	text-align: justify;
}
/* 删除按钮 */
.menu_detele{
	width: 0.3rem;
	margin-left: 0.2rem;
}
/* 分享 */
.share{
	position: fixed;
	right: 0.3rem;
	bottom: 3rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	padding: 0.2rem;
	box-sizing: border-box;
	background-color: #ffffff;
	display: none;
}
.fx_cen{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
#fx_img{
	width: 100%;
	height: 93%;
	padding: 0.3rem;
	box-sizing: border-box;
	overflow-y: auto;
}
#fx_img img{
	width: 100%;
}
#fx_text{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #eff0f5;
	z-index: -1;
}
.xz{
	width: 2rem;
	line-height: 0.54rem;
	font-size: 0.26rem;
	color: #262626;
	background-color: #ffffff;
	text-align: center;
	border-radius: 0.08rem;
	margin: 0.3rem auto 0;
	display: none;
	}
	.xz_sj{
		font-size: 0.3rem;
		color: #ffffff;
		text-align: center;
		padding-top: 0.3rem;
		font-weight: 700;
		letter-spacing: 3px;
	}
	/* 切换 */
	.function_tab{
		position: relative;
		padding: 0.1rem 0.32rem;
		border:1px solid #BABABA;
		border-radius: 1rem;
		background-color: #F2F2F2;
		margin-left: 0.2rem;
	}
	.tab_title{
		display: flex;
		align-items: center;
		font-size: 0.24rem;
		color: #606060;
	}
	.tab_title_bak{
		color: #8A8A8A;
	}
	.tab_title img{
		width: 0.2rem; 
		top: 0.03rem;
		position: relative;
		margin-left: 0.08rem;
	}
	.tab_list{
		border-radius: 0.2rem;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		box-shadow: 0 0 0.28rem -0.04rem #555555;
	}
	.tab_list{
		width: max-content;
		position: absolute;
		right: -0.8rem;
		bottom: 0.8rem;
		margin: auto;
		background-color: #ffffff;
		z-index: 999999;
		display: none;
	}
	.title_ms{
		font-size: 0.28rem;
		color: #333333;
	}
	.text_zs{
		font-size: 0.24rem;
		color: #929292;
	}
	.right_img{
		width: 0.4rem;
		margin-left: 0.4rem;
	}
	.tab_list li{
		border-bottom: 0.01rem solid #dfdfdf;
		padding: 0.3rem 0.2rem;
		display: flex;
		align-items: center;
	}
	.tab_mc{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99999;
	}
	p#cur_model {
    width: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reply_info p em {
 color:#333333;
 font-size: 0.3rem;
}


/* 上传文件 */
.file_cen{
	margin: 0.2rem 0;
}
.addpdf label{
	width: 0.5rem;
	height: 0.5rem;
	margin-left: 0.18rem;
	display: block;
}
.addpdf div{
	width: 0.5rem;
	height: 0.5rem;
	margin-left: 0.18rem;
	display: none;
}
.addpdf img{
	width: 100%;
	height: 100%;
}

.file_le img{
	width: 0.5rem;
}
.file_re{
	font-size: 0.24rem;
}
.file_cen{
	position: relative;
	border: 1px solid #b9b9b9;
	border-radius: 0.1rem;
	padding: 0.2rem 0.25rem;
	display: flex;
	width: fit-content;
}
.file_size{
    color: #b9b9b9;
    margin-top: 2px;
    width: 2.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file_delete{
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background-color: #d9d8d8;
	position: absolute;
	right: -0.15rem;
	top: -0.15rem;
	padding: 0.06rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.file_delete img{
	width: 0.22rem;
	margin-right: 0;
}
.file_title{
	width: 2.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}