
.new-header{min-width:320px;width:100%;max-width:750px;margin:0 auto;background-color:#fff;}
.new-header .logo{padding: .2rem 0 .32rem; background-color:#fff;overflow: hidden;position:relative;}
.new-header .logo img{width:6.19rem; display:block;margin: 0 auto;}

.new-header .menu{height: .8rem; text-align:center;background-color:#f683a6;overflow:hidden;display: flex;display: -webkit-flex;justify-content: space-between;}
.new-header .menu a{position:relative;width: 25%;color:#ffff;font-size:.32rem; font-weight: bold; line-height:.8rem;}
.new-header .menu a:after{width:2px;height:.24rem;content:' ';background-color:#fff;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.new-header .menu a:last-child:after{display:none;}

.swt_footer{position:fixed;z-index:99;bottom:1.8rem;right:.1rem; width: 62px; height: 62px;}
.swt_footer img{width: 62px; height: 62px; display: block;}
.swt_footer .num{position: absolute; top: -8px; right: -4px; width: 20px; height: 20px; color: #fff; font-size: 12px; background-color: #f00; border-radius: 50%; text-align: center; line-height: 20px;animation:pulse 1s .2s ease infinite;-webkit-animation:pulse 1s .2s ease infinite;}


/*.footerInfo{min-width:320px;width:100%;max-width:750px;margin:0 auto;text-align:center;line-height:1.4;font-size:.28rem;color:#999;padding:.2rem 0 .3rem;background-color:#fff;} 
.footerInfo a{color:#999;}
*/


@keyframes pulse{
    0%{transform:scale(0.9)}
    50%{transform:scale(1)}
    100%{transform:scale(0.9)}
}
@-webkit-keyframes pulse{
    0%{-webkit-transform:scale(0.9)}
    50%{-webkit-transform:scale(1)}
    100%{-webkit-transform:scale(0.9)}
}