body {
  background-color: #EFEFEF;
}
.container {
  border: 1px solid #D7D7D7;
  background-color: #FFFFFF;
  border-radius: 20px;
  behavior: url(/css/pc/PIE.htc);
}
ul {
  list-style: none;
}
.design-nav {
  width: 944px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #333;
  font-size: 12px;
}
.design-nav a {
    color: #333;
}
.design-nav a:hover {
    color: #cf5541;
}
.top {
  margin-top: 2px;
  margin-left: 20px;
  width: 920px;
}
.top .top-item {
  line-height: 30px;
}
.top .top-item.location ul {
  width: 680px;
}
.top .top-item.style .top-detail {
  border-bottom: 0px;
}
.top .top-item label {
  float: left;
  padding: 12px 0px;
  margin-right: 22px;
  font-size: 16px;
  color: #010101;
}
.top .top-item ul {
  float: left;
}
.top .top-item ul li {
  float: left;
}
.top .top-item .top-detail {
  float: left;
  width: 820px;
  padding: 12px 0px;
  border-bottom: 1px solid #D7D7D7;
}
.top .top-item .top-detail div {
  float: left;
}
.top .top-item .top-detail label {
  padding: 0px;
  margin: 0px;
  color: #000;
}
.top .top-item .top-detail .location-container {
  width: 750px;
}
.top .top-item a {
  float: left;
  font-size: 13px;
  padding: 0 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 24px;
  line-height: 24px;
  color: #818181;
}
.top .top-item a.active {
  background-color: #CF5541;
  border-radius: 5px;
  color: #fff;
  behavior: url(/css/pc/PIE.htc);
}
.top .top-item a.active:hover {
  color: #fff;
}
.top .top-item a.all-part {
  margin-right: 14px;
}
.top .top-item a:hover {
  color: #CF5541;
}
.top .top-item p {
  float: left;
}
.main {
  width: 940px;
  margin: 0 auto;
  margin-top: 4px;
}
.main .design-list {
  width: 940px;
}
.main .design-list li {
    float: left;
    width: 291px;
    height: 220px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 28px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    background-color: #fafafa;
    behavior: url(/css/pc/PIE.htc);
}
.main .design-list li .image-container {
    position: relative;
    width: 279px;
    height: 154px;
    margin: 8px auto 0px auto;
}
.main .design-list li .image-container:hover .image-mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.15);
    cursor: pointer;
}
.main .design-list li a.pic-detail {
  display: block;
}
.main .design-list li img {
  display: block;
  /*margin: 8px auto 0px auto;*/
  width: 279px;
  height: 154px;
}
.main .design-list li .name {
  margin-top: 2px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #000;
  padding: 0 8px;
}
.main .design-list li .name .design-name {
  float: left;
  cursor: pointer;
  color: #000;
}
.main .design-list li .name .design-name:hover {
  text-decoration: underline;
}
.main .design-list li .name .design-view {
  float: right;
  padding-left: 25px;
  color: #c1c1c1;
  font-size: 15px;
  background: url(/images/pc/design/preview.png) 0 50% no-repeat;
}
.main .design-list li .desc {
  margin-top: 1px;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
}
.main .design-list li .desc .style {
  float: left;
  color: #767676;
}
.main .design-list li .desc .designer {
  float: right;
  color: #777777;
}
.main .design-list li .desc .designer em {
  float: left;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  padding-left: 22px;
  background-size: 22px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.main .design-list li .desc .designer a {
  float: left;
  margin-left: 5px;
  font-style: normal;
  color: #777777;
}
.main .design-list li .desc .designer a.designer-name {
  max-width: 70px;
}
.main .design-list li .desc .designer a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.bottom {
  margin-top: 2px;
  margin-bottom: 40px;
}
.bottom .turn-page {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  text-align: center;
}
.bottom .turn-page ul {
  float: left;
}
.bottom .turn-page li {
  float: left;
  width: 30px;
}
.bottom .turn-page li.prev,
.bottom .turn-page li.next {
  width: 60px;
}
.bottom .turn-page li.prev a,
.bottom .turn-page li.next a {
  width: 60px;
}
.bottom .turn-page a {
  float: left;
  width: 30px;
  color: #3f3f3f;
  font-size: 17px;
}
.bottom .turn-page a:hover {
  background: #EEEEEE;
}
.bottom .turn-page li.active {
  background-color: #CF5541;
}
.bottom .turn-page li.active a {
  color: #fff;
}
.bottom .turn-page li.active a:hover {
  background: #CF5541;
}
