.home-wrapper, .sg-common-wrapper {
    padding-top: 0.95rem;
    font-family: 'WorkSans-SemiBold';
    color: #002F5E;
}
.sg-common-wrapper .banner {
    width:100%;
    /*height: 8.62rem;*/
    height: 8.85rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 3.62rem;
}
.sg-common-wrapper.pb-0 .banner{
    height: 3.75rem;
    padding-bottom:0;
}
.sg-common-wrapper .banner img {
    width: 100%;
}
.banner-content {
    position: absolute;
    width: 100%;
    top: 0.9rem;
    left: 0.2rem;
    color: #ffffff;
}
.banner-content .banner-route, .banner-content .banner-desc {
    font-family: 'WorkSans-Regular';
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}
.banner-content .banner-text, .banner-content .banner-title {
    font-family: 'PlayfairDisplay-Medium';
    font-size: 0.33rem;
    line-height: 0.4rem;
}
.banner-content .banner-route a,.banner-content .banner-route a:hover {
    color: #ffffff;
}
.banner-content .banner-desc {
    line-height: 0.26rem;
    margin-top: 0.1rem;
    margin-bottom: 0;
}
.quotation-section {
    position: absolute;
    left: 0.2rem;
    top: 3.95rem;
    right:0.2rem;
}
.quotation-wrapper {

}
.form-info {
    background: #f5f5f5;
    padding: 0.3rem 0.2rem 0.2rem;
    border-top-left-radius: 4px;
    border-right-left-radius: 4px;
}
.quotation-wrapper h4 {
    font-size: 0.22rem;
    color: #002F5E;
    text-align: center;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    font-family: 'PlayfairDisplay-Medium';
    font-weight: normal
}
.quotation-row {
    display: flex;
    margin-bottom: 0.25rem;
    gap: 0.1rem;
}
#SingleOrAnnual .form-item {
    flex: 1;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.15rem;
    color: #C4C4C4;
    background: #E9E9E9;
    font-family: 'WorkSans-SemiBold';
    text-transform: uppercase;
}

#SingleOrAnnual .form-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#SingleOrAnnual .form-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#SingleOrAnnual .form-item.active {
    background: #002F5E;
    color: #ffffff;
}
.form-item {
    flex: 1;
    position: relative;
}
.form-item select:not(.ms-drop select), .form-item input:not(.ms-drop input) {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1rem;
    color: #002F5E;
    font-size: 0.15rem;
    cursor: pointer;
    height: 0.45rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'WorkSans-SemiBold';
}

.form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/static/images/desktop/new_sg_starr/icon_select.svg');
    background-position: right 0.1rem center;
    background-repeat: no-repeat;
    background-size: 0.12rem;
}


.ms-parent {
    width: 100% !important;
}

.ms-choice {
    height: 0.45rem;
    line-height: 0.45rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #ffffff;
    font-size: 0.15rem;
    color: #002F5E;
    font-family: 'WorkSans-SemiBold';
}

