.choice {
    min-height: 100vh;
    background: url(http://greatnews.swmob.com/twosessions/choiceimgBg.jpg) no-repeat;
    background-size: 100% 100%;
    /* padding: 0.50rem 0.18rem 0; */
    width: 100%;
    box-sizing: border-box;

    overflow: hidden;
}

.choice .title {
    width: 3rem;
    padding: 0.2rem 0rem 0;
    margin: 0 auto 0.23rem;
}

.choice .title span {
    display: block;
    margin-bottom: 0.07rem;
    line-height: 1;
    font-size: 0.13rem;
    letter-spacing: 1px;
    color: #fffde9;
}
.choiceConTitle{
    width: 2.76rem;
    margin: 0 auto;
}
.choice .choiceCon {
    width: 3.27rem;
    display: flex;
    flex-wrap: wrap;
   
    background-size: 100% 100%;
    box-sizing: border-box;
    margin: 0 auto 0em;
    justify-content: space-between;
}
.choiceConBg{
    width: 3.27rem;
    height: 3.47rem;
    position: relative;
    background: url(http://greatnews.swmob.com/twosessions/choiceimgbg.png) left top/100% 100%;
    margin: 0rem auto 0;
}
.choiceConBg::before{
    position: absolute;
    content: "";
    width:0.94rem;
    height: 0.3rem;
    background: url(http://greatnews.swmob.com/twosessions/chioseselect.png) left top/100% 100%;
    left: 0.02rem;
    top: 0;
}

.choiceConBg::after{
    position: absolute;
    content: "";
    width:0.75rem;
    height: 0.625rem;
    background: url(http://greatnews.swmob.com/twosessions/choiceimgdate.png) left top/100% 100%;
    left: 0;
    bottom: 0.1rem;
}

.choice .choiceCon li {
    position: absolute;
    /* animation: rotatefresh 2s infinite linear; */
 
}
.choice .choiceCon li:nth-child(1){
    animation: rotatefresh 1.4s infinite linear;
    width: 0.85rem;
    left: 0.4rem;
    top: 0.45rem;
}
.choice .choiceCon li:nth-child(2){
    animation: rotatefresh 1.6s infinite linear;
    width: 1.18rem;
    left: 1.8rem;
    top: 0.3rem;
}
.choice .choiceCon li:nth-child(3){
    animation: rotatefresh 1.8s infinite linear;
    width: 0.96rem;
    left: 1rem;
    top: 0.8rem;
}
.choice .choiceCon li:nth-child(4){
    animation: rotatefresh 2s infinite linear;
    width: 0.82rem;
    left: 2.2rem;
    top: 1rem;
}
.choice .choiceCon li:nth-child(5){
    animation: rotatefresh 2.2s infinite linear;
    width: 1.32rem;
    left: 1rem;
    top: 1.3rem;
}
.choice .choiceCon li:nth-child(6){
    animation: rotatefresh 2.4s infinite linear;
    width: 0.9rem;
    left: 0.2rem;
    top: 1.75rem;
}
.choice .choiceCon li:nth-child(7){
    animation: rotatefresh 2.6s infinite linear;
    width: 0.85rem;
    left: 1.5rem;
    top: 1.8rem;
}

.choice .choiceCon li:nth-child(8){
    animation: rotatefresh 2.8s infinite linear;
    width: 0.95rem;
    left: 0.78rem;
    top: 2.2rem;
}


/* .choice .choiceCon li em {
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    animation:  rotatefresh 2s infinite linear;
} */

.choice .choiceCon li:nth-child(3n) {
    margin-right: 0
}

.footerLogo {
    width: 1rem;
    margin: 0.2rem auto;
}
@-webkit-keyframes rotatefresh  {
    0% {
       transform: scale(0.95);
        
    }
    50%{
        transform: scale(1.05);
    }
    100% {
        transform: scale(0.95);      
    }
}
.swiper1{
    width: 3rem;
    margin: 0 auto 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiperlef{
    width: 45%;
    animation: rotatefresh11 3.2s infinite linear;
}

.swiper1s{
    width: 45%;
    animation: rotatefresh11 2.2s infinite linear;
}

@-webkit-keyframes rotatefresh11  {
    0% {
       transform: scale(1);
        
    }
    50%{
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);      
    }
}

.swipercon{
    display: none;
    width: 3rem;
    margin: 0.2rem auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.swipercon img{
    display: block;
    width: 100%;
}
.swipercon .close{
    width: 0.25rem;
    margin: 0.2rem auto;
}
.swipercon .close img{
    display: block;
    width: 100%;
}


.box{
    width: 100%;
    height: 82vh;
    border-radius: 5px;
    /* height: 5rem; */
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}
.swipercon img {
    display: inline-block;
    width: 100%;
}

.choice .choiceCon li em{
    display: block;
    width: 0.15rem;
    height: 0.15rem;

    right: 0.1rem;
    top: 0.05rem;
    position: absolute;
    color: #f1cf8a;
    font-size: 0.2rem;
}
.choice .choiceCon li em i{
    display: block;
}



.music_img {
    position: fixed;
    right: 0.07rem;
    top: 0.07rem;
    width: 0.25rem;
    height: 0.25rem;
    z-index: 100;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.xuanzhuan {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}

 .music_img img {
    width: 100%;
    height:100%;
}

/* 
.choice .choiceCon li em i {
    position: relative;
    display: block;
    color: red;
    width: 0px;
    height: 0px;
    border-right:  0.1rem solid transparent;
    border-bottom: 0.07rem  solid red;
    border-left:   0.1rem solid transparent;
    -moz-transform:    rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform:     rotate(35deg);
    -o-transform:      rotate(35deg);
 }
 .choice .choiceCon li em i:before {
    border-bottom: 0.08rem solid red;
    border-left: 0.03rem solid transparent;
    border-right: 0.03rem solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -0.45rem;
    left: -0.65rem;
    display: block;
    content: '';
    -webkit-transform: rotate(-35deg);
    -moz-transform:    rotate(-35deg);
    -ms-transform:     rotate(-35deg);
    -o-transform:      rotate(-35deg);
 
 }
 .choice .choiceCon li em i:after {
    position: absolute;
    display: block;
    color: red;
    top: 0.03rem;
    left: -0.1rem;
    width: 0px;
    height: 0px;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.07rem solid red;
    border-left: 0.1rem solid transparent;
    -webkit-transform: rotate(-70deg);
    -moz-transform:    rotate(-70deg);
    -ms-transform:     rotate(-70deg);
    -o-transform:      rotate(-70deg);
    content: '';
 } */

