#profile .user-box {
    padding: 50px 0;
    color: #fff;
    text-align: center;
    background-size: cover;
}

#profile .u-bg-1, #profile .u-bg-2, #profile .u-bg-3, #profile .u-bg-4, #profile .u-bg-5 {
    background-image: url(/icp/cover.png);
}

#profile .user-box .info-box {
    text-align: center;
}

#profile .user-box .info-box .u-icon {
    width: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-bottom: 8px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
}

.info-box .u-icon {
    border: 2px solid #fff !important;
}

#profile .user-box .info-box span {
    display: block;
}

.font-20 {
    font-size: 1.429rem;
}

.f-w-700, .font-bold {
    font-weight: 700;
}

.user-icons {
    padding-top: 8px;
}

.user-icons img {
    margin: 0px 5px;
    cursor: pointer;
}

.tab-link {
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
}

.tab-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 240px;
}

.tab-link > div .link--active {
    background-color: #2093FF;
    color: white !important;
}

.tab-link > div > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 54px;
    line-height: 54px;
    border-left: 1px solid #E3E3E3;
    cursor: pointer;
}

.tab-link > div > div:last-child {
    border-right: 1px solid #E3E3E3;
}

.tab-link > div > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 54px;
    line-height: 54px;
    border-left: 1px solid #E3E3E3;
    cursor: pointer;
}

.tab-link > div .link--active {
    background-color: #2093FF;
    color: white !important;
}

.mtb-large {
    margin: 20px auto;
}

.w {
    width: 1150px;
}

.el-row {
    box-sizing: border-box;
}

.el-col-18 {
    width: 75%;
}

[class*=el-col-] {
    float: left;
    box-sizing: border-box;
}

.el-col-6 {
    width: 25%;
}

[class*=el-col-] {
    float: left;
    box-sizing: border-box;
}

.panel {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px 1px #efebeb;
    border-radius: 3px;
}

.border-top-blue {
    border-top: 4px solid #2093ff;
    border-radius: 3px 3px 0 0;
}

.panel {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px 1px #efebeb;
    border-radius: 3px;
}

.panel .title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    padding: 0 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: #151519;
}

.panel .title-41 {
    line-height: 41px;
    height: 41px;
}

#profile .user-comments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.minh-50 {
    min-height: 50px;
}

.no-evaluate {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    padding: 30px 0;
}

.no-evaluate p {
    margin-top: 32px;
}

.minh-mini {
    min-height: 260px;
}