body {
    background-color: #e74435;
}

.turntable .turntableBg {
    background: url("../img/bgT.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12.36rem;
    position: relative;
}

.turntable .turntableBg .follow {
    position: absolute;
    width: 1.84rem;
    height: 0.58rem;
    display: block;
    top: 0.38rem;
    right: 0;
}

.turntable .turntableBg .follow img {
    width: 100%;
    height: 100%;
    display: block;
}

.turntable .turntableBg .winPrize {
    position: absolute;
    top: 3.67rem;
    background: url("../img/newsT.jpg") no-repeat;
    background-size: 100% 100%;
    width: 4.07rem;
    height: 0.76rem;
    left: 50%;
    margin-left: -2.035rem;
    padding-left: 0.3rem;
}

.turntable .turntableBg .winPrize .pictrue {
    width: 0.21rem;
    height: 0.19rem;
    display: block;
}

.turntable .turntableBg .winPrize .pictrue img {
    width: 100%;
    height: 100%;
    display: block;
}

.turntable .turntableBg .winPrize .new-banner {
    width: 3.3rem;
    overflow: hidden;
    height: 0.55rem;
}

.turntable .turntableBg .winPrize .new-banner .swiper-slide {
    height: 100%;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.turntable .turntableBg .chance {
    font-size: 0.4rem;
    color: #fff;
    position: absolute;
    top: 5.1rem;
    text-align: center;
    width: 100%;
}

.turntable .turntableBg .chance span {
    color: #fce701;
}

.turntable .turntableCon {
    position: relative;
    width: 5.6rem;
    height: 5.6rem;
    margin: 0 auto;
    top: 6rem;
}

.turntable .turntableCon .diskCenter {
    width: 1.83rem;
    height: 1.83rem;
    position: absolute;
    left: 1.8rem;
    top: 1.8rem;
    margin: 0.1rem 0 0 0.1rem;
}

.turntable .turntableCon .diskCenter.on {
    animation: stone linear 0.5s infinite alternate;
    -webkit-animation: stone linear 0.5s infinite alternate;
}

@keyframes stone {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.95);
    }
}

@-webkit-keyframes stone {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.95);
    }
}

.turntable .turntableCon .diskCenter img {
    width: 100%;
    height: 100%;
    display: block;
}

.turntable .turntableCon .item {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    background-color: #fff;
    border-radius: 0.12rem;
    color: #e74435;
}

.turntable .turntableCon .item.on {
    background-color: #f78a7f;
    color: #fff;
}

.turntable .turntableCon .item:nth-child(2) {
    left: 1.8rem;
    margin-left: 0.1rem;
    top: 0;
}

.turntable .turntableCon .item:nth-child(3) {
    left: 3.6rem;
    margin-left: 0.2rem;
    top: 0;
}

.turntable .turntableCon .item:nth-child(4) {
    top: 1.8rem;
    right: 0;
    margin-top: 0.1rem;
}

.turntable .turntableCon .item:nth-child(5) {
    top: 3.6rem;
    margin-top: 0.2rem;
    right: 0;
}

.turntable .turntableCon .item:nth-child(6) {
    left: 1.8rem;
    margin-left: 0.1rem;
    bottom: 0;
}

.turntable .turntableCon .item:nth-child(7) {
    left: 0;
    bottom: 0;
}

.turntable .turntableCon .item:nth-child(8) {
    left: 0;
    top: 1.8rem;
    margin-top: 0.1rem;
}

.turntable .turntableCon .item .border {
    width: 1.66rem;
    height: 1.66rem;
    border: 1px dashed #ff7f5f;
    border-radius: 0.12rem;
    text-align: center;
    padding: 0.15rem 0;
}

.turntable .turntableCon .item .border .pictrue {
    width: 0.84rem;
    height: 0.84rem;
    margin: 0 auto;
}

.turntable .turntableCon .item .border .pictrue img {
    width: 100%;
    height: 100%;
    display: block;
}

.turntable .turntableCon .item .border .name {
    font-size: 0.24rem;
    margin-top: 0.15rem;
}

.turntable .turntableCon .item .itemCon {
    box-shadow: 0 0.1rem 0 #ffc7bf;
    width: 100%;
    height: 1.73rem;
    border-radius: 0.12rem;
}

.turntable .turntableCon .item .itemCon.on {
    box-shadow: 0 0.1rem 0 #c72e1f;
}

