.player-his-head {
    width: 100%;
    height: 438px;
    background: #fff url(../images/h5_history_head.jpg) no-repeat center;
}

.player-his-info {
    background: #fff;
}

.player-his-title {
    margin: 0 auto;
    color: #6d757a;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 50px;
}

.player-his-title div {
    margin: 0 auto;
    margin-top: 20px;
    width: 62px;
    height: 2px;
    background: #00a1d6;
}

.player-his-follow-wrp {
    width: 930px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
}

.player-his-follow {
    text-align: left;
    width: 220px;
    display: inline-block; *display: inline; *zoom: 1;
    vertical-align: top;
    padding-left: 90px;
    color: #6d757a;
    height: 150px;
}

.player-his-follow div {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.player-his-follow a {
    display: inline-block; *display: inline; *zoom: 1;
    color: #6d757a;
    font-size: 14px;
    margin-bottom: 12px;
}
.player-his-follow a:hover {
    color: #00a1d6;
}

.player-his-follow.weibo {
    background: transparent url(../images/h5_history_icon_weibo.png) no-repeat top left;
}
.player-his-follow.qqgroup {
    background: transparent url(../images/h5_history_icon_qq.png) no-repeat top left;
}
.player-his-follow.email {
    background: transparent url(../images/h5_history_icon_email.png) no-repeat top left;
}
.player-his-notice-content {
    font-size: 14px;
    line-height: 28px;
    width: 748px;
    color: #6d757a;
    margin: 0 auto;
    padding-bottom: 48px;
}

.player-his-main {
    margin-bottom: 80px;
}

.player-his-nav-wrp {
    width: 320px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #f4f5f7;
    border-radius: 18px;
}
.player-his-nav {
    float: left;
    display: inline-block; *display: inline; *zoom: 1;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    width: 160px;
    color: #6d757a;
    border-radius: 18px;
    margin: 0 auto;
}
.player-his-nav:hover {
    color: #00a1d6;
}
.player-his-nav.active {
    background-color: #00a1d6;
    cursor: default;
    color: #fff;
}
.player-his-nav.active:hover {
    color: #fff;
}

.player-his-tip {
    width: 990px;
    clear: both;
    margin: 0 auto;
    position: relative;
}
.player-his-tip:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    font-size: 0;
}

.player-his-tip-date {
    width: 110px;
    padding-left: 10px;
    height: 24px;
    float: left;
    color: #6d757a;
    font-size: 14px;
    line-height: 28px;
}

.player-his-round {
    width: 9px;
    height: 9px;
    padding: 5px;
    border: 1px solid #e5e9ef;
    position: absolute;
    left: 109px;
    top: 3px;
    border-radius: 100%;
    z-index: 1;
}
.player-his-round div {
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: #e5e9ef;
}
.player-his-tip-title {
    color: #6d757a;
    font-size: 16px;
    font-weight: bold;
    padding-left: 42px;
    line-height: 24px;
    display: inline-block;
}

.player-his-tip-des {
    float: right;
    width: 828px;
    border-left: 1px solid #e5e9ef;
    padding: 24px 0 48px 42px;
    color: #6d757a;
    margin-bottom: -3px;
    font-size: 14px;
    line-height: 28px;
}

.player-his-tip-des.last {
    padding-bottom: 24px;
}