/* banner */
.tmzc_banner{
    background:url(../img/public/tmzc_new.jpg) no-repeat top;
    background-size:cover;
    height:498px;
    padding-top:212px;
}
.tmzc_new_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    margin-bottom: 54px;
}
.tmzc_banner .tmzc_form{
    display: flex;
    justify-content: space-between;
    border: solid 1px #4A8CF5;
    align-items: center;
    overflow: hidden;
    font-size:18px;
    color:#999999;
    width:77%;
    margin: 10px 0 10px 0;
    background:#fff;
}
.tmzc_form button:hover{
    background-color: #337ab7 !important;
}
.msg_gd{
    background-color: #f6f5f3;
    padding-top:1px;
}
.tmzc_banner .freeSearch{
    width:100%;
    overflow: hidden;
}
.tmzc_form .brandName{
    padding-left:20px;
}
.tmzc_form .brandName,.tmzc_form .freeTel{
    flex: 1;
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.tmzc_form input{
    border: none;
    outline: none;
    width: 88%;
    margin-bottom: 5px;
}
.tmzc_form button{
    border:none;
    outline: none;
    height:100%;
    display: inline-block;
    background:#4A8CF5;
    color:#fff;
    padding: 17px 50px;
    transition: all .3s;
}

.tmzc_form .demo-icon,.icon-globe{
    font-size:26px;
}
.tmzc_banner .container{
    display: flex;
    justify-content: center;
}
.tmzc_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 48px;
}
.buy_tm button{
    border:none;
    outline: none;
    height:100%;
    display: inline-block;
    background:#ff6700;
    color:#fff;
    padding: 17px 32px;
    transition: all .3s;
    font-size: 18px;
}
.buy_tm button:hover{
    background: #cc5200 !important;
}
.buy_tm span{
    padding:0 8px;
    color:#fff;
}
/* 滚动查询样式 */
.tmzc_js_search{
    text-align:center;
}
.tmzc_js_search .message-box-gd{
    display: flex;
}
/* 弹窗样式 */
button.newclose {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}
.newclose {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    /* display: none !important; */
}
.modal_new{
    background:rgba(0,0,0,.5);
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #999999;/* 设置字体颜色 */
}