.XWT-notice {
    right: 36px;
    bottom: 50px;
    position: fixed;
    z-index: 1000009;
}
.XWT-notice-box {
    position: relative;
    overflow: hidden;
    padding: 10px 65px 10px 15px;
    border-radius: 4px;
    background-color: #ee5833;
    color: #fff;
    box-shadow: 0px 2px 7px 0px rgba(214, 58, 19, 0.5);
}
.XWT-notice-box .circular {
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #50d0c7;
	margin-right: 6px;
	margin-top: 7px;
}
.XWT-notice-box p {
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
}
.XWT-notice-box span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #e83e15;
}
.XWT-notice-box span i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    transform: translate(-50%,-50%);
}
.XWT-notice-box span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #e83e15 transparent transparent;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}
.XWT-notice-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
