/*--------------public css-------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    outline: none;
}

body {
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    font-family: "Microsoft YaHei", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei UI", Arial, sans-serif;
    font-size: 16px;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    padding: 0px;
    margin: 0px !important;
}

.css {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    -ms-touch-action: none;
}


/* 禁止winphone默认触摸事件 */

img {
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b,
strong {
    font-weight: 700
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: #333333;
}

ul,
li {
    list-style: none;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

input {
    vertical-align: middle
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #ffffff inset;
    -webkit-text-fill-color: #949da4;
}

i {
    font-style: normal;
}

.mouse {
    cursor: pointer;
}

.block {
    display: block;
}

.none {
    display: none;
}

.h4-title {
    font-size: 14px;
    color: #999999;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/*.zk-main{position:absolute;left:0;z-index:100;width:100%;height:100%;overflow-y: scroll;padding-bottom:90px;}*/

.zk-form {
    width: 90%;
    margin: 20px auto 30px auto;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(68, 139, 102, 0.4);
    background: #ffffff;
    padding-bottom: 30px;
    border: 2px #030000 solid;
}

.weui-cells {
    font-size: 16px !important;
    background: none !important;
    margin-top: 0 !important;
}

.weui-cells:before {
    height: 0 !important;
}

.weui-label {
    width: 120px !important;
}

.weui-cell:first-child {
    padding-top: 30px;
}

.weui-btn-area {
    margin-top: 20px !important;
}

.weui-btn-area p {
    color: #666666;
    font-size: 14px;
}

.weui-btn-area p span {
    color: #418a64;
}

.weui-btn-area p i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #418a64;
    margin-right: 10px;
    vertical-align: middle;
}

.my-btn {
    background: url("images/btn.png") no-repeat;
    background-size: contain;
}