/*-----------固定------------*/
.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 */
    color: #999;
}
input.zk-form-control:-moz-placeholder,
textarea.zk-form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
input.zk-form-control::-moz-placeholder,
textarea.zk-form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}
input.zk-form-control:-ms-input-placeholder,
textarea.zk-form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}
.zk-form-control-wrap {
    position: relative;
}
.zk-form-control {
    width:100%;
    height: 60px;
    padding: 0 20px;
    font-size: 24px;
    line-height: 60px;
    border: 1px solid #fff;
    color:#999;
    background-color:#ededed;
}
.zk-form-control:focus,
.zk-form-control.data-pt-plugin-hidelayer-active,
.zk-form-control.data-pt-plugin-hidelayer-active:hover {
    border-color: #fff;
}
.zk-app-user-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 36px;
    height: 38px;
    background: url(../imgs/user.png) center center no-repeat;
}
.zk-app-user-icon.icon-white{
    background: url(../imgs/user-white.png) center center no-repeat;
}
.zk-app-phone-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 27px;
    height:39px;
    background: url(../imgs/phone.png) center center no-repeat;
}
.zk-app-phone-icon.icon-white{
    background: url(../imgs/user-white.png) center center no-repeat;
}
    /*------------zk-btn--------------*/
.zk-btn{
    display: block;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.zk-btn.btn-lh50{
    height:50px;
    line-height:46px;
    border:3px solid #fff;
}
.zk-btn.btn-lh60{
    height:60px;
    line-height:60px;
}
.zk-btn.btn-lh66{
    height:66px;
    line-height:66px;
}
.zk-btn.btn-yellow{
    background:#fdfb31;
    color:#225afc;
}
.zk-btn.btn-yellow:hover{
    background:#fdfb31;
}
.zk-btn.btn-orange{
    color:#fff;
    font-size:22px;
    background:#f7773a;
}
.zk-btn.btn-orange:hover{
    background:#f7773a;
}
.zk-btn.btn-dark{
    color:#fff;
    font-size:22px;
    background:#000;
}
.zk-btn.btn-dark:hover{
    background:#000;
}
.zk-btn.btn-blue{
    background:#009df8;
    color:#fff;
    font-size:18px;
}
.zk-btn.btn-blue:hover{
    background:#009df8;
}
.zk-btn.w165{
    width:165px;
    color:#fdfb31;
    height: 35px;
    line-height: 35px;
    font-size:18px;
    border:1px solid #fdfb31;
}
.zk-btn.w165:hover{
    background:#fdfb31;
    color:#225afc;
}
.zk-btn.w210{
    width:210px;
}
.zk-btn.w365{
    width:365px;
}
.zk-btn.w460{
    width:460px;
}


