.infoBlock{
    height: 132px;
}
.userBlock{
    width: 460px;
    height: 132px;
}
.jifenBlock{
    width: 520px;
    height: 132px;
}

.userBlock{
    display: flex;
    align-items: center;
    padding: 20px;
}
.userBlock>.userIcon{
    width: 60px;
    height: 60px;
    background: url('../../images/userimg.png') center no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}
.userBlock>.info{
    flex: 1;
    height: auto;
}
.userBlock>.info>.p01{
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
}
.userBlock>.info>.p02{
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-top: 10px;
}
.jifenBlock{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}
.jifenBlock>div{
    width: 100%;
    display: flex;
    align-items: center;
}
.jifenBlock>div>p{
    font-size: 14px;
    line-height: 1em;
    color: #333333;
}
.jifenBlock>div>p.disabled{
    color: #999999;
}
.jifenBlock>div>span{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #003399;
}
.jifenBlock>div.gameTimes>span{
    color: #333333;
}
.jifenBlock>div>span.disabled{
    color: #999999;
}
.jifenBlock>div>.tips{
    width: 16px;
    height: 16px;
    background: url('../../images/help2.png') center no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    position: relative;
}
.jifenBlock>div>.tips.disabled{
    background: url('../../images/help1.png') center no-repeat;
    background-size: 100% 100%;
}
.jifenBlock>div>a{
    font-size: 14px;
    line-height: 19px;
    color: #003399;
    text-decoration: underline;
    margin-left: 10px;
}
.jifenBlock>div>.jifenExpire{
    width: 220px;
    height: 44px;
    flex-shrink: 0;
    padding: 6px 10px;
    background-color: #FFF7D6;
    position: absolute;
}
.jifenBlock>div.userJifen>.jifenExpire{
    top: 10px;
    right: 97px;
}
.jifenBlock>div.companyJifen>.jifenExpire{
    top: 59px;
    right: 97px;
}
.jifenBlock>div>.jifenExpire>p{
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
.jifenBlock>div>.jifenExpire>p>span{
    font-size: 12px;
    line-height: 16px;
    color: #E52F2C;
}
.jifenBlock>div>.jifenExpire>p>a{
    flex-shrink: 0;
    font-size: 12px;
    line-height: 16px;
    color: #003399;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 2px;
}
.jifenBlock>a{
    font-size: 14px;
    color: #003399;
    text-decoration: underline;
    position: absolute;
    top: 20px;
    right: 20px;
}
.jifenBlock>a:hover{
    font-weight: bold; 
}
.jifenBlock>.gameTimes.disabled>p{
    color: #999999;
}
.jifenBlock>.gameTimes.disabled>span{
    color: #999999;
}
.jifenBlock>.gameTimes.disabled>a{
    display: none;
}

/* 积分规则 */
.ruleOwnPoint{
    width: 180px !important;
    position: absolute;
    top: 44px;
    right: 20px;
    background: #FFF7D6;
    height: auto;
    z-index: 100;
}
.ruleOwnPoint>div{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
}
.ruleOwnPoint>div>span{
    width: 10px;
    height: 10px;
    background: url('../../images/tri2.png?r=001') center no-repeat;
    background-size: contain;
    position: absolute;
    top: -6px;
    right: 10px;
}

/* 积分明细部分 */
.jifenHistory{
    position: relative;
    padding: 20px;
    margin-top: 10px;
}
.jifenHistory>a{
    font-size: 14px;
    line-height: 19px;
    color: #003399;
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: underline;
}
.jifenHistory>a:hover{
    font-weight: bold;
}
.jifenHistory>.jifenNav{
    width: 100%;
    display: flex;
}
.jifenHistory>.jifenNav>.item{
    height: 26px;
    border-bottom: 3px solid white;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-right: 40px;
}
.jifenHistory>.jifenNav>.item.active{
    border-bottom: 3px solid #003399;
    font-weight: bold;
    color: #003399;
}
.jifenHistory>.jifenList{
    width: 950px;
    margin-top: 20px;
}
.tableHeader{
    width: 950px;
    height: 45px;
    background-color: #EEF4FC;
    border: none !important;
}
.tableRow{
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    border-bottom: 1px solid #F3F3F3;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
}
.tableRow>div{
    flex-shrink: 0;
}
.tableRow1>div:nth-child(1){
    width: 460px;
}
.tableRow1>div:nth-child(2){
    width: 316px;
}
.tableRow1>div:nth-child(3){
    width: 134px;
}
.tableRow2>div:nth-child(1){
    width: 340px;
}
.tableRow2>div:nth-child(2){
    width: 228px;
}
.tableRow2>div:nth-child(3){
    width: 208px;
}
.tableRow2>div:nth-child(4){
    width: 134px;
}
.tableRow3>div:nth-child(1){
    width: 460px;
}
.tableRow3>div:nth-child(2){
    width: 316px;
}
.tableRow3>div:nth-child(3){
    width: 154px;
}
.tableBody{
    min-height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 企业积分成员列表 */
.companyJifenManage{
    padding: 20px;
    margin-top: 10px;
    position: relative;
}
.companyJifenManage>.title{
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.companyJifenManage>a{
    font-size: 14px;
    line-height: 19px;
    color: #003399;
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: underline;
}
.companyJifenManage>.userList{
    width: 950px;
}
.companyJifenManage>.pageGroup{
    margin-top: 20px;
}
.jifenManager{
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: white;
    background-color: #003399;
    margin-left: 15px;
}

.companyJifenUse{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.userJifen1{
    background: url('../../images/check1.png') center no-repeat;
    background-size: 100% 100%;
    cursor: not-allowed;
}
.userJifen2{
    background: url('../../images/check2.png') center no-repeat;
    background-size: 100% 100%;
}
.userJifen3{
    border: 1px solid #CDCDCD;
}
.userJifen4{
    border: 1px solid #CDCDCD;
    background-color: #F3F3F3;
    cursor: not-allowed;
}

/* 状态异常提醒 */
.statusNotice{
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
.statusNotice>img{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.statusNotice>p{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.statusNotice>div{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.statusNotice>div>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 50px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1em;
}
.statusNotice>div>a:first-child{
    margin-left: 0;
}
.statusNotice>div>a.btnBlue{
    background-color: #003399;
    color: white;
}
.statusNotice>div>a.btnYellow{
    background-color: #FFCC00;
    color: #333333;
}

.textBlue{
    color: #003399;
}

/* 弹出提示 */
.modalMask {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.modalCompanyError {
    width: 400px;
    height: auto;
    background-color: white;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1500;
}
.modalCompanyError>.wrap{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}
.modalCompanyError>.wrap>img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.modalCompanyError>.wrap>p {
    width: 100%;
    height: auto;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}
.modalCompanyError>.wrap>p>span{
    font-size: 14px;
    line-height: 20px;
    color: #003399;
    margin-left: 5px;
    cursor: pointer;
}
.modalCompanyError>.wrap>div {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.modalCompanyError>.wrap>div>div {
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1em;
    color: #333333;
    margin-left: 20px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    cursor: pointer;
}
.modalCompanyError>.wrap>div>div:first-child {
    margin-left: 0;
}
.modalCompanyError>.wrap>div>div.p1 {
    background-color: #FFCC00;
}
.modalCompanyError>.wrap>div>div.p2 {
    border: 1px solid #FFCC00;
}
.modalCompanyError>.wrap>div>div.p3 {
    background-color: #003399;
    color: white;
}
.modalCompanyError>.wrap>div>div.p1:hover {
    background-color: #FFEA98;
}
.modalCompanyError>.wrap>div>div.p2:hover {
    background-color: #FFF7D6;
}
.modalCompanyError>.wrap>div>div.p3:hover {
    background-color: #325BAD;
}
.modalCompanyError>.wrap>.closeIcon{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/close2.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}