html {
  height: 100%;
}
body {
  background-color: #F7F7F5;
  height: 100%;
}
.main {
  position: relative;
  min-height: 100%;
}
.main #footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.main #header {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  -moz-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
}
.main #header a {
  color: #000 !important;
}
.main #header a.shopping-cart {
  background-image: url("../img/shoppingCart_other_icon.png") !important;
}
.main .middle .banner {
  position: relative;
  height: 400px;
  background: url("../img/reports_banner_bg.png") no-repeat center center / cover;
}
.main .middle .banner .banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .middle .banner .banner-text p {
  text-align: center;
  color: #f7f7f5;
}
.main .middle .banner .banner-text p.big-title {
  font-size: 80px;
  line-height: 1em;
  font-weight: bold;
}
.main .middle .banner .banner-text p.sub-title {
  font-size: 24px;
  line-height: 1em;
  margin-top: 10px;
}
.main .middle .banner .banner-text p.cn-title {
  width: 350px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  margin: 30px auto 0;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.main .middle .reports-part {
  padding-left: 100px;
  margin-top: 80px;
}
.main .middle .reports-part .left-tab {
  position: relative;
}
.main .middle .reports-part .left-tab .tab-item {
  margin-top: 30px;
}
.main .middle .reports-part .left-tab .tab-item:first-of-type {
  margin-top: 0;
}
.main .middle .reports-part .left-tab .tab-item a {
  font-size: 20px;
  color: #999;
}
.main .middle .reports-part .left-tab .tab-item i {
  position: relative;
  display: inline-table;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  vertical-align: middle;
  margin-right: 30px;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main .middle .reports-part .left-tab .tab-item.selected a {
  color: #654EA3;
}
.main .middle .reports-part .left-tab .tab-item.selected i {
  background-color: #654EA3;
}
.main .middle .reports-part .left-tab .tab-line {
  position: absolute;
  width: 1px;
  height: 83%;
  left: 5.5px;
  top: 10px;
  background-color: #ccc;
}
.main .middle .reports-part .reports-lists-show {
  margin-left: 178px;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item {
  padding: 20px;
  background-color: #fff;
  margin-top: 40px;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item:first-of-type {
  margin-top: 0;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item .reports-img {
  width: 320px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item .reports-main {
  margin-left: 30px;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item .reports-main .reports-title {
  font-size: 24px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item .reports-main .reports-title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  height: 3em;
  display: inline-block;
  width: 16.5em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item .reports-main .reports-title i {
  font-size: 16px;
  padding-top: 0.5em;
  color: #999;
  vertical-align: bottom;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item .reports-main .reports-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 8em;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2em;
  text-indent: 2em;
  color: #666;
  overflow: hidden;
}
.main .middle .reports-part .reports-lists-show .reports-lists li.reports-item .reports-main .read-all {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #654EA3;
  margin-top: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
