*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color:#000;
    font-family: HYYuanLongHei-GEJ, HYYuanLongHei;
}
body{
    background:url("img/bg.png") no-repeat center 658px #0056D7;
}
@font-face {
    font-family: 'HYYuanLongHei35';
    src: url('font/HYYuanLongHei35J.ttf');
}

@font-face {
    font-family: 'HYYuanLongHei45';
    src: url('font/HYYuanLongHei45J.ttf');
}
@font-face {
    font-family: 'HYYuanLongHei75';
    src: url('font/HYYuanLongHei75J.ttf');
}
@font-face {
    font-family: 'HYYuanLongHei90';
    src: url('font/HYYuanLongHei90J.ttf');
}
.header{
    height: 660px;
    background: url("img/banner.png") no-repeat top center;
}
.footer{
    height: 558px;
    margin-top: 57px;
    background: url("img/footer.png") no-repeat top center;
}
.course .title{
    margin-top: -70px;
    text-align: center;
}
.course .activity{
    width: 648px;
    margin: 20px auto 65px;
    height: 148px;
    background: url("img/zb-bg.png") no-repeat 0 10px;
    text-align: center;
}
.course .activity h3{
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: 'HYYuanLongHei75';
}
.course .activity p,.course .activity span{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'HYYuanLongHei75';
}
.course .activity span{
    color: #FFEEA3;
}
.course .activity button{
    width: 328px;
    height: 38px;
    margin-top: 20px;
    background: #2488FB;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.18);
    border-radius: 19px;
    border: 0;
    font-size: 18px;
    font-family: 'HYYuanLongHei75';
    color: #FFEEA3;
}
.course .redBag{
    width: 974px;
    height: 228px;
    margin: 0 auto 60px;
    background: url("img/lb-bg.png") no-repeat;
    text-align: center;
}
.course .redBag p,.course .redBag span{
    width: 366px;
    height: 56px;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'HYYuanLongHei75';
    font-weight: normal;
    color: #FFFFFF;
    line-height: 28px;
}
.course .redBag span{
    color: #FFEEA3;
}
.redBag .bag{
    display:flex;
    margin: 0 60px;
    justify-content: space-between;
}
.redBag .bag span{
    display: block;
    width: 223px;
    height: 98px;
    line-height: 125px;
    margin: 18px auto 10px;
    background: url("img/crab.png") no-repeat;
    color: #fff;
    font-size: 22px;
    font-family: 'HYYuanLongHei75';
}
.redBag .bag span:hover{
    color: #FFEEA3;
}
.course .redBag button{
    width: 328px;
    height: 38px;
    margin-top: 20px;
    background: #2488FB;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.18);
    border-radius: 19px;
    border: 0;
    font-size: 18px;
    font-family: 'HYYuanLongHei75';
    color: #FFEEA3;
}
.course .list{
    width: 1020px;
    margin: 19px auto 0;
}
.course .list ul{
    overflow: hidden;
    margin: 14px 0 28px 14px;
}
.course .list li{
    width: 238px;
    height: 315px;
    float: left;
    margin-right: 13px;
    border-radius:8px;
    overflow: hidden;
    background: #fff;
}
.course.lb .list li{
    height: 340px;
}
.course .list li a{
    display: block;
}
.course .list li:last-child{
    margin-right: 0;
}
.course .list li img{
    width: 238px;
    height: 176px;
    border-radius: 8px 8px 0 0;
    background: #0056D7;
}
.course .list li .name{
    margin: 10px 0 15px 9px;
    font-size: 15px;
    color: #3d3d3d;
    font-family: 'HYYuanLongHei75';
}
.course .list li .price{
    margin-left: 9px;
}
.course .list li .price .regular{
    font-size: 16px;
    color: #6A6A6A;
    font-family: 'HYYuanLongHei45';
}
.course .list li .price .money{
    margin:0 3px;
    font-size: 24px;
    color: #FF5337;
    font-weight: bold;
    font-family: 'HYYuanLongHei45';
}
.course .list li button{
    width: 136px;
    height: 40px;
    line-height: 40px;
    margin-left: 9px;
    margin-top: 5px;
    background: url("img/btn-bg.png") no-repeat;
    font-size: 20px;
    border: 0;
    color: #fff;
    font-family: 'HYYuanLongHei75';
}
.course .list li button:hover{
    cursor: pointer;
    background: url("img/btn-active-bg.png") no-repeat;
}
.course .more{
    padding-bottom: 25px;
    margin: -10px 14px 0 0;
    font-size:20px;
    text-align: right;
}
.course .more a{
    color: #fff;
}
.course .more a:hover{
    color: #FFDF56;
}
.floatWindow{
    position: fixed;
    top:60px;
    right:35px;
    width: 162px;
    height: 505px;
    background: url("img/phone-bg.png") no-repeat;
    display: none;
}
.floatWindow .title{
    height: 60px;
    line-height: 60px;
}
.floatWindow .title img{
    position: relative;
    top:5px;
    margin: 0 5px 0 11px;
}
.floatWindow .title span{
    font-size:18px;
    color:#001A75;
}
.floatWindow .consult{
    width: 120px;
    margin: 0 auto;
    text-align: center;
}
.floatWindow .consult img{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
