/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/double/styles/index.css ***!
  \*************************************************************************************/
body,
html {
  margin: 0;
  background-color: #000;
}

.main {
  padding-bottom: 80px;
}

.main .bg {
  display: block;
  width: 100%;
  position: relative;
}

.main .btns {
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 35px 12px 18px;
  display: flex;
  justify-content: space-around;
}
.main .btns .btn {
  width: 170px;
  /* height: 37px; */
  position: relative;
}

.main .btns .btn img {
  display: block;
  width: 100%;
}

.bage {
  min-width: 68px;
  height: 20px;
  line-height: 20px;
  background-color: #e1402d;
  padding-inline: 5px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -20px;
  left: 75px;
  text-align: center;
  text-wrap: nowrap;
}
.bage::after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: block;
  background-image: url(../../double/images/img_bage.99144db10ba996e58168.png);
  background-size: 100%;
}

