﻿.Profile_EachData {
    text-align: left;
}

.Profile_EachColumnChineseShow {
    padding-right: 20px;
    font-size: 12px;
    color: #b1b1b1;
}

.Profile_EachValue {
    cursor: pointer;
}

.ProfileTab {
    cursor: pointer;
    font-size: 16px;
    padding: 25px 10px;
}

.ProfileTabSelect {
    border-bottom: 2px solid #00bd66;
    color: #00bd66;
    padding-bottom: 23px;
}

.ProfileTab_Content {
    display: none;
}

.Active {
    display: inline-block;
}

.PagePart span, .PagePart a {
    border-radius: 20px;
    text-align: center;
    padding: 5px;
    min-width: 20px;
    font-size: 16px;
    color: #444f36;
}

.PagePart span {
    background: #99A681;
    color: #efefef;
}

.PageStatistics {
    padding-left: 20px;
    font-size: 14px;
    color: #b1b1b1;
    float: right;
    padding-top: 12px;
}

.Page img {
    height: 16px;
}

.ThisPageActive {
    background: #1bc5bd;
    color: #fff !important;
}
.Page_Statistics {
    padding-left:10px;
}
@media(max-width:900px) {
    .Page_Statistics {
        padding-left: 0;
        padding-top:15px;
        width:100%;
    }
}
@media(max-width:620px) {
    .Page_JumpPart {
        width:280px;
        max-width:100%;
    }
    .Page_Size_Set_Button {
        margin-top: 10px;
    }
}
