.item_info h1 {
  font-size: 16px;
  line-height: 140%;
  margin: 0; }

.item_info h2, .item_info h3 {
  font-size: 14px;
  line-height: 100%;
  margin: 0 0 10px 0;
  background-color: #179000;
  padding: 10px 10px 9px 10px;
  color: #fff; }

.item_info h4 {
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  background-color: #999;
  padding: 10px 10px 9px 10px;
  color: #fff; }

.item_info .item_head {
  width: 950px;
  margin: auto;
  text-align: left; }

.item_info .breadcrumb {
  display: inline-block;
  float: left; }

.item_info .tag {
  float: right;
  display: inline-block;
  text-align: right;
  margin: 5px 0 0 0; }
  .item_info .tag a {
    display: inline-block;
    background-color: #efefef;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 3px 4px 3px;
    margin: 0 1px 0 0;
    font-size: 12px;
    line-height: 100%; }

.item_info .content_head {
  margin: 0 0 10px 0;
  padding: 5px 0 3px 0;
  border-bottom: 1px dotted #ccc; }
  .item_info .content_head .shop {
    float: left;
    width: 110px; }
    .item_info .content_head .shop p {
      margin: 0;
      width: 110px;
      text-align: center;
      background-color: #ba2636;
      padding: 6px 0 5px 0;
      color: #fff; }
  .item_info .content_head .subject {
    width: 830px;
    float: right;
    margin: 3px 0 0 0; }

.item_info .recomend {
  overflow: hidden;
  padding: 0 0 20px 0; }
  .item_info .recomend > p {
    margin: 0 0 5px 0;
    padding: 10px 5px 9px 10px;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    line-height: 100%; }
  .item_info .recomend .recomendlist {
    width: 350px;
    margin: 0 -10px 0 0; }
    .item_info .recomend .recomendlist .block {
      width: 110px;
      height: 110px;
      margin: 0 5px 5px 0;
      background-color: #eee;
      float: left; }
      .item_info .recomend .recomendlist .block .thum {
        width: 110px;
        height: 110px;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
      .item_info .recomend .recomendlist .block img {
        max-width: 100px;
        max-height: 100px;
        margin: 5px 0 0 0; }

.detail {
  margin: 0 0 20px 0; }

.detail_item {
  float: left;
  width: 560px;
  overflow: hidden;
  font-size: 14px;
  line-height: 140%; }
  .detail_item .pic {
    background-color: #ddd;
    margin: 0 0 5px 0; }
    .detail_item .pic .thum {
      width: 560px;
      height: 560px;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
    .detail_item .pic img {
      max-width: 550px;
      max-height: 550px;
      margin: 3px 0 0 0; }

.detail_thum {
  text-align: center;
  margin: 0; }
  .detail_thum ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0; }
    .detail_thum ul li {
      margin: 0 1px;
      width: 82px;
      height: 82px;
      background-color: #eee;
      display: inline-block; }
    .detail_thum ul .thum {
      width: 82px;
      height: 82px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      line-height: 0; }
      .detail_thum ul .thum img {
        max-width: 60px;
        max-height: 60px; }

.detail_panel {
  float: right;
  width: 380px; }
  .detail_panel .condition,
  .detail_panel .size,
  .detail_panel .status,
  .detail_panel .category_path {
    padding: 0 0 5px 0; }
    .detail_panel .condition dl,
    .detail_panel .condition dt,
    .detail_panel .condition dd,
    .detail_panel .size dl,
    .detail_panel .size dt,
    .detail_panel .size dd,
    .detail_panel .status dl,
    .detail_panel .status dt,
    .detail_panel .status dd,
    .detail_panel .category_path dl, .detail_panel .category_path dt, .detail_panel .category_path dd {
      margin: 0;
      padding: 0; }
    .detail_panel .condition dt,
    .detail_panel .size dt,
    .detail_panel .status dt,
    .detail_panel .category_path dt {
      float: left;
      width: 70px;
      background-color: #666;
      text-align: center;
      color: #fff; }
      .detail_panel .condition dt p,
      .detail_panel .size dt p,
      .detail_panel .status dt p,
      .detail_panel .category_path dt p {
        margin: 0;
        padding: 6px 0 5px 0;
        line-height: 100%; }
    .detail_panel .condition dd,
    .detail_panel .size dd,
    .detail_panel .status dd,
    .detail_panel .category_path dd {
      width: 300px;
      float: right;
      padding: 3px 0 0 0; }
      .detail_panel .condition dd p,
      .detail_panel .size dd p,
      .detail_panel .status dd p,
      .detail_panel .category_path dd p {
        margin: 0; }
      .detail_panel .condition dd strong,
      .detail_panel .size dd strong,
      .detail_panel .status dd strong,
      .detail_panel .category_path dd strong {
        display: inline-block;
        padding: 5px 10px 3px 10px;
        margin: 0 0 7px 0;
        line-height: 100%;
        background-color: #e1ec51;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      .detail_panel .condition dd em,
      .detail_panel .size dd em,
      .detail_panel .status dd em,
      .detail_panel .category_path dd em {
        display: block;
        font-style: normal;
        border-bottom: 1px dotted #ccc;
        padding: 0 0 3px 0;
        margin: 0 0 3px 0; }
  .detail_panel .operate {
    background-color: #fff;
    margin: 0 0 10px 0; }
    .detail_panel .operate a, .detail_panel .operate p {
      display: block;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center; }
    .detail_panel .operate .addcart {
      font-size: 20px;
      line-height: 100%;
      margin: 0 0 2px 0;
      padding: 10px 0 10px 0; }
    .detail_panel .operate .addfavo {
      font-size: 14px;
      line-height: 100%;
      padding: 10px 0 10px 0; }
    .detail_panel .operate .soldout {
      font-size: 20px;
      line-height: 100%;
      margin: 0 0 2px 0;
      padding: 10px 0 10px 0;
      color: #cc0000; }
    .detail_panel .operate .addalert {
      font-size: 14px;
      line-height: 100%;
      padding: 10px 0 10px 0; }
  .detail_panel .price {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
    font-size: 18px;
    line-height: 100%;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc; }
  .detail_panel .basicinfo {
    background-color: #fff;
    padding: 0 0 10px 0; }
    .detail_panel .basicinfo dl {
      margin: 0;
      padding: 0;
      width: 100%; }
    .detail_panel .basicinfo dt {
      float: left;
      clear: both;
      border-top: 1px dotted #ccc;
      width: 20%;
      margin: 0;
      padding: 0; }
      .detail_panel .basicinfo dt:first-child {
        border: none; }
      .detail_panel .basicinfo dt:first-child + dd {
        border: none; }
      .detail_panel .basicinfo dt p {
        padding: 6px 0 5px 5px;
        margin: 0; }
    .detail_panel .basicinfo dd {
      border-top: 1px dotted #ccc;
      text-align: right;
      float: right;
      margin: 0;
      padding: 0;
      width: 80%; }
      .detail_panel .basicinfo dd p {
        padding: 6px 2px 5px 0;
        margin: 0; }
        .detail_panel .basicinfo dd p span {
          font-size: 11px;
          line-height: 120%; }
      .detail_panel .basicinfo dd strong {
        font-size: 16px;
        line-height: 140%; }
  .detail_panel .caption {
    margin: 0;
    padding: 10px 0 30px 0;
    background-color: #fff; }
  .detail_panel .kaitori {
    margin: 0 0 10px 0;
    padding: 10px 0 20px 0;
    border-bottom: 1px dotted #ccc; }
    .detail_panel .kaitori .price {
      font-size: 18px;
      line-height: 140%;
      text-align: center;
      margin: 0;
      color: #cc0000; }
    .detail_panel .kaitori .shop {
      font-size: 12px;
      line-height: 140%;
      text-align: center;
      margin: 0; }
  .detail_panel .sns {
    margin: 0 0 0 0;
    padding: 25px 0 20px 0;
    border-top: 1px solid #ccc;
    text-align: center; }
    .detail_panel .sns ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .detail_panel .sns li {
      display: inline-block; }
    .detail_panel .sns img {
      width: 20px;
      height: 20px; }

.other_item {
  margin: 15px 0 0 0;
  padding: 0 0 20px 0; }
  .other_item .block {
    position: relative;
    width: 960px;
    height: 100px;
    margin: 0 9px 10px 0;
    background-color: #fff;
    font-size: 12px; }
    .other_item .block .pic {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: #eee; }
    .other_item .block .thum {
      width: 130px;
      height: 100px;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .other_item .block .thum > a {
        display: block; }
      .other_item .block .thum img {
        max-width: 126px;
        max-height: 96px;
        margin: 3px 0 0 0; }
      .other_item .block .thum .r18mark {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0; }
        .other_item .block .thum .r18mark a {
          display: table-cell;
          width: 130px;
          height: 100px;
          vertical-align: middle;
          text-align: center; }
      .other_item .block .thum .r18item {
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0; }
        .other_item .block .thum .r18item a {
          display: table-cell;
          width: 130px;
          height: 100px;
          vertical-align: middle;
          text-align: center; }
    .other_item .block .shop {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .other_item .block .shop p {
        background-color: #333;
        color: #fff;
        margin: 0;
        padding: 3px 3px 2px 3px;
        font-size: 10px;
        line-height: 100%; }
    .other_item .block .title {
      position: absolute;
      top: 5px;
      left: 140px;
      width: 810px; }
      .other_item .block .title p {
        margin: 0; }
    .other_item .block .condition {
      position: absolute;
      top: 25px;
      left: 140px;
      width: 180px; }
      .other_item .block .condition p {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
    .other_item .block .price {
      position: absolute;
      top: 52px;
      left: 140px; }
      .other_item .block .price p {
        margin: 0; }
    .other_item .block .infolink {
      position: absolute;
      bottom: 5px;
      left: 140px;
      width: 70px;
      color: #fff;
      text-align: center; }
      .other_item .block .infolink a {
        display: block;
        color: #fff;
        background-color: #9e9446;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    .other_item .block .addcart {
      position: absolute;
      bottom: 5px;
      left: 220px;
      width: 105px;
      color: #fff;
      text-align: center; }
      .other_item .block .addcart a {
        display: block;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