.ms-choice > span {
    padding-left: 0.1rem;
    padding-right: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ms-choice > div {
    right: 0.1rem;
    top: 0.15rem;
}

.ms-drop {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 4rem;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.ms-drop ul {
    padding: 0.1rem 0;
    overflow-x: hidden;
}

.ms-drop ul > li {
    padding: 0.1rem 0.15rem;
    font-size: 0.15rem;
    color: #002F5E;
    font-family: 'WorkSans-Regular';
}

.ms-drop ul > li:hover {
    background-color: #f5f5f5;
}

.ms-drop ul > li.selected {
    background-color: #EFF3F7;
}

.ms-drop input[type="checkbox"] {
    margin-right: 0.08rem;
    width: 0.16rem;
    height: 0.16rem;
}

.ms-drop .ms-select-all {
    display:none !important;
}

.ms-drop .ms-filter {
    padding: 0.1rem;
    border-bottom: 1px solid #e0e0e0;
}

.ms-drop .ms-filter input {
    width: 100%;
    height: 0.35rem;
    padding: 0 0.1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.14rem;
    font-family: 'WorkSans-Regular';
}

.ms-drop .ms-clear-all {
    padding: 0.1rem 0.15rem;
    border-bottom: 1px solid #e0e0e0;
    text-align: right;
}

.ms-drop .ms-clear-all a {
    color: #002F5E;
    font-size: 0.14rem;
    text-decoration: underline;
    font-family: 'WorkSans-Medium';
}

.ms-drop .ms-no-results {
    padding: 0.15rem;
    text-align: center;
    color: #8C8C8C;
    font-size: 0.14rem;
}

.ms-choice > span.placeholder {
    color: #C4C4C4;
}

.ms-choice > div.icon-caret {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/static/images/desktop/new_sg_starr/icon_select.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.12rem;
    width: 0.3rem;
    height: 100%;
    border: none;
    top: 0;
    right: 0;
    margin-top: 0;
}

/* Multiple Select Tag Styles - Mobile */
.ms-choice .ms-tag {
    max-width: 1.2rem;
    padding: 0.02rem 0.06rem 0.02rem 0.08rem;
    margin: 0.02rem 0.04rem 0.02rem 0;
    font-size: 0.13rem;
}

.ms-choice .ms-tag .ms-tag-close {
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.04rem;
}

.form-item select:focus-visible {
    outline: none;
}
.form-item select.disabled, .form-item input.disabled {
    color: #C4C4C4;
    background: #E9E9E9;
}
.form-item select.error, .form-item input.error {
    border-color: red;
}
.date-picker {
    width: 100%;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    color: #002F5E;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background: url('/static/images/desktop/new_sg_starr/icon_calendar.svg') no-repeat right 0.1rem center #ffffff;
}

#SingleOrAnnual {
    gap: 0;
}
.form-item.flex-50 {

}
.form-item .error-tips {
    color: red;
    font-size: 14px;
    line-height: 0.24rem;
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    font-family: 'WorkSans-Regular';
    margin-top: 0.02rem;
}
.quotation-button {
    font-size: 20px;
    padding: 15px;
    background: #002F5E;
    color: white;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-family: 'PlayfairDisplay-Medium';
}
.quotation-button.disabled {
    background: url(/static/images/desktop/hk_starr/claim/loading.gif) no-repeat 1rem center #eeeeee;
    color:#999999;
    cursor: pointer;
}
.promo-banner {
    background: #EFF3F7;
    border: 1px solid #002F5E;
    border-radius: 0.08rem;
    padding: 0.17rem 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font-family: 'WorkSans-Regular';
    font-size: 0.16rem;
    color: #002F5E;
    margin: 0.4rem 0.2rem 0;
    line-height: 0.22rem;
}

.promo-text {
    font-family: 'WorkSans-Regular';
    text-align: center;
}

.promo-text strong {
    font-family: 'WorkSans-Bold';
    text-transform: uppercase;
}
.promo-text span {
    font-family: 'WorkSans-Regular';
}
.timer {
    display: flex;
    align-items: center;
    gap: 0.06rem;
}

.timer:before {
    content: '';
    background: url('/static/images/desktop/new_sg_starr/icon_time.svg') no-repeat center center;
    width: 0.18rem;
    height: 0.18rem;
    background-size: 0.18rem;
}

.time-left {
    font-weight: 500;
}

.time-left strong {
    font-weight: bold;
}

.choose-section {
    display: flex;
    border-radius: 4px;
    padding: 0 0.2rem;
    margin-top: 0.6rem;
    overflow: hidden;
}

.image-container {
    background-color: #f5f5f5;
    position: relative;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: none;
}

.content-container {
    flex: 1;
    background: white;
}

.content-container h2 {
    font-size: 0.26rem;
    line-height: 0.38rem;
    font-weight: normal;
    color: #002F5E;
    margin-bottom: 0.15rem;
    font-family: 'PlayfairDisplay-Medium';
}

.content-container p {
    color: #002F5E;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-bottom: 0px;
    font-family: 'WorkSans-Regular';
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
    margin-top: 0.25rem;
}

.feature-item {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    align-items: center;
}

.feature-item svg,
.feature-item img {
    width: 0.45rem;
    height: 0.45rem;
}

.feature-item span {
    font-size: 0.16rem;
    color: #002F5E;
    font-family: 'WorkSans-SemiBold';
    text-align:center;
}
.support-section {
    margin-top: 80px;
}

.support-header {
    text-align: center;
    margin-bottom: 0.3rem;
}

.support-header h2 {
    font-size: 0.26rem;
    line-height: 0.38rem;
    font-weight: normal;
    color: #002F5E;
    font-family: 'PlayfairDisplay-Medium';
}

.support-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 10.9rem;
    background: url('https://starr-cdn-global.51zxtx.com/sg/mobile/bg_support.png') no-repeat top center #002F5E;
}
.support-content-wrapper {
    padding: 2rem 0.2rem 0;
}
.support-features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.support-feature {
    flex: 1;
    text-align: center;
    padding: 0.25rem 0.2rem 0.3rem;
    background-color: #f8f9fa;
    border-radius: 0.08rem;
    transition: transform 0.3s ease;
    justify-content: center;
    cursor: pointer;
}

