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

.pc_list {
  position: relative;
  width: 100%;
  height: 100%;
  left: 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_arrow {
  display: block;
}

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

.pc_image {
  width: 100%;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
}

.pc_image img {
  width: 100%;
  display: block;
  vertical-align: middle;
  margin-top: 30px;
}

.pc_image.pc_option img {
  margin-top: 0px;
}

.pc_image_name {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  color: #666666;
  text-align: left;
}

.pc_max .pc_image_name {
  background-color: #FFF;
}

.pc_image_description {
  line-height: 18px;
}

.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;
}

.pc_image.pc_option .pc_image_name > span {
  opacity: 0;
}

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

.pc_image.pc_option a.pc_info {
  position: relative;
  z-index: 2;
}

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

.pc_max .pc_option_name {
  opacity: 0.2;
}

.pc_option_name span {
  font-size: 35px;
  line-height: 270px;
}

.pc_price {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px 0px 0px;
}