﻿.searchCont {
    width: 850px;
    height: 70px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}
.searchCont #dz_search {
    width: 720px;
    height: 44px;
    float: left;
    text-indent: 16px;
    background: #ffffff;
    /* border: 1px solid ; */
}
.searchCont #dz_search::-webkit-input-placeholder { /* WebKit browsers */
    color:#757573;
}
.searchCont #dz_search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#757573;
}
.searchCont #dz_search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#757573;
}
.searchCont #dz_search:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#757573;
}
.searchCont .dz_ckCert {
    width: 125px;
    height: 44px;
    margin-left: -1px;
    font-size: 18px;
    padding-left: 4px;
    background: #cb302c url(../images/md-search.png) no-repeat 28px center;
    background-size: 26px 26px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 提示内容和遮罩 */
.searchCont .formmask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1);
}
.searchCont .dz_maxTip {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-150px,-150px);
    z-index: 1000;
    padding: 40px 50px;
    border: 2px solid #d2360e;
    background: #fbf7f6;
}
.searchCont .dz_maxTip p {
    font-size: 20px;
    color: #333132;
}