.support-feature:hover {
    transform: translateY(-5px);
}
.support-feature img {
    display: block;
    margin: 0 auto 0.15rem;
    width: 0.55rem;
    height: 0.55rem;
}
.support-feature p.title {
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #002F5E;
    margin-bottom: 0.1rem;
    font-family: 'WorkSans-SemiBold';
    padding: 0 0.2rem;
}
.support-feature p.desc {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #002F5E;
    font-family: 'WorkSans-Regular';
}

.support-button {
    text-align: center;
    margin-top: 0.52rem;
}

.btn-compare {
    font-family: 'WorkSans-Medium';
    display: inline-block;
    width: 2.4rem;
    height: 0.42rem;
    text-align: center;
    line-height: 0.42rem;
    background-color: #FFB81C;
    color: #002F5E;
    font-size: 0.16rem;
    text-decoration: none;
}

.claim-section, .sg-common-section {
    margin: 0.6rem 0;
    padding: 0 0.2rem;
}
.claim-content {
    border-radius: 0.08rem;
    overflow: hidden;
    background: #F5F5F5;
}
.claim-content, .sg-common-content {
    flex: 1;
    padding: 0.3rem 0 0.38rem 0.2rem;
}
.sg-common-content {
    padding-right: 50px;
}
.claim-content h2, .sg-common-content h2 {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #002F5E;
    font-family: 'PlayfairDisplay-Medium';
    margin-bottom: 0.2rem;
    font-weight: normal;
}
.sg-common-content h2 {
    margin-bottom: 0;
}
.sg-common-content .sub-title {
    font-family: 'WorkSans-Regular';
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}
.steps {
    display: flex;
    flex-direction: column;
    position: relative;
}

.step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.15rem;
    padding-right: 0.2rem;
    padding-bottom: 0.1rem;
}

.step-number {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    border: 1px dashed #002F5E;
    border-radius: 50%;
    padding: 0.04rem;
    box-sizing: border-box;
}
.step-number span {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: #002F5E;
    color: #ffffff;
    font-family: 'WorkSans-SemiBold';
    border-radius: 50%;
    text-align: center;
    line-height: 0.3rem;
    box-sizing: border-box;
    font-size: 0.2rem;
}

.step-title {
    font-size: 0.2rem;
    color: #002F5E;
    font-family: 'WorkSans-SemiBold';
    margin-top: 0.06rem;
    font-weight: bold;
}

.step-description {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #002F5E;
    font-family: 'WorkSans-Regular';
    margin: 0.12rem 0 0;
}

.step::before {
    content: '';
    position: absolute;
    top: 0.45rem;
    left: 0.2rem;
    height: 0.55rem;
    border-left: 1px dashed #002F5E;
}

.step:last-child::before {
    border: none;
}
.claim-image {
    width: 5.5rem
}

.claim-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.important-note {
    margin-top: 10px;
    margin-bottom: 20px;
}
.important-note span, .important-note p, .document-required span, .document-required a {
    font-size: 18px;
    line-height: 30px;
}
.important-note span {
    margin-right: 4px;
    font-family: 'WorkSans-SemiBold';
}
.important-note p {
    display: inline-block;
    font-family: 'WorkSans-Regular';
}
.document-required {
    margin-bottom: 30px;
}
.document-required a {
    font-family: 'WorkSans-Regular';
    color: #002F5E;
    text-decoration: underline;
}
.claim-manage {

}
.claim-manage .title {
    font-family: 'PlayfairDisplay-Medium';
    font-size: 0.26rem;
    line-height: 0.38rem;
}
.claim-manage .desc {
    font-family: 'WorkSans-Regular';
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin: 0.2rem 0 0.3rem;
}
.claim-manage .claim-btn-group {
    display: flex;
}
.claim-manage .claim-btn-group .new-claim {
    width: 1.5rem;
    height: 0.42rem;
    text-align: center;
    line-height: 0.42rem;
    background: #FFB81C;
    font-size: 0.15rem;
    cursor: pointer;
    margin-right: 0.2rem;
}
.claim-manage .claim-btn-group span {
    font-size: 0.15rem;
    height: 0.42rem;
    color: #ffffff;
    padding: 0 20px;
}
.claim-manage .claim-btn-group .addition-claim {
    width: 1.7rem;
    height: 0.42rem;
    text-align: center;
    line-height: 0.42rem;
    border: 2px solid #FFB81C;
    font-size: 0.15rem;
    color: #FFB81C;
    cursor: pointer;
}
/* get support*/
.info-item {
    display: flex;
    margin-bottom: 15px;
}
.info-item .info-item-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-right: 20px;
}
.info-item .info-item-icon img {
    width: 100%;
    height: 100%
}

