/*new-header*/
.new-header{min-width: 320px;width: 100%;max-width: 750px;margin: 0 auto; background-color: #3676bf;}
.new-header .logo{padding: .34rem 0 .2rem;}
.new-header .logo img{width: 3.77rem; margin: 0 auto; display: block;}
/*new-footer*/
.new-footer{min-width: 320px;width: 100%;max-width: 750px;margin: 0 auto;background-color: #3676bf;}
.footer-info{padding:.1rem .36rem 1.9rem;}
.footer-info li{padding: .3rem 0 .24rem; border-bottom: 1px solid #fff;}
.footer-info li p{color: #fff; font-size: .24rem; line-height: .36rem;}
.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: 1.5rem; margin: 0 auto; background-color: #fff; border-top: 2px solid #f9cc50;}
.fixed-footer ul{display: flex; display: -webkit-flex;}
.fixed-footer li{width: 20%; height: 1.5rem;}
.fixed-footer li a{position: relative; width: 100%; height: 100%;display: flex; display: -webkit-flex;flex-direction: column;align-items: center;justify-content: center;}
.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:-.48rem; left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); width:1.18rem; height: 1.18rem; border: 2px solid #f9cc50; background-color: #fff; border-radius: 50%;display: flex; display: -webkit-flex;align-items: center;justify-content: center;}
.fixed-footer li:nth-child(3) .center img{width: .75rem; height: .75rem;}
.fixed-footer li:nth-child(3) span{padding-top: .68rem;}
.fixed-footer li:nth-child(3) .num{position: absolute; top:.18rem; right: -.28rem; padding: 0 .12rem; background-color:#db3333; border-radius: .1rem; color: #fff; font-size: .24rem;animation: redPoint 2s ease infinite;}

@keyframes redPoint {
    0%,100%,30% {transform: translateY(0);}
    15% {transform: translateY(-6px);}
    50% {transform: translateY(-3px);}
}

@-webkit-keyframes redPoint{
	0%,100%,30% {-webkit-transform: translateY(0);}
    15% {-webkit-transform: translateY(-6px);}
    50% {-webkit-transform: translateY(-3px);}
}

/*隱私政策*/
.yszc_swt{width:100%;height:100%;position:fixed;left:0;top:0;background-color:rgba(0,0,0,.5);z-index:100;display:none;}
.yszc_swtBox{width:5rem;height:6rem;background-color:#fff;padding:.2rem 0;position:absolute;left:50%;top:50%;transition:all 2s;transform:translate(-50%,-50%);}
.yszc_swt .close{width:.5rem;height:.5rem;background:url(../images/close.png) no-repeat;background-size:100% 100%;display:block;position:absolute;right:0;top:0;transform:translate(50%,-50%);}
.yszc_swt h3{text-align:center;line-height:.5rem;font-size:.3rem;color:#333;}
.yszc_swt .agree-scroller{height:5.5rem;}
.yszc_swt .swiper-agree{width: 100%; height: 100%;overflow: auto;}
.yszc_swt .swiper-agree .swiper-slide-active{height:auto;}
.yszc_swtCon{}
.yszc_swtCon dl{padding:0 .2rem .1rem;}
.yszc_swtCon dt{line-height:.35rem;font-size:.24rem;font-weight:bold;color:#454545;text-align:justify;}
.yszc_swtCon dd p{line-height:.35rem;font-size:.24rem;color:#454545;text-align:justify;}
.yszc_swt.active{display:block;}
.yszc_swt .yszc_swtBox.active{width:5rem;height:6rem;}
