.modal-mask {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background-color: rgba(10, 9, 9, 0.4);
}
.modal-from-wrap {
	width: 960px;
	/* height: 635px; */
	border-radius: 10px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content_frame input::placeholder {
	color: #999999;
}
.content_frame /* 修改自动填充时的背景颜色 */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	-webkit-text-fill-color: #333 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
.content_frame {
	padding: 23px 20px;
}
.content_frame table.table_con {
	width: 100%;
}
.content_frame table.table_con input[type='text'] {
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.content_frame table.table_con,
.content_frame table.table_con td {
	border: none;
	border-collapse: collapse; /* 移除单元格之间的间隔 */
}
.table_con td {
	position: relative;
}
.table_con td > div {
	border: 1px solid #ccc;
	height: 50px;
	line-height: 50px;
	margin-top: -1px;
	margin-left: -1px;
	/* background: yellowgreen; */
	background: #fff;
	padding-left: 12px;
	box-sizing: border-box;
}
.table_con .yzbm {
	position: absolute;
	right: 0;
	top: 0;
	width: 125%;
	height: 50px;
}
.table_con .table_title {
	width: 100px;
}
.table_con .table_title div {
	width: 100%;
	background: #eff5fd;
	font-size: 14px;
	font-weight: bold;
	color: #6d81b8;
}
.table_con .pos_dzyj_tr .table_title .code {
	line-height: 18px;
}
.table_con .pos_dzyj_tr .table_title .code span {
	display: block;
	margin-top: 7px;
}
.pos_email {
	border: 1px solid red;
}
.pos_email dl {
	float: left;
}
.pos_email dl dt,
.pos_email dl dt dd {
	float: left;
	height: 48px;
	line-height: 50px;
	background: yellowgreen;
}
.pos_email dl dt,
.pos_unitName dl dt {
	background: #eff5fd;
	width: 99px;
	margin-left: -12px;
	padding-left: 12px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #6d81b8;
}
.pos_email dl dd input {
	padding-left: 12px;
}
.pos_email dl:nth-child(2) dt {
	line-height: 18px;
	padding-top: 5px;
}
.pos_unitName {
	height: 100px;
}
.pos_unitName dl {
	float: left;
}
.pos_unitName dl dt,
.pos_unitName dl dd {
	float: left;
}
.pos_unitName dl dt {
	line-height: 18px;
	height: 98px;
	padding-top: 32px;
}
.pos_unitName dl dd > div:first-child {
	border-bottom: 1px solid #ccc;
	width: 405px;
}
.pos_unitName dl dd .item {
	float: left;
	padding-left: 12px;
}
.pos_unitName dl dd .item div {
	float: left;
}
.table_con .p_text {
	/* height: 80px; */
	height: auto;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	/* padding: 23px 12px 0 12px; */
	padding: 23px 12px;
	margin-top: -3px;
}
.table_con .text1 {
	border-bottom: none;
}
.table_con .text2 {
}
.table_con .bor_l_no {
	border-left: none !important;
}
.table_con .file_wrap {
	position: relative;
}
.table_con .file_wrap .file_input {
	position: absolute;
	left: 10px;
	top: 9px;
	width: 102px;
	z-index: 999;
	opacity: 0;
	height: 30px;
}
.table_con .file_wrap div span.djsc {
	position: absolute;
	left: 10px;
	top: 9px;
	width: 104px;
	height: 32px;
	border-radius: 4px;
	opacity: 1;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	z-index: 8;
	background: url(../../../img/formModal/uploading.png) no-repeat 16px center;
	padding-left: 22px;
}
.table_con .file_wrap div span.jzc {
	font-size: 14px;
	color: #9e9e9e;
	top: 0;
	position: absolute;
	left: 130px;
}
.table_con .file_wrap div a.text {
	position: absolute;
	top: 0;
	left: 305px;
	color: #6d81b8;
}
.table_con .file_wrap div a.textJw {
	position: absolute;
	top: 0;
	left: 305px;
	color: #6d81b8;
}


/* 申请展会成功--提示弹窗 */
.exhibitionContacBox table {
	width: 100%;
    border-spacing: 0;
    border-radius: 4px;
}

.exhibitionContacBox table,
.exhibitionContacBox th,
.exhibitionContacBox td {
    /* border: 1px solid #CCCCCC; */
	border: none;
    /* 设置边框样式 */
    font-size: 14px;
}

.exhibitionContacBox table tr {
    height: 40px;
    line-height: 40px;
    text-align: center;
	font-weight: normal;
    box-sizing: border-box;
	border-bottom: 1px solid #eff1f4;
}

.exhibitionContacBox table th {
    color: #6D81B8;
    font-weight: bold;
    background: #EFF5FD;
	/* padding: 0 0 0 20px; */
    box-sizing: border-box;
}
.exhibitionContacBox table .keepLeft{
	padding: 0 0 0 20px;
	text-align: start;
}
.exhibitionContacBox .exhibitionContacBtn {
	width: 56px;
	height: 32px;
	border-radius: 4px;
	text-align: center;
	background-color: #3462fd;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	border: none;
	cursor: pointer;
	margin: 40px auto 0;
}
.exhibitionContacBox table tbody {
    display:block;
    max-height:135px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch; 
}
/* 隐藏滚动条---可能存在浏览器兼容问题 */
.exhibitionContacBox table tbody::-webkit-scrollbar {
    display: none; 
}
 
.exhibitionContacBox table thead, 
.exhibitionContacBox table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}