.login-box_login-line{
    width: 4px;
    background-color: rgba(236,237,240,1);
    /*4px solid rgba(236,237,240,1)*/
}
.login-box_login-line span{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdcdc;
    background-color: #F5F7FA;
    display: block;
    text-align: center;
    position: absolute;
    transform: translate(-12%,50%);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 500;
    color:  #383838;
    margin-left: -10px;
}

.menber_ul ul {
    font-size: 14px;
    color: #FF4B40;
    padding-inline-start: 10px;
    margin-left: 24px;
    text-align: left;
}
.menber_ul li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}
.menber_ul li::before {
    content: "\2022  ";
    position: absolute;
    left: -11px;
    display: inline-block;
    font-size: 22px;
}
.menber_tips{
    width: 1300px;
    height: 300px;
    background: #F5F7FA;
    border: 4px solid rgba(236,237,240,1);
    display: flex;

}
.menber_span{
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: #383838;
    letter-spacing: 0;
    font-weight: 600;

}
.menber_pay{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
    width: 310px;
    text-align: center;
    border-radius: 5px;
}
.menber_select{
    display: flex;
    width: 1300px;
    height: 325px;
    margin-top: 30px;
}

/******************/

.tooltips {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #1890FF;
    /*border-bottom: 1px dotted black; !* 可选的，让用户知道可以悬停 *!*/
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 222px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    border-radius: 14px;
    padding: 5px 0;
    opacity: 0.9;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;

    /* 位置 */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}
.member_bottom{
    width: 1300px;
    margin-top: 120px;
    border: 4px solid rgba(236,237,240,1);
    border-radius: 0 0 20px 20px;
    border-top: none;
}
.member_bottom_text{
    text-align:center;
    padding-top: 20px;
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    color: #999999;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
}
.member_bottom_signUp{
    width:230px;
    height:50px;
    background: rgba(118, 110, 165, 0.1);
    border-radius: 8px;
    font-family: SourceHanSansCN-Bold;
    font-size: 16px;
    color: #766EA5;
    text-align: center;
    font-weight: 700;
    margin: auto;
    margin-top: 40px;
    line-height: 50px;
    cursor: pointer;

}
.content_top_Tips{
    height: 40px;
    background-color: rgba(24, 144, 255, 0.08);
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: #383838;
    letter-spacing: 0;
    font-weight: 500;
}

/* 浮动层的样式 */
.float-window {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000; /* 确保浮动层在页面元素上面 */
}
/* 提示框样式 */
.tooltip-text {
    visibility: hidden; /* 默认不可见 */
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* 位置 */
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    /* 动画 */
    opacity: 0;
    transition: opacity 0.3s;
}


/* 显示提示框时的样式变化 */
.float-window:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: none;
    text-align: center;
}
.card-body {
    text-align: center;
}
.card-body ul {
    list-style-type: none;
    padding: 0;
}
.card-body ul li {
    margin: 10px 0;
}
.special-offer {
    margin: auto;
    width: 400px;
    height: 52px;
    background: #FFEFEE;
    border-radius: 8px;
    font-family: AppleColorEmoji;
    font-size: 14px;
    color: #FF4B40;
    line-height: 24px;
    font-weight: 400;
    margin-top: 70px;
}
.membership-card {
    transition: transform 0.3s;
}
.standard-card {
    height: 110%;
    z-index: 1;
    margin-top: -5%;
    margin-bottom: -5%;
}
.standard-card .card-body {
    flex-direction: column;
}
.membership-li{
    display: flex;
    margin-bottom: 15px;

}
.membership-tips{
    margin-left: 10px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #463560;
    font-weight: 400;
}