
body {
  background-color: #f8f8f8;
  margin: 0;
  font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}

#body {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0px;
  left:0px;
  overflow: hidden;
}

#bodyDiy {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0px;
  left:0px;
  overflow: hidden;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain,contain,cover;
  background-position: top center,bottom center,top center;
}
#bodyDiy>#topbg{
    background: url(/static/img/topBg.3cea0a2.png) no-repeat;
    width: 100%;
    height: 5rem;
    background-size: 100% 100%;
}
#bodyDiy>#wtfk{
    position: absolute;
    right: 0;
    bottom: 30%;
    z-index: 9999;
    border: 1px solid #4c4b4b;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    padding: 0.02rem;
}
#wtfk>img{
        width: 0.6rem;
    display: inline-block;
    vertical-align: middle;
}
#wtfk>.text{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.32rem;
    font-weight: bold;
}
#body_blank {
 position: relative;
}

.icon {
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

#bottom {
  z-index: 666;
  background: #f8f8f8;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  text-align: center;
}

#bottom:before {
  content: "";
  position: absolute;
  background-color: #dddddd;
  display: block;
  z-index: 1;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 100%;
  height: 1px;
  transform-origin: 50% 50% 0px;
  transform: scaleY(0.5);
}

#bottom .navbar {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    z-index: 2;
}


#bottom .navbar .one {
  -webkit-box-flex: 1;      
  -moz-box-flex: 1;            
  -webkit-flex: 1;          
  -ms-flex: 1;              
  flex: 1;                  
}

#bottom .navbar .one a {
  text-decoration: none;
  color:#999999;
}
#bottom .navbar .one .normal{
    padding: .2rem .5rem;
}
#bottom .navbar .one .normal .img{
    width: .44rem;
    height: .51rem;
    margin: 0 auto .1rem;
}
#bottom .navbar .one .img img{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
#bottom .navbar .one .normal .txt {
  color:#999999;
}
#bottom .navbar .one .select{
    padding: .2rem .5rem;
}
#bottom .navbar .one .select .img{
   width: .44rem;
    height: .51rem;
    margin: 0 auto .1rem;
}

#bottom .navbar .one .select .txt {
  color:#e45141;
}

#content {
  margin-top: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 56%;
}

#blank {
      overflow-y: scroll;
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
}

#content .team {
  border-radius: 2px;
  padding: 0 5px;
  color: #693939;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 20px;
  font-size: 14px;
  position: absolute;
  left: 10px;
  line-height: 20px;
  background: rgba(255, 193, 7, 0.6);;
}


#blank .team {
  border-radius: 3px;
  padding: 0 5px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 36px;
  font-size: 16px;
  position: absolute;
  top: 36%;
  left: 10px;
  line-height: 36px;
  background: rgba(70, 46, 46, 0.6);
}

#content .daili ,
#content .kefu {
  height:268px;
}


#content .toptips {
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: box;              
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;             

  
  -webkit-box-orient: horizontal;
  
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

#content .toptips .one {
  -webkit-box-flex: 1;      
  -moz-box-flex: 1;            
  -webkit-flex: 1;          
  -ms-flex: 1;              
  flex: 1;
}

#content .toptips .one .aa {
  width: 146px;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  color: #FFC107;

  display: box;              
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;             

  
  -webkit-box-orient: horizontal;
  
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

#l-tips {
  margin-left: 10px;
  justify-content:start;
}

#r-tips {
  margin-right: 10px;
  justify-content:flex-end;
}


#content .redpack .row {
  display: box;              

  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;             


  
  -webkit-box-orient: horizontal;
  
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}


#content .redpack .row .one {
  margin: 10px;
  background-repeat: no-repeat;
  background-position:center center;
  background-size: contain;
  -webkit-box-flex: 1;      
  -moz-box-flex: 1;         
  width: 50%;
  height: 128px;
  -webkit-flex: 1;          
  -ms-flex: 1;              
  flex: 1;
}

#content .redpack .ink {
  transform-origin: center center;
  animation-name: ripple;
  animation-duration: 2000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


#content .redpack .row .one .txtC {
  height:26px;
}
#content .redpack .row .one .txtA {
  margin: 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(255, 193, 7, 0.8);
  color: #ffffff;
  text-shadow: 1px 1px #ce8111;
  font-size: 18px;
}
#content .redpack .row .one .txtB {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#content .redpack .row .one .txtD {
  display: flex;
  text-align: center;
  justify-content: center;
}
#content .redpack .row .one .aa {
  background-color: #FFC107;
  color:#ffffff;
  line-height: 22px;
}
#content .redpack .row .one .aA {
  font-size: 12px;
}

#content .daili .row {
  display: box;              

  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;             


  
  -webkit-box-orient: horizontal;
  
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

#content .daili .row .one {
  margin: 10px;
  -webkit-box-flex: 1;      
  -moz-box-flex: 1;         
  -webkit-flex: 1;          
  -ms-flex: 1;              
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius:5px ;
  background: rgba(245, 226, 226, 0.9);
}

#content .daili .row .one a {
  padding-top: 5px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

#content .daili .row .one .tips {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  flex: 1;
  text-align: center;
}

#content .daili .row .one .tips .con-icon {
  width: 50px !important;
  height: 50px !important;
  fill: #2196F3;
}

#content .kefu .one {
  display: flex;
  justify-content: center;
  align-items: center;
}

#content .kefu .one .qqimg {
   width: 156px;
   background: rgba(255, 193, 7, 0.5);;
   border-radius: 5px;
   color: #FFFFFF;
}

#content .kefu .one .qqimg .img {
      margin: 0 auto;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    top: 1.8rem;
}

