@charset "utf-8";
*{
    margin:0;
    padding:0;
}
body{
    font-size: .27rem; /*body必须有一个默认大小*/
    /* background: #8CC7B5; */
}
img{
    display: block;
    /*取消ios图片点击闪烁效果*/
    -webkit-tap-highlight-color: transparent;
}
/*弹性盒子*/
.flex{
    display: flex;
    display: -webkit-flex;
}
.flex_item{
    flex: 1;
    -webkit-flex: 1;
    -moz-flex:1;
}
.flex_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_middle {
    justify-content: center;
    -webkit-justify-content: center;
}
.flex_around{
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex_between{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex_column{
    flex-direction: column;
    -webkit-flex-direction: column;
}
/* 通用样式 */
.wei-pull-left{
	float: left;
}
.wei-pull-right{
	float: right;
}
.wei-pull-relative{
	position: relative;
}
.wei-pull-absolute{
	position: absolute;
}

/*************************竖屏浏览开始************************/
@-webkit-keyframes rotation {
        10% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
        50%, 60% { transform: rotate(0deg); -webkit-transform: rotate(0deg) }
        90% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
        100% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
    }
    @keyframes rotation {
        10% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
        50%, 60% { transform: rotate(0deg); -webkit-transform: rotate(0deg) }
        90% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
        100% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
    }
    #orientLayer { display: none; }
    @media screen and (min-aspect-ratio: 13/8) { 
      #orientLayer { display: block; z-index: 10001 ;}
        html{
            overflow: hidden;
            height: 100%;
            width: 100%;
            position: fixed;
        }
    }
    .mod-orient-layer { 
      display: none; 
      position: fixed; 
      height: 100%; 
      width: 100%; 
      left: 0; top: 0; 
      right: 0; 
      bottom: 0; 
      background: #000; 
      z-index: 9997
    }
    .mod-orient-layer__content { 
      position: absolute; 
      width: 100%; 
      top: 45%;
       margin-top: -75px; 
       text-align: center 
     }
    .mod-orient-layer__icon-orient {
      background-image: url('../images/rotate.png');
      display: inline-block; 
      width: 67px; 
      height: 109px;
        transform: rotate(90deg); 
        -webkit-transform: rotate(90deg); 
        -webkit-animation: rotation infinite 1.5s ease-in-out; 
        animation: rotation infinite 1.5s ease-in-out; 
        -webkit-background-size: 67px; 
        background-size: 67px 
      }
    .mod-orient-layer__desc { 
      margin-top: 20px; 
      font-size: 15px; 
      color: #fff 
    }
 /*************************竖屏浏览结束************************/   
 
@-webkit-keyframes bounceInDown{
    0%{
    opacity:0;
    -webkit-transform:translateY(-2000px);
    transform:translateY(-2000px)
}

60%{
    opacity:1;
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
}

80%{
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px)
}

100%{
    -webkit-transform:translateY(0);
    transform:translateY(0)
}

}@keyframes bounceInDown{
    0%{
    opacity:0;
    -webkit-transform:translateY(-2000px);
    -ms-transform:translateY(-2000px);
    transform:translateY(-2000px)
}

60%{
    opacity:1;
    -webkit-transform:translateY(30px);
    -ms-transform:translateY(30px);
    transform:translateY(30px)
}

80%{
    -webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    transform:translateY(-10px)
}

100%{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
}

}.bounceInDown{
    -webkit-animation-name:bounceInDown;
    animation-name:bounceInDown;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}

 /*弹窗背景*/
#greybackground{
    background:#000;
    display:block;
    z-index:10;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    opacity:0.8;
}
/*分享图片*/
.Share{
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

/*弹窗*/
.showFloat{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.float {
    width: 90%;
    left: 5%;
    display: none;
    position: absolute;
    z-index: 1000;
}
.floatContent{
    margin: 10px 10px 20px;
    background: url("../images/float_center_pic.png") no-repeat;
    background-size: 100% 100%;
    padding: 15px;
    width: 4.86rem;
    height: 6.64rem;
}
.floatDetail{
    margin: 2.5rem auto 0;
    height: 3.2rem;
    font-size: .27rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.floatBtn{
    width: 100%;
    justify-content: space-around;
    text-align: center;
}
.BTN{
    width: 2.72rem;
    height: .77rem;
    line-height: .77rem;
    font-size: .32rem;
    color: #57320c;
    background: url("../images/btn.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: 600;
}
.float-text{
    color: #fff;
    text-align: center;
    margin: .5rem 0 1.6rem;
}
.float-btn{
    width: 2.72rem;
    height: .77rem;
    margin: 0 auto .6rem;
}
.game-three{
    width: .37rem;
    height: .78rem;
    margin: auto;
}
.game-two{
    width: .7rem;
    height: .79rem;
    margin: auto;
}
.game-one{
    width: .56rem;
    height: .79rem;
    margin: auto;
}
.game-go{
    width: 3.73rem;
    height: .72rem;
    margin: auto;
}
.float-box{
    min-height: 3rem;
}
.game-start-animation{
    animation: animatives 1s ease;
}
@keyframes animatives {
    0%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1);
    }
}
.float-title{
    width: 4.57rem;
    height: .99rem;
    margin: auto;
}
.float-box2{
    min-height: 2.4rem;
    position: relative;
}
.float-box-role1{
    width: 2.17rem;
    height: 2.35rem;
    margin: auto;
}
.float-box-role2{
    width: 2.28rem;
    height: 2.26rem;
    margin: auto;
}
.float-box-role3{
    width: 1.42rem;
    height: 2.21rem;
    margin: auto;
}
.float-result-pic1{
    width: 6.4rem;
    height: 1.54rem;
    margin: auto;
    position: relative;
}
.float-result-pic2{
    width: 6.4rem;
    height: 1.76rem;
    margin: auto;
    position: relative;
}
.float-result{
    width: 50%;
    margin: auto;
    color: #fff;
    position: relative;
}
.float-center-pic2{
    width: 4.82rem;
    height: 3.83rem;
    margin: -3rem auto .3rem;
    z-index: -1;
}
.float-btn-pic{
    width: 3.2rem;
    height: .77rem;
    margin: auto;
}
.float-btn-box{
    margin-top: .6rem;
}
.float-btn-item{
    color: #fff;
    text-align: center;
    font-size: .21rem;
}
.float-btn-item>img{
    width: .92rem;
    height: .77rem;
    margin: 0 auto .05rem;
}

/*弹窗关闭按钮（圆圈X）开始*/
.close{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
    background: #6cf2ff;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.close:before,.close:after{
    content: '';
    width: 3px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 19px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.close:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.code{
    width: 30%;
    margin: 0 auto 20px;
}
.min-code{
    width: 30%;
    margin: 0 auto 10px;
}
.min-code>img{
    width: 100%;
    height: 100%;
}
/*弹窗关闭按钮（圆圈X）结束*/

/*********************转盘抽奖*******************/
.rotate-container{
    width: 90%;
    margin: .3rem auto;
    text-align: center;
}
.rotate-tip{
    width: 100%;
    text-align: center;
    color: #fff;
}
.rotate-circle{
    width: 5.22rem;
    height: 5.22rem;
    background: url("../images/directbg.png") no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin: .2rem auto;
    position: relative;
}
.RotateStatic {
    width: 1rem;
    top: 32%;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    transform-origin: 50% 65.5%;
}
.rotate-chance{
    display: inline-block;
    padding: .1rem .2rem;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    background: #c1801a;
    letter-spacing: .02rem;
    text-indent: .02rem;
    border-radius: 5px;
}
.rotate-chance>span{
    font-weight: bold;
}
.btn-back{
    width: 1.84rem;
    height: .45rem;
    margin-top: .2rem;
}
.rotate-pic{
    /* width: 1.06rem;
    height: .49rem; */
    width: 100%;
    height: 100%;
}
.rotate-scroll{
    margin-bottom: .3rem;
}
.rotate-scroll-left{
    width: 1.06rem;
    height: 32px;
    position: relative;
    z-index: 99;
}
.rotate-scroll-right{
    width: 70%;
    height: 30px;
    position: relative;
    background: #346656;
    color: #ffe553;
    border-radius: 30px;
    margin-left: -.9rem;
}
.rotate-scroll-right>.list_lh{
    width: 70%;
    margin-left: .8rem;
    margin-top: 0px;
    /* 禁止ios端长按复制选中文字的方法 */
    -webkit-touch-callout:none; /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}
.list-scroll>div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    text-align: left;
}
.list-scroll>div:nth-child(1){
    width: 40%;
    height: 30px;
}
.list-scroll>div:nth-child(2){
    width: 60%;
    height: 30px;
}

/************************排行榜rank列表**************************/
.wei-list-container{
	width: 5.2rem;
    min-height: 7.2rem;
    margin: auto;
    background: url("../images/box_pic.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #413114;
}
.wei-list-content{
    text-align: center;
    padding: .3rem .3rem .2rem;
    box-sizing: border-box;
}
.wei-list-part{
	margin-bottom: .2rem;
}
.prizeTable{
    width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.prizeTable td{
	padding: 2px;
	text-align: center;
    border-bottom: 1px solid #413114;
	font-size: .23rem;
}
.prizeTable td>img{
    height: .27rem;
	margin: 0 auto .1rem;
}
.prizeTable td:nth-child(1)>img{
	width: .67rem;
}
.prizeTable td:nth-child(2)>img{
	width: .67rem;
}
.prizeTable td:nth-child(3)>img{
	width: 1.32rem;
}
.aloneTd{
	padding: 1.6rem 0 !important;
	font-size: .27rem !important;
}
.aloneTd1{
    padding: .8rem 0 !important;
	font-size: .27rem !important;
}
.wei-list-ranking{
	position: relative;
	margin: .0 auto;
	display: inline-block;
}
.ranking-text{
	width: 100%;
	text-align: center;
	margin: .5rem auto .1rem;
}
.ranking-title{
	/* font-size: .27rem;
	font-weight: bold; */
    width: 1.27rem;
    height: .27rem;
    margin: auto;
}
/*左上直角*/
.wei-corner{
	width: 15px;
	height: 3px;
	background: #413114;
	position: absolute;
}
.wei-corner:before{
	content: '';
	width: 3px;
	height: 15px;
	background: #413114;
	position: absolute;
	left: 0;
}
.wei-corner-1{
	top: 0;
	left: -15px;
}
.wei-corner-2{
	top: 0;
	right: -30px;
	transform: rotate(90deg);
	transform-origin:  top left;
}
.wei-corner-3{
	bottom: 0;
	left: -30px;
	transform: rotate(-90deg);
	transform-origin:  top right;
}
.wei-corner-4{
	bottom: -15px;
	right: 0;
	transform: rotate(180deg);
	transform-origin:  top right;
}
/*向右三角*/
.wei-square{
	position: absolute;
	width: 15px;
	height: 15px;
	top: 38%;
	left: 10px;
}
.wei-square:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:8px transparent solid; 
	border-right-width:0; 
	border-left-width:15px; 
	border-left-color:#413114; 
	position:absolute; 
	top:0px; 
	left:0px;
}
.rank-tip{
    font-size: .16rem;
    margin: .3rem auto;
    text-align: justify;
    text-indent: .02rem;
    letter-spacing: .02rem;
}

/************************我的奖品**************************/
.myPrize-content{
    width: 5.2rem;
    min-height: 7.2rem;
    margin: 0 auto .2rem;
    background: url("../images/box_pic.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #413114;
    padding: .6rem .5rem .3rem;
    box-sizing: border-box;
}
.myPrize-title{
    border-bottom: 3px solid rgb(96,57,2);
    margin-bottom: .1rem;
}
.myPrize-pic1{
    width: 1.68rem;
    height: .29rem;
    margin: 0 auto .1rem;
}
.myPrize-pic2{
    width: 1.36rem;
    height: .29rem;
    margin: 0 auto .1rem;
}
.myPrize-list{
    margin-bottom: .5rem;
}
.myPrize-item{
    margin-bottom: .05rem;
}
.myPrize-detail{
    height: 4.2rem;
    overflow: auto;
    text-align: justify;
}
/* 安卓手机显示下拉条 */
.myPrize-phone-bar::-webkit-scrollbar-track-piece{background-color: rgba(0,0,0,0); border-left: 1px solid rgba(0,0,0,0);}
.myPrize-phone-bar::-webkit-scrollbar{width: 5px; -webkit-border-radius:5px; -moz-border-radius: 5px; border-radius: 5px;}
.myPrize-phone-bar::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.5); background-clip: padding-box; -webkit-border-radius:5px; -moz-border-radius: 5px; border-radius: 5px; min-height: 28px;}
.myPrize-phone-bar::-webkit-scrollbar-thumb:hover{background-color: rgba(0,0,0,0.5); -webkit-border-radius:5px; -moz-border-radius: 5px; border-radius: 5px;}
.myPrize-detail>span{
    font-weight: bold;
}

/************************奖品来源页面**************************/
.record-container{
    width: 90%;
    min-height: 50vh;
    margin: .3rem auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    text-align: center;
}
.record-table-title{
    font-weight: bold;
    color: #2a2926;
    margin-bottom: .2rem;
}
.record-table-title span{
    width: 1.8rem;
}

/************************信息登记页面**************************/
.register-container{
    width: 5.2rem;
    min-height: 7.2rem;
    margin: 0 auto .2rem;
    background: url("../images/box_pic.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #413114;
    padding: .6rem .5rem .3rem;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.register-content{
    width: 100%;
}
.info-item{
    margin-bottom: .2rem;
}
.info-item label{
    width: .8rem;
    font-size: .24rem;
    font-weight: bold;
}
.info-item input,.info-item textarea{
    width: 3rem;
    border: none;
    background: #cfc398;
    outline: none;
    font-size: .24rem;
    border-radius: 6px;
    padding: 0 .08rem;
    box-sizing: border-box;
    margin-left: .2rem;
    color: #413114;
}
.info-item input{
    height: .5rem;
}
.info-item:nth-child(1)>img, .info-item:nth-child(2)>img{
    width: .65rem;
    height: .28rem;
}
.info-item:nth-child(3)>img{
    width: .68rem;
    height: .68rem;
}

.register-tip{
    font-size: .2rem;
    line-height: .3rem;
    color: #413114;
    text-align: justify;
}
.register-submit{
    width: 1.38rem;
    height: .59rem;
    margin: .3rem auto 0;
}
/**********************详情detail页面****************************/
.detail-content{
    width: 5.59rem;
    margin: .3rem auto;
    background: url("../images/box_pic1.png") no-repeat;
    background-size: 100% 100%;
    padding: .4rem .5rem;
    box-sizing: border-box;
    color: #413114;
    font-size: .24rem;
    text-align: center;
}
.detail-title{
    width: 2.51rem;
    height: .63rem;
    margin: 0 auto .3rem;    
}
.detail-list{
    flex-wrap: wrap;
}
.detail-item{
    width: 33.33%;
    margin-bottom: .2rem;
}
.detail-item>p{
    font-size: .18rem;
    transform: scale(.8);
    white-space: nowrap;
}
.detail-pic{
    height: 1.02rem;
}
.detail-pic>img{
    margin: auto;
}
.detail-pic1+p{
    font-size: .18rem;
    white-space: nowrap;
    margin-bottom: .2rem;
}
.detail-pic1{
    width: 1.92rem;
    height: 1.52rem;
}
.detail-pic2{
    width: 1.04rem;
    height: 1.04rem;
}
.detail-pic3{
    width: .88rem;
    height: .86rem;
}
.detail-pic4{
    width: .51rem;
    height: .86rem;
}
.detail-pic5{
    width: .95rem;
    height: 1.02rem;
}
.detail-pic6{
    width: 1.32rem;
    height: .84rem;
    padding-top: .15rem;
}
.detail-pic7{
    width: .85rem;
    height: 1rem;
}
.detail-pic8{
    width: 3.86rem;
    height: 1.62rem;
    margin: auto;
}
.detail-pic8-text{
    width: 96%;
    height: 1.2rem;
    text-align: center;
    margin: auto;
}
.detail-pic8-text>div:nth-child(1){
    width: 40%;
    text-align: center;
}
.detail-pic8-text>div:nth-child(2){
    width: 60%;
    text-align: center;
}
.detail_rule{
    text-align: justify;
}
.detail_rule>span{
    font-weight: bold;
}
.detail-time{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: .3rem;
}
.get-more{
    display: inline-block;
    border-bottom: 1px solid #413114;
    font-weight: bold;
}
/* 分页样式 */
.page{
    display: inline-block;
    margin: auto;
    text-align: center;
    position: relative;
}
.page select{
    border: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline: none;
    background: none;
    text-align: center;
    text-align-last: center;/*兼容chrome*/
    font-size: .24rem;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page span{
    font-size: .24rem;
}
select option{
    text-align: center;
}
/* 长按图片取消保存 */
.notSave{
    pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
/* 苹果手机点击图片取消闪烁 */
.notflash{
    -webkit-tap-highlight-color: transparent;
}
/* 图片阴影 */
.pic-shadow{
    filter: drop-shadow(0 0 5px #000);
}
/* 分享箭头 */
.shareArrow{
    position: fixed;
    left: 0; top: 0;
    pointer-events:none;
    margin-top: -50%; /*transfrom居中时*/
    writing-mode: vertical-rl;
}
/* 纵向跑马灯 */
.list_lh{
    position: absolute;
    height: 30px;
    width: 90%;
    left: 5%;
    margin-top: 3px;
    overflow: hidden;
    text-align: center;
}
.list_lh ul{
    margin: 0;
    padding: 0;
    width: 100%;
    height:100%;
}
.list_lh ul li{
    list-style: none;
    height: 30px; /*等于tiger.js中margin-top的值*/
}

/******/
    /*在这里写页面主体样式  样式字体采用的单位是 rem
    rem=2倍px/100
    即：我们想要20px的字体大小，那么就是0.4rem = 2*20/100
/******/
.logo{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.title{
    width: 100%;
}
.startBg{
    min-height: 100vh;
    background: url("../images/start_bottom_pic.png") no-repeat bottom,
                url("../images/start_top_pic.png") no-repeat top,
                url("../images/start_center_pic.png") no-repeat,
                url("../images/start_center_bg.png") no-repeat #f6cc82;
    background-size: 100% auto, 100% auto, 100% 100%, 100% 100%;
}
.pageBtn-pos{
    position: absolute;
    width: 100%;
    bottom: 1.2rem;
    color: #fff;
    font-size: .21rem;
}
.pageBtn{
    width: 2.72rem;
    height: .77rem;
}
.startBg2{
    min-height: 100vh;
    background: url("../images/start_bottom_pic.png") no-repeat bottom,
                url("../images/start_top_pic2.png") no-repeat top,
                url("../images/start_top_pic.png") no-repeat top,
                url("../images/start_center_pic3.png") no-repeat,
                url("../images/start_center_bg3.png") no-repeat #33535e;
    background-size: 100% auto, 100% auto, 100% auto, 100% auto, 100% 100%;
    padding-bottom: 1rem;
    box-sizing: border-box;
}
.start-center-btn{
    width: 100%;
    height: 1.96rem;
    background: url("../images/start_center_btn.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 6.3rem;
    z-index: 9;
}
.start-temp{
    position: relative;
    height: 8.9rem;
    width: 100%;
    z-index: -1;
}
.pageBtn-pos1{
    position: relative;
    width: 100%;
    color: #fff;
    font-size: .21rem;
}
.start-chance{
    text-align: center;
    font-size: .27rem;
    position: absolute;
    width: 100%;
    top: -.6rem;
}
.start-center-btn>div{
    position: absolute;
    /* background: rgba(0, 0, 0, .5); */
    width: 2.14rem;
    height: .59rem;
    z-index: 9;
}
.start-center-btn>div:nth-child(1) {
    top: 0;
    left: 0;
}
.start-center-btn>div:nth-child(2) {
    top: .65rem;
    left: 0;
}
.start-center-btn>div:nth-child(3) {
    bottom: 0;
    left: 0;
}
.start-center-btn>div:nth-child(4) {
    top: .4rem;
    right: 0;
}
.start-center-btn>div:nth-child(5) {
    top: 1.1rem;
    right: 0;
}
.startBg3{
    min-height: 100vh;
    background: url("../images/start_top_pic3.png") no-repeat,
                url("../images/start_bottom_pic.png") no-repeat bottom #33535e;
    background-size: 100% auto, 100% auto;
    padding: 2.4rem 0 .6rem;
    box-sizing: border-box;
}
.start-content{
    width: 5.99rem;
    height: 7.13rem;
    margin: auto;
    background: url("../images/start_box_pic.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: .8rem;
    padding-bottom: .5rem;
    /* box-sizing: border-box; */
}
.start-box-top{
    width: 100%;
    position: absolute;
    top: -.6rem;
}
.start-box-tip{
    width: 60%;
    margin: auto;
}
.start-box{
    padding: .2rem .3rem 0;
    box-sizing: border-box;
}
.start-box-item{
    margin-bottom: .2rem;
}
.start-box-item>div:nth-child(1){
    width: 75%;
    font-size: .24rem;
    text-align: justify;
}
.start-box-item>div:nth-child(2){
    width: 25%;
}
.start-box-item .start-item-btn{
    width: 1.01rem;
    height: .44rem;
    line-height: .39rem;
    background: url("../images/min-btn1.png") no-repeat;
    background-size: 100% 100%;
    margin: auto;
    text-align: center;
    font-size: .21rem;
    color: #57320c;
    font-weight: bold;
}
.start-box-item .active{
    background: url("../images/min-btn2.png") no-repeat;
    background-size: 100% 100%;
    color: #555;
}

/* 游戏页面 */
/* 前言 */
.preface{
    min-height: 100vh;
    background:#33535e;
    padding-bottom: .4rem;
    box-sizing: border-box;
    text-align: center;
}
.preface-pic{
    width: 100%;
}
.preface-tip{
    text-align: center;
    color: #fff;
    font-size: .21rem;
    margin-top: .15rem;
}
/* 角色选择 */
.roleSelect{
    min-height: 100vh;
    background: url("../images/start_bottom_pic.png") no-repeat bottom #33535e;
    background-size: 100% auto;
    padding-bottom: 1.3rem;
    box-sizing: border-box;
}
.selectRole{
    width: 100%;
}
.onSelect{
    width: 100%;
    /* background: rgba(255, 255, 255, .3); */
    position: absolute;
}
.on1{
    top: 0;
    height: 2.7rem;
}
.on2{
    top: 2.9rem;
    height: 3rem;
}
.on3{
    top: 6rem;
    height: 2.4rem;
}
.roleSel-pos{
    margin-top: -1.3rem;
    position: relative;
    z-index: 9;
}
/* 游戏 */
.gamePage{
    height: 100vh;
    background: #33535e;
    overflow: auto;
    /* 禁止ios端长按复制选中文字的方法 */
    -webkit-touch-callout:none; /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}
.gameBg-box{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.gameBg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0px);
}
.clock-pos{
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
.clock{
    position: relative;
    width: 1.92rem;
    height: .81rem;
    background: url("../images/clock_time.png") no-repeat;
    background-size: 100% 100%;
}
.clock-pic{
    width: .67rem;
    height: .81rem;
    position: absolute;
    top: 0;
    left: 0;
}
.game-time{
    width: 1.5rem;
    height: .81rem;
    line-height: .81rem;
    color: #f4de67;
    position: absolute;
    right: 0;
    text-align: center;
}
.progress-bar{
    position: absolute;
    left: .6rem;
    bottom: 1rem;
}
.float-pic{
    position: absolute;
    top: 1.4rem;
    left: .16rem;
    width: .88rem;
    height: .15rem;
    z-index: 9;
}
.bar-hei{
    width: .32rem;
    height: .88rem;
}
.bar-box{
    width: .32rem;
    height: 5.6rem;
    border: 2px solid #cf9f5b;
    background: #92642d;
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: inset 3px 3px 5px #6e4007;
    position: relative;
    margin-top: .2rem;
}
.bar{
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    height: 00%;
    background: linear-gradient(to right,#f7c536, #e78007);
    border-radius: 25px;
}
.game-tip{
    position: absolute;
    /* top: 8.9rem; */
    bottom: 1rem;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: .18rem;
    transform: scale(.9);
}
.friend-pk{
    position: absolute;
    /* top: 9.4rem; */
    bottom: .3rem;
    width: 4.52rem;
    height: .69rem;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/friend_pk.png") no-repeat;
    background-size: 100% 100%;
    color: #33535e;
}
.friend-pk>div:nth-child(1){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 1.8rem;
    padding-left: .3rem;
    padding-top: .2rem;
    white-space: nowrap;
}
.friend-pk>div:nth-child(2){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 1.8rem;
    padding-top: .2rem;
}
.mask-shine{
    position: absolute;
    top: 5.3rem;
    left: 0;
    right: 0;
    width: 3.16rem;
    height: 3.47rem;
    margin: auto;
}
.shine{
    animation: 1s shine infinite ease; 
}
@keyframes shine {
    0%,100%{
        opacity: .4;
        margin-top: 0;
    }
    25%{
        margin-top: 10px;
    }
    50%{
        opacity: .1;
        margin-top: 0;
    }
    75%{
        margin-top: 10px;
    }
}
.game-role1{
    position: absolute;
    top: 6rem;
    width: 2.17rem;
    height: 2.35rem;
    margin: auto;
    left: 0;
    right: 0;
}
.float-role1{
    width: 2.17rem;
    height: 2.35rem;
    margin: auto;
}
.game-role2{
    position: absolute;
    top: 6rem;
    width: 2.28rem;
    height: 2.26rem;
    margin: auto;
    left: 0;
    right: 0;
}
.float-role2{
    width: 2.28rem;
    height: 2.26rem;
    margin: auto;
}
.game-role3{
    position: absolute;
    top: 6rem;
    width: 1.42rem;
    height: 2.21rem;
    margin: auto;
    left: 0;
    right: 0;
}
.float-role3{
    width: 1.42rem;
    height: 2.21rem;
    margin: auto;
}
.roleMove{
    animation: .5s roleM infinite ease;
}
@keyframes roleM {
    0%,100% {
        margin-top: 0;
    }
    50%{
        margin-top: 10px;
    }
}
/* 上升动画 */
.roleMove1{
    animation: 1s roleCenter1 linear;
    margin-top: -90px;
}
/* 下降动画 */
.roleMove2{
    animation: 1s roleCenter2 linear;
    margin-top: 0;
}
/* 飞出动画 */
.roleMove3{
    animation: 1s roleUp linear;
    margin-top: -540px;
}
/* 未抵达 */
.roleMove4{
    animation: 1s roleDwon linear;
    margin-top: 500px;
}

@keyframes roleCenter1 {
    0%{
        margin-top: 0;
    }
    100% {
        margin-top: -90px;
    }
}
@keyframes roleCenter2 {
    0%{
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes roleUp {
    0%{
        margin-top: -90px;
    }
    100% {
        margin-top: -500px;
    }
}
@keyframes roleDwon {
    0%{
        margin-top: -90px;
    }
    100% {
        margin-top: 500px;
    }
}

.handleTouch{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    /* background: rgba(255,255,255,.6); */
}
/* 我的游戏段位 */
.shareBg{
    width: 100%;
    height: 100vh;
    position: relative;
}
.share-pic{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.share-tip{
    position: absolute;
    width: 100%;
    bottom: 1.5rem;
    text-align: center;
    color: #fff;
    font-size: .21rem;
    letter-spacing: .02rem;
    text-indent: .02rem;
}
.shareBtn-pos{
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
}
/* 和我PK的老友 */
.bg1{
    min-height: 100vh;
    background: url("../images/bg_top.png") no-repeat,
                url("../images/bg_bottom.png") bottom no-repeat #33535e;
    background-size: 100% auto, 100% auto;
    padding-bottom: .9rem;
    box-sizing: border-box;
}
.record-content{
    width: 5.2rem;
    height: 7.2rem;
    margin: auto;
    background: url("../images/box_pic.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #413114;
}
.record-list{
    margin: .3rem 0 .8rem;
    min-height: 4.5rem;
}
.record-item{
    width: 4.85rem;
    height: .9rem;
    margin: auto;
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: .24rem;
}
.record-item:nth-child(odd) {
    background: #dbd0a7;
}
.record_user_head{
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    margin-right: .1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, .6);
}
.record_user_head>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.record_user_name{
    font-weight: bold;
    font-size: .27rem;
}
.record_result{
    text-align: left;
    
}
.record-content1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.noRecord{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.record-level{
    color: rgb(172, 117, 55);
    font-size: .24rem;
}
.record-level>div{
    display: inline-block;
    border-bottom: 1px solid rgb(172, 117, 55);
    font-weight: bold;
    margin-left: .1rem;
}

.btnAction{
    animation: 1s change infinite ease;
}
@keyframes change {
    0%,100%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1);
    }
}
@media screen and (max-height: 625px) {
    #list_lh_2{
        padding-left: 50px !important;
    }
}
.detail-click{
    width: 1.83rem;
    height: .35rem;
    display: inline;
    vertical-align: middle;
}