﻿/* @font-face {
	font-family: 'MyFont1';
	src: url('../font/SanJiXingKaiJianTi.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; 
}

@font-face {
	font-family: 'MyFont2';
	src: url('../font/HongLeiXingShuJianTi.otf') format('opentype');
    font-weight: normal;
    font-style: normal; 
} */

/* @font-face {
	font-family: 'MyFont3';
	src: url('../font/douyuFont.otf') format('opentype');
    font-weight: normal;
    font-style: normal; 
} */
body {
	/*background-color: #222;*/
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 12px; */
  	min-height: 400vh;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
#container {
	overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}
img {
	width: 100%;
}
.header {
	width: 100%;
	height: 1.32rem;
	text-align: center;
	padding: 0.27rem 0.34rem 0 0.32rem;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
	background: rgba(0, 0, 0, 0.2);
}
.header .logo {
	margin-right: 0.2rem;
	width: 2.16rem;
	float: left;
	position: relative;
}
.header .hImg {
	width: 1.4rem;
	float: left;
}
.header .menu {
	margin: 0.14rem 0 0;
	width: 0.64rem;
	float: right;
}
.header .menu.on a {
	display:block;
	background: url(../image/menu_close.png) no-repeat;
	background-size: 100% auto;
}
.header .menu.on a img {
	visibility: hidden;
}
.menuBox {
	padding-top: 1.32rem;
	width: 4.65rem;
	height: 100%;
	position: fixed;
	right: -4.65rem;
	top: 0;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 1000;
	background: rgba(0,0,0,0.8);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.menuBox.show {
	right: 0;
}
.menuBox li {
	border-bottom: 1px solid #4C4C4C;
}
.menuBox li:last-child {
	border: none;
}
.menuBox li a {
	padding: 0 0.62rem;
	display: block;
	color: #fff;
	font-size: 0.33rem;
	line-height: 1.1rem;
}
.menuBox li.color a {
	color: #ff0000;
}
.menuBox li a:hover {
	color: #f8fa2d;
}
.banner {
	padding-top: 1.32rem;
	z-index: 1;
	position: relative;
}
.banner img {
	width: 100%;
}

.text {
	margin-bottom: 0.32rem;
	padding: 0 0.2rem;
	/*background: #222;*/
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.7rem;

}
.tip{
	margin-bottom: 0.32rem;
	padding: 0 0.2rem;
	font-size: 0.5rem;
	color: #f50606;;
	text-align: center;

	font-weight: bold;
	text-shadow:1px 1px 0px rgb(241 247 132 / 82%), -1px 1px 0px rgb(243 247 159 / 82%), 1px -1px 0px rgb(239 243 154 / 82%), -1px -1px 0px rgb(239 243 151 / 82%)
}
.text span,.tip span {
	color: #fed840;
}
.text img,.tip img {
	margin: -0.04rem 0.2rem 0 0;
	width: 0.42rem;
	display: inline-block;
	vertical-align: middle;
}
.btnUl {
	margin: 0 auto -0.05rem;
	width: 9.05rem;
	overflow: hidden;
	zoom: 1;
}
.btnUl li {
	width: 50%;
	float: left;
}
/* 线路检测 */
.testing {
	line-height: 1;
	margin: 0 0.38rem 0.26rem;
	position: relative;
	/* z-index: 100; */
	border-radius: 5px;
	/* background: rgba(222, 221, 173, 0.5); */
	background: rgba(255, 255 ,238, 0.17);
}
.testing .bd {
	padding-left: 0;
	padding-right: 0;
	padding-top:.36rem;
	padding-bottom:.15rem
}
.testing .bd ul {
	padding-left:.35rem;
	padding-right:.35rem;
	padding-top: 0;
}
.testing .bd li {
	margin-bottom: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testing .bd li p {
	width: 6.05rem;
	float: left;
	/*border: 1px solid #3b3b3b;*/
	border-radius: 5px;
	overflow: hidden;
	zoom: 1;
}
.testing .bd .ms {
	font-weight: bold;
	text-shadow: 
	-0.5px 0.5px 0px white, 
	0.5px -0.5px 0px white, 
	-0.5px -0.5px 0px white;
	 /* 文字边框效果 */


	float: left;
	font-size:.32rem;
	height:.8rem;
	line-height:.8rem;
	width: 1.2rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius:.11rem;
	/* color: #fed840; */
	/* color: rgba(120, 120, 120, 0.822); */
	color:rgba(15, 12, 4, 0.82);

	font-weight: bold;
}
.testing .bd .url {
	display: inline-block;
	font-size: 0.44rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: left;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	color: #070000;
	flex: 1;
	margin: 0 0.1rem;
	word-wrap: break-word;
	word-break: break-all;
	font-weight: bold;
	max-width: 4.0rem;
	min-width: 2.2rem;
	text-shadow: 
	0.5px 0.5px 0px rgb(255, 255, 255), 
	-0.5px 0.5px 0px rgb(255, 255, 255), 
	0.5px -0.5px 0px rgb(255, 255, 255), 
	-0.5px -0.5px 0px rgb(255, 255, 255);
	 /* 文字边框效果 */
}
.testing .bd .speedlist .btn-open {
	min-width: 2.2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	background: #282828;
	color: #fff;
	border-radius: 5px;
	border: none;
	padding: 0 0.2rem;
}
.testing .bd .btn-open a {
	display: block;
	/* padding-left:.3rem;
	padding-right:.4rem; */
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #282828;
	background: #282828;
	color: #fefefe;
	border-radius:5px;
	height:.8rem;
	line-height:.8rem;
}
/* .testing .bd .btn-open a:hover {
	background: #FF9400;
	border: 1px solid #FF9400;
	color: #fff;
} */
.testing li {
	overflow: hidden;
	zoom: 1;
}
.testing .img01 {
	margin: 0.2rem 0.2rem 0 0;
	width: 0.4rem;
	float: left;
}
.testing .img02 {
	margin: 0.3rem 0.2rem 0 0;
	width: 0.6rem;
	float: left;
}
.refresh img {
	width: 5.55rem;
}
.refresh {
	width: 5.55rem;
	margin: 0 auto 0.2rem;
}
.refresh a {
	display: block;
}

#footer {
	padding: 0.2rem 0;
	overflow: hidden;
	/*background-color: #000;*/
}
#footer p {
	margin-bottom: 0.2rem;
	color: #fff;
	font-size: 0.5rem;
	text-align: center;

	font-weight: bold;
	text-shadow: 
	1px 1px 0px rgba(120, 120, 120, 0.822), 
	-1px 1px 0px rgba(120, 120, 120, 0.822), 
	1px -1px 0px rgba(120, 120, 120, 0.822), 
	-1px -1px 0px rgba(120, 120, 120, 0.822); 
	/* 文字边框效果 */
}
#footer .img {
	margin: 0 auto;
	width: 9.2rem;
}


