* {
    padding: 0;
    margin: 0;
}

html,
body {
    overflow-x: hidden;
    width: 100vw;
    /* overflow: hidden; */
    min-height: 100vh;
    /* max-width: 1980px; 
    /* min-width: 1360px; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background: url(../images/bg.jpg);
    background-size: cover;
    -webkit-background-size: 100% 100%;
    font-family: "asian";

}

.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: 60%;
    height: 60%;
    left: 20%;
    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_circle,
.btn_stop {
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #0014b3;
    cursor: pointer;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    color: #fff;
    -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;
}

@property --b {
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: false;
}

.btn_circle {
    /* 基础样式 */
    background-color: #94a7eecf;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    border: 2px solid #0055E8;
    text-shadow: 0 0 8px #0055E8;

    /* 核心科技动画 */
    animation:
        energy-pulse 3s ease infinite,
        scan-flicker 0.5s steps(2) infinite alternate;
    overflow: hidden;

}

/* 能量脉冲动画 */
@keyframes energy-pulse {

    0%,
    100% {
        box-shadow: 0 0 5px #0055E8,
            inset 0 0 10px #0055E8;
    }

    50% {
        box-shadow: 0 0 20px #0055E8,
            inset 0 0 30px #0038A8;
    }
}

/* 扫描线故障效果 */
@keyframes scan-flicker {
    to {
        opacity: 0.9;
    }
}

/* 数据粒子流 */
.btn_circle::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        linear-gradient(to bottom,
            transparent 45%,
            rgba(0, 85, 232, 0.15) 50%,
            transparent 55%);
    animation: data-stream 2s linear infinite;
}

@keyframes data-stream {
    to {
        transform: translateY(100%);
    }
}

/* 悬浮增强效果 */
.btn_circle:hover {
    animation:
        energy-pulse 1s ease infinite,
        scan-flicker 0.2s steps(3) infinite alternate;
    background: rgba(0, 40, 100, 0.9);
}

/* 点击能量爆发 */
.btn_circle:active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: #00A8FF;
    border-radius: 50%;
    animation:
        energy-burst 0.6s ease-out forwards;
}

@keyframes energy-burst {
    0% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.8);
    }

    100% {
        opacity: 0;
        transform: scale(30);
        box-shadow: 0 0 0 20px rgba(0, 85, 232, 0);
    }
}


.btn_circle:hover,
.btn_stop:hover {
    background-color: #578ae2;
    /*background-color: #fd6562;*/
    border-color: transparent;
}

.btn_circle2::after {
    content: "开始"
}

.btn_start {
    bottom: -55px;
    left: calc(50% - 65px);

}

.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 {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    margin: 0rpx auto;
}


.lucky_icon2 {
    height: 60%;
    width: 60%;
    border-radius: 50%;
}

.lucky_userInfo {
    position: absolute;
    height: 100px;
    width: 100px;
    color: #fff;
    font-size: 24px;
}

.lucky_userName2 {
    text-align: center;
    margin-top: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lucky_userInfo2 {
    text-align: center;
    position: absolute;
    height: 100px;
    width: 100px;
    color: #fff;
    font-size: 24px;
}



.lucky_list {
    width: 800px;
    height: 490px;
    padding: 20px 30px 60px;
    position: relative;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
    /*background-color: rgb(223 83 72);*/
    /*background-color: #df5348;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 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: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lucky_title {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    height: 150px;
    line-height: 150px;
    letter-spacing: 5px;
    /* background:url('../images/topbg.png') no-repeat center center; */
}

.lucky_prize {
    padding-top: 53px;
    width: 260px;
}

.lucky_people_list {
    width: 480px;
}

.flex {
    display: flex;
    flex-direction: row;
}

@property --r {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.lucky_prize_box_bg {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background-image: linear-gradient(var(--r), #092bc4, #ffffff);
    border-radius: 10px;
    display: block;
    z-index: 1;
    animation: bd_radial 7s linear infinite;
}

@keyframes bd_radial {
    to {
        --r: 360deg
    }
}

.lucky_prize_box {
    z-index: 2;
    position: relative;
    height: 180px;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    background-image: linear-gradient(to top, #0161eb, #00baf9);
    margin-top: 20px;
    box-shadow: 0 0 5px 5px rgba(255, .5);
}

.lucky_prize_direction {
    width: 70px;
    height: 100%;
    background-color: transparent;
    border: none;
    color: #0014b3;
    font-size: 60px;
    text-align: center;

}

.lucky_prize_direction.active {
    color: #fff;
    /*color:#df0000;*/
}

button:focus {
    outline: none;
}

.lucky_top {
    box-sizing: border-box;
    margin-top: 20px;
    border: #fff solid 1px;
    padding: 0px 20px 0px;
    padding-right: 10px;
    border-radius: 10px;
}

.lucky_userInfo1 {
    position: none !important;
    color: #fff;
    font-size: 24px;
    width: 20%;
    box-sizing: border-box;
    font-size: 16px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 0px;
}




.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;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    background-image: linear-gradient(to top, #0161eb, #00baf9);
}



.lucky_setting {
    position: relative;
    z-index: 2;
    height: 45px;
    background-image: linear-gradient(to top, #0161eb, #00baf9);
    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;
    width: 50px;
    text-align: center;
}

.lucky_number {
    font-size: 24px;
}

.lucky_prize_title {
    position: relative;
    z-index: 2;
    height: 45px;
    background-image: linear-gradient(to top, #0161eb, #00baf9);
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}

.lucky_prize_title>select {
    background-image: linear-gradient(to top, #0161eb, #00baf9);
    padding-right: 5px;
    border-radius: 5px
}

.lpl_list {
    box-sizing: border-box;
    padding-right: 10px;
    height: 362px;
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    align-content: flex-start;
}

.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;
}

.mp-qc-box {
    position: absolute;
    top: 400px;
    left: 150px;
    text-align: center;
}

.mp-qc-box-tit {
    line-height: 60px;
    color: #fbbf5f;
    font-weight: 600;
    font-size: 20px;
}

.mp-qc-img img {
    border-radius: 5px;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, .5);
    min-width: 200px;
    width: 250px;
}

.prize-name {
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
}

.lucky_mob {
    font-size: 14px;
    text-align: center;
}

.reset-img {
    width: 25px;
    height: 25px;
    float: right;
    margin: 12px;
}

#changeProc:focus-visible {
    outline: none;
}

/* 设置option的样式 */
#changeProc option {
    line-height: 36px;
    /* 设置option的行高 */
    background-color: #1967d2dd;
}

/* 当鼠标悬停在option上时，可以进一步定制单个option的样式 */
#changeProc option:hover {
    /* 鼠标悬停在option上时的背景色 */
    line-height: 36px;
    height: 36px;
}