.new-header{min-width: 320px;width: 100%;max-width: 750px;margin: 0 auto; }
.new-header .logo{padding: .12rem 0 .25rem;background-color: #fff;}
.new-header .logo img{width: 4.18rem; margin: 0 auto; display: block;}

.new-footer{min-width: 320px;width: 100%;max-width: 750px;margin: 0 auto;}
.footer-info{height: 1.75rem; padding:.25rem 0 .94rem;background: #d30501 url(../images/footer_bg.jpg) no-repeat center top; background-size: 100% 2rem;}
.footer-info p{color: #fff; font-size: .24rem; text-align: center; line-height: .4rem;}
.footer-info .f24{font-size: .24rem; line-height: .5rem;}
.footer-info .yszc{margin-top: .24rem;display: block; color: #fff; font-size: .24rem; line-height: .4rem;}
.footer-info .yszc i{padding-right: .05rem;}


.fixed-footer{position: fixed; left: 0; right: 0; bottom: 0; z-index: 99; width: 100%; max-width: 7.5rem; height:.94rem; margin: 0 auto; background-image: -webkit-linear-gradient(to top, #6a0003, #ab060b);background-image: linear-gradient(to top, #6a0003, #ab060b);}
.fixed-footer ul{display: flex; display: -webkit-flex;}
.fixed-footer li{width: 22%; height: .94rem;}
.fixed-footer li:nth-child(3){width: 12%;}
.fixed-footer li a{position: relative; width: 100%; height: 100%;display: flex; display: -webkit-flex;flex-direction: column;align-items: center;justify-content: center; color: #fff; font-size: .28rem;}
.fixed-footer li:nth-child(1) a::after,.fixed-footer li:nth-child(4) a::after{position: absolute; right: 0; top:50%; margin-top: -.3rem; content: ''; width: 1px; height: .6rem; background-color: #fff;}
.fixed-footer li img{width: .6rem; height: .6rem;}
.fixed-footer li span{padding-top: .08rem; color: #3676bf; font-size: .26rem; line-height: .36rem;}
.fixed-footer li:nth-child(3) .center{position: absolute; top:-.42rem; left:50%; margin-left: -.65rem; width:1.3rem; height:1.3rem;animation: pulse 1s .2s ease infinite;
    -webkit-animation: pulse 1s .2s ease infinite;}
.fixed-footer li:nth-child(3) .center img{width:100%; height: 100%;}

@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)}
}