.notice-pop2{
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 2000;
}
.d-warp{
    /* padding-top: 10px; */
    width: 100%;
    min-width: 300px;
    overflow-x: auto;
    min-height: 206px;
}
.d-content{
    width: 300px;
    height: 170px
}
.dialog-item{
    padding: 5px 5px 5px 5px;
}
.dialog-item:not(:last-child){
    border-bottom: 1px solid #ececec;
}
.dialog-item-tag{
    display: inline-block;
	width: 46px;
	height: 28px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
    line-height: 27px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ff6d3b;
    text-align: center;
    border-radius: 2px;
}


/* 重写民政厅即时消息提醒弹窗的相关样式 */
.pop-content{
    height: 120px !important;
}

.notice-pop{
    width: 320px !important;
    height: 220px !important;
}

#messagecon {
    -webkit-line-clamp: 4 !important;
}





/*--------------------------------------*/
body {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.ellipsis{
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule-dialog {
    width: 450px;
    height: 419px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(128, 145, 165, 0.2);
    position: absolute;
    bottom: 0;
    right: 0;

}

.header {
    height: 48px;
    background: #1B82D1;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 4px 4px 1px 1px;
}

.header-left {
    color: #ffffff;
    font-size: 18px;
}

.header-left img {
    width: 21px;
    height: 18px;
    font-size: 18px;
    position: relative;
    top: 4px;
}

.header-left .num {
    font-size: 16px;
}

.close {
    width: 19px;
    height: 19px;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.header-left .ml {
    margin-left: 8px;
}

.btns {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    box-shadow: 0px -1px 0px 0px rgba(236, 236, 236, 1);
}

.btns div {
    font-size: 14px;
    color: #ffffff;
    padding: 5px 15px;
    cursor: pointer;
}

.btns div + div {
    margin-left: 12px;
}

.button {
    background: #1B82D1;
    border-radius: 1px;
    border: none;
}

.outter {
    border: 1px solid rgba(27, 130, 209, 1);
    border-radius: 1px;
    background: #ffffff;
    color: #1B82D1 !important;
    padding: 4px 15px;
}

.title-tag .common-tag {
    font-size: 14.75px;
    padding: 2px 5px;
}

.tag {
    color: #F0422C;
    background: rgba(240, 66, 44, 0.10);
    border-radius: 1px;
}
.tag1{
    color: #1B82D1;

    background: rgba(27,130,209,0.10);
    border-radius: 1px;
}

.title-tag .title {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.44px;
    font-weight: 700;
    width: 368px;
    margin-left: 2px;
    position: relative;
    top: 3px;
}

.time {
    width: 13px;
    height: 14px;
    position: relative;
    top: 1px;
}

.address {
    width: 12.09px;
    height: 16px;
    position: relative;
    top: 2px;
}

.common-height span {
    font-size: 14px;
    color: #333333;
}

.address-time {
    margin-top: 12px;
}

.common-height + .common-height {
    margin-top: 5px;
}

.notice .padding {
    box-sizing: border-box;
    padding: 14px;
}
.notice + .notice{
    border-top: 1px solid #ececec;
}

.remind {
    font-size: 14px;
    color: #666666;
}

.remind input {
    position: relative;
    top: 2px;
}

.remind span {
    margin-left: 4px;
}

.contral img {
    width: 8px;
    height: 9px;
    margin-left: 4px;
}

.detail {
    font-size: 14px;
    color: #1B82D1;
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
}

.contral {
    position: relative;
    padding-top: 12px;
}
.notice-list{
    height: 320px;
    overflow: hidden;
    overflow-y: auto;
}

.remind1 input[type=radio], .remind1 input[type=checkbox] {
    display: inline-block!important;
    visibility: unset!important;
}