.main__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 60px;
    min-height: calc(100vh - 430px);
    position: relative;
    width: 1200px
}

.main__container__banner {
    margin-bottom: 15px
}

.main__container--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.main__section-content,.main__section__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main__aside-left {
    width: 150px
}

.main__aside--right,.main__aside-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    width: 330px
}

.custom_scrollbar {
    scrollbar-color: #666 transparent
}

.custom_scrollbar::-webkit-scrollbar {
    background: transparent;
    position: relative;
    width: 7px
}

.custom_scrollbar::-webkit-scrollbar:before {
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    width: 2px
}

.custom_scrollbar::-webkit-scrollbar-track-piece {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(43%,transparent),color-stop(43%,hsla(0,0%,100%,.06)),color-stop(57%,hsla(0,0%,100%,.06)),color-stop(57%,transparent));
    background-image: -webkit-linear-gradient(left,transparent 43%,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,.06) 57%,transparent 0);
    background-image: linear-gradient(90deg,transparent 43%,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,.06) 57%,transparent 0);
    width: 5px
}

.custom_scrollbar::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 5px;
    display: block;
    height: 20px;
    width: 7px
}

.custom_scrollbar--hide-track::-webkit-scrollbar-track-piece {
    display: none
}

.custom_scrollbar.horizontal::-webkit-scrollbar {
    height: 7px
}

.custom_scrollbar.horizontal::-webkit-scrollbar-track-piece {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(43%,transparent),color-stop(43%,hsla(0,0%,100%,.06)),color-stop(57%,hsla(0,0%,100%,.06)),color-stop(57%,transparent));
    background-image: -webkit-linear-gradient(top,transparent 43%,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,.06) 57%,transparent 0);
    background-image: linear-gradient(180deg,transparent 43%,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,.06) 57%,transparent 0)
}

.picker-section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: hsla(0,0%,98%,.02);
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 9px 12px;
    position: relative
}

.picker-section,.picker-section__active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.picker-section__active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    color: hsla(0,0%,100%,.88);
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-weight: 600
}

.picker-section__active:before {
    color: hsla(0,0%,100%,.5);
    font-size: 8px;
    margin-left: 8px
}

.picker-section__select-box {
    max-height: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 32px;
    -webkit-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    z-index: 10
}

.picker-section__item {
    background-color: #373a3d;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsla(0,0%,100%,.7);
    max-height: 300px;
    overflow-y: auto;
    padding: 8px
}

.picker-section__item__list {
    color: hsla(0,0%,100%,.7);
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%
}

.picker-section__item__list:hover {
    color: rgba(0,128,255,.88);
    -webkit-transition: all .3s;
    transition: all .3s
}

.picker-section__item:before {
    border-color: transparent transparent #373a3d;
    border-style: solid;
    border-width: 0 9px 8px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.picker-section:hover {
    overflow: unset
}

.picker-section:hover .picker-section__select-box {
    max-height: 318px;
    padding-top: 18px
}

.main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 48px auto 0;
    width: 1200px
}

.main,.main .til {
    position: relative
}

.main .til {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0,0%,100%,.88);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    min-width: 100px;
    padding-left: 20px
}

.main .til:before {
    background-image: url(/static/pc/default/images/icon_title.svg?043fa7a622779143f252c7a894c16014);
    content: "";
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 14px
}

.masonry-section__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.masonry-section__list {
    background-color: hsla(0,0%,100%,.04);
    border-radius: 4px;
    color: hsla(0,0%,100%,.8);
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%
}

.masonry-section__list__cover {
    width: 100%
}

.masonry-section__list__cover-box {
    overflow: hidden;
    position: relative
}

.masonry-section__list__cover-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0,0,0,.32);
    color: hsla(0,0%,100%,.88);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    z-index: 1
}

.masonry-section__list__content {
    padding: 12px 10px
}

.masonry-section__list__content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 12px
}

.masonry-section__list__content-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0,0%,100%,.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
}

.masonry-section__list__content-avatar {
    border-radius: 50%;
    display: block;
    font-size: 0;
    height: 24px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 24px
}

