﻿
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html,body{
      -webkit-text-size-adjust:none;
}
body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, footer {
	margin: 0;
	padding: 0
}
.dis{ display:none;}
em,i{ font-style:normal;}
body {
	font-size: 16px;
	font-family: "΢���ź�";
	color: #252525;
	background: #201109;
	-webkit-text-size-adjust: none;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin-bottom: 55px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
form {
	display: inline
}
ul, ol {
	list-style: none
}
a {
	text-decoration: none;
	color: #333
}
a:hover, a:active, a:focus {
	color:#000;
	text-decoration: none;
}
a:active {
	color: #aaa;
}
.clear{ clear:both;}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
textarea {
	resize: none
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button
}

button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.nobg{ background:none !important;}
.nobr{ border-bottom:none !important;}
.ma_le{ margin-left:0 !important;}

/*ȫ����ʽ*/
.nav{ width:100%; float:left;}
.nav img{ width:100%;}
.box{max-width:720px; margin:0 auto;}
.header{
	width: 100%;
	float: left;
	background: #040301;
	padding: 11px 0;
}
.header span{ float:left; margin-left:11px; width:38%;}
.header span img{ width:100%;}
.header a{ float:right; margin-right:11px; width:35%; }
.header a img{float:right; width:100%;}
.banner{ width:100%; float:left;}
.banner img{ width:100%;}
.main{ width:96%; float:left; padding:10px 2% 10px 2%;}
.main_1{ width:100%; float:left;    margin-bottom: 20px;}
.c_left{ float:left; width:30%; float:left; margin:0 2px;}
.c_left img{ width:100%;}
.c_right{
	float:right;
	width:66%;
	margin-top: 20px;
}
.c_right p{ line-height:180%;}
.c_right p span{ font-size:14px; color:#fff; margin:0 5px 0 0;}
.c_right p i{ font-size:16px; color:#b3b1b1;}
.c_right p img{ width:6.5%; margin-right:3px;}
.main_2{ width:90%; float:left; margin:10px 5% 0 5%;}
.main_2 img{ width:100%;}
.main_3{ width:90%; float:left; margin:10px 5% 0 5%;}
.main_3 img{ width:100%;}


@media only screen and (max-width: 375px) {
	.c_right p{ line-height:168%;}
	}
	
	
	 /* 微信弹窗 */
        .wechat-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            visibility: hidden;
            opacity: 0;
            transition: 0.3s;
        }
        
        .wechat-modal.show {
            visibility: visible;
            opacity: 1;
        }
        
        .wechat-card {
            background: white;
            width: 90%;
            max-width: 400px;
            padding: 2.5rem;
            border-radius: 30px;
            text-align: center;
            position: relative;
            box-shadow: 0 30px 60px rgba(0,0,0,0.3);
        }
        
        .wechat-close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 2rem;
            cursor: pointer;
            color: #a0aec0;
        }
        
        .wechat-close:hover {
            color: #e53e3e;
        }
        
        .wechat-icon {
            font-size: 4rem;
            color: #25D366;
            margin-bottom: 1rem;
        }
        
        .wechat-number-box {
            background: #f7fafc;
            padding: 1.2rem;
            border-radius: 15px;
            font-size: 2rem;
            font-weight: 700;
            margin: 1.5rem 0;
            border: 2px dashed #e53e3e;
            cursor: pointer;
            user-select: all;
        }
        
        .wechat-tip {
            color: #718096;
            margin-bottom: 1rem;
            font-size: 0.95rem;
        }
        
        .copy-btn {
            background: #e53e3e;
            color: white;
            border: none;
            padding: 1rem;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: background 0.2s;
        }
        
        .copy-btn:hover {
            background: #c53030;
        }
        
        .copy-success {
            color: #22c55e;
            margin-top: 1rem;
            font-weight: 500;
            opacity: 0;
            transition: opacity 0.2s;
        }
        
        .copy-success.show {
            opacity: 1;
        }