/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.ticket-photo[data-v-5b55839a] {
  width: 100%;
  background-color: #fff;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
.ticket-photo .nav[data-v-5b55839a] {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
}
.ticket-photo ul[data-v-5b55839a] {
  white-space: nowrap;
  padding: 0 0.225rem;
}
.ticket-photo li[data-v-5b55839a] {
  display: inline-block;
}
.ticket-photo .img[data-v-5b55839a] {
  position: relative;
  width: 5.4rem;
  height: 7.65rem;
  margin: 0.45rem 0.225rem;
}
.ticket-photo .img img[data-v-5b55839a] {
  width: 100%;
  height: 100%;
}
.ticket-photo .img input[data-v-5b55839a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ticket-photo .img i[data-v-5b55839a] {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #666;
  border-radius: 100%;
  border: 0.1rem solid #fff;
  font-size: 0.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket-photo .upload .img[data-v-5b55839a] {
  border: 1PX solid #ccc;
}
.ticket-photo .larg_img[data-v-5b55839a] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

