/*全局*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,header,footer,section,aside,article{padding:0;margin:0}
body { background: #23241f url(../images/bg-body.jpg) no-repeat center bottom; font-size:12px; font-family:"Microsoft YaHei",Tahoma,SimSun,Verdana;}
address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal}
abbr,acronym,img,input{border:0}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
ul,ol,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0}
.fr{float:right;}
.fl{float:left;}
.disb{display:block;}
.hid{display:none;}
.disib{display:inline-block;*display:inline;*zoom:1;}
a{color:#d7b591; text-decoration:none} 
a:hover{color:#fff; text-decoration: none; }
a:focus,input:focus{outline:0}
img{border:0;vertical-align:top; }
.clr { clear: both; }

.mainboxtop{margin: 0 auto;width: 100%; margin-top:-270px; position:relative; z-index:10; min-width:1200px; }
.mainbox{margin: 0 auto; width: 1200px;height: 100%;position: relative; min-width:1200px; }


/*------ banner大图 ------*/
#bannerbox { width:100%; text-align: center; }
#banner {
	width: 100%; 
	height: 100%; 
	min-width:1200px;
	min-height: 960px; 
	margin: 0 auto;
	position: relative;
	display: block;
	clear:both; 
	overflow: hidden; 
}
#banner img.heightself { width:100%; opacity: 0; z-index: -1; }
.bannervideo { width: 100%; height: auto; position: absolute; margin: 0 auto; top: 0; z-index: 2; display: block !important; overflow: hidden; }
.bannervideo video { object-fit:fill; width: 100% !important; height: auto; min-width:1200px; }
#bannerbg {
	width: 100%;
	height: 100%; 
	position: absolute;
	overflow: hidden;
	z-index: 1;
	min-width:1200px; 
	top:0;
	background-size: 100% auto;
	text-align: center;
}
#bannerbg img { width: 100%; height: auto; }

#logo {
	width: 36%;
	height: 25%; /* LOGO高度除以BANNER图片的高度*/
	position: absolute;
	left:32%;
	top:40px;
	z-index: 99;
	text-align: center;
	
}
#logo img { width: auto; height: 100%; }

#banner .txt1 {
	width: 51.4976%;
	height: auto;
	position: absolute;
	top: 31.48%;
	left:24.25%;
	z-index: 3;
}
#banner .txt2 {
	width: 25.7488%;
	height: auto;
	position: absolute;
	top: 49.54%;
	left:37.13%;
	z-index: 3;
}
#banner .txt1 img,#banner .txt2 img { width: 100% !important;height: 100%; }

