﻿.jd_noctice{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 400px;
	/* height: 396px; */
	padding: 10px 0;
	background-color: #fff;
	border-radius: 8px 8px 0 0;
    box-shadow: 0px 0px 7px 4px rgb(6 0 1 / 10%);
}
.jd_noctice *,.jd_notice_detail *{
	box-sizing: border-box;
	font-family: "microsoft yahei";
}
.jd_noctice_title{
	width: 100%;
	height:41px;
	line-height: 41px;
	padding: 0 20px 0 24px;
	cursor: pointer;
}
.title_text{
	width: auto;
	height: 100%;
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.fold{
	margin-left: 7px;
	display: none;
	float: left;
	background: url(../../static/pay/img/m/pay/nIcon/arrowR.png) no-repeat left center;
	background-size: 12px;
}
.close{
	float: right;
	background: url(../../static/pay/img/m/pay/nIcon/arrowB.png) no-repeat right center;
	background-size: 18px;
}
.close.top{
	float: right;
	background: url(../../static/pay/img/m/pay/nIcon/arrowT.png) no-repeat right center;
	background-size: 18px;
}
.jd_noctice_title .btn,.jd_notice_detail .btn{
	width: 30px;
	height: 100%;
	opacity: .8;
	cursor: pointer;
}
.jd_noctice_title .btn:hover{
	opacity: 1;
}
.jd_notice_con{
	width: 100%;
	height: 228px;
	overflow: auto;
	padding: 0 15px;
}
.jd_notice_scrollbar::-webkit-scrollbar {
    width: 9px;
    height: 9px
}

.jd_notice_scrollbar::-webkit-scrollbar-track {
    width: 6px;
    background-color: transparent;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em
}

.jd_notice_scrollbar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
}

.jd_notice_scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a9a9a9
}
.jd_notice_item{
	width: 100%;
	height: 112px;
	cursor: pointer;
	padding: 20px 10px 13px;
	border-bottom: 1px solid #ddd;
}
.jd_notice_item:last-child{
	border-bottom: 0;
}
.jd_notice_date{
	width: 106px;
	height: 78px;
	float: left;
	color: #FF7E00;
	font-weight: bold;
	text-align: center;
	background: #FCEED3;
	padding: 7px 0 11px;
}
.jd_notice_date .day{
	font-size: 30px;
}
.jd_notice_date .years{
	font-size: 15px;
}
.jd_notice_list_con{
	width: 230px;
	height: 100%;
	padding-left: 15px;
	float: left;
	text-align: left;
}
.jd_notice_list_con .jd_notice_list_con_title{
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jd_notice_list_con .jd_notice_list_con_text{
	width: 100%;
	font-size: 13px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jd_notice_list_con .jd_notice_list_con_text *{
	display: inline;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	padding: 0;
	vertical-align:top;
	border:none;
	list-style: none;
	text-decoration: none;
}
.jd_notice_detail_shadow{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.jd_notice_detail{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10001;
	width: 720px;
	height: 495px;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 20px 0;
	border-radius: 8px;
	box-shadow: 0px 0px 7px 4px rgb(6 0 1 / 10%);
} 

.jd_notice_detail_title{
	padding: 10px 45px 15px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.jd_notice_detail_con{
	width: 100%;
	padding: 10px 30px;
	text-align: left;
	overflow: auto;
}
.jd_notice_detail_time{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	text-align: right;
	margin: 20px 30px 0;
}
.jd_notice_detail .btn.close{
	height: 30px;
	position: absolute;
	top: 0;
	right: -35px;
	background: url(../../static/pay/img/m/pay/nIcon/close_w.png) no-repeat right center;
	background-size: 20px;
}