body{
	color: #646464;
}
#myForm table{
	width: 100%;
	margin: auto;
	border-left: 1px #DFDFDF solid;
	border-top: 1px #DFDFDF solid;
}
#myForm table tr td{
	border-bottom: 1px #DFDFDF solid;
	border-right: 1px #DFDFDF solid;
	padding: 5px;
}
#myForm table tr{
	height: 50px;
}
.form-control{
	border-radius: 2px;
	width: 176px;
	height: 30px;
}
table .bootstrap-select>.dropdown-toggle {
		width: 176px;
}
.labelText{
	width: 120px;
    text-align: right;
	background-color: #F3F3F3;
}
.valueTD{
	width: 250px;
}
.labelText_conter{
	width: 120px;
text-align: center;
	background-color: #F3F3F3;
}
.TD_conter{
	text-align: center;
}
ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.clean_float{
	clear: both;
}
#friendship_link .bootstrap-select>.dropdown-toggle{
	color: #000;
}
#friendship_link{
	padding-top: 20px;
padding-bottom: 40px;
}
.friendship_link_div{
	text-align: center;
	float: left;
	width: 25%;
}

.inner{
	max-height: 400px;
}
a:hover {
	cursor: pointer;
}
.layui-laypage-count{
	font-size: 25px;
}
.style_red{
	color: red;
}
footer{
	background-color: #FB9D00;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}
xmp {
	font-size: 16px;
	margin: 0px;
 	display: inline;
	font-family: "微软雅黑";
}
.omit{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.omit_row{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; //作为弹性伸缩盒子模型显示。
-webkit-box-orient:vertical; //设置伸缩盒子的子元素排列方式--从上到下垂直排列
-webkit-line-clamp:2; //显示的行
}

#canvas{
	margin: 0px 5px;
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}

/*滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: gray;
}

input::-ms-clear, input::-ms-reveal{
	display: none;
}
div img{
	max-width: 100% !important;
}
.styleColor{
	color: #FD7600;
}