@charset "utf-8";
/* CSS Document */
@import url("reset.css");
body {
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background:#FDDD86;
}
.colOne img {
	width: 100%;
}
.colTwo {
	padding: 0% 2%;
}
.colTwo img {
	width: 48%;
	display: inline-block;
	float: left;
	margin: 1%;
}
.bottmg {
	display: inline-block;
	padding: 4%;	
}
.tltpic {
	position: relative;
}
.tltpic i {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4.5% 2% 2% 13%;
	font-size: 1rem;
	color: #fff;
}
.tltpic img {
	width: 40%;
}
.cB{
	clear:both;
}

.contont {
	margin:0% 4%;
}
.tltpic , .contont p {
	margin-bottom: 2%;
}
.container { 
	width: 100%; 
}
.tletop th {
	white-space: nowrap;
	background: #B39E68;
	padding:4px 1em;
}
table
{
	margin: 0;
	border-collapse: collapse;
}

td, th
{
	padding: .5em 1em;
	border: 1px dashed #fff;
	color: #fff;
}
td li, th li {
	white-space: nowrap;
	list-style: none; 
}

.table-container-outer { position: relative; }

.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.table-container-fade
{
	position: absolute;
	opacity: .6;
	right: 0;
	width: 30px;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg,#FDDD86);
	background-image: -moz-linear-gradient(0deg,#FDDD86);
	background-image: -ms-linear-gradient(0deg,#FDDD86);
	background-image: -o-linear-gradient(0deg,#FDDD86);
	background-image: linear-gradient(0deg,#FDDD86);
}


