
 a {
	 text-decoration: none;
 }
 
/*new right*/
.cndns-right{position:fixed;right:5px;top:36%; z-index:100}

.cndns-right-meau{position:relative;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.cndns-right-meau:hover .cndns-right-box {display:block}

.cndns-right-box {position:absolute; top:-15px; right:48px; padding-right:25px;display:none;}
.cndns-right-box .box-border{ border:1px solid #ccc; padding:10px; background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right {display:block;width:13px;height:16px; background:url(../images/arrow.png) no-repeat; position:absolute; right:-13px; top:26px;}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal; }


.meau-sev .cndns-right-box .box-border{width:140px;}
.meau-contact .cndns-right-box .box-border{width:140px;}
.meau-code .cndns-right-box .box-border{ width:156px;text-align:center;}

.cndns-right-btn {width:48px; height:48px; display: flex; justify-content: center; align-items: center; text-align:center;  border-bottom: 1px solid #666; position:relative; background-color:#555; }
.meau-sev .cndns-right-btn  {background:#ff6800 }
.cndns-right-btn p{color:#fff; font-size:14px; display:none;}


.meau-code .cndns-right-box  {top:inherit; bottom:-35px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}

.meau-top .cndns-right-btn span { font-size:12px;line-height:12px; display:block; color: #999; }
.meau-top.cndns-right-meau:hover .cndns-right-btn {background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff}  

