﻿@charset "utf-8";
.fixed-right{ position: fixed; right: 40px; bottom: 20%;margin-top: -65px; z-index:10002; display: none}
.fixed-right.show{ display: block; }
.fixed-right ul li{ position: relative; background-color: #03A6F0; width: 45px; height: 45px; background-position: center center; 
	background-repeat: no-repeat; background-size: 45px auto; border-radius: 5px; margin-top: 20px; cursor: pointer;}
.fixed-right ul li:hover{ background-color:#0081BF;  }
.fixed-right .consult{background-image:url("http://img1.minghecloud.com/Style/images/oa/consult.png")/*tpa=http://img1.Minghecloud.com/images/oa/consult.png*/;}
.fixed-right .return-top{background-image:url("http://img1.minghecloud.com/Style/images/oa/return_top.png")/*tpa=http://img1.Minghecloud.com/images/oa/return_top.png*/;}
.fixed-right .consult div{ border:2px solid #C4C4C4; background: #fff; border-radius: 6px; position: absolute; width: 252px; height: 110px; padding: 10px;  box-sizing: border-box; right: 65px; top: -30px; opacity: 0;
display: none;transition: display 0.1s ease 0, opacity 0.9s ease 0.1s;}
.fixed-right .consult.current div{ opacity: 1;display:block;transition: display 0.1s ease 0, opacity 0.9s ease 0.1s; }
.fixed-right .consult div:before{ content: ""; position: absolute;border:6px solid transparent; border-left: 16px solid #c4c4c4; right: -24px; z-index: 3; top: 42px;}
.fixed-right .consult div:after{content: ""; position: absolute;border:6px solid transparent; border-left: 16px solid #fff; right: -20px; z-index: 4; top: 42px;}
.fixed-right .consult h2{ font-size: 18px; color:#0680ef; border-bottom: 1px  solid #c4c4c4; line-height: 1.8; padding-bottom: 3px; margin-bottom: 2px;}
.fixed-right .consult h2 span{ font-weight: 400; }
.fixed-right .consult p{ line-height: 1.6; font-size: 16px; color:#999; position: relative; padding-left: 15px;}
.fixed-right .consult p:before{ position: absolute; display: block; width: 5px; height: 5px; border-radius: 50%; background-color: #C4C4C4; content: "";
left: 0;top: 12px; }

#newBridge{
	z-index:10002 !important;
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap{
	width: 45px !important;
	height: 45px !important;
}
#newBridge .icon-right-bottom{
	width: 45px !important;
	height: 45px !important;
	top: 50% !important;
	right: 40px !important;
	margin-top: -110px !important;
	display: none;
	border-radius: 5px !important;
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base{
	cursor: pointer !important;
	background-image:url("http://img1.minghecloud.com/Style/images/oa/base/customer_service.png")/*tpa=http://img1.Minghecloud.com/images/oa/base/customer_service.png*/ !important;
	width: 45px !important;
	height: 45px !important;
	background-position: center center !important; 
	background-repeat: no-repeat !important; 
	background-size: 45px auto !important;
	margin:0!important;
	background-color: #03A6F0 !important;
	
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base:hover{
	background:none !important;
	color:#fff!important;
	font-size: 22px!important;
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base:hover div{
	transition: color 0s ease 0s;
	width: 45px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 20px;
	padding-top:3px;
	box-sizing: border-box;
}
#newBridge .nb-icon-base .nb-icon-bridge-base{
	left: 0!important;
	top: 0!important;
}
.test-beta-content{
	width: 1180px;
	box-sizing: border-box;
	padding: 60px 155px;
	margin:auto;
	box-shadow: 5px 5px 8px #dcdcdc;
	border:1px solid #f8f8f8;
	margin-top: -170px;
	position: relative;
	background: #fff;
}