.info-item-text {

}

.info-item-text .info-item-title {
    font-size: 20px;
    line-height: 25px;
}
.info-item-text .info-item-description {
    font-family: 'WorkSans-Regular';
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.1rem
}
.info-item-text .info-item-des {
    font-family: 'WorkSans-Italic';
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: 0.1rem;
}
.support-tips {
    font-family: WorkSans-Bold;
    font-size: 0.16rem;
    line-height: 0.26rem;
}
/*常见问题*/
.faq-section {
    padding: 0 0.2rem;
    margin-bottom: 0.6rem;
}
.question-header {
    margin: 0 auto 0.3rem;
}

.question-header h2 {
    text-align: center;
    font-family: 'PlayfairDisplay-Medium';
    font-size: 0.26rem;
    line-height: 0.38rem;
    font-weight: normal;
}
.faq-container {
    margin: 0 auto;
    font-family: 'WorkSans-Regular';
}

.faq-item {
    margin-bottom: 0.15rem;
    border: 1px solid #002F5E;
    border-radius: 0.04rem;
    overflow: hidden;
}

.faq-header {
    background-color: #002F5E;
    color: white;
    padding: 0.12rem 0.2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.18rem;
    line-height: 0.2rem;
    font-family: 'WorkSans-SemiBold' !important;
    font-weight: normal;
}
.faq-header span {
    font-family: 'WorkSans-SemiBold' !important;
    font-weight: normal;
}
.faq-header .arrow {
    width: 0.18rem;
    height: 0.18rem;
    background: url('/static/images/desktop/new_sg_starr/icon_question_expand.svg') no-repeat center center;
    transition: transform 0.5s ease;
    background-size: 0.18rem;
    flex-shrink: 0;
}

.faq-header.collapsed .arrow {
    background: url('/static/images/desktop/new_sg_starr/icon_question_close.svg') no-repeat center center;
}