#content .kefu .one .qqimg .txt {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  position: absolute;
      bottom: 0.15rem;
        left: 0;
    right: 0;
}

#content .kefu .one .qqimg img {
    border-radius: 5px;
    width: 3rem;
    max-height: 3.2rem;
}

#content .daili .row .one .tips .money {

  -webkit-box-pack: center;
  
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;

  line-height: 25px;
  display: box;              

  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;             


  
  -webkit-box-orient: horizontal;
  
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

#content .daili .row .one .tips .go-icon {
  width: 20px !important;
  height: 25px !important;
  fill: #F44336;
}




@keyframes ripple {
  
  25% {transform: scale(0.96);}
  50% {transform: scale(1.0);}
  75% {transform: scale(0.96);}
  100% {transform: scale(1.0);}
}

@keyframes falsh {
  100% {
    -webkit-transition:border linear .2s,
    -webkit-box-shadow linear .5s;
    border-color:rgba(141,39,142,.75);
    -webkit-box-shadow:0 0 18px rgba(111,1,32,3);
  }
}


.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to  {
  opacity: 0;
}


.modal-yes {
  line-height: 32px;
  display: inline-block;
  font-weight: 400;
  min-width: 66px;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  position: relative;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
}

.modal-no {
  line-height: 32px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  min-width: 66px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  position: relative;
  color: rgba(0,0,0,.65);
  background-color: #fff;
  border-color: #d9d9d9;
}

.modal-no a {
  text-decoration: none;
  color: rgba(0,0,0,.65);
}
.modal-yes a {
  text-decoration: none;
  color: #FFFFFF;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 76%;
  margin: 0px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}



.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ant-input {
  font-family: Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  color: rgba(0,0,0,.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
  touch-action: manipulation;
}

#blank .dlist {
  display: box;              

  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;             


  
  -webkit-box-orient: horizontal;
  
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

#blank .dlist .one {
  -webkit-box-flex: 1;      
  -moz-box-flex: 1;         
  -webkit-flex: 1;          
  -ms-flex: 1;              
  flex: 1;
}

#blank .selectpack .row {
 margin-bottom: 0.3rem;
  display: box;              

  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;             


  
  -webkit-box-orient: horizontal;
  
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

#blank .selectpack .row .one {
  flex: 1;
}

#blank .selectpack .row .one .crush {
  transition: all 1s;
  height:68px;
  width: 100%;
  background-position:center center;
  background-repeat:no-repeat,no-repeat,no-repeat;
  background-size:contain;
  background-image:url("../../asset/image/openbg.png") ;
  color: #F44336;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  position: relative;
}
#blank .selectpack .row .one .crush>div{
  font-size: 12px;
    position: absolute;
    top: 0.2rem;
    font-weight: 600;
    color: #f84f32;
    white-space: nowrap;
}
#blank .selectpack .row .one .ic {
  width: 100%;
  max-height: 68px;
}

#blank .redpack-tips {
  width: 168px;
  margin: 10px auto 0;
  padding: 5px;
  text-align: center;
  height: auto;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(255, 193, 7, 0.57);
  border-radius: 3px;
}

#blank .selectpack .row .one .line {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 200%;
  top:50%;
  left:45%;
  background-color: #FFC107;
  transform-origin: center center;
  animation-name: flash;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 1;
  transform: scale(1.0);
}
#blank .selectpack .row .one .hongbao{
    width: 1.6rem;
}
#blank .mask-over,
#content .mask-over {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 166;
}

@-webkit-keyframes flash {
  0% { -webkit-transform: scale(1.0) }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  } 100% {
      transform: scale(5.0);
      -webkit-transform: scale(5.0);
      opacity: 0;
    }
}

#blank .selectpack .row .one .onePack {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 66;
}

#blank .selectpack .row .one .ink {
  position: relative;
  transform-origin: center center;
  animation-name: ripple;
  animation-duration: 2000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#blank .selectpack .row .one .onePack .txt-num {
  font-size: 14px;
}


.spinner {
  border-radius: 10px;
  background: rgba(51, 51, 51, 0.5);
  margin: 100px auto 0;
  width: 120px;
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.spinner .txta {
  width: 50px;
  height: 50px;
  fill: #FFFFFF;
}

.spinner .txtb {
  color: rgba(187, 187, 187, 0.8);
  font-size: 14px;
}

.spinner .txtc {
  width: 25px;
}

.spinner .txtc img {
  width: 100%;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}


#blank .mymoney .top-icon {
  width: 50px !important;
  height: 50px !important;
  fill: #FF9800;
}
#blank .mymoney .micon {
  width: 30px !important;
  height: 30px !important;
  fill: rgba(0, 0, 0, 0.65);
}

#blank .mymoney .txtA {
  font-size: 16px;
  font-weight: bold;
}

#blank .mymoney .txtB {
  justify-content: center;
  display: flex;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
}

#blank .mymoney .tips {
  color: red;
  margin: 0 15px;
  font-size: 12px;
  height: 20px;
}

#blank .mygroups .one {
  margin: 5px 10px;
}


#blank .mygroups .one a {
  text-decoration: none;
  color: #666;
  display: block;
}

#blank .mygroups .one .border {
  background-color: #dddddd;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  transform-origin: 50% 50% 0px;
  transform: scaleY(0.5);
}


.layui-layer3{font-size:.3rem;background-color:rgba(0,0,0,0)!important;border-radius:2px;box-shadow:0 0 0 rgba(0,0,0,.3)!important;background-size:100% 100%;padding:1rem 1.5rem!important;box-sizing:border-box;overflow:hidden}
.layui-layer3 .layui-layer-content{height:100%!important;background-image:url(../img/windowbg.png);background-size:100% 100%;border-radius:.4rem}
.layui-layer3 .title{height:1.5rem}
