/* 联系我们页面 */
.royal-contact-content {
    padding: 7.6rem 0 8rem;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
}

/* 侧边栏 */
.royal-contact-side {
    background: rgba(94, 85, 85, 0.114);
}

.royal-contact-side .category-nav {
    border: none;
}

.royal-contact-side .category-nav a {
    color: #fff;
}

/* 联系信息区域 */
.royal-contact-info {
    position: relative;
    padding: 8rem 0;
}

/* 信息卡片 */
.royal-contact-card {
    background: rgba(255, 255, 255, 0.9);
    border-left: 0.4rem solid #f7b700;
    border-radius: 0.6rem;
    padding: 3rem;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
    min-height: 40rem;
    min-width: 64rem;
    float: left;
}

.royal-contact-card h2 {
    color: #f7b700;
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
}

.royal-contact-card h2 span {
    color: #f7b700;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 900;
    text-transform: uppercase;
}

.royal-contact-card h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.royal-contact-card .royal-panel-default{
    box-shadow: 0.2rem 0.4rem 1rem rgba(0, 0, 0, 0.01);
    border-radius: 1rem; 
    margin-bottom: 1rem;
    overflow: hidden;
}
 
.royal-contact-card .royal-panel-default > .royal-panel-hd {
     border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}
 

.royal-contact-card .royal-panel-title{
    font-size: 1.6rem;
    position: relative;
}
.royal-contact-card .royal-panel-title .royal-icon-caret-down{
    position: absolute;
    right: 0;
}

/* 标题下划线 */
.royal-contact-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.8rem;
    height: 0.3rem;
    background: #f7b700;
}

.royal-contact-info p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

/* 表单标题 */
.royal-contact-form-title {
    padding-bottom: 3rem;
    margin-bottom: 4.5rem;
    overflow: hidden;
    position: relative;
}

.royal-contact-form-title h2 {
    font-size: 4.2rem;
    margin-bottom: 1.5rem;
}

.royal-contact-form-title h1 {
    color: #d6d6d6;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4.2rem;
}

.royal-contact-form-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6rem;
    height: 0.6rem;
    background: #f7b700;
}

/* 表单区域 */
.royal-contact-form {
    background: #f6f6f6;
    overflow: hidden;
    padding: 8rem 0;
}

.royal-form-content {
    overflow: hidden;
}

.royal-contact-form .royal-form-group {
    margin: 0;
    padding: 1rem;
}

.royal-form-submit {
    text-align: center;
    overflow: hidden;
    margin-top: 2rem;
}

/* 移动端适配 */
@media (max-width: 992px) {
    .royal-contact-content {
        padding: 0;
    }

    .royal-form-content {
        flex-wrap: wrap;
    }

    .royal-contact-form .form-group {
        width: 100%;
        padding: 0 0 1.8rem;
    }

    .royal-contact-card {
        min-width: auto;
        padding: 3rem;
        float: none;
        min-height: 30rem;
    }

    .royal-contact-info {
        padding: 3rem 0;
        overflow: hidden;
    }

    .royal-contact-form {
        padding: 3rem 0;
    }

    .royal-contact-form-title {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .royal-contact-form-title h2 {
        font-size: 2.4rem;
    }

    .royal-contact-form-title h1 {
        font-size: 2.4rem;
    }

    .royal-contact-form-title::after {
        width: 4.8rem;
        height: 0.3rem;
    }

    .royal-contact-card h2 {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }

    .royal-contact-card h3 {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
}