/* $Id: base.css 139 2016-02-20 05:58:03Z zhaoff@wisecrm.com $ */
body, html {
	min-width: 1000px;
}
body {
	background: #fff none;
}
html, body {
	font-family: "微软雅黑", "Helvetica Neue", "Hiragino Sans GB", Arial, sans-serif;
	font-family: "Helvetica Neue", "Hiragino Sans GB", "微软雅黑", Arial, sans-serif;
	font-weight: 400;
}
.cn {
	font-family: "Helvetica Neue", "Hiragino Sans GB", "微软雅黑", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: normal;
}
a {
	outline: none !important;
	color: #2277da;
}
.container {
	min-width: 1000px;
	max-width: 1200px;
}
.form-control {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) inset;
	background-color: #ccc;
	border: 0 none;
	border-radius: 9px;
}
.form-control:focus {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) inset;
	background-color: #eee;
}
.tooltip {
	font-size: 12px !important;
}
.tooltip-inner {
	max-width: 320px;
}
.btn-success {
	background-color: #00bc0c;
	border-color: #00bc0c;
	border-radius: 9px;
}
.btn-success:hover {
	background-color: #3eb94e;
	border-color: #3eb94e;
}
.btn-default, .btn-default:hover {
	border-radius: 28px;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 48px;
	font-size: 18px;
}
.btn-default:hover {
	opacity: 0.9;
}

.navbar {
	height: 72px;
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0;
	position: static;
}
.navbar.s {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.navbar a.navbar-brand {
	background: url(../img/wisecrm_logo.png) no-repeat 0 center;
	background-size: 180px auto;
	text-indent: -9999px;
	text-shadow: none;
	width: 180px;
	height: 70px;
}
.navbar .nav > li > a {
	height: 72px;
	display: inline-block;
	padding: 24px 30px;
	font-size: 15px;
}
.navbar .nav a:hover, .navbar .nav li.active > a {
	background-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar .nav > li {
	position: relative;
}
.navbar .nav > li > div.submenu {
	position: absolute;
	top: 71px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 9999;
}
.navbar .nav li.active div.submenu {
	display: block;
}
.navbar .nav > li > div .pull-left {
	min-width: 200px;
}
.navbar .nav > li > div a {
	display: block;
	color: #fff;
	font-size: 15px;
	padding: 9px 30px;
	padding: 12px 30px;
	text-decoration: none !important;
}
.navbar .nav > li > div a:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.navbar.S2 .nav > li > div.submenu {
	background-color: #e5e5e5;
}
.navbar.S2 .nav > li > div.submenu a {
	color: #555;
}
.nav li.current > a {
	/*
	 color: #2095ff;
	 background-color: rgba(0, 0, 0, 0.1) !important;
	 */
}

.login-nav {
	padding-top: 17px;
	margin-right: -15px;
	margin-left: 9px;
}
.login-nav a {
	background-color: #00af83;
	background-color: #fa8e06;
	border-radius: 28px;
	color: #fff;
	min-width: 110px;
	font-size: 14px;
	margin-left: 9px;
	padding: 7px 14px;
}
.login-nav a:hover {
	color: #fff;
	opacity: 0.9;
}

.footer {
	background-color: #263540;
	padding-bottom: 15px;
}
.footer .container {
	padding: 1px;
	padding-top: 48px;
}
.footer .container, .footer .container a {
	color: #555;
	color: #ccc;
	color: #fff;
	font-size: 13px;
}
.footer .container h4 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 8px;
	line-height: 1;
}
.footer .pull-left, .footer .pull-right {
	width: 160px;
}
.footer .pull-left ul, .footer .pull-right ul {
	line-height: 2.3;
	margin: 0;
}
.footer .pull-right a {
	color: #ccc;
}
.footer .go-links, .footer .go-links a {
	font-size: 12px;
	color: #ccc;
}

.no-plpr {
	padding-left: 0;
	padding-right: 0;
}
.center {
	text-align: center;
}
.base-color {
	color: #2277da;
}

.float-quick {
	position: fixed;
	right: 9px;
	top: 33%;
}
.float-quick > a {
	background-color: #2277da;
	width: 64px;
	height: 64px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	border-radius: 2px;
}
.float-quick > a i {
	display: block;
	font-size: 23px;
	height: 39px;
	padding-top: 13px;
}
.float-quick > a:hover {
	opacity: 0.9;
}
.tooltip .tooltip-inner {
	font-size: 16px;
	background-color: #2277da;
	border-radius: 2px;
	padding: 8px 16px;
	font-family: arial, sans-serif;
}
.tooltip .tooltip-arrow {
	border-left-color: #2277da !important;
}

@font-face {
	font-family: 'wf-reg-now';
	src: url('//at.alicdn.com/t/t2ovue8jkssmj9k9.eot'); /* IE9*/
	src: url('//at.alicdn.com/t/t2ovue8jkssmj9k9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/t2ovue8jkssmj9k9.woff') format('woff'), /* chrome、firefox */
	url('//at.alicdn.com/t/t2ovue8jkssmj9k9.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('//at.alicdn.com/t/t2ovue8jkssmj9k9.svg#思源黑体-极细') format('svg'); /* iOS 4.1- */
}
.reg-now {
	background: url(//wbs-qncdn.wisecrm.cn/uploader/20160811/37338283970794686.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding: 60px 0;
}
.reg-now h1 {
	font-family: wf-reg-now;
	color: #fff;
	margin-bottom: 24px;
	margin-top: 9px
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-24 {
	font-size: 24px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}

.dot-line{text-align:center;}
.dot-line span{background-color:#ddd;height:6px;width:39px;border-radius:9px;display:inline-block;}

.modal-dialog {
	margin: 10px auto;
	margin-top: 55px;
}
.modal-body {
	max-height: 450px;
	overflow-y: hidden;
	padding-bottom: 0;
	padding: 0;
}
.modal-body iframe {
	width: 100%;
	height: 100%;
	background: #fff url(../img/loading_60x60.gif) no-repeat center 42%;
}
.modal-header .close {
	font-size: 24px;
}
.modal-content {
	border-radius: 2px;
}

span.contact_me_qr,
span.contact_me_qr > img {
	width: 140px;
	height: 140px;
	display: inline-block;
}

span.contact_me_qr {
	margin: -3px -11px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}