﻿

/* input输入框 */
.zk-form-control-wrap { position: relative; }
.zk-form-control { width: 100%; height: .72rem;
 padding: .1rem .35rem .1rem .8rem;
 font-size: .24rem;
 line-height: .72rem;
 margin-bottom:.25rem;
border: 1px solid #fb0707; border-radius: 5px; color: #666; font-family: "Microsoft YaHei"; }
.zk-form-control:focus { border-color: #999; }
.zk-app-user-icon { position: absolute; top: .18rem;
 left: .3rem;
 width: .36rem;
 height: .38rem;
background: url(../images/user.png) center center no-repeat; background-size: 100% 100%;}
.zk-app-phone-icon { position: absolute; top: .18rem;
 left: .35rem;
 width: .27rem;
 height: .39rem;
background: url(../images/phone.png) center center no-repeat; background-size: 100% 100%;}
/* ------------------------------------------- 按钮样式---------------*/
.zk-btn { display: block; height: .72rem;
 padding: 0rem .1rem;
 font-size: .28rem;
 line-height: .72rem;
color: #fff; background: #f27308; text-align: center; cursor: pointer; border-radius: .06rem;
-webkit-transition: .2s ease-out; -moz-transition: .2s ease-out; -o-transition: .2s ease-out; transition: .2s ease-out; text-decoration: none; }
.zk-btn.btn-red { background: -webkit-linear-gradient(left, #f86165, #f54848); background: linear-gradient(left, #6481ff, #6481ff); }
.form-txt {
 padding: 0 .2rem 0;
 margin: .3rem 0 0 0;
 font-size: .22rem; text-align: center; color: #888888; }

/*-----------------盒模型字体相关-------------------*/
