    #botmsilder{width: 100%; height: 118px; margin: 0; padding: 0; position: fixed; bottom: 0;left: 0; z-index: 9999;}
    #botmsilder .mil{width:1154px;position: relative; margin: 0 auto; height: 118px; background: url(http://n.sinaimg.cn/sina_vr/2017vr/bannerbottom.png) no-repeat; }
    #botmsilder .mil .con{width:153px;height: 41px;position:absolute;top: 60px;right: 109px;cursor: pointer;}
    #botmsilder .mil .con .smtips{display:block;padding-left:60px;font-size:16px;color:#000;line-height: 41px;cursor: pointer;-webkit-animation:borderColor 1s linear infinite;-moz-animation:borderColor 1s linear infinite;-ms-animation:borderColor 1s linear infinite; animation:borderColor 1s linear infinite;}
    #botmsilder .mil .con:hover .showcode{display:block;} 
    #botmsilder .mil .showcode{width:199px;height: 205px;background: url(http://n.sinaimg.cn/sina_vr/2017vr/qr.png) no-repeat;position:absolute;right: -20px;bottom: 15px;display: none;}
    #botmsilder .mil .close{width:25px;height:25px;position: absolute;top: 28px;right: 15px;cursor: pointer;font-size: 14px;margin: 5px;background: url(http://n.sinaimg.cn/sina_vr/2017vr/bannerbottomclose.png) no-repeat;}
@-webkit-keyframes borderColor{
       0%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
        50%{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
        100%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
    }
     @keyframes borderColor{
       0%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
        50%{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
        100%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
    }
    