@charset "UTF-8";
body {
    background-color: #fff;
}

#app {
    min-height: 100.1vh;
}

.mt6 {
    margin-top: 6px;
}

.page {
    font-size: 0;
    text-align: center;
    margin: 10px 0 20px 0;
}
.page .page-cont {
    display: inline-block;

    vertical-align: middle;
}
.page a,
.page span {
    display: block;
    float: left;
    margin-left: 6px;
    padding: 0 13px;
    border: 1px solid #d1ddeb;
    border-radius: 3px;
    color: #9fa4c1;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
}
.page a:first-child {
    margin-left: 0;
}
.page a:hover {
    border-color: #008fff;
    color: #008fff;
}
.page .on {
    border: 1px solid #008fff;
    background-color: #008fff;
    color: #fff;
}
.page .point {
    border: none;
    padding: 0;
}

.turn-pages {
    overflow: hidden;
    margin-left: -16px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.turn-pages > div {
    float: left;
    width: 50%;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.turn-pages .turn-btn {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    background-color: #f4f5f7;
    border-radius: 6px;
}
.turn-pages .turn-btn i,
.turn-pages .turn-btn span {
    display: block;
    line-height: 46px;
}
.turn-pages .turn-btn i {
    float: left;
    font-size: 13px;
    color: #999;
}
.turn-pages .turn-btn span {
    overflow: hidden;
    height: 46px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.turn-pages .turn-btn:hover {
    background-color: #f1f2f5;
}
.turn-pages .turn-btn:hover span {
    color: #008fff;
}

.crumbs {
    overflow: hidden;
    padding: 10px 0;
}
.crumbs span,
.crumbs a {
    display: block;
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}
.crumbs span {
    color: #666;
}
.crumbs a {
    padding-right: 16px;
    margin-right: 10px;
    font-weight: bold;
    background: url(../img/icon-crumbs.png) no-repeat right 0;
}
.crumbs a:hover {
    color: #008fff;
    background-position: right -30px;
}
.crumbs a.current {
    color: #008fff;
    padding-right: 0;
    background: none;
}

.statement {
    overflow: hidden;
    border: 2px solid #ebf0ed;
    margin: 30px 0;
    background: url(../img/icon-sm.png) no-repeat #ebf0ed 36px center;
    background-size: 42px 42px;
    border-radius: 8px;
}
.statement p {
    overflow: hidden;
    margin-left: 120px;
    padding: 20px;
    line-height: 1.6;
    background-color: #fff;
}
.statement p b {
    color: #999;
}

/* 幻灯相关 */
.banner {
    width: 500px;
    height: 330px;
    margin-bottom: 10px;
}
.banner a {
    display: block;
    height: 100%;
    position: relative;
    bottom: 0;
    padding: 0;
}
.banner a p {
    position: absolute;
    bottom: 0;
    padding: 78px 20px 30px 20px;
    width: 100%;
    background: url(../img/icon-banner-bg.png) repeat-x center top;
    background-size: 4px 144px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
.banner a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner .swiper-pagination-bullet {
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active {
    background-color: #008fff;
}

.GameScreenshot {
    padding: 10px 0 30px 0;
}
.GameScreenshot img {
    display: block;
    margin: 0 auto;
}
.GameScreenshot .swiper-pagination-bullet-active {
    background-color: #008fff;
}

/* 通用标题模板 (标题+切换+链接+更多) */
.g-title {
    display: block;
    overflow: hidden;
    padding: 8px 0;
    height: 48px;
    border-bottom: 1px solid #d1ddeb;
}
.g-title .h2 {
    float: left;
    display: block;
    margin-right: 30px;
    color: #333;
    font-size: 28px;
    line-height: 48px;
}
.g-title .nav-tab {
    overflow: hidden;
    float: left;
    margin-top: 10px;
}
.g-title .nav-tab li {
    float: left;
    padding: 0 12px;
    margin-left: 10px;
    background-color: #ebedf1;
    cursor: pointer;
    border-radius: 14px;
    color: #666;
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
}
.g-title .nav-tab li.cur {
    background-color: #008fff;
    color: #fff;
}
.g-title .more {
    margin-top: 20px;
}

.g-title-sub {
    display: block;
    overflow: hidden;
    padding: 8px 0;
    height: 24px;
}
.g-title-sub .title {
    float: left;
    display: block;
    margin-right: 30px;
    color: #666;
    font-size: 18px;
    line-height: 24px;
}

.g-title-aside {
    display: block;
    overflow: hidden;
    padding: 8px 0;
    height: 40px;
}
.g-title-aside .title {
    float: left;
    display: block;
    margin-right: 30px;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}
.g-title-aside .more {
    margin-top: 8px;
}

.g-tab-ele {
    font-size: 0;
    text-align: center;
}
.g-tab-ele .box {
    display: inline-block;

    vertical-align: middle;
    overflow: hidden;
}
.g-tab-ele .tab-ele-btn {
    display: block;
    float: left;
    width: 200px;
    background-color: #f4f5f7;
    border-top: 1px solid #d1ddeb;
    border-bottom: 1px solid #d1ddeb;
    border-right: 1px solid #d1ddeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #9fa4c1;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
}
.g-tab-ele .tab-ele-btn:first-child {
    border-left: 1px solid #d1ddeb;
    border-radius: 4px 0 0 4px;
}
.g-tab-ele .tab-ele-btn:last-child {
    border-radius: 0 4px 4px 0;
}
.g-tab-ele .tab-ele-btn.current {
    font-size: 16px;
    background-color: #008fff;
    color: #fff;
    border-color: #008fff;
}

.more {
    display: block;
    float: right;
    cursor: pointer;
}
.g-title .more {
    color: #9fa4c1;
    font-size: 13px;
    line-height: 24px;
}
.g-title .more,
.g-title-sub .more,
.g-title-aside .more {
    color: #9fa4c1;
    font-size: 12px;
    line-height: 24px;
}
.more span {
    display: block;
    float: right;
    margin-left: 4px;
    margin-top: 5px;
    width: 10px;
    height: 14px;
    background: url(../img/icon-more.png) no-repeat right top;
}
.more:hover {
    color: #008fff;
    font-weight: bold;
}
.more:hover span {
    background-position: right bottom;
}

/* 常用模块结构 */
.tw-a::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}

.tw-a li {
    float: left;
}

.tw-a .pic {
    display: block;
    overflow: hidden;
}
.tw-a .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tw-a .cont {
    margin-top: 6px;
}
.tw-a .cont .name {
    display: block;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
}
.tw-a .cont .name:hover {
    color: #008fff;
}

.col-4 {
    margin-left: -20px;
    margin-top: 30px;
}
.col-4::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.col-4 li {
    float: left;
    width: 285px;
    margin-left: 20px;
    margin-bottom: 30px;
}

.col-3 {
    margin-left: -24px;
    margin-top: 30px;
}
.col-3::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.col-3 li {
    float: left;
    width: 384px;
    margin-left: 24px;
    margin-bottom: 30px;
}

/* 顶部固定推荐模块 */
.Rec-wb .wb-item {
    overflow: hidden;
    margin-bottom: 6px;
}

.Rec-wb .title {
    display: block;
    float: left;
    background-color: #a3aac2;
    border-radius: 2px;
    width: 50px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.Rec-wb .title.tj {
    background-color: #008fff;
}
.Rec-wb .title.new {
    background-color: #4f7ced;
}
.Rec-wb .title.hot {
    background-color: #ff9734;
}

.Rec-wb .cont {
    overflow: hidden;
    height: 25px;
}
.Rec-wb .cont a {
    display: block;
    float: left;
    margin-left: 20px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
}
.Rec-wb .cont a:hover {
    color: #008fff;
}
.Rec-wb .cont a.tj {
    color: #008fff;
}
.Rec-wb .cont a.tj:hover {
    color: #008fff;
}
.Rec-wb .cont a.new {
    padding-right: 12px;
    background: url(../img/icon-rec.png) no-repeat right 7px;
}
.Rec-wb .cont a.new:hover {
    color: #4f7ced;
}
.Rec-wb .cont a.hot {
    padding-right: 12px;
    background: url(../img/icon-rec.png) no-repeat right -17px;
}
.Rec-wb .cont a.hot:hover {
    color: #ff9734;
}

.Rec-tw {
    margin: 14px 0;
}
.Rec-tw.sytj li {
    width: 76px;
    margin-left: 26px;
}
.Rec-tw.sytj li:first-child {
    margin-left: 0;
}
.Rec-tw.sytj .pic {
    border-radius: 25%;
    width: 76px;
    height: 76px;
    margin: 0 auto;
}
.Rec-tw.sytj .pic img {
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.Rec-tw.sytj .pic img:hover {
    transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    -o-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
}
.Rec-tw.sytj .cont .name {
    overflow: hidden;
    height: 18.2px;
}
.Rec-tw.pctj li {
    width: 128px;
    margin-left: 25px;
}
.Rec-tw.pctj li:first-child {
    margin-left: 0;
}
.Rec-tw.pctj .pic {
    width: 128px;
    height: 64px;
    border-radius: 6px;
}
.Rec-tw.pctj .pic img {
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.Rec-tw.pctj .pic img:hover {
    transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    -o-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
}
.Rec-tw.pctj .cont .name {
    overflow: hidden;
    height: 18.2px;
}

/* 热门资讯攻略文章（文本+时间） */
.article-hot {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.article-hot .large {
    margin-bottom: 10px;
}
.article-hot .large a {
    display: block;
    overflow: hidden;
    height: 28px;
    color: #ff732e;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
}
.article-hot .large a:hover {
    color: #ff5805;
    text-decoration: underline;
}
.article-hot .small {
    overflow: hidden;
    height: 18px;
    vertical-align: middle;
    margin-bottom: 6px;
    display: inline-block;
}
.article-hot .small a {
    white-space: nowrap;
    word-break: break-all;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px 0 11px;
    background: url(../img/icon-shortline.jpg) no-repeat left center;
}
.article-hot .small a:first-child {
    background-image: none;
}
.article-hot .small a:hover {
    color: #333;
}

.article-list li {
    overflow: hidden;
    line-height: 30px;
    margin: 1px 0;
}
.article-list li.al_li{
    margin-top: 8px 0;
}
.article-list li:hover {
    background-color: #f4f5f7;
}
.article-list li .time {
    display: block;
    float: right;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}
.article-list li .name {
    overflow: hidden;
    display: block;
    height: 30px;
    padding-left: 15px;
    background: url(../img/icon-point.png) no-repeat left top;
    color: #333;
    font-size: 15px;
}
.article-list li .name:hover {
    background-position: left center;
    color: #008fff;
}
.article-list li.focus {
    margin-top: 6px;
}
.article-list li.focus .name {
    background-position: left bottom;
    color: #008fff;
    font-weight: bold;
    font-size: 17px;
}
.article-list li.focus .name:hover {
    text-decoration: underline;
}

.classify {
    overflow: hidden;
    background-color: #f4f5f7;
    padding: 8px 0;
    border-radius: 6px;
}
.classify .classify-item {
    overflow: hidden;
    line-height: 26px;
    font-size: 13px;
    margin: 6px 15px;
}
.classify .name {
    display: block;
    float: left;
    color: #999;
}
.classify .class-box {
    display: block;
    overflow: hidden;
    margin-left: 40px;
}
.classify .class-box a {
    display: block;
    float: left;
    color: #333;
    padding: 0 10px;
    margin-left: 3px;
}
.classify .class-box a:hover {
    color: #008fff;
}
.classify .class-box a.cur {
    background-color: #008fff;
    color: #fff;
    font-weight: bold;
    border-radius: 13px;
}

.heiji-list,
.zt-list {
    margin-left: -26px;
    margin-top: 10px;
}
.heiji-list li,
.zt-list li {
    width: 280px;
    margin-left: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.heiji-list .pic,
.zt-list .pic {
    width: 280px;
    height: 140px;
}

.heiji-list .pic {
    border-radius: 6px;
}
.heiji-list .pic img {
    transition: transform 0.24s ease-out;
    -moz-transition: transform 0.24s ease-out;
    -o-transition: transform 0.24s ease-out;
    -webkit-transition: transform 0.24s ease-out;
}
.heiji-list .pic img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.heiji-list .cont {
    margin-bottom: 4px;
}
.heiji-list .cont .name {
    overflow: hidden;
    color: #666;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}

.zt-list li {
    border-radius: 6px;
    transition: all 0.2s linear;
    background-color: #f4f5f7;
}
.zt-list li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 14px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 7px 14px -3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 7px 14px -3px rgba(0, 0, 0, 0.14);
    transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
}

.zt-list .pic {
    border-radius: 6px 6px 0 0;
}

.zt-list .cont {
    margin-top: 0;
}
.zt-list .cont .name {
    overflow: hidden;
    color: #666;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 42px;
}

.wz-sort {
    overflow: hidden;
}
.wz-sort a {
    float: left;
    display: block;
    padding: 0 15px;
    background-color: #f4f5f7;
    margin-right: 10px;
    border-radius: 4px;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}
.wz-sort a.current {
    background-color: #008fff;
    color: #fff;
}

.wz-list li {
    overflow: hidden;
    padding: 12px 0;
}

.wz-list .pic {
    display: block;
    float: left;
    margin-right: 18px;
    overflow: hidden;
    width: 210px;
    height: 140px;
}
.wz-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.wz-list .pic img:hover {
    transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
}

.wz-list .r-cont {
    display: block;
}

.wz-list .title {
    overflow: hidden;
    margin-top: -5px;
    margin-bottom: 3px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
    height: 40px;
}

.wz-list .summary {
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
}

.wz-list .toolbar {
    overflow: hidden;
    margin-top: 10px;
}
.wz-list .toolbar .toolbar-li {
    overflow: hidden;
    float: left;
    margin-right: 30px;
    color: #425585;
    font-size: 13px;
    line-height: 22px;
}
.wz-list .toolbar .toolbar-li .icon {
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
    width: 16px;
    height: 16px;
}
.wz-list .toolbar .toolbar-li.time .icon {
    background-image: url(../img/icon-time.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.friend-links {
    overflow: hidden;
    margin-left: -30px;
    margin-top: 16px;
}
.friend-links a {
    display: block;
    float: left;
    margin-left: 30px;
    color: #666;
    font-size: 14px;
    line-height: 2;
}
.friend-links a:hover {
    color: #008fff;
}

.rank-group {
    overflow: hidden;
    margin-bottom: 20px;
}
.rank-group .group-w {
    float: left;
    width: 285px;
    margin-left: 20px;
    margin-top: 6px;
}
.rank-group .group-w:first-child {
    margin-left: 0;
}

.rank-box .rank-top {
    overflow: hidden;
    background-color: #f4f5f7;
    line-height: 28px;
}
.rank-box .rank-top span {
    display: block;
    float: left;
    font-size: 12px;
    color: #666;
}
.rank-box .rank-top span:first-child {
    margin: 0 50px 0 6px;
}

.rank-box .num {
    display: block;
    float: left;
    background-color: #eee;
    width: 22px;
    margin-top: 10px;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
}
.rank-box .num.num1 {
    background-color: #ff455b;
    color: #fff;
}
.rank-box .num.num2 {
    background-color: #ff9734;
    color: #fff;
}
.rank-box .num.num3 {
    background-color: #f7cc42;
    color: #fff;
}

.rank-box .rank-cont-r {
    margin-left: 34px;
    border-bottom: 1px dashed #d1ddeb;
}

.rank-box .name {
    height: 40px;
    overflow: hidden;
}
.rank-box .name.on a {
    font-weight: bold;
    color: #333;
}
.rank-box .name a {
    color: #666;
    font-size: 15px;
    line-height: 40px;
    display: block;
}
.rank-box .name a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.rank-box .detail {
    display: none;
    overflow: hidden;
    margin-bottom: 12px;
}
.rank-box .detail .pic {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.rank-box .detail .pic.pc {
    width: 64px;
    height: 84px;
    border-radius: 3px;
}
.rank-box .detail .pic.ol {
    width: 110px;
    height: 84px;
    border-radius: 3px;
}
.rank-box .detail .pic.yy {
    width: 110px;
    height: 84px;
    border-radius: 3px;
}
.rank-box .detail .pic.sy {
    width: 84px;
    height: 84px;
    border-radius: 20px;
}
.rank-box .detail .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.rank-box .detail .pic img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.rank-box .detail .detail-cont {
    overflow: hidden;
}
.rank-box .detail .detail-cont p {
    color: #999;
    font-size: 13px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank-box .detail .detail-cont p i {
    padding: 0 8px 0 9px;
    background: url(../img/icon-shortline.jpg) no-repeat left center;
}
.rank-box .detail .detail-cont p i:first-child {
    background-image: none;
    padding-left: 0;
}
.rank-box .detail .detail-cont .btn {
    display: block;
    background-color: #eee;
    margin-top: 10px;
    width: 82px;
    height: 28px;
    color: #008fff;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    border-radius: 6px;
}
.rank-box .detail .detail-cont .btn:hover {
    background-color: #008fff;
    color: #fff;
}

.rank-box .rank-cont li {
    overflow: hidden;
}
.rank-box .rank-cont li:first-child .detail {
    display: block;
}

.sy-list {
    overflow: hidden;
}
.sy-list .pic {
    display: block;
    float: left;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 25%;
}
.sy-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.sy-list .pic img:hover {
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
}
.sy-list .cont {
    margin-left: 114px;
}
.sy-list .cont .name {
    overflow: hidden;
}
.sy-list .cont .name a {
    display: block;
    float: left;
    margin-bottom: 6px;
    overflow: hidden;
    height: 24px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
}
.sy-list .cont .name a:hover {
    color: #008fff;
    font-weight: bold;
}
.sy-list .cont p {
    overflow: hidden;
}
.sy-list .cont p span {
    display: block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    background: url(../img/icon-shortline.jpg) no-repeat left center;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.sy-list .cont p span:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}
.sy-list .cont .btn {
    display: block;
    width: 90px;
    background-color: #f5f5f5;
    margin-top: 16px;
    border: 1px solid #d1ddeb;
    color: #425585;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
}
.sy-list .cont .btn:hover {
    background-color: #008fff;
    color: #fff;
    border-color: #008fff;
}

.pc-list {
    overflow: hidden;
}
.pc-list .pic {
    display: block;
    float: left;
    overflow: hidden;
    width: 112px;
    height: 150px;
    border-radius: 4px;
}
.pc-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.pc-list .pic img:hover {
    transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
}
.pc-list .cont {
    margin-left: 126px;
}
.pc-list .cont .name {
    overflow: hidden;
}
.pc-list .cont .name a {
    display: block;
    float: left;
    margin-bottom: 6px;
    overflow: hidden;
    height: 24px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
}
.pc-list .cont .name a:hover {
    color: #008fff;
    font-weight: bold;
}
.pc-list .cont p {
    overflow: hidden;
    margin-bottom: 5px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.pc-list .cont p span {
    display: block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    background: url(../img/icon-shortline.jpg) no-repeat left center;
}
.pc-list .cont p span:first-child {
    margin-left: 0;
    padding-left: 0;
}
.pc-list .cont .btn {
    display: block;
    width: 90px;
    background-color: #f5f5f5;
    margin-top: 16px;
    border: 1px solid #d1ddeb;
    color: #425585;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
}
.pc-list .cont .btn:hover {
    background-color: #008fff;
    color: #fff;
    border-color: #008fff;
}

.article-head {
    overflow: hidden;
    position: relative;
}
.article-head::after {
    content: '';
    visibility: visible;
    display: block;
    height: 12px;
    width: 100%;
    background: url(../img/icon-black.png) repeat left top;
    position: absolute;
    bottom: 11px;
    right: 0;
    clear: both;
    z-index: -1;
}
.article-head h1 {
    margin-bottom: 12px;
    color: #333;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
}
.article-head .func {
    background-color: #fff;
    overflow: hidden;
    float: left;
}
.article-head .func .info {
    float: left;
    overflow: hidden;
}
.article-head .func .info span {
    display: block;
    float: left;
    padding-left: 32px;
    background: url(../img/icon-slash.png) no-repeat left center;
    color: #666;
    line-height: 30px;
}
.article-head .func .info span:first-child {
    padding-left: 0;
    background-image: none;
}
.article-head .func .anchor {
    display: block;
    float: left;
    margin: 0 40px;
    padding-left: 20px;
    background: url(../img/icon-message.png) no-repeat left top;
    color: #666;
    line-height: 30px;
}
.article-head .func .anchor:hover {
    background-position: left bottom;
    color: #333;
}

.abstract {
    margin-top: 20px;
    padding: 12px 16px;
    border: 1px solid #e8e8e8;
    background-color: #f4f5f7;
    border-radius: 4px;
}
.abstract span {
    display: block;
    background: url(../img/icon-yinhao.png) no-repeat 0 1px;
    text-indent: 2em;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.game-info::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}

.game-info .pic {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    background-color: #f4f5f7;
}
.game-info .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.game-info.sy .pic {
    width: 160px;
    height: 160px;
    border-radius: 25%;
}

.game-info.sy .cont {
    height: 160px;
}

.game-info.pc .pic {
    width: 132px;
    height: 176px;
    border-radius: 4px;
}

.game-info.pc .cont {
    height: 176px;
}

.game-info .cont {
    overflow: hidden;
    position: relative;
}

.game-info .title {
    height: 40px;
    font-size: 0;
    margin-top: 8px;
    overflow: hidden;
}
.game-info .title h1 {
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
}
.game-info .title span {
    vertical-align: middle;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 8px;
    background-color: #f4f5f7;
    padding: 0 10px;
    display: inline-block;
    border-radius: 4px;
    color: #9fa4c1;
    font-size: 12px;
    line-height: 24px;
}

.game-info .func-box {
    position: absolute;
    right: 0;
    top: 14px;
    overflow: hidden;
}
.game-info .func-box .btn {
    display: block;
    float: right;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 4px;
    color: #425585;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.game-info .func-box .btn.report {
    background-color: #ebeff0;
}
.game-info .func-box .btn.report:hover {
    color: #008fff;
    background-color: #ebf0ed;
}

.game-info .types {
    overflow: hidden;
    margin-top: 15px;
}
.game-info .types li {
    float: left;
    width: 30%;
    color: #666;
    font-size: 13px;
    line-height: 26px;
}
.game-info .types li span {
    color: #333;
}

.game-info .tags-box {
    overflow: hidden;
    margin-top: 8px;
    line-height: 26px;
}
.game-info .tags-box span {
    display: block;
    float: left;
    padding-left: 16px;
    color: #999;
    background: url(../img/icon-tags.png) no-repeat left center;
}
.game-info .tags-box .tags {
    overflow: hidden;
}
.game-info .tags-box .tags a {
    display: block;
    float: left;
    margin-left: 10px;
    padding: 0 10px;
    background-color: #f4f5f7;
    color: #9fa4c1;
    border-radius: 13px;
}
.game-info .tags-box .tags a:hover {
    color: #fff;
    background-color: #008fff;
}

.game-down {
    margin-left: -10px;
    padding: 6px 0 10px 0;
}
.game-down::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.game-down .g-btn {
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    height: 60px;
    width: 270px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
}
.game-down .g-btn::after {
    content: '';
    display: inline-block;
    font-size: 0;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.game-down .g-btn .txt {
    display: inline-block;

    vertical-align: middle;
}
.game-down .g-btn .txt .mc,
.game-down .g-btn .txt .ts {
    display: block;
}
.game-down .g-btn .txt .mc {
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}
.game-down .g-btn .txt .ts {
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}
.game-down .g-btn.toDown {
    background-color: #008fff;
}
.game-down .g-btn.toDown:hover {
    background-color: #18a865;
    -webkit-box-shadow: 0 6px 12px rgba(29, 204, 122, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(29, 204, 122, 0.3);
    box-shadow: 0 6px 12px rgba(29, 204, 122, 0.3);
}
.game-down .g-btn.toDown .txt {
    padding-left: 30px;
    background: url(../img/icon-down.png) no-repeat left center;
}
.game-down .g-btn.androidDown {
    background-color: #008fff;
}
.game-down .g-btn.androidDown:hover {
    background-color: #1ab66d;
    -webkit-box-shadow: 0 6px 12px rgba(29, 204, 122, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(29, 204, 122, 0.3);
    box-shadow: 0 6px 12px rgba(29, 204, 122, 0.3);
}
.game-down .g-btn.androidDown .txt {
    padding-left: 30px;
    background: url(../img/icon-down-android.png) no-repeat left center;
}
.game-down .g-btn.iosDown {
    background-color: #1191fe;
}
.game-down .g-btn.iosDown:hover {
    background-color: #0185f4;
    -webkit-box-shadow: 0 6px 12px rgba(17, 145, 254, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(17, 145, 254, 0.3);
    box-shadow: 0 6px 12px rgba(17, 145, 254, 0.3);
}
.game-down .g-btn.iosDown .txt {
    padding-left: 30px;
    background: url(../img/icon-down-ios.png) no-repeat left center;
}
.game-down .g-btn.pcDown {
    background-color: #0067b8;
}
.game-down .g-btn.pcDown:hover {
    background-color: #00599f;
    -webkit-box-shadow: 0 6px 12px rgba(0, 103, 184, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 103, 184, 0.3);
    box-shadow: 0 6px 12px rgba(0, 103, 184, 0.3);
}
.game-down .g-btn.pcDown .txt {
    padding-left: 30px;
    background: url(../img/icon-down-pc.png) no-repeat left center;
}
.game-down .g-btn.noDown {
    background-color: #eee;
}
.game-down .g-btn.noDown .txt .mc {
    color: #999;
}
.game-down .g-btn.order {
    background-color: #ff7173;
}
.game-down .g-btn.order:hover {
    background-color: #ff484b;
    -webkit-box-shadow: 0 6px 12px rgba(255, 113, 115, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(255, 113, 115, 0.3);
    box-shadow: 0 6px 12px rgba(255, 113, 115, 0.3);
}
.game-down .g-btn.order .txt {
    padding-left: 30px;
    background: url(../img/icon-down-order.png) no-repeat left center;
}
.game-down .g-btn.gsDown {
    background-color: #3579f6;
}
.game-down .g-btn.gsDown:hover {
    background-color: #0e5ff4;
    -webkit-box-shadow: 0 6px 12px rgba(53, 121, 246, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(53, 121, 246, 0.3);
    box-shadow: 0 6px 12px rgba(53, 121, 246, 0.3);
}
.game-down .g-btn.gsDown .txt {
    padding-left: 30px;
    background: url(../img/icon-down.png) no-repeat left center;
}
.game-down .g-btn.toZq {
    background-color: #ff9734;
}
.game-down .g-btn.toZq:hover {
    background-color: #ff8a1b;
    -webkit-box-shadow: 0 6px 12px rgba(255, 151, 52, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(255, 151, 52, 0.3);
    box-shadow: 0 6px 12px rgba(255, 151, 52, 0.3);
}
.game-down .g-btn.toBuy {
    background-color: #f6502e;
}
.game-down .g-btn.toBuy:hover {
    background-color: #f53c16;
    -webkit-box-shadow: 0 6px 12px rgba(246, 80, 46, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(246, 80, 46, 0.3);
    box-shadow: 0 6px 12px rgba(246, 80, 46, 0.3);
}
.game-down .g-btn.toBuy .explain,
.game-down .g-btn.toBuy .short-line,
.game-down .g-btn.toBuy .money {
    display: block;
    float: left;
}
.game-down .g-btn.toBuy .explain {
    padding-left: 26px;
    background: url(../img/icon-down-buy.png) no-repeat left center;
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}
.game-down .g-btn.toBuy .short-line {
    width: 1px;
    height: 20px;
    margin: 3px 12px;
    background-color: rgba(255, 255, 255, 0.5);
}
.game-down .g-btn.toBuy .money {
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
}
.game-down .g-btn.toBuy .money em {
    font-size: 20px;
}

.introduce-box {
    margin-top: 20px;
}
.introduce-box > h3 {
    float: left;
    background-color: #008fff;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
}
.introduce-box > p {
    clear: both;
    padding-bottom: 16px;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
.introduce-box > p img {
    display: block;
    max-width: 100%;
    margin: 0 auto 6px auto;
}
.introduce-box > p a {
    color: #4f7ced;
}
.introduce-box > p a:hover {
    color: #ff9734;
}
.introduce-box table {
    margin: 0 auto 6px auto;
    background-color: #f4f5f7;
    border-collapse: collapse;
}
.introduce-box table td {
    padding: 8px 10px;
    border: 1px solid #d1ddeb;
    color: #666;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.introduce-box table td a {
    max-width: 100%;
    color: #4f7ced;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.introduce-box table td a:hover {
    color: #ff9734;
}

.edition {
    margin-top: 10px;
    margin-bottom: 30px;
}
.edition .title,
.edition .col2,
.edition .col3,
.edition .col4 {
    display: block;
    float: left;
}
.edition .title {
    width: 480px;
    margin-right: 18px;
    text-indent: 14px;
}
.edition .col2 {
    width: 120px;
}
.edition .col3 {
    width: 120px;
}
.edition .col4 {
    width: 100px;
    float: right;
    text-align: center;
}
.edition dt {
    overflow: hidden;
    color: #9fa4c1;
    overflow: hidden;
    background-color: #f4f5f7;
    line-height: 36px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.edition dd {
    overflow: hidden;
    border-bottom: 1px solid #f4f5f7;
    line-height: 36px;
}
.edition dd .title a {
    font-weight: bold;
    font-size: 15px;
}
.edition dd .col2,
.edition dd .col3 {
    font-size: 13px;
    color: #999;
}
.edition dd .col4 {
    overflow: hidden;
}
.edition dd .col4 a {
    display: block;
    background-color: #f4f5f7;
    margin-top: 3px;
    color: #008fff;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    border-radius: 4px;
}
.edition dd .col4 a:hover {
    background-color: #008fff;
    color: #fff;
}

.peizhi {
    margin: 10px 0 30px 0;
    border-bottom: 2px solid #f4f5f7;
    border-left: 2px solid #f4f5f7;
    border-right: 2px solid #f4f5f7;
    border-radius: 4px;
}
.peizhi .bt {
    background-color: #f4f5f7;
    color: #425585;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
}
.peizhi ul li {
    overflow: hidden;
    line-height: 35px;
}
.peizhi ul li:nth-child(even) {
    background-color: #f4f5f7;
}
.peizhi ul li span {
    display: block;
    float: left;
    width: 150px;
    margin: 0 20px;
    color: #999;
}
.peizhi ul li p {
    overflow: hidden;
    color: #425585;
}

.about-wz {
    margin: 10px 0 10px -20px;
}
.about-wz::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.about-wz li {
    width: 195px;
    float: left;
    margin-left: 20px;
    margin-bottom: 14px;
}
.about-wz .pic {
    display: block;
    overflow: hidden;
    width: 195px;
    height: 130px;
}
.about-wz .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.24s ease-out;
    -moz-transition: transform 0.24s ease-out;
    -o-transition: transform 0.24s ease-out;
    -webkit-transition: transform 0.24s ease-out;
}
.about-wz .pic img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}
.about-wz .cont {
    margin-top: 6px;
}
.about-wz .cont .name {
    display: block;
    overflow: hidden;
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
}
.about-wz .cont .name:hover {
    color: #008fff;
}

.heji-pane {
    overflow: hidden;
    background-color: #f4f5f7;
    margin: 10px 0;
}
.heji-pane li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    color: #767676;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
}
.heji-pane li:hover {
    color: #008fff;
}
.heji-pane li.cur {
    background-color: #008fff;
    color: #fff;
}

.heji-head {
    overflow: hidden;
}
.heji-head .pic {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    width: 300px;
    height: 150px;
}
.heji-head .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.24s ease-out;
    -moz-transition: transform 0.24s ease-out;
    -o-transition: transform 0.24s ease-out;
    -webkit-transition: transform 0.24s ease-out;
}
.heji-head .pic img:hover {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -o-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
}
.heji-head .cont {
    overflow: hidden;
}
.heji-head .cont .name {
    display: block;
    margin: 8px 0 10px 0;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.heji-head .cont .name:hover {
    color: #008fff;
}
.heji-head .cont p {
    text-indent: 2em;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.game-list-sy {
    margin-bottom: 20px;
    margin-left: -21px;
    overflow: hidden;
}
.game-list-sy .game-list-item {
    float: left;
    width: 266px;
    margin-left: 21px;
    margin-top: 16px;
}
.game-list-sy .pic {
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 12px;
    width: 64px;
    height: 64px;
    border-radius: 25%;
}
.game-list-sy .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.game-list-sy .pic img:hover {
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
}
.game-list-sy .cont {
    overflow: hidden;
}
.game-list-sy .name {
    line-height: 20px;
    margin-bottom: 3px;
}
.game-list-sy .name a {
    color: #333;
    font-size: 16px;
}
.game-list-sy .name a:hover {
    color: #008fff;
}
.game-list-sy .info {
    overflow: hidden;
}
.game-list-sy .info span {
    display: block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    background: url(../img/icon-shortline.jpg) no-repeat left center;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.game-list-sy .info span:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}
.game-list-sy .links {
    overflow: hidden;
    margin-top: 3px;
}
.game-list-sy .links a {
    display: block;
    float: left;
    margin-left: 10px;
    color: #425585;
    font-size: 13px;
}
.game-list-sy .links a:first-child {
    margin-left: 0;
}
.game-list-sy .links a:hover {
    text-decoration: underline;
}

.game-list-pc {
    margin-bottom: 20px;
    margin-left: -20px;
    overflow: hidden;
}
.game-list-pc .game-list-item {
    float: left;
    width: 123px;
    margin-left: 20px;
    margin-top: 10px;
}
.game-list-pc .pic {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 164px;
}
.game-list-pc .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.game-list-pc .pic img:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.game-list-pc .pic p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}
.game-list-pc .cont {
    overflow: hidden;
}
.game-list-pc .name {
    overflow: hidden;
    color: #333;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    max-height: 30px;
}
.game-list-pc .name a:hover {
    color: #008fff;
}

.module-r-a li {
    overflow: hidden;
    margin-bottom: 12px;
}

.module-r-a .pic {
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 12px;
    width: 60px;
    height: 60px;
    border-radius: 25%;
}
.module-r-a .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.module-r-a .pic img:hover {
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
}

.module-r-a .btn {
    display: block;
    float: right;
    background-color: #eef0f3;
    margin-top: 14px;
    background: url(../img/icon-r-down.png) no-repeat #eef0f3 center top;
    width: 64px;
    height: 32px;
    border-radius: 8px;
}
.module-r-a .btn:hover {
    background-position: center bottom;
    background-color: #008fff;
}

.module-r-a .cont {
    overflow: hidden;
}
.module-r-a .cont .name {
    overflow: hidden;
    margin: 6px 0 3px 0;
}
.module-r-a .cont .name a {
    display: block;
    float: left;
    overflow: hidden;
    height: 24px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.module-r-a .cont .name a:hover {
    color: #008fff;
    font-weight: bold;
}
.module-r-a .cont p {
    overflow: hidden;
}
.module-r-a .cont p span {
    display: block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    background: url(../img/icon-shortline.jpg) no-repeat left center;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.module-r-a .cont p span:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.module-r-b::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}

.module-r-b li {
    width: 320px;
    margin-bottom: 14px;
}

.module-r-b .pic {
    display: block;
    overflow: hidden;
    width: 320px;
    height: 160px;
    border-radius: 4px;
}
.module-r-b .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.24s ease-out;
    -moz-transition: transform 0.24s ease-out;
    -o-transition: transform 0.24s ease-out;
    -webkit-transition: transform 0.24s ease-out;
}
.module-r-b .pic img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.module-r-b .cont {
    margin-top: 6px;
}
.module-r-b .cont .name {
    display: block;
    overflow: hidden;
    color: #666;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
}
.module-r-b .cont .name:hover {
    color: #008fff;
}

.module-r-b1 {
    margin-left: -16px;
}
.module-r-b1::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.module-r-b1 li {
    width: 152px;
    float: left;
    margin-left: 16px;
    margin-bottom: 14px;
}
.module-r-b1 .pic {
    display: block;
    overflow: hidden;
    width: 152px;
    height: 100px;
    border-radius: 4px;
}
.module-r-b1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.24s ease-out;
    -moz-transition: transform 0.24s ease-out;
    -o-transition: transform 0.24s ease-out;
    -webkit-transition: transform 0.24s ease-out;
}
.module-r-b1 .pic img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}
.module-r-b1 .cont {
    margin-top: 6px;
}
.module-r-b1 .cont .name {
    display: block;
    overflow: hidden;
    color: #666;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
}
.module-r-b1 .cont .name:hover {
    color: #008fff;
}

.module-r-b2 {
    margin-left: -16px;
}
.module-r-b2::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.module-r-b2 li {
    width: 152px;
    float: left;
    margin-left: 16px;
    margin-bottom: 14px;
}
.module-r-b2 .pic {
    display: block;
    overflow: hidden;
    width: 152px;
    height: 100px;
    border-radius: 4px;
}
.module-r-b2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.24s ease-out;
    -moz-transition: transform 0.24s ease-out;
    -o-transition: transform 0.24s ease-out;
    -webkit-transition: transform 0.24s ease-out;
}
.module-r-b2 .pic img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}
.module-r-b2 .cont {
    margin-top: 6px;
}
.module-r-b2 .cont .name {
    display: block;
    overflow: hidden;
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
}
.module-r-b2 .cont .name:hover {
    color: #008fff;
}

.module-r-b3 {
    margin-left: -16px;
}
.module-r-b3::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}
.module-r-b3 li {
    width: 152px;
    float: left;
    margin-left: 16px;
    margin-bottom: 14px;
}
.module-r-b3 .pic {
    display: block;
    overflow: hidden;
    width: 152px;
    height: 203px;
}
.module-r-b3 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.24s ease-out;
    -moz-transition: transform 0.24s ease-out;
    -o-transition: transform 0.24s ease-out;
    -webkit-transition: transform 0.24s ease-out;
}
.module-r-b3 .pic img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}
.module-r-b3 .cont {
    margin-top: 6px;
}
.module-r-b3 .cont .name {
    display: block;
    overflow: hidden;
    color: #666;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
}
.module-r-b3 .cont .name:hover {
    color: #008fff;
}

.module-r-c .num {
    display: block;
    float: left;
    width: 22px;
    background-color: #eee;
    margin-top: 7px;
    margin-right: 10px;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
}
.module-r-c .num.num1 {
    background-color: #008fff;
    color: #fff;
}
.module-r-c .num.num2 {
    background-color: #4fe69f;
    color: #fff;
}
.module-r-c .num.num3 {
    background-color: #7cecb8;
    color: #fff;
}

.module-r-c .title {
    height: 32px;
    overflow: hidden;
}
.module-r-c .title.on a {
    font-weight: bold;
    color: #333;
}
.module-r-c .title a {
    color: #666;
    font-size: 14px;
    line-height: 32px;
    display: block;
}
.module-r-c .title a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.module-r-gametj {
    border: 6px solid #e6e6e6;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 16px;
}
.module-r-gametj dl {
    overflow: hidden;
}
.module-r-gametj dl dt {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 16px;
}
.module-r-gametj dl dt img {
    display: block;
    width: 100px;
    height: 100px;
}
.module-r-gametj dl dd {
    overflow: hidden;
}
.module-r-gametj dl dd h3 a {
    overflow: hidden;
    height: 35px;
    color: #333;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
}
.module-r-gametj dl dd p {
    color: #999;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
}
.module-r-gametj .b-down_box {
    margin-top: 12px;
}
.module-r-gametj .b-down_box .btn {
    display: block;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.module-r-gametj .b-down_box .btn.down_btn {
    background-color: #008fff;
}
.module-r-gametj .b-down_box .btn.down_btn:hover {
    background-color: #008fff;
}

.module-r-hejitj::after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
}

.module-r-hejitj li {
    width: 320px;
    margin-bottom: 14px;
    position: relative;
}

.module-r-hejitj .pic {
    display: block;
    overflow: hidden;
    width: 320px;
    height: 160px;
    border-radius: 4px;
}
.module-r-hejitj .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.24s ease-out;
    -moz-transition: transform 0.24s ease-out;
    -o-transition: transform 0.24s ease-out;
    -webkit-transition: transform 0.24s ease-out;
}
.module-r-hejitj .pic img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.module-r-hejitj .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 6px;
}
.module-r-hejitj .cont .name {
    display: block;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}
.module-r-hejitj .cont .name:hover {
    font-weight: bold;
}

.module-r-hejiTxt {
    margin-bottom: 10px;
}
.module-r-hejiTxt li {
    overflow: hidden;
    line-height: 30px;
    margin: 1px 0;
}
.module-r-hejiTxt li .time {
    display: block;
    float: right;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}
.module-r-hejiTxt li .name {
    overflow: hidden;
    display: block;
    height: 30px;
    padding-left: 15px;
    background: url(../img/icon-point.png) no-repeat left top;
    color: #333;
    font-size: 15px;
}
.module-r-hejiTxt li .name:hover {
    color: #18a865;
}

.l-gametab-box {
    margin: 20px 0;
}
.l-gametab-box .gametab-btn {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}
.l-gametab-box .gametab-btn::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    content: '';
    z-index: -1;
    background-color: #d1ddeb;
}
.l-gametab-box .gametab-btn li {
    float: left;
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding: 0 30px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.l-gametab-box .gametab-btn li.cur {
    background-color: #fff;
    border-top: 3px solid #008fff;
    border-left-color: #d1ddeb;
    border-right-color: #d1ddeb;
    color: #008fff;
    font-weight: bold;
}
.l-gametab-box .sy-list {
    overflow: hidden;
    margin-left: -24px;
}
.l-gametab-box .sy-list li {
    float: left;
    margin-left: 24px;
    width: 84px;
}
.l-gametab-box .sy-list li .pic {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
    height: 84px;
    border-radius: 25%;
}
.l-gametab-box .sy-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.l-gametab-box .sy-list li .pic img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.l-gametab-box .sy-list li .name {
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.err-wrap {
    overflow: hidden;
    width: 1200px;
    margin: 120px auto 180px auto;
}
.err-wrap .pic {
    display: block;
    float: left;
    width: 600px;
    height: 400px;
}
.err-wrap .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.err-wrap .err-info {
    overflow: hidden;
    margin-top: 50px;
}
.err-wrap .err-info h2 {
    color: #666;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.err-wrap .err-info p {
    color: #666;
    font-size: 16px;
    line-height: 2.2;
}
.err-wrap .err-info p a {
    color: #008fff;
    margin: 0 10px;
}
.err-wrap .err-info p a:hover {
    color: #008fff;
    text-decoration: underline;
}

.mgt {
    margin-top: -8px;
}

.Rec-index {
    margin: 16px auto;
}
.Rec-index .col-l {
    float: left;
    width: 500px;
}
.Rec-index .col-c {
    float: left;
    width: 400px;
    margin-left: 40px;
}
.Rec-index .col-r {
    float: right;
    width: 220px;
    margin-left: 40px;
}

.rec-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    height: 40px;
}
.rec-title .bt {
    float: left;
    display: block;
    padding-right: 12px;
    background: #fff;
    font-size: 20px;
    line-height: 40px;
}
.rec-title .more {
    float: right;
    display: block;
    margin-top: 10px;
    padding-right: 15px;
    background: #fff;
    background: url(../img/icon-arr-index.png) no-repeat right top;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
.rec-title .more:hover {
    background-position: right bottom;
    color: #333;
}
.rec-title::after {
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 50px;
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    content: '';
}

.tj-a {
    overflow: hidden;
    margin-left: -16px;
    margin-top: 5px;
}
.tj-a li {
    float: left;
    margin-left: 16px;
}
.tj-a a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 156px;
    height: 117px;
    border-radius: 8px;
}
.tj-a a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.tj-a a img:hover {
    transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
}
.tj-a a span {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    height: 27px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.tj-b .pic {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 8px;
    width: 100%;
    height: 100px;
}
.tj-b .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tj-b .pic span {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    height: 27px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.tj-b .pic:hover span {
    color: #fff;
}

.tj-b ul {
    margin: 6px 0;
}

.tj-b li {
    background-color: #f4f5f7;
    margin-top: 3px;
    text-indent: 14px;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.tj-c li {
    overflow: hidden;
    margin-top: 6px;
}
.tj-c li:first-child {
    margin-top: 0;
}

.tj-c .pic {
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 12px;
    border-radius: 16px;
    width: 50px;
    height: 50px;
}
.tj-c .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tj-c .theInfo {
    display: block;
    overflow: hidden;
}
.tj-c .theInfo a {
    float: left;
    overflow: hidden;
    height: 20px;
    margin: 4px 0 3px 0;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
.tj-c .theInfo a:hover {
    color: #008fff;
}
.tj-c .theInfo p {
    clear: both;
    height: 18px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.tj-d {
    clear: both;
    overflow: hidden;
    padding-top: 8px;
}
.tj-d li {
    float: left;
    margin-left: 20px;
    width: 224px;
}
.tj-d li:first-child {
    margin-left: 0;
}
.tj-d .pic {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 112px;
    border-radius: 8px;
}
.tj-d .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tj-d .title {
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}
.tj-d .title a {
    font-size: 15px;
    font-weight: normal;
}

/* 频道 */
.channel-a {
    overflow: hidden;
}
.channel-a .col-l {
    float: left;
    width: 500px;
}
.channel-a .col-c {
    float: left;
    width: 400px;
    margin-left: 40px;
}
.channel-a .col-r {
    float: right;
    width: 220px;
    margin-left: 40px;
}

.channel-b {
    overflow: hidden;
}
.channel-b .col-l {
    float: left;
    width: 300px;
}
.channel-b .col-r {
    float: right;
    width: 860px;
    margin-left: 40px;
}

.article-tw {
    height: 100px;
    overflow: hidden;
    margin-bottom: 12px;
    padding: 6px 0;
    background-color: #f4f5f7;
    border-radius: 4px;
}
.article-tw .pic {
    display: block;
    float: right;
    height: 100%;
    width: 150px;
    margin-left: 16px;
    overflow: hidden;
}
.article-tw .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.article-tw .cont {
    overflow: hidden;
    height: 100%;
    padding-left: 15px;
}
.article-tw .cont .title {
    overflow: hidden;
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
}
.article-tw .cont .title:hover {
    color: #008fff;
}
.article-tw .cont .time {
    display: block;
    margin-top: 18px;
    color: #999;
    font-size: 12px;
    line-height: 1.5;
}

.zt-list-box li {
    margin-top: 16px;
}
.zt-list-box li:first-child {
    margin-top: 4px;
}

.c-model-zt {
    position: relative;
}
.c-model-zt .pic {
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    width: 220px;
    height: 110px;
}
.c-model-zt .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.c-model-zt .pic p {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 27px;
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}
.c-model-zt .cont {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    width: 220px;
    height: 110px;
    border-radius: 8px;
}
.c-model-zt .cont p {
    padding: 15px 15px 10px 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
.c-model-zt .cont a {
    display: block;
    width: 80px;
    margin: 0 auto;
    background-color: #008fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
    border-radius: 4px;
}
.c-model-zt .cont a:hover {
    background-color: #008fff;
}
.c-model-zt:hover .pic p {
    display: none;
}
.c-model-zt:hover .cont {
    display: block;
}

.sy-list {
    overflow: hidden;
    margin-left: -20px;
}
.sy-list li {
    float: left;
    margin-left: 20px;
    width: 84px;
}
.sy-list li .pic {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
    height: 84px;
    border-radius: 25%;
}
.sy-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sy-list li .pic img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.sy-list li .name {
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.pc-list {
    overflow: hidden;
    margin-left: -20px;
}
.pc-list li {
    float: left;
    margin-left: 20px;
    width: 153px;
}
.pc-list li .pic {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
    height: 210px;
    border-radius: 4px;
}
.pc-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pc-list li .pic img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.pc-list li .name {
    width: 153px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.ol-list {
    overflow: hidden;
    margin-left: -20px;
}
.ol-list li {
    float: left;
    margin-left: 20px;
}
.ol-list li .pic {
    display: block;
    overflow: hidden;
    width: 153px;
    height: 116px;
    border-radius: 4px;
}
.ol-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ol-list li .pic img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ol-list li .name {
    width: 153px;
    height: 20px;
    overflow: hidden;
    margin: 8px 0 15px 0;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.ol-tj {
    position: relative;
    height: 170px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
}
.ol-tj .pic {
    display: block;
    overflow: hidden;
}
.ol-tj .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.ol-tj .pic:hover img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
}
.ol-tj .pic span {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/icon-ol-bg.png) repeat-y right top;
    background-size: 100%;
}
.ol-tj .info {
    position: absolute;
    top: 0;
    right: 12px;
    height: 100%;
}
.ol-tj .info .name,
.ol-tj .info .lei,
.ol-tj .info .btn {
    display: block;
    float: right;
    clear: both;
}
.ol-tj .info .name {
    margin-top: 30px;
    color: #008fff;
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}
.ol-tj .info .lei {
    margin: 12px 0 26px 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    font-size: 12px;
    line-height: 1;
}
.ol-tj .info .btn {
    border: 1px solid #fff;
    padding: 0 13px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}
.ol-tj .info .btn:hover {
    background-color: #008fff;
    color: #fff;
}

.yy-list {
    overflow: hidden;
    margin-left: -20px;
}
.yy-list li {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.yy-list li .pic {
    display: block;
    overflow: hidden;
    width: 200px;
    height: 150px;
    border-radius: 4px;
}
.yy-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.yy-list li .pic img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.yy-list li .cont {
    border: 1px solid #d1ddeb;
    border-top: none;
    padding: 5px 15px;
}
.yy-list li .name {
    display: block;
    height: 20px;
    overflow: hidden;
    margin: 6px 0 2px 0;
    font-size: 16px;
    line-height: 20px;
}
.yy-list li .tags {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.yy-hot {
    overflow: hidden;
    display: block;
    position: relative;
    width: 300px;
    height: 446px;
}
.yy-hot img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.yy-hot .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: url(../img/icon-banner-bg.png) repeat-x center bottom;
    background-size: auto 100%;
}
.yy-hot .info p,
.yy-hot .info span {
    display: block;
    padding: 0 15px;
}
.yy-hot .info p {
    margin-top: 150px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.yy-hot .info p:hover {
    color: #008fff;
}
.yy-hot .info span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 30px;
}
