.guide-page-content{background-color: #f2f2f2;padding-bottom: 36px;}
.guide-page-content .guideWrap{display: flex;justify-content: space-between;margin-top: 16px;}
.guide-page-content .guide-panel{display: flex;flex-direction: column;flex: 0 0 832px;max-width: 832px;}
.guide-page-content .guide-panel .guide-tab{display: flex;column-gap: 60px;padding-bottom: 11px;border-bottom: 1px solid #e2e2e2;margin-bottom: 30px;}
.guide-page-content .guide-panel .guide-tab > div a{cursor: pointer;position: relative;font-size: 18px;color: #333333;padding: 0 16px;}
.guide-page-content .guide-panel .guide-tab > div.active::after a{position: absolute;content: "";width: 100%;height: 2px;bottom: -12px;background-color: #40f6bd;left: 0;}
.guide-page-content .guide-panel .guide-tab > div.active a{font-size: 20px;font-weight: bold;}
.guide-page-content .guide-panel .guide-banner-panel{display: grid;grid-template-columns: repeat(auto-fit, minmax(0, 268px));column-gap: 14px;margin-bottom: 30px;}
.guide-page-content .guide-panel .guide-banner-panel a{display: flex;flex-direction: column;row-gap: 9px;}
.guide-page-content .guide-panel .guide-banner-panel a img{width: 100%;height: auto;border-radius: 6px;}
.guide-page-content .guide-panel .guide-banner-panel a p{font-size: 15px;color: #666666;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.guide-page-content .guide-panel .guide-listing{display: flex;flex-direction: column;padding: 20px 18px 30px 15px;background-color: #ffffff;border-radius: 6px 6px 0 0;}
.guide-page-content .guide-panel .guide-listing .guides-item{display: flex;column-gap: 20px;padding: 15px 0;border-bottom: 1px solid #f3f3f3;}
.guide-page-content .guide-panel .guide-listing .guides-item:first-child{padding-top: 0;}
.guide-page-content .guide-panel .guide-listing .guides-item > img{width: 200px;flex: 0 0 200px;max-width: 200px;height: auto;border-radius: 6px;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap{display: flex;flex-direction: column;width: 100%;flex-grow: 1;justify-content: center;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap h3{font-size: 16px;color: #333333;font-weight: normal;margin-bottom: 9px;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap .dateTimeWrap{display: flex;align-items: center;column-gap: 5px;margin-bottom: 22px;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap .dateTimeWrap img{width: 14px;height: 14px;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap .dateTimeWrap p{font-size: 14px;color: #999999;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap .bottomWrap{display: flex;align-items: center;justify-content: space-between;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap .bottomWrap button{border: none;outline: none;cursor: pointer;display: flex;align-items: center;justify-content: center;background-color: #EDF3FA;border-radius: 3px;padding: 0 8px;height: 32px;font-size: 14px;color: #333333;width: max-content;margin-top: auto;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap .bottomWrap button img{width: 24px;height: 24px;border-radius: 3px;margin-right: 6px;}
.guide-page-content .guide-panel .guide-listing .guides-item .guideItemWrap .bottomWrap .viewDetail{font-size: 14px;color: #99BEFF;}
.guide-page-content .guide-panel .pagination{display: flex;justify-content: center;padding-bottom: 40px;background-color: #ffffff;border-radius: 0 0 6px 6px;column-gap: 8px;}
.guide-page-content .guide-panel .pagination a{outline: none;background-color: #F6F6F6;border-radius: 3px;border: 1px solid #EAEAEA;font-size: 14px;color: #666666;padding: 0 14px;height: 40px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;cursor: pointer;}
.guide-page-content .guide-panel .pagination a.current{background-color: #72ECB8;color: #ffffff;border:none;}
.guide-page-content .guide-panel .pagination a.page-number{font-weight: bold;min-width: 40px;}

.guide-page-content .guideWrap .guide-panel-right{flex: 0 0 345px;max-width: 345px;}
.guide-page-content .guideWrap .guide-panel-right h2{font-size: 20px;color: #666666;}
.guide-page-content .guideWrap .guide-panel-right .titleWrap{margin-bottom: 9px;position: relative;padding-left: 13px;}
.guide-page-content .guideWrap .guide-panel-right .titleWrap::before{position: absolute;content: "";background-color: #FFE003;border-radius: 1px;width: 3px;height: 80%;left: 0;top: 50%;transform: translateY(-50%);}

.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list{background-color: #F9FAFA;border-radius: 6px;padding: 10px;display: flex;flex-direction: column;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a{padding: 10px 12px;display: flex;align-items: center;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a > img{width: 70px;height: 70px;border-radius: 15px;margin-right: 10px;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .detailWrap{display: flex;flex-direction: column;width: calc(100% - 152px);}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .detailWrap .name{font-size: 16px;color: #000000;margin-bottom: 3px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .detailWrap .typeWrap{display: flex;align-items: center;margin-bottom: 8px;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .detailWrap .typeWrap p{font-size: 12px;color: #999999;position: relative;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .detailWrap .typeWrap p:first-child{padding-right: 15px;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .detailWrap .typeWrap p:first-child::after{position: absolute;content: "";background-color: #999999;width: 1px;height: 70%;right: 7.5px;top: 50%;transform: translateY(-50%);}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .detailWrap .dateUpdate{font-size: 12px;color: #999999;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .viewBtn{margin-left: auto;flex: 0 0 72px;height: 28px;display: flex;align-items: center;justify-content: center;background-color: transparent;border: 1px solid #42EAB2;font-size: 14px;color: #42EAB2;border-radius: 24px;}
.guide-page-content .guideWrap .guide-panel-right .hot-games-panel .hot-game-list a .viewBtn:hover{background-color: #42EAB2;color: #ffffff;}

.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel{margin-top: 16px;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .guideBannerListing{margin-top: 9px;background-color: #ffffff;border-radius: 6px;padding: 20px 10px 30px;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .guideBannerListing .hot-guide-banner{position: relative;margin-bottom: 17px;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .guideBannerListing .hot-guide-banner img{width: 100%;height: 100%;object-fit: cover;border-radius: 6px;display: block;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .guideBannerListing .hot-guide-banner p{color: #ffffff;font-size: 16px;position: absolute;padding: 0 8px;bottom: 11px;width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .guideBannerListing .hot-guide-banner .overlay{width: 100%; height: 60%; border-radius: 6px; position: absolute; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);}

.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .hot-guide-listing { display: flex; flex-direction: column;row-gap: 15px;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .hot-guide-listing .hot-guide-wrap{display: flex;align-items: center;column-gap: 10px;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .hot-guide-listing .hot-guide-wrap .play-icon{width: 20px;height: 20px;border-radius: 6px;padding: 5px;background-color: transparent;border: 1px solid #96f7d4;display: flex;align-items: center;justify-content: center;flex: 0 0 20px;max-width: 20px;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .hot-guide-listing .hot-guide-wrap .play-icon i{width: 0; height: 0; border-top: 5px solid transparent; border-left: 10px solid #12ee9b; border-bottom: 5px solid transparent;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .hot-guide-listing .hot-guide-wrap .square-icon {flex: 0 0 20px;max-width: 20px;display: flex;justify-content: center;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .hot-guide-listing .hot-guide-wrap .square-icon i{width: 8px; height: 8px; border: 2px solid #354c35; background-color: transparent; display: block;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .hot-guide-listing .hot-guide-wrap .contentTItle{color: #333333;font-size: 15px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.guide-page-content .guideWrap .guide-panel-right .hot-guide-panel .hot-guide-listing .hot-guide-wrap .dateTime{margin-left: auto;color: #cccccc;font-size: 15px;}

.guide-page-content .guideWrap .guide-panel-right .other-dev-app{margin-top: 15px;}
.guide-page-content .guideWrap .guide-panel-right .other-dev-app .item-listing{display: grid;grid-template-columns: repeat(auto-fit, minmax(0, 86px));column-gap: 27px;row-gap: 17px;background-color: #F9FAFA;border-radius: 6px;padding: 21px 16px 28px;}
.guide-page-content .guideWrap .guide-panel-right .other-dev-app .item-listing a{display: flex;flex-direction: column;row-gap: 8px;}
.guide-page-content .guideWrap .guide-panel-right .other-dev-app .item-listing a img{width: 100%;height: auto;border-radius: 20px;}
.guide-page-content .guideWrap .guide-panel-right .other-dev-app .item-listing a p{font-size: 14px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


@media (min-width: 751px) and (max-width: 1199px) {
    .guide-page-content .guide-panel .guide-tab{column-gap: 15px;}
    .guide-page-content .guide-panel{flex: 0 0 100%;max-width: 100%;}
    .guide-page-content .guide-panel .guide-banner-panel{grid-template-columns: repeat(auto-fit, minmax(0, 220px));}
    .guide-page-content .guideWrap .guide-panel-right{display: none;}
}