.masonry-section__list__content-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.masonry-section__list__content-name:hover {
    color: hsla(0,0%,100%,.88);
    -webkit-transition: color .3s;
    transition: color .3s
}

.masonry-section__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.masonry-section__item--wallpaper .masonry-section__list__cover-icon {
    border-radius: 4px;
    font-size: 12px;
    height: 18px;
    padding: 0 4px;
    right: 10px;
    top: 10px
}

.masonry-section__item--wallpaper .masonry-section__list__cover-icon:before {
    margin-right: 2px
}

.masonry-section__item--wallpaper .masonry-section__list__title {
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.9)));
    background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.9));
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.9));
    bottom: 0;
    padding: 18px 10px 6px;
    position: absolute
}

.masonry-section__item--wallpaper .masonry-section__list__title:hover {
    color: rgba(0,128,255,.88);
    -webkit-transition: color .3s;
    transition: color .3s
}
.header-info--player {
    background-color: rgba(25,49,86,.24);
    height: 226px;
    padding-left: 320px
}

.header-info--player .header-info__team-bg {
    height: 226px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .06;
    position: absolute;
    top: 0;
    width: 640px
}

.header-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 1200px
}

.header-info,.header-info__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-info__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    height: 190px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 260px
}

.header-info__img img {
    max-height: 100%;
    max-width: 100%
}

.header-info__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: hsla(0,0%,100%,.06);
    border-radius: 4px 0;
    color: hsla(0,0%,100%,.88);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    padding: 0 6px 0 2px;
    position: absolute;
    top: 0
}

.header-info__btn__icon {
    font-size: 18px;
    padding: 0 4px
}

.header-info__btn--right {
    border-radius: 0 4px;
    left: unset;
    padding: 0 2px 0 6px;
    right: 0
}

.header-info__basic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 24px;
    position: relative;
    width: 320px
}

.header-info__basic__name-box {
    font-weight: 400;
    margin-bottom: 12px;
    width: 100%
}

.header-info__basic__name-box__name {
    color: hsla(0,0%,100%,.88);
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    margin: 0
}

.header-info__basic__name-box__alias {
    color: hsla(0,0%,100%,.88);
    font-size: 20px;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    margin: 6px 0 0
}

.header-info__basic__rank {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 12px
}

.header-info__basic__rank__desc {
    color: hsla(0,0%,100%,.4);
    margin-right: 12px
}

.header-info__basic__rank__icon {
    font-size: 10px;
    margin-left: 5px
}

.header-info__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsla(0,0%,100%,.7);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 60px
}

.header-info__info,.header-info__info__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
}

.header-info__info__list {
    line-height: 24px;
    margin: 5px 0
}

.header-info__info__list__title {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsla(0,0%,100%,.4);
    padding-right: 12px;
    text-align: right;
    white-space: nowrap
}

.header-info__info__list__rank {
    background-color: hsla(0,0%,100%,.12);
    border-radius: 4px;
    color: hsla(0,0%,100%,.5);
    font-size: 12px;
    height: 24px;
    margin-left: 6px;
    padding: 0 8px
}

.header-info__info__list--full {
    width: 100%!important
}

.header-info__tools,.header-info__tools__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-info__tools__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: hsla(0,0%,100%,.06);
    border-radius: 4px;
    color: hsla(0,0%,100%,.88);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 12px;
    padding: 0 12px
}

.header-info__tools__btn__icon {
    font-size: 10px;
    margin-right: 4px
}

.header-info__tools__btn--active .header-info__follow-btn__icon,.header-info__tools__btn--loading .header-info__follow-btn__icon,.header-info__tools__btn--loading span {
    display: none
}

.header-info__tools__btn:first-child {
    margin-left: 0
}

.header-info__follow-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: hsla(0,0%,100%,.06);
    border-radius: 4px;
    color: rgba(0,128,255,.88);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 12px
}

.header-info__follow-btn__icon {
    font-size: 10px;
    margin-right: 4px
}

.header-info__follow-btn--active .header-info__follow-btn__icon,.header-info__follow-btn--loading .header-info__follow-btn__icon,.header-info__follow-btn--loading span {
    display: none
}

