.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%;
}
.Xwt-notice-mask {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
}
.Xwt-notice-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 32px 22px;
    border-radius: 10px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,225,189) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,225,189) 0%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,225,189) 0%, rgb(255,255,255) 34%);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
    border: 3px solid #fff;
}
.Xwt-notice-pop .icon {
	text-align: center;
	margin-top: -34px;
}
.Xwt-notice-pop .title {
    text-align: center;
    font-size: 22px;
    margin-top: 6px;
}
.Xwt-notice-pop .content-box {
    margin-top: 16px;
}
.Xwt-notice-pop .content-box p {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.Xwt-notice-pop .btn-box {
    text-align: center;
    margin-top: 16px;
}
.Xwt-notice-pop .btn-box a {
    display: inline-block;
    padding: 0 28px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    height: 42px;
    border-radius: 22px;
    background:linear-gradient(90deg,rgb(250,135,29),rgb(243,104,35),rgb(243,104,35),#f90,rgb(250,135,29));
    background-size:400%
}  
.Xwt-notice-pop .btn-box a:hover {
  animation:sun 8s infinite linear
}
@keyframes sun {
  100% {
    background-position:-400% 0
  }
}
.Xwt-notice-pop .close {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url('https://public.mtnets.com/Images/public/xwt/close20x20.png');
	background-repeat: no-repeat;
	background-size: contain;
	right: -24px;
	top: -34px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Xwt-notice-pop .close:hover {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
