
/*抽奖区域*/
.pc_show {
  display: block;
}
.m_show {
  display: none;
}
.lottery_box {
  padding: 0 0 80px 0;
  text-align: center;
}
.prize_name{
  margin: 8px 0;
  color: #d22222;
  font-size: 18px;
  display: block;
}
.success{
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url('../images/ok.png')no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.go_study{
  width: 120px;
  display: block;
  margin: 22px auto;
  height: 35px;
  line-height: 35px;
}

.lotter_alert.not_winning {
  width: 305px;
}
.lotter_alert.layui-layer-ico {
  background: url("../images/close.png") no-repeat !important;
}
.lotter_alert.layui-layer-close{
  width: 19px;
  height: 19px;
  background-size: 100% 100% !important;
}

.lotter_alert.not_winning .layui-layer-content {
  overflow: hidden;
}

.lotter_alert.layui-layer {
/*  padding: 30px 20px;*/
  background: #fff;
  border-radius: 5px;
}
/*
.lotter_alert .layui-layer-title {
  display: none;
}
*/
.lotter_alert .layui-layer-content {
  text-align: center;
}

.lotter_alert .layui-layer-content i {
  display: block;
  color: #C77701;
  font-size: 40px;
  font-style: normal;
  padding: 10px 0 0 0;
}

.lotter_alert .layui-layer-content big {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 35px;
}

.lotter_alert .layui-layer-content span {
  color: #999;
  font-size: 16px;
  line-height: 23px
}

.lotter_alert.no_chance {
  width: 305px;
}

.lotter_alert.no_chance big {
  display: block;
  padding-top: 0px;
  color: #342e2e;
  margin-top: 0px;
  padding: 0px ;
  font-size: 18px;
}
.success_box{
  padding-top: 50px;
}
.lotter_alert .pop_success{
  display: block;
  margin:0 auto;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background: #2897d3;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.lotter_alert .pop_success:hover{
  background: #0074be;
}
.prize_text{
  font-size: 24px;
  font-weight: 700;
  color: #0074be;
  line-height: 30px;
  padding: 5px 0px;
}
#no_change_study{
  width: 140px;
  height: 40px;
  opacity: 1;
  background: #45649c;
  border-radius: 4px;
  display: block;
  margin:0 auto;
  margin-top:20px;
  line-height: 40px;
  color:#fff;
}

.lotter_alert.no_chance .layui-layer-content {
  overflow: hidden;
}

.lotter_alert.winner {
  width: 305px;
}

.lotter_alert.winner big b {
  color: #ff0000;
}

.lotter_alert.winner img {
  display: block;
  margin: 10px auto;
  width: 100px;
}

.lotter_alert.winner span {
  line-height: 20px;
}

.lotter_alert.winner .layui-layer-content {
  overflow: hidden;
}
.lotter_alert .layui-layer-content big img{
  width: 35px;
  vertical-align: middle;
  margin-right: 11px;
}
.pop_desc{
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 4px;
  display: inline-block;
}
.no_chance .pop_desc{
  color: #fff;
  background: #e61439;
}
.apply_use{
  width: 163px;
  height: 42px;
  background-color: rgba(233, 0, 41, 1);
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  border-radius: 3px;
  display: block;
  color: #fff;
  margin: 40px auto 50px auto;
  border: none;
}
.apply_use:hover{
  background: rgba(101, 0, 17, 1);
}
#prilist{
  float: left;
  width: 740px;
}

#prilist li {
  display: block;
  background: #E5F3FA;
  float: left;
  margin: 0 10px 10px 0;
  width: 240px;
  padding: 30px 0;
  text-align: center;
  height: 180px;
  box-sizing: border-box;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #333;
  font-size: 14px;
  border-radius: 12px;
}

#prilist li.right {
  margin-right: 0;
}

#prilist li.active {
  background: #BFEAFF;
}