.focus{   margin:0 auto; position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
.focus .hd ul .on{ background:#FE6C9C;  }

.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%;   background:url(../image/menu_close.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }


.introduce{
	text-align:center;
	color:white;
	font-size:16px;
	font-weight:700;
}
.introduce .p1{ 
	font-family: "MyFont3",sans-serif;

}
.introduce .p1 h1{
	/* font-family: "MyFont3", "MyFont2", "MyFont1",sans-serif; */
	/* font-family: 'Courier New', serif; */
	font-size:60px;
}
.introduce .p1 span{
	font-size:18px;
}
.introduce .p1,.p3{
	margin:20px 0;

}
.introduce .p2 h2{
	font-size:28px;
	font-weight:700;
}
.introduce .p2{
	line-height: 24px;
	text-shadow: 
	1px 1px 3px #4a9756, 
	-1px 1px 3px #4a9756, 
	1px -1px 3px #4a9756, 
	-1px -1px 3px #4a9756; /* 文字边框效果 */	
}
/* .introduce .p2 p{
} */
.introduce .p2 span{
	margin: 0 15px;
}

/* 通用隐藏类 */
.hidden {
    display: none !important;
}

/* 微信展开内容样式 */
.wechat-item {
    position: relative;
    list-style: none;
}

.wechat-content {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.2rem;
    border-radius: 5px;
    margin-top: 0.1rem;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.account-list {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.account-item {
    color: #fff;
    padding: 0.2rem 0.3rem;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 0.32rem;
    text-align: center;
}

.account-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* 复制成功提示弹窗样式 */
.copy-toast {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.toast-content {
    background: #fff;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    text-align: center;
    min-width: 3rem;
}

.toast-content p {
    color: #333;
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
}

.toast-confirm {
    background: #7b3b95;
    color: #fff;
    border: none;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 0.32rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toast-confirm:hover {
    background: #6a2d82;
}

/* QQ展开内容样式 */
.qq-item {
    position: relative;
    list-style: none;
}

.qq-content {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.2rem;
    border-radius: 5px;
    margin-top: 0.1rem;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Mibew客服按钮样式 */
#mibew-agent-button {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#mibew-agent-button:hover {
    transform: scale(1.05);
}

#mibew-agent-button img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

/* 调整Mibew弹窗样式 */
.mibew-chat-popup {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
}

.mibew-chat-popup .chat-popup-header {
    padding-right: 40px !important; /* 为关闭按钮留出空间 */
}

.mibew-chat-popup .chat-popup-minimize {
    right: 10px !important;
    left: auto !important;
    z-index: 1000 !important;
}

@media screen and (min-width: 768px) {
    .mibew-chat-popup {
        width: 640px !important;
        height: 480px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 8px !important;
    }
}