﻿body {
    background-color: #f8f8f8;
}

.img-circle {
    width: 60px;
}

.lbName {
    font-size: 24px;
    font-weight: bold;
}

#userAuth {
    margin-left: 10px;
    font-weight: normal;
}

.lbMobile {
    font-size: 18px;
}

.staticBlock {
    margin-top: 15px;
}

.userInfoBlock {
    display: flex;
    padding: 15px 15px 15px 15px;
}

.blockItem {
    flex: 1;
    text-align: center;
}

.blockItem p {
    font-size: 24px;
    margin-bottom: 0;
}

.btnJoinShop {
    margin-top: 15px;
}

.btnJoinShop .row {
    margin-left: 0px;
    margin-right: 0px;
}

.btnJoinShop span {
    width: 100%;
}

#divVIPInfo {
    margin-top: 15px;
    padding: 10px;
    background-color: #CBB89B;
    border-radius: 5px;
    color: #fff;
}

#pAuthType {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

#pAuthTime {
    color: #000;
    margin-top: 40px;
    margin-bottom: 0;
}

.btnJoinShop .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.blockBtn {
    background-color: #44B6AE;
    line-height: 80px;
    text-align: center;
    width: 100%;
    color: #fff;
    border-radius: 5px;
}

.list-group {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
}
