/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.buy_number[data-v-26cf25bf] {
  width: 100%;
  background-color: #fff;
}
.buy_number h3[data-v-26cf25bf] {
  width: 100%;
  height: 1.75rem;
  display: flex;
  line-height: 1.75rem;
  font-size: 0.7rem;
  padding-left: 0.55rem;
  position: relative;
}
.buy_number h3 p[data-v-26cf25bf] {
  color: #999;
}
.buy_number .can_open[data-v-26cf25bf]:after {
  position: absolute;
  top: 0;
  right: 0.9rem;
  bottom: 0;
  content: "\e705";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: auto;
  line-height: 0.7rem;
  font-size: 0.7rem;
  color: #ccc;
}
.buy_number .open[data-v-26cf25bf]:after {
  transform: rotatex(180deg);
}
.buy_number .content[data-v-26cf25bf] {
  width: 100%;
  border-bottom: 1PX solid #ccc;
}
.buy_number .content .thead[data-v-26cf25bf],
.buy_number .content .tbody[data-v-26cf25bf] {
  width: 100%;
  height: 1.75rem;
  font-size: 0.7rem;
  border-top: 1PX solid #ccc;
}
.buy_number .content .thead p[data-v-26cf25bf],
.buy_number .content .tbody p[data-v-26cf25bf] {
  border-left: 1PX solid #ccc;
  color: #999;
}
.buy_number .content .thead[data-v-26cf25bf] {
  background: #f6f6f6;
}
.buy_number .content .thead p[data-v-26cf25bf] {
  font-size: 0.7rem !important;
  background: #f6f6f6;
}
.buy_number .small .thead[data-v-26cf25bf],
.buy_number .small .tbody[data-v-26cf25bf] {
  display: flex;
}
.buy_number .small .thead p[data-v-26cf25bf],
.buy_number .small .tbody p[data-v-26cf25bf] {
  flex: 1;
  height: 100%;
  line-height: 1.75rem;
  text-align: center;
}
.buy_number .large[data-v-26cf25bf] {
  overflow-x: scroll;
}
.buy_number .large .thead[data-v-26cf25bf],
.buy_number .large .tbody[data-v-26cf25bf] {
  border: 0;
  white-space: nowrap;
}
.buy_number .large .thead p[data-v-26cf25bf],
.buy_number .large .tbody p[data-v-26cf25bf] {
  border-top: 1PX solid #ccc;
  width: 4.05rem;
  display: inline-block;
  height: 100%;
  line-height: 1.75rem;
  text-align: center;
  vertical-align: top;
  font-size: 0.6rem;
}
.buy_number .large .thead p[data-v-26cf25bf]:last-child,
.buy_number .large .tbody p[data-v-26cf25bf]:last-child {
  border-right: 1PX solid #ccc;
}
.buy_number .load-more[data-v-26cf25bf] {
  width: 100%;
  height: 1.5rem;
  font-size: 0.6rem;
  color: #dc3b40;
  text-align: center;
  line-height: 1.5rem;
}

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

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.head[data-v-22b2443c] {
  width: 100%;
  height: 4.925rem;
  background-color: #fff;
}
.head h1[data-v-22b2443c] {
  width: 100%;
  height: 2.125rem;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 2.125rem;
  padding: 0 0.9rem;
  text-indent: 0.675rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1PX solid #eee;
}
.head h1[data-v-22b2443c]:before {
  position: absolute;
  top: 0.55rem;
  display: block;
  content: "";
  width: 0.225rem;
  height: 1rem;
  background-color: #dc3b40;
}
.head > div[data-v-22b2443c] {
  width: 100%;
  height: 2.8rem;
  display: flex;
}
.head > div p[data-v-22b2443c] {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.head > div p span[data-v-22b2443c]:first-child {
  font-size: 0.65rem;
  color: #dc3b40;
}
.head > div p span[data-v-22b2443c]:last-child {
  font-size: 0.525rem;
  color: #999;
}
.title[data-v-22b2443c] {
  width: 100%;
  line-height: 1.4rem;
  color: #999;
  font-size: 0.6rem;
  padding-left: 0.6rem;
}
.initiator[data-v-22b2443c] {
  width: 100%;
  padding: 0.45rem 0.525rem 0.45rem 0.525rem;
  background-color: #fff;
  margin-bottom: 0.6rem;
}
.initiator li[data-v-22b2443c] {
  width: 100%;
  height: 1.2rem;
  display: flex;
}
.initiator li span[data-v-22b2443c] {
  font-size: 0.7rem;
  color: #999;
}
.initiator li .strong[data-v-22b2443c] {
  color: #dc3b40;
}
.trading-rules[data-v-22b2443c] {
  width: 100%;
  height: 6.175rem;
  background-color: #fff;
  margin-bottom: 0.55rem;
}
.trading-rules h3[data-v-22b2443c] {
  font-weight: normal;
  color: #999;
  font-size: 0.7rem;
  line-height: 1.7rem;
  height: 1.7rem;
  padding-left: 0.525rem;
  border-bottom: 1PX solid #eee;
}
.trading-rules .trading-content[data-v-22b2443c] {
  margin-left: 1.075rem;
  width: 15.775rem;
  height: 4.475rem;
  padding-top: 0.325rem;
}
.trading-rules .trading-content .rules[data-v-22b2443c] {
  width: 100%;
  height: 1.375rem;
  line-height: 1.375rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.6rem;
  padding-left: 0.2rem;
}
.trading-rules .trading-content .rules span[data-v-22b2443c] {
  width: 2.7rem;
  text-align: center;
}
.trading-rules .trading-content .rules-slider[data-v-22b2443c] {
  width: 100%;
  height: 0.525rem;
  border-radius: 0.2rem;
  display: flex;
  overflow: hidden;
}
.trading-rules .trading-content .rules-slider span[data-v-22b2443c] {
  flex: 1;
  height: 100%;
  background-color: #eee;
}
.trading-rules .trading-content .rules-slider .slider[data-v-22b2443c] {
  background-color: #dc3b40;
}
.trading-rules .trading-content .date[data-v-22b2443c] {
  width: 100%;
  display: flex;
  padding: 0.6rem 0.3rem;
  justify-content: space-between;
  font-size: 0.525rem;
}
.trading-rules .trading-content .date span[data-v-22b2443c] {
  display: block;
  position: relative;
  width: 2.2rem;
  height: 0.775rem;
  border-radius: 0.4rem;
  border: 1PX solid #ccc;
  text-align: center;
  line-height: 0.775rem;
}
.trading-rules .trading-content .date span[data-v-22b2443c]:after {
  content: "";
  width: 0;
  height: 0.6rem;
  border-left: 1PX dashed #ccc;
  position: absolute;
  left: 50%;
  top: -0.6rem;
}
.trading-rules .trading-content .date .strong[data-v-22b2443c] {
  color: #dc3b40;
  border-color: #dc3b40;
}
.trading-rules .trading-content .date .strong[data-v-22b2443c]:after {
  border-color: #dc3b40;
}
.plan-content[data-v-22b2443c] {
  width: 100%;
  min-height: 4.5rem;
  padding: 0.6rem;
  font-size: 0.7rem;
  background-color: #fff;
}
.risk[data-v-22b2443c] {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  line-height: 2rem;
  font-size: 0.7rem;
  padding-left: 0.6rem;
  margin-bottom: 2.7rem;
}
.btn[data-v-22b2443c] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.btn button[data-v-22b2443c] {
  width: 13.225rem;
  height: 1.65rem;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.65rem;
  border: 1PX solid #ccc;
  border-radius: 0.2rem;
  background-color: #fff;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.btn button[data-v-22b2443c] {
  background-color: #dc3b40;
  color: #fff;
}
.plan-content[data-v-22b2443c] {
  margin-bottom: 2.7rem;
}

