/**
 * LESS CSS Created with WebStorm.
 * Author: Jerry
 * Date: 14-1-13
 */
body {
  background-color: #ffdbe9;
}
.te-wrap {
  background: url("img/banner.jpg") no-repeat center top;
}
.te-wrap .te-header {
  height: 400px;
  background: url("img/banner.jpg") no-repeat center top;
}
.te-main {
  background-color: #ffffff;
}
.te-main .te-title {
  background-color: #e84882;
}
.te-main .te-title:before {
  background-color: #e84882;
}
.te-main .te-title h1 {
  color: #fff;
}
.te-main .te-title .view-more {
  background-color: #e84882;
}
.te-content a.more {
  color: #e84882;
}
.te-content.te-mode-20 .te-text-block a.button {
  background-color: #e84882;
  color: #fff;
}
.fixed-menu .scroll-menu a {
  position: relative;
  zoom: 1;
  display: block;
  line-height: 50px;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.fixed-menu .scroll-menu a.scroll-menu-item {
  color: #000;
  background-color: #e9e9e9;
}
.fixed-menu .scroll-menu a.scroll-menu-item:hover {
  background-color: #000;
  color: #e9e9e9;
}
.fixed-menu .scroll-menu a.scroll-menu-item:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid #e84882;
  border-right: 15px solid #000;
  position: absolute;
  left: 0;
  top: 0;
}
.fixed-menu .scroll-menu a.scroll-menu-top {
  background: #e84882 url("img/dot.png") no-repeat center 10px;
  color: #fff;
  padding-top: 20px;
  line-height: 30px;
}
