* {
    padding: 0;
    margin: 0;
}
.row{
    padding: 0;
    margin: 0;
}
html,body {
    width: 100%;
    min-height: 100%
}

body {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    overflow: hidden;
    background-color: #D35254;
	background-image: radial-gradient(#D35254, #b40306);
}

.clearfix:after {
    clear: both;
    display: table;
    content: ''
}

.container {
    position: relative;
    -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: 85%;
    height: 60%;
    min-height: 65vh;
    margin-top: 10vh;
    display: none;
    vertical-align: middle;
    top: 20%;
}

.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_outer {
    width: 130px;
    height: 130px;
    position: fixed;
    border-radius: 50%;
    background: linear-gradient(#f2f2f2, #FFF);
    top:40%;
    left: 60%;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
    z-index: 9;
}
.btn_stop {
    top:70%;
    left: 80%;
}
.btn_circle{
    font-weight:bold;
    font-size:25px;
    background:#ff0618;
    display:inline-block;
    width:100px;
    height:100px;
    text-align:center;
    line-height:100px;
    border-radius:100%;
    margin-top: -2px;
    box-shadow:
            0 10px 0 #dc0010,
            0 15px 2px rgba(0,0,0,0.2);
    cursor:pointer;
    z-index: 9;
    color: #ffffff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.btn_circle:active{
    transform:translateY(8px);
    box-shadow:
            0 2px 0 #ff0618,
            0 4px 2px rgba(0,0,0,0.3);
}

.btn_circle:hover {
    background-color: #FF4351;
}

.mask {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 999;
    min-height: 85vh;
    max-height: 85vh;
}

.lucky_icon {
    height: 70%;
    width: 70%;
    border-radius: 50%;
}

.lucky_userInfo {
    position: absolute;
    height: 100px;
    width: 100px;
    color: #fff;
    font-size: 24px;
    right: 0;
    float: right;
    text-align: center;
    margin: 0 auto;
}

.lucky_list {
    width: 100%;
    height: 100%;
    padding: 15px;
    position: relative;
    margin: 0 auto;
    background-color: rgba(255,255,255,.6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    min-height: 80vh;
    max-height: 85vh;
}

.lpl_userInfo {
    width: 25%;
    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: 30px;
    font-weight: 700;
    color: #ff8c00;
    height: 150px;
    line-height: 150px;
    /*background: url(img/topbg.png) no-repeat center center*/
}

.lucky_prize {
    width: 280px
}

.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
}

.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: 60px;
    background-color: #f22;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.lucky_setting {
    height: 50px;
    background-color: #f22;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    padding: 0 10px;
    font-weight: 700;
    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: 700;
    margin-top: 25px
}

.lpl_list {
    /*margin-top: 20px;*/
    /*height: 480px;*/
    overflow: auto;
    box-sizing: border-box;
    height: 68vh;
}
.lpl_list::-webkit-scrollbar {
    display: none;
}

.loader_file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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
}
