﻿html {
    color: #000;
    background: #fff;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input {
    border: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}
/* 公共样式 */
html {
    position: relative;
    min-height: 100%;
    padding-bottom: 80px;
}
.container {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.top {
    height: 40px;
    line-height: 40px;
    background: #202738;
    color: #c7d7ec;
}
.top .contact {
    float: left;
}
.top .quit {
    margin-left: 25px;
}
.top .msg {
    margin-left: 53px;
    padding-left: 40px;
    position: relative;
    background: url(../images/bell.png) no-repeat 5px center;
}
.top .msg:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 19px;
    content: "";
    margin-left: -20px;
    margin-top: 10px;
    border-left: 1px solid rgb(75, 90, 125);
}

.top .r > * {
    float: left;
    cursor: pointer;
}
.top .quit,
.top .welcome {
    padding: 0 5px;
}
.top .quit:hover,
.top .welcome:hover {
    background: rgba(255, 255, 255, 0.2);
}
.top .msg:hover {
    background: rgba(255, 255, 255, 0.2) url(../images/bell.png) no-repeat 5px
        center;
}
.nav {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    background: #5156d8;
}
.container:after,
.container:before {
    display: block;
    clear: both;
    content: "";
}
.logo {
    float: left;
    margin-top: 10px;
}
.nav-btn {
    float: left;
}
.nav-btn li {
    float: left;
    margin-left: 42px;
    position: relative;
}
.nav-btn li:hover:after,
.nav-btn li.cur:after {
    display: block;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -14px;
    content: "";
    width: 28px;
    height: 15px;
    background: url(../images/nav-hover.png) no-repeat center;
}
.register {
    height: 31px;
    border: 1px solid #fff;
    border-radius: 15px;
    line-height: 29px;
    padding: 0 20px;
    float: left;
    margin: 20px 0 0 42px;
    cursor: pointer;
}
.register:hover {
    background: #fff;
    color: #246adc;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #c7d7ec;
    text-align: center;
    background: #202738;
}

.buttons {
    margin-top: 25px;
    text-align: center;
}
.buttons > button {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0 12px;
    padding: 0 60px;
    border: 1px solid #2b7afc;
    color: #2b7afc;
    transition: all 0.3s;
    border-radius: 21px;
    background: #fff;
}
.buttons > button:hover {
    color: #fff;
    background: #2b7afc;
}
.depict {
    min-height: 40px;
    line-height: 40px;
    
}
.depict:after{
    display: block;
    content:'';
    clear: both
}
.depict .name {
    float: left;
    text-align: right;
    margin-right: 30px;
}
.depict.required .name:after {
    position: absolute;
    top: 3px;
    content: "*";
    color: #fe0000;
    font-size: 20px;
    right: 0;
    margin-right: -20px;
}

.depict input {
    float: left;
    height: 42px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
}
.date{
    background: #fff url(../images/laydate.png) no-repeat 395px center
}

.banner .title p{	
    position: relative;
    top: 15px;
}

form .error{
	color: red;
}
/*mini按钮*/
.mini-btn{
	display: inline-block;
	border: 1px solid rgb(76, 128, 220);
	color: rgb(76, 128, 220);
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	width: 40px;
	font-size: 14px;
	text-align: center;
}

.mini-btn:HOVER {
	cursor: pointer;
}
/*小按钮*/
.small-btn{
	display: inline-block;
	border: 1px solid rgb(76, 128, 220);
	color: rgb(76, 128, 220);
	border-radius: 2px;
	height: 25px;
	line-height: 25px;
	width: 70px;
	font-size: 16px;
	text-align: center;
}

.small-btn:HOVER {
	cursor: pointer;
}

/*中型按钮*/
.middle-btn{
	display: inline-block;
	border: 1px solid rgb(76, 128, 220);
	color: rgb(76, 128, 220);
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	width: 100px;
	font-size: 18px;
	text-align: center;
}

.middle-btn:HOVER {
	cursor: pointer;
}

/*大型按钮*/
.big-btn{
	display: inline-block;
	border: 1px solid rgb(76, 128, 220);
	color: rgb(76, 128, 220);
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	width: 130px;
	font-size: 20px;
	text-align: center;
}

.big-btn:HOVER {
	cursor: pointer;
}


/**审核状态样式*/
/**未提交, 待审核, 审核中, 审核通过, 审核不通过*/
.status-1{
	color: #666 !important;
}
.status0{
	color: #666 !important;
}
.status1{
	color: #666 !important;
}
.status2{
	color: #009900 !important;
}
.status3{
	color: #eb4659 !important;
}

/* 2023-02-15 fc 底部修改 */
.footer {
    padding-top: 20px;
    text-align: left;
}

.footer-infor-name {
    display: block;
    line-height: 34px;
    color: #b7bdce;
    font-size: 16px;
	margin-left: 400px;
}

.footer-infor-left {
    width: 356px;
}

.footer-right-icon {
    width: 61px;
    height: 75px;
    margin: 25px 18px 0 0;
    background: url("../images/fooer_icon.png") no-repeat;
}

.footer-right-error {
    width: 110px;
    height: 55px;
    margin-top: 5px;
    margin-bottom: 15px;
    background: url("../images/error2.png") no-repeat;
}