/*------banner视频------*/
.play-video { width: 6.83%; height: 12.04%; cursor: pointer; top:57.2%; left: 46.585%; position: absolute; z-index: 9999; background: url(../images/btn-play.png) no-repeat center top; background-size: 100% auto; }
.play-video:hover { margin-top: -2px; /*-animation: rotates .3s linear; -webkit-animation: rotates .3s linear;*/ }
/*视频弹窗*/
.videobox { display: none; z-index: 9999; position: fixed; width: 100%; height: 100%; }
.videoed { z-index:99; }
.videos{ /*display:none;*/position:fixed; left:50%; top:45%; margin-left:-430px; margin-top:-210px; z-index:1000000; width:820px; height:460px; background: #111; border: 10px solid #fff; border-radius: 4px; box-shadow: 0 0 20px #000; }
.videos video { width: 820px; height: 460px; }
/*关闭按钮*/
.vclose { width: 45px; height: 45px; position:absolute; right:-70px; top:-10px; border-radius:100%; cursor: pointer; z-index:100000000; }
.vclose:hover { -animation: rotates .3s linear; -webkit-animation: rotates .3s linear; }
.video-bg { height: 100%; width: 100%; top: 0; left: 0; background: #000; opacity: .8; z-index: 100; }


/*------下载------*/
.gamedown005 { width:46.24%;/*width:880px;*/ height:9.259%; position: absolute; top:58.796%; left: 26.88%; display: block; margin: 0 auto; z-index: 99; }
.gamedown005 .pc,.gamedown005 .mobile { width: 32.955%; height: 100%; margin: 0 8%; display: inline-block; position: relative; background: url(../images/downbtn.png) no-repeat; background-size: 400% auto; }
.gamedown005 .pc { background-position: 0 0; }
.gamedown005 .pc:hover { background-position: 66.66% 0; }
.gamedown005 .mobile { background-position: 33.33% 0; }
.gamedown005 .mobile:hover { background-position: 100% 0; }
.gamedown005 a { width: 100%; height: 100%; display: block; text-indent: -99999px; }

/* 二维码弹窗样式 */
.qr-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.qr-modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.qr-modal-content img {
    width: 300px;
    height: 300px;
    margin-bottom: 15px;
}

.qr-modal-content p {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.qr-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.qr-close:hover {
    color: #333;
}

#boxMoible, #boxPC, #boxMobile{ 
    display:none; 
    width: 100%; 
    height: auto; 
    position: absolute; 
    left: -5%; 
    background:#f6f6f6; 
    border-radius: 6px; 
    padding:5%; 
    text-align:center; 
    z-index: 999;
}
#boxMoible img, #boxPC img, #boxMobile img { 
    width: 100%; 
    height: auto; 
    min-width: 150px;
    min-height: 150px;
}


/*游戏介绍*/
.newsbg { width: 100%; background: url(../images/bg-news.png) no-repeat center bottom; }
.newsbox { width:1170px; height:360px; margin:0 auto; padding: 15px; background-color: #fff; display: block; overflow: hidden; }
/*介绍轮播*/
.focus { width:640px;height:360px; float: left; position: relative; }
.swiper-container1 { width:640px;height:360px; margin: 0 auto; overflow: hidden; --swiper-theme-color:#ac8946; }

.swiper-container1 .swiper-button-prev,.swiper-container1 .swiper-button-next { cursor:pointer; width:50px;height:100px; top:42%; position:absolute; float:left; z-index:99; }
.swiper-container1 .swiper-button-prev{ left: 5px; background: url(../images/btn-prev.png) no-repeat center top; background-size: 100% auto; }
.swiper-container1 .swiper-button-next{ right: 5px; background: url(../images/btn-next.png) no-repeat center top; background-size: 100% auto; }
.swiper-container1 .swiper-slide { text-align: center; }
.swiper-container1 .swiper-slide img { width:640px;height:360px; }
.swiper-container1 .swiper-pagination-bullet {display:inline-block;width:12px;height:12px; margin: 0 8px; }
.swiper-container1 .swiper-button-prev:after,.swiper-container1 .swiper-container-rtl .swiper-button-next:after,.swiper-container1 .swiper-button-next:after,.swiper-container1 .swiper-container-rtl .swiper-button-prev:after { display: none; }
.pag1 { margin-bottom: 0; }

/*介绍列表*/
.newslist { width: 515px; height: 360px; float: left; margin-left: 15px; }
.newslist .hd { width:515px; height:52px; display: block; }
.newslist .hd ul { font-size: 18px; }
.newslist .hd ul li { width: auto; float: left; padding: 0 15px; cursor: pointer; height: 48px; line-height: 48px; color: #000; text-align: center;  }
.newslist .hd ul li.on { color: #ac8946; border-bottom: 3px solid #ac8946; }

.newslist .bd { width: 515px; height: 310px; display: block; }
.newslist .bd ul li { width: 515px; height: 50px; line-height: 50px; text-align: left; font-size: 14px; border-bottom: 1px solid #e6e6e6; }
.newslist .bd ul li:last-child { border: none; }
.newslist li a { width: 430px; height: 50px; float: left; float: left; display: block; color: #666; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.newslist li a:hover { color: #ac8946; }
.newslist li span { width: 60px; line-height: 50px; float: right; color: #aaa; text-align: center; }

.newslist .bd ul li.para { width: 515px; height: auto; }
.newslist .bd ul li.para p { width: 515px; display: block; color: #666; line-height: 42px; text-align: justify; padding:10px 0 12px; white-space:pre-wrap; }
.newslist .bd ul li.para p a { display: contents; color: #ac8946; }
.newslist .bd ul li.para p a:hover { color: #c9341a; }


/*通用标题文字*/
.title { padding: 62px 0 0; height: 34px; margin-bottom: 20px; }
.title p { line-height: 34px; font-size: 18px; color: #606256; text-align: center; letter-spacing: 6px; text-shadow: 0 2px 3px rgba(0, 0, 0, .7); }
.goldline { width: 100%; height: 30px; position: absolute; z-index: 9; top: 0; background: url(../images/bg-goldborder.png) no-repeat center top; }

/*职业介绍*/
.zhiye { width: 100%; height:830px; padding-top: 60px; display: block; min-width: 1200px; position: relative; }
.title-zhiye { width: 100%; z-index: 99; background: url(../images/title-zhiye.png) no-repeat center top; }
.zhiyelist { width: 100%; height: 720px; min-width:1200px; position: relative; overflow: hidden; }

/*一级选项卡*/
.outBox .hd{ width: 160px; height:480px; position: absolute; top: 58px; left: 21.81%; z-index: 2; }
.outBox .hd ul li { width: 160px; height: 160px; text-align: center; cursor:pointer; }
.outBox .hd ul li h4 {width: 160px; height: 160px; background: url(../images/tese-tab-zhiye.png) no-repeat; text-indent: -999999999px; }
.outBox .hd ul li h4.zs { background-position: 0 0; }
.outBox .hd ul li h4.fs { background-position: 0 -160px; }
.outBox .hd ul li h4.ss { background-position: 0 -320px; }
.outBox .hd ul li.on .zs { background-position: -160px 0; }
.outBox .hd ul li.on .fs { background-position: -160px -160px; }
.outBox .hd ul li.on .ss { background-position: -160px -320px; }
.outBox .bd { width: 100%; height: 720px; position: absolute; bottom: 0; left: 0; z-index: 1; min-width: 1200px; }
/*二级选项卡*/
.inBox{ width: 100%; height: 720px; position: relative; min-width: 1200px; }
.inBox .inHd { width: 130px; height:260px; position: absolute; z-index: 4; top: 165px; right: 19.45%; }
.inBox .inHd ul{ zoom:1; }
.inBox .inHd ul li{ width: 130px; height:130px; text-align:center; cursor:pointer; }
.inBox .inHd ul li .on{ color:#fff; }
.inBox .inHd ul span { width: 130px; height:130px; display: block; cursor:pointer; text-indent: -999999999px; background: url(../images/tese-tab-xb.png) no-repeat; }
.inBox .inHd ul span.nan { background-position: 0 0; }
.inBox .inHd ul span.nv { background-position: 0 -130px; }
.inBox .inHd ul li.on span.nan { background-position: -130px 0; }
.inBox .inHd ul li.on span.nv { background-position: -130px -130px; }
/*二级选项内容*/
.inBox .inBd { width: 100%; height: 720px; position: absolute; z-index: 2; bottom: 0; left: 0; }
.inBox .inBd ul{ zoom:1; }
.inBox .inBd li { width: 100%; height: 720px; zoom:1; }
.inBox .inBd li img { width: 100%; height: 720px; }


/*游戏特色*/
.tese { width: 100%; height:740px; padding-top: 60px; display: block; min-width: 1200px; position: relative; background: url(../images/bg-tese.jpg) no-repeat center top; }
.title-tese { width: 100%; z-index: 99; background: url(../images/title-tese.png) no-repeat center top; }
.teselist { width: 100%; height: 620px; min-width:1200px; position: relative; overflow: hidden; }
/*特色轮播*/
.swiper-container2 { width: 100%; height:580px; margin: 0 auto; overflow: hidden; }
.swiper-container2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	width: 920px; height: 530px; 
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	
}
.swiper-container2 .swiper-slide-active,.swiper-container2 .swiper-slide-duplicate-active{
	transform: scale(1);
	z-index: 999;
}
.swiper-container2 .swiper-slide img { width:900px; height: 506px; padding: 8px 9px; border: 1px solid #ac8946; background: #1f180b; box-shadow: 0 1px 8px #000; }
.swiper-container2 .swiper-button-next,.swiper-container2 .swiper-button-prev { width: 60px; height: 120px; top: 40%; }
.swiper-container2 .swiper-button-next { background: url(../images/btn-next.png) no-repeat center; background-size: cover; right: 1%; }
.swiper-container2 .swiper-button-prev { background: url(../images/btn-prev.png) no-repeat center; background-size: cover; left: 1%; }
.swiper-container2 .swiper-slide-active img,.swiper-container2 .swiper-slide-duplicate-active{ opacity: 1; background: rgba(0, 0, 0, .8); }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0; }
.swiper-pagination-bullet { width: 12px; height: 12px; background:#666; opacity:.8; }
.swiper-pagination-bullet-active{ opacity:1;background:#ac8946; }
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after { display: none; }



/*装备展示*/
.zhuangbei { width: 100%; height: 690px; padding-top: 60px; display: block; min-width: 1200px; position: relative; overflow: hidden; background: url(../images/bg-zhuangbei.jpg) no-repeat center top; }
.title-zhuangbei { width: 100%; z-index: 99; background: url(../images/title-zhuangbei.png) no-repeat center top; }
/* 装备轮播 */
.zblist { width:1200px; height:480px; min-width:1200px; position: relative; margin:0 auto; display: block; overflow: hidden; }
.zblist div { visibility: visible; }
.zblist .hd { width:345px; height: 480px; float: right; }
.zblist .hd ul { font-size: 24px; }
.zblist .hd ul li { cursor: pointer; width:298px; height: 70px; padding: 0 0 0 45px; margin:0 0 12px 0; color: #888; text-shadow: 0 2px 6px rgba(0, 0, 0, .7); letter-spacing: 1px; }
.zblist .hd ul li.on { color: #fff; background: url(../images/btn-prev.png) no-repeat left 0; background-size: auto 100%; }
.zblist .hd ul li:last-child { margin-bottom: 0; }
.zblist .hd ul li img { width: 68px; height: 68px; float: left; border: 1px solid #333; border-right: none; filter: grayscale(50%); }
.zblist .hd ul li p { width: 200px; height: 68px; line-height: 68px; padding: 0 0 0 15px; border: 1px solid #333; background: rgba(0, 0, 0, .45); text-align: left; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.zblist .hd ul li.on p { border: 1px solid #ac8946; background: rgba(172, 137, 70, .45); }
.zblist .hd ul li.on img { border: 1px solid #ac8946; border-right: none; filter: grayscale(0); }

.zblist .bdbox { width: 850px; height: 478px; border: 1px solid #ac8946; float: left; background: #1f180b; box-shadow: 0 1px 8px #000; }
.zblist .bd ul li { width: 850px; height: 478px; overflow: hidden; }
.zblist .bd ul li img { width: 850px; height: 478px; }
.zblist .bd ul li img:hover { animation: pulse .5s linear; -webkit-animation: pulse .5s linear; }


/*游戏截图*/
.jietu { width: 100%; height: auto; padding: 60px 0 0; display: block; position: relative; min-width: 1200px; background: url(../images/bg-jietu.jpg) no-repeat center top; }
.title-jietu { width: 100%; z-index: 99; background: url(../images/title-jietu.png) no-repeat center top; }
.jietulist { width:1200px; height:auto; margin-top: 15px; padding-bottom: 50px; overflow:hidden; position: relative;  }
.jietulist ul { display: block; clear: both; }
.jietulist li { width: 1198px; height: auto; text-align: center; margin-bottom: 20px; padding: 10px 0; border: 1px solid #ac8946; background: #1f180b; box-shadow: 0 1px 8px #000; }
.jietulist li img { width:1180px; height:auto; }

/* 底部版权 */
#footer { height: 180px; width: 100%; min-width:1200px; }
.footerlogo { width: 220px; height: 130px; display: block; float: left; margin: 5px 10px 0 0; text-align: center; }
.footerlogo img { width: 220px; height: auto; }
.copyright { width: 940px; float: left; padding: 0 0 0 5px; margin:35px 0 0; color: #888; font-size: 12px; line-height: 24px; }
.copyright .tips { color: #c1a87e; font-weight: normal; }
.copyright a { color: #ccc; }

/*右侧固定浮动*/
.fixedbox { position:fixed; right: 10px; top: 30%;; z-index: 9999; width: 280px; height: auto; min-height: 500px; }
@media (max-width:768px){
.fixedbox{display:none; }
	}
.fixedbox div { text-align: center; text-shadow: 0 1px 3px rgba(0, 0, 0, .5); }

.fixedbox .rightlogo { margin: -80px 0 0 5px; }
.fixedbox .rightlogo img { width: 200px; height: auto; }
.fixedbox .qq { margin: 0 0 5px; }
.fixedbox .qq img { margin: 5px 0; }
.fixedbox .qq p,.fixedbox .group p { display: inline; margin: 0 5px 0 0; line-height: 30px; }
.fixedbox .kefutime { height: 25px; font-size: 16px; color: #ac8946; font-weight: bold; margin: 8px 0; }
.fixedbox .chongzhi { width: 188px; margin: 8px auto; }
.fixedbox .chongzhi a { width: 188px; height: 80px; display: block; }
.fixedbox .chongzhi img { animation:pulse 1s infinite linear; -webkit-animation:pulse 1s infinite linear; }
.fixedbox .code { margin: 5px auto 0; }
.fixedbox .code p { font-size: 16px; font-weight: bold; }
.fixedbox .code div { width: 130px; height: 130px; margin: 6px auto 0; }
.fixedbox .code img { width: 100%; height: auto; margin: 5px 0 0; }
.fixedbox .top { width: 180px; height: 45px; bottom: -50px; right: -70px; position: absolute; }
.fixedbox .top a { width: 180px; height: 45px;display: block; }
.h5bar{ width:248px; height: auto; min-height: 298px; position: absolute; right: 0; z-index: 1; border: 1px solid #ac8946; background: rgba(31, 24, 11, .85); }
.h5open{ position:fixed; z-index:99999; margin-top:150px; top: 30%; right:0px; height:120px; width:30px; padding: 15px 0 0; text-align: center; background: url(../images/btn.png) no-repeat; }
.h5close{ height:100px; width:30px; position: absolute; left: 0; z-index: 1; padding: 25px 0 0; background: url(../images/btn.png) no-repeat; text-align:center; margin:170px 0 0;}
.h5btn{ font-size:14px; line-height:16px; color:#fff; cursor:pointer; }

/*背景音乐*/
#musicbox { position:fixed; width: 50px; height: 50px; z-index: 9999999; top:20px; right: 50px;  opacity: 0.6; }
#musicbox a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #CCCCCC;
    border-radius: 60px;
    font-size: 26px;
    margin-top: 20px;
    background-image: url(../images/m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#musicbox a.play { animation: rotates 3s linear infinite; -webkit-animation: rotates 3s linear infinite; }
#musicbox a img { width: 100%; height: 100%; }
@keyframes rotates {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}


/*适龄提示*/
#cadpa { width: 5.9%; height: 140px; position: absolute; top:60%; left: 1%; display: block; margin: 0 auto; z-index: 99; }
#cadpa img { width: 100%; height: auto; }
.cadpa-img { text-align: center; height: 102px; margin-bottom: 5px; }
.cadpa-img img { width: auto; height: 100px; display: inline-block; margin: 0 15px; }
.cadpa-img img.gamelogo { height: 96px; padding: 0 30px; border: 2px solid #222; border-radius: 8px; }

/*-----------弹窗-----------*/
.md-modal {position:fixed; top:50%; left:50%; width:50%; max-width:1000px; min-width: 800px; height:70%; z-index:9999999999999; visibility:hidden; -webkit-transform:translateX(-50%)translateY(-50%);-moz-transform:translateX(-50%)translateY(-50%);-ms-transform:translateX(-50%)translateY(-50%);transform:translateX(-50%)translateY(-50%);  
}
.md-show { visibility: visible;}
.md-overlay{position:fixed;width:100%;height:100%; visibility:hidden;top:0;left:0;z-index:999999;opacity:0;background:rgba(1,1,1,0.6);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.md-show ~ .md-overlay {opacity: 1;visibility: visible;}
/*弹窗内容*/
.md-content{ height: 100%; color:#5b5b5b; background:#fff; position:relative; border-radius:8px; margin:0 auto; text-align: center; }
.md-content h3 { font-size:20px; font-weight: bold; margin:0;padding:2% 20px 0; text-align:center;background:#fff;border-radius:8px;color:#333; overflow: hidden; }
.md-content .md-close { width: auto; line-height: 32px; position: absolute; left: 46%; bottom: 15px; font-size: 14px; color: #fff; padding: 0 20px; background: #ac8946; border: none; cursor:pointer; border-radius: 2px; }
.md-content .md-close:hover { background: #8b7242; }
.md-content .md-main { padding:0 3%; width: 94%; height: 79%; margin: 10px 0 0; font-size: 14px; overflow-y: scroll; }
.md-content .md-main span { display: block; }
.md-content .md-main-img { width: 100%; height: auto; margin: 0 auto; }
.md-content .md-main-img img { width: auto; height: auto; margin: 0 0 20px; min-width: 320px; max-width: 85%; }
.md-content > div p { line-height: 28px; text-indent: 28px; margin-bottom: 12px; text-align: left; font-size: 16px; }
/* 弹窗动画 */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	opacity: 1;
}


/* 浮动二维码样式 */
#boxFloatQR {
    display: none;
    width: 200%;
    height: auto;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #f6f6f6;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid #ac8946;
    margin-right: 10px;
}

#boxFloatQR img {
    width: 100%;
    height: auto;
    min-width: 150px;
    min-height: 150px;
}

/* 微信二维码样式 - 使用与抖音二维码相同的样式 */
#wechat1, #wechat2 {
    display: none;
    width: 200%;
    height: auto;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #f6f6f6;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid #ac8946;
    margin-right: 10px;
}

#wechat1 img, #wechat2 img {
    width: 100%;
    height: auto;
    min-width: 150px;
    min-height: 150px;
}

/* 重构后的联系方式样式 */
.contact-list {
    margin: 15px 0;
    padding: 0 10px;
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(172, 137, 70, 0.3);
    border-radius: 6px;
    transition: all 0.3s ease;
    min-height: 50px;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(172, 137, 70, 0.6);
    transform: translateY(-1px);
}

.contact-info {
    flex: 1;
    min-width: 0;
}

.contact-label {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ac8946;
    margin-bottom: 3px;
    font-weight: bold;
}

.contact-label i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background: #ac8946;
}

.icon-douyin {
    background: #000000;
}

.icon-wechat {
    background: #07c160;
}

.contact-value {
    font-size: 12px;
    color: #fff;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    line-height: 1.3;
    word-break: break-all;
    word-wrap: break-word;
}

.contact-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
}

.btn-copy {
    background: rgba(172, 137, 70, 0.8);
    border: 1px solid #ac8946;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-copy:hover {
    background: #ac8946;
    transform: translateY(-1px);
}

.btn-copy:active {
    transform: translateY(0);
}

.qr-trigger {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100001;
}

.qr-trigger-img {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease;
}

.qr-trigger:hover img {
    border-color: #ac8946;
}

.qr-popup {
    display: none;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #f6f6f6;
    border: 2px solid #ac8946;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-right: 10px;
    min-width: 300px;
    padding: 10px;
}

.qr-popup img {
    margin: 10px;
    width: 90%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 4px;
}

.qr-account {
    margin-top: 10px;
    font-size: 11px;
    color: #333;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    word-break: break-all;
    line-height: 1.2;
}

.service-time {
    text-align: center;
    font-size: 12px;
    color: #ac8946;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px;
    border-radius: 4px;
}


/* 为原始二维码容器添加相对定位 */
.code > div {
    position: relative;
}


.k-fc {
    display:flex;
    justify-content:center;
}