#prilist img {
  display: block;
  height: 76px;
  margin: 0 auto 10px;
}
#prilist #begin_btn {
  padding: 0;
  font-size: 26px;
  color: #fff;
  background: #0072EF;
  cursor: pointer;
  box-shadow: 0px 4px 0px 0px rgba(30,155,203,0.20);
}
#prilist #begin_btn span {
  padding-top: 70px;
  display: block;
}
#prilist #begin_btn em{
  font-size: 14px;
}
#prilist #begin_btn:hover{
  background: #0052AA;
}
#prilist #begin_btn:active {
  font-size: 26px;
}

#winner_list {
  float: right;
  width: 438px;
}

#winner_list a {
  text-decoration: underline;
}

#winner_list .list_box {
  display: block;
  line-height: 50px;
  background: #0052AA;
  border-radius: 8px 8px 0px 0px;
}

#winner_list .list_box b {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 4px;
}
/*#fcdee3*/

#winner_list .list_box p {
  line-height: 20px;
}

#winner_list .tips {
  line-height: 20px;
  color: #999999;
  font-size: 12px;
  display: block;
}
#winner_list .tips a{
  color: #9a001b;
}
#jq_marquee_box {
  height: 272px;
  line-height: 15px;
  overflow: hidden;
  color: #000;
  border-top: none;
  padding: 10px 0 20px 0;
  border-radius: 0px 0px 10px 10px;
  font-size: 14px;
  background:#F8FAFC;
}
.lottery-tips {
  margin-top: 45px;
  color: #97A8BC;
  text-align: left;
}
.lottery-tips h3 {
  font-size: 16px;
  font-weight: 700;
} 
.lottery-tips span {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
} 
#winner_ul {
  display: block;
  padding: 0 40px 0 40px;
}

#winner_ul .null {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding-top: 30px;
  justify-content: center;
}

