body {
    background: #eee;
}

.head {
    height: 2rem;
    background: linear-gradient(to right, #FF9D54, #FF6935);
}

.member-detail {
    background: #fff;
    border-radius: 10px;
    width: calc(100% - .4rem);
    margin-left: .2rem;
    height: 2.2rem;
    margin-top: -.7rem;
    text-align: center;
}

.head-img img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin-top: -.6rem;
    margin-bottom: .1rem;
}

.gift {
    margin-top: .3rem;
}

.gift div {
    padding: .1rem 0;
}

.gift .left {
    border-right: 1px solid #eee;
}

.gift-list,
.list {
    padding:1rem .2rem;
    color: #fff;
    padding-bottom: .2rem;
}

.item {
    padding: .2rem;
    margin-top: .2rem;
    height: 1.5rem;
    border-radius: 10px;
    background: linear-gradient(to right, #FF9D54, #FF6935);
    color: #fff;
}

.item img {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    margin-right: .5rem;
}

.rank {
    left: 0;
    right: 0;
    bottom: 0;
    height: .4rem;
    line-height: .4rem;
    background: rgba(0, 0, 0, .2);
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 .2rem;
}

.rank span {
    margin-right: 10px;
}

.card-info {
    width: calc(100% - .6rem);
    margin-left: .3rem;
    height: 2.5rem;
}

#user-name {
    margin-top: .2rem;
    padding-left: .2rem;
}

#phone {
    padding-left: .2rem;
    font-size: 14px;
}

.href {
    background: #fff;
    padding: 0 .2rem;
    height: .8rem;
    line-height: .8rem;
    border-bottom: 1px solid #eee;
}

.href img {
    width: .12rem;
}

.go-shop {
    margin-top: .4rem;
}

.gift-item {
    background: #fff;
    border-radius: 6px;
    margin-top: .2rem;
    color: #666;
    padding: .2rem;
}

.gift-item .gift-status {
    text-align: right;
}

.gift-item .prize-time {
    text-align: left;
}
.userGiftTime{

    display:inline;
    text-align: left;


}
.gameBottom{
    border-top: 1px solid #eee;
    margin: 0 -.2rem;
    margin-top: .2rem;
    padding: 0 .2rem;
    padding-top: .2rem;
}
.gift-address {
    border-top: 1px solid #eee;
    margin: 0 -.2rem;
    margin-top: .2rem;
    padding: 0 .2rem;
    padding-top: .2rem;
    font-size: 12px;
}

.code-icon {
    width: .3rem;
}

.giftImage{
    width: .9rem;
    height: .9rem;
    margin-top: -0.7rem;

}

.gift-name {
    align-items: flex-end;
}

.gift-name>div>div {
    margin-top: .2rem;
}

.shade-code {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.shade-code-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#qrcode {
    width: 2rem;
    height: 2rem;
}

#close {
    width: .3rem;
    margin-top: .2rem;
}

.close-code {
    text-align: center;
}

.hide {
    display: none;
}

.shade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.pop-body {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4rem;
}

.title {
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.close {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .36rem;
}

.address-list {
    padding: .3rem;
}

.btn {
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    color: #fff;
    background: #FF6B33;
}

.address-list .checkbox {
    width: .6rem;
    background: center url(../images/circle.png) no-repeat;
    background-size: .3rem;
}

.active .checkbox {
    background: center url(../images/select.png) no-repeat;
    background-size: .3rem;
}

.address-item {
    margin-bottom: .3rem;
}

.address-item .name span {
    margin-right: .2rem;
}

.address-item .name {
    margin-bottom: .1rem;
}

#address-list {
    height: 2.3rem;
    overflow: auto;
}

.tabbar {
    left: 0;
    right: 0;
    bottom: 0;
    height: .9rem;
    background: #fff;
    text-align: center;
    box-shadow: 1px 1px 16px 1px #ccc;
}

.tabbar>a {
    width: 50%;
}

.tabbar .active {
    color: #FF6B33;
}

.tabbar img {
    width: .34rem;
}


#nav {
    height: .8rem;
    background: #fff;
    color: #222;
    font-size: 16px;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 .4rem;
}

#nav span {
    border-bottom: 4px solid transparent;
    height: .8rem;
    line-height: .8rem;
}

#nav .active {
    color: #FF6B33;
    border-color: #FF6B33;
}
.no-data {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 3rem;
    display: none;
}