


.newZhongshangSidebar * {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	border: none;
	background: none;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
	float: none;
	font-weight: normal;
	width:auto;
}

.newZhongshangSidebar>li>a {
	display: block;
}

.newZhongshangSidebar {
	list-style: none;
	width: 70px;
	height: 254px;
	position: fixed;
	text-align: center;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	background: #f44343;
	box-sizing: border-box;
	padding: 0px;
	z-index: 999999999;
}

.newZhongshangSidebar>li {
	padding: 20px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	height: auto;
	line-height: initial;
}

.newZhongshangSidebar>li:last-child {
	border-bottom: none;
}

.zs_zhongshang_freePhone {
	position: relative;
}

.zs_zhongshang_freePhoneHover {
	position: absolute;
	width: 240px;
	height: 270px;
	top: 0px;
	bottom: 0;
	padding: 0 15px;
	display: none;
	margin: auto;
	animation: i .3s ease-in-out forwards;
	transition: all 0.5s;
}

/* .zs_zhongshang_freePhone:hover .zs_zhongshang_freePhoneHover {
	display: block;
} */

.zs_zhongshang_freePhoneBox {
	position: relative;
	padding: 20px 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 30px 2px #CCCCCC;
	border-radius: 5px;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBox_left {
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: #fff;
	left: -20px;
	top: 0px;
	bottom: 0;
	margin: auto;
	display: none;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBox_right {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: #fff;
	right: -20px;
	top: 0px;
	bottom: 0;
	margin: auto;
	display: none;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxInput input {
	border: 1px solid #ff0000;
	width: 170px;
	height: 40px;
	margin: auto;
	text-align: center;
	color: #666666;
	font-size: 14px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxInput button {
	width: 170px;
	height: 40px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	background: #ff0000;
	margin-bottom: 20px;
	cursor: pointer;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxInput i {
	display: inline-block;
	width: 190px;
	border-bottom: 1px dotted #666;
	margin: auto;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxInput>div {
	width: 140px;
	margin: auto;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxInput>div p {
	color: #666;
	line-height: 20px;
	text-align: left;
	margin-bottom: 10px;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxInput>div p span {
	color: #4a8bfd;
}

/***呼叫中*/
.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxConduct {
	width: 210px;
	height: 157px;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxConduct>p {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.zs_zhongshang_freePhoneBox>.zs_zhongshang_freePhoneBoxConduct>p>span {
	color: #4a8bfd;
	font-size: 14px;
}

.zs_zhongshang_freePhoneBoxError,.zs_zhongshang_freePhoneBoxSucce {
	width: 210px;
	height: 157px;
	padding: 20px 0;
	display: none;
}

.zs_zhongshang_freePhoneBoxError>p,.zs_zhongshang_freePhoneBoxSucce>p {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.zs_zhongshang_freePhoneBoxError>p>span,.zs_zhongshang_freePhoneBoxSucce>p>span {
	color: #4a8bfd;
	font-size: 14px;
}

.zs_zhongshang_freePhoneBoxError>p>a,.zs_zhongshang_freePhoneBoxSucce>p>a {
	color: #666;
	font-size: 14px;
}

@
keyframes i { 0% {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

to {
	opacity: 100;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}
.newZhongshangMessage {
	width: 350px;
	height: 500px;
	position: fixed;
	border: 1px solid #3499E9;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	font-size: 12px;
	bottom: -600px;
	z-index: 99999;
	cursor: move;
}

.newZhongshangMessage * {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000;
}

.newZhongshangMessage>.newZhongshangMessage_top {
	height: 50px;
	line-height: 50px;
	text-align: right;
	padding-right: 10px;
	background: #3499E9;
}

.newZhongshangMessage>.newZhongshangMessage_top a {
	display: inline-block;
	width: 25px;
	height: 25px;
}

.newZhongshangMessage>.newZhongshangMessage_top a img {
	width: 100%;
}

.newZhongshangMessage>h2 {
	font-weight: 600;
	font-size: 12px;
	padding: 20px;
}

.newZhongshangMessage>textarea {
	display: block;
	width: 325px;
	height: 157px;
	max-height: 157px;
	max-width: 325px;
	min-width: 325px;
	min-height: 157px;
	border: 1px solid #666;
	margin: auto;
	text-indent: 0.5em;
}

.newZhongshangMessage>.newZhongshangMessage_bottom {
	padding: 0 20px;
}

.newZhongshangMessage>.newZhongshangMessage_bottom li {
	margin-bottom: 10px;
	font-size: 14px;
}

.newZhongshangMessage>.newZhongshangMessage_bottom li input {
	height: 25px;
	border: 1px solid #666;
	text-indent: 0.5em;
}

.newZhongshangMessage>button {
	width: 330px;
	height: 34px;
	border-radius: 3px;
	color: #fff;
	display: block;
	margin: auto;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	background: #3499E9;
	border: none;
}

.newZhongshangCenter {

	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 370px;
	z-index: 9999;
	height: 239px;
	/*background-image: url(http://ztcbucket.oiaqye7985.com/kf/center3.jpg);*/
	background-position: top;
	background-repeat: no-repeat;
	background-color: #327bfd;
	box-shadow: 0 0 30px 2px #CCCCCC;
}

.newZhongshangCenter * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 12px;
	box-sizing: border-box;
	width:auto;
}

.newZhongshangCenter>h1 {
	text-align: right;
	padding: 10px;
}

.newZhongshangCenter>.newZhongshangCenter_txt {
	padding-top: 30px;
	text-align: center;
	height: 147px;
}

.newZhongshangCenter>.newZhongshangCenter_txt>h1 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 5px;
}

.newZhongshangCenter>.newZhongshangCenter_txt>h2 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}

.newZhongshangCenter>.newZhongshangCenter_txt>h2>span {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}

.newZhongshangCenter_txt_bottom {
	height: 60px;
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.newZhongshangCenter_txt_bottom>div {
	position: relative;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

.newZhongshangCenter_txt_bottom>div>a {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newZhongshangCenter_txt_bottom>div>a:hover {
	color: #4A8BFD;
}

.newZhongshangCenter_tel {
	position: absolute;
	width: 370px;
	height: 160px;
	bottom: -160px;
	left: -186px;
	border: none;
	box-shadow: 0 6px 30px 2px #CCCCCC;
	animation: i .3s ease-in-out forwards;
	padding: 10px 0 0;
	display: none;
}

.newZhongshangCenter_telBox {
	position: relative;
	height: 100%;
	background: #fff;
}

.newZhongshangCenter_telBox>i {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	right: 100px;
	top: -20px;
}

.newZhongshangCenter_telBoxT {
	height: 100%;
	padding: 30px 30px 0;
}

.newZhongshangCenterInput {
	text-align: left;
	display: none;
}

.newZhongshangCenterInput input {
	border: 1px solid #4a8bfd;
	width: 170px;
	height: 40px;
	margin: auto;
	text-align: center;
	color: #666666;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.newZhongshangCenterInput button {
	width: 130px;
	height: 40px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	background: #4a8bfd;
	border: none;
	margin-bottom: 20px;
	cursor: pointer;
}

.newZhongshangCenterInput p {
	text-align: center;
	color: #666;
	font-size: 14px;
}

.newZhongshangCenterInput p span {
	color: #4A8BFD;
	font-size: 14px;
}

.newZhongshangCenterConduct {
	padding-top: 20px;
	display: none;
}

.newZhongshangCenterConduct p {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.newZhongshangCenterError,.newZhongshangCenterSucce {
	display: none;
}

.newZhongshangCenterError p {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.newZhongshangCenterError a{
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.newZhongshangCenterSucce p {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.newZhongshangCenterSucce a {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.newZhongshangCenterSucce span {
	color: #4A8BFD;
	font-size: 14px;
}

.newZhongshangCenterError span {
	color: #4A8BFD;
	font-size: 14px;
}

.newZhongshangCenterConduct p span {
	color: #4A8BFD;
	font-size: 14px;
}

/* .newZhongshangCenter_txt_bottomRight:hover .newZhongshangCenter_tel {
	display: block;
} */

.newZhongshangCenter_txt_bottom>div:last-child {
	border-left: 1px solid #ccc;
}

.newZhongshangCenter_txt_bottom div img {
	margin-right: 10px;
	width:auto;
	height: auto;
}
.newZhongshangCenter *{
	line-height: initial;
}
.newZhongshangCenter_txt_bottom>div>a span{
    color: #000;
    height: auto;
}
.newZhongshangMessage h2 ,.newZhongshangCenter h2{
    font-size: 14px;
    line-height: inherit;
    height: auto;
    font-weight: normal;
    text-indent: inherit;
    float: none;
}
#chatIframe{
			    margin:0 !important;
			    padding:0 !important;
			}