.turntable .mask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.turntable .information {
    width: 5.82rem;
    position: fixed;
    z-index: 22;
    top: 50%;
    left: 50%;
    margin-left: -2.91rem;
    transform: translate3d(0, -200%, 0);
    transition: all .3s cubic-bezier(.25, .5, .5, .9);
    margin-top: -4.99rem;
    background: linear-gradient(right bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(right bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: #fdf7e7;
}

.turntable .information.on {
    transform: translate3d(0, 0, 0);
}

.turntable .information .relative {
    position: relative;
    background-color: #fdf7e7;
}

.turntable .information .relative .close {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: absolute;
    right: 0.28rem;
    top: 0.3rem;
}

.turntable .information .header {
    width: 100%;
    text-align: center;
    font-size: 0.35rem;
    padding-top: 0.3rem;
    font-weight: bold;
    color: #ff3233;
}

.turntable .information .header img {
    width: 100%;
    height: 100%;
    display: block;
}

.turntable .information .list {
    width: 100%;
    padding: 0.35rem 0;
    margin-top: -0.01rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

.turntable .information .list .item {
    width: 5.17rem;
    height: 0.7rem;
    border-radius: 0.1rem;
    border: 1px solid #a05644;
    margin: 0 auto 0.25rem auto;
    position: relative;
}

.turntable .information .list .item input {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 0.3rem;
    padding: 0 0.2rem;
}

.turntable .information .list .item input::placeholder {
    color: #c79d90;
}

.turntable .information .list .item.select-value {
    font-size: 0.3rem;
    color: #333;
    padding: 0 0.2rem;
    min-height: 0.76rem;
    height: unset;
}

.turntable .information .list .item.wxAddress {
    font-size: 0.3rem;
    color: #ff3233;
    border-radius: 0;
    border-color: #f04242;
}

.turntable .information .list .item.wxAddress img {
    width: 0.34rem;
    height: 0.28rem;
    margin-right: 0.12rem;
}

.turntable .information .list .item .triangle {
    width: 0.2rem;
    height: 0.14rem;
    display: block;
}

.turntable .information .list .item .triangleData {
    width: 0.2rem;
    height: 0.14rem;
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.07rem;
}

.turntable .information .submit {
    width: 5.17rem;
    height: 0.76rem;
    font-size: 0.3rem;
    color: #452015;
    font-weight: bold;
    background-color: #eebe6b;
    border-radius: 0.06rem;
    margin: 0.3rem auto 0 auto;
    text-align: center;
    line-height: 0.76rem;
}

.turntable .luckyResults {
    width: 5.82rem;
    position: fixed;
    left: 50%;
    margin-left: -2.91rem;
    background-color: #fff;
    border-radius: 0.1rem;
    z-index: 22;
    padding: 0 0.2rem 0.45rem 0.2rem;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    transform: scale(0);
    top: 3rem;
}

.turntable .luckyResults.on {
    opacity: 1;
    transform: scale(1);
}

.turntable .luckyResults .title {
    font-size: 0.36rem;
    color: #e82c27;
    font-weight: bold;
    height: 0.94rem;
    line-height: 0.94rem;
    text-align: center;
    position: relative;
}

.turntable .luckyResults .title img {
    width: 0.48rem;
    height: 0.48rem;
    display: block;
    position: absolute;
    right: -0.2rem;
    top: -0.8rem;
}

.turntable .luckyResults .lines {
    width: 100%;
    height: 0.08rem;
    border: 1px solid #e82c27;
    border-left: 0;
    border-right: 0;
    opacity: 0.2;
}

.turntable .luckyResults .conter {
    padding: 0.3rem 0;
    font-size: 0.3rem;
    color: #282828;
}

.turntable .luckyResults .conter .pictrue {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
}

.turntable .luckyResults .conter .pictrue img {
    width: 100%;
    height: 100%;
    display: block;
}

.turntable .luckyResults .conter .tips {
    font-size: 0.3rem;
    color: #282828;
    text-align: center;
}

.turntable .luckyResults .know {
    font-size: 0.32rem;
    color: #fff;
    width: 4rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.8rem;
    background: linear-gradient(right bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #f34a46 0%, #fa9532 100%);
    background: -moz-linear-gradient(right bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    margin: 0.1rem auto 0 auto;
}

.turntable .clause {
    padding: 0 0.22rem;
    margin: 0.33rem 0;
}

.turntable .clause .bnt {
    width: 3.4rem;
    height: 0.76rem;
    border-radius: 0.38rem;
    background-color: #ffd68e;
    box-shadow: 0 0.07rem 0 #d43125;
    text-align: center;
    line-height: 0.76rem;
    font-size: 0.32rem;
    color: #e74435;
    font-weight: bold;
}

.turntable .clause .bnt.buy {
    color: #fff;
    background-color: #fda700;
}

.turntable .wrapper {
    width: 7.06rem;
    border-radius: 0.12rem;
    background-color: #fff;
    margin: 0.35rem auto 0 auto;
    padding: 0.12rem 0;
    box-shadow: 0 0.1rem 0 #ffc7bf;
}

.turntable .wrapper .border {
    border-radius: 0.12rem;
    width: 6.82rem;
    margin: 0 auto;
    border: 1px dashed #ff7f5f;
    padding-bottom: 0.3rem;
}

.turntable .wrapper .title {
    height: 1.04rem;
}

.turntable .wrapper .title .img {
    width: 0.49rem;
    height: 0.16rem;
    display: block;
}

.turntable .wrapper .title .img.right {
    transform: rotate(-180deg);
}

.turntable .wrapper .title .name {
    font-size: 0.36rem;
    color: #e74435;
    font-weight: bold;
    margin: 0 0.25rem;
}

.turntable .wrapper .list {
    padding: 0 0.2rem
}

.turntable .wrapper .list .header {
    font-size: 0.28rem;
    color: #a57e7e;
}

.turntable .wrapper .list .num {
    width: 1.2rem;
}

.turntable .wrapper .list .name {
    width: 2.85rem;
}

.turntable .wrapper .list .time {
    width: 2.3rem;
}

.turntable .wrapper .list .item {
    font-size: 0.24rem;
    color: #282828;
    margin-top: 0.25rem;
}

.turntable .wrapper .conter {
    padding: 0 0.17rem;
}

.turntable .wrapper .conter .item {
    margin-bottom: 0.3rem;
}

.turntable .wrapper .conter .item .num {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #e74435;
    border-radius: 50%;
    font-size: 0.24rem;
    color: #fff;
}

.turntable .wrapper .conter .item .text {
    width: 5.9rem;
}

.turntable .wrapper .conter .item .text .bold {
    font-weight: bold;
}

.turntable .copyright {
    font-size: 0.24rem;
    color: #ffd68e;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.15rem;
}

.turntable .source {
    position: fixed;
    z-index: 55;
    width: 5.8rem;
    left: 50%;
    margin-left: -2.9rem;
    top: 2rem;
    transform: translate3d(0, -200%, 0);
    transition: all .3s cubic-bezier(.25, .5, .5, .9);
}

.turntable .source.on {
    transform: translate3d(0, 0, 0);
}

.turntable .source .pictrue {
    width: 5.8rem;
    height: 2.2rem;
    margin-bottom: 0.2rem;
}

.turntable .source .pictrue img {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    display: block;
}

.turntable .source .close {
    width: 0.48rem;
    height: 0.48rem;
    margin: 0.35rem auto 0 auto;
}

.turntable .source .close img {
    width: 100%;
    height: 100%;
    display: block;
}

.turntable .followCode .pictrue {
    width: 5rem;
    height: 7.2rem;
    border-radius: 12px;
    left: 50%;
    top: 50%;
    margin-left: -2.5rem;
    margin-top: -3.6rem;
    position: fixed;
    z-index: 99;
}

.turntable .followCode .pictrue img {
    width: 100%;
}
.mask2 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    overflow: hidden;
    z-index: 222;
    top: 0;
    left: 0;
}
.lottery-alert {
    width: 6rem;
    text-align: center;
    z-index: 10000;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.lottery-alert h1 {
    font-size: 18px;
    font-weight: bold;
    color: #D92B2F;
}
.lottery-alert img {
    display: block;
    height: 120px;
    margin: 0 auto;
}
.lottery-alert h2 {
    font-weight: normal;
    color: #D92B2F;
    font-size: 15px;
    padding-top: 15px;
}
.lottery-alert p {
    color: #666;
    font-size: 16px;
    padding-top: 5px;
}
.lottery-alert .btnsave {
    border-radius: 3px;
    box-shadow: none;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    margin-top: 12px;
    background: linear-gradient(180deg, rgba(213,60,63,1) 0%, rgba(201,20,24,1) 100%);
    font-size: 16px;
}
