﻿@charset "utf-8";
/* CSS Document */
html, body {
 font-family: "microsoft yahei";
 font-size:15px;
}
.box-wrap {
  position:relative;
  top:0;
  left:0;
  width:1080px;
  margin:0 auto;
  border:solid 1px #ddd;
  overflow:hidden;
}
.box-wrap .wrap-left {
  float:left;
  width:500px;
}
/* 时间日期 */
.wrap-left .wather{
  height:80px;
  text-align:center;
  background-color:rgb(242,242,242);
  border:solid 1px #ddd;
}
/* 时间日期 */
.wather .date{
  line-height:30px;
  margin-top:5px;
}
/* 标题 */
.wrap-left .title{
  height:30px;
  line-height:30px;
  text-align:center;
  border:solid 1px #ddd;
  background-color:rgb(254,229,153);
}
/* 表格列表 */
.wrap-left .filter{
  width:100%;
  height:50px;
  text-align:center;
  border:solid 1px #ddd;
}
.wrap-left .filter thead {
  background-color:rgb(255,217,102);
}
.wrap-left .filter td {
  font-size:13px;
  border:solid 1px #000;
}
.wrap-left .filter thead td {
  font-weight:bold;
}
.wrap-left .filter tbody td {
  line-height:25px;
  background-color:rgb(218,226,243);
}
/* 产品统计 */
.wrap-left .filter-goods{
  width:100%;
  height:50px;
  text-align:center;
  border:solid 1px #000;
}
/* 市场统计 */
.wrap-left .filter tbody td{
  transition: all 1s;
  -moz-transition: all .5s;
  -webkit-transition: all 1s;
  -o-transition: all .3s;
}
.wrap-left .filter td:hover {
  background-color:#eee;
}
.wrap-left .filter-market .curr td{
  background-color:#ddd;
  color:#000;
}

.wrap-left .report {
  text-align:center;
}
.wrap-left .report img{
  margin:0 auto;
}

.box-wrap .wrap-right {
  overflow:hidden;
  margin-left:500px;
  height:637px;
}
.map-layer {
  z-index:1;
  position:absolute;
  right:0;
  bottom:0;
  width:auto;
  height:50px;
  line-height:50px;
  left:500px;
  background-color:#fff;
}
.map-layer span{
  margin-left:15px
}