@charset "UTF-8";
html,body{
    height: auto;
    background: #fdf4f7;
}
.m-header{
    position: fixed;
    background: none;
}
.banner{
    height: 382px;
    background: url(../images/user/act-header.jpg) no-repeat center;
    background-size: 100% 100%;
}
.act-container{
    height: 1045px;
    padding: 15px 20px;
    background: url(../images/user/act-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.act-part1-cont{
    height: 514px;
    padding:80px  20px 20px;
    background: url(../images/user/act-bg1.png) no-repeat center;
    background-size: 100% 100%;
}
.code-cont{
    width: 202px;
    height: 202px;
    margin: 0 auto 20px;
    padding: 10px;
    background: url(../images/user/act-code-bg.png) no-repeat center;
    background-size: 100% 100%;
}
.qr-cont{
    width: 100%;
    height: 100%;
}
.invitation-code-cont{
    text-align: center;
    margin-bottom: 20px;
}
.invitation-title{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
}
.invitation-code{
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #D423E3;
    border-radius: 4px;
}
.a-item{
    text-align: center;
    font-size: 14px;
    color: #333;
}
.a-item a{
    display: block;
}
.a-img{
    width: 50px;
}

.act-part2-cont{
    height: 483px;
    padding:70px  20px 20px;
    margin-top: 10px;
    background: url(../images/user/act-bg2.png) no-repeat center;
    background-size: 100% 100%;
}

.lower-level-table{
    width: 100%;
    collapse: none;
    border-collapse:collapse;
    border-radius: 6px;
}
.lower-level-table td{
    height: 34px;
    /*width: 33.3333%;*/
    text-align: center;
    font-size: 12px;
    color: #999;
    background: #fff;

}
.lower-level-table tr:nth-of-type(2n) td{
    background: #FAFAFA;
}
.lower-level-table thead td{
    font-size: 14px;
    color: #5E0066;
    background: #FDE8FF;
}
.no-data-img{
    margin: 80px 0 10px;
    width: 134px;
}
#image{
    display: none;
}


