﻿.main {
    background: #202045;
    margin: 0 auto;
    position: relative;
    float: left;
    width: 100%;
    max-width: 640px;
}

.alert-marquee {
    background: none ;
    position: absolute ;
    top: 0;
    z-index: 9;
    height: .4rem ;
    line-height: .4rem ;
    width: 100%;
}

.alert-marquee .inner {
    position: absolute;
    left: 0 ;
    top: 0;
    padding: 0 0 0 1rem;
    float: left;
    width: 100%;
    line-height: .4rem;
    font-size: .22rem ;
    color: #fff ;
    white-space: nowrap;
}

.main .banner {
    width: 100%;
    height: 10.36rem;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner .zhuanpan {
    width: 6.88rem;
    height: 6.88rem;
    position: relative;
    margin-top: -2rem;
    margin-left: -3.36rem;
}

.main .banner .big {
    width: 6.72rem;
    height: 6.72rem;
    background: url(../image/big.png) no-repeat;
    background-size: 100% 100%;
    animation: bigRorating 8s linear infinite;
}

.main .banner .small, .main .banner .smaller {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main .banner .small {
    width: 5.6rem;
    height: 5.6rem;
    background: url(../image/small.png) no-repeat;
    background-size: 100% 100%;
    animation: bottomRorating 6s linear infinite;
}

.main .banner .smaller {
    width: 3.86rem;
    height: 3.86rem;
    background: url(../image/smaller.png) no-repeat;
    background-size: 100% 100%;
    animation: middleRorating 8s linear infinite;
}

.main .banner .taiji {
    width: 1.68rem;
    height: 1.68rem;
    background: url(../image/taiji.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes bigRorating {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-1turn);
    }
}

@keyframes bottomRorating {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

@keyframes middleRorating {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-1turn);
    }
}

.star {
    position: absolute
}

.star.star1 {
    left: .8rem;
    bottom: 4rem
}

.star.star2 {
    left: 1.24rem;
    bottom: 4.4rem
}

.star.star3 {
    left: 2.1rem;
    bottom: 4.2rem
}

.star.star4 {
    left: 2.44rem;
    bottom: 4.88rem
}

.star.star5 {
    left: 3.16rem;
    bottom: 4.80rem
}

.star.star6 {
    left: 3.72rem;
    bottom: 5.20rem
}

.star.star7 {
    left: 3.84rem;
    bottom: 6.12rem
}

.star.star8 {
    left: 4.3rem;
    bottom: 6.82rem
}

.star .img_text {
    width: .56rem;
    height: auto;
    transform: scale(3);
    opacity: 0;
    transition: all .8s ease-in-out;
    position: absolute
}

.star .img_text.show {
    opacity: 1;
    transform: scale(1)
}

.star .img_text.img_text1 {
    left: -.6rem;
    top: .12rem
}

.star .img_text.img_text2 {
    left: -.2rem;
    top: -.2rem
}

.star .img_text.img_text3 {
    top: .4rem;
    left: -.2rem
}

.star .img_text.img_text4 {
    top: -.2rem;
    left: -.2rem
}

.star .img_text.img_text5 {
    top: .4rem
}

.star .img_text.img_text6 {
    left: .26rem
}

.star .img_text.img_text7 {
    left: -.56rem;
    top: .1rem
}

.star .img_text.img_text8 {
    top: -.2rem;
    left: -.3rem
}

.star .line_box {
    position: relative
}

.star .line_box .img_point {
    opacity: 0;
    transform: scale(4);
    transition: all .8s ease-in-out;
    width: .24rem;
    height: .24rem
}

.star .line_box .img_point.show {
    opacity: 1;
    transform: scale(1)
}

.star .star_line {
    width: .01rem;
    height: 0;
    transition: height .8s ease-in-out;
    background: #fff;
    transform-origin: bottom center;
    position: absolute;
    left: 50%;
    bottom: 50%
}

.star .star_line.star_line1 {
    transform: rotate(48deg)
}

.star .star_line.star_line1.show {
    height: .6rem
}

.star .star_line.star_line2 {
    left: calc(50% - .04rem);
    transform: rotate(102deg)
}

.star .star_line.star_line2.show {
    height: .88rem
}

.star .star_line.star_line3 {
    left: calc(50% - .02rem);
    transform: rotate(30deg)
}

.star .star_line.star_line3.show {
    height: .72rem
}

.star .star_line.star_line4 {
    left: calc(50% - .04rem);
    transform: rotate(95deg)
}

.star .star_line.star_line4.show {
    height: .72rem
}

.star .star_line.star_line5 {
    left: calc(50% - .04rem);
    transform: rotate(58deg)
}

.star .star_line.star_line5.show {
    height: .70rem
}

.star .star_line.star_line6 {
    left: 50%;
    transform: rotate(8deg)
}

.star .star_line.star_line6.show {
    height: .90rem
}

.star .star_line.star_line7 {
    left: 50%;
    transform: rotate(35deg)
}

.star .star_line.star_line7.show {
    height: .84rem
}

div > img {
    vertical-align: middle;
}

img {
    pointer-events: none;
    border-style: none;
}

.main .comment_box {
    padding: .2rem 0;
}

.flex_sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cm_box {
    width: 100%;
    height: 1.2rem;
    padding-left: .2rem;
    position: relative;
}

.van-swipe {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.swiper-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 4.8rem;
}

.swiper-box .van-swipe-item {
    width: 4.8rem;
}

.van-swipe-item {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
}

.swiper-box .ct_box {
    padding-top: .1rem;
}

.flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.swiper-box .ct_box .avtor {
    display: block;
    border-radius: 100%;
    margin-right: .2rem;
    width: 1rem;
    height: auto;
}

.swiper-box .text_box {
    color: #fff;
    font-size: .26rem;
    text-align: left;
}

.swiper-box .text_box .frist {
    margin-bottom: .08rem;
}

.count_box {
    font-size: .24rem;
    color: #fff;
    width: 2.3rem;
    padding: 0 .1rem 0 .2rem;
    text-align: left;
    box-sizing: border-box;
    border-left: .02rem solid hsla(0, 0%, 100%, .6);
}

.count_box .num {
    color: #ffe078;
}

.main .calc_box {
    margin-bottom: .5rem;
}

.main .calc_box .scale_btn {
    width: 7.1rem;
    height: auto;
    margin-left: .2rem;
}

.scale_img {
    animation: scaleMotion 2s linear infinite;
}

@keyframes scaleMotion {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

.main .calc_box .user_text {
    font-size: .28rem;
    color: #fff;
    padding: .24rem .48rem 0;
}

.flex_center, .flex_center_cl {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .content {
    padding: 0 .08rem;
    width: 100%;
    box-sizing: border-box;
}

.main .content img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: .52rem;
}

.footer-bar {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.2rem;
    background-color: rgba(32,32,6,.7);
    box-sizing: border-box;
    display: none;
    max-width: 640px;
}

.btn_box {
    width: 100%;
    border-radius: 100%;
    font-weight: 700;
}

.btn_box img {
    width: 95%;
    margin-left: 2.5%;
}

@keyframes commentmove {
    0% {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);

    }

    100% {
        transform: translate3d(0,-500px,0);
        -webkit-transform: translate3d(0,-500px,0);
    }
}
@-webkit-keyframes commentmove {
    0% {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);

    }

    100% {
        transform: translate3d(0,-500px,0);
        -webkit-transform: translate3d(0,-500px,0);
    }
}