* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



html,
body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑", "Microsoft YaHei", Verdana, Arial;
    font-size: 14px;
}



input,
button,
textarea,
select {
    border: none;
    background: none;
}

input:focus,
button:focus,
select:focus {
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.warp,
.contitem {
    width: 100%;
    position: relative;
}

.contitem {
    height: 100%
}

.shadow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

.tac {
    text-align: center;
}

.none {
    display: none
}

.fc {
    clear: both;
    zoom: 1;
}

.ma {
    margin: auto;
}

.needline {
    position: relative;
}

.needline:after {
    left: -50%;
    bottom: 0;
    content: '';
    width: 200%;
    height: 1px;
    transform: scale(0.5);
    position: absolute;
    background-color: #dcdcdc;
}

.musicbtn {
    background: url('../img/music.png') no-repeat;
    position: fixed;
    right: 3%;
    top: 3%;
    width: 7vw;
    height: 7vw;
    background-size: 100% 100%;
    z-index: 9;
}

@keyframes rott {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.on {
    animation: rott 1.5s linear infinite;
}

.smallbtn {
    transition: transform 0.1s;
}

.changesmall {
    transform: scale(0.95);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes balala {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.pulse1 {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.balala {
    animation: balala 2s infinite linear;
}

.swashIn {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: swashIn;
    animation-name: swashIn;
}

.vanishOut {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: vanishOut;
    animation-name: vanishOut;
}

@keyframes swashIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0);
    }

    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
    }
}

@keyframes vanishOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        -webkit-filter: blur(0px);
    }

    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(1.5, 1.5);
        -webkit-filter: blur(20px);
    }
}

.alertS {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}

.alertS .alertBox {
    width: 70%;
    background-color: #fff;
    border-radius: 0.02rem;
    position: absolute;
    top: 30%;
    left: 15%;
}

.alertS .alertBox .alert_title {
    text-align: center;
    ;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0rem 0.2rem;
    border-bottom: 1px solid #eee;
    background-color: #F8F8F8;
    font-size: 0.35rem;
}

.alertS .alertBox .alert_cont {
    font-size: 0.3rem;
    min-height: 1.6rem;
    padding: 0.5rem 0.4rem 0.2rem;
}

.alertS .alertBox .alert_bot {
    text-align: center;
    display: flex;
}

.alertS .alertBox .alert_bot .alert_btn {
    width: 50%;
    padding: 0.25rem 0rem;
    background-color: #f8f8f8;
    color: #000;
    border-top: 1px solid #ddd;
    font-size: 0.3rem;
    border-radius: 0.04rem;
}

.alertS .alertBox .alert_bot .alert_btn_cancel {
    background-color: #ddd;
    color: #fff;
}

.rank_cont table tbody {
    display: block;
    overflow-y: scroll;
}

.rank_cont table thead,
.rank_cont tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.jiang .wrapper {
    position: relative;
}

.jiang .wrapper .turnpaltebox {
    margin-top: 0.6rem;
    z-index: 2;
}

.jiang .wrapper .yinying {
    width: 3.2rem;
    position: absolute;
    top: 4.68rem;
    left: 28.5%;
    z-index: 1;
}

.jiang .wrapper .turnpalte {
    z-index: 2;
    position: relative;
}

.jiang .wrapper .pointer {
    position: absolute;
    bottom: 2rem;
    z-index: 2;
    left: 42%;
}

.ui__alert .ui__alert_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.ui__alert .ui__alert_bg.in {
    -webkit-animation-name: bgFadeIn;
    animation-name: bgFadeIn;
}

.ui__alert .ui__alert_bg.out {
    -webkit-animation-name: bgFadeOut;
    animation-name: bgFadeOut;
}

.ui__alert .ui__alert_content {
    text-align: center;
    position: fixed;
    min-width: 250px;
    max-width: 280px;
    z-index: 9999;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.ui__alert .ui__alert_content.in {
    -webkit-animation-name: contentZoomIn;
    animation-name: contentZoomIn;
}

.ui__alert .ui__alert_content.out {
    -webkit-animation-name: contentZoomOut;
    animation-name: contentZoomOut;
}

.ui__alert .ui__alert_content .ui__content_body {
    font-size: 14px;
    padding: 18px;
    border-bottom: 1px solid #eee;
}

.ui__alert .ui__alert_content .ui__content_body .ui__title {
    margin-bottom: 5px;
    font-size: 16px;
}

.ui__alert .ui__alert_content .ui__content_foot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui__alert .ui__alert_content .ui__content_foot a {
    font-size: 14px;
    color: #017aff;
    display: block;
    text-decoration: none;
    flex: 1;
    text-align: center;
    line-height: 40px;
    border-left: 1px solid #eee;
}

.ui__alert .ui__alert_content .ui__content_foot a:first-child {
    border-left: none;
}

.toast_bg {
    top: 50%;
    left: 50%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    z-index: 13;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.toast_bg.in {
    -webkit-animation-name: contentZoomIn;
    animation-name: contentZoomIn;
}

.toast_bg .iconfont {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    display: block;
}

.toast_bg .iconfont.icon-loading:before {
    display: block;
    -webkit-transform: rotate(360deg);
    animation: rotation 2.7s linear infinite;
}

.ui__toast_text {
    text-align: center;
    max-width: 300px;
    color: #fff;
    font-size: 14px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bgFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bgFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bgFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes bgFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes contentZoomIn {
    0% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes contentZoomIn {
    0% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@-webkit-keyframes contentZoomOut {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        opacity: 0;
    }
}

@keyframes contentZoomOut {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        opacity: 0;
    }
}