body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Helvetica, Arial, '宋体', sans-serif;
    color: #333;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, img, button, textarea, p, blockquote, th, td, video {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

img {
    vertical-align: middle;
    border: 0 none;
}

input, select {
    padding-top: 0;
    padding-bottom: 0;
    outline: 0 none;
    vertical-align: middle;
}

ol, ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #7986eb;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.f18{font-size: 18px;}
.mt25{margin-top: 25px;}
.mt50{margin-top: 50px;}
.tal{text-align: left;}
body,html{min-width: 1200px;}

/*滚动条样式*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #000;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

::-webkit-scrollbar-corner {
    background-color: #535353;
}

::-webkit-scrollbar-resizer {
    background-color: #FF6E00;
}

body ::-webkit-scrollbar {
    width: 6px;
}

body ::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
/*登陆*/
.top>p{
	font-size: 30px;
	text-align: center;
}
.landing{
	position: relative;
	padding-bottom: 10px;
	float: right;
	margin-top: -30px;
	font-size: 16px;
	cursor: pointer;
}
.landing span{
	font-size: 16px;
	margin-right: 15px;
}
.landing-con{
	position: absolute;
	right: 0;
	top: 30px;
	background: #fff;
	width: 120px;
	padding: 15px 10px 20px;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: 0 0 10px #ccc;
	display: none;
	z-index: 1000;
}
.landing-con p{cursor: default;}
.landing-con a{
	display: block;
	margin-top: 18px;
}
/*底部*/
.bottom{text-align: center;margin-top: 50px;}
/*修改密码弹窗*/
.tc-modification{border-radius: 6px;background: #fff;overflow: hidden;width: 468px;height: 400px;display: none;}
.modification-title{background: #7986eb;color: #fff;padding-left: 22px;padding-right: 14px;line-height: 60px;}
.modification-title p{float: left;font-size: 20px;}
.close-btn{cursor: pointer;margin-top: 12px;}
.modification-con{padding: 45px 54px;}
.modification-con input{display: block;width: 346px;height: 40px;border:none;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 24px;padding-left: 10px;font-size: 14px;line-height: 40px;}
.modification-con a{display: block;width: 356px;height: 50px;line-height:50px;border-radius: 4px;text-align: center;
background: #7986eb;color: #fff;font-size: 20px;margin-top: 40px;}

::-webkit-input-placeholder { /* WebKit browsers */color:#bbb;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#bbb;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#bbb;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#bbb;}