/* Contact Us Styles */

.set1 {
    padding: 5rem 0 3rem 0;
}

.set1 .row {
    display: flex;
    align-items: center;
}

.set1 .col-12.col-md-6:first-child {
    display: flex;
    justify-content: flex-end;
}

.set1 .col-12.col-md-6:first-child img {
    max-width: 100%;
    height: auto;
}

.set1-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.set1-desc {
    margin-bottom: 5rem;
    color: #666;
}

.set1 input[type="text"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 1rem;
    border: none;
    border-radius: 5px;
    background-color: #f6f7f3;
    font-size: 1rem;
    text-align: center;
}

.set1 input[type="text"]::placeholder {
    text-align: center;
    color: #999;
}

.set1 button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ff9c00, #ff4300);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.set1 button:hover {
    opacity: 0.9;
}
.set1-item{
    padding-left: 5rem;
    padding-right: 5rem;
}

.set2 {
    padding: 3rem 0 8rem 0;
    background-color: #fafafa;
}
.set2-t{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.set2-item{
    padding: 3rem 1rem;
    border-radius: 8px;
	overflow: hidden;
    background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    color: #666;
}
.set2-title{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1rem;
}
.set2-title img{
    max-width: 24px;
    height: auto;
    
}
.set2-desc{
    font-size: 0.8rem; 
    margin-top: 1rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .set1 .col-12.col-md-6:first-child {
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    .set1-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .set1-desc {
        text-align: center;
    }
}
