* { padding: 0; margin: 0; list-style: none; text-decoration: none; }
img { border: none; }
input, button, textarea { outline: none; }
html, body { width: 100%; height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-family: "微软雅黑"; font-size: 14px; min-width: 100%; background: #2f75b5; background-image: url('../img/4.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; }
#main { width: 100%; height: 100%; position: relative; margin: 0 auto; }
#main div.content { width: 100%; height: 90%; float: left; }
.title { text-align: center; font-size: 40px; letter-spacing: 8px; font-weight: bold; color: #000; width: 100%; }
.stilte { text-align: center; font-size: 18px; margin-top: 20px; letter-spacing: 1px; width: 100%; }
#main .content div.detail { width: 100%; height: 100%; z-index: 2; position: relative; }
.detail .center { width: 60%; overflow-y: auto; position: absolute; height: 80%; top: 50%; left: 0; bottom: 0; transform: translateY(-50%); right: 0; margin: 0 auto; background: rgba(255, 255, 255, 0.8); padding: 30px 0; min-height: 500px; box-sizing: border-box; max-width: 1000px; }
.detail .center .logoimg { height: auto; margin: 0px auto; overflow: hidden; color: #999 }
.detail .center .inquiry { width: 70%; height: auto; margin: 40px auto 40px auto; border: 2px solid #999; position: relative; display: flex; }
.detail .center .inquiry input { width: 80%; height: auto; line-height: 34px; text-align: center; font-size: 20px; color: #999; background: none; border: none; float: left; }
.btn { display: block; width: 20%; height: 100%; color: #ffc000; font-size: 20px; background: #000; text-align: center; border: none; min-height: 70px; border-radius: 0; }
.btn:after { border: none; }
.btn:hover{color: #ffc000;}
.detail .center p.msg { font-size: 16px; color: #999999; line-height: 26px; text-align: center; margin: 0 auto; }
.foot { width: 100%; max-height: 60px; z-index: 5; background: #5b9cd6; float: left; position: absolute; bottom: 0; height: 10%; display: flex; align-items: center; justify-content: center; }
.foot a { color: #fff; font-size: 22px; line-height: inherit; text-align: center; width: 100%; display: block; }
input::-webkit-input-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }
.msgcon { margin-top: 20px; }

/* 新增的联系信息栏 */
.contact-bar {
    position: absolute;
    bottom: 0%; /* 在footer上方 */
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 10;
    text-align: center;
}

.contact-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact-info {
    font-size: 18px;
    margin: 0 15px;
    line-height: 1.5;
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.contact-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.phone-link {
    color: #ffc000;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    margin: 0 10px;
    white-space: nowrap;
}

.inquiry-btn {
    background: #ffc000;
    color: #000;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    transition: all 0.3s;
    border: 2px solid #ffc000;
}

.inquiry-btn:hover {
    background: transparent;
    color: #ffc000;
}

@media (min-width: 640px) and (max-width: 1200px) {
    .detail .center { width: 80%; }
    .detail .center .inquiry { margin-top: 40px; margin-bottom: 40px; }
    .detail .center .inquiry input { width: 70%; }
    .btn { font-size: 16px; width: 30%; }
    .detail .center p.msg { font-size: 14px; }
    .foot a { font-size: 18px; }
    .title { font-size: 36px; }
    .stilte { font-size: 14px; margin-top: 10px; }

    /* 响应式调整 */
    .contact-info {
        font-size: 16px;
    }
    .phone-link {
        font-size: 20px;
    }
    .inquiry-btn {
        padding: 8px 20px;
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    html { font-size: 50px; }
    .detail .center { width: 85%; padding: 30px 10px; }
    .detail .center .inquiry { margin: 20px auto; width: 90%; border: 1px solid #999; }
    .detail .center .inquiry input { width: 70%; }
    .btn { font-size: 18px; width: 30%; }
    .detail .center p.msg { font-size: 14px; }
    .foot a { font-size: 16px; }
    .title { font-size: 30px; }
    .stilte { font-size: 14px; margin-top: 20px; }

    /* 手机端响应式 */
    .contact-bar {
        bottom: 0%;
        padding: 10px 0;
    }
    .contact-content {
        flex-direction: column;
    }
    .contact-info {
        font-size: 14px;
        min-width: auto;
        margin: 5px 10px;
    }
    .contact-phone {
        flex-direction: column;
    }
    .phone-link {
        font-size: 18px;
        margin: 5px 0;
    }
    .inquiry-btn {
        padding: 8px 15px;
        font-size: 16px;
        margin: 5px 0;
    }
}
.website-link {
    display: block;
    margin: 15px 0 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.website-btn {
    background: #2f75b5;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    transition: all 0.3s;
    border: 2px solid #2f75b5;
}

.website-btn:hover {
    background: transparent;
    color: #2f75b5;
}

.result{width: 90%; margin: 0 auto; padding-bottom: 20px;}
.result .item{padding: 10px 0; border-bottom: 1px solid #999; line-height: 1.5;}
.result .content{padding-top: 10px;}
.result .content img{max-width: 100%;}
.result .empty{text-align: center; color: #f00;}