/*-----------固定------------*/
.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:310px;
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 50px;
    color:#ffffff;
    background-color:#d74df4;
	border-radius:6px;
}
.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;
	margin-top:30px;
}
.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:#fff;
    color:#b441fc;
	border:3px solid #a922fb;
}
.zk-btn.btn-yellow:hover{
    background:#fdfb31;
}
.zk-btn.btn-orange{
    color:#fff;
    font-size:22px;
    background:#c01de2;
}
.zk-btn.btn-orange:hover{
    background:#a708ca;
}

.zk-btn.btn-orange02{
    color:#fff;
    font-size:22px;
    background:#fc5d3e;
}
.zk-btn.btn-orange02:hover{
    background:#f54725;
}
.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:536px;
}




.box3 {
  position: static;
  width:1000px;
  margin:0px auto;
}
.box3 .content-list {
  border-radius: 10px;
  padding: 20px  0px 20px  0px;
}
.box3 .content-list .item {
  width: 180px;
  height: 180px;
  margin: 10px 20px 10px 0;
  position: relative;
  float: left;
}
.content-list .item img {
  width: 100%;
  height: 100%;
}
.box3 .content-list .item .link {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -82px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #fc5d3e;
  color: #fff;
  background:#fc5d3e;
  border-radius: 20px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.box3 .content-list .item .link02 {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: 3px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c11ee4;
  color: #c11ee4;
  border-radius: 20px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.box3 .content-list .item .link02:hover {
  border: 1px solid #b11cf7;
  background-color: #b11cf7;
  color: #fff;
}
.box3 .content-list .item .link:hover {
  border: 1px solid #ec3e1c;
  background-color: #ec3e1c;
  color: #fff;
}

