@charset "utf-8";
/* CSS Document */



.inviteListDiv{
	overflow: hidden;	
}

.inviteList{
    width: 95%;
    margin: 0 auto;
}

.inviteList li{
    border-top: 1px solid #f0f0f0;
    height: 5.5rem;
    clear: both;
}
.inviteList li .inviteHead{
    float: left;
    line-height: 5rem;
    margin-right: 5%;

}
.inviteList li .inviteHead img{
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;

}
.inviteList .inviteNum{
    float: left;
    line-height: 5.5rem;
    margin-right: 5%;
    width: 3rem;
    text-align: center;
}
.inviteList .inviteNum img{
    width: 2.5rem;
}
.inviteList .inviteNum span{
    font-size: 1.6rem;
    color: #666;
}
.inviteList .inviteName{
    float: left;
    text-align: left;
    line-height: 5.5rem;

}
.inviteList .inviteName p{
    color: #666;
    font-size: 1.4rem;
}
.inviteList .inviteMoney{
    float: right;
    line-height: 5.5rem;
    color: #999;
    font-size: 1.4rem;
}
.inviteList .inviteMoney span{
    color: #01B3E9;
    margin: 0 .2rem;
}
.inviteList.last .inviteMoney span{
    color: #999;
}
.inviteList.last .inviteMoney span.blue{
    color: #01B3E9;
}

.appear-from-right{
    -webkit-animation: messageAppearFromRight 400ms both;
    animation: messageAppearFromRight 400ms both;
}
@-webkit-keyframes messageAppearFromRight{
    from{-webkit-transform:translate3d(50%,0,0)}
    to{-webkit-transform:translate3d(0,0,0)}
}
@keyframes messageAppearFromRight{
    from{transform:translate3d(50%,0,0)}
    to{transform:translate3d(0,0,0)}
}

.swiper-pagination-bullet-active{
    background:#333!important;
}

.rightToolBar{
    position: fixed;
    right: 1rem;
    bottom: 12%;
    height: 15rem;
    width: 3.8rem;
}
.rightToolBar .tYao{
    background: url(../image/pic2.png) 0 0 no-repeat;
    background-size: 3.8rem;
    margin-top: .4rem;
    width: 3.8rem;
    height: 3.8rem;

}

.rightToolBar .tShang{
    background: url(../image/pic2.png) 0 -3.8rem no-repeat;
    background-size: 3.8rem;
    margin-top: .4rem;
    width: 3.8rem;
    height: 3.8rem;

}
.rightToolBar .tZan{
    background: url(../image/pic2.png) 0 -7.6rem no-repeat;
    background-size: 3.8rem;
    margin-top: .4rem;
    width: 3.8rem;
    height: 3.8rem;

}
.tZanIcon{
    text-align: center;
}
.tZanIcon .tZanNum{
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
    text-align: center;
    border-radius: .7rem;
    background: grey;
    right: 0;
    padding: 0 .4rem;
    white-space: nowrap;
}
.love {
    bottom: 2rem;
    left: -2rem;
    width: 2rem;
    height: 20rem;
    z-index: 0;
    position: absolute;
}
.love img{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    bottom: 10px;
    left: 50%;
    margin-left: -5px
}
.live-qiye-notice-box{
	position: relative;
    height: 2.5rem;
}
.rightToolBarBox{
	position: relative;
}
	

.maple-tab {
    border: 1px solid #01b3e9;
    border-radius: .5rem;
    max-width: 80%;
    margin: 2rem auto 1rem;
    background-color: #fff;
}
.maple-tab ul {
    width: 100%;
    overflow: hidden;
}

.maple-tab ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    color: #01b3e9;
    font-size: 1.4rem;
    padding: 3% 0;
}

.maple-tab .active {
    color: #fff;
    background-color: #01b3e9;
}


.tab-content-1,.tab-content-2{
    width: 100%;
    height: 10rem;
    padding: 4% 0;
    text-align: center;
    font-size: 2rem;
}
