@charset "UTF-8";
.grid {
  margin: 0 0 54px 0; }

/* 详情页 */
.work_img {
  min-height: 325px;
  margin-bottom: 1.1%; }
.work_img img {
  display: block;
  width: 100%; }

.text_item .des, .text_item p {
  font-size: 14px;
  color: #a7a7a6; }
.text_item h2 {
  font-size: 20px; }

.work_img_txt {
  position: relative;
  padding-right: 50%; }
.work_img_txt .text_item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  padding: 0;
  text-align: left;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
.work_img_txt .text_item h2, .work_img_txt .text_item .des {
  padding: 0 5%; }

.work_txt_img {
  position: relative;
  padding-left: 50%; }
.work_txt_img .text_item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  padding: 0;
  text-align: left;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
.work_txt_img .text_item h2, .work_txt_img .text_item .des {
  padding: 0 5%; }

.work_img_img img {
  float: right;
  width: 49.5%; }
.work_img_img img:first-child {
  float: left; }

.work_head {
  position: relative;
  padding-bottom: 70px;
  margin-top: 60px; }
.work_head .des {
  position: absolute;
  top: 50px;
  right: 0;
  width: 50%;
  font-size: 14px;
  line-height: 2.1;
  color: #a7a7a6; }

.detail_share {
  margin: 0 0 20px 0;
  border: none;
  float: right;
}
.detail_ctrl{
  float: left;
  margin-bottom: 0;
  padding-top: 30px;
}
.text_title p{
  font-size: 20px;
  color: #cccccc;
}
.product_info{
  padding: 20px 0;
}
.detail_b{
  border-top: 1px solid #cccccc;
  margin-top: 60px;
  overflow: hidden;
}
.detail_ctrl a{
  width: 17px;
  height: 31px;
}
.detail_ctrl a.list{
  width: 52px;
  height: 31px;
  background: url(../images/list-icon.png) no-repeat center;
  margin: 0 20px;
}
.detail_ctrl a.prev{
  background: url(../images/left-icon.png) no-repeat;
}
.detail_ctrl a.next{
  background: url(../images/right-icon.png) no-repeat;
}
.text_title{
  background: url(../images/icon_logo_69x69.png) no-repeat right;
}