﻿.user-detail {
    margin-left: 10px;
    width: 750px;
    /*padding: 30px 40px;*/
    background: #fff;
    position: relative;
}

    .user-detail h5 {
        font-size: 20px;
        color: #333;
        font-weight: normal;
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 30px
    }

.trade-text {
    min-height: 140px;
    padding-bottom: 25px;
    margin-left: 280px;
}

    .trade-text h1 {
        color: #333;
        font-weight: bold;
    }

        .trade-text h1 a {
            color: #333;
            font-weight: bold;
        }

.index-con {
    color: #999;
    font-size: 14px;
    /*margin: 6px 0;*/
    min-height: 10px;
    line-height: 24px;
}

.index-img {
    width: 240px;
    height: 160px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.trade-tab {
    position: relative;
    z-index: 2;
    background-color: #F9F9F9;
    height: 50px;
    line-height: 50px;
    /*border-bottom: 1px solid #DDD;*/
}

#divtab {
    display: block;
    background: white
}

.trade-tab a.sel {
    background-color: #FFF;
    border-bottom: 5px solid rgb(1,112,254);
}

.trade-tab a {
    height: 100%;
    float: left;
    padding: 0 30px;
    color: #333;
    font-size: 14px;
    border-right: 1px solid #DDD;
}

#divtab a {
    display: block;
    background: white;
}

    #divtab a:hover {
        background: #C8C8C8;
    }

.tradeshow {
    margin: 20px 20px 0 20px;
    border-bottom: 3px solid #eaeaea;
}

.mod-page {
    padding: 20px 0;
    text-align: center;
    height: 30px;
    zoom: normal;
    font-size: 0;
    padding: 20px 0;
    text-align: center;
    height: 30px;
    zoom: normal;
}

    .mod-page a, .mod-page span {
        display: inline-block;
        min-width: 33px;
        _width: 33px;
        height: 28px;
        color: #333;
        line-height: 27px;
        font-size: 14px;
        margin: 0 5px;
        vertical-align: middle;
        border-radius: 8px;
        padding: 1px 5px 1px 5px;
        border: 1px solid #0152da;
        background: #fff;
    }
