* {
	box-sizing: content-box;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
html,
li,
ol,
ul {
	margin: 0;
	padding: 0;
	font: 14px/20px "microsoft yahei", Arial, Helvetica, sans-serif;
	font-style: normal;
}

body {
	min-height: 100vh;
	background: #fff;
	box-sizing: border-box;
}

#container,
body {
	position: relative;
	min-width: 1200px;
}

#container {
	overflow: hidden;
	height: auto;
	min-height: auto;
}

.min-fontSize {
	font-size: 12px;
}

.textEll {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

li,
ol,
ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	outline: 0;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.main-wrap {
	overflow: auto;
	margin: 0 auto;
	width: 750pt;
}

#container {
	overflow: auto;
	background: #fff;
}

.head-wrap {
	min-width: 750pt;
	background: #fff;
}

.head-nav {
	margin: 0 auto;
	width: 1200px;
	height: 84px;
	
    
    background: none;
    padding-top: 25px;
    box-sizing: border-box;
}

.login-wrap {
	overflow: hidden;
	height: 570px;
	min-width: 1000px;
	background: url(/static/image/wave-bg.png) repeat-x center top;
}

.login-box {
	position: relative;
	margin: 0 auto;
	margin-bottom: 0 auto;
	width: 1000px;
	height: 570px;
}

