#banner {
  height: 348px;
  background: url("../images/download/banner.jpg") repeat-x center;
  text-align: center;
}
#banner h3 {
  padding-top: 120px;
  font-size: 35px;
  color: #ffffff;
}
#banner p {
  font-size: 30px;
  color: #ffffff;
  padding-top: 30px;
}
#content {
  padding-top: 80px;
  padding-bottom: 80px;
}
#content .pc {
  float: left;
  width: 750px;
  text-align: center;
}
#content .pc h4 {
  font-size: 18px;
  margin-bottom: 76px;
}
#content .pc .download_box1 {
  text-align: center;
  margin-top: 80px;
}
#content .pc .download_box1 a {
  display: inline-block;
  width: 208px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  border: 1px solid #9299a0;
  border-radius: 3px;
  color: #666666;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
#content .pc .download_box1 a .recommended {
  width: 42px;
  height: 42px;
  background: url("../images/download/icon_recom.jpg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
#content .pc .download_box1 a:hover {
  background-color: #12a0f8;
  border-color: #12a0f8;
  color: #ffffff;
}
#content .pc .download_box1 a:hover .recommended {
  display: none;
}
#content .pc .download_box2 {
  margin-top: 40px;
  text-align: center;
}
#content .pc .download_box2 a {
  display: inline-block;padding: 0 15px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #666666;
  border: 1px solid #9299a0;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 3px;margin-bottom: 15px;
}
#content .pc .download_box2 a:hover {
  background-color: #12a0f8;
  border-color: #12a0f8;
  color: #ffffff;
}
#content .mobile {
  float: right;
  width: 400px;
  margin-right: 25px;
}
#content .mobile .item {
  float: left;
  width: 140px;
  text-align: center;
}
#content .mobile .item h4 {
  font-size: 18px;
}
#content .mobile .item .icon {
  height: 172px;
  padding-top: 75px;
}
#content .mobile .item + .item {
  margin-left: 90px;
}
/*# sourceMappingURL=download.css.map */