.header-info__follow-btn:first-child {
    margin-left: 0
}

.header-info:before {
    background-color: hsla(0,0%,100%,.06);
    content: "";
    height: 84px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1px
}

.header-info--team {
    background-color: rgba(0,0,0,.24);
    height: 204px;
    padding-left: 192px
}

.header-info--team .header-info__img {
    bottom: 36px;
    height: 132px;
    width: 132px
}

.header-info--team .header-info__basic {
    width: 448px
}

.header-info--team .header-info__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-info--team .header-info__info__list__title {
    width: 78px
}

.header-info--team .header-info__league-img {
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .3;
    position: absolute;
    right: 60px;
    top: 52px
}

.header-info--player {
    background-color: rgba(25,49,86,.24);
    height: 226px;
    padding-left: 320px
}

.header-info--player .header-info__team-bg {
    height: 226px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .06;
    position: absolute;
    top: 0;
    width: 640px
}

.header-info--player .header-info__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 448px;
    -ms-flex: 0 0 448px;
    flex: 0 0 448px
}

.header-info--player .header-info__info__list {
    width: 156px
}

.header-info--player .header-info__info__list__title {
    width: 46px
}

.header-info--player .header-info__info__list:nth-child(2n) {
    width: 232px
}

.header-info--player .header-info__info__list:last-child {
    width: 100%
}

.header-info--player .header-info__team-logo {
    height: 76px;
    position: absolute;
    right: 60px;
    top: 36px;
    width: 76px
}

.header-info--player .header-info__team-logo img {
    height: 100%;
    width: 100%
}
.player_container .main__section-content,.team_container .main__section-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 940px;
    -ms-flex: 0 0 940px;
    flex: 0 0 940px
}
.section__item {
    padding-bottom: 36px;
    width: 100%
}

.section__item__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsl(222deg 28.3% 20.78%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 52px;
    line-height: 36px;
    margin: 0;
    min-width: 100px;
    padding: 0 0 16px 20px;
    position: relative
}

.section__item__title:before {
    background-image: url(/static/images/icon_title.svg);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    width: 14px
}
.profile__container .section__item--career--fixed .section__item__title {
    background-color: #212326;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
    position: -webkit-sticky;
    position: sticky;
    top: 66px;
    width: 100%;
    z-index: 2
}

.profile__content p {
    color: hsl(222deg 28.3% 20.78%);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 18px 0 0
}

.profile__content p:first-child {
    margin-top: 0
}

.profile__honer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -24px
}

.profile__honer__list {
    -webkit-box-flex: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 24px;
    padding: 0 24px;
    position: relative
}

.profile__honer__list__count {
    color: hsla(0,0%,100%,.88);
    position: absolute;
    right: 24px
}

.profile__honer__list__count,.profile__honer__list__title {
    font-size: 16px;
    font-weight: 600;
    height: 21px;
    line-height: 21px
}

.profile__honer__list__title {
    color: hsla(0,0%,100%,.7);
    margin: 0
}

.profile__honer__list__content {
    color: hsla(0,0%,100%,.5);
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
    word-break: keep-all
}

.profile__retired {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile__retired,.profile__retired__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.profile__retired__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 154px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 36px;
    width: 188px
}

.profile__retired__list__number {
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    height: 102px;
    padding-top: 42px;
    text-align: center;
    width: 78px
}

.profile__retired__list__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%
}

.profile__retired__list__name {
    color: hsla(0,0%,100%,.88);
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.profile__retired__list__position {
    color: hsla(0,0%,100%,.4);
    font-size: 14px;
    line-height: 21px
}

.profile__career__tabs {
    background-color: #212326;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: -webkit-sticky;
    position: sticky;
    top: 118px;
    z-index: 2
}

.profile__career__tab {
    border-radius: 4px;
    color: hsla(0,0%,100%,.88);
    cursor: pointer;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin: 0 24px 12px 0;
    text-align: center;
    width: 68px
}

.profile__career__tab--active,.profile__career__tab:hover {
    background-color: hsla(0,0%,100%,.02);
    color: rgba(0,128,255,.88)
}

.profile__career__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.profile__career__item:before {
    background-color: hsla(0,0%,100%,.05);
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 1px
}

.profile__career__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 16px 20px;
    position: relative;
    width: 50%
}

