body,
html {
    height: 100%;
    overflow: hidden;
    background: #f5f5f5
}

a {
    display: block
}

.icon-model>a {
    width: 20%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    padding: 10px 0
}

.icon-model>a:active {
    background: #f5f5f5 !important
}

.icon-model>a img {
    width: 44px;
    height: 44px;
    border-radius: 100%
}

.icon-model>a p {
    font-size: 14px;
    color: #333;
    /* line-height: 25px */
}

.title {
    padding: 5px 15px
}

.title .icon {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 2;
    margin: -4px 0 0 -4px;
    border-left: solid 1px #0086ff;
    border-top: solid 1px #0086ff;
    box-sizing: border-box;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.news-model {
    position: relative
}

.news-model .content {
    padding: 0 15px;
}

.news-model .content a {
    padding: 5px 0;
    display: flex;
    color: #333;
}

.news-model .content a>span {
    display: block;
    float: left;
    height: 100%;
    font-size: 14px;
    padding: 3px 0
}

.news-model .content a .tips {
    width: 60px;
    color: #333;
    border-radius: 3px
}

.news-model .content a .name {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    padding: 3px 10px 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-model .content a .time {
    width: 60px;
    text-align: right
}

.pro-model {
    padding: 10px 5px;
    position: relative
}

.pro-model .content a {
    width: 50%;
    float: left;
    padding: 5px;
    position: relative
}

.pro-model .content a img {
    width: 100%
}

.pro-model .content a span {
    position: absolute;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    left: 5px;
    padding: 5px;
    font-size: 12px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 5px
}
.recommend-content{
    width: 100%;
    height: 170px;
    overflow-x: auto;
    display: flex;
}

.game-model {
    padding: 10px 0;
    position: relative
}

.game-model .content {
    padding: 0 15px
}

.game-model .content li {
    width: 100%;
    display: inline-block;
    padding: 10px 0 2px;
    position: relative
}

.game-model .content li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    -webkit-transform: scaleY(.5);
    -webkit-transform-origin: 0 0
}

.game-model .content div {
    float: left;
    padding-bottom: 10px
}

.game-model .content .icon {
    width: 70px
}

.game-model .content .icon img {
    width: 70px;
    height: 70px;
    border-radius: 10px
}

.game-model .content .name {
    width: calc(100% - 130px);
    width: -webkit-calc(100% - 130px)
}

.game-model .content .name p {
    padding: 0 10px;
    width: 100%;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0;
    line-height: 22px
}

.game-model .content .name .t1 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-top: 3px
}

.game-model .content .btn {
    width: 60px
}

.game-model .content .btn a {
    color: #0086ff;
    border: solid 1px #0086ff;
    font-size: 14px;
    text-align: center;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 20px
}

.game-model .content .btn a:active {
    background: #0086ff;
    color: #fff
}
.footer{
    padding: 15px;
    text-align: center;
}
.footer .record{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .record>a {
    color: #333;
}
.footer-logo{
    width: 120px;
}
.footer .friend-link{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.footer .friend-link a{
    color: #0086ff;
    padding: 0 4px;
}
.footer-info{
    font-size: 12px;
    color: #333;
}