@charset "UTF-8";
/*PC*/
html {
  height: 100%;
  background-color: #fff;
}

body {
  background-color: #d4e9ff;
  height: 100%;
  font-size: .24rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
  color: #000;
  font-size: 14px;
  max-width: 750px;
}

.bonus-wrap {
  position: relative;
  padding-bottom: 1.2rem;
  background-color: #d4e9ff;
}

.bonus-wrap .appbar-wrap {
  display: none;
}

.bonus-wrap .banner {
  background: url("./theme_m.jpg") center -0.3rem no-repeat;
  background-size: 100% auto;
  height: 8.1rem;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 0 .6rem;
  color: #fff;
}

.bonus-wrap .banner .logo {
  padding: .3rem 0;
}

.bonus-wrap .banner .title {
  font-size: .6rem;
  font-weight: 900;
  line-height: 1em;
}

.bonus-wrap .banner .title span {
  font-size: .64rem;
  background: linear-gradient(to bottom, #efff33, #08c600);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.bonus-wrap .banner .sub-title {
  font-size: .4rem;
  font-weight: bold;
  line-height: .8em;
  margin-top: .32rem;
}

.bonus-wrap .banner .label {
  position: absolute;
  bottom: 1.05rem;
  left: 50%;
  width: 96px;
  height: 96px;
  padding: 0 12px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: .8em;
  word-break: break-all;
  box-sizing: border-box;
  background: url("./label.png") center/auto 100% no-repeat;
}

.bonus-wrap .banner .label img {
  width: 20px;
  margin-bottom: 3px;
}

.bonus-wrap .main-box {
  position: relative;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}

.bonus-wrap .main-box .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.bonus-wrap .main-box .btn {
  background-image: linear-gradient(to bottom, #2be783, #0cc76d);
  box-shadow: 1px 3px 12px rgba(43, 231, 131, 0.3);
  border-radius: 30px;
  line-height: 1em;
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto;
  padding: 10px 30px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #06aa5b;
}

.bonus-wrap .main-box .btn span {
  font-weight: normal;
  font-size: 14px;
  display: block;
  color: #000;
}

.bonus-wrap .main-box .sec1 {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 40px;
}

.bonus-wrap .main-box .sec1 .tabBar {
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 1em;
  font-size: 16px;
  font-weight: bold;
}

.bonus-wrap .main-box .sec1 .tabBar li {
  padding: 15px;
  width: 50%;
  color: #999;
}

.bonus-wrap .main-box .sec1 .tabBar li span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  line-height: 1em;
}

.bonus-wrap .main-box .sec1 .tabBar .active {
  color: #000;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  border-top: 2px solid #2be783;
}

.bonus-wrap .main-box .sec1 .tabBar .active span {
  color: #666;
}

.bonus-wrap .main-box .sec1 .slider input {
  background-color: #c9e2ff;
  height: 5px;
  border-radius: 5px;
  width: 80%;
}

.bonus-wrap .main-box .sec1 .box {
  background-color: #fff;
  border-radius: 20px;
  min-height: 200px;
  padding: 15px;
  text-align: center;
}

.bonus-wrap .main-box .sec1 .box h3 span {
  color: #fb8516;
}

.bonus-wrap .main-box .sec1 .box.con0 {
  border-radius: 0 20px 20px 20px;
}

.bonus-wrap .main-box .sec1 .box.con1 {
  border-radius: 20px 0 20px 20px;
}

.bonus-wrap .main-box .sec1 .box .computer {
  border: 2px dashed #a6efc2;
  border-radius: 15px;
  position: relative;
  margin: 25px auto 5px auto;
  padding: 15px;
  font-size: 12px;
}

.bonus-wrap .main-box .sec1 .box .computer h3 {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 15px;
  word-break: keep-all;
  max-width: 80%;
  line-height: 1em;
}

.bonus-wrap .main-box .sec1 .box .computer .amount {
  font-size: 36px;
  font-weight: 900;
  color: #fb8516;
  position: relative;
  display: inline-block;
  margin: 10px auto 15px auto;
}

.bonus-wrap .main-box .sec1 .box .computer .amount:after {
  position: absolute;
  top: 12px;
  right: -25px;
  content: '';
  width: 24px;
  height: 28px;
  display: block;
  background: url(./up.svg) center/auto 100% no-repeat;
}

.bonus-wrap .main-box .sec1 .box .computer .notice {
  line-height: 1.2em;
}

.bonus-wrap .main-box .sec2 {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 25px;
  margin-top: 25px;
}

.bonus-wrap .main-box .sec2 h2 {
  text-align: left;
  padding: 15px;
}

.bonus-wrap .main-box .sec2 img {
  width: 100%;
}

.bonus-wrap .main-box .sec2 ul {
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
}

.bonus-wrap .main-box .sec2 ul li {
  width: 26%;
}

.bonus-wrap .main-box .sec3 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

.bonus-wrap .main-box .sec3 > div {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  font-size: 12px;
}

.bonus-wrap .main-box .sec3 > div img {
  background-color: #dfefff;
  border-radius: 50%;
  padding: 8px;
}

.bonus-wrap .main-box .sec3 > div .title {
  margin-top: 10px;
  font-weight: bold;
}

.bonus-wrap .main-box .sec3 > div .sub-title {
  color: #666;
}

.bonus-wrap .main-box .sec3 > div ul {
  margin-top: 12px;
}

.bonus-wrap .main-box .sec3 > div ul li {
  margin: 6px auto;
  padding-left: 20px;
  background: url("./ok_green.svg") left center/16px no-repeat;
}

.bonus-wrap .main-box .sec3 > div .sBtn {
  background-color: #155dfc;
  border-radius: 30px;
  line-height: 1em;
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto;
  padding: 8px 30px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.bonus-wrap .main-box .sec3 > div.r .sBtn {
  background-color: #00a63e;
}

.bonus-wrap .floatbtn {
  position: fixed;
  bottom: -1px;
  width: 100%;
  max-width: 750px;
  padding: 0 15px;
  background-color: rgba(212, 233, 255, 0.9);
  box-sizing: border-box;
}

.bonus-wrap .floatbtn .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  gap: 10px;
}

.bonus-wrap .floatbtn .wrap .btn {
  cursor: pointer;
  margin: 10px auto;
  padding: 12px 15px;
  border-radius: .5rem;
  width: 100%;
  background-color: #09132c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}

.bonus-wrap .floatbtn .wrap .btn.btn-cs {
  background-color: #0cc76d;
}

.bonus-wrap .floatbtn .wrap .btn.btn-download {
  background-color: #121b33;
}

.bonus-wrap .floatbtn .wrap .btn:hover {
  opacity: .85;
}

.bonus-wrap .floatCs {
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 100px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  background: #06aa5b url("./cs.svg") center/60% no-repeat;
  box-sizing: border-box;
}

.bonus-wrap .floatCs .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.bonus-wrap .floatCs .wrap .btn {
  cursor: pointer;
  margin: 10px 5px;
  padding: 12px 15px;
  border-radius: .5rem;
  width: 48%;
  background-color: #09132c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}

.bonus-wrap .floatCs .wrap .btn.btn-cs {
  background-color: #0cc76d;
}

.bonus-wrap .floatCs .wrap .btn.btn-download {
  background-color: #0cc76d;
}

.bonus-wrap .floatCs .wrap .btn:hover {
  opacity: .85;
}

input[type="range"]::-webkit-slider-thumb {
  background-color: #4CAF50;
  /* 绿色滑块 */
}

input[type="range"]::-moz-range-thumb {
  background-color: #4CAF50;
  /* 绿色滑块 */
}

/*mobile*/
