#picdiv {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.pics {
  background: url(../images_v1/mark.png);
  position: absolute;
  z-index: 1000; }
  .pics .pic_lft {
    float: left;
    width: 800px;
    position: relative; }
    .pics .pic_lft img {
      width: 70%;
      margin: 0 auto;
      display: block; }
  .pics .pic_rig {
    float: right;
    width: 544px;
    background-color: #333645;
    position: relative; }
    .pics .pic_rig .padding-inner {
      width: 444px;
      margin: 0 auto; }

.pic_close {
  background: url("../images_v1/ev-20.png") no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px; }
  .pic_close img {
    cursor: pointer; }

.tit_pic {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px #525661 solid; }

.pic_tag {
  text-align: center; }
  .pic_tag span {
    display: inline-block;
    color: #9999cd;
    padding: 3px 12px;
    line-height: 1.5;
    cursor: pointer; }
  .pic_tag span.curr {
    color: #ffffff;
    border: 1px #ffffff solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.pic_thumb li {
  width: 104px;
  height: 63px;
  display: table-cell;
  vertical-align: middle;
  float: left;
  text-align: center; }
  .pic_thumb li img {
    width: 94px;
    height: 57px;
    margin: 0 auto;
    cursor: pointer; }
  .pic_thumb li span {
    display: block;
    margin: 0 auto; }
.pic_thumb span.curr {
  border: 2px #5dc031 solid;
  width: 98px; }

.picprev, .picnext {
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer; }

.picprev {
  background-image: url("../images_v1/lxtx-20161213-13_06.png");
  left: 5px; }

.picnext {
  background-image: url("../images_v1/lxtx-20161213-14_09.png");
  right: 5px; }

.prev-no-style,
.next-no-style {
  height: 25px;
  line-height: 25px; }

.prev-no-style {
  float: left;
  margin-top: 16px; }

.pic_thumb {
  position: relative; }

.next-no-style {
  position: absolute;
  right: 0;
  top: 16px; }

/*# sourceMappingURL=pic.css.map */
