/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.refuse-box[data-v-4a998fb4] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}
.box[data-v-4a998fb4] {
  width: 16.5rem;
  background-color: #fff;
  border-radius: 0.225rem;
  overflow: hidden;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  /*.content {
        width: 100%;
        height: 330px;
        padding: 0 46px;
        input {
            width: 100%;
            height: 80px;
            border: 1PX solid #ddd;
            border-radius: 9px;
            font-size: 30px;
            text-indent: 18px;
        }
    }*/
}
.box h1[data-v-4a998fb4] {
  width: 100%;
  font-size: 0.85rem;
  line-height: 2.1rem;
  text-align: center;
  color: #444;
}
.box > input[data-v-4a998fb4] {
  display: block;
  width: 15.5rem;
  height: 2rem;
  margin: 0 auto 1.5rem;
  border: 1PX solid #ddd;
  border-radius: 0.225rem;
  font-size: 0.75rem;
  text-indent: 0.45rem;
}
.box .label[data-v-4a998fb4] {
  font-size: 0.6rem;
  line-height: 1.35rem;
  color: #999;
  display: block;
}
.box ul[data-v-4a998fb4] {
  width: 100%;
  height: 1.5rem;
  display: flex;
  margin-bottom: 0.95rem;
}
.box ul li[data-v-4a998fb4] {
  width: 3.75rem;
  height: 100%;
  border: 1PX solid #ddd;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
  margin-right: 0.7rem;
}
.box .btn_group[data-v-4a998fb4] {
  width: 100%;
  height: 2.25rem;
  border-top: 1PX solid #ccc;
  display: flex;
}
.box .btn_group button[data-v-4a998fb4] {
  flex: 1;
  height: 100%;
  font-size: 0.8rem;
  line-height: 2.25rem;
  text-align: center;
  background-color: #fff;
}
.box .btn_group button[data-v-4a998fb4]:first-child {
  border-right: 1PX solid #ccc;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
/*详情页的公共小标题开始*/
.common-tit[data-v-54acbdc1] {
  display: flex;
  justify-content: space-between;
  padding: 0.425rem 0.625rem;
  color: #999;
  font-size: 0.6rem;
  line-height: 1;
}
/*详情页的公共小标题结束*/
/*详情页的公共展示块开始*/
.common-block[data-v-54acbdc1] {
  padding: 0.375rem 0.6rem;
  background: #fff;
  font-size: 0.7rem;
  line-height: 1.225rem;
}
.common-block.have-border[data-v-54acbdc1] {
  border-top: 1PX solid #ccc;
  border-bottom: 1PX solid #ccc;
}
.common-block.have-margin-bottom[data-v-54acbdc1] {
  margin-bottom: 0.6rem;
}
.common-block .one-line[data-v-54acbdc1] {
  display: flex;
}
.common-block .one-line[data-v-54acbdc1]:nth-last-child(1) {
  margin-bottom: 0;
}
.common-block .one-line .machine-action[data-v-54acbdc1] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 6em;
  height: 1.25rem;
  border-radius: 0.25rem;
  background-color: #fff;
  border: 1PX solid #fa0000;
  font-size: 0.65rem;
  color: #fa0000;
}
.common-block .left-text[data-v-54acbdc1] {
  width: 3.6rem;
  color: #999;
  text-align: right;
}
.common-block .right-text[data-v-54acbdc1] {
  flex: 1;
  color: #444;
}
.common-block .right-text.color-red[data-v-54acbdc1] {
  color: #dc3b40;
}
.common-block .right-text.color-gray[data-v-54acbdc1] {
  color: #999;
}
/*详情页的公共展示块结束*/

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.view[data-v-54acbdc1] {
  bottom: 0;
  padding-top: 0;
  padding-bottom: 4.5rem;
}
.left-side[data-v-54acbdc1] {
  color: #999;
}
.title[data-v-54acbdc1] {
  width: 100%;
  height: 1.65rem;
  padding: 0.625rem 0.625rem 0;
  font-size: 0.6rem;
  color: #999;
  display: flex;
  justify-content: space-between;
}
.ball[data-v-54acbdc1] {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  margin: 0.2rem;
  font-size: 0.525rem;
  line-height: 0.9rem;
  text-align: center;
}
.bet-content[data-v-54acbdc1] {
  position: relative;
  background: #fff;
  padding: 0.375rem 0.6rem;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
.bet-content .no-split[data-v-54acbdc1] {
  border: 0!important;
}
.bet-content li[data-v-54acbdc1] {
  background-color: #fff;
  display: flex;
}
.bet-content li[data-v-54acbdc1]:nth-child(5n) {
  border-bottom: 0.5rem solid #fff;
}
.bet-content li.machine-action[data-v-54acbdc1] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  right: 0.5rem;
  bottom: 0.75rem;
  width: 6em;
  height: 1.25rem;
  border-radius: 0.25rem;
  background-color: #fff;
  border: 1PX solid #fa0000;
  font-size: 0.65rem;
  color: #fa0000;
}
.bet-content li .label[data-v-54acbdc1] {
  height: 100%;
  width: 3.875rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 1.2rem;
}
.bet-content li .hidden[data-v-54acbdc1] {
  visibility: hidden;
}
.bet-content li p[data-v-54acbdc1] {
  color: #444;
  font-size: 0.7rem;
  line-height: 1.2rem;
}
.bet-content li .value[data-v-54acbdc1] {
  flex: 1;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.bet-content li .value .user_ball_red[data-v-54acbdc1] {
  position: relative;
  background-color: #fff;
  color: #dc3b40;
}
.bet-content li .value .user_ball_red[data-v-54acbdc1]:after {
  position: absolute;
  content: "";
  top: -57%;
  left: -56%;
  width: 1.8rem;
  height: 1.8rem;
  border: 1PX solid #e73334;
  border-radius: 100%;
  transform: scale(0.48);
}
.bet-content li .value .user_ball_blue[data-v-54acbdc1] {
  position: relative;
  background-color: #fff;
  color: #0c89e1;
}
.bet-content li .value .user_ball_blue[data-v-54acbdc1]:after {
  position: absolute;
  content: "";
  top: -57%;
  left: -56%;
  width: 1.8rem;
  height: 1.8rem;
  border: 1PX solid #0c89e1;
  border-radius: 100%;
  transform: scale(0.48);
}
.bet-content li .value .prize_ball_red[data-v-54acbdc1] {
  background-color: #dc3b40;
  color: #fff;
}
.bet-content li .value .prize_ball_red[data-v-54acbdc1]:after {
  display: none;
}
.bet-content li .value .prize_ball_blue[data-v-54acbdc1] {
  background-color: #0c89e1;
  color: #fff;
}
.bet-content li .value .prize_ball_blue[data-v-54acbdc1]:after {
  display: none;
}
.bet-content li .value .type[data-v-54acbdc1] {
  padding: 0 0.45rem;
  margin-right: 0.45rem;
  height: 0.9rem;
  border: 1PX solid #ccc;
  border-radius: 0.9rem;
  color: #ccc;
  font-size: 0.525rem;
  line-height: 0.9rem;
}
.out_ticket_info[data-v-54acbdc1] {
  width: 100%;
  height: 4.4rem;
  background-color: #fff;
  padding: 0.6rem;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
  font-size: 0.6rem;
  color: #999;
}
.dantuo-ball[data-v-54acbdc1] {
  position: relative;
  display: flex;
  height: 1.2rem;
}
.dantuo-ball .user_ball_red[data-v-54acbdc1] {
  background-color: #fff;
  color: #dc3b40;
}
.dantuo-ball .ball[data-v-54acbdc1] {
  border-radius: 50%;
  margin: 0.2rem;
  font-size: 0.525rem;
  line-height: 0.725rem;
}
.fengefu-ball[data-v-54acbdc1] {
  position: relative;
  display: flex;
  height: 1.2rem;
}
.fengefu-ball .user_ball_red[data-v-54acbdc1] {
  background-color: #fff;
  color: #dc3b40;
}
.fengefu-ball[data-v-54acbdc1]:before {
  position: absolute;
  right: -0.05rem;
  top: 50%;
  content: '';
  width: 1PX;
  height: 0.725rem;
  margin-top: -0.375rem;
  background: #ccc;
}
.fengefu-ball[data-v-54acbdc1]:nth-last-child(1)::before {
  display: none;
}
.kind[data-v-54acbdc1] {
  display: flex;
  height: 2.8rem;
  padding: 0 0.6rem;
  border-bottom: 1PX solid #eee;
  background: #fff;
}
.kind .left[data-v-54acbdc1] {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}
.kind .left .word[data-v-54acbdc1] {
  margin-left: 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kind .left p[data-v-54acbdc1] {
  color: #444;
}
.kind .left span[data-v-54acbdc1] {
  font-size: 0.525rem;
  color: #999;
}
.kind .left img[data-v-54acbdc1] {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1PX solid #eee;
}
.kind .others[data-v-54acbdc1] {
  flex: 1;
  height: 100%;
  color: #444;
  font-size: 0.65rem;
  line-height: 2.525rem;
  text-align: right;
}
.kind .prize[data-v-54acbdc1] {
  flex: 1;
  height: 100%;
  color: #dc3b40;
  font-size: 0.65rem;
  line-height: 2.525rem;
  text-align: right;
}
.money[data-v-54acbdc1] {
  width: 100%;
  height: 2.7rem;
  display: flex;
  background: #fff;
}
.money div[data-v-54acbdc1] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.money i[data-v-54acbdc1] {
  line-height: 0.9rem;
  font-size: 0.6rem;
}
.money i[data-v-54acbdc1]:before {
  margin-right: 0.2rem;
}
.money .cath[data-v-54acbdc1] {
  position: relative;
  color: #d5b935;
}
.money .cath[data-v-54acbdc1]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-right: 1PX solid #e5e5e5;
}
.money .cath i[data-v-54acbdc1] {
  color: #d5b935;
}
.money .pri[data-v-54acbdc1] {
  color: #f5973c;
}
.money .pri i[data-v-54acbdc1] {
  color: #f5973c;
}
.money span[data-v-54acbdc1] {
  color: #d5b935;
  font-size: 0.7rem;
  line-height: 0.9rem;
}
.submit[data-v-54acbdc1] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2.7rem;
  background-color: #fff;
  padding: 0.5rem 0.25rem 0;
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
}
.submit .back-btn[data-v-54acbdc1] {
  width: 12.575rem;
  height: 1.675rem;
  margin: auto;
  text-align: center;
  line-height: 1.675rem;
  background-color: #dc3b40;
  border: 0;
  color: #fff;
}
.submit .back-btn.btn2[data-v-54acbdc1] {
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
}
.submit button[data-v-54acbdc1] {
  border: 1px solid #ddd;
  flex: 1;
  height: 1.65rem;
  border-radius: 0.175rem;
  color: #444;
  font-size: 0.7rem;
  background-color: #fff;
  margin: 0 0.375rem;
}
.submit button[data-v-54acbdc1]:last-child {
  background-color: #dc3b40;
  border: 0;
  color: #fff;
}
.info[data-v-54acbdc1] {
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
  background-color: #fff;
  padding: 0.6rem;
}
.info p[data-v-54acbdc1] {
  text-align: justify;
  color: #999;
  font-size: 0.6rem;
  line-height: 0.75rem;
}
.mask[data-v-54acbdc1] {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.mask .add-box[data-v-54acbdc1] {
  position: relative;
  width: 16.475rem;
  height: 10.25rem;
  padding-top: 0.9rem;
  background: #fff;
  border-radius: 0.125rem;
}
.mask .add-box p[data-v-54acbdc1] {
  color: #444;
  font-size: 0.65rem;
  text-align: center;
}
.mask .add-box h2[data-v-54acbdc1] {
  margin-bottom: 0.5rem;
  color: #444;
  font-size: 1.35rem;
  text-align: center;
}
.mask .add-box .fill-box p[data-v-54acbdc1] {
  color: #999;
  margin-bottom: 0.25rem;
}
.mask .add-box .fill-box input[data-v-54acbdc1] {
  display: block;
  width: 13.4rem;
  height: 1.95rem;
  padding-left: 0.5rem;
  margin: 0 auto;
  border: 1PX solid #ccc;
  box-sizing: border-box;
}
.mask .add-box .handle[data-v-54acbdc1] {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  border: 1PX solid #ccc;
  color: #444;
  font-size: 0.8rem;
  border-radius: 0 0 0.125rem 0.125rem;
}
.mask .add-box .handle span[data-v-54acbdc1] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
}
.mask .add-box .handle span[data-v-54acbdc1]:nth-of-type(1) {
  border-right: 1PX solid #ccc;
}

