﻿@import "calc.css";

/*计算结果文本框值 非个税*/
#calc .rightblue {
    text-align: right;
    color: #00f
}
/*计算结果文本框值 个税*/
#calc .rightRed {
    text-align: right;
    color: red
}

#linkDetail {
    text-decoration: none;
    color: blue;
}

    #linkDetail:hover {
        color: red;
    }

#lblDetail {
    color: gray;
}

#tabBox{
    height: 24px;
    width: 100%;
    border-bottom: 1px solid #ECEFF7;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
#tabBox .tab{
    text-decoration: none;
    display: block;
    float: left;
    background: #ECEFF7;
    width: 140px;
    height: 24px;
    border-radius: 4px 4px 0px 0px;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    margin-right: 12px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

#tabBox .current,#tabBox .tab:hover{
    background:#00B9F2;
    color: #FFFFFF;
}

.i-select {
    font-size: 14px;
    color: #000;
    border: solid 2px #f39515;
    height: 20px;
    padding: 2px 10px;
    width: 100px;
    box-sizing: content-box;
}

.prepay-calc {
    position: relative;
}

.tips {
    position: absolute;
    right: 0;
    width: 350px;
    height: 40px;
    padding-left: 80px;
}

#calc .column4 {
    width: 130px;
    text-align: right;
    padding-right: 5px;
}

#calc .column5{
    width: 140px;
}