.faq-content {
    display: none;
    overflow: hidden;
    padding: 0.2rem 0.25rem;
    background-color: white;
    color: #002F5E;
    font-size: 0.16rem;
    line-height: 0.26rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sg-common-wrapper .footer-banner {
}

.footer-banner .banner-title {
    font-family: 'PlayfairDisplay-Medium';
    font-size: 0.26rem;
    line-height: 0.38rem;
}
.footer-banner .banner-desc {
    font-family: 'WorkSans-Regular';
    font-size: 0.16rem;
    line-height: 0.26rem;
    max-width:3.9rem;
    margin-bottom:0.2rem;
}

.footer-banner .banner-btn {
    width: 1.12rem;
    height: 0.42rem;
    text-align: center;
    line-height: 0.42rem;
    background: #FFB81C;
    font-size: 0.15rem;
    color: #002F5E;
    cursor: pointer;
}

/*modal 提示框*/
.tipsModal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

/*modal提示框*/
.tipsModal .mask {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.tipsModal .modal-wrapper {
    width: 90%;
    background: #ffffff;
    position: absolute;
    z-index: 9999;
    top: 30%;
    left: 5%;
}

.modal-wrapper .modal-header {
    height: 40px;
    position: relative;
}

.modal-wrapper .header-close {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url('/static/images/desktop/new_sg_starr/close.png') no-repeat center center;
    background-size: 16px 16px;
    cursor: pointer;
}

.modal-content {
    padding: 8px 38px;
}

.modal-content .cnt-header {
    font-size: 24px;
    color: #002F5E;
    margin-bottom: 12px;
    line-height: 28px;
    font-family: 'PlayfairDisplay-Medium';
}

.modal-content .cnt-desc {
    font-size: 16px;
    color: #002F5E;
    font-family: 'WorkSans-Regular';
}

.modal-footer {
    margin-top: 16px;
    margin-bottom: 30px;
    padding-right: 20px;
    text-align: center;
    overflow: hidden;
}

.modal-footer .modal-btn {
    float: right;
    text-align: center;
    width: 45%;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    font-size: 24px;
    color: #002F5E;
    border: 1px solid #002F5E;
    cursor: pointer;
}

.modal-footer .modal-btn.primary {
    margin-right: 14px;
    background: #002F5E;
    color: #ffffff;
}
::placeholder {
    color: #C4C4C4;
}
section.total-fixed {
    padding: 0;
    margin-bottom: 0.6rem;
}
.total-fixed .plan-info {
    background: #F5F5F5;
    color: #002F5E;
    padding: 0.4rem 0.2rem 0 0.2rem;
}
.total-fixed .plan-info .plan-title {
    font-family: PlayfairDisplay-Medium;
    font-size: 0.26rem;
    line-height: 0.38rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 0.3rem;
    width: 100%;
}
.total-fixed .plan-info {
    background: #F5F5F5;
    color: #002F5E;
    padding: 0.4rem 0.2rem 0 0.2rem;
}
.total-fixed .total-info {
    background: #002F5E;
    color: #FFFFFF;
    padding: 0.4rem 0.2rem;
    font-size: 0;
    display: flex;
    align-items: center;
}
.total-fixed .total-info span {
    display: inline-block;
}
.total-fixed .total-info .price-title {
    font-size: 0.2rem;
    font-family: WorkSans-Medium;
    width: 40%;
    line-height: 1;
}
.total-fixed .total-info .price-cur {
    font-size: 0.2rem;
    font-weight: bold;
    padding-right: 10px;
}
.total-premium {
    background: #002F5E;
    color: #FFFFFF;
    padding: 30px 40px;
}
.total-premium .text {
    font-size: 20px;
    line-height: 85px;
    font-family: 'WorkSans-Medium';
}
.total-info .total-text {
    margin-left: auto;
}
.total-premium .total-text {
    text-align: right;
}

.total-price {
    font-size: 0.2rem;
    font-family: 'WorkSans-Regular';
    color: #8C8C8C;
    text-align: right;
    display: inline-block;
    position: relative;
}

.total-price span {
    font-size: 0.2rem;
    font-family: 'WorkSans-Regular';
    color: #8C8C8C;
}

.total-price::after {
    content: '';
    position: absolute;
    bottom: 0.13rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #8C8C8C;
}
.finally-price {
    font-size: 0.3rem;
    font-family: WorkSans-SemiBold;
}
.plan-bg {
    width: 0.85rem;
    height: 0.26rem;
}

.plan-gold::before {
    height: 0.26rem;
    line-height: 0.26rem;
    padding: 0 0.09rem;
    text-align: center;
    display: inline-block;
    content: 'GOLD';
    background: #FB8500;
    border-radius: 0.26rem;
    color: #ffffff;
    font-size: 0.15rem;
    font-family: WorkSans-Medium;
}

.plan-silver::before {
    height: 0.26rem;
    line-height: 0.26rem;
    padding: 0 0.09rem;
    text-align: center;
    display: inline-block;
    content: 'SILVER';
    background: #5B6069;
    border-radius: 0.26rem;
    color: #ffffff;
    font-size: 0.15rem;
    font-family: WorkSans-Medium;
}

.plan-bronze::before {
    height: 0.26rem;
    padding: 0 0.09rem;
    line-height: 0.26rem;
    text-align: center;
    display: inline-block;
    content: 'BRONZE';
    background: #512E0B;
    border-radius: 0.26rem;
    color: #ffffff;
    font-size: 0.15rem;
    font-family: WorkSans-Medium;
}
.plan-info-cont {
    padding-bottom: 0.2rem;
}
.plan-info-cont .edit {
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    background: url(/static/images/desktop/new_sg_starr/icon_edit.svg) no-repeat center center;
    margin-top: 0.05rem;
}
.plan-info-cont .title {
    font-size: 0.16rem;
    line-height: 0.3rem;
    font-family: WorkSans-Medium;
    margin-bottom: 0.1rem;
    color: #002F5E;
}
.plan-info-cont .name {
    font-size: 0.16rem;
    line-height: 0.3rem;
    font-family: WorkSans-Medium;
    padding-right: 1em;
}
.plan-info-cont .price {
    font-size: 0.16rem;
    line-height: 0.26rem;
    font-family: WorkSans-SemiBold;
}
.plan-info .plan-id,
.plan-info .plan-pc {
    padding-bottom: 0.15rem;
}
.plan-info .ul-list {
    padding: 0.05rem 0;
    display: flex;
    gap: 0.1rem;
}
.plan-info .ul-list li:not(:last-of-type) {
    padding-bottom: 0.05rem;
}
.plan-info .ul-list div {
    font-family: WorkSans-Medium;
    font-size: 0.15rem;
    color: #FFFFFF;
    padding: 0.043rem 0.1rem;
    border-radius: 0.18rem;
    display: inline-block;
}
.plan-info .plan-id .ul-list div,
.plan-info .plan-pc .ul-list div {
    background: #00B1C8;

}
.plan-info .plan-add, .plan-info .plan-mandatory {
    display: none;
}
.plan-info .plan-add .ul-list div {
    background: #002F5E;
    margin-bottom: 0.25rem;
}
.plan-info .plan-mandatory .ul-list div {
    background: #002F5E;
}
.plan-info .DiscountAmount-box ,.plan-info .OriginalPrice-box {
    display: none;

}
.plan-info .OriginalPrice-box {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.plan-info .OriginalPrice-box .name {
    font-family: WorkSans-Bold;
}
.plan-info .DiscountAmount-box {
    padding: 0.3rem 0 0.4rem;
    border-top: 1px solid #E0E0E0;
}
.plan-info .DiscountAmount-box > div {
    background: #EFF3F7;
    padding: 0.15rem 0.2rem;
    border: 1px solid #002F5E;
    border-radius: 0.1rem;

}
.plan-info .DiscountAmount-box > div .name {
    font-family: WorkSans-Bold;
}
.mt-10 {
    margin-top: 0.1rem;
}
.compare-plan-btn {
    position:fixed;
    bottom: 0;
    left:0;
    padding:0.4rem 0.2rem;
    background: #ffffff;
    width: 100%;
    z-index: 99;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}
.compare-plan-btn .btn-close {
    display:inline-block;
    position: absolute;
    width: 0.26rem;
    height: 0.26rem;
    background: url(/static/images/mobile/sg_starr/new_sg_starr/icon_x.svg) no-repeat center center #E6EEF6;
    background-size: 0.14rem;
    top: -0.13rem;
    right: 0.2rem;
    border-radius: 50%;
}
.compare-plan-btn span {
    cursor: pointer;
    display:inline-block;
    width: 100%;
    color: #002F5E;
    font-family: WorkSans-Medium;
    font-size: 0.15rem;
    height: 0.42rem;
    line-height: 0.42rem;
    background: #FFB81C;
    text-align:center;
}

.select-with-tooltip {
    position: relative;
    display: flex;
    align-items: center;
}

.select-with-tooltip select {
    flex: 1;
    padding-right: 0.45rem;
}

.tooltip-wrapper {
    position: static;
    z-index: 100;
}

.tooltip-wrapper:hover {
    z-index: 9999;
}

.tooltip-icon {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -0.2rem;
}

.tooltip-popup {
    display: block;
    position: absolute;
    top: calc(100% + 0.06rem);
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0.04rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0.1rem;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.1rem);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
    box-sizing: border-box;
}

.tooltip-popup.above {
    top: auto;
    bottom: calc(100% + 0.22rem + 0.06rem);
    transform: translateY(0.1rem);
}

.tooltip-popup.above.show {
    transform: translateY(0);
}

.tooltip-wrapper:hover .tooltip-popup,
.tooltip-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.tooltip-section {
    margin-bottom: 0.16rem;
}

.tooltip-section:last-child {
    margin-bottom: 0;
}

.tooltip-section h4 {
    font-family: 'WorkSans-SemiBold' !important;
    font-size: 0.16rem !important;
    color: #1B3C69 !important;
    margin: 0 0 0.06rem 0 !important;
    text-align: left !important;
}

.tooltip-section p {
    font-family: 'WorkSans-Regular';
    font-size: 0.14rem;
    color: #1B3C69;
    line-height: 1.5;
    margin: 0;
}