/*---------------样式重置-----------------*/
article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zk-body-wrap,html,body{
    height: 100%;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    min-width: 1280px;
    margin: 0;
    overflow-x: auto;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-family: "Microsoft YaHei","微软雅黑",Arial,Tahoma,Helvetica, FreeSans, Arimo,"Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    /*针对bootstrap的modal会导致body添加padding-right*/
    padding-right:0px!important;
    position:relative;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}
audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],template {
    display: none;
}
i, em, code, u, address {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}
i{
    display:block;
}
a:focus,
input:focus {
    outline: none;
}
a, fieldset, img, input, textarea {
    border: 0;
    outline: 0;
}

img, input, select {
    vertical-align: middle;
}
input,
button,
select,
textarea {
    resize: none;
    outline: none;
}
input::-ms-clear {
    display: none;
}
/* placeholder */
input.zk-form-control::-webkit-input-placeholder,
textarea.zk-form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 18px;
    color: #fe4e00;
}
input.zk-form-control:-moz-placeholder,
textarea.zk-form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
    color: #fe4e00;
}
input.zk-form-control::-moz-placeholder,
textarea.zk-form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 18px;
    color: #fe4e00;
}
input.zk-form-control:-ms-input-placeholder,
textarea.zk-form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 18px;
    color: #fe4e00;
}

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;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}

ul, ol {
    margin-top: 0;
    list-style: none;
}
a{
    text-decoration: none;
    background-color: transparent;
}
/*--------------浮动-------------*/
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
    font-size:0;
    line-height:0;
    overflow:hidden;
    visibility:hidden;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.f-none{
    clear:both;
}
/*--------------外间距-------------*/
.mr5{
    margin-right:5px;
}
.mr10{
    margin-right:10px;
}
.mr15{
    margin-right:15px;
}
.mr20{
    margin-right:20px;
}
.mr25{
    margin-right:25px;
}
.mr30{
    margin-right:30px;
}
.ml5{
    margin-left:5px;
}
.ml10{
    margin-left:10px;
}
.ml15{
    margin-left:15px;
}
.ml20{
    margin-left:20px;
}
.ml25{
    margin-left:25px;
}
.ml30{
    margin-left:30px;
}
.ml35{
    margin-left:35px;
}
.ml40{
    margin-left:40px;
}
.ml45{
    margin-left:45px;
}
.ml50{
    margin-left:50px;
}
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top:20px;
}
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top:20px;
}
.mb5{
    margin-bottom:5px;
}
.mb10{
    margin-bottom:10px;
}
.mb15{
    margin-bottom:15px;
}
.mb20{
    margin-bottom:20px;
}
.mt30{
    margin-top: 30px;
}
.mb30{
    margin-bottom:30px;
}
/*--------------内间距-------------*/
.pd0{
    padding:0px;
}
.pd5{
    padding:5px;
}
.pd10{
    padding:10px;
}
.pd15{
    padding:15px;
}

.pt5{
    padding-top:5px;
}
.pb5{
    padding-bottom:5px;
}
.pr5{
    padding-right:5px;
}
.prl{
    padding-left:5px;
}

.pt10{
    padding-top:10px;
}
.pb10{
    padding-bottom:10px;
}
.pl10{
    padding-left:10px;
}
.pr10{
    padding-right:10px;
}

.pt15{
    padding-top:15px;
}
.pb15{
    padding-bottom:15px;
}
.pr15{
    padding-right:15px;
}
.pl15{
    padding-left:15px;
}

.pt20{
    padding-top:20px;
}
.pb20{
    padding-bottom:20px;
}
.pr20{
    padding-right:20px;
}
.pl20{
    padding-left:20px;
}
.pt30{
    padding-top:30px;
}
.pb30{
    padding-bottom:30px;
}
.pt40{
    padding-top:40px;
}
.pb40{
    padding-bottom:40px;
}
/*-------------字体大小----------------*/
.txt12{
    font-size:12px;
}
.txt14{
    font-size:14px;
}
.txt16{
    font-size:16px;
}
.txt18{
    font-size:18px;
}
.txt20{
    font-size:20px;
}
.txt24{
    font-size:24px;
}
.txt28{
    font-size:28px;
}
.txt32{
    font-size:32px;
}
/*-------------行高----------------*/
.txt-lh22{
    font-size:12px;
    line-height:22px;
}
.txt-lh24{
    font-size:14px;
    line-height:24px;
}
.txt-lh26{
    font-size:16px;
    line-height:26px;
}
.txt-lh28{
    font-size:18px;
    line-height:28px;
}
.txt-lh36{
    font-size:26px;
    line-height:36px;
}
.txt-lh40{
    font-size:30px;
    line-height:40px;
}
.txt-lh30{
    font-size:20px;
    line-height:30px;
}
.txt-lh32{
    font-size:22px;
    line-height:32px;
}
/*-------------字体颜色----------------*/
.txt-dark{
    color:#000;
}
.txt-333{
    color:#333;
}
.txt-666{
    color:#666;
}
.txt-white{
    color:#fff;
}
.txt-light{
    color:#999;
}
.txt-weight-600{
    font-weight:600;
}
.bg-white{
    background:#fff;
}
.bg-light{
    background-color:#f0f0f0;
}
/*-------------对齐--------------*/
.txt-center{
    text-align:center;
}
.txt-right{
    text-align:right;
}
.txt-left{
    text-align:left;
}
/*-------------省略--------------*/
.txt-ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.txt-two-ellipsis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*-------------定位--------------*/
.rel{
    position:relative;
}
/*-------------块--------------*/
.dlk{
    display:block;
}
.inline-dlk{
    display:inline-block;
}
/*-------------居中--------------*/

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.v-center {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h-center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*------------动画---------------*/
.zk-transition{
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
/*-----------隐藏显示---------------*/
.zk-hide {
    display: none !important;
    visibility: hidden !important;
}
.zk-show {
    display: block !important;
    visibility: visible !important;
}
/*----------边框-----------*/
.border-0{
    border:0!important;
}
/*-----------固定------------*/
.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:1200px;
    margin:0 auto;
}
/* ------------------------- form表单 --------------------------------- */
.zk-form-control-wrap {
    position: relative;
}
.zk-form-control {
    width: 345px;
    height: 60px;
    padding: 10px 10px 10px 25px;
    font-size: 18px;
    line-height: 60px;
    border: 1px solid #fe4e00;
    border-radius: 5px;
    color:#fe4e00;
    background-color:#fffb8d;
}
.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-btn--------------*/
.zk-btn{
    display: block;
    height: 80px;
    padding: 5px 10px;
    font-size: 32px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    cursor: pointer;
     background:-webkit-linear-gradient(left,#f86165, #f54848);
     background:linear-gradient(left,#f86165, #f54848);
    border-radius: 4px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.zk-btn:hover{
    background-color:#da3131;
}
