#form__record__view__k1{padding: .68266667rem;font-size: 14px;}
.rm_hide{
	display: none !important;
}
.click__window__up__chat__kj1{cursor: pointer;}
.rm_record_new{
	box-sizing: inherit;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0,0,0,.1);
	padding:16px;
	background-color: white;
	cursor: pointer;
}
.rm_record_new_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.rm_pt18{padding-top: 18px;color: #615e5e;}
.rm_record_new_content_left{
	font-size: 17px;
	font-weight: 800;
}
.rm_record_new_content_right{
	font-size: 14px;
	color: #72809b;
}
.rm_formlsit_phone_card{
	margin-top: 20px;
	padding: 20px 16px;
	background: white;
	border-radius: 0;
	box-shadow: 0 8px 32px rgba(0,0,0,.1);
}


.rm_new_record_card {
	padding: 10px 0;
}

.rm_new_record_card_title {
	font-size: 14px;
	margin-bottom: 5px;
}

.rm_new_record_card_content {
	font-size: 12px;
	color: rgb(148, 145, 145);
}
/* 折叠样式 */
.rm_phone_mode2{
	padding: 0;
}
.rm_formlist_card_title_box {
	padding: 16px 16px 0px 16px;
}

.rm_formlist_card_title {
	font-size: 14px;
	color: #848484;
	padding: 0 20px 14px 20px;
	border-bottom: 1px solid #EFEFEF;
}
#rm_phone_mode2_content{
	list-style: none;
	padding: 20px;
}


.panel {
	margin: 0;
	border: none;
	border-radius: 8px;
	position: relative;
}
.rm_form_card_top {
	font-size: 16px;
	font-weight: 900;
	color: #333333;
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
}
.rm_form_card_title{flex-grow: 1;display: flex;display: -webkit-flex;align-items: center;}
.rm_form_card_write {
	color: #177fe8;
	width: 80px;
	min-width: 80px;
	text-align: right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-end;
}
.rm_write_btn_nj12{
	box-sizing: border-box;
	width: 64px;
	height: 32px;
	color: #1c4da8;
	border: 1px solid #1c4da8;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
}
.rm_form_card_bottom {
	margin-top: 10px;
	font-size: 12px;
	color: #989999;
	padding-left: 20px;
	max-width: calc(100% - 80px);
	box-sizing: border-box;
}

/* 底部按钮 */
.rm_phone_mode3{
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	
}
.rm_phone_mode3_btnBox {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 60px;
	z-index: 3000;
}

.rm_phone_mode3_btn {
	width: 400px;
	height: 40px;
	border-radius: 4px;
	background: #09BD71;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	cursor: pointer;
	font-size: 14px;
}

.rm_phone_mode3_btn:hover {

	background-color: #37ca8c;

}

.rm_content_2 {
	width: 100%;
}

.rm_phone_mode3_btn_input {
	height: 30px;
	border-radius: 4px;
	width: 100%;
	border: 2px solid white;
	background: none;
	text-align: center;
	color: white;
}

.rm_phone_mode3_btn_input:focus {
	border: 2px solid white;
	border-color: white;
}


/* 模态框 */
.rm_towx_model,.rm_towx_model *{cursor: pointer;}
.rm_towx_model{
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4000000;
}
.rm_towx_model_body{
	background-color: white;
	border-radius: 10px;
	height: auto;
	width: 320px;
}
.rm_towx_model_title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 900;
	height: 100px;
	padding: 0 48px;
	line-height: 34px;
}
.rm_towx_model_btnBox{
	border-top: 1px solid #EFEFEF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rm_towx_model_btn{
	height: 39px;
	width: 49%;
	font-size: 14px;
	border:none;
	outline: none;
	/*border-radius: 4px;*/
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: white;
	cursor: pointer;
}
.rm_center_line{
	height: 39px;
	width: 1px;
	border-right: 1px solid #dfdfdf;
}
.rm_towx_model_btn_towx{
	color: #09BD71;
}