<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.prefeBuy{
    background:url(/zhuanti/regisdirecttrain/images/c_bg.png) no-repeat;
}
.tags{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ff6946;
    margin-top: 14px;
}
.buyNowBtn{
    margin-top: 14px;
}
.bPrice{
    color: #999;
}
.bPrice i{
    text-decoration: line-through;
}
.f_banner{
    width: 100%;
    background: url(/zhuanti/regisdirecttrain/images/f_bg.png) no-repeat;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.f_banner .b_main{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* background: url(/zhuanti/regisdirecttrain/images/m_bg.png) no-repeat; */
}
.b_main img.img02{
    position: absolute;
    top: 16px;
    right: 295px;
}
.b_main img.img01{
    position: absolute;
    top: 16px;
    left: 0px;
    top: -48px;
}
.b_main a{
    width: 180px;
    height: 50px;
    background: url(/zhuanti/regisdirecttrain/images/f_btn.png) no-repeat;
    position: absolute;
    top: 18px;
    right: 85px;
    border-radius: 28px;
    box-shadow: 0 0px 10px 9px rgba(210,8,0,0.3);
    animation: myBreath 2s linear infinite;
}
.b_main i{
    width: 33px;
    height: 35px;
    background: url(/zhuanti/regisdirecttrain/images/pc_close.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
@keyframes myBreath {
    0%{
        transform: scale(0.88);
      }
    50%{
        transform: scale(1);
      }
     100%{
        transform: scale(0.88);
      }
}</pre></body></html>