
/*-line样式，左边文字，右边底线-*/
/*
    .line {
    position: relative;
    font-size: 24px;
    color: #d60000;
    font-weight: bold;
    line-height: 1.8;
    overflow: hidden;
}

    .line b {
        color: #ff0018;
        font-size: 12px;
        padding-left: 10px;
        position: absolute;
        bottom: 3px;
    }

    .line:after {
        content: "";
        position: absolute;
        border-bottom: 1px solid #dcdcdc;
        width: 100%;
        vertical-align: bottom;
        bottom: 0;
    }*/

/*  --  小微计算器页面表单及按钮  --  */
.tableform {
    font-size: 14px;
    color: #000000;
    width: 100%;
}

    .tableform th {
        width: 40%;
        text-align: right;
        font-weight: normal;
        padding: 8px 0;
        color: #999999;
    }

    .tableform td {
        width: 60%;
        padding: 8px 0;
    }

    .tableform input[type="text"] {
        width: 320px;
        height: 30px;
        border: 1px solid #d7d7d7;
        outline: none;
    }

    .tableform select {
        width: 320px;
        height: 30px;
        border: 1px solid #d7d7d7;
        outline: none;
    }
.scalebutton {
    text-align: center;
}
.scalebutton p {
    padding: 10px 0 0 40px;
    font-size: 18px;
    font-weight: bold;
    color: #323232;
}

.scalebutton b {
    color: #d60000;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 600;
}

.scaleshow {
    width: 420px;
    height: 451px;
    background-image: url(ScaleShow.png);
    text-align: center;
}

    .scaleshow span {
        font-size: 16px;
        color: #4badee;
        padding-top: 280px;
        display: inline-block;
        padding-left: 40px;
        font-weight: bold;
    }

        .scaleshow span font {
            font-size: 26px;
            font-weight: bold;
        }

    .scaleshow b {
        font-size: 16px;
        color: #ff0000;
        padding-top: 300px;
        padding-left: 40px;
        display: inline-block;
    }

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    .scalebutton {
        text-align: left;
    }
}
/*  --  小微计算器页面表单及按钮  --  */


/*  --  小微计算器页面——底部相关文件（开始）  --  */
.fundstxt_news li {
    padding: 0px;
    margin: 0px;
}

.fundstxt_news li {
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px dashed #d1d1d1;
    margin-top: 20px;
}

    .fundstxt_news li img {
        float: right;
        margin-top: -5px;
        width: 120px;
    }

    .fundstxt_news li a {
        color: #000000;
    }

/*  --  小微计算器页面——底部相关文件（结束）  --  */