
/* 最新活动 */
.act-main-banner-bg{
    width: 100%;
    height: 4.8rem;
    background: url('../image/banner-act.png')no-repeat center;
    background-size: cover;
}
.act-banner>div:first-child {
    text-align: center;
}
.act-banner>div h2{
    font-size: .6rem;
}
.act-banner>div p{
    margin-top:.3rem;
}
.act-banner-footer{
    border:none;
    margin-top:-0.5rem;
    margin-bottom:.2rem;
}
.act-banner-footer ul{
    width:100%;
    display: table;
    table-layout: fixed;
}
.act-banner-footer ul li{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #1F2531;;
}
.act-banner-footer ul li:first-child a{
    background: #00a4ff;
}
.act-banner-footer ul li a{
    display: block;
    background-color: #373E4E;
    color:white;
    line-height: 1rem;
    font-size: .3rem;
}
.act-top{
    padding:.5rem 0px .3rem;
}
.act-top span{
    color: #999;
    font-size: .25rem;
    margin-right: .2rem;
}
.act-top a{
    font-size: .25rem;
    color: #000;
    line-height: .5rem;
    padding: 0 .2rem;
    display: inline-block;
    margin: 0 .1rem;
    border: 1px solid #ddd;
}
.act-top a:nth-child(2){
    color: #00a4ff !important;
    border: 1px solid #00a4ff!important;
}
.act-lump{
    position: relative;
    margin-top: .6rem;
    padding-bottom: .6rem;
    text-align: center;
}
.act-lump .act-title h2{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: .45rem;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background-color: #fff;
    color: #4A4A4A;
    font-weight: 400;
}
.act-title{
    position: relative;
    padding-bottom:.5rem;
}
.act-lump .act-title:after {
    display: block;
    position: absolute;
    left: 0;
    top: 32%;
    content: '';
    border-top: 1px solid #ccc;
    width: 100%;
    height: 0;
    z-index: 1;
}
.act-nav{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.act-nav a{
    width:32%;
    border: 1px solid #dbdbdb;
    margin-bottom:.3rem;
}
.act-nav a:nth-child(3n){
    margin-right: 0%;
}
.act-nav a div:first-child{
    padding: .55rem .4rem;
    background-size: cover;
    text-align: left;
    background: #999;
}
.act-nav a div:first-child h2{
    font-size: .35rem;
    line-height: .38rem;
    color: #fff;
    height: .38rem;
    overflow: hidden;
    display: inline-block;

}
.act-nav a div:last-child{
    padding: .25rem .25rem .35rem;
    text-align: left;
}
.act-nav a div:last-child p{
    font-size: .28rem;
    line-height: .39rem;
    height: .8rem;
    overflow: hidden;
    color: #666;
    margin-bottom: .05rem;
}
.act-nav a div:last-child span{
    font-size: .25rem;
    color: #00a4ff;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.act-nav a div:last-child em{
    color: #f70;
}
@media screen and (max-width: 769px) {
    .act-nav a{
        width:47%;
    }
    .act-nav a div:last-child span{
        text-align: left;
    }
}
