@charset "utf-8"; /*包裹查询*/
*{margin: 0; padding: 0; }
body {
    font-family: "Microsoft Yahei", serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
}
.page_bd_mine {height:130px;margin:5px;padding:10px;border:1px solid #F2F2F2;background-color: #FFF;}
.status_mine {background-color:#F2F2F2;text-align:center;color:#FF0000;width:80px;float:right;line-height:23px;}
.page_bd_minepay {height:80px;margin:5px;padding:10px;border:1px solid #F2F2F2;background-color: #FFF;}
.status_minepay {background-color:#F8C50A;text-align:center;color:#FFF;width:80px;float:right;line-height:23px;}
.status_minepay a {color:#FFF;}
.page_bd_minepayy {height:50px;margin:5px;padding:10px;border:1px solid #F2F2F2;background-color: #FFF;}
.status_minepayy {text-align:center;font-size:18px;color:#F8C50A;width:80px;float:right;line-height:23px;}
.page_bd_mineinte {height:70px;margin:5px;padding:10px;border:1px solid #F2F2F2;background-color: #FFF;}

/* dropload */
.dropload-up,.dropload-down{
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 50px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

ul, li { list-style: none; }
html{font-size: 75px;}
@media screen and (min-width:320px) {html{font-size: 64px;}}
@media screen and (min-width:360px) {html{font-size: 72px;}}
@media screen and (min-width:375px) {html{font-size: 75px;}}
@media screen and (min-width:414px) {html{font-size: 82.8px;}}
body,button,input,select,textarea{font:0.173333rem/1.5 Arial,San Francisco,Helvetica,SimHei,SimSun,sans-serif;line-height: 1.5;}
h1,h2,h3,h4,h5,h6,b,strong{font-weight: normal;}
button,input,select,textarea{padding: 0;background: none;border: 0;font-size: inherit;}
input:focus{outline:0;}
i{font-style: normal;}
a{text-decoration: none;}
dfn{font-weight: normal;font-style: normal;}
/* 开户分享数据 */
.tabHead{position: fixed;top:5px;left:0;z-index: 10;text-align:center;overflow: hidden;
    margin: 30px 0 10px;
    background-color: #FF843E;
}
/*.tabHead span{display: block;position: relative;z-index:2;color:#666666;text-align: center;font-size: 14px;}*/
.tabHead span{display: block;width: 105px;float: left;position: relative;z-index:2;color:#666666;text-align: center;font-size: 14px;
    padding:10px;
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tabHead span:nth-child(2){width:105px;}
.tabHead small{font-size: 10px;font-color:red;}
.tabHead .active{color:#ff6e2b;font-size:16px;}
.tabHead .border{
    position: absolute;bottom:-1px;left:-10px;z-index:5;width:150px;height:4px;background:#ff6e2b;
    -ms-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:scale(.5);
    -ms-transform:scale(.5);
    transform:scale(.5);
}
.content{padding-top:10px;background-color: #FFF;height: 100%;}
.pane{display: none;}

