@charset "utf-8";
/* CSS Document */
.sem_wrap,.sem_wrap *{box-sizing: border-box;}
.sem_wrap{width:7.2rem;height:auto;margin:0 auto;font:.26rem/1.5 Microsoft Yahei;}
.sem_header{position:fixed;top:0;left:0;width:100%;height:2.44rem;background-color:#fff;overflow:hidden;z-index: 2;}
.sem_header .icon_title{float:left;width:1.94rem;height:1.94rem;margin:.26rem 0 0 .31rem;}
.sem_header_items{position:relative;height:1.94rem;margin-top:.26rem;margin-left:2.73rem;}
.sem_header_items .title{height:.52rem;font-size:.32rem;line-height:.52rem;color:#404040;}
.sem_header_items .title .m{padding:0 .12rem;margin-left:.12rem;font-size:.24rem;line-height:1.2;color:#fff;background:#41c22f;border-radius:.5rem;vertical-align: middle;}
.sem_header_items .star{display: block;width:1.95rem;height:.33rem;background:url(https://png.pookcdn.net/mobile_image/bydr/icon_x.png) no-repeat;background-size: 1.95rem .33rem;}
.sem_header_items .btn_download{position: absolute;left:0;bottom:0;width:1.75rem;padding:.18rem 0;font-size:.32rem;line-height:1;color:#fff;text-align:center;background-color:#ff9600;border-radius:.1rem;}

.sem_main{margin:2.44rem 0 2.87rem;}
.banner_text{height:.67rem;font-size:.26rem;line-height:.67rem;color:#c02d00;text-align:center;background:#f6f6f6;}
.introduce_list{padding-left:.28rem;}
.introduce_list .title{width:1.86rem;padding:.1rem 0;margin-bottom:.25rem;font-size:.32rem;line-height:1;color:#0070cb;text-align:center;background:#a1e298;border-radius:.3rem;}
.introduce_list ul{width:6.3rem;margin-left:.03rem;}
.introduce_list ul li{position:relative;padding-left:.28rem;font-size:.26rem;line-height:.34rem;color:#404040;}
.introduce_list ul li i{position: absolute;top:.1rem;left:0;width:.1rem;height:.1rem;background:#4ebc37;border-radius:.5rem;}

.sem_footer{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;z-index: 2;}
.sem_footer .btn_start{display: block;width:4.84rem;height:1.31rem;margin:0 auto .3rem;background: url(https://png.pookcdn.net/mobile_image/bydr/btn_start.png) no-repeat;background-size: 100% 100%;}
.sem_footer .btn_start.animated {-webkit-animation:pulse 1.5s both infinite;animation:pulse 1.5s both infinite;  }
.sem_footer .footer_info{height:.92rem;padding-top:.1rem;background:#404040;}
.sem_footer .footer_info p{font-size:.2rem;line-height:.28rem;color:#fff;text-align:center;word-break: break-all;}

.img_list {margin: 0.2rem auto .33rem;}
.img_list ul {width: 100rem;}
.img_list ul li {margin-left: 0.2rem;}
.img_list ul img {width: 3.6rem;height: 6rem;border:1px solid #cecece;vertical-align: top;}
.img_list ul img.hp {background-size: 7.01rem 4.22rem;height: 4.22rem;width: 7.01rem;}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.thickdiv { background: none repeat scroll 0 0 #000000; border: 0 none; height: 100%;left: 0; opacity: 0.5; position: fixed; top: 0;width: 100%;z-index:98;filter:alpha(opacity=50);}
.hint{width:6.85rem; height:1.49rem;top:0; left:.4rem;background: url(https://png.pookcdn.net/mobile_image/hint_bg.gif) no-repeat;background-size:100% 100%;z-index:99;}