body {
	/* background: url("{pboot:sitetplpath}/images/bg.gif") */
		/*tpa=http://202.189.5.92:1578/bg.gif*/
		/*tpa=http://202.189.5.92:1578/bg.gif*/
		/* repeat; */
	font-weight: bold;
	background: #0a080c;
}
a {
	display: inline-block;
	/* border: 1px solid #CD0000; */
	margin: 0px 8px;
	text-decoration: none;
}
a.links {
	color: #FFFFFF;
	border: none;
	text-decoration: none;
}
a.links:hover {
	text-decoration: underline;
}
.box{
	border: 1px solid rgba(212, 168, 75, .2); margin: 1% auto 0;width: 800px; 
	background: linear-gradient(145deg, rgba(26, 22, 29, .9), rgba(18, 15, 22, .95));
	/* background: linear-gradient(145deg, rgba(26, 22, 29, .95), rgba(18, 15, 22, .98)); */
	border-radius: 16px;
 }
.box .top{display: block;text-align: center; font-size:25px; background:linear-gradient(180deg, #ffbb00, #ff5600);margin:0px;padding:10px auto; padding-bottom:0; letter-spacing: 2px;border-radius: 16px 16px 0 0;}
a.links{color:#5a3405;}
.box{color: #f5e6c8;}

/* 头部 */
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: radial-gradient(50% 50.01% at 46.74%, at 0, #424445 0, #1b1d1f 100%);
    background: radial-gradient(50% 50.01% at 46.74% 0, #424445 0, #1b1d1f 100%);
    z-index: 999;
    justify-content: center;
    padding: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-blend-mode: multiply;
    border: 1px solid rgba(242, 210, 155, .1);
}
.navbar, .navbar-inner {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.navbar-inner{
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
}
.nav-menu {
    display: flex;
    flex: 1;
    justify-content: center;
    grid-gap: 40px;
    gap: 40px;
}
.nav-link {
    position: relative;
    color: rgb(255 242 220 / 1);
    color: rgb(255 242 220 / var(--tw-text-opacity, 1));
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 10px;
    transition: color .3s;
}
.nav-link:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 0;
    height: 40px;
    background: url(/img/04.6a6b476.png) no-repeat 50%;
    background-size: 100% 100%;
    transform: translateX(-50%);
    transition: width .3s ease;
}
.boxh1{
	margin-top: 100px;
}

/* 底部 */
.line {
    flex-shrink: 0;
    width: 100%;
    height: 1px;
    background: radial-gradient(ellipse 50%, ellipse 5375% at 50%, at 0, #ff6b35 0, rgba(255, 107, 53, 0));
    background: radial-gradient(ellipse 50% 5375% at 50% 100%, #ff6b35 1%, rgba(255, 107, 53, 0));
}
.footer, .footer .wrapper_1200 {
    background-color: #1a1a1a;
}
.wrapper_1200 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.footer .recordNum {
    text-align: center;
    padding: 30px 0 48px;
}
.footer .recordNum .record {
    margin-top: 6px;
}
.recordtxt{
	color: rgba(204, 207, 255, 0.2); line-height: 1.8;font-weight: normal;
}

/* 合区查询 */
.boxstr {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 240px;
}
.style4, .style7 {
    color: #c9b896;
    font-size: 16px;
    line-height: 2;
}
#bb {
    color: #fff2dc;
    line-height: 2;
}
.style2 {
    color: #c9b896;
}
.input1 {
    background: #1c1c22;
    border: 1px solid #2c2c32;
    border-radius: 6px;
    padding: 8px 12px;
    color: #ccc;
}
.input2 {
    background: linear-gradient(180deg, #ffbb00, #ff5600);
    color: #5a3405;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
}