﻿body {
    font-family: "PingFang-SC-Medium,Microsoft Yahei";
    /* background-color: #EfEfEf; */
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
}

A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}

A:active {
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

.text-white {
    color: white;
}

button {
    outline: none !important;
}

.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
}

.btn:active,
.btn.active {
    outline: none;
    box-shadow: none;
}

.form-control-feedback-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-feedback .form-control {
    padding-left: 34px;
    padding-right: 5px;
}

.navbar-default {
    background-color: #F2F2F2;
    border: solid 1px #F2F2F2;
    background-origin: border-box;
    background-repeat: repeat-x;
    overflow: hidden;
    background-size: 100% 40px;
    top: 0;
}

.btn-warning {
    background-color: #49A25A;
    border: none;
    background-origin: border-box;
    background-repeat: repeat-x;
    background-size: 100% 50px;
}

.btn-warning.disabled {
    background-color: #4ab12f;
    border: solid 1px #4AB12F;
}

.panel-default>.panel-heading {
    background-image: url(../../images/icon/panelbg.png);
    background-origin: border-box;
    background-repeat: repeat-x;
    background-size: 100% 50px;
    padding-left: 6px;
}

input,
textarea {
    -webkit-appearance: none;
    box-shadow: none;
}

.circle {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    background-color: red;
    left: 55%;
    /*top: 5px;*/
    z-index: 999;
}

.circle2 {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 27px;
    top: 12px;
    background-color: red;
}

.form_label {
    width: 100px;
    height: 34px;
    line-height: 34px;
    padding-right: 5px;
    padding-left: 5px;
}

.tab_text {
    position: relative;
    top: 2px;
    height: 20px;
}

.nav_icon {
    width: 29px;
    height: 25px;
}

.nav_title {
    font-size: 12px;
    color: #000;
    line-height: 1.6;
}

.nav_title.active {
    color: #48A15A;
}

.space {
    background: #F2F2F2;
    height: 1rem;
}

.space1 {
    background: #DADADA;
    height: 2px;
}

.space2 {
    background: #F2F2F2;
    height: 1px;
    margin: 2px 0;
}

.space3 {
    background: #F2F2F2;
    height: .5rem;
}

.return {
    width: 1rem;
    height: 1.5rem;
    background: url(../../images/new/return.png) no-repeat center center;
    background-size: 100% 100%;
}

.navbar-fixed-bottom {
    background-color: white;
    border-top: solid 1px #D9D9D9;
    padding: 5px 2px;
}

/* .pageNav {} */

.returnUrl {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 1rem;
    height: 1.5rem;
    background: url(../../images/new/return.png) no-repeat center center;
    background-size: 100% 100%;
}

.pageTitle {
    font-size: 16px;
    color: #545454;
    font-weight: bold;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    border-bottom: 1px solid #DADADA;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 990;
}

[contenteditable="true"],
input[type=text],
textarea {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}

.weui_dialog_ft {
    line-height: 53px;
}

.wx_pic {
    position: absolute;
    top: -999px;
    left: 0;
}