@charset "utf-8";
body {
    font-family: Microsoft YaHei, "微软雅黑";
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    min-width: 240px;
    color: #757474;
    font-size:.8rem;
}
.viewport {
    max-width: 640px;
    min-width: 300px;
    margin: 0 auto;
}
ul,li{
	margin:0;
	padding:0;
}
@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6px !important;
    }
}
/* p, li, h1, h2, h3, h4, h5, h6, ul, ol, dd, dt, dl{ */
/*     padding: 0; */
/*     margin: 0; */
/* } */

li {
    list-style-type: none;
}
a{
    text-decoration: none;
}
.tank {
    width: 100%;
    height: 100%;
}
.lf {
    float: left;
}

.rt {
    float: right;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.hyaline_input input{
    background: transparent;
}
/* .btn_verify{ */
/*     font-size: 12px; */
/*     width: 100px; */
/*     background: #FFA726; */
/*     color: #fff; */
/*     height: 3.2rem; */
/*     outline: none; */
/*     border:none; */
/*     margin-top:.1rem; */
/* } */


.lf_m1 {
    padding-left: 1rem;
}
.l-h-88{
    line-height:88px;
}
.m-t-1{
    margin-top:1rem;
}
.m-b-1{
	margin-bottom:1rem;
}
/* 文本水平方向 */
.txt_center {
    text-align: center;
}
.txt_left {
    text-align: left;
}
.txt_right {
    text-align: right;
}

/* 提示弹框 */
.warning{
    position:fixed;
    top: 50%;
    width:80%;
    height: 2rem;
    background-color: rgba(0,0,0,.5);
    margin-left: 10%;
    border-radius: 4px;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    z-index: 9999999;
    display: none;
}

/*底部有悬浮按钮时撑开底部内容*/
.support{
    overflow: hidden;
    width: 100%;
    height: 70px;
}

/*暂无数据*/
.not_available{
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    padding: 50px 0;
    font-size: 1.2rem;
}
.not-bare{
	text-align:center;
	width:100%;
	padding:3rem 0;
	background: #fff;
}
div.not-bare img{
	width:8rem;
}
.not-bare div{
	margin-top:1rem;
	font-size:1rem;
}