@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%;
    max-width: 750px;
    margin: auto;
    overflow: hidden;
}
.wrap{}
.part{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}
/*第一屏*/
.topic{
    height: 23.1rem;
    background-image: url(../images/bg_kv.png);
}
.topic .logo{
    width: 1.22rem;
    position: absolute;
    top: .25rem;
    right: .35rem;
}
.topic .slogan{
    width: 5.06rem;
    position: absolute;
    top: .90rem;
    left: 50%;
    margin-left: -2.53rem;
}
.topic .btn-video{
    width: .54rem;
    position: absolute;
    top: 1.45rem;
    left: 4.97rem;
    /*-webkit-animation: pulse 1s infinite;*/
    /*animation: pulse 1s infinite;*/
}
.order-btn{
    width: 6.99rem;
    height: 3.30rem;
    background: url(../images/order_gift.png);
    background-size: 100%;
    position: absolute;
    top: 2.50rem;
    left: 30%;
    margin-left: -3.50rem;
}
.order-btn .btn-order{
    display: block;
    width: 2.90rem;
    height: .94rem;
    background: url(../images/btn_order.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1rem;
    right: .59rem;
}
.order-btn .btn-order.on{
    background-position: center bottom;
}

.down-list{
   	width: 6.07rem;
    height: 1rem;
    position: absolute;
    top: 11.5rem;
    left: 1%;
    /*margin-left: -1.03rem;*/
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.down-list .erweima{
    width: 1.35rem;
    height: 1.35rem;
    /* 移除 position: absolute; */
    background: url(../images/erweima.png) center top no-repeat;
    background-size: 100%;
    /* 保持固定大小 */
    flex-shrink: 0;
	left: 25px;
    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: 1rem;
    height: 1.38rem;
    /* 移除 position: absolute; */
    background: url(../images/age.png) center top no-repeat;
    background-size: 100%;
    /* 保持固定大小 */
    flex-shrink: 0;
	right: 25px;
    position: relative;
}

.topfootorder{
	width: 100%;
    height: 1rem;
	bottom:0.6rem;
	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.50rem;
    text-align: center;
}
.title img{
    width: auto;
    height: 100%;
    display: inline-block;
} */
/* 预约目标 */
.gift{
    height: 13.60rem;
    background-image: url(../images/bg_part1.jpg);
}
.gift-hint{
    font-size: .28rem;
    color: #826447;
    height: .50rem;
    line-height: .50rem;
    text-align: center;
    margin: 2.10rem auto 0;
    font-weight: 700;
}
.gift-hint span{
    color: #ffab33;
    font-size: .32rem;
}
.gift-wrap{
    display: block;
    width: 6.70rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.gift-bar{
    display: block;
    width: .10rem;
    height: 9.0rem;
    background: #e5d4bb;
    border-radius: .10rem;
    position: absolute;
    top: .40rem;
    left: 3.30rem;
}
.gift-bar-on{
    display: block;
    width: 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: .39rem;
    background-position: center bottom;
    margin-top: .45rem;
    margin-left: -.2rem;
}
.bar-list li.bar-item2{margin-top: 1.5rem;}
.bar-list li.bar-item3{margin-top: 1.45rem;}
.bar-list li.bar-item4{margin-top: 1.4rem;}
.bar-list li.bar-item5{margin-top: 1.45rem;}
.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: 6.7rem;
    margin: 0 auto;
    overflow: hidden;
}
.gift-cover{
    width: 2.98rem;
    height: 1.86rem;
    background: url(../images/order_cat.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.gift-cover2{
    background-position-y: -1.8rem;
}
.gift-cover3{
    background-position-y: -3.7rem;
}
.gift-cover4{
    background-position-y: -5.6rem;
}
.gift-cover5{
    background-position-y: -7.5rem;
}
.gift-list .gift-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    filter: grayscale(60%);
    -webkit-filter: grayscale(60%);
}
.gift-list .gift-item.on{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.gift-list .gift-item.on .gift-box:after{
    content: '';
    display: block;
    width: .9rem;
    height: .5rem;
    background: url(../images/bg_finish.png) no-repeat center/100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0rem 0rem .2rem 0rem;
}
.gift-box{
    display: inline-block;
    width: 1.5rem;
    height: 1.74rem;
    vertical-align: middle;
    background: url(../images/bg_gift.png) center right no-repeat;
    background-size: 1.5rem 1.74rem;
    position: relative;
}
.gift-num{
    width: 1.50rem;
    height: .60rem;
    line-height: .60rem;
    margin-left: .80rem;
    font-size: .42rem;
    font-weight: 700;
    color: #d2894a;
    text-align: left;
}
.gift-box img{
    display: block;
    width: 1.30rem;
    margin: .38rem auto 0;
}
.gift-box p{
    height: .40rem;
    line-height: .40rem;
    font-size: .2rem;
    color: #ffa902;
    text-align: center;
    position: relative;
    z-index: 5;
    display: none;
}
/*游戏特色*/
.feature{
    height: 9.02rem;
    /*background-image: url(../images/bg_part2.jpg);*/
}
.feature-box{
    width: 7.50rem;
    height: 5.40rem;
    /*background: url(../images/bg_feature.png) no-repeat top/100%;*/
    margin: 2.30rem auto 0;
    overflow: hidden;
    position: relative;
}
.feature-box:after,
.feature-box:before{
	content: '';
	display: block;
	position: absolute;
}
.feature-box:after{
    width: 1.50rem;
    height: 1.63rem;
    /*background: url(../images/feature_before.png) center/100% no-repeat;*/
    top: 2.76rem;
    right: .40rem;
    pointer-events: none;
    z-index: 2;
}
.feature-box:before{
    width: 1.98rem;
    height: 2.08rem;
    /*background: url(../images/feature_after.png) center/100% no-repeat;*/
    top: 3.20rem;
    pointer-events: none;
    z-index: 2;
}
.feature-box .swiper-container{
    width: 5.52rem;
    height: 3.22rem;
    margin: .30rem auto 0;
    position: relative;
}
.feature-swiper-button-prev,
.feature-swiper-button-next{
    width: .66rem;
    height: .66rem;
    /*background: url(../images/feature_dir.png) no-repeat center/100%;*/
    background-size: 1.30rem auto;
    background-position: center left;
    position: absolute;
    top: 1.70rem;
    left: .60rem;
    z-index: 99;
    outline: none;
}
.feature-swiper-button-next{
    background-position: center right;
    left: auto;
    right: .60rem;
}
.feature-swiper-pagination{
    width: 100%;
    bottom: 0;
}
.feature-swiper-pagination .swiper-pagination-bullet{
    width: .06rem;
    height: .06rem;
    margin: 0 .03rem;
    background-color: #fff;
    border-radius: .06rem;
    opacity: .7;
}
.feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: .42rem;
    opacity: 1;
}
/* 投票 */
.votes{
    height: 8.32rem;
    background-image: url(../images/bg_part3.jpg);
}
.votes-box{
    width: 7.0rem;
    margin: 2.40rem auto 0;
    position: relative;
}
.votes-box .swiper-container{
    width: 7.0rem;
    height: 5.50rem;
    position: relative;
}
.votes-item{
    margin: 0 auto;
    font-size: 0rem;
    text-align: center;
}
.votes-item li{
    display: inline-block;
    width: 1.79rem;
    height: 2.70rem;
    background: url(../images/bg_vote.png) center top no-repeat;
    background-size: 100%;
    background-position: 0rem .24rem;
    position: relative;
    margin: 0 .10rem;
}
.votes-cat{
    width: 1.79rem;
    position: relative;
    top: 0;
    left: 0;
}
.votes-more{
    top: .08rem;
    left: -.10rem;
}
.votes-name{
    display: block;
    width: 100%;
    height: .40rem;
    font-size: .20rem;
    color: #fff;
    line-height: .40rem;
    position: absolute;
    top: 1.28rem;
}
.btn-votes{
    display: block;
    width: 1.26rem;
    height: .41rem;
    background: url(../images/btn_vote.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1.68rem;
    left: .30rem;
    text-indent: -99em;
}
.total{
    display: block;
    height: .32rem;
    line-height: .32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: .18rem;
    font-weight: 700;
    color: #764a32;
}
.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: 2.60rem;
    left: 0;
    z-index: 99;
}
.votes-swiper-button-next{
    background-position: center right;
    left: auto;
    right: 0;
}
/*活动规则*/
.rule{
    height: 6.68rem;
    background: url(../images/bg_part4.jpg) no-repeat;
}
.rule .title{
    display: block;
    width: 6.00rem;
    margin: .30rem auto 0;
    font-size: .30rem;
    color: #826447;
    font-weight: 700;
}
.rule-box{
    width: 6.00rem;
    margin: 0 auto;
    line-height: .20rem;
    font-size: .18rem;
    color: #764a32;
    font-weight: 700;
}
.rule-box p{
    margin-top: .15rem;
}
.rule-qrcode{
    width: 2.98rem;
    height: 2.12rem;
    margin: .80rem 0 0 1.78rem;
    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: .15rem 0;
    background-color: #000;
    font-size: 0;
    text-align: center;
}
footer .cont{
    font-size: .16rem;
    color: #CCC;
}
.logo-list{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.logo-list li:not(:last-child){
    margin-right: .35rem;
}
.logo-list li:not(:last-child) a{
    height: .40rem;
    display: inline-block;
}
.logo-list li:not(:last-child) a:not(:last-child){
    margin-right: .25rem;
}
.logo-list li:last-child{
    height: .58rem;
}
.logo-list li a img{
    width: auto;
    height: 100%;
}
.copyright{
    margin-top: .20rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: .24rem;
}
.copyright .left ul{
    overflow: hidden;
    font-size: 0;
}
.copyright .left ul li{
    display: inline-block;
    position: relative;
    padding: 0 .10rem;
}
.copyright .left ul li:not(:last-child)::after{
    content: '';
    width: .02rem;
    height: .16rem;
    position: absolute;
    top: .04rem;
    right: 0;
    background: #764a32;
}
.copyright .left ul li a{
    font-size: .16rem;
    color: #764a32;
    font-weight: 700;
}
.copyright .right{
    margin-top: .20rem;
    position: relative;
}
.copyright .right .tips{
    width: .63rem;
    position: absolute;
    top: .20rem;
    right: -.60rem;
}
/*弹框*/
.shade{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
}
.video{
    width: 7.50rem;
    height: 5.0rem;
    position: fixed;
    left: 50%;
    margin-left: -3.75rem;
    top:50%;
    margin-top: -2.5rem;
    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: 0.5rem;
    right: .55rem;
    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: 6.10rem;
    height: 5.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: .95rem .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: #563e17;
}
.pop-order-nei input:-moz-placeholder{
    color: #563e17;
}
.pop-order-nei input:-ms-input-placeholder{
    color: #563e17;
}
.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: 9.0rem;
    background-image: url(../images/bg_part1.png);
}

.rolesfeature{
    height: 10.72rem;
   /* background-image: url(../images/bg_part2.jpg);*/
}
.rolesfeature-box{
    width: 6.99rem;
    height: 5.80rem;
    /*background: url(../images/bg_feature.png) no-repeat top right;
    background-size: 13.86rem 6.34rem;*/
    margin: 2.13rem 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: 6.2rem;
    height: 4.29rem;
    margin: .75rem 0 0 0.20rem;
    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.01rem;
    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.01rem;
}
.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.22rem;
    padding-bottom: 30px;
    font-size: 0;
	background-image: url(../images/bg_part2.png);
}
.features-content {
    width: 7.50rem;
    margin:2.7rem auto 0;
    position: relative;
}
.features-swiper{
    width: 7.50rem;
    height: 7.3rem;
    margin: auto;
}
.features-swiper .swiper-slide{
    width: 4.1rem;
    height: 6.3rem;
    position: relative;
    overflow: hidden;
}
.features-swiper .swiper-slide .features-screen{
    width: 3.9rem;
    height: 6.3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.features-swiper .swiper-slide .features-pic{
    width: 3.85rem;
    height: 6.3rem;
    position: absolute;
    /*top: 20px;*/
    left: 13px;
    overflow: hidden;
    z-index: 2;
}
.features-swiper .swiper-slide .features-pic img{
    width: 3.85rem;
	height: 6.3rem;
}