/*-----------固定------------*/
.zk-body-wrap{
    min-height: 100%;
    height: auto;
}
.zk-main-wrap{
    padding-bottom:141px;
}
.zk-footer-wrap{
    height:141px;
    margin-top:-141px;
}
.zk-wrap{
    width:1000px;
    margin:0 auto;
}
/* ------------------------- form表单 --------------------------------- */
/* placeholder */
input.zk-form-control::-webkit-input-placeholder,
textarea.zk-form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 24px;
    color: #bdbdbd;
}
input.zk-form-control:-moz-placeholder,
textarea.zk-form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 24px;
    color: #bdbdbd;
}
input.zk-form-control::-moz-placeholder,
textarea.zk-form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 24px;
    color: #bdbdbd;
}
input.zk-form-control:-ms-input-placeholder,
textarea.zk-form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 24px;
    color: #bdbdbd;
}

input[type="textarea"] {
    padding: 10px;
    font-size: 1.3rem;
    line-height: 18px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

input[type="text"][disabled] {
    color: #999;
    background-color: #f9f9f9;
}

.zk-form-control-wrap {
    position: relative;
}
.zk-form-control {
    width: 100%;
    height: 80px;
    padding: 10px 10px 10px 60px;
    font-size: 24px;
    line-height: 80px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color:#666;
    background-color:#fff;
}
.zk-form-control:focus,
.zk-form-control.data-pt-plugin-hidelayer-active,
.zk-form-control.data-pt-plugin-hidelayer-active:hover {
    border-color: #fe4e00;
}
.zk-app-user-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 36px;
    height: 38px;
    background: url(../styles/imgs/user.png) center center no-repeat;
    background-size: 100% 100%;
}
.zk-app-phone-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 27px;
    height:39px;
    background: url(../styles/imgs/phone.png) center center no-repeat;
    background-size: 100% 100%;
}
/*------------zk-btn--------------*/
.zk-btn{
    display: block;
    height: 80px;
    font-size: 32px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    cursor: pointer;
     background:#f6494c;
    border-radius: 4px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.zk-btn.btn-h60{
    height:60px;
    line-height:60px;
    font-size:22px;
}
.zk-btn.w560{
     width:560px;
 }
.zk-btn.w280{
    width:280px;
}
.zk-btn:hover{
    background-color:#f6494c;
}
