@charset "UTF-8";

* {
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
header,
section,
img {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

body {
  font: normal 12px/24px "Microsoft Yahei", "冬青黑体简体中文 w3", "宋体";
}

fieldset,
img,
html,
body,
iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

caption,
th {
  text-align: left;
}

em,
i,
small,
caption,
th {
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

a,
button {
  outline: none;
  border: 0;
}

input,
select {
  border: 1px solid #ccc;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

textarea,
input,
button,
select {
  outline: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}

textarea {
  overflow: auto;
  resize: none;
}

input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

.hide,
.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

input:disabled,
select:disabled,
textarea:disabled {
  background: #ccc;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*改变谷歌滚动条的样式*/
::selection {
  background: transparent;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  background: #ccc;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-button {
  background-color: #e5e5e5;
}

::-webkit-scrollbar-track {
  background: #999;
}

::-webkit-scrollbar-track-piece {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #666;
}

::-webkit-scrollbar-corner {
  background: #82afff;
}

::-webkit-scrollbar-resizer {
  background: #ff0bee;
}

scrollbar {
  -moz-appearance: none !important;
  background: rgb(0, 255, 0) !important;
}

scrollbarbutton {
  -moz-appearance: none !important;
  background-color: rgb(0, 0, 255) !important;
}

scrollbarbutton:hover {
  -moz-appearance: none !important;
  background-color: rgb(255, 0, 0) !important;
}

/* 隐藏上下箭头 */
scrollbarbutton {
  display: none !important;
}

/* 纵向滚动条宽度 */
scrollbar[orient="vertical"] {
  min-width: 12px !important;
}

/*阴影层*/
.tzui-loading-overlay,
.tmui-overlay {
  width: 100%;
  height: 100%;
  background-color: #141414;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  filter: alpha(opacity=58);
  -moz-opacity: 0.58;
  -khtml-opacity: 0.58;
  opacity: 0.58;
}

.tost {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.toastImg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7%;
  margin-left: -6%;
  animation: 700ms linear 0s infinite normal none running mask;
}

@keyframes mask {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes mask {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.container::before {
  content: "";
  display: table;
}

.prize_box {
  width: 4.5rem;
  height: 3.7rem;
  text-align: center;
  margin-top: .9rem;
  color: #282828;
  /* border-bottom: 3px dashed #33AB98; */
  width: 5.83rem;
  height: 3.26rem;
  background: RGBA(232, 246, 255, 1);
  border-radius: 0.14rem;
  padding: 0.33rem 0.28rem;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
}

.prizeName {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #1b1b1b;
  margin-top: .2rem;
}

.prizeName span {
  font-size: .7rem;
  font-weight: 800;
  color: #38825E;
}

.prizeName text {
  color: #38825E;
  font-size: .35rem;
  margin-left: .2rem;
}

.tostCenter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.openBox {
  width: 6.56rem;
  height: 8.7rem;
  /* background: url(../img/tk-spring-zhong.png) no-repeat;
  background-size: 100% 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: -18px 14px 22px 0px rgba(15, 15, 15, 0.25);
  border-radius: 13px;
}



.prizeTxt {
  width: 5.2rem;
  font-size: 0.24rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  margin-top: 0.2rem;
  text-align: justify;
}

.text_title {
  /* font-size: 0.28rem;
  font-weight: 600; */

}

.prize_time {
  width: 5rem;
  font-size: 0.35rem;
  font-family: SourceHanSansCN;
  font-weight: 600;
  color: #b07743;
  text-align: center;
  margin-top: 0.6rem;
  transform: scale(0.9);
}

.prize-flex {
  margin: 0 auto;
  margin-top: 0.1rem;
  text-align: justify;
  /* width: 5.8rem; */
  font-size: .25rem;
  /* transform: scale(0.85); */
  /* margin-left: -0.5rem; */
  margin-bottom: 0.1rem;
}

.prize-card {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  color: #666;
}

.prize_text {
  font-size: .40rem;
  /* margin-top: .2rem; */
  font-weight: 600
}

.prizeCode {
  width: 3.7rem;
  height: 0.4rem;
  font-size: .25rem;
  padding: 0.1rem;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
  text-align: center;
  border: 1px solid #33AB98;
  margin: 0.2rem auto;
  line-height: .4rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #33AB98;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.btnCopy {
  width: 4rem;
  height: 1.04rem;
  background: url(../img/btn-prize-copy.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.exchange_mth {
  width: 5.83rem;
  /* height: 3.26rem; */
  background: RGBA(232, 246, 255, 1);
  border-radius: 0.14rem;
  padding: 0.33rem 0.28rem;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}

.prize_tip {
  width: 5.2rem;
  text-align: left !important;
  /* margin-top: 1rem; */
  font-size: .27rem;
  font-weight: 600;
  color: #282828;
}

.Errtop {
  font-size: 0.35rem;
  font-weight: 600;
  line-height: 0.7rem;
}

.gmtCreate {
  display: block;
  text-align: center;
  margin-top: 0.1rem;
}