@charset "utf-8";
/*
    文件名：style.css
    作者：思幻云
    日期：2025年2月4日
    版权：Copyright © 2025 合肥思幻云科技有限公司 版权所有.（侵权必究！）
    描述：第18款游戏官网核心样式文件。
    注意：请勿删除此注释，尊重版权。
*/
:root{--header_height:70px;--header_zindex:9999;--header_nav_zindex:9996;--download_nav_zindex:9998;--mask_zindex:9997;--wechat_box_zindex:9998;--saoma_download_zindex:9998;--text-color:#333;--primary-color:#96804c;--dbkj-height:65px}*{padding:0;margin:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;background-color:#fff}body{margin:0 auto;max-width:512px;font:16px MiSans VF,system-ui,sans-serif,微软雅黑;color:#333;background-color:#F5F7FA}p{word-break:break-all}a{-webkit-tap-highlight-color:transparent;text-decoration:none;overflow-wrap:anywhere;word-break:break-all}::-webkit-scrollbar{display:none}.header{position:fixed;top:0;left:0;right:0;z-index:var(--header_zindex)}.header_box{margin:auto;width:auto;max-width:512px}.header_content{padding:0 10px;width:100%;height:var(--header_height);background-color:#ffffff;display:flex;align-items:center;box-shadow:0 0 10px rgba(0,0,0,0.2)}.logo{width:50px;height:50px;flex-shrink:0}.logo h1{width:100%;height:100%}.logo a{width:100%;height:100%;display:block;text-indent:-99999em;overflow:hidden}.header_content_info{margin:0 5px;width:calc(100% - 180px)}.game_name{font-size:14px;color:#000000;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.game_intro{padding-top:2px;font-size:12px;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header_content_download{margin-left:auto;display:flex;align-items:center}.download_btn{font-size:14px;color:#333;padding:5px 10px;border:1px solid #333;border-radius:5px;cursor:pointer;flex-shrink:0}.menu_btn{margin-left:10px;cursor:pointer;flex-shrink:0}.menu_btn i{font-size:24px;color:#333}.download_nav{margin-top:var(--header_height);position:fixed;bottom:-100vh;left:0;width:100vw;height:calc(100vh - var(--header_height));transition:0.3s ease-in-out;z-index:var(--download_nav_zindex)}.download_nav_content{margin:auto;width:auto;max-width:512px;height:calc(100vh - var(--header_height));position:relative}.download_nav_content_list{margin:auto;position:absolute;bottom:10px;left:0;right:0;width:calc(100vw - 20px);max-width:492px;border-radius:10px;background-color:#ffffff;box-shadow:0 0 10px rgba(0,0,0,0.2);display:flex;justify-content:space-evenly;align-items:center}.download_nav_content_list_left{height:150px}.download_nav_content_list_left img{padding:10px 0;height:100%}.download_nav_content_list a{display:block;margin:10px 0}.download_nav_content_list a>img{width:200px}.header_content_nav{position:fixed;top:-100vh;left:0;width:100vw;height:100vh;z-index:var(--header_nav_zindex);transition:top 0.3s ease-in-out}.header_content_nav_content{padding:0 40px;margin:auto;max-width:512px;height:100vh;overflow-x:hidden;overflow-y:auto;background-color:#000000cc;display:flex;flex-direction:column;position:relative}.header_content_nav_logo{text-align:center;padding-top:20px}.nav_logo{text-align:center;width:auto;max-width:512px;height:auto;max-height:100px;margin:20px auto}.nav_item{display:block;padding:20px;color:#fff;text-align:center;border-bottom:1px solid #ffffff62}.close_btn{position:absolute;top:20px;right:20px;font-size:24px;color:#fff;cursor:pointer}.close_btn i{font-size:40px}.main{margin-top:var(--header_height);height:max-content}.main_banner{width:100%;height:calc(100vh - var(--header_height));background-color:#e4e4e4;position:relative}.bj_img{position:absolute;z-index:0;width:100%;height:100%;object-fit:fill}.download_area{position:absolute;z-index:1;bottom:100px;left:50%;transform:translateX(-50%)}.download_area a{display:block;margin:10px 0}.download_area a>img{width:200px;border-radius:8px}.zhiding{position:fixed;z-index:99;bottom:100px;right:10px;width:50px;height:50px;background-color:#fff;cursor:pointer}.zhiding span{font-size:50px;color:#666}.wechat_icon{position:fixed;z-index:99;bottom:160px;right:10px;width:50px;height:auto;cursor:pointer}.wechat_icon img{width:100%;height:100%;object-fit:fill}.mask{margin-top:var(--header_height);position:fixed;top:0;left:0;width:100vw;height:calc(100vh - var(--header_height));z-index:var(--mask_zindex);display:none}.mask_content{margin:auto;width:auto;max-width:512px;height:calc(100vh - var(--header_height));background-color:#000000cc}.wechat_box{position:fixed;top:calc(50% + var(--header_height));left:50%;transform:translate(-50%,-50%);padding:20px;background-color:#ffffff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.2);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:var(--wechat_box_zindex)}.wechat_box img{width:150px;height:150px;object-fit:fill}.wechat_box p{font-size:16px;color:#008516;margin-top:10px;text-align:center}.saoma_download{position:fixed;top:calc(50% + var(--header_height));left:50%;transform:translate(-50%,-50%);padding:20px;background-color:#ffffff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.2);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:var(--saoma_download_zindex)}.saoma_download img{width:150px;height:150px;object-fit:fill}.saoma_download p{text-align:center;font-size:16px;color:#00722c;margin-top:10px}.age_prompt{position:absolute;top:10px;left:10px;z-index:1}.age_prompt img{width:50px}.news_title,.Profession_title,.content_center_title,.content_center_content_body_friend_link_title,.yxts_title{width:230px;height:70px;line-height:70px;margin-top:40px;margin-left:auto;margin-right:auto;text-align:center;color:#96804c;font-size:25px;font-weight:bolder;background-repeat:no-repeat;background-size:100% auto;background-position:0 100%;background-image:url('../images/news_title_bj.webp')}.news_carousel{width:100%;height:45vw;max-height:220px;margin-top:20px;border-radius:5px;border:2px solid #ffffff}.news_carousel img{width:100%;height:100%;object-fit:fill;border-radius:5px}.layui-carousel-ind{top:5px}.layui-carousel-ind ul{background-color:transparent}.layui-carousel-arrow:hover,.layui-carousel-ind ul:hover{background-color:transparent}.layui-carousel-ind ul li{background-color:#ccc}.layui-carousel-ind ul li:hover{background-color:#96804c}.layui-carousel-ind ul li.layui-this{background-color:#96804c}.layui-carousel-ind ul li{width:15px;height:5px;border-radius:10px}.news_box_content_item{padding:10px 0;margin:10px;display:flex;align-content:center;border-bottom:1px solid #e6e6e6}.news_box_content_item:last-child{border:none}.new_title a{color:#333333;font-size:14px;font-weight:bold;margin-bottom:5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all}.top .new_title b{padding:0 5px;margin-right:5px;color:#fff;font-weight:bold;background-color:red}.new_desc{font-size:12px;color:#848E98;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all}.new_img{margin-left:10px;flex-shrink:0;width:120px;height:75px;background-color:#e4e4e4}.new_img img{width:100%;height:100%}.content_center_content{margin-top:20px}.news_box_column,.content_center_content_column{display:flex;justify-content:space-around;align-items:center}.news_box_column_btn,.content_center_content_column_btn{border:none;outline:none;background-color:transparent;cursor:pointer;font-size:18px;font-weight:bold;color:#333;padding:10px 10px 17px 10px}.news_box_column_btn.layui-this,.content_center_content_column_btn.layui-this{color:#96804c;position:relative;background-image:url('../images/tab_db.png');background-position:center 32px;background-repeat:no-repeat;background-size:45px 16px}.content_center_content_column_btn.layui-this{background-size:50px 15px}.news_box_content,.content_center_content_body{margin-top:20px}.content_center_content_body_item{width:100%;display:none}.Profession{padding:20px;margin:0 auto;max-width:512px}.Profession_content{padding:20px 0;display:flex;width:100%;max-width:100%;scroll-snap-type:x mandatory;overflow-x:scroll}.Profession_content_item{scroll-snap-align:center;scroll-snap-stop:always;margin:0 20px 0 10px;padding:10px;width:calc(100% - 80px);min-width:calc(100% - 100px);background-color:#ffffff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.2)}.Profession_content_item_img{-webkit-mask:linear-gradient(0deg,transparent,#fff 200px);mask:linear-gradient(0deg,transparent,#fff 200px)}.Profession_content_item img{width:100%;height:auto;max-height:300px;object-fit:contain;border-radius:10px;background-color:#e4e4e4;object-fit:contain}.Profession_content_item_name{font-size:20px;font-weight:bold;color:#8d6405;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all}.Profession_content_item_introduce{margin:10px 0;font-size:14px;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all}.Profession_content_item_look{text-align:center;margin:20px 0 10px 0}.Profession_content_item_look a{font-size:14px;padding:5px 10px;color:#96804c;border:1px solid #96804c;border-radius:5px}.Profession_more{margin:20px 0;text-align:center}.Profession_more a{display:inline-block;padding:10px;border-radius:10px;background-color:#96804c;color:#fff;font-size:14px;text-decoration:none}.content_center_content_body_item_ul{padding:0 20px;display:grid;grid-template-columns:repeat(2,1fr)}.content_center_content_body_item_ul_li{margin:10px}.content_center_content_body_item_ul_li_img{width:100%;height:auto;max-height:150px;object-fit:contain;border-radius:10px 10px 0 0;background-color:#e4e4e4}.content_center_content_body_item_ul_li_img.spfm{position:relative}.content_center_content_body_item_ul_li_img_play{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);border-radius:10px 10px 0 0;display:flex;justify-content:center;align-items:center}.content_center_content_body_item_ul_li_img_play img{width:40px !important;height:40px !important}.content_center_content_body_item_ul_li_img img{width:100%;height:100%;border-radius:10px 10px 0 0}.content_center_content_body_item_ul_li_title{margin:5px 0;font-size:14px;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all}.content_center_content_body_item_ul_li_info{display:flex;justify-content:space-between;align-items:center}.content_center_content_body_item_ul_li_info span{font-size:12px;color:#999}.content_center_content_body_item_more{margin:20px 0;text-align:center}.content_center_content_body_item_more a{display:inline-block;padding:10px;border-radius:10px;background-color:#96804c;color:#fff;font-size:14px;text-decoration:none}.yxts_content{padding:10px 0 30px 0;width:100%;height:180px;position:relative;overflow:hidden}.carousel-container{margin:0 auto;width:100%;height:100%;perspective:800px;transform-style:preserve-3d}.carousel-item{width:170px;height:90px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;border-radius:10px;transition:transform 1s ease-in-out}.content_center_content_body_friend_link{padding:20px}.content_center_content_body_friend_link_content{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-top:20px;background-color:#00000024;padding:10px;border-radius:5px}.content_center_content_body_friend_link_content a{margin-right:10px;margin-bottom:10px;padding:5px 10px;border-radius:5px;background-color:#d36a00;color:#fff;font-size:14px;font-weight:bold;text-decoration:none}.footer{padding:10px;background-color:#96804c}.footer_quick_link{margin:10px 0;text-align:center}.footer_quick_link a{display:inline-block;color:#fff;font-size:14px;font-weight:bold;margin:0 2px;line-height:1.5rem}.footer_quick_link a::after{content:"";display:inline-block;width:1px;height:10px;background-color:#d8d8d8;margin-left:7px}.footer_quick_link a:last-child::after{content:none}.footer_copy{text-align:center;color:#fff;font-size:14px;margin-top:10px}.footer_copy p{margin:15px 0}.footer_copy a{color:#fff}.footer_tab{margin:0 auto;position:fixed;bottom:10px;left:0;right:0;width:calc(100% - 20px);height:var(--dbkj-height);max-width:492px;border-radius:10px;background-color:#ffffff;box-shadow:0 0 10px #ccc;z-index:666}.footer_nav_nav{padding:10px;display:flex;justify-content:space-around;align-items:center}.footer_nav_nav_item{text-align:center}.footer_nav_nav_item span{font-size:20px;font-weight:400;color:#999}.footer_nav_nav_item p{margin-top:5px;font-size:14px;font-weight:400;color:#999}.dbkj{height:calc(var(--dbkj-height) + 20px)}.crumbs{padding:20px 10px 10px 10px}.crumbs a{color:#333;font-size:14px}.crumbs a>cite{color:#96804c}.tag_title_h2{font-size:20px;font-weight:bold;color:#333;padding:0 0 20px 20px}.tag_cloud{padding:0 10px;margin:0 20px 20px 20px;border-radius:5px;display:flex;flex-wrap:wrap}.tag_cloud a{margin:10px 5px 10px;padding:5px 10px;color:#96804c;font-size:14px;border:1px solid #96804c;border-radius:3px;transition:all .5s ease}.article_list{margin:0 10px 10px 10px;padding:0 10px}.article_list_item{width:100%;margin:20px auto;background-color:#fff;box-shadow:0 0 5px #0000001f;border-radius:10px;overflow:hidden}.article_list_item_img{width:100%;height:40vw;max-height:200px;overflow:hidden}.article_list_item_img img{width:100%;height:100%;object-fit:cover;border-radius:5px 5px 0 0}.article_list_item_content{padding:20px}.article_list_item_content_title{font-size:18px;font-weight:bold;color:#333;margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all}.article_list_item_content_intro{font-size:14px;color:#888;margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all}.article_list_item_content_info{display:flex;justify-content:space-between;align-items:center}.article_list_item_content_info span{font-size:12px;color:#999;display:flex;align-items:center}.article_list_item_content_info span>i{margin-right:2px}.article_list_item_content_info span:first-child i{color:#333}.article_list_item_content_info span:last-child i{color:#f60}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:40px 0}.pagination a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:8px 5px;background:white;color:var(--text-color);text-decoration:none;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:all 0.3s}.pagination a>i{font-size:18px;font-weight:bold}.pagination a:hover,.pagination a.page-num-current{background:var(--primary-color);color:white}.pagination span{font-size:30px}.news_content{margin:10px;padding:10px;background-color:#fff;box-shadow:0 0 5px #0000001f;border-radius:10px;overflow:hidden}.news_content_header_title{font-size:20px;font-weight:bold;color:var(--text-color);margin-bottom:10px;line-height:1.4}.news_content_header_info{border-bottom:1px solid #ededed;padding-bottom:10px;margin:0 0 20px 0;color:#b3b3b3}.news_content_header_info span{font-size:12px;color:#999;margin-right:10px}.news_content_header_info span>i{font-size:14px;margin-right:2px;color:#96804c}.news_content_header_info span:last-child{margin-right:0}.news_content_header_hr{height:0;line-height:0;margin:20px 0;padding:0;border:none;border-bottom:1px solid #eee;clear:both;overflow:hidden;background:0 0}.news_content_body{line-height:1.7;font-size:16px;color:#666}.news_content_body img,.news_content_body video{max-width:100%;height:auto;border-radius:10px;margin:25px 0;box-shadow:2px 2px 10px #666;display:block}.news_content_body iframe{width:100%;max-width:100%;height:400px;border-radius:10px;margin:25px 0;box-shadow:2px 2px 10px #666;display:block}.news_content_body ul{padding-left:2em}.news_content_body p{font-size:16px;color:#666;line-height:1.7;margin:15px 0;text-align:justify;word-break:break-word}.news_content_body a{font-weight:bold;color:var(--primary-color);word-break:break-word}.news_content_body h1>a,.news_content_body h2>a,.news_content_body h3>a,.news_content_body h4>a,.news_content_body h5>a,.news_content_body h6>a{color:#666}.news_content_body h1{margin:24px 0;font-size:20px;border-left:5px solid red;padding-left:10px}.news_content_body h2{margin:24px 0;font-size:18px;border-left:5px solid red;padding-left:10px}.news_content_body h3{margin:16px 0;font-size:16px}.news_content_body table{width:100%;margin:10px 0;background-color:#fff;color:#5f5f5f;border-collapse:collapse;border-spacing:0}.news_content_body tr{-webkit-transition:all .3s;transition:all .3s}.news_content_body td,.news_content_body th{position:relative;padding:9px 15px;min-height:20px;line-height:20px;font-size:14px;border-width:1px;border-style:solid;border-color:#eee}.news_content_body th{text-align:left !important;font-weight:600 !important;background-color:#f5f5f5 !important;border-color:#ddd !important}.the-end{padding:20px 0}.the-end img{display:block;margin:0 auto;width:92px;height:11px}.copy-text{font-size:14px;color:#666;text-align:center;word-break:normal}.copy-text a{color:#96804c;text-decoration:underline}.copy-text div{position:relative;overflow:hidden;padding:15px 40px;border-radius:4px;background:#f2f4fc url(../images/blockquote.png) 5px 5px no-repeat;line-height:2}.copy-text div:after{position:absolute;right:2px;bottom:3px;display:block;width:31px;height:27px;background:url(../images/blockquote.png) 5px 5px no-repeat;background-size:100%;content:"";transform:rotate(180deg)}.article-update-tips{position:relative;margin-top:15px;padding:13px 15px;border-radius:8px;background-color:rgba(255,188,68,.38);background-image:url(../images/tips_bg.webp);background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;background-clip:padding-box;color:#333;text-align:center;background-blend-mode:normal}.article-update-tips p.update-ts{line-height:1.5}.article-update-tips span.red{margin:0 3px;color:#f60}.tags{margin:20px 0 10px 0}.tags i{margin-right:3px}.tags a{font-size:16px;text-align:center;margin:0 5px;color:#6f4e00;line-height:1.8rem}.postnavi{font-size:14px;overflow:hidden;padding:10px;margin:15px 10px;background-color:#ffffff;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,0.1);line-height:26px;transition:all .3s linear}.postnavi a{display:block;overflow:hidden;color:#666}.postnavi p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.postnavi .layui-icon{position:absolute;top:50%;display:block;color:#9195a3;font-size:20px;transform:translateY(-50%)}.postnavi .left{position:relative;float:left;overflow:hidden;width:48%}.postnavi .left .layui-icon{left:0}.postnavi .left a{padding-left:25px}.postnavi .right{position:relative;float:right;overflow:hidden;width:48%;text-align:right}.postnavi .right .layui-icon{right:0}.postnavi .right a{padding-right:25px}.role_show_img img,.pic_show_img img{width:auto;max-width:100%;height:auto}.video_show_box{position:relative;box-shadow:0 3px 15px rgba(0,0,0,0.2);border-radius:10px;overflow:hidden}.video_show_box_video{position:relative}#game_video{width:100%;height:auto;border-radius:10px 10px 0 0;margin:0;background-color:#000000}.video_show_box_video_mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);border-radius:10px 10px 0 0;opacity:1;transition:all 0.3s linear;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:600}.video_show_box_video_bottom{padding:10px;display:flex;align-items:center;width:100%;background-color:rgb(255,255,255);border-radius:0 0 10px 10px}.video_show_box_video_bottom_btn,.video_show_box_video_bottom_btn_full_screen{width:20px;height:20px;line-height:20px;text-align:center;margin-right:5px;cursor:pointer}.video_show_box_video_bottom_btn.play{background:url("../images/playbtn.png") no-repeat center;background-size:100% 100%}.video_show_box_video_bottom_btn.pause{background:url("../images/pausebtn.png") no-repeat center;background-size:100% 100%}.video_show_box_video_bottom_time,.video_show_box_video_bottom_total_time{text-align:center;color:#d81e06;margin:0 5px;font-size:14px;width:36px}.video_show_box_video_bottom_progress{flex:1;height:10px;background-color:#ccc}.video_show_box_video_bottom_progress_bar{width:0%;height:100%;background-color:#d81e06;transition:all 0.2s linear}.video_show_box_video_bottom_btn_full_screen i{font-size:22px;font-weight:600;color:#d81e06}@media screen and (max-width:400px){.download_nav_content_list a>img{width:150px}.wechat_box{padding:10px;border-radius:5px}.wechat_box img{width:100px;height:100px}.wechat_box p{font-size:14px}.saoma_download{padding:10px;border-radius:5px}.saoma_download img{width:100px;height:100px}.saoma_download p{font-size:14px}}@media screen and (max-width:330px){.download_nav_content_list_left{display:none}}