.profile__career__list__title {
    color: hsla(0,0%,100%,.88);
    font-size: 16px;
    line-height: 22px
}

.profile__career__list__title:hover {
    color: rgba(0,128,255,.88);
    -webkit-transition: color .3s;
    transition: color .3s
}

.profile__career__list__time {
    color: hsla(0,0%,100%,.5);
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px
}

.profile__career__list:before {
    background-color: #646567;
    border: 2px solid #373a3d;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 15px;
    left: -7.5px;
    position: absolute;
    top: 18.5px;
    width: 15px
}

.profile__career__list:nth-child(odd) {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    padding: 16px 20px 16px 0;
    text-align: right
}

.profile__career__list:nth-child(odd):before {
    left: unset;
    right: -7.5px
}
.player-ranking__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsl(222deg 28.3% 20.78%);
    font-size: 16px;
    height: 46px
}

.player-ranking__list,.player-ranking__list__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.player-ranking__list__desc {
    width: 130px
}

.player-ranking__list__record {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px
}

.player-ranking__list__record span {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.player-ranking__list__rank {
    font-size: 20px;
    text-align: center;
    width: 32px
}

.player-ranking__list__name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsl(222deg 28.3% 20.78%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 16px;
    width: 90px
}

.player-ranking__list__avatar {
    border-radius: 50%;
    height: 20px;
    margin-right: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.player-ranking__list:first-child {
    color: hsl(222deg 28.3% 20.78%);
    font-size: 14px;
    height: 22px
}

.player-ranking__list:first-child .player-ranking__list__rank {
    font-size: 14px;
    font-weight: unset
}

.player-ranking__list:first-child .player-ranking__list__name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: hsl(222deg 28.3% 20.78%);
    -webkit-justify-content: center;
    justify-content: center
}

.player-ranking__list:nth-child(2) .player-ranking__list__rank,.player-ranking__list:nth-child(3) .player-ranking__list__rank,.player-ranking__list:nth-child(4) .player-ranking__list__rank {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-style: italic;
    font-weight: 700;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.player-ranking__list:nth-child(2) .player-ranking__list__rank:before,.player-ranking__list:nth-child(3) .player-ranking__list__rank:before,.player-ranking__list:nth-child(4) .player-ranking__list__rank:before {
    background-image: url(/static/images/sprites/desktop_sprite.png?d1ac4ee4f8d01280d24f4f614c83552e);
    background-position: -641px -250px;
    content: "";
    height: 12px;
    margin-top: 5px;
    position: absolute;
    width: 26px
}

.player-ranking__list:nth-child(2) .player-ranking__list__rank {
    color: hsla(0,100%,70%,.88)
}

.player-ranking__list:nth-child(3) .player-ranking__list__rank {
    color: rgba(255,179,36,.88)
}

.player-ranking__list:nth-child(4) .player-ranking__list__rank {
    color: rgba(0,128,255,.88)
}

.player-ranking__list:nth-child(n+10) {
    color: hsl(222deg 28.3% 20.78%)
}

.player-ranking__list:nth-child(n+10) .player-ranking__list__rank {
    color: hsl(222deg 28.3% 20.78%)
}

.player-ranking__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: hsla(0,0%,100%,.01);
    border-radius: 4px;
    color: hsl(222deg 28.3% 20.78%)
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 36px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 8px;
    width: 100%
}

.player-ranking__link__icon {
    margin: 0 4px
}

.player-ranking__link:hover {
    color: rgba(0,128,255,.88);
    -webkit-transition: all .3s;
    transition: all .3s
}

.section-item {
    margin-top: 48px;
    padding-top: 51px;
    position: relative
}

.section-item__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsl(222deg 28.3% 20.78%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 27px;
    left: 0;
    line-height: 27px;
    min-width: 100px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    z-index: 2
}

.section-item__title:before {
    background-image: url(/static/images/icon_title.svg);
    content: "";
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 14px
}

.section-item--rank__num {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0,0%,100%,.88);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 12px;
    position: relative;
    text-align: center;
    width: 25px
}

