@charset "utf-8";


/**
** 下面联系我们客服按钮
*/
.service-dialog {
	display: none;
}
.service-mask {
	position: fixed;  
	top: 0;  
	left: 0;  
	width: 100%;  
	height: 100%;  
	background-color: #000;  
	opacity: .7;  
	z-index: 2147000000
}
.service-content {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #fff;
	z-index: 2147000001;
	width: 640px;
	height: 500px;
	margin-left: -320px;
	margin-top: -250px;
	border-radius: 5px;
	overflow: hidden;
	text-align: left;
}
.service-content-header {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #ebeef5;
	padding: 0 20px;
}
.header-same {
	display: inline-block;
}
.header-content {
	font-size: 20px;
	font-weight: bold;
}

.btn-close {  
	position: absolute;  
	right: 20px;  
	top: 14px;  
	width: 20px;  
	height: 20px;cursor:pointer;
}
.btn-close:before, 
.btn-close:after {
	position: absolute;  
	left: 10px;  
	content: ' ';  
	height: 20px;  
	width: 2px;  
	background-color: #999;
}
.btn-close:hover:before, 
.btn-close:hover:after {
	background-color:#666;
}
.btn-close:before {
	transform: rotate(45deg);
}
.btn-close:after {
	transform: rotate(-45deg);
}

.service-content-main {
	padding: 20px;
}

.service-title {
	font-size: 16px;
	font-weight: bold;
}

.service-one, 
.service-two {
	clear: both;
}
.service-one {
	margin-bottom: 20px;
}

.service-left {
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
}

.service-left>img {
	width: 160px;
	height: 160px;
}
.service-right {
	display: inline-block;
	float: left;
	width: 50%;
}
.service-right>div {
	font-size: 20px;
}
.service-ft {
	color: #999;
	margin: 36px 0;
}
.service-tpis {
	font-size: 12px;
	color: #999;
}

.service-form-line {
	margin: 10px 0;
}

.service-form-title {
	font-size: 14px;
}

input.service-input {
	height: 42px;
	line-height: 42px;
	width:60%;
	border:1px solid #CCD0D8;
	box-shadow: none!important;
	border-radius:4px;
	vertical-align: middle;
	text-indent:10px;
	font-size: 14px;
	background-color: #fff;
}
input.service-input:focus {
	background: #fff;
}

.service-form-tips {
	color: red;
	display: none;
}

.service-content-footer {
	text-align: center;
}
.service-footer-confirm {
	display: inline-block;
	width: 60px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #4386f4;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	margin: 0 6px;
	cursor: pointer;
}

/**
** 客服样式
*/
.server-dialog {
  position: fixed;
  right: 10px;
  top: 49%;
	background: #4386f4;
	padding: 10px;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 12px;
}

.commit {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAWlJREFUSEvllrFKA0EURTONhY3apBFB8QMSq5RJCglYWVgb8wVJl1KwFgzYiYU/EExtE/MHWgo2NlYKgh+wOXeZXbMLZmZWFwsXLnmTufPOvMmbJaZS8mNKzl9JAVEUTYCtFQR+sK5njNFn5lkERAWTJ8vaAO5dgBmmVgiIypW0if4TgLJXKXkLfXJkr4x3iFeIn4g3iKvojfF7oSNi0T4J7tCYJEeMn4l3beJjPs/RKXNneYAd15jTRjJtqi6Kf2RMDeJLNGU8ZHxLvIk66AD10RVz198AmszFHZpv0x93UQL8WwC7qFOd760e4ZU/vgfOCjDqlXERctms1wuwmHcWCBlQwYOrAuV8QYcyBwJiuwugXSt5+lZkwTbfdT1gj6ybLAOMMAzyiVjQ0n3wAMhyg/aQLlr2HixLAETgdQdEnrTzggA+u7dHqQ6syf/rgGQTgHRM3dIAtpNOAAj09S7yOYYintL/VcwBs8HkGb7kDHAAAAAASUVORK5CYII=) no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
}