/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 02:10:44 */
.page-id-1941 .has-background-background-color {
	  background-color: #000000!important;
    color: #EFF2E6;
    /*background-image: linear-gradient(rgba(209, 232, 62, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(209, 232, 62, 0.05) 1px, transparent 1px)!important;
    background-size: 30px 30px!important;*/
}
.wp-elements-0f18b3eba69b709def5c588ce4108c49 {
	background: #2e3324;
	border-radius: 12px;
	border:1px solid rgba(209, 232, 62, 0.1);
}
/* 整体容器样式 */
.tech_applicattion_form {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 0;
}

/* 标题样式 */
.tech_applicattion_form h1:first-child {
    text-align: center;
    color: #d1e83e;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.tech_applicattion_form h1:last-of-type {
    text-align: center;
    color: #aab396;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
	margin-top:-10px;
}

/* 表单组样式 */
.tech_applicattion_form .ff-el-group {
    margin-bottom: 5px;
}

/* 标签样式 */
.tech_applicattion_form .ff-el-input--label label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}
.ff-default .ff-el-form-control:focus {
	color:#fff;
}
/* 必填标记 */
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
	color: #D16014!important;
}
.tech_applicattion_form .ff-el-is-required.asterisk-right label::after {
    content: " *";
    color: #D16014;
}

/* 输入框样式 */
.tech_applicattion_form .ff-el-form-control {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tech_applicattion_form .ff-el-form-control:focus {
    outline: none;
    border-color: #d1e83e;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(209, 232, 62, 0.1);
}

.tech_applicattion_form .ff-el-form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* 单选按钮样式 */
.tech_applicattion_form .ff-el-form-check-radio {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
}

.tech_applicattion_form .ff-el-form-check-radio:checked {
    border-color: #989C94;
    background: transparent;
}

.tech_applicattion_form .ff-el-form-check-radio:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background: #D1E83E;
    border-radius: 50%;
}

/* 复选框样式 */
.tech_applicattion_form .ff-el-form-check-checkbox {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #989C94;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
}

.tech_applicattion_form .ff-el-form-check-checkbox:checked {
    border-color: #d1e83e;
    background: #d1e83e;
}

.tech_applicattion_form .ff-el-form-check-checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2d3436;
    font-size: 12px;
    font-weight: bold;
}

/* 选项标签样式 */
.tech_applicattion_form .ff-el-form-check-label {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}

.tech_applicattion_form .ff-el-form-check-label span {
    margin-left: 8px;
}

/* 行内布局 */
.tech_applicattion_form .ff_list_inline .ff-el-input--content {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.tech_applicattion_form .ff_list_inline .ff-el-form-check {
    margin-bottom: 0;
}

/* Other 输入框 */
.tech_applicattion_form .ff-other-input-wrapper input {
    margin-top: 8px;
    width: 100%;
}

/* 提交按钮 (如果需要添加) */
.tech_applicattion_form .ff_submit_btn_wrapper button {
    width: 100%;
    padding: 14px 24px;
    background: #d1e83e;
    border: none;
    border-radius: 6px;
    color: #2d3436;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
}

.tech_applicattion_form .ff_submit_btn_wrapper button:hover {
    background: #bfd438;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(209, 232, 62, 0.3);
}
.wp-elements-0f18b3eba69b709def5c588ce4108c49 .ff_submit_btn_wrapper {
	margin:20px;
}
/* 响应式设计 */
@media (max-width: 768px) {
    .tech_applicattion_form {
        padding: 24px;
    }
    
    .tech_applicattion_form h1:first-child {
        font-size: 22px;
    }
}
/* 弹窗样式（自动显示版本） */
.fluentform .ff-message-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 50px 40px;
    border-radius: 20px;
    max-width: 500px;
    width: 90%;
    z-index: 8;
    text-align: center;
}

/* 添加背景遮罩效果 */
.fluentform .ff-message-success::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    transform: translateX(calc(-50% + 240px)) translateY(calc(-50% + 124px));
}

/* 成功图标 */
.fluentform .ff-message-success p::before {
    content: "✓";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    font-size: 50px;
    line-height: 80px;
    border-radius: 50%;
    animation: successPulse 0.6s ease-out;
}

/* 消息文字样式 */
.fluentform .ff-message-success p {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

/* 弹入动画 */
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* 成功图标脉冲动画 */
@keyframes successPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* 响应式 */
@media (max-width: 768px) {
    .fluentform .ff-message-success {
        padding: 40px 30px;
        width: 85%;
    }
    
    .fluentform .ff-message-success p {
        font-size: 18px;
    }
    
    .fluentform .ff-message-success p::before {
        width: 60px;
        height: 60px;
        font-size: 36px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}
.ff-modal-close {
	position: absolute;
	width: 36px;
	height: 36px;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	color: #333;
	top: 4px;
	right: 8px;
	background: #e3e3e3;
	border: none;
	border-radius: 50%;
}
.wp-container-core-group-is-layout-d163008b > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width:1080px!important;
}