body{
	background: #fff;
	margin: 0 auto;
}

  .bivariate-box{
	overflow: hidden;
	position: relative;
}
.bivariate-box>div{
	float: left;
	background: #fff;
	height: 350px;
}
.bivariate-box>div:last-child{
	border-left: 1px solid #eee;
    height: 100%;
	overflow: scroll;
	height: 350px;
}
.bivariate-left{
	width: 160px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.bivariate-left ul:first-child{
	position: absolute;
	background: #fff;
	z-index: 2;
}
.bivariate-left ul:last-child{
	position: relative;
	margin-top: 40px;
	margin-bottom: 0!important;
	background: #f7f7f7;
}
.bivariate-left ul:first-child li{
	color: #222;
}
.bibariate-class-left{
	position: relative;
	top: 8px;
	left: -8px;
}
.bibariate-class-right{
	position: relative;
	bottom: 5px;
	right: -5px;
}
.bibariate-class-right i{
	font-style: normal
}
.bibariate-class-right i:first-child{
	bottom: 3px;
	position: relative;
}
.bibariate-class-right i:last-child{
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 28px;
    left: 0;
}
.bivariate-left ul li{
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.bivariate-left ul li{
	overflow: hidden;
	position: relative;
	bottom: 1px;
}
.bivariate-left ul li>div{
	float: left;
}
.bivariate-left ul li>div:nth-child(1), .bivariate-left ul li>div:nth-child(2){
	width: 39px;
	border-right: 1px solid #eee;
	position: absolute;
	height: 100%;
	background: #f7f7f7;
}
.bivariate-left ul li>div:nth-child(2){
	margin-left: 40px;
}
.bivariate-left ul li>div:nth-child(3){
	width: 80px;
	margin-left: 80px;
	background:#f7f7f7;
}
.bivariate-left ul li>div:nth-child(3) div{
	line-height: 40px;
	border-bottom: 1px solid #eee;
}
.bivariate-left ul li>div:nth-child(3) div:last-child{
	border-bottom: none;
}
.bivariate-right>div:first-child{
	width: 775px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.bivariate-right{
	border-top: 1px solid #eee;
	border-right: 1px solid #eee
}
.bivariate-right>div:first-child ul{
	height: 30px;
	width: 10000px;
	position: relative;
}
.bivariate-right>div:first-child ul li{
	background: #f7f7f7;
}
.bivariate-right>div:first-child li{
	float: left;
	width: 120px;
	text-align: center;
	line-height: 40px;
	color: #222;
	border-right: 1px solid #eee;
	background: #fff;
	border-bottom:1px solid #eee;
	height:40px;
}
.bivariate-right>div:last-child{
	padding-top: 35px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.bivariate-right>div:last-child div{
	overflow: hidden;
	border-top: 1px solid #eee
}
.bivariate-right>div:last-child ul{
	float: left;
	width: 120px;
	border-right: 1px solid #eee;
	margin:0!important;
}
.bivariate-right>div:last-child li{
	border-bottom: 1px solid #eee;
	height: 40px;
	position: relative;
}
.bivariate-right>div:last-child li input{
	width: 98px;
	padding: 10px 10px;
	line-height: 18px;
	border: none;
	position: relative;
	bottom: -1px;
	text-align: center;
	border: 1px solid #eee;
}
.bivariate-box ul{
	padding:0px!important;
}
.xie-xian{
	display: block;
	width: 175px;
	height:1px;
	background:#eee;
	position: absolute;
	top:0;
	left: -9px;
	transform:rotate(27deg);
-ms-transform:rotate(27deg); 	/* IE 9 */
-moz-transform:rotate(27deg); 	/* Firefox */
-webkit-transform:rotate(27deg); /* Safari 和 Chrome */
-o-transform:rotate(27deg); 	/* Opera */
}
.xie-xian2{
	display: block;
	width: 222px;
	height:1px;
	background:#eee;
	position: absolute;
	top:0;
	left: -113px;
	transform:rotate(20deg);
-ms-transform:rotate(20deg); 	/* IE 9 */
-moz-transform:rotate(20deg); 	/* Firefox */
-webkit-transform:rotate(20deg); /* Safari 和 Chrome */
-o-transform:rotate(20deg); 	/* Opera */
}
.bivariate-input-li .handle-icon{
	position: absolute;
	right: 3px;
	top: 5px;
	font-size: 12px;
	color: #666;
	display: none;
	line-height: 12px;
	height: 12px;
}
.bivariate-input-li:hover .handle-icon{
	display: inline;
	cursor: pointer;
}
#bivariate-table{
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 999;
	width: 1240px;
}
#bivariate-table h1{
	font-size: 25px;
	text-align: center;
	line-height: 25px;
	color: #222;
}
#bivariate-table .table-title div{
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	color: #222;
}
#bivariate-table .table-info>div{
	float: left;
	width: 50%;
	line-height: 36px;
	font-size: 16px;
}
#bivariate-table .table-info>div em{
	font-weight: bold;
}
#bivariate-table .table-info>div:nth-child(2) {
	text-align: right;
}
.bivariate-title{
  margin: 10px 0;
  font-size: 14px;
}
.bivariate-title>div:last-child{
  color: #666;
}