/* reset */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

li {
    list-style: none;
}

input, textarea {
    line-height: normal;
    font-family: inherit;
    border: 0;
    font-size: inherit;
}

input {
    outline: none;
    -webkit-user-modify: read-write-plaintext-only;
}

img {
    border: 0;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

i, em {
    font-style: normal;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-family: Microsoft YaHei, 微软雅黑, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 100%;
    line-height: 1.6;
    padding-bottom: 45px;
}

.clrfix:after {
    content: "\200b";
    display: block;
    height: 0;
    clear: both;
}

.clrfix {
    *zoom: 1
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.posr {
    position: relative;
}

.fz10 {
    font-size: 10px; /*font-size: 0.625em;*/
}

.fz12 {
    font-size: 12px; /*font-size: 0.75em;*/
}

.fz13 {
    font-size: 13px; /*font-size: 0.8125em;*/
}

.fz14 {
    font-size: 14px; /*font-size: 0.875em;*/
}

.fz15 {
    font-size: 15px; /*font-size: 0.9375em;*/
}

.fz16 {
    font-size: 16px; /*font-size: 1em;*/
}

.fz18 {
    font-size: 18px; /*font-size: 1.125em;*/
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.pl35 {
    padding-left: 35px;
}

.pl70 {
    padding-left: 70px;
}

/*虚线*/
.dot {
    border-top: 1px dotted #ccc;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/*实线*/
.hr {
    border-top: 1px solid #ccc;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/*按钮*/
.u-btn {
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8 0 8 0;
    cursor: pointer;
    border:0px solid #2da8ed;
}
button::after{ border: none;}

.u-btn:hover {
    color: #fff
}

.u-btn:active {
    color: #fff
}

/*输入表单*/
.u-input,
.add-card .card-number {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    border-radius: 5px;
    outline: 0;
    font-size: 14px;
    text-indent: 5px;
}

.u-input:focus {
    border-color: #f5a623;
    box-shadow: 0px 0px 1px 1px #ffddb9 inset;
}

/*checkbox*/
.u-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/v2015/select_but_1.png) 0 0 no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    vertical-align: top;
}

.u-checkbox.checked {
    background-image: url(/images/v2015/select_but_2.png);
}

/*表单快捷条-自动登录*/
.inp-short {
    line-height: 20px;
    font-size: 14px;
}

/*忘记密码*/
.forget-pwd {
    float: right;
    color: #ff9900;
    font-size: 14px;
}

/*图片预加载*/
#preloader {
    display: none;
    background-image: url(/images/v2015/select_but_2.png);
}

/*图标*/
.build-icon,
.traf-icon,
.subway-icon,
.user-icon,
.add-icon,
.edit-icon,
.add2-icon,
.del-icon,
.detail-icon,
.pay-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.build-icon,
.traf-icon,
.subway-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

.build-icon {
    background-image: url(/images/v2015/introduce_ico_1.png);
}

.traf-icon {
    background-image: url(/images/v2015/introduce_ico_2.png);
}

.subway-icon {
    background-image: url(/images/v2015/introduce_ico_3.png);
}

.user-icon {
    background-image: url(/images/v2015/user_ico.png);
    -webkit-background-size: 23px 20px;
    width: 23px;
    height: 20px;
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
}

.add-icon,
.edit-icon,
.add2-icon,
.del-icon,
.detail-icon,
.pay-icon {
    background-image: url(/images/v2015/s_ico_3.png);
    width: 14px;
    height: 14px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
}

.edit-icon {
    background-image: url(/images/v2015/s_ico_4.png);
}

.add2-icon {
    background-image: url(/images/v2015/s_ico_2.png);
}

.del-icon {
    background-image: url(/images/v2015/s_ico_1.png);
}

.detail-icon {
    background-image: url(/images/v2015/register_details_ico.png);
}

.pay-icon {
    background-image: url(/images/v2015/menu_ico_2.png);
}

/*错误提示*/
.m-field-message {
    display: none;
    float: right;
    position: relative;
    padding: 2px 5px 1px;
    background-color: #ff3a0c;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    z-index: 1;
}

.m-msg-error .m-field-message {
    display: none
}

.m-field-message:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 4px;
    top: -2px;
    right: 19px;
    background-color: #ff3a0c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-field-error .m-icon,
.m-field-ok .m-icon {
    display: block
}

.m-field-error .m-field-message {
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
}

.m-field-error {
    position: relative;
}

.m-field-error .m-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 14px;
    background: url(/images/v2015/box_prompt_ico.png) 0 0 no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}

select {
    background-color: #fff;
}

.blackboard {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

.blackboards {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

.dialog-window .opreate {
    border-top: 1px solid #ccc;
    margin: 0 15px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    margin-top: -2px;
    position: relative;
}

.dialog-window .opreate a {
    float: left;
    width: 50%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #666;
    border-left: 1px solid #ccc;
    margin-left: -1px;
}

.dialog-window .opreate a:first-child {
    border-left: 0;
}

.dialog-window .error-tip {
    text-align: center;
    padding: 20px 0;
    line-height: 40px;
}

.dialog-window .error-icon,
.dialog-window .suc-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/images/v2015/pop_error_ico.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.dialog-window .suc-icon {
    background-image: url(/images/v2015/pop_right_ico.png);
}

.dialog-window .close {
    cursor: pointer;
}

/*头部*/
header {
    height: 50px;
    line-height: 50px;
    position: relative;
}

header .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(/images/v2015/top_Arrow_but.png) 0 0 no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
}

header .quit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(/images/v2015/top_exit_but.png) 0 0 no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
}

header h1 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

/*通用块*/
section {
    padding: 0 15px;
}

/*脚部*/
footer {
    text-align: center;
    font-size: 10px;
    height: 45px;
    line-height: 45px;
    color: #bbb;
    background-color: #FFFFFF;
    width: 100%;
    bottom: 0;
    position: fixed;
}

footer.foot-last {
    position: inherit;
}

.bg-fafafa {
    background-color: #fafafa;
}

/*项目标题*/
.list_title {
    display: inline;
    text-align: left;
    width: 70px;
}

/*动态预加载图片*/
.loading_icon {
    height: 60px;
    width: 60px;
    background-position: 0 100%;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;

    -webkit-animation-name: onloading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes onloading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}

/*下拉提示*/
.more-info {
    text-align: center;
    color: #CCCCCC;
    display: none;
}

.load_icon {
    height: 60px;
    left: 41px;
    position: absolute;
    width: 60px;
}

.spaceDiv {
    height: 45px;
    width: 100%;
}

.b-hospital-tags > img {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 3px 4px 0 0;
    border-radius: 14px;
    color: #fff;
    text-align: center;
}

/*不能用的按钮*/
.disabled-box {
    background-color: #999999;
    color: #FFF;
    text-align: center;
}

/*公共错误页*/
.sys-error div {
    background: url("/images/v2015/Error_ico.png") no-repeat scroll 0 0 / 90px 90px transparent;
    height: 90px;
    margin: 20px auto 0;
    width: 90px;
}

.sys-error p {
    color: red;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}