body{background:#F5F5F5}
.content{margin-top:150px}
.location{width:960px}
.b-spec{padding:0;background:#FFF;margin:20px auto 0;width:960px}
.b-header{box-sizing:border-box;background:#FFF;position:fixed;top:0;left:0;height:120px;padding-top:64px;width:100%;z-index:999;border-bottom:1px solid #E5E5E5;}
.b-h-wrap{
	width:960px;height:100%;margin:0 auto;position:relative;	
}
.b-h-logo{
	width:128px;height:54px;background:url(../images/logo220803.gif) 0 0 no-repeat;
	position:absolute;bottom:25px;left:25px;
}
.b-h-btns{
	float:right;
}
.b-h-btns a{
	width:32px;height:32px;float:left;margin-right:12px;
}
.b-h-btns a.search{
	background:url(../images/icons_search_220803.gif) 0 0 no-repeat;
}
.b-h-btns a.wx{
	background:url(../images/icons_wx_220803.gif) 0 0 no-repeat;
}
.b-h-nav{
	float:right;
}
.b-h-nav a{
	float:left;padding:0 30px;height:32px;line-height:32px;font-size:16px;position:relative;
}
.b-h-nav a:after{content:'';position:absolute;height:18px;width:2px;background:#999;left:0;top:50%;margin-top:-9px}
.b-h-nav a:first-child:after{
	display:none;
}
.rightBar{border-color:#DDD}

.b-top{width:768px;padding:30px 16px;margin:0 auto;}
.b-top .sku{font-size:16px;color:#777}
.b-top .bt{font-size:48px;margin:20px 0;padding:0;line-height:150%}
.b-top .desc{font-size:16px;color:#777;line-height:150%}
.b-top .spec{
	padding:30px 0 0;position:relative;
	min-height:170px;
}
.b-top .spec .st{
	position:absolute;left:0;top:20px;font-size:36px;font-weight:normal;margin:0;padding:0;
}
.b-top .spec .st span{display:none}
.b-top .spec .ibtn{
	position:absolute;left:0;bottom:0;font-size:16px;width:110px;height:40px;line-height:40px;text-align:center;
	color:#FFF;background:#34DD87;
}
.b-top .spec .xh{
	position:absolute;left:0;bottom:60px;font-size:16px;color:#777;
}
.b-top .spec .sl{
	float:right;width:50%;
}
.b-top .spec .sl .b{
	float:left;width:50%;height:80px;
	font-size:16px;line-height:150%;
}
.b-top .spec .sl .b .bxt{font-weight:bold;}
.b-top .spec .sl .b .bxd{color:#777;line-height:24px;height:48px;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient: vertical;}

.pdf_box .pdf_page{
	border-bottom:7px solid #F7F7F7;text-align:center;padding:20px 0;
}
.pdf_box .pdf_page img{max-width:768px;}
.pdf_box .more_view{
	border-bottom:7px solid #F7F7F7;text-align:center;height:100px;
	padding:20px 0;
}
.pdf_box .more_view .vt{font-size:18px;height:32px}
.pdf_box .more_view .vst{font-size:12px;color:#AAA;height:24px}
.more_btn{cursor:pointer;background:#FF4400;position:relative;display:block;width:160px;height:38px;line-height:38px;text-align:center;
color:#FFF;margin:0 auto;border-radius:5px;font-size:16px;
}
.more_btn:after{
	content:'';
	border: 8px solid transparent;
	border-top-color:#B4B4B6;
	position:absolute;left:50%;bottom:-24px;margin-left:-8px;
}
.st{
	border-left:3px solid #FF5B5B;
	font-size:18px;height:24px;line-height:24px;font-weight:normal;padding:0 0 0 5px;
	margin:30px 0 0;
}

.r_text_list{
	margin:30px 0 0 10px;padding:0
}
.r_text_list li{
	list-style:none;
	padding:15px 0;
	border-bottom:1px dotted #DDD;
}
.r_text_list li span{
	background:#C4C4C4;color:#FFF;padding:0 5px;font-size:12px;font-weight:bold;
}
.r_text_list li a{
	font-size:16px;color:#333;padding-left:5px;
}
.r_text_list li p{
	font-size:12px;color:#999;margin:0;padding:3px 0 0 23px;
}
.p30{padding:30px}
.copyright{text-align:center;color:#666;padding:50px 0;}
.hclear{
	height:7px;background:#F5F5F5;clear:both;
}


        .notice-card {
        box-sizing:border-box;
            max-width: 960px;
            width: 100%;
            margin:10px auto;
            background: #ffffff;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.03);
            padding: 2.5rem 2.8rem;
            transition: all 0.2s ease;
            border: 1px solid #f0f2f5;
        }

        .notice-header {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1.75rem;
            padding-bottom: 0.75rem;
            border-bottom: 2px solid #eef0f2;
        }

        .notice-header-icon {
            font-size: 1.8rem;
            line-height: 1;
            color: #1e3a5f;
        }

        .notice-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #0b1c2e;
            letter-spacing: 0.02em;
            margin: 0;
        }

        .notice-body {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        .notice-body p {
            font-size: 1rem;
            line-height: 1.7;
            color: #1e2a3a;
            margin: 0;
        }

        .notice-body .highlight-block {
            background: #f8faff;
            padding: 1rem 1.4rem;
            border-radius: 12px;
            border-left: 4px solid #3a6b9b;
            margin: 0.1rem 0 0.2rem 0;
        }

        .notice-body .highlight-block p {
            color: #1a314b;
        }

        .disclaimer-block {
            margin-top: 0.5rem;
            padding-top: 1.2rem;
            border-top: 1px dashed #d0d7de;
        }

        .disclaimer-block .disclaimer-label {
            font-weight: 600;
            color: #9e2f2f;
            letter-spacing: 0.02em;
            display: inline-block;
            margin-right: 0.2rem;
        }

        .disclaimer-block .disclaimer-text {
            color: #2c3e50;
            font-weight: 450;
        }

        .disclaimer-block .disclaimer-text strong {
            color: #9e2f2f;
            font-weight: 600;
        }


.r_item_list {
	margin: 20px 0 20px 10px;
	padding: 0;
}

.r_item_list li {
	margin: 0;
	padding: 10px 20px 10px 0;
	list-style:none;
	float:left;box-sizing:border-box;
	height:100px;overflow:hidden;width:33.3%;
}

.r_item_list.tl li {
	padding: 14px;
}

.r_item_list li .imgbox {
	border: 1px solid #DDD;
	float: left;
	width: 80px;
}

.r_item_list li .imgbox img {
	width: 80px;
}

.r_item_list li .info {
	width: 180px;
	margin-left: 98px;
	_margin-left: 95px;
	font-size: 14px;line-height:16px;
}

.r_item_list li .info a {
	color: #666;display:inline-block;
	max-height:48px;overflow:hidden;
}

.r_item_list li .info .price {
	margin-top: 3px;
	font-weight: bold;
}
.r_item_list li .info .price .login_view_price{
	background:#E92F2F;color:#FFF;display:inline-block;cursor:pointer;
	padding:3px 5px;margin-top:5px;font-weight:normal;
}

.r_item_list li a {
	color: #666;
}