@charset "utf-8";
/*reset !start*/
* {
    font-family: inherit;
    letter-spacing: 1px !important;
    padding: 0;
    margin: 0;
    border:0;
    list-style: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
a {
    color: inherit;
    text-decoration: none;
}

html,body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    overflow-x: hidden;
    background: #85ecb7;
}

img {
    display: inline-block;
    width: 100%;
    border: 0;
    vertical-align: middle;
}

body {
    position: relative;
    min-height: 100%;
    height: auto;
    color: #000;
    font-family: "思源黑体", "Microsoft Yahei", Arial, Helvetica, sans-serif, "\u5b8b\u4f53";
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*reset !end*/

/*common !start*/
.clearfix:after {
    content: " ";
    width: 0;
    height: 0;
    display: block;
    font-size: 0;
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.tr {
    text-align: right;
}

.page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
}

.pos-br {
    position: absolute;
    bottom: 0;
    right: 0;
}

.font12 {
    font-size: 12px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 7;
}

.top {
    position: fixed;
    bottom: 3%;
    right: 2%;
    width: 40px;
    height: auto;
}

.hidden {
    display: none;
}

.tc {
    text-align: center;
}
.left {
    float: left;
}

.right {
    float: right;
}
/* ====================弹出框样式============================= */
.dialog-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.dialog-box {
    width: 80%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 20%;
    padding-top: 0.7rem;
    background-color: #ebfbf3;
    color: #1da15d;
    border-radius: 0.25rem;
}
.dialog-title {
    font-size: 0.5rem;
    text-align: center;
    margin-bottom: 0.62963rem;
    display: none;
}
.dialog-title span {
    margin-left: 10px;
    float: left;
    font-size: 16px;
}
.dialog-close {
    float: right;
    width: 22px;
    height: 22px;
    margin: 10px;
    cursor: pointer;
}
.dialog-content {
    min-height: 1.222222rem;
    max-height: 6.55rem;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
    background:#ebfbf3;
    overflow: auto;
    padding-left: 14px;
    padding-right: 14px;
    letter-spacing: 0px !important;
}
.dialog-bottom {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 2rem;
    text-align: center;
    background-color: #ebfbf3;
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: 5px 0;
}

.dialog-button {    
    position: relative;
    width: 2.633333rem;
    height: 0.833333rem;
    /* line-height: 0.953333rem; */
    cursor: pointer;
    font-size: 0.388889rem;
    font-weight: 500;
    color: #fff;
    border-radius: 0.425926rem;
    background: #2ab26c;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.dialog-button.cancel {
    margin-right: 20px;
    background-color: #bebdbc;
}

.dialog-button.disable {
    background-color: #a6adb5;
}

.dialog-box-img {
    position: fixed;
    z-index: 1000;
    width: 600px;
    background-color: #FFFFFF;
}

.dialog-button-touch {
    background-color: #ccc;
}
.cancel {
    margin-right:20px;
    background-color:#bebdbc;
}
.sure {
    color: #fff;
}
/* .dialog-button1 {
    width: 100%;
} */

.load-contain {
    position: fixed;
    z-index: 19;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 45%;
    -webkit-animation: rotate 2.0s infinite linear;
}
.load1,
.load2 {
    position: absolute;
    width: 60%;
    height: 60%;
    display: inline-block;
    top: 0;
    background-color: rgba(0,203,254,.8);
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
}

.load2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
    100% { -webkit-transform: rotate(360deg) }
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

.over-hide {
    overflow-y: hidden !important;
}


/*# sourceMappingURL=base.css.map */
