.articleaccount {
    padding: 20px;
    text-align: center;
}

.articleaccount-tit {
    font-size: 12px;
    color: #969696;
    text-align: center;
}

.articleaccount-shang {
    width: 104px;
    height: 104px;
    margin: 20px auto 0px auto;
    font-size: 48px;
    line-height: 104px;
    text-align: center;
    color: #fff;
    background-color: #fa4848;
    border-radius: 104px;
    cursor: pointer;
}

.articleaccount-num {
    font-size: 14px;
    color: #4f4f4f;
}

    .articleaccount-num span {
        color: #fa4848;
    }

.articleaccount-person {
    width: 450px;
    margin: 35px auto;
}

.articleaccount-person-item {
    float: left;
    width: 45px;
    padding: 0 15px;
}

    .articleaccount-person-item img {
        float: left;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        cursor: pointer;
    }

    .articleaccount-person-item span {
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
    }

.articleaccount-person-other i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    font-size: 32px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #bdbdbd;
    cursor: pointer;
}

.art-shang-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: table;
}

.art-shang-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.art-shang {
    position: relative;
    z-index: 11111;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *position: absolute;
    *top: 50%;
}

.art-shang-main {
    position: relative;
    width: 460px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    *position: relative;
    *top: -50%;
}

.art-shang .artshang-mian-hd span {
    float: left;
    padding-left: 15px;
    font-size: 14px;
    line-height: 47px;
    color: #343434;
}

.art-shang .artshang-mian-hd i {
    float: right;
    width: 47px;
    height: 47px;
    background: url(../image/dashang_close.png) center center no-repeat;
    cursor: pointer;
}

.art-shang .artshang-mian-bd img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    border-radius: 80px;
}

.art-shang .artshang-mian-bd {
    padding-bottom: 20px;
}

    .art-shang .artshang-mian-bd span {
        display: block;
        margin-top: 15px;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #343434;
    }

    .art-shang .artshang-mian-bd p {
        margin-top: 8px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        color: #7f7f7f;
    }

        .art-shang .artshang-mian-bd p i {
            font-style: normal;
            color: #ffa200;
        }

    .art-shang .artshang-mian-bd div {
        width: 150px;
        height: 50px;
        margin: 0 auto;
        margin-top: 50px;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
        border-radius: 4px;
        letter-spacing: 1px;
    }

        .art-shang .artshang-mian-bd div a:link {
            border: 1px solid red;
        }


    .art-shang .artshang-mian-bd input {
        margin: 15px auto;
        width: 275px;
        height: 38px;
        border: 1px #dcdcdc solid;
        border-radius: 4px;
        text-align: center;
    }

    .art-shang .artshang-mian-bd a {
        display: block;
        width: 102px;
        height: 33px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 33px;
        text-align: center;
        color: #fff;
        background-color: #ffa200;
        border-radius: 4px;
    }

.shang_yellow {
    border: 1px solid #ff9900;
    color: #ffa200;
    cursor: pointer;
}

.shang_gray {
    border: 1px solid #dedede;
    color: #999;
    cursor: pointer;
}


.shangren {
    text-align: center;
    margin-top: 10px;
}

    .shangren p {
        display: inline-block;
        margin: 10px 10px;
        line-height: 1.6;
    }

        .shangren p img {
            width: 50px;
            height: 50px;
            border-radius: 30px;
            /*background: red;*/
        }
