/*
 * 公用的样式，最先加载
 */
/*
 * 浏览器滚动条相关设置start
 */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #666;
}
::-webkit-scrollbar-thumb:vertical:active {
  background-color: #333;
}
/*
 * 浏览器滚动条相关设置end
 */
/*
 * 活动测试中，所有中奖信息均无效 样式设置
 */
.pageTesting {
  position: fixed;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 16px;
  color: red;
  z-index: 10000;
  display: none;
}
.fixed-cover-bottom,
.fixed-cover,
.fixed-cover-top {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.fixed-cover-top {
  z-index: 20;
}
.fixed-cover-bottom {
  z-index: 3;
}
.fixed-cover {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 6;
}
.landscape {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #26201E;
  display: none;
}
.landscape.test {
  display: none;
}
.landscape .landscape-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
.landscapeMessage {
  display: none;
  position: fixed;
  bottom: 13%;
  background: #4d4d4d;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 15px;
  text-align: center;
  border-radius: 22.5px;
  z-index: 10000;
  padding: 7.5px 11.25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (min-width: 320px) {
  html.prod {
    font-size: 88.8889px;
  }
}
@media all and (min-width: 360px) {
  html.prod {
    font-size: 100px;
  }
}
@media all and (min-width: 375px) {
  html.prod {
    font-size: 104.167px;
  }
}
@media all and (min-width: 414px) {
  html.prod {
    font-size: 115px;
  }
}
@media all and (min-width: 480px) {
  html.prod {
    font-size: 133.333px;
  }
}
@media all and (min-width: 540px) {
  html.prod {
    font-size: 150px;
  }
}
@media all and (min-width: 600px) {
  html.prod {
    font-size: 166.667px;
  }
}
@media all and (min-width: 640px) {
  html.prod {
    font-size: 177.778px;
  }
}
@media all and (min-width: 720px) {
  html.prod {
    font-size: 200px;
  }
}
@media all and (min-width: 736px) {
  html.prod {
    font-size: 204.444px;
  }
}
@media all and (min-width: 768px) {
  html.prod {
    font-size: 213.333px;
  }
}
@media all and (min-width: 980px) {
  html.prod {
    font-size: 272.222px;
  }
}
@media all and (min-width: 1024px) {
  html.prod {
    font-size: 284.444px;
  }
}
@media all and (min-width: 1080px) {
  html.prod {
    font-size: 391.111px;
  }
}
@media all and (min-width: 1280px) {
  html.prod {
    font-size: 355.556px;
  }
}
@media all and (min-width: 1366px) {
  html.prod {
    font-size: 379.444px;
  }
}
@media all and (min-width: 1440) {
  html.prod {
    font-size: 400px;
  }
}
@media all and (min-width: 1680) {
  html.prod {
    font-size: 466.667px;
  }
}
@media all and (min-width: 1920) {
  html.prod {
    font-size: 533.333px;
  }
}
/*分享 start*/
.downloadApp {
  z-index: 999999;
  display: none;
}
.downloadApp .pop_openning {
  z-index: 999999;
  position: fixed;
  bottom: 112px;
  width: 94%;
  height: 70px;
  font-size: 15px;
  background-color: #2D2D2D;
  border-radius: 15px;
  color: #fff;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_download,
.download_qunaer {
  z-index: 999999;
  position: fixed;
  bottom: 112px;
  width: 94%;
  height: 180px;
  font-size: 15px;
  background-color: #2D2D2D;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.download_qunaer p,
.downloadApp .pop_download p {
  position: relative;
  margin: 60px 16px;
}
.downloadApp .pop_openning p {
  margin-top: 27px;
  margin-left: 16px;
}
.download_qunaer .cancel,
.downloadApp .pop_download .cancel {
  position: absolute;
  width: 43%;
  height: 40px;
  left: 16px;
  bottom: 16px;
  background-color: #4B4B4B;
  color: #0D9FFB;
  text-align: center;
  border-radius: 25px;
  line-height: 40px;
}
.download_qunaer .sure,
.downloadApp .pop_download .sure {
  position: absolute;
  width: 43%;
  height: 40px;
  right: 16px;
  bottom: 16px;
  background-color: #0D9FFB;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  line-height: 40px;
}
.downloadApp .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1B1C1D;
  /*display: none;*/
  font-size: 13px;
}
.downloadApp .loading p {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
.downloadApp .explore {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000000;
}
.downloadApp .explore img {
  width: 228px;
  position: absolute;
  top: 8px;
  right: 36px;
}
.downloadApp .pop_tip {
  z-index: 999999;
  position: fixed;
  width: 100%;
  line-height: 37px;
  height: auto;
  display: none;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_tip p {
  position: relative;
  margin: 0 auto;
  bottom: 65px;
  left: 0;
  width: 320px;
  line-height: 37px;
  height: auto;
  background-color: #2F2F2F;
  font-size: 15px;
  text-align: center;
  border-radius: 15px;
}
.downloadApp .loading img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -60px;
}
.downloadApp .pop_openning img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 16px;
}
.downloadApp .btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
#wx-launch {
  position: fixed;
  bottom: 0;
  z-index: 1000001;
  background: transparent;
  display: none;
}
.downloadApp .newExplore {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000000;
  color: #fff;
}
.downloadApp .newExplore img {
  width: 150px;
  position: absolute;
  top: 1.4%;
  right: 7.8%;
}
.downloadApp .pop_newTip {
  z-index: 999999;
  position: fixed;
  bottom: 41.9%;
  left: 50%;
  top: 50%;
  width: 83.9%;
  height: 121.5px;
  font-size: 16px;
  background-color: rgba(250, 250, 250, 0.82);
  color: #000;
  border-radius: 15px;
  display: none;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_newTip p {
  text-align: center;
  margin-top: 21.352px;
}
.downloadApp .pop_newTip .iknow {
  width: 50%;
  height: 36px;
  margin: 2.3% 25% 3.4% 25%;
  text-align: center;
  background: #FF7500;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
}
.downloadApp .pop_hwvTip {
  z-index: 999999;
  position: fixed;
  bottom: 41.9%;
  left: 50%;
  top: 50%;
  width: 83.9%;
  height: 121.5px;
  background-color: rgba(250, 250, 250, 0.82);
  color: #000;
  border-radius: 15px;
  text-align: center;
  display: none;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_hwvTip p {
  text-align: center;
  margin-top: 21.352px;
}
.downloadApp .pop_hwvTip .hwvTipOK {
  width: 50%;
  height: 36px;
  margin: 2.3% 25% 3.4% 25%;
  text-align: center;
  background: #FF7500;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
}
.downloadApp .pop_newOpenning {
  z-index: 999999;
  position: fixed;
  bottom: 112px;
  width: 94%;
  height: 70px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_newOpenning p {
  margin-top: 27px;
  margin-left: 16px;
}
.downloadApp .pop_newOpenning img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 16px;
}
/*分享 end*/
/* 公用样式start */
.componts-box-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
/* 公用样式end */

.popup-common {
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}

.popup-myaward {
    background-color: rgba(0,0,0,0);
    background-image: url(0408de965f578ed4ba190be7a29cfa80.png);
}

.popup-third {
    background-color: rgba(0,0,0,0);
    background-image: url(4791a1d882d0fe187d0ac27ccc6d5dc3.png);
}

.popup-regular {
    background-color: rgba(0,0,0,0);
    background-image: url(8d7b9e4a6fde7b2f6181c61d354255e8.png);
}
.popup-hot {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}

.popup-hot-active {
    background-color: rgba(255, 235, 0, 0.2);
    border: 1px dashed rgba(0, 0, 0, 0.4);
}






.ruler-text {
  display: block;
  margin: 0px;
  font-family: initial;
  word-wrap: break-word;
  white-space: pre-wrap;
  height: 100%;
  overflow-y: auto;
}
.edit-active {
  background-color: rgba(126, 129, 111, 0.45);
  border-radius: 5px;
}

.change-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}

.agreement-info {
    position: absolute;
    width: 100%;
    height: auto !important;
    font-size: 12px;
    overflow: hidden;
    color: #000000;
}

.agreement-info .contentScroll {
    text-indent: 20px;
    width: 100%;
    max-height: 110px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.agreement-info .agreeContent {
    position: relative;
    width: 100%;
    word-wrap: break-word;
}

.agreement-info .moreDesc {
    position: relative;
    width: 100%;
    word-wrap: break-word;
}

.agreement-info .moreDesc a {
    color: inherit;
}

.agreement-info .aLink {
    text-decoration: underline;
    font-family: 'Times New Roman', Arial, 'Microsoft YaHei', SimHei, sans-serif;
}

.agreement-info .choseAgreement {
    position: relative;
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.agreement-info input[type="checkbox"] {
    width: 1.13em;
    height: 1.13em;
    line-height: 1.13em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    background: white;
}

.agreement-info input[type="checkbox"]::before {
    content: "";
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.43);
}

.agreement-info input[type="checkbox"]:checked::before {
    content: "\2713";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
}
.popup-input {
    width: 100%;
    height: 100%;
}





.popup-exchangevoucher {
    /* position: absolute;
    width: 86px;
    height: 86px;
    top: 131px;
    left: 137px; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow-y: scroll;
}

.popup-exchangevoucher .code {
   text-align: center;
}

.popup-exchangevoucher .code:first-child {
    margin-top: 0 !important;
 }

.popup-tocard {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}

.popup-tocard-active {
    background-color: rgba(255, 235, 0, 0.2);
    border: 1px dashed rgba(0, 0, 0, 0.4);
}
#card-list {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  position: absolute;
  bottom: 0;
}
#card-list .card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 10px;
  background-color: #dbdbdb;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#card-list::-webkit-scrollbar {
  display: none;
}
#card-list .btn-img {
  height: 25px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
#card-list .btn-img-selected {
  height: 25px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
#card-list .btn-img-select {
  height: 25px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
#card-list .item-num {
  white-space: nowrap;
  font-size: 14px;
  color: #ffffff;
}
#card-list .item-name {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
#card-list .item-unit {
  margin: 10px;
}
#card-list .card-img {
  width: 50px;
  height: 70px;
  margin: 6px;
  background-image: url(20bf4400a533704098f567b7a8d4edf1.png);
  background-size: 100% 100%;
}
#card-list .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
#card-list .card-content {
  width: 50%;
  max-width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#card-list .card-content .unit-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-mergecard {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}

.popup-mergecard-active {
    background-color: rgba(255, 235, 0, 0.2);
    border: 1px dashed rgba(0, 0, 0, 0.4);
}






