body{
    background-color: #ffffff;
}
.memberDiv{
    background: linear-gradient(180deg, #333434 0%, #1D1E2C 100%);
    margin-bottom: 60px;
}
.memberTop{
    position: relative;
    height: 150px;
}
.memberLevel{
    position: relative;
    top: 20px;
}
.loginTip{
    line-height: 55px;
    height: 55px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
}
.loginTip a{
    color: #a3a3a3;
}
.levelTip{
    height: 25px;
    font-size: 14px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
}
.levelText{
    font-size: 18px;
    
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.memberValidity p{
    font-size: 14px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}
.memberValidity{
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.memberDrawing p{
    position: relative;
    top: 34px;
    height: 1px;
    background: #545454;
}
.memberDrawing span{
    width: 19px;
    height: 19px;
    background: #85837F;
    border-radius: 50px;
    position: absolute;
    bottom: -6px;
}
.memberDrawing div{
    position: absolute;
    height: 4px;
    width: 15%;
    background-color: #85837F;
    bottom: 58px;
}
.memberDrawing div:nth-child(2) {
    left: 17%;
}
.memberDrawing div:nth-child(3) {
    left: 32%;
}
.memberDrawing div:nth-child(4) {
    left: 47%;
}
.memberDrawing div:nth-child(5) {
    left: 62%;
}
.memberDrawing div:nth-child(6) {
    left: 77%;
    height: 0px;
}

.memberBotton{
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;
}
.memberPower p{
    font-size: 20px;
    
    font-weight: 600;
    color: #000000;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
}
.memberIntroduceDiv{
    margin: 0px 20px 0px 20px;
}
.contact p{
    line-height: 90px;
    text-align: center;
    font-size: 13px;
    
    font-weight: 400;
    color: #000000;
}
.memberIntroduceDiv>div{
    height: 100px;
    border-radius: 20px;
}
.memberIntroduceDiv>div:nth-child(1),.memberIntroduceDiv>div:nth-child(2){
    background: #FEF9EF;
}
.memberIntroduceDiv>div:nth-child(3){
    background: #FFF3E0;
}
.memberIntroduceDiv>div:nth-child(4){
    background: #FDECD3;
}
.memberIntroduceDiv>div:nth-child(5){
    background: #FFE5C0;
}
.memberIntroduceDiv>div{
    position: relative;
}
.arrow-right {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin: 0 auto;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 40px;
    color: #FFC87A;
}
.vipMemberDiv .arrow-right{
    top: 54px;
}
.memberText{
    border-radius: 20px 0px 27px 0px;
    background: linear-gradient(225deg, #FFC579 0%, #E8494C 100%);
    width: 100px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.introduce{
    font-size: 13px;
    
    font-weight: 400;
    color: #383838;
    line-height: 26px;
    position: absolute;
    left: 22px;
    top: 42px;
}
.moneyOfYear{
    position: absolute;
    right: 40px;
    top: 28px;
    
    font-weight: 600;
}
.moneyOfYear span{
    font-size: 26px;
    color: #FA3C29;
}
.vipMemberDiv .moneyOfYear{
    top: 42px;
}
.memberDrawing .memberIconColor{
    background-color: #FFDEAF;
}
.memberDrawing .memberNoneIconColor{
    width: 0%;
}
.memberIntroduceDiv .silverMemberDiv .memberText{
    padding: 0 14px;
}
body .rightsNotice{
    margin:16px;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: left;
    text-indent: 0;
}

body .rightsNotice span{
    color:#fa3c29;
}
.contactInformation{
    line-height: 50px;
    text-align: left;
    font-size: 13px;
    margin-left: 6px;
}
.rightsNotice a{
    color: blue;
}
.memberDiv .vipMemberDiv{
    height: 120px;
}
.vipzhi{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.vip_info_div{
    margin-left: 2%;
    position: relative;
}
.vip_info_div table{
    width: 100%;
}
.vip_info_div img{
    height: auto;
}
.vip_info_div button{
    background: linear-gradient(to right, #fdba4d 0%, #e94b4d 100%);
    padding: 4px 8px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    top: 57px;
    font-size: 10px;
}
.vip_info_div button:hover{
    cursor: pointer;
    background: linear-gradient(to right,#e94b4d 0%, #fdba4d 100%);
}
.buyVipMember{
    right: 104px;
}
.buyGoldMember{
    right: 16px;
}