#winner_ul li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#winner_ul li span{
  color: #999;
}
#winner_ul li em{
  display: inline-block;
  width: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 14px;
}
#winner_ul li em.lt {
  color: #0052AA;
}
#winner_ul li .nickname {
  color: #2783CB;
}
#winner_ul li .prize {
  color: #333333;
}
#winner_ul li:nth-child(1){
}
#winner_ul li em:last-child{
  text-align: left;
  width: 170px;
}
/*抽奖弹框*/
.layer_lotter_alert {    
  border-radius: 8px;
}
.layer_lotter_alert .layui-layer-title {
  border-bottom: 1px solid transparent;
  background-color: transparent;
}
.layer_lotter_alert_title_no .layui-layer-title{
  height: 30px;
}
.layer_lotter_success{
  text-align: center;
}
.layer_lotter_success p{
  font-size: 24px;
  font-weight: 700;
  color:#333;
}
.layer_lotter_success  .scroe_text1{
      
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.layer_lotter_success  .scroe_text2{    
  font-size: 24px;
  font-weight: 700;
  color: #0074be;
}

.layer_lotter_alert_scroe{

  background:linear-gradient(180deg,rgba(0 ,156, 255,0.2), #ffffff);
}
.layer_lotter_success img{
  margin-bottom: 0px;
  margin-top: 10px;
}
.layer_lotter_success_btn img{
  margin-bottom: 0px;
  margin-top: 0px;
}
.layer_lotter_success_btn p{
  margin-bottom: 20px;
}
.layer_lotter_info{    
  text-align: center;
}
.layer_lotter_info img{
  height: 80px;
}
.layer_lotter_info_1 img {
  margin: 48px 0 20px;
  height: 45px;
}
.layer_lotter_info .layer_lotter_text1{    
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color:#333;
}
.layer_lotter_info .layer_lotter_text2{
  font-size: 14px;
  color: #666666;
}
.layer_lotter_info .layer_lotter_text3 {
  cursor: pointer;
  margin: 30px auto 0;
  width: 220px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
  border-radius: 4px;
  background: #0072EF;
}
.layer_lotter_alert_title_no{
/*小米小爱音箱 Play*/
}

.layer_lotter_answer{
  text-align: center;
}
.layer_lotter_answer_text1{
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}
.layer_lotter_answer_text2{    
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #e30327;
  margin-bottom: 15px;
}
.layer_lotter_answer_btn{    
  width: 160px;
  height: 48px;
  background: rgba(218 ,31, 61,1);
  border-radius: 4px;
  display: block;
  margin:0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color:#fff;
}
.layer_lotter_answer_btn:hover{
  background: rgba(218 ,31, 61,0.8);
}
.layer_lotter_prize{
  text-align: center;
}
.layer_lotter_prize_text1{
  font-size: 18px;
  color:#333;
  margin-top: 10px;
  margin-bottom: 30px;
}
.layer_lotter_prize_btn{
  display: block;
  margin:0 auto;
  width: 220px;
  height: 50px;
  background: rgba(218 ,31, 61,1);
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  color:#fff;
  font-size: 18px;
}
.layer_lotter_prize_btn:hover{
  background: rgba(218 ,31, 61,0.8);
}
.layer_lotter_prize_name{
  text-align: center;
}
.layer_lotter_prize_name_text1{    
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.layer_lotter_prize_name_text2{
  font-size: 24px;
  font-weight: 700;
  color: #0072EF;
  margin-bottom: 15px;
}
.layer_lotter_prize_name img{
  margin-top: 0px;
  margin-bottom: 20px;
}
.layer_lotter_prize_name_text3{    
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.lotter_tips_1 {
  font-weight: 400;
  margin: 20px 0;
}
.lotter_tips_3 {
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  display: inline-block;
  width: 160px;
  height: 48px;
  color: #fff;
  border-radius: 4px;
  background: #0072EF;
}
.lotter_tips_3:hover {
  background: #0052AA;
}
.layer_btn_commom{
  display:block;
  width: 140px;
  height: 40px;
  background: #2897d3;
  border-radius: 3px;
  font-size: 16px;
  color:#fff;
  text-align: center;
  line-height: 40px;
  margin:0 auto;
}

.layer_btn_commom:hover{
  background: #0074be;
}
/*抽奖弹框*/
@media screen and (max-width: 750px) {
  .pc_show {
    display: none;
  }
  .m_show {
    display: block;
  }
  .lottery_box {
    text-align: center;
    padding: 0 .12rem;
  }
  #winner_ul {
    display: block;
    padding: 0;
  }
  #winner_ul li {
    padding-left: 0;
  }
  #winner_ul li em:first-child{
    width: 22%;
    float: left;
  }
   #winner_ul li em{
    font-size: .12rem;
    line-height: .3rem;
  }
  #winner_ul li span{
      width: 40px;
      margin: 0;
      float: left;
  }
  #winner_ul li em:last-child {
      float: left;
  }
  .lottery-tips {
    margin: .2rem 0 .3rem 0;
  }
  .about_box {
      background: #39578c;
      padding: 0.8rem 0.3rem;
      text-align: center;
  }
  .about_box img{
      width: 1.85rem;
  }
  .about_box p{
      text-align: left;
      line-height: 0.48rem;
  }
  #winner_ul li span {
      margin: 0 .6rem !important;
      font-size: .12rem;
  }
  .lotter_alert.layui-layer {
      width: 90% !important;
  }
  .play{
      width: 15% !important
  }
  #prilist{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width:100%;
      float: none;
      margin: 0 auto;
  }
  #prilist::after {
      display: none;
  }
  #prilist li{
      margin: 0 0 .16rem;
      width: 1.1rem;
      box-sizing: border-box;
      height: .9rem;
      padding: .13rem 0;
      font-size: .12rem; 
      word-break: break-all;
      color: #0052AA;
  }
   #prilist img{
      height: .4rem;
      margin-top: 0;
   }
  
   #prilist #begin_btn,#prilist #begin_btn:active {
      box-sizing: border-box;
      height: .9rem;
      font-size: .18rem;
      margin-bottom: 0;
   }
   #prilist #begin_btn span {
      padding-top: .2rem;
   }
   #prilist #begin_btn em {
       font-size: .12rem;
   }
   #winner_list{
      width: 100%;
      margin: 0;
      font-size: 17px;
      margin-top: 0.5rem;
   }
   #winner_list .tips{
      color: #666;
   }
   #jq_marquee_box {
      height: 2.65rem;
      padding: .2rem .15rem;
   }
  
  .footer{
      display: none;
      border-top:0px;
  }

  #winner_list .tips{
      display: none;
  }
}