.cover-box > .bg {
    width: 100%;
    overflow: hidden;
    position: relative;
  	height: 5rem;
}
.cover-box > .bg img {
    display: block;
    width: 100%;
}
.bubble {
    width: 150px;
    height: 150px;
    margin: 20px auto;
    border-radius: 50%;
    background: 0 0;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #44a9f7;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset -30px -30px 75px rgba(68,168,247,.2), inset 0 0 5px rgba(68,168,247,.5), inset 0 0 55px rgba(255,255,255,.5), inset -3px -3px 5px rgba(68,168,247,.5), 0 0 50px rgba(255,255,255,.75);
    box-shadow: inset -30px -30px 75px rgba(68,168,247,.2), inset 0 0 5px rgba(68,168,247,.5), inset 0 0 55px rgba(255,255,255,.5), inset -3px -3px 5px rgba(68,168,247,.5), 0 0 50px rgba(255,255,255,.75);
}
.bubble hr {
    width: 80%;
    height: 1px;
    border: none;
    margin: 0 auto;
    background-color: #44a9f7;
}
.btn-tip-menu {
    background: #44a9f7;
    text-align: center;
    padding: .2rem;
    width: 100px;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.mui-media-object {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.mui-media-body p {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.ds{
	width:100%;
	position:fixed;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.ds .msk{
	width:100%;
	position:absolute;
	background: rgba(0,0,0,.6);
	height:100%;
}
.ds .txt{
	position: fixed;
    height: 5.5rem;
    width: 100%;
    bottom: 0;
    background: #fff;
}
.ds .txt .title{
	background: #f4f4f4;
    color: #999;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: .45rem;
    font-weight: 400;
}
.ds .txt .send{
    padding: .25rem 0 0 0;
}
.ds .txt .send ul{
	display: -webkit-box;
	border-bottom: .2rem solid #efeff4;
}
.ds .txt .send ul li{
	-webkit-box-flex: 1;
}
.ds .txt .send ul li img{
	display: block;
    border: 1px solid #ccc;
    margin: 0 auto;
	border-radius: 5px;
	width: 88%;
}
.ds .txt .send ul li span{
	display: block;
    text-align: center;
    line-height: .8rem;
    font-size: .32rem;
    color: #555;
}
.ds .txt .dbtn{
	height: 2rem;
    line-height: 1rem;
    text-align: center;
    font-size: .42rem;
    color: #999;
}
.tip-history{
	padding:10px;
}
.tip-history .title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.tip-history .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    font-size: 12px;
}
.avatar {
    width: 100%;
    display: table-cell;
    float: left;
	text-align: center;
}
.tip-history .avatar {
    width: 30px;
    border: none;
    border-radius: 50%;
    margin-right: 15px;
}
.tip-history .row .detail {
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9;
    margin-bottom: 5px;
    padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.tip-history .nickname{
    font-weight: 700;
}
.tip-history .gift {
    color: #ff9728;
    padding: 5px 0;
}
.tip-history .gift img {
    width: 30px;
}
.tip-history .datetime {
    color: #c2c2c2;
}

.moreBtn {
    position: relative;
    display: block;
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 2.33333333;
    border-radius: 5px;
    color: #454545;
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid rgba(0,0,0,.2);
}



/* 遮罩层 */
.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* 弹窗主体 */
.vip-modal {
    background: linear-gradient(135deg, #2a0a3e, #4a154b);
    min-width: 250px;
    padding: 10px 30px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* 标题样式 */
.modal-header {
    text-align: center;
    margin-bottom: 10px;
}

.modal-header-box{
    width: 80%;
    margin-left: 10%;
}

.modal-header-box h3 {
    color: #ffd700;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.vip-crown {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* 充值选项 */
.package-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.package-item {
    background: rgba(255,255,255,0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.package-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.package-item.active {
    border-color: #ffd700;
    background: linear-gradient(45deg, rgba(255,215,0,0.1), transparent);
}

.price {
    color: #ffd700;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.duration {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

/* 支付方式 */
.payment-methods {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.payment-item {
    flex: 1;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-item.active {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

.payment-item img {
    width: 100%;
    height: 30px;
    object-fit: contain;
}

/* 操作按钮 */
.confirm-btn {
    background: linear-gradient(45deg, #ff6b6b, #ff8e53);
    color: white;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.confirm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,107,107,0.4);
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s ease;
}

.close-btn:hover {
    opacity: 1;
    transform: rotate(90deg);
}
.vip-info-text{
    color: white;
    text-align: center;
}

.package-msg-info{
    color: #fcfcfc;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    display: none;
}






















