@charset "utf-8";
/* CSS Document */
*{-webkit-text-size-adjust:100%; outline:none; font-family:"微软雅黑"; margin:0; padding:0;}
*:focus{outline:none;}
body, button, input, select, textarea { font-size: 100%; margin:0 auto; font-family:"微软雅黑";}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0; }
li { list-style: none; }
fieldset, img { border: 0; vertical-align: top;}
q:before, q:after { content: ''; }
input, textarea { outline-style: none; font-size:100%;}
input[type="text"], input[type="password"] {vertical-align:middle; }
input[type="text"], input[type="password"], textarea { outline-style: none; -webkit-appearance: none; }
textarea { resize: none;  font-size:100%;}
address, caption, cite, code, dfn, em, i, th, var { font-style: normal; font-weight: normal; }
strong,b{font-weight: normal;}
abbr, acronym { border: 0; font-variant: normal;}
ul{ list-style:none; overflow:hidden;}
a{ outline:none; text-decoration:none; display:inline-block; border:none; cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0);}

.luck_bg {
    width:100%;
    height:480px;
    background: url("../images/lucky/bg2.jpg") no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.clearfix:after{
    clear:both;
    display: table;
    content: '';
}
.left{
    float:left;
}
.right{
    float:right
}
.container {
    position: absolute;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    -o-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin:  center center;
    -moz-transform-origin: center center ;
    -ms-transform-origin: center center ;
    -o-transform-origin: center center ;
    transform-origin: center center ;
    width: 80%;
    height: 280px;
    left: 10%;
    top: 120px;
}

.element, .js_current_dom {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-color: #fff;
}

.btn_circle {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 280px;
    z-index: 9;
    -webkit-transition:all 0.7s linear;
    -moz-transition:all 0.7s linear;
    -ms-transition:all 0.7s linear;
    -o-transition:all 0.7s linear;
    transition:all 0.7s linear;
}
.btn_circle img{ width: 100%;}

.btn_start{
    position: static;
    margin:95px auto 0 auto;
}
.btn_stop{
    width: 150px;
    height: 150px;
    line-height: 80px;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    /*background: #000;*/
    cursor: pointer;
}
.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
}

.lucky_icon {
    height: 70%;
    width: 70%;
    border-radius: 50%;
    margin-left:15%;
}
.lucky_userInfo{
    position: absolute;
    height:100px;
    width:100px;
    color:#fff;
    font-size: 24px;
}
.lucky_list{
    width:83.33%;
    max-width: 1600px;
    height:356px;
    padding:15px;
    position: relative;
    margin:0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.lpl_userInfo{
    width:84px;
    height:100px;
    text-align: center;
    float: left;
    margin-bottom:10px;
}
.lpl_userImage{
    width:60px;
    height:60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.lpl_userName{
    margin-top:12px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color:#fff;

}
.lucky_userName{
    text-align: center;
    margin-top:12px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.lucky_title{
    text-align: center;
    width:100%;
    font-size:26px;
    font-weight: bold;
    color:#d0d0d0;
    height:60px;
    line-height: 60px;
    margin: 10px 0;
    position: relative;
}
.lucky_title img{
    width: 1200px;
    height: 60px;
    text-align: center;
}
.lucky_title .title_center{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.lucky_prize{
    width:200px;
    margin-top: 55px;
    margin-left: -100px;
    position: relative;
    left: 50%;
}
.lucky_people_list{
    width:100%;
}
.flex{
    display: flex;
    flex-direction: row;
}
.lucky_prize_box{
    height:200px;
    display: flex;
    flex-direction: row;
}
.lucky_prize_direction{
    width:70px;
    height:100%;
    background-color: transparent;
    border:none;
    color:#fff;
    font-size: 60px;
    text-align: center;

}
.lucky_prize_direction.active{
    color:#f22;
}
button:focus{
    outline: none;
}5
.lucky_prize_picture{
    width:160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lucky_prize_show{
    max-width: 100%;
    max-height:100%;
}
.lucky_people_title{
    width:100%;
    height:50px;
    background-color: #fab300;
    font-size: 26px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
}
.lucky_setting{
    height:50px;
    background-color: #f22;
    font-size: 16px;
    color:#fff;
    text-align: left;
    line-height: 50px;
    padding:0 10px;
    font-weight: bold;
    margin-top:25px;
}
.select_box{
    float: right;
    margin-top:1px;
}
.select_lucky_number{
    font-size: 22px;
    border:1px solid #eee;
    outline: none;
}
.lucky_number{
    font-size: 24px;
}
.lucky_prize_title{
    height:50px;
    background-color: #f22;
    color:#fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    margin-top:25px;
}
.lpl_list{
    margin-top:20px;
    height:480px;
    overflow: auto;
    box-sizing: border-box;
}
.loader_file{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:480px;
    background-color: rgba(0, 0, 0, .6);
    z-index:999999;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size: 30px;
}

.none {
    display: none;
}


/*新增*/
.people_show{ width: 96%; max-width: 1600px; height: 300px; overflow-x: hidden; overflow-y: auto; position: absolute; top: 40px; left: 2%; display: none;}
.people_box{ width: 125px; height: auto; position: relative; float: left; display: inline-block; margin: 0 4px 20px 4px; opacity: 0;}
.people_box img{ width: 85px; height: 85px; margin: 0 20px 15px 20px; border-radius: 50%; overflow: hidden;}
.people_box span{ width: 100%; height: auto; text-align: center; font-size: 22px; color: #ffffff; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.logo{ float: left; position: absolute;}
.logo img{ width: 100%; height: auto;}
.logo1{ width: 12.5%; height: auto; top: 28px; left: 2.6%;}
.logo2{ width: 2.7%; height: auto; top: 20px; right: 2.6%;}
.logo3{ width: 9.1%; height: auto; top: 275px; left: 4.2%;}
.logo4{ width: 10.58%; height: auto; top: 325px; right: 4%;}


@-webkit-keyframes showIn {
  0%{ opacity: 1;-webkit-transform:scale(0,0);}
  100%{ opacity: 1;-webkit-transform:scale(1,1);}
}
@keyframes showIn {
  0%{ opacity:1; transform: scale(0,0);}
  100%{ opacity:1; transform:scale(1,1);}
}
.people_box.showIn{
  -webkit-animation:showIn 1.0s ease 0.2s both; 
  -moz-animation:showIn 1.0s ease 0.2s both;
}