﻿@charset "utf-8";
/* CSS Document */

*{
	font-family:微软雅黑;
	}
body{
	padding:0;
	margin:0;
	font-size:12px;
	}
a{text-decoration:none;}a:link,a:visited{text-decoration: none;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:"";}
.clear{ clear: both;}
/* float */
.left{
	float:left;
}
.right{
	float:right;
}
.account-box{
	    background-color: #ffffff;
    border-radius: 0.15rem;
    margin: 0.2rem 0.3rem;
    padding-top: 0.20rem;
    padding-bottom: 0.30rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
.account-title{
	border-bottom: 2px solid;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 10px;
}
.f-btn-fhby{height: 30px;line-height: 30px;color: #f77b10;border: 1px solid #f77b10;font-size: 14px;display: block;width: 85px;text-align: center;border-radius: 4px;cursor: pointer;margin-top: 10px;margin-left: 20px;}
.f-btn-jian{height: 30px;line-height: 30px; border: 1px solid #ccc;border-right: 0px;margin-top:10px;text-align: center;width: 20px;background: #ececec;color: #666;border-radius: 4px;position: relative;left: 2px;cursor: pointer;}
.f-btn-jia{height: 30px;line-height: 30px;border: 1px solid #ccc;border-left: 0px;margin-top:10px;text-align: center;width: 20px;background: #ececec;color: #666;border-radius: 4px;position: relative;left: -2px;cursor: pointer;}
.f-riqi{width: 110px;padding: 0 10px; background: #fff;color: #666;font-size: 14px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;text-align: center;height: 30px;line-height: 30px;margin-top: 10px;display: block;}
.f-rili-table tbody td{background: #fff;position: relative;}
.f-rili-table tbody tr{border-bottom: 1px dashed #ccc;}
.f-rili-table .f-today{background-color: #faf1de;}
.f-rili-table .f-on{background-color:cornflowerblue;color: #fff;}
.f-number{cursor: pointer;}
.f-rili-table{width: 100%;}
.f-rili-th{float: left;width: 14.25%;text-align: center;line-height: 46px;height: 46px; background-color: #e7eef8;color: #000;}
.f-day{font-weight: bold;}
.f-td{border-bottom: 1px dashed #ccc;float: left;width: 14.25%;text-align: center;height:56px;line-height: 46px;position: relative;}
.f-yuan{position: absolute;width: 20px;height: 20px;top:5px;left: 50%;margin-left: 5px; background: url(/images/yuan.png) no-repeat center;}
.f-table-msg {
    position: absolute;
    z-index: 2;
    top: 34px;
    left: 50%;
    margin-left: -120px;
    width: 2.6rem;
    background: url(/images/bg-msg.png) no-repeat bottom;
    line-height: 55px;
    height: 46px;
    text-align: center;
    display: none;
    color: #666;
}
.f-money{bottom: 5px;
    position: absolute;
    width: 100%;
    height: 22px;    
    text-align: center;
    line-height: 22px;
    color: green;white-space: nowrap;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;}

   .rebatemx {
            background-color: #ffffff;
            border-radius: 0.15rem;
            margin: 0.2rem 0.3rem;
            padding-top: 0.20rem;
            padding-bottom: 0.30rem;
            padding-left: 0.1rem;
            padding-right: 0.1rem;
        }
        .tab {
            border-collapse: collapse; 
            width: 100%;
            background: #fff;
            line-height: 1.5em;
            font-size: 0.26rem;
        }
        td, th {
            padding: 0.75em 0.5em;
            text-align: left;
            border:solid 1px #ccc;
             line-height: 0.5rem;
        }
        .tab th {
            background-color: #31bc86;
            font-weight: bold;
            color: #fff;
            white-space: nowrap;
            text-align:center;
        }
        .tab tbody tr:nth-child(2n-1) {
            background-color: #f5f5f5;
            transition: all .125s ease-in-out;
        }
        .fundmoney{
            color: green;
    font-weight: bold;
        }