body { margin:0;padding:0;background-color: #FFF;}
*{ margin:0;padding:0;border: 0rem;}
img{
    width: 100%;
}


.plat {
    width: 100%;
    margin:0; padding:0;
    position: relative;
}
.plat>img{
    width: 100%;
}
.btns{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.btn{
    position: absolute;
    z-index: 99;
}
.btn>img{
    height: 100%;
}

/*** 抽奖 ***/
.jiang_list {
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content:space-around;
    justify-content: space-around;
}
.jiang_list .gift {
    width: 30%;
    position:relative;
    overflow: hidden;
}


/** 各活动板块主图 **/
.plat01{
}
.plat08{
    background: url("https://static.zhongan.com/website/health/iyb/resource/activity/gpo/images/act1111zx2017yr/act_plat_08_bg.png") no-repeat;
    background-size: 100% 100%;
}


.tip-popup {
    margin: 0;
    padding: 0;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.60);
    position: fixed;
    z-index: 9999;
    display: none;
}

/** 抽奖弹层 **/
.succ{
    display: block !important;
    -khtml-opacity:1 !important;
    -moz-opacity:1 !important;
    opacity: 1 !important;
}
.choujiang-popup {
    margin: 0;
    padding: 0;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.60);
    position: fixed;
    z-index: 9999;
    display: none;
    -khtml-opacity:0;
    -moz-opacity:0;
    opacity: 0;
}
.popup-box{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.popup-content{
    position: absolute;
    width: 150%;
    left: -25%;
    margin-left: 0;
    top: 5%;
}
@-webkit-keyframes bgkey{
    from{-webkit-transform:translate(0, 0) rotate(0deg);}
    to{-webkit-transform:translate(0, 0) rotate(360deg);}
}
@keyframes bgkey{
    from{transform:translate(0, 0) rotate(0deg);}
    to{transform:translate(0, 0) rotate(360deg);}
}
.popup-content>.popup-bg{
    -webkit-animation:bgkey 4s linear 0s infinite normal forwards;
    animation:bgkey 4s linear 0s infinite normal forwards;
}
.popup-show {
    position: absolute;
    z-index: 5;
    left: 50%;
    width: 6.375rem;
    height: 8.45rem;
    margin-left: -3.1875rem;
    margin-top: 7rem;
}

.jianglidan-box {
}