header{
    background: #000;
    border-bottom: 0;
    display: flex;
    padding: 0 260px;
    height: 50px;
    align-items: center;
    color: #fff;
}
header .btn-b {
    margin-left: auto;
}

header .logo-b{
    display: flex;
    align-items: center;
     font-weight: 700;
}

header .logo-b a{
    color: inherit;
}

header .logo-b img {
    margin-right: 10px;
   
}
header .dividing-line{
    width: 1px;
    height: 20px;
    background: #FFFFFF33;
    margin: 0 20px;
}

.title-text{
    background: linear-gradient(90deg, #CAB0FF 0%, #8C8CFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
header .btn-b a{
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
}
header .btn-b a:hover{
    color: #fff;
}
p{
    color: #FFFFFFCC;
}

.ugc-midia-box{
    background: url(https://images.imyfone.com/filme/assets/activity/magicmac_ugc_2025/share_bg.webp) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

.ugc-midia-box h1{
    background: linear-gradient(90deg, #D943E5 0%, #25B9FF 50%, #FFFFFF 100%);
    -webkit-background-clip: text; /* 兼容 WebKit 浏览器（Chrome/Safari） */
    background-clip: text; /* 标准属性 */
    color: transparent; /* 让文字透明，显示背景渐变 */
}

.ugc-midia-box p{
    margin-top: 23px;
}

.container-xxs{
    max-width: 800px;
}

.share-story-input-b{
    width: 640px;
    height: 64px;
    max-width: 100%;
    border-radius: 16px;
    border: 1px solid #FFFFFF33;
    margin: auto;
    margin-top: 40px;
    padding: 0 10px 0 24px;
    padding-left: 24px;
}
.share-story-input-b label {
    display: flex;
    align-items: center;
    height: 100%;
}

.share-story-input-b label input{
    width: 0;
    flex: 1;
    color: #fff;
    height: 100%;
}

.share-story-input-b label .send-btn{
    width: 140px;
    height: 48px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(270deg, #6666FF 0%, #9966FF 100%);
    border: none;
}

.steps-list{
    overflow: hidden;
    text-align: left;
    width: 640px;
    max-width: 100%;
    margin: auto;
    margin-top: 32px;
}

.steps-list li{
    margin-top: 32px;   
    font-weight: bolder;
    font-size: 20px;
}

.step-t{
    display: flex;
    color: #fff;
}

.step-t img{
    margin-right: 16px;
    width: 32px;
    height: 32px;
    object-fit: none;
}

.steps-list li p{
    padding-left: 48px;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF80;
    margin-top: 12px;
}


.relationship-section{
    padding: 100px 0;
    background: #000;
    text-align: center;
}

.relationship-section h1{
    font-size: 44px;
    color: #fff;
}

.relationship-section p{
    margin-top: 30px;
}

.relationship-section img {
    margin-top: 60px;
    width: 1036px;
    max-width: 100%;
}

.btn-div{
    background: linear-gradient(270deg, #6666FF 0%, #9966FF 100%);
    border-radius: 12px;
    overflow: hidden;
}

.btn-div button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.btn-div button svg{
    margin-left: 8px;
}
.btn-div button .hover-light {
    position: absolute;
    width: 40%;
    height: 80px;
    top: -12px;
    left: -100px;
    background: url(https://images.imyfone.com/filme/assets/index/a-hover.png) no-repeat center;
    background-size: 100% 100%;
    transition: none;
}

.btn-div button{
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
}
.contact-btn{
    height: 56px;
    width: 240px;
    margin: auto;
    margin-top: 60px;
}

.popup-mask{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 999;
    padding: 0 20px;
}

.popup-b{
    position: relative;
    padding: 24px;
    border: 1px solid #1D1B56;
    border-radius: 16px;
    margin: auto;
    background: #010024;
    box-shadow: 0px 8px 24px 0px #00000040;
    max-width: 100%;
}

.popup-close{
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
}

.share-form{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    width: 512px;
    max-width: 100%;
}

.share-form input {
    width: 100%;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0D;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    color: #fff;
    padding: 0 10px;
}

.share-form p {
    margin-bottom: 8px;
}

.form-item + .form-item{
    margin-top: 20px;
}

.share-form textarea{
    width: 100%;
    height: 140px;
    border-radius: 8px;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0D;
    resize: none;
    color: #fff;
    padding: 10px;
}
.share-send-btn{
    display: block;
    margin: auto;
    width: 160px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(270deg, #6666FF 0%, #9966FF 100%);
    color: #fff;
    font-weight: 600;
}

.code-box {
    display: flex;
}

.code-box input[name="code"]{
    margin-right: 18px;
    width: 150px;
}

.msg-tip-content{
    width: 320px;
    text-align: center;
    padding: 20px 16px;
    color: #fff;
    max-width: 100%;
}

.msg-tip-content p {
    margin-top: 24px;
    color: #fff;
}

@media (max-width: 768px) {
    p{
        font-size: 14px;
    }
    .ugc-midia-box, .relationship-section{
        padding: 40px 0;
    }
    header{
        padding: 10px;
    }
    .btn-b{
        display: none;
    }
    .share-story-input-b label .send-btn{
        width: 120px;
    }
    .share-story-input-b{
        padding-left: 12px;
    }
    .relationship-section h1{
        font-size: 22px;
    }
    .relationship-section p{
        margin-top: 16px;
    }
    .relationship-section img{
        margin-top: 30px;
    }
    .contact-btn{
        margin-top: 30px;
    }
}