.div_menu{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.div_menu_daohang{
	margin: 0px 18px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.div_menu_but{
	font-size: 16px;
	position: relative;
	margin: 0px 18px 0px 0px;
	padding: 6px 28px 6px 18px;
	white-space: nowrap;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	cursor: pointer;		/*	手形鼠标	*/
	transition: background-color 1.0s ease;
}
.div_menu_but:before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 18px;
	height: 100%;
	border-top: 18px solid transparent;
	border-right: 16px solid #ffffff;
	border-bottom: 18px solid transparent;
	transition: background-color 0.8s ease;
}
.div_ok{
	background-color: #f56e17;
}
.div_ok:hover .div_menu_gengduo_menu{
	display: none;
}

.div_menu_but:hover{
	background-color: #5c91f5;
}

.div_menu_gengduo{
	width: 268px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-items: flex-start;
}
.div_menu_gengduo:hover .div_menu_gengduo_menu{
	display: block;
}
.div_menu_gengduo_menu{
	width: 248px;
	position: relative;
	z-index: 10000;
	display: none;
}
.div_menu_gengduo_menu_buts{
	width:228px;
	padding: 0px 15px 15px 15px;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	position: absolute;
}
.div_menu_gengduo_menu_but{
	font-size: 16px;
	width: 198px;
	line-height: 33px;
	margin: 8px 0px 0px 0px;
	padding: 0px 18px 0px 18px;
	cursor: pointer;		/*	手形鼠标	*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.div_menu_gengduo_menu_but:hover{
	background-color: #59c2c2;
}

.div_img_jishu{
	width: 100%;
	padding: 0px 0px 0px 15px;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.div_img_jishu_zhi{
	width: 48px;
	background-color: #ffffff;
	border: 1px solid #5c91f5;
	border-right: 0px;
	border-radius: 10px 0px 0px 10px;
	margin: 0px 0px 0px -10px;
	padding-right: 10px;
	cursor: pointer;		/*	手形鼠标	*/
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	transition: all 0.5s;	//设置上浮过渡时间
}
.div_img_jishu_zhi:hover{
	font-size: 19px;
	font-weight: bold;
	background-color: #578ee8;
	border: 3px solid #bb109a;
	color: #bb109a;
	box-shadow: 0 8px 8px 0 grey;
	transform: translate(10px, 10px) scale(1.2);
}
.div_img_jishu_zhi_ok{
	width: 48px;
	background-color: #b073a4;
	border: 1px solid #5c91f5;
	border-right: 0px;
	border-radius: 10px 0px 0px 10px;
	margin: 0px 0px 0px -10px;
	padding-right: 10px;
	cursor: pointer;		/*	手形鼠标	*/
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.div_img_jishu_zhi_wei{
	width: 11px;
	background-color: #ffffff;
	border: 0px;
	border-left: 1px solid #5c91f5;
	border-radius: 10px 0px 0px 10px;
	margin: 0px 0px 0px -10px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.div_img_jishu_img{
	width: 100%;
	height: 318px;
	background-size: 100% 100%;
}
.img_jishu_img{
	width: 100%;
	height: 100%;
}

.div_img_yulan{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.div_img_yulan_img{
	height: 95vh;
}
.iframe_sms_heyan {
	position: relative;
	width: 102%;
	left: -5px;
	height: 78px;
}
.iframe_sms_heyan_inp{
	width: 98%;
	font-size: 12px;
	height: 1.8rem;
}
.iframe_sms_heyan_but{
	margin-top: 10px;
	background-color: #34969B;
}
.iframe_sms_heyan_but:hover{
	background-color: #145f64;
}
.os_form_label{
	font-weight: bold;
}
.iframe_ocr_zhizhao{
	display: none;
}