@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{
    margin: 0;
    padding: 0
}
*{
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
body{
    padding: 0;
    margin: 0;
    background: #fff;
    font: .16rem/1.8 "黑体", Verdana, Arial, Helvetica, sans-serif;
    color: #fff;

    /*IOS禁止调整字体大小*/
    -webkit-text-size-adjust: 100% !important;
}
html,body,fieldset,img,iframe,abbr{
    border: 0
}
input,
button,
textarea,
select{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
textarea{
    overflow: auto;
    resize: none
}
h1,h2,h3,h4,h5,h6,em,strong,b{
    font-weight: 700
}
a{
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}
a:hover{
    text-decoration: none
}
input,select{
    outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand{ display: none; }
li{
    list-style: none
}
textarea{
    overflow: auto;
    resize: none
}
img{
    width: 100%;
    vertical-align: top;
}
.hide{
    display: none
}
.fl{
    float: left
}
.fr{
    float: right
}
.show{
    display: block
}

.container{
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.wrap{}
.part{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}
/*第一屏*/
.topic{
    height: 21.33rem;
    background-image: url(../images/bg_kv.png);
}
.topic-video{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.topic .logo{
    width: 2.32rem;
    position: absolute;
    top: .50rem;
    right: 1.10rem;
}
.topic .slogan{
    width: 8.48rem;
    position: absolute;
    top: 1.20rem;
    left: 50%;
    margin-left: -4.24rem;
}
.topic .btn-video{
    width: .89rem;
    position: absolute;
    top: 2.11rem;
    right: 6.57rem;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}
.order-btn{
    width: 8.07rem;
    height: 2.42rem;
    background: url(../images/order_gift.png);
    background-size: 100%;
    position: absolute;
    top: 4.53rem;
    left: 15%;
    margin-left: -4.03rem;
}
.order-btn .btn-order{
    display: block;
    width: 3.01rem;
    height: 1.74rem;
    background: url(../images/btn_order.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1.26rem;
    right: .59rem;
}
.order-btn .btn-order.on{
    background-position: center bottom;
}

.down-list{
   	width: 6.07rem;
    height: 1.2rem;
    position: absolute;
    top: 7.45rem;
    left: 27%;
    margin-left: -4.03rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.down-list .erweima{
    width: 1.20rem;
    height: 100%;
    /* 移除 position: absolute; */
    background: url(../images/erweima.png) center top no-repeat;
    background-size: 100%;
    /* 保持固定大小 */
    flex-shrink: 0;
	left: 30px;
    position: relative;
}

.down-list .down{
    /* 占据剩余空间 */
    flex: 1;
    /* 使用 grid 布局实现两列 */
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 两列等宽 */
    gap: 0.1rem; /* 按钮之间的间距 */
    /* 如果希望按钮垂直居中，可以添加 */
    align-items: center;
}

.down-list .down a{
    display: block;
    width: 100%;
    height: auto;
}

.down-list .down a img{
    width: auto;
    height: 0.6rem;
    display: block;
}

.down-list .age{
    width: .98rem;
    height: 1.28rem;
    /* 移除 position: absolute; */
    background: url(../images/age.png) center top no-repeat;
    background-size: 100%;
    /* 保持固定大小 */
    flex-shrink: 0;
	right: 30px;
    position: relative;
}
.topfootorder{
	width: 100%;
    height: 1rem;
	bottom:1.3rem;
	position:absolute
}
.topfootorder .btn-order{
	display: block;
    width: 3.01rem;
    height: 1rem;
    background: url(../images/btn_order.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%; /* 移动到父容器50%位置 */
    transform: translateX(-50%); /* 向左移动自身宽度的一半 */
}
/* .title{
    height: 1.94rem;
    text-align: center;
}
.title img{
    width: auto;
    height: 100%;
    display: inline-block;
} */

/* 预约目标 */
.gift{
    height: 10.70rem;
    background-image: url(../images/bg_part1.jpg);
}
.gift-hint{
    margin: 2.10rem auto 0;
    height: .50rem;
    line-height: .50rem;
    font-size: .25rem;
    color: #826447;
    text-align: center;
    font-weight: 700;
}
.gift-hint span{
    color: #ffab33;
    font-size: .30rem;
}
.gift-wrap{
    display: block;
    width: 15.20rem;
    margin: .25rem auto 0;
    overflow: hidden;
    position: relative;
}
.gift-bar{
    display: block;
    width: 12.53rem;
    height: .13rem;
    background: #e6d5be;
    border-radius: .10rem;
    position: absolute;
    top: 3.16rem;
    left: 1.26rem;
}
.gift-bar-on{
    display: block;
    width: 0;
    height: 100%;
    background: #d2894a;
    border-radius: .10rem;
}
.bar-list{
    display: block;
    width: 100%;
    height: .41rem;
    position: absolute;
    top: -.17rem;
    left: 0;
}
.bar-list li{
    display: block;
    width: .39rem;
    height: .41rem;
    background: url(../images/bar_on.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    float: left;
    margin-left: .67rem;
    margin-right: 1.54rem;
}
.bar-list li.bar-item2{margin-right: 1.66rem;}
.bar-list li.bar-item3{margin-right: 1.67rem;}
.bar-list li.bar-item4{margin-right: 1.64rem;}
.bar-list li.bar-item5{margin-right: 0;}
.bar-list li.on{
    background-position: 0rem .03rem;
    animation: scale 1s infinite alternate;
    transform: scale(.8);
}
@keyframes scale{
    form{
        transform: scale(.8);
    }
    to{
        transform: scale(1.1);
    }
}
.gift-list{
    width: 13.60rem;
    margin: 0 auto;
    overflow: hidden;
}
.gift-cover{
    display: block;
    width: 2.36rem;
    height: 2.98rem;
    background: url(../images/order_cat.png) no-repeat;
    background-size: auto 100%;
    margin-bottom: .47rem;
}
.gift-cover1{}
.gift-cover2{
    background-position-x: -2.34rem;
}
.gift-cover3{
    background-position-x: -4.68rem;
}
.gift-cover4{
    background-position-x: -7.00rem;
}
.gift-cover5{
    background-position-x: -9.34rem;
}
.gift-list .gift-item{
    display: block;
    width: 1.87rem;
    height: 6.27rem;
    background: url(../images/bg_gift.png) center bottom no-repeat;
    background-size: 100%;
    float: left;
    filter: grayscale(60%);
    -webkit-filter: grayscale(60%);
    margin-top: .10rem;
    margin-left: .86rem;
}
.gift-list .gift-item1{
    margin-left: .29rem;
}
.gift-list .gift-item.on{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.gift-list .gift-item.on:after{
    content: '';
    display: block;
    width: 1.20rem;
    height: .68rem;
    background: url(../images/bg_finish.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -.01rem;
    right: 0;
    border-radius: 0rem 0rem .20rem 0rem;
}
.gift-num{
    font-size: .50rem;
    font-weight: 700;
    color: #d2894a;
    height: .60rem;
    line-height: .60rem;
    text-align: center;
}
.gift-box img{
    width: 1.54rem;
    display: block;
    margin: .55rem auto 0;
}
.gift-box p{
    height: .40rem;
    line-height: .40rem;
    font-size: .20rem;
    color: #efbc6b;
    text-align: center;
    margin: .10rem auto 0;
    display: none;
}
/*游戏特色*/
.feature{
    height: 9.7rem;
    background-image: url(../images/bg_part2.png);
}
.feature-box{
    width: 14.46rem;
    height: 6.80rem;
    background: url(../images/bg_feature.png) no-repeat top right;
    background-size: 13.86rem 6.34rem;
    margin: 2.53rem auto 0;
    overflow: hidden;
    position: relative;
}
.feature-box:after,
.feature-box:before{
	content: '';
	display: block;
	position: absolute;
}
.feature-box:after{
    width: 2.08rem;
    height: 2.25rem;
    background: url(../images/feature_before.png) center/100% no-repeat;
    top: 4.26rem;
    right: .20rem;
    pointer-events: none;
    z-index: 2;
}
.feature-box:before{
    width: 3.70rem;
    height: 3.0rem;
    background: url(../images/feature_after.png) center/100% no-repeat;
    top: 3.70rem;
    pointer-events: none;
    z-index: 2;
}
.feature-box .swiper-container{
    width: 9.06rem;
    height: 5.29rem;
    margin: .45rem 0 0 3.30rem;
    position: relative;
}
.feature-swiper-button-prev,
.feature-swiper-button-next{
    width: .66rem;
    height: .66rem;
    background: url(../images/feature_dir.png) center left no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 3.0rem;
    left: 2.64rem;
    z-index: 99;
}
.feature-swiper-button-next{
    background-position: center right;
    left: auto;
    right: 1.48rem;
}
.feature-swiper-pagination{
    width: 100%;
    bottom: 0;
}
.feature-swiper-pagination .swiper-pagination-bullet{
    width: .13rem;
    height: .13rem;
    margin: 0 .06rem;
    background-color: #fff;
    border-radius: .10rem;
    opacity: .7;
}
.feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: .83rem;
    opacity: 1;
}
/* 投票 */
.votes{
    height: 9.76rem;
    background-image: url(../images/bg_part3.jpg);
}
.votes-box{
    display: block;
    width: 11.17rem;
    height: 7.02rem;
    margin: 2.0rem auto 0;
    position: relative;
}
.votes-box .swiper-container{
    display: block;
    width: 11.17rem;
    height: 7.82rem;
    position: relative;
}
.votes-item{
    display: block;
    width: 100%;
    height: 7.02rem;
    margin: 0 auto;
    font-size: 0rem;
    text-align: center;
}
.votes-item li{
    display: inline-block;
    width: 2.44rem;
    height: 3.73rem;
    background: url(../images/bg_vote.png) center top no-repeat;
    background-size: 100%;
    background-position: 0rem .32rem;
    position: relative;
    margin: 0 .10rem;
}
.votes-cat{
    width: 2.44rem;
    position: relative;
    top: 0;
    left: 0;
}
.votes-more{
    top: .08rem;
    left: -.20rem;
}
.votes-name{
    display: block;
    width: 100%;
    height: .40rem;
    font-size: .30rem;
    color: #fff;
    line-height: .40rem;
    position: absolute;
    top: 1.78rem;
}
.btn-votes{
    display: block;
    width: 1.72rem;
    height: .55rem;
    background: url(../images/btn_vote.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 2.27rem;
    left: 50%;
    margin-left: -.86rem;
}
.total{
    display: block;
    height: .40rem;
    line-height: .40rem;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: .24rem;
    color: #764a32;
    bottom: 0;
    font-weight: 700;
}
.total span{
    color: #eb5656;
}
.votes-swiper-button-prev,
.votes-swiper-button-next{
    display: block;
    width: .66rem;
    height: .66rem;
    background: url(../images/feature_dir.png) center left no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 3.55rem;
    left: -.75rem;
    z-index: 99;
}
.votes-swiper-button-next{
    background-position: center right;
    left: auto;
    right: -.66rem;
}
/*活动规则*/
.rule{
    height: 7.80rem;
    background: #ede1ce;
}
.rule .title{
    display: block;
    width: 12.00rem;
    margin: .50rem auto 0;
    font-size: .30rem;
    color: #826447;
    font-weight: 700;
}
.rule-box{
    width: 12.00rem;
    margin: 0 auto;
    line-height: .48rem;
    font-size: .24rem;
    color: #764a32;
    font-weight: 700;
    text-indent: .15rem;
}
.rule-qrcode{
    width: 2.98rem;
    height: 2.12rem;
    margin: 1.2rem auto 0;
    background: url(../images/bg_community.png) no-repeat;
    background-size: 100%;
}
.rule-qrcode img{
    width: 1.53rem;
    margin: .44rem 0 0 1.28rem;
}
/*footer*/
footer{
    padding: .25rem 0;
    background-color: #000;
    font-size: 0;
}
footer .cont{
    font-size: .18rem;
    color: #fff;
}
.logo-list{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.logo-list li:not(:last-child){
    margin-right: 3.0rem;
}
.logo-list li:not(:last-child) a{
    height: .56rem;
    display: inline-block;
}
.logo-list li:not(:last-child) a:not(:last-child){
    margin-right: .40rem;
}
.logo-list li:last-child{
    height: .84rem;
}
.logo-list li a img{
    width: auto;
    height: 100%;
}
.copyright{
    margin-top: .15rem;
    padding-top: .15rem;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    line-height: .30rem;
}
/*.copyright::after{
    content: '';
    width: 12.56rem;
    height: .04rem;
    background-color: #a88973;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6.28rem;
}*/
.copyright .left{
    margin-right: .75rem;
}
.copyright .left ul{
    overflow: hidden;
}
.copyright .left ul li{
    float: left;
    position: relative;
    padding: 0 .15rem;
}
.copyright .left ul li:not(:last-child){
    padding-left: 0;
}
.copyright .left ul li:not(:last-child)::after{
    content: '';
    width: .02rem;
    height: .20rem;
    position: absolute;
    top: .05rem;
    right: 0;
    background: #764a32;
}
.copyright .left ul li a{
    color: #764a32;
    font-weight: 700;
}
.copyright .left .cats{
    width: 5.78rem;
    display: block;
}
.copyright .right{
    position: relative;
}
.copyright .right .tips{
    width: .87rem;
    position: absolute;
    top: 0;
    right: 0;
}
/*弹框*/
.shade{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
}
.video{
    width: 10rem;
    height: 6rem;
    position: fixed;
    left: 50%;
    margin-left: -5rem;
    top:50%;
    margin-top: -3rem;
    z-index: 101;
}
.close{
    width: .99rem;
    height: .99rem;
    position: absolute;
    left: 10.2rem;
    background:url(../images/btn-close.png) no-repeat;
    background-size: 100%;
    cursor:pointer;
    z-index: 101;
    display: none;
}
.dialog{
    position: fixed;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    z-index: 101;
}
.dia-close{
    width: .59rem;
    height: .59rem;
    position: absolute;
    top: .35rem;
    right: .65rem;
    background:url(../images/pop_close.png) no-repeat;
    background-size: 100%;
    cursor:pointer;
    z-index: 101;
    -webkit-transition: all .3s;
    transition: all .3s;
}
/*.dia-close:hover{*/
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
/*}*/
.pop-order-k{
    width: 7.10rem;
    height: 6.58rem;
    background: url("../images/pop_bg.png") no-repeat;
    background-size: 100%;
}
.pop-order-nei{
    font-size: .38rem;
    font-weight: 700;
    color: #9b643f;
    text-align: center;
}
.order-title{
    padding: 1.65rem .55rem 0;
    line-height: .72rem;
    font-size: .40rem;
    color: #ffd5a8;
    text-align: left;
}
.phone{
    margin: .45rem 0 .30rem;
}
.pop-order-nei label{
    display: block;
    line-height: 1;
}
.pop-order-nei input{
    width: 4.98rem;
    height: .64rem;
    margin: .35rem auto 0;
    background-color: #bf9976;
    display: block;
    color: #723015;
    text-indent: .20rem;
    border: 0;
    border-radius: .20rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.pop-order-nei input::-webkit-input-placeholder{
    color: #723015;
}
.pop-order-nei input:-moz-placeholder{
    color: #723015;
}
.pop-order-nei input:-ms-input-placeholder{
    color: #723015;
}
.system{
    overflow: hidden;
}
.system a{
    margin-right: .90rem;
    display: inline-block;
    vertical-align: text-bottom;
}
.system .system-ios{
    margin-left: .20rem;
    margin-right: .50rem;
}
.system a span:first-child{
    width: .16rem;
    height: .16rem;
    margin-right: .10rem;
    background-color: #efbc72;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.system a.system-checked span:first-child{
    background-color: #e45367;
}
.system a span:nth-child(2){
    display: inline-block;
    vertical-align: middle;
    font-size: .28rem;
    color: #723015;
}
.btn-submit, .btn-sure, .btn-sure2{
    width: 2.50rem;
    margin: auto;
    display: block;
}
.pop-vote-k{
    width: 6.10rem;
    height: 4.80rem;
    background: url(../images/pop_bg2.png) no-repeat;
    background-size: 100%;
}
.pop-vote-nei{
    font-size: .38rem;
    font-weight: 700;
    color: #9b643f;
    text-align: center;
}
.vote-title{
    padding: 2.55rem 0 .45rem;
    line-height: 1;
    font-size: .38rem;
}
.pop-success-nei{
    padding: .10rem .20rem;
    background-color: rgba(0,0,0,.8);
    border-radius: .10rem;
    font-size: .30rem;
}



/* 为所有输入框添加默认绿色边框 */
/* 输入框样式 */
.pop-order-nei input{
    width: 4.98rem;
    height: .64rem;
    margin: .35rem auto 0;
    display: block;
    color: #723015;
    text-indent: .20rem;
    border: 2px solid #00ff00;  /* 绿色边框 */
    border-radius: .20rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: .28rem;
}

/* 聚焦时的样式 */
.pop-order-nei input:focus {
    border-color: #00cc00;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 255, 0, 0.3);
}

/* 验证码输入组 */
.code-input-group {
    position: relative;
    width: 4.98rem;
    margin: .35rem auto 0;
}

/* 验证码输入框特殊样式 */
#code {
    width: 100%;
    padding-right: 2.00rem;
    box-sizing: border-box;
    /*letter-spacing: 5px;
    font-weight: bold;
    font-size: .30rem;*/
}

/* 获取验证码按钮样式 */
.code-btn {
    position: absolute;
    right: .10rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.60rem;
    height: .80rem;
    background: linear-gradient(to right, #4CAF50, #8BC34A);
    border: none;
    border-radius: .40rem;
    color: #fff;
    font-size: .26rem;
    line-height: .80rem;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 按钮悬停效果 */
.code-btn:hover {
    background: linear-gradient(to right, #45a049, #7cb342);
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.3);
}

/* 按钮激活效果 */
.code-btn:active {
    transform: translateY(-50%) scale(0.98);
}

/* 按钮禁用状态 */
.code-btn.disabled {
    background: linear-gradient(to right, #cccccc, #aaaaaa);
    cursor: not-allowed;
    opacity: 0.7;
}

.code-btn.disabled:hover {
    background: linear-gradient(to right, #cccccc, #aaaaaa);
    box-shadow: none;
}

/* 倒计时样式 */
.code-btn.counting {
    background: linear-gradient(to right, #ff9800, #ffb74d);
    font-size: .24rem;
}

.code-btn.counting.disabled {
    background: linear-gradient(to right, #ff9800, #ffb74d);
}

/* 响应式调整 */
@media screen and (max-width: 320px) {
    .code-btn {
        width: 1.40rem;
        font-size: .24rem;
    }
    
    #code {
        padding-right: 1.50rem;
    }
}
/* 验证码按钮的禁用状态 */
.code-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    /*background-image: url('{$basepath}themes/wap/images/code_tip_disabled.png') !important;*/
}


/* 倒计时样式优化 */
.code-btn.counting {
    background: #cccccc !important;
    color: #666666 !important;
    font-weight: bold;
}

.code-btn.counting:after {
    content: '后重试';
    font-size: .20rem;
    margin-left: 2px;
}


.part1{
    height: 10.70rem;
    background-image: url(../images/bg_part1.png);
}

.rolesfeature{
    height: 10.72rem;
   /* background-image: url(../images/bg_part2.jpg);*/
}
.rolesfeature-box{
    width: 14.46rem;
    height: 6.80rem;
    /*background: url(../images/bg_feature.png) no-repeat top right;
    background-size: 13.86rem 6.34rem;*/
    margin: 2.53rem auto 0;
    overflow: hidden;
    position: relative;
}
.rolesfeature-box:after,
.rolesfeature-box:before{
	content: '';
	display: block;
	position: absolute;
}
.rolesfeature-box:after{
    width: 2.08rem;
    height: 2.25rem;
   /* background: url(../images/feature_before.png) center/100% no-repeat;*/
    top: 4.26rem;
    right: .20rem;
    pointer-events: none;
    z-index: 2;
}
.rolesfeature-box:before{
    width: 3.70rem;
    height: 3.0rem;
    /*background: url(../images/feature_after.png) center/100% no-repeat;*/
    top: 3.70rem;
    pointer-events: none;
    z-index: 2;
}
.rolesfeature-box .swiper-container{
    width: 8.06rem;
    height: 5.29rem;
    margin: .85rem 0 0 3.00rem;
    position: relative;
}
.rolesfeature-swiper-button-prev{
	width: .86rem;
    height: .86rem;
    background: url(../images/rolecheckleft.png) center left no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 3.0rem;
    left: 0.64rem;
    z-index: 99;
}
.rolesfeature-swiper-button-next{
    width: .86rem;
    height: .86rem;
    background: url(../images/rolecheckright.png) center left no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 3.0rem;
    left: 0.84rem;
    z-index: 99;
}
.rolesfeature-swiper-button-next{
    background-position: center right;
    left: auto;
    right: 0.48rem;
}
.rolesfeature-swiper-pagination{
    width: 100%;
    bottom: 0;
}
.rolesfeature-swiper-pagination .swiper-pagination-bullet{
    width: .13rem;
    height: .13rem;
    margin: 0 .06rem;
    background-color: #fff;
    border-radius: .10rem;
    opacity: .7;
}
.rolesfeature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: .83rem;
    opacity: 1;
}




.features{
	height: 9.7rem;
    /*padding-bottom: 30px;*/
    font-size: 0;
	/*background-image: url(../images/bg_part2.png);*/
	background: url(../images/bg_part2.png);
    background-size: 100%;
}
.features-content {
    width: 14.50rem;
    margin:2.5rem auto 0;
    position: relative;
}
.features-swiper{
    width: 9rem;
    height: 8rem;
    margin: auto;
}
.features-swiper .swiper-slide{
    width: 3.5rem;
    height: 6rem;
    position: relative;
    overflow: hidden;
}
.features-swiper .swiper-slide .features-screen{
    width: 3rem;
    height: 6rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.features-swiper .swiper-slide .features-pic{
    width: 2.8rem;
    height: 4.8rem;
    position: absolute;
    top: 20px;
    left: 13px;
    overflow: hidden;
    z-index: 2;
}
.features-swiper .swiper-slide .features-pic img{
    width: 100%;
}