.ball {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 10;
	width: 590px;
	height: 340px;
	background: url(/static/image/ball1.png) no-repeat left top;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.nav-tabs>li {
	width: 50%;
}

.nav-tabs>li:after {
	position: absolute;
	top: 20px;
	left: -1px;
	width: 1px;
	height: 20px;
	background: #f4f4f4;
	content: '';
}

.nav-tabs>li:first-child:after {
	width: 0;
}

.panel.panel-colorful>.panel-heading:after,
.panel>.panel-heading:after {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	height: 0;
	border-bottom: 1px solid #f4f4f4;
	content: '';
}

.nav-tabs>li>a {
	margin-right: 0;
	padding: 17px 15px;
	text-align: center;
	font-size: 18px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 1px solid #fff;
	color: #ea5037;
	font-weight: 700;
}

.nav-tabs>li>a:hover {
	border-color: transparent;
}

.nav-tabs {
	border-bottom: 1px solid #fff;
}

.login-panel {
	position: absolute;
	top: 120px;
	right: -20px;
	padding: 0 20px 20px;
	width: 346px;
	height: 390px;
}

.login-panel .panel {
	height: 390px;
}

.bottom-nav {
	width: 100%;
	height: 140px;
	min-width: 1200px;
	color: #666;
	font-size: 14px;
}

.bottom-wrap{
	width: 1000px;
	margin: 0 auto;
}

.bottom-nav .bottom-wrap>a {
	padding-right: 36px;
	line-height: 50px;
	color: #666;
	cursor: pointer;
	font-size: 16px;
}

.bottom-nav .bottom-wrap>p {
	
}

.bl-title {
	display: table;
	padding: 40px 24px 0;
	line-height: 40px;
}

.input-group-addon {
	padding: 19px 0;
	min-width: 40px;
}

.form-control {
	padding: 11px 9pt;
	font-size: 9pt;
}

.form-control,
.input-group-addon {
	border: 1px solid #bdbdbd;
}

.input-group .form-control {
	width: 15pc;
}

.tab-pane {
	padding-top: 30px;
}

.form-control:focus {
	border-color: #bdbdbd;
}

.user {
	background: url(/static/image/user.png) no-repeat center center;
	background-color: #f3f3f3;
}

.password {
	background: url(/static/image/password.png) no-repeat center center;
	background-color: #f3f3f3;
}

.mar-btm {
	margin-bottom: 20px;
}

.ope-div {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	box-sizing: border-box;
	min-height: 57px;
}

.ope-div>input {
	vertical-align: bottom;
}

.ope-div>span {
	vertical-align: bottom;
}

.ope-div>a {
	float: right;
	vertical-align: bottom;
	cursor: pointer;
}

.btn-block {
	width: 280px;
	font-size: 18px;
}

.panel-footer {
	line-height: 32px;
	overflow: auto;
}

.third-part-ul {
	overflow: auto;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin-left: -8px;
}

.third-part-ul>li {
	float: left;
	line-height: 32px;
	margin: 0px 14px;
	padding-left: 26px;
	position: relative;
}

.third-part-ul>li:after {
	content: '';
	height: 12px;
	width: 1px;
	background: #d5ccd5;
	position: absolute;
	top: 10px;
	right: -14px;
}

.third-part-ul>li:last-child:after {
	width: 0px;
}

.third-part-ul>li>a {
	cursor: pointer;
}

.third-part-ul>li>a:hover {
	text-decoration: none;
	color: #666;
}
.qq_link{
    background: url(/static/image/QQ.png) no-repeat left center;
    display:inline-block;
    height:20px;
    line-height:20px;
    padding-left:25px;
}
.weixin_link {
	background: url(/static/image/weixin.png) no-repeat left center;
    display:inline-block;
    height:20px;
    line-height:20px;
    padding-left:25px;
}
.qq {
	background: url(/static/image/QQ.png) no-repeat left center;
}

.scan_exp_panel{
    background: url(/static/image/scan_exp.png) no-repeat right top;
    height:170px;
    margin:0 -15px;
    padding-left:10px;
}

.scan_exp_panel .scan_code{
    width:150px;
    height:150px;
    border:1px solid #f4f4f4;
    padding:10px;
}

.scan_code_p{
    line-height:26px;
    margin:10px 0;
    color:#666666;
    font-size:12px;
    text-align:center;
}
.scan_code_p span{
    color:#ea5037;
}

.scan_code_sub_title{
    font-size:12px;
    color:#9f9f9f;
    text-align:center;
    line-height:26px;
}
.scan_code_sub_title span{
    padding-left:40px;
    padding-right:18px;
    display:inline-block;
    vertical-align:top;
    min-height:26px;
}
.scan_code_sub_title .scs_title1{
    background:url(/static/image/msr.png) no-repeat 10px center;
}
.scan_code_sub_title .scs_title2{
    background:url(/static/image/gk.png) no-repeat 10px center;
}
.scan_code_sub_title .scs_title3{
    background:url(/static/image/gaq.png) no-repeat 10px center;
}
.weixin {
	background: url(/static/image/weixin.png) no-repeat left center;
}

.inner {
	margin: 0 auto;
	width: 1000px;
}

.register {
	background: url(/static/image/re-arr.png) no-repeat left center;
	padding-left: 26px;
	cursor: pointer;
}

.panel-body {
	min-height: 246px;
}

.erwm {
	display: block;
	margin: 0 auto;
	margin-top: -19px;
}

.visible-no {
	visibility: hidden !important;
}

@media (max-width: 767px) {
	.head-nav {
		width: auto;
		
		background-position-x: 15px;
	}
	#container,
	body {
		min-width: 0;
	}
	body {
		min-height: 0px;
	}
	.head-wrap {
		min-width: 0;
	}
	.login-wrap {
		min-width: 0;
	}
	.login-box {
		width: auto;
	}
	.login-panel {
		position: static;
		padding: 0 20px 20px;
		height: 390px;
		width: auto;
		background: url(/static/image/bottom-shadow.png) no-repeat center bottom;
	}
	.input-group .form-control {
		width: auto;
	}
	.btn-block {
		width: 100%;
	}
}

.bt_ul{
	overflow: auto;
}

.bt_ul li{
	float: left;
	font-size: 14px;
	color: #585858;
	padding-right: 40px;
	line-height: 36px;
	margin-top: 10px;
}

.bt_ul li a{
	cursor: pointer;
	font-size: 14px;
}


.login-wrap-c {
	overflow: hidden;
	height: 5in;
	min-width: 750pt;
	background: url(/static/image/city-bg.png) repeat-x center top;
}

.login-box-c {
	position: relative;
	margin: 0 auto;
	margin-bottom: 0 auto;
	width: 750pt;
	height: 5in;
}

.ball_title{
	position: absolute;
	top: 430px;
	left: 0;
	z-index: 10;
}

.logo-title {
    vertical-align: -6px;
    margin-left: 15px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    color: rgb(22, 95, 161);
    font-weight: 600;
}
