﻿.topbar{
	height:0px;
}
.header{
	padding:20px 0;
	border-bottom:3px solid #000;
}
.header_nav{
	float:right;
	margin-top:15px;
}
.header_nav li{
	float:left;
	
}
.header_nav li a{
	display:block;
	width:100px;
	height:30px;
	text-align:center;
}
.login{
	background:url(../images/banner.jpg) no-repeat;
	height:500px;
	padding-top:10px;
}
.login:after {
    width: 100%;
    height: 4px;
    background: #c52238;
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
    content: "";
    display: block;
}
.login form{
	background:#fff;
	margin-top:50px;
	padding-top:50px;
	padding-bottom:50px;
	width: 350px;
	background: url(/lg-bg.png) repeat 0 0;
    padding: 30px 20px 30px;
    box-shadow: 0 0 10px -3px #e5e5e5;
    border-radius: 5px;
	
}
.login .login-header{
	font-size:30px;text-align:center;margin-bottom:30px;font-weight:bold;
}
.pay-type .layui-col-xs3{
	text-align:center;
	
}
.pay-type .layui-col-xs3 .icon{
	padding:20px;
}
.pay-type .layui-col-xs3 .title{
	font-size:18px;
	line-height:50px;
}
.pay-type .layui-col-xs3 .desc{
	text-align:left;
	line-height:30px;
}
.regtitle {
    line-height: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}
.register .layui-form {
    margin-top:20px;
    width:50%;
    margin-bottom:50px;
}
.verify-code{
    height: 46px;
    width: 120px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 2px !important;
    right: 0;
    top: 0;
}

.footer{
	border-top:solid 1px #DBE4F5;
	background:#F1F4F9;
	padding:20px 0;
	line-height:30px;
	text-align:center;
}
.service-online{
	width:200px;
	position:fixed;
	top:50px;
	right:10px;
}

.service-online .layui-tab-title li{
	background:#fff;
}
.service-online .layui-tab-title li.layui-this{
	color:#009;
	font-size:16px;
	font-weight:bold;
}
.service-online .layui-tab-content{
	background:#fff;
	border:1px solid #eee;
	border-top:none;
}