.main .form .content{
    position: relative;
    text-align: center;
}
.main .form .content .zclct-search{
    position: absolute;
    bottom: 0;
    right: 281px;
    width: 439px;
    height: 50px;
    border: 1px solid #c40000;
    display: flex;
    justify-content: space-between;
}
.main .form .content .zclct-search input{
    width: 370px;
    height: 100%;
    font-size: 18px;
    color: #666666;
    padding-left: 10px;
    font-size: 14px;
}
.main .form .content .zclct-search .button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 169px;
    height: 50px;
    background-color: #c40000;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}