.pc_images {
  position: relative;
  overflow: hidden;
  width: 270px;
}

.pc_list {
  text-align: left;
  padding: 5px 0px;
  width: 100%;
  height: 100%;
}

.pc_scroll_div {
  position: relative;
  left: 0px;
  font-size: 0px;
}

.pc_arrow {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  font-size: 16px;
  color: #000;
  height: 110px;
  width: 23px;
  line-height: 110px;
  text-align: right;
  text-decoration: none !important;
  z-index: 1;
  color: #FFF;
  border-radius: 6px 0px 0px 6px;
}

.pc_prev {
  left: 0px;
  display: none;
  border-radius: 0px 6px 6px 0px !important;
  text-align: left !important;
}

.pc_next {
  right: 0px;
  display: none;
}

.pc_remove {
  color: #FFF !important;
  position: absolute;
  top: 33px;
  right: 3px;
  font-size: 11px;
  padding: 0px 4px;
  line-height: 14px;
  display: none;
  z-index: 1;
  border-radius: 4px;
}

.pc_images:hover .pc_remove {
  display: block;
}

.pc_images:hover .pc_arrow {
  display: block;
}

.pc_image_container {
  display: inline-block;
  height: 270px;
  width: 270px;
  font-size: 0;
  float: left;
}

.pc_image {
  position: relative;
  display: inline-block;
  width: 82px;
  height: 82px;
  margin: 4px;
  border: 2px solid #FFF;
  box-sizing: border-box;
}

.pc_image img {
  width: 100%;
  height: 100%;
}

.pc_tooltip_content {
  display: none;
}

.pc_image_name {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}

.pc_image_description {
  line-height: 18px;
}

.pc_image_name_text {
  float: left;
  margin-right: 15px;
}

.pc_image_price_text {
  float: right;
}

.pc_max .pc_image_name:not(.pc_no_description) {
  height: 270px;
}

.pc_max .pc_image_name > span {
  font-weight: bold;
}

a.pc_info {
  float: right;
  display: none;
}

.pc_price {
  font-size: 11px;
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 18px;
  line-height: 18px;
  padding: 0px 4px;
  font-weight: bold;
}

.pc_image.pc_option {
  border-width: 1px;
}

.pc_image.pc_option .pc_img {
  position: relative;
}

.pc_option_name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pc_option_name span {
  font-size: 12px;
  line-height: 78px;
}