body {
  background-color: #f8f8f8;
}
#banners {
  width: 100%;
  background: url(../images/store/banner_1013.png) no-repeat top center;
  height: 820px;
  background-size: cover;
}

#style {
  background: #fff;
}
#style > .text {
  width: 550px;
  float: left;
  padding-left: 60px;
}
#style > .text > .intro {
  color: #666;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}
.at1 {
  padding: 55px 0 10px 0px;
}
.at1 > h3 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
}
.at1 > small {
  text-transform: uppercase;
  font-size: 13px;
  color: #aeaeae;
  line-height: 24px;
  color: #bbb;
}

#style > .style_photo {
  width: 620px;
  height: 400px;
  overflow: hidden;
  float: right;
  position: relative;
}
#dot_list {
  position: absolute;
  bottom: 12px;
  left: 286px;
}
#dot_list > li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
#dot_list > li.current {
  background: #aa393d;
}
#photo_list {
  position: absolute;
  top: 0;
  left: 0;
}
#photo_list > li {
  float: left;
}

#display {
  margin: 100px auto;
}
