﻿* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
.shadeDiv {
	width: 100%;
}
.shadeFullBg {
	background-color: #000;
	position: fixed;
	z-index: 999999;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	opacity: .3;
}
.fullTableDiv {
	width: 100%;
	height: 2.75rem;
}
.tableBox {
	display: table;
margin:.25rem 0;
	width: 100%;
	table-layout: fixed;
}
.tableBox .tableCell {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
padding-left:.5rem;
}
.tableBox .tableCell-30 {
	width: 30%;
}
.tableBox .tableCell-70 {
	width: 70%;
}
.tableBox .paramNowrap {
	overflow: hidden;
	text-overflow: ellipsis;
}
.tableBox .paramWrap {
	word-break: break-all;
}
.tableBox .buttonName {
	color: black;
	text-align: center;
	height: 51px;
	line-height: 51px;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0;
}
.tableBox .contentNumber {
	font-weight: bold;
	font-family: Arial;
	color: black;
	width: 50%;
	height: 51px;
	line-height: 51px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
padding-left:.25rem;
padding-right:.25rem;
	text-align: center;
}
.tableBox .shadeOperation {
	width: 25%;
	height: 51px;
	margin-right: 0;
	padding-left: 0;
	line-height: 51px;
}
.dividingLine {
	width: 90%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #d2d2d2;
	clear: both;
	font-size: 0;
	border-top: 0;
	border-left: none;
	border-right: 0;
	line-height: 1px;
	border-width: 1px;
}
.qq {
	background: url('data:image/png;base64,') 0 0 no-repeat;
}
.phone {
	background: url(../images/bigphone.png) 0 0 no-repeat;
}
.sms {
	background: url(../images/bigsms.png) 0 0 no-repeat;
}
.shadeOperImg {
	width: 1.75rem;
	height: 1.75rem;
	background-size: 1.75rem 1.75rem;
	float: right;
}
.pCancle {
	height: 2.75rem;
	line-height: 2.75rem;
	width: 100%;
}
.divCancle {
	height: 2.75rem;
	line-height: 2.75rem;
	width: 2.5rem;
	font-size: 1.15rem;
	color: #585858;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.tablesDiv {
	width: 100%;
	height: auto;
	max-height: 100%;
	overflow: hidden;
	background-color: white;
	opacity: .95;
	position: fixed;
	bottom: -100%;
	z-index: 1000000;
	transition: all .3s ease;
	bottom: 0;
	border-radius: 10px 10px 0 0;
}
.scrollTable {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, "黑体", Arial, Tahoma;
}
.tableDiv {
	margin: 0 auto 0 auto;
	height: 2.75rem;
	width: 80%;
}
#fixed-foot2 {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 10000;
	cursor: pointer;
}
#fixed-foot2 .show {
	opacity: 1;
}
.fixed_foot_box {
	opacity: 0;
	transition: all .2s ease 0s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fixed_foot_box li {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #333 no-repeat 50% 50%;
	position: absolute;
	top: -120px;
}
.fixed_foot_box li a {
	width: 100%;
	height: 100%;
	display: block;
}
.fixed_foot_box li:hover {
	background-color: #000;
}
.fixed_foot_box li.btn_tel {
	background-image: url(../images/tel.png);
	left: 0;
}
.fixed_foot_box li.btn_sms {
	background-image: url(../images/sms.png);
	left: 50px;
	top: -102px;
}
.fixed_foot_box li.btn_home {
	background-image: url(../images/home.png);
	left: 65px;
	top: -50px;
}
.btn_ctrl {
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	background: #DE1B1C;
	color: #fff;
}