.section-item--rank__num--1 {
    color: hsla(0,100%,70%,.88)
}

.section-item--rank__num--2 {
    color: rgba(255,179,36,.88)
}

.section-item--rank__num--3 {
    color: rgba(0,128,255,.88)
}

.section-item--rank__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0,0%,100%,.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 44px;
    margin-bottom: 1px
}

.section-item--rank__list:nth-child(-n+3) .section-item--rank__num {
    font-style: italic;
    font-weight: 700
}

.section-item--rank__list:nth-child(-n+3) .section-item--rank__num:before {
    background-image: url(/static/images/sprites/desktop_sprite.png?d1ac4ee4f8d01280d24f4f614c83552e);
    background-position: -641px -250px;
    content: "";
    height: 12px;
    position: absolute;
    width: 25px;
    width: 26px
}

.section-item .more-line:hover,.section-item--rank__list:hover {
    color: rgba(0,128,255,.88);
    -webkit-transition: color .3s;
    transition: color .3s
}

.section-item:first-child {
    margin-top: 0
}

.section-item:last-child {
    margin-bottom: 36px
}
.left{ width:870px; overflow:hidden; float:left;}
.midtitle{ margin-bottom:20px; float:left; background:url(../images/midtitle_bg.png) no-repeat; width:100%; height:24px; padding-bottom:10px; line-height:24px;  border-bottom:1px #eeeeee solid;}
.midtitle h2{font-size: 20px;float: left; padding-left:15px; font-weight:normal;margin-top: -2px;}
.midtitle h2 a{ color:#545454;}
.midtitle span{ background:url(../images/more_2.png) no-repeat right; font-size:12px; float:right; width:50px;}
.midtitle span a{ font-size:12px; color:#666666;}

.qylist{ width:100%; float:left; margin-bottom:20px;}
.qylist a{ display: inline-block; width:100px; height:86px; padding:5px; border:1px solid #eee; background:#f5f5f5; font-size:12px; text-align:center; margin-right:9px; float:left; margin-bottom:10px;}
.qylist a:nth-child(7n){ margin-right:0;}
.qylist a img{ height: 62px; margin-bottom:5px;}
.qylist a span{ display:inline-block; width:100%; color:#666}
.bigtitle{ margin-bottom:20px; float:left;}
.bigtitle h2,.bigtitle h1{background:url(../images/bigtitle_bg.png) no-repeat;font-size: 18px;float: left; width: 170px; height: 47px; line-height: 47px; text-align: center; color: #fff; text-indent: -8px; margin-right: -25px; font-weight:normal}
.bigtitle h2 a,.bigtitle h1 a{ color:#fff;}
.bigtitle span{ overflow: hidden;font-size: 16px; color: #016bb7; padding: 5px 0 5px 50px; margin-bottom: 2px; border-bottom: 2px solid #d33556; height: 33px; line-height: 33px; width: 630px; float: left; background: url(../images/more_1.png) no-repeat right 17px; text-align:right; text-indent:-10px; padding-right:15px;}
.bigtitle span a{ font-size:12px; color:#666666;}

.lx_list{width:100%; float:left; margin-bottom:15px;}
.lx_list li{ border-bottom:1px solid #eeeeee; padding-bottom:15px; margin-bottom:15px; float:left; height:96px; width:100%;}
.lx_list li:last-child{ border-bottom:none;}
.lx_list li .img{width:170px;height:96px; overflow:hidden; float:left; margin-right:15px; position:relative;}
.lx_list li .img img{ width:170px; min-height:96px;}
.lx_list li .img i{ position:absolute; top:0; left:0; background:url(../images/icon_play.png) no-repeat center center; width:170px; height:96px;}
.lx_list li .txt .tt{ height:26px; line-height:26px; overflow:hidden; margin:15px 0 10px;}
.lx_list li .txt .tt a{font-size:24px;}
.lx_list li .txt .des{ font-size:14px; color:#999999;}
.more-line,.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-line {
    white-space: nowrap
}
.more-line {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box
}
