.tarbar{ 
    height: 62px;
    background: #F8F8F8;
    margin: 0 auto;
    margin-bottom: 10px;
                
    display: flex;
    align-items: center;
}
.tItem{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    height: 62px;
    line-height: 62px;
    color: #212830;
    text-align: center;
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
}
.active{
    color: #DFC964;
    border-bottom: 2px solid #DFC964;
}
.poster{ 
    background: #F8F8F8;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
    display: none;
    text-align: center;
}
.posterImg{
    width: 38%;
    background: #212830;
    border-radius: 9px;
    
    margin: 72px auto;
    overflow: hidden;
} 
.posterImg .title{
    font-size: 18px;
    font-family: ArialMT;
    color: #999999;
    text-align: center;
    
    margin: 52px auto;
}
.tItem:hover{
    cursor:pointer;
}
.posterImg  .posterTextBg{
    width: 359px;
    height: 252px;
    background-image: url(/pages/promotion/member/img/posterTextBg.png);
    background-size: 100%;
    margin: 0 auto;
    margin-top: 90px;
    
    position: relative;
}
.posterImg .posterTextBg .logo{
    position: absolute;
    top: -78px;
    right: 100px;
    left: 100px;
    width: 158px;
    height: 158px;
}
.posterImg .posterTextBg .posterText{
    height: 188px;
    font-size: 22px;
    font-family: Open Sans;
    font-weight: bold;
    line-height: 35px;
    color: #212830;
    text-align: center;
    
    padding-top: 80px;
}
.posterImg .posterHit{
    font-size: 18px;
    font-family: ArialMT;
    color: #FFFFFF;
    text-align: center;
    
    margin: 20px auto;
}
.posterImg  .ewmBox{
    width: 100%;
    text-align: center;
}
.posterImg .ewmBox .ewm{
    width: 166px;
    height: 166px;
    margin: 0 auto;
}
.posterImg .ewmBox .ewmText{
    font-size: 11px;
    font-family: ArialMT;
    color: #999999;
    text-align: center;
    margin-top: 13px;
}
.posterBtn{
    width: 477px;
    height: 44px;
    background: #DFC964;
    border-radius: 33px;
    
    font-size: 24px;
    font-family: ArialMT;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    
    margin: 0 auto;
}

/* 右边 */
.posterTextBox{
    width: 721px;
    height: 223px;
    background: #FFFFFF;
    border: 1px solid #A1A1A1;
    opacity: 1;
    border-radius: 9px;
    
    margin: 50px auto;
    
    font-size: 18px;
    font-family: ArialMT;
    line-height: 28px;
    padding: 65px 0px 17px 0px;
    text-align: center;
}
.yellow{
    color: #DFC964;
}

.block{
    display: block;
}

.shareType{
    height: 272px;
    width: 721px;
    border-top: 1px solid #9E9E9E;
    
    margin: 0 auto;
    margin-top: 146px;
    
    position: relative;
}
.shareType .shareTitle{
    position: absolute;
    top: -45px;
    left: 0;
    font-size: 24px;
    font-family: ArialMT;
    color: #DFC964;
}
.shareType .shareList{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.shareType .shareList .shareItem{
    
}
.shareType .shareList .shareItem .shareLogo{
    width: 115px;
    height: 115px;
    margin-top: 34px;
    margin-bottom: 21px;
}
.shareType .shareList .shareItem .shareName{
    font-size: 16px;
    font-family: ArialMT;
    color: #7D7D7D;
    text-align: center;
}
 