body {
    background-color: #fafafa;
}

.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: block;
}

.agency-main {
    padding-bottom: 100px;
}

.agency-search-box {
    width: 900px;
    margin: 0 auto;
}

.agency-search {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.agency-input {
    display: inline-block;
    vertical-align: middle;
    width: 640px;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    font-size: 16px;
    color: #333;
    border: 1px solid #d2d2d2;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    outline: none;
    +display: inline;
    +zoom: 1;
}

.agency-input:focus {
    border-color: #fc1717;
}

.agency-btn {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background-color: #fc1717;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    padding: 0;
    +display: inline;
    +zoom: 1;
}

.agency-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.agency-btn:active {
    padding-top: 2px;
}

.agency-btn:disabled {
    background-color: #bbb;
    cursor: not-allowed;
}

.agency-tip {
    margin-top: 14px;
    font-size: 14px;
    color: #fc1717;
    text-align: center;
    min-height: 20px;
    line-height: 20px;
}

.agency-result {
    width: 1000px;
    margin: 20px auto 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px 50px;
    box-sizing: border-box;
    text-align: center;
}

.agency-result-hd {
    font-size: 22px;
    color: #262626;
    letter-spacing: 4px;
    margin-bottom: 24px;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.agency-result-hd:after {
    content: "";
    width: 32px;
    height: 3px;
    position: absolute;
    bottom: -12px;
    background-color: #fc1616;
    left: 50%;
    margin-left: -16px;
}

.agency-result-info {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: center;
}

.agency-result-info p {
    margin: 4px 0;
}

.agency-cert-wrap {
    text-align: center;
}

.agency-cert-img {
    max-width: 800px;
    max-height: 1100px;
    border: 1px solid #e5e5e5;
    padding: 6px;
    background-color: #fff;
    cursor: zoom-in;
    display: inline-block;
}

.agency-cert-tip {
    margin-top: 14px;
    font-size: 13px;
    color: #999;
}

.agency-empty {
    width: 900px;
    margin: 60px auto 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 60px 0;
    text-align: center;
    color: #999;
    font-size: 16px;
}

/* 图片放大层 */
.agency-zoom-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
    z-index: 9999;
    text-align: center;
    overflow: auto;
    display: none;
}

.agency-zoom-mask img {
    max-width: 92%;
    max-height: 92%;
    margin: 40px auto;
    display: inline-block;
    cursor: zoom-out;
}
