﻿@charset "utf-8";
/* CSS Document */


/*个人中心首页*/
.mainRight .member {
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

    .mainRight .member .data {
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 20px 40px;
        border-bottom: 1px solid #f0f3f8;
    }


    .mainRight .member .potrait {
        display: block;
        width: 100px;
        height: 100px;
        float: left;
    }

        .mainRight .member .potrait img {
            width: 100px;
            height: 100px;
        }

    .mainRight .member .logbox {
        width: 280px;
        height: 120px;
        margin: 0 auto;
    }


    .mainRight .member .dataShow {
        width: 550px;
        height: auto;
        overflow: hidden;
        float: right;
    }

        .mainRight .member .dataShow .userTitle {
            margin: 5px 0px;
        }

            .mainRight .member .dataShow .userTitle b {
                color: #f60;
                font-size: 15pt;
                font-family: Microsoft YaHei,'微软雅黑',Arial;
                font-weight: normal;
                margin-right:5px;
            }

        .mainRight .member .dataShow table {
            width: 100%;
        }

            .mainRight .member .dataShow table tr {
                line-height: 160%;
            }

                .mainRight .member .dataShow table tr td {
                    width: 50%;
                    font-size: 14px;
                    padding: 5px 0px;
                    color: #666;
                    height: 20px;
                    overflow: hidden;
                }

                    .mainRight .member .dataShow table tr td i {
                        color: #333;
                        width: auto;
                    }


.moneyinfo {
    background: #f7f7f7 url(../images/admin.png) no-repeat 30px center;
    background-size: 20px;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 10px 30px 10px 30px;
    color: #444444;
    font-size:11pt;
}

    .moneyinfo .money, .moneyinfo a {
        font-size: 11pt;
        color: #f60;
        margin-right: 5px;
    }

        .moneyinfo a:hover {
            text-decoration: underline;
        }

    .moneyinfo .fillmoney {
        display: inline-block;
        padding: 4px 10px;
        background: #ff9a00;
        color: #fff;
        font-size: 12px;
        border-radius: 3px;
        line-height: 150%;
        margin: 0 10px;
    }
    
.mainRight .member .count {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 !important;
}

    .mainRight .member .count a {
        display: inline-block;
        width: 24%;
        height: 36px;
        text-align: center;
    }

        .mainRight .member .count a font {
            display: inline-block;
            width: 120px;
            background: #0090ff;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
            line-height: 36px;
        }

        .mainRight .member .count a:hover font {
            background: #0066cc;
        }

        .mainRight .member .count a i {
            display: inline-block;
            font-size: 14px;
            color: #fff;
            font-style: normal;
        }

        .mainRight .member .count a .on {
            display: inline-block;
            font-size: 14px;
            color: #f90;
            font-style: normal;
        }


        
.mainRight .member .course {
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
    margin: 0 !important;
}

    .mainRight .member .course a {
        display: inline-block;
        width: 24%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .mainRight .member .course a img {
            display: inline-block;
            width: 120px;
            height: 120px;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .mainRight .member .course a h1 {
            font-weight: normal;
            color: #444444;
            font-size: 16px;
            text-align: center;
            margin-bottom: 5px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .mainRight .member .course a i {
            display: block;
            font-style: normal;
            font-size: 14px;
            color: #777;
            font-family: Arial;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }



@media screen and (max-width:980px) {

    .mainRight .member .data {
            width: 320px;
            margin: 0 auto;
            padding:20px;
        }

        .mainRight .member .dataShow {
            width: 100%;
            float: none;
        }

            .mainRight .member .dataShow tr td {
                font-size: 12px;
                width: 50%;
            }

    .moneyinfo {
        padding:10px;
    }

        .mainRight .member .count a, .mainRight .member .course a {
            width: 40%;
            min-width: 120px;
            margin: 10px;
        }

        .mainRight .member .potrait {
            width: 100%;
            height: 100px;
            margin-left: 0px;
            text-align: center;
            margin-bottom: 10px;
        }

        .mainRight .member .dataShow tr.biaoti {
            display: none;
        }

}


        
        
