.XWT-notice {
    right: 36px;
    bottom: 50px;
    position: fixed;
    z-index: 9999999;
}
.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-marquee-text{
    position:fixed;
    top: 120px;
    right: 5px;
    z-index: 10000;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
}
.Xwt-marquee-text ul{
    text-align: right;
}
.Xwt-marquee-text ul li{
    margin-bottom:8px;
    display: block;
}
.Xwt-marquee-text ul li p{
    height:30px;
    line-height:30px;
    font-size: 12px;
    color:#fff;
    border-radius: 15px; 
    background:rgba(0,0,0,0.5);
    padding-right:10px;
    margin-bottom:0px; 
    display: inline-block;
}
.Xwt-marquee-text ul li p span{
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:#428aee;
    position:relative;
    vertical-align: top;
    margin-right:10px;
}
.Xwt-marquee-text ul li p span i{
    position:absolute;
    width:14px;
    height:16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:url('https://public.mtnets.com/Images/public/xwt/notice.png') no-repeat;
}
.Xwt-icon{
    position:fixed;
    top: 160px;
    right: 5px;
    z-index: 9999;
    width:110px; 
    height:151px; 
    background:url('https://public.mtnets.com/Images/public/xwt.png') no-repeat;
}
.Xwt-icon a.CloseBtn{
    width:21px; 
    height:21px; 
    position:absolute; 
    right:3px; 
    top:9px;
    cursor:pointer;
    background:url('https://public.mtnets.com/Images/public/blank.png'); 
    z-index:9;
}
.Xwt-icon a.OnlineBtn{
    width:89px; 
    height:24px; 
    position:absolute; 
    right:12px; 
    bottom:18px; 
    font-size:12px; 
    font-family:'microsoft yahei'; 
    color:#5c3503; 
    line-height:24px; 
    text-indent:32px;
    cursor:pointer; 
    text-decoration:none; 
    background:url('https://public.mtnets.com/Images/public/blank.png');
}
.Xwt-dialog{
    width: 300px;
    position:fixed;
    z-index: 999998;
    right: 5px;
    bottom:5px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.Xwt-dialog .Xwt-dialog-title{
    height: 44px;
    position:relative;
    background-color: #4385f5;
}
.Xwt-dialog .Xwt-dialog-title h2{
    font-size: 16px;
    color: #ffffff;
    line-height: 44px;
    margin-left: 16px;
    font-weight: 700;
}
.Xwt-dialog .Xwt-dialog-title p{
    position:absolute;
    right: 16px;
    top: 14px;
}
.Xwt-dialog .Xwt-dialog-title p a{
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 18px;
}
.Xwt-dialog .Xwt-dialog-title p a.Minimize{
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat 0 0px;
}
.Xwt-dialog .Xwt-dialog-title p a.Restore{
    height: 15px;
    width: 15px;
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat -30px 0px;
}
.Xwt-dialog .Xwt-dialog-title p a.Close{
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat -60px -1px;
}
.Xwt-dialog .Xwt-dialog-content{
    height: 130px;
    padding:10px 20px;
    overflow: auto;
    box-sizing: border-box;
}
.Xwt-dialog .Xwt-dialog-content-left{
    margin:10px 0;
}
.Xwt-dialog .Xwt-dialog-content-left .Content{
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 8px;
    background-color: #f2f2f2;
}
.Xwt-dialog .Xwt-dialog-content-right{
    margin:10px 0;
    text-align: right;
}
.Xwt-dialog .Xwt-dialog-content-right .Content{
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #4385f5;
    text-align: left;
}
.Xwt-dialog .Xwt-dialog-btns{
    padding: 10px 0;
    background: #fcf7f1;
    text-align: center;
    font-size: 0;
}
.Xwt-dialog .Xwt-dialog-btns a{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    border:1px solid #ee9138;
    border-radius: 14px;
    color: #ec7506;
    line-height: 26px;
    text-decoration: none;
    padding: 0 15px;
    margin: 0 5px;
}
.Xwt-dialog .Xwt-dialog-form{
    border-top:1px solid #eaeaea;
    position:relative;
    height: 130px;
}
.Xwt-dialog .Xwt-dialog-form textarea{
    width: 300px;
    height: 56px;
    font-size: 14px;
    line-height: 22px;
    color: #aaaaaa;
    border:none;
    padding:10px 10px;
    outline: none;
    overflow-y: auto;
}
.Xwt-dialog .Xwt-dialog-form textarea:focus{
    color: #333333;
}
.Xwt-dialog .Xwt-dialog-form button{
    position:absolute;
    right: 10px;
    bottom:10px;
    font-size: 12px;
    border:1px solid #e2e2e2;
    border-radius: 2px;
    background: #f0efed;
    padding: 6px 10px;
    cursor: pointer;
}
.Xwt-dialog-ybzhan{
    width: 300px;
    position:fixed;
    z-index: 999998;
    right: 5px;
    bottom:5px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-body{
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.Xwt-dialog-ybzhan .Xwt-dialog-title{
    height: 44px;
    position:relative;
    border-radius: 8px 8px 0 0;
    background-image: -moz-linear-gradient( 0deg, rgb(255,131,36) 0%, rgb(254,203,156) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,131,36) 0%, rgb(254,203,156) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,131,36) 0%, rgb(254,203,156) 100%);
}
.Xwt-dialog-ybzhan .Xwt-dialog-title i{
    width: 86px;
    height: 80px;
    position:absolute;
    right:5px;
    top: -31px;
    z-index: 7;
    background:url('https://public.mtnets.com/Images/public/xwt/people.png') no-repeat 0px 0px;
    background-size: contain;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title h2{
    font-size: 14px;
    color: #fb8b36;
    line-height: 28px;
    font-weight: 700;
    position:absolute;
    top: 8px;
    left: 85px;
    background-color: #fff;
    border-radius: 17px 17px 0px 17px;
    padding: 0 15px;
    z-index: 8;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title p{
    position:absolute;
    left:0px;
    bottom: 11px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title p a{
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 18px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title .Open-Xwt{
    position:absolute;
    z-index: 9;
    height: 100%;
    width: 220px;
    top: 0;
    left: 80px;
    cursor: pointer;
    background:url('https://public.mtnets.com/Images/public/blank.png');
}
.Xwt-dialog-ybzhan .Xwt-dialog-title p a.Minimize{
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat 0 0px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title p a.Restore{
    height: 15px;
    width: 15px;
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat -30px 0px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title p a.Close{
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat -60px -1px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title-1{
    height: 88px;
    position:relative;
    background:url('https://public.mtnets.com/Images/public/xwt/title-ybzhan.png') no-repeat 0px 0px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title-1 h2{
    font-size: 16px;
    color: #ffffff;
    line-height: 44px;
    margin-left: 16px;
    font-weight: 700;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title-1 p{
    position:absolute;
    right: 16px;
    bottom: 20px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title-1 p a{
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 18px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title-1 p a.Minimize{
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat 0 0px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title-1 p a.Restore{
    height: 15px;
    width: 15px;
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat -30px 0px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-title-1 p a.Close{
    background:url('https://public.mtnets.com/Images/public/xwt/window-set.png') no-repeat -60px -1px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-content{
    height: 120px;
    padding:5px 20px;
    overflow: auto;
    box-sizing: border-box;
}
.Xwt-dialog-ybzhan .Xwt-dialog-content-left{
    margin:10px 0;
}
.Xwt-dialog-ybzhan .Xwt-dialog-content-left .Content{
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #f2f2f2;
}
.Xwt-dialog-ybzhan .Xwt-dialog-content-right{
    margin:10px 0;
    text-align: right;
}
.Xwt-dialog-ybzhan .Xwt-dialog-content-right .Content{
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #4385f5;
    text-align: left;
}
.Xwt-dialog-ybzhan .Xwt-dialog-btns{
    padding: 10px 0;
    background: #fcf7f1;
    text-align: center;
    font-size: 0;
}
.Xwt-dialog-ybzhan .Xwt-dialog-btns a{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    border:1px solid #ee9138;
    border-radius: 14px;
    color: #ec7506;
    line-height: 26px;
    text-decoration: none;
    padding: 0 15px;
    margin: 0 5px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-form{
    border-top:1px solid #eaeaea;
    position:relative;
    height: 110px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-form textarea{
    width: 300px;
    height: 56px;
    font-size: 14px;
    line-height: 22px;
    color: #aaaaaa;
    border:none;
    padding:10px 10px;
    outline: none;
    overflow-y: auto;
}
.Xwt-dialog-ybzhan .Xwt-dialog-form textarea:focus{
    color: #333333;
}
.Xwt-dialog-ybzhan .Xwt-dialog-form p{
    position:absolute;
    left: 10px;
    bottom:10px;
    font-size: 12px;
    padding: 6px 0px;
    color: #999999;
}
.Xwt-dialog-ybzhan .Xwt-dialog-form button{
    position:absolute;
    right: 10px;
    bottom:10px;
    font-size: 12px;
    border:1px solid #e2e2e2;
    border-radius: 2px;
    background: #f0efed;
    padding: 6px 10px;
    cursor: pointer;
}
.Xwt-dialog-ybzhan .Xwt-dialog-telephone{
    padding:10px 0;
    text-align: center;
    font-size: 14px;
    font-family: 'microsoft yahei';
    background-color: #fff3e9;
}
.Xwt-dialog-ybzhan .Xwt-dialog-telephone i{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 3px;
    background:url('https://public.mtnets.com/Images/public/xwt/tel.png') no-repeat 0px 0px;
}
.Xwt-dialog-ybzhan .Xwt-dialog-telephone b{
    color: #ff8426;
}
.Xwt-welcome{
    position:fixed;
    z-index: 10001;
    right: 10px;
    bottom:-180px;
    width: 280px;
    background-color: #fff7ea;
    opacity: 0;
}
.Xwt-welcome-title{
    height: 44px;
    position:relative;
    border-radius: 4px 4px 0 0;
    background-image: -moz-linear-gradient( 0deg, rgb(255,140,47) 0%, rgb(255,200,109) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,140,47) 0%, rgb(255,200,109) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,140,47) 0%, rgb(255,200,109) 100%);
}
.Xwt-welcome-title h2{
    font-size: 16px;
    line-height: 44px;
    font-family: 'microsoft yahei';
    font-weight: 700;
    color: #fff;
    margin-left: 16px;
}

.Xwt-welcome-people{
    width: 107px;
    height: 100px;
    position:absolute;
    right: 12px;
    top: -50px;
    background:url('https://public.mtnets.com/Images/public/xwt/people.png') no-repeat 0px 0px;
}
.Xwt-welcome-content{
    padding:14px 4px 14px 16px;
    overflow: hidden;
    background-color: #fff7ea;
    border-radius: 0 0 4px 4px;
    position:relative;
}
.Xwt-welcome-content p{
    font-size: 14px;
    line-height: 1.5;
}
.Xwt-welcome-btns{
    margin-top: 12px;
}
.Xwt-welcome-btns a{
    font-size: 14px;
    line-height: 32px;
    text-decoration: underline;
    color: #d29b46;
    display: inline-block;
}
.Xwt-welcome-btns a:first-child{
    color: #fff;
    padding: 0 22px;
    background-color: #fb725c;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 16px;
}
.Xwt-welcome-content i{
    position:absolute;
    width: 91px;
    height: 90px;
    right: -10px;
    bottom:-25px;
    background:url('https://public.mtnets.com/Images/public/xwt/icon.png') no-repeat 0px 0px;
}
.Xwt-telephone{
    position:fixed;
    right: 5px;
    bottom:320px;
    width: 300px;
    z-index: 10002;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}
.Xwt-telephone-number{
    font-family: 'microsoft yahei';
    display: inline-block;
    vertical-align: top;
}
.Xwt-telephone-number p{
    font-weight: 700;
    line-height: 22px;
    color: #333;
}
.Xwt-telephone-number p i{
    background: url(https://www.ybzhan.cn/NewShowStand/images/showPhone/Blue/vintage.png) no-repeat;
    background-size: auto;
    display: inline-block;
    width: 15px;
    height: 13px;
    background-size: 100% 100%;
    margin: 5px 4px 0 0;
    vertical-align: top;
}
.Xwt-telephone-text{
    line-height: 22px;
    text-align: right;
    padding-right: 10px;
    color: #999;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}