
/* 设置第一部分的背景颜色和布局 */
.step-1{
    background: linear-gradient(0deg, #323E61 0%, #0F172F 100%);
}
.agent-section {
    background-image: url("/images/ib/background1.png");
    background-position: right;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: center;
    height: 340px;
    padding: 50px 0;
}
.agent-title {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 50px;
}
.agent-subtitle {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 40px;
}
.agent-button {
    width: 290px;
    height: 50px;
    background: #156CED;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    line-height: 50px;
}
/* 设置第二部分的布局和样式 */
.step-2{
    background: #F9F9F9;
}
.agent-flow {
    height: 460px;
    text-align: center;
    padding-top: 80px;
}
.flow-title {
    font-weight: 600;
    font-size: 30px;
}
.flow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 108px 0;
    gap: 96px;
}
.flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.flow-arrow {
    margin-top: -40px;
}
/* 设置第三部分的布局和样式 */
.cooperation-model {
    text-align: center;
    padding: 80px 0;
}
.model-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 28px;
}
.model-subtitle {
    font-size: 14px;
    margin-bottom: 76px;
    color: #555555;
}
.model-items {
    display: flex;
    justify-content: space-around;
}
.model-item {
    width: 300px;
    text-align: center;
}
.model-item img {
    margin-bottom: 44px;
}
.model-item h3 {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin-bottom: 18px;
}
.model-item p {
    width: 218px;
    margin: auto;
    color: #666666;
}
/* 第四部分：丰厚报酬 */
.step-4{
    background-image: url("/images/ib/background4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.reward-section {
    text-align: center;
    height: 400px;
    padding-top: 70px;
}
.reward-title {
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 28px;
}
.reward-subtitle {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 42px;
}
.reward-equation {
    width: 100%;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 128px;
}
.reward-item p {
    font-size: 24px;
    margin-top: 30px;
}

/* 第五部分：平台实力 */
.platform-strength {
    text-align: center;
    padding-top: 184px;
}
.strength-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 28px;
}
.strength-subtitle {
    font-size: 14px;
    margin-bottom: 80px;
}
.strength-data {
    display: flex;
    justify-content: space-around;
    margin-bottom: -20px;
}
.data-item {
    text-align: center;
}
.data-item h3 {
    font-weight: 600;
    font-size: 48px;
    color: #156CED;
}
.data-item h3 span {
    font-size: 18px;
}
.data-item p {
    font-size: 18px;
}
.strength-map{
    line-height: 0;
}
/* 第六部分：金润优势 */
.step-6{
    background: #F6FAFF;
}
.advantages-section {
    text-align: center;
    padding: 80px 0 66px;
}
.advantages-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 28px;
}
.advantages-subtitle {
    font-size: 14px;
}
.advantages-items {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.advantage-item {
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 268px;
    height: 350px;
    overflow: hidden;
}
.advantage-item h3 {
    font-size: 22px;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 18px;
}
.advantage-item p {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    padding: 0 30px;
}
/* 第七部分：成为金润环球代理 */
.step-7{
    background-image: url("/images/ib/background7.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.title-main-white{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 28px;
    color: #FFFFFF;
}
.title-sub-white {
    font-size: 14px;
    color: #FFFFFF;
}
.agent-form-container {
    padding-top: 80px;
    text-align: center;
}
.agent-form {
    width: 900px;
    height: 420px;
    background: #FFFFFF;
    border-radius: 4px 4px 0 0;
    margin: 48px auto 0;
    padding: 40px;
    font-size: 14px;
}
.form-row{
    display: flex;
    height: 50px;
    line-height: 50px;
    margin-bottom: 14px;
    gap: 100px;
}
.row-left, .row-right{
    flex: 1;
    text-align: left;
}
.form-border{
    border-bottom: 1px solid #C8C8C8;
}
.input-text{
    border: none;
    outline: none;
    height: 46px;
    width: 240px;
}
.radio-label{
    display: inline-block;
    width: 70px;
    margin-left: 30px;
    cursor: pointer;
}
.must-flag{
    color: #FF0000;
    margin-right: 4px;
}
.get-verification-btn {
    width: 120px;
    height: 30px;
    background: #156CED;
    border-radius: 15px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.form-submit {
    text-align: center;
    margin-top: 30px;
}
.submit-btn {
    width: 200px;
    height: 50px;
    background: #E78D00;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}
/* 悬浮窗整体样式 */
#floating-window {
    position: fixed;
    top: 560px;
    right: 14px;
    z-index: 10;
    cursor: pointer;
}
/*自定义提示*/
#custom-alert {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #333;
}
