
/* 弹窗内容样式 */
.modal-content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    width: 90%;
    max-width: 800px;
    padding: 0px;
}

.modal-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    float: left;
}

.modal-header p {
    margin: 0;
    font-size: 14px;
}
.hy_tips{
    text-align: right;
    font-size: 12px;
    color:#909090;
    line-height: 40px;
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    z-index: 1002;
}

.pay_jiage{
    font-size: 24px;
    color: #DA2B35;
    margin-bottom: 20px;
    position: absolute;
    bottom: 24px;
    left:24px;
}
.pay_jiage h2 span{
    font-size: 18px;
    color: #DA2B35;
    margin-right: 5px;
}
.pay_btn{
    position: absolute;
    right: 34px;
    bottom:24px
}

.pay_btn p{
    font-size: 12px;
    color:#797979;
    text-align: right;
}


.benefits h3 {
    margin-top: 0;
}

.benefits ul {
    list-style: none;
    padding: 0;
    
}

.benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size:14px;
    color: #3B3E46;
}

.benefits p{
    font-size:12px;
    color:#3B3E46;
    text-align: center;     
    position: absolute;
    bottom: 10px;
    left: 40px;
}

.icon-check {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/danxuan.svg');
    background-size: cover;
    margin-right: 10px;
}
.modal-left{
    padding:0 24px 24px 24px;
    width: 192px;
    border-radius: 8px 0 0 8px; 
    background: linear-gradient(90deg,#FFFBF9,#FFEADB);

}
.hy_icon{ 
    width:72px;
    height: 93px;
    background-image: url('../images/hy_icon.svg');
    margin: 0 auto 20px auto  ;
}
.modal-right{
    padding:44px 24px 24px 24px;
    width: 592px;
    position: relative;
}

/* 会员选项容器样式 */
.pricing-options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}

/* 会员选项样式 */
.option {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    margin: 0 5px;
    height:148px;
    position: relative;
    cursor: pointer;
}

.option.active {
    border-color: #DA2B35;
    background-color: #FFF7EF;
}

.option p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.option h2 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 5px;
}

.option h2 span {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
    margin-right: 5px;
}

.option span {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}


.payment-section h2 {
    color: #f60909;
    margin: 20px 0;
}
.youhui{
    position: absolute;
    left: -2px;
    top: -10px;
    background:#DA2B35;
    font-size:12px;
    color:#fff;
    padding: 2px 5px;
    border-radius: 4px 4px 4px 0;
}

.wx_login_user{
    line-height: 24px;
    padding: 4px
}

#payBtn, #confirmBtn {
    background-image: linear-gradient(90deg,#FEE2BF,#E2454D);
    color: #fff;
    border: none;
    padding: 14px 46px;
    border-radius: 4px;
    cursor: pointer;
}

#openModalBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 24px;
    background-color: #ff6b6b;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.modal-container {
    display: flex;
    min-height:560px
}



@media (max-width: 768px) {
    .modal-container {
        flex-direction: column;
    }
}