/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.detail-cover[data-v-78207e38] {
  width: 100%;
  height: 12.75rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.detail-cover .level[data-v-78207e38] {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 3.6rem;
  height: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: #333;
  line-height: 1rem;
  font-size: 0.55rem;
  color: #fff;
}
.detail-cover .level[data-v-78207e38]:before {
  margin-right: 0.15rem;
}
.detail-box[data-v-78207e38] {
  position: relative;
  width: 17rem;
  margin: -3.25rem auto 0.5rem;
  padding-top: 0.75rem;
}
.detail-box > *[data-v-78207e38] {
  width: 100%;
  background-color: #fff;
}
.detail-box .sawtooth[data-v-78207e38] {
  -webkit-mask-image: url(../static/img/sawtooth.0003ab8f.svg);
  -webkit-mask-origin: content-box;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.825rem;
}
.detail-box .content[data-v-78207e38] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.detail-box .content .info[data-v-78207e38] {
  width: 100%;
}
.detail-box .content .info > *[data-v-78207e38] {
  text-align: center;
}
.detail-box .content .info > h2[data-v-78207e38],
.detail-box .content .info > p[data-v-78207e38] {
  width: 100%;
  padding: 0 0.75rem;
}
.detail-box .content .info > h2[data-v-78207e38] {
  height: 0.95rem;
  line-height: 0.95rem;
  font-size: 0.75rem;
  color: #666;
}
.detail-box .content .info > p[data-v-78207e38] {
  height: 0.65rem;
  margin: 0.45rem 0 0.8rem;
  line-height: 0.65rem;
  font-size: 0.6rem;
  color: #999;
}
.detail-box .content .info .exchange-options[data-v-78207e38] {
  width: 16rem;
  margin: 0 auto;
  padding: 0.4rem 2.125rem 0;
  border-top: 1PX dashed #e5e5e5;
}
.detail-box .content .info .exchange-options > h5[data-v-78207e38] {
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  font-size: 0.7rem;
}
.detail-box .content .info .exchange-options .exchange-type[data-v-78207e38] {
  width: 100%;
}
.detail-box .content .info .exchange-options .exchange-type > li[data-v-78207e38] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.7rem;
  margin-bottom: 1.15rem;
  font-size: 0.65rem;
  color: #666;
}
.detail-box .content .info .exchange-options .exchange-type > li[data-v-78207e38]::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  content: "\e769";
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.6rem;
  color: #ccc;
}
.detail-box .content .info .exchange-options .exchange-type > li.active[data-v-78207e38]::after {
  content: "\e768";
  color: #dc3b40;
}
.detail-box .content .info .exchange-options .exchange-count[data-v-78207e38] {
  width: 100%;
}
.detail-box .content .info .exchange-options .exchange-count > li[data-v-78207e38] {
  display: inline-block;
  width: 3.4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  border: 1PX solid #999;
  font-size: 0.6rem;
  color: #999;
}
.detail-box .content .info .exchange-options .exchange-count > li[data-v-78207e38]:nth-child(3n) {
  margin-right: 0;
}
.detail-box .content .info .exchange-options .exchange-count > li.active[data-v-78207e38] {
  position: relative;
  border-color: #dc3b40;
  color: #dc3b40;
}
.detail-box .content .info .exchange-options .exchange-count > li.active[data-v-78207e38]::after {
  content: "\e60f";
  position: absolute;
  right: -1PX;
  bottom: -1PX;
  width: 0.65rem;
  height: 0.65rem;
  line-height: 0.65rem;
  font-size: 0.65rem;
  color: #dc3b40;
}
.detail-box .content > ul > li[data-v-78207e38] {
  position: relative;
  width: 100%;
  padding: 0.55rem 0.75rem;
}
.detail-box .content > ul > li[data-v-78207e38]: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-top: 1PX solid #e5e5e5;
}
.detail-box .content > ul > li > *[data-v-78207e38] {
  width: 100%;
}
.detail-box .content > ul > li > h3[data-v-78207e38] {
  position: relative;
  height: 0.75rem;
  margin-bottom: 0.25rem;
  padding-left: 0.55rem;
  line-height: 0.75rem;
  font-size: 0.7rem;
  color: #333;
}
.detail-box .content > ul > li > h3[data-v-78207e38]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.175rem;
  height: 100%;
  background-color: #dc3b40;
}
.detail-box .content > ul > li > p[data-v-78207e38] {
  line-height: 1rem;
  font-size: 0.6rem;
  color: #999;
}
.detail-box .content > ul > li > article[data-v-78207e38] {
  line-height: 1rem !important;
  font-size: 0.65rem !important;
}
.exchange-captcha[data-v-78207e38] {
  width: 15rem;
  height: 13.25rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background: #fff url(../static/img/popup-title.38a9a834.png) no-repeat top left;
  background-size: 100%;
}
.exchange-captcha > h5[data-v-78207e38] {
  width: 100%;
  height: 2.65rem;
  font-size: 0.9rem;
  color: #fff;
}
.exchange-captcha .content[data-v-78207e38] {
  position: relative;
  width: 100%;
  height: 8.5rem;
  padding: 1.25rem;
}
.exchange-captcha .content > p[data-v-78207e38] {
  width: 100%;
  height: 0.75rem;
  margin-bottom: 1.25rem;
  line-height: 0.75rem;
  font-size: 0.7rem;
  color: #999;
}
.exchange-captcha .content > p > em[data-v-78207e38] {
  color: #dc3b40;
}
.exchange-captcha .content .captcha[data-v-78207e38] {
  width: 100%;
  height: 1.75rem;
}
.exchange-captcha .content .captcha > p[data-v-78207e38] {
  position: relative;
  float: left;
  width: 6.625rem;
  height: 100%;
  border-radius: 0.15rem;
}
.exchange-captcha .content .captcha > p[data-v-78207e38]: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.3rem;
  border-all: 1PX solid #ccc;
  border: 1PX solid #ccc;
}
.exchange-captcha .content .captcha > p > input[data-v-78207e38] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.75rem;
  font-size: 0.7rem;
}
.exchange-captcha .content .captcha > button[data-v-78207e38] {
  float: right;
  width: 4.85rem;
  height: 100%;
}
.exchange-captcha .command[data-v-78207e38] {
  position: relative;
  display: flex;
  width: 100%;
  height: 2rem;
}
.exchange-captcha .command[data-v-78207e38]: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-top: 1PX solid #ccc;
}
.exchange-captcha .command > p[data-v-78207e38] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  width: 50%;
  height: 100%;
  letter-spacing: 0.25rem;
  font-size: 0.75rem;
}
.exchange-captcha .command > p[data-v-78207e38]:first-child {
  position: relative;
}
.exchange-captcha .command > p[data-v-78207e38]:first-child: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 #ccc;
}
.exchange-order[data-v-78207e38] {
  width: 100%;
  height: 2.25rem;
}
.exchange-order > div[data-v-78207e38] {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  background-color: #fff;
}
.exchange-order > div > i[data-v-78207e38] {
  float: left;
  width: 12rem;
  height: 100%;
  padding: 0 1rem;
  font-size: 0.75rem;
  color: #999;
}
.exchange-order > div > i[data-v-78207e38]::before {
  margin-right: 0.2rem;
  color: #ddd;
}
.exchange-order > div > i > em[data-v-78207e38] {
  color: #dc3b40;
}
.exchange-order > div > p[data-v-78207e38] {
  float: left;
  width: 6rem;
  height: 100%;
  letter-spacing: 0.25rem;
  background-color: #dc3b40;
  font-size: 0.75rem;
  color: #fff;
}

