﻿@charset "utf-8";
*{margin:0;padding:0;}
body{line-height: 1.6;}
html,body,h1,h2,h3,h4,ul,li,ol,dl,dt,dd,p,form,img,fieldset,legend,table{margin:0; padding:0;}
a{text-decoration:none!important;color: #333}
ul,li{list-style:none;}
img{border:none;}
h1,h3,h4,h2,h5,h6,b,strong{font-weight:100;}
i,em{font-style:normal;}
html,body{font: 16px/1.6 "微软雅黑";height: 100%;color: #333333;background: #f6f6f6;}
.fl{float: left;}
.fr{float: right;}
.hidden{display: none;}
.show{display: block;}
.mr-l5{margin-left: 5px;}
.mr-l10{margin-left: 10px;}
.mr-l20{margin-left: 20px;}
.mr-l30{margin-left: 30px;}
.mr-r5{margin-right: 5px;}
.mr-r10{margin-right: 10px;}
.mr-r20{margin-right: 20px;}
.mr-r30{margin-right: 30px;}
.c{cursor: pointer;}
.cut{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -moz-padding-start: npx;
    -moz-padding-end: npx;
    border: solid 1px #ddd;
    background-color: #fff;
    width: auto;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    font-size: 14px;
    line-height: 21px;
}
.btn-danger {
    color: #fff;
    background-color: #dd514c;
    border-color: #dd514c;
}
.bg{
	width: 100%;
	height: 100%;
	background: url('img/bg.jpg') no-repeat;
	background-size: 100% 100%;
}
.bg .login{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    width: 1000px;
    height: 640px;
    background: url(img/bg2.jpg) no-repeat center top;
}
.bg .title {
    color: #fff;
    font-size: 30px;
    width: 452px;
    font-weight: 800;
    line-height: 38px;
    padding: 70px 0 0 48px;
    display: inline-block;
}
.bg .title img{
    vertical-align: middle;
}
.bg .title p{
    vertical-align: middle;
    display: inline-block;
}
.bg .title p.b{
    color: #4c7bd2;
    font-size: 14px;
}

.bg .icon {
    width: 100px;
    height: 56px;
    margin: 84px 53px 0 70px;
}
.bg .login-input {
    width: 380px;
    padding: 80px 75px 0 45px;
}
.bg .login-input .tit{
	font-size: 18px;
}
.bg .login-input .user {
    font-size: 14px;
    margin-top: 40px;
}
.bg .login-input .password {
    font-size: 14px;
    background-size: 18px;
    margin-top: 25px;
}
.bg .login-input input{
    width: 320px;
    height: 44px;
    border-top: 1px solid #a6adb5;
    border-left: 1px solid #a6adb5;
    border-right: 1px solid #a6adb5;
    border-bottom: 1px solid #a6adb5;
    background: #f8f9fd;
    padding-left: 5px;
    border-radius: 2px;
    margin-top:10px;
}
.bg .login-input .select {
    margin-top: 20px;
    font-size: 12px;
    color: #adb6b9;
    line-height: 34px;
    height: 36px;
}
.bg  .login-input .select #checkbox {
	position: absolute;
	width: 20px;
	height: 20px;
	visibility: hidden;
}
.bg .login-input .select #checkbox+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('img/select-bg.png') no-repeat;
    margin-top: 10px;
    margin-right: 6px;
}
.bg  .login-input .select #checkbox:checked+label {
	background:  #aeb3b9 url(img/icon3.png) no-repeat center;
	background-size: 10px 10px;
}
.bg .login-input .btn-login {
    background-color: #e84237;
    text-align: center;
    width: 325px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    border:none;
    margin-top: 30px;
}
.bg .login-input .btn-login:hover {
    text-align: center;
    background-size: 100% 100%;
}
.bg .login-input .regest{
    margin-top: 30px;
    font-size: 14px;
}
.bg .login-input .regest a{
    color:#e84237;
}
.footer {
    position: absolute;
    color: #fff;
    font-size: 11px;
    text-align: center;
    bottom: 90px;
    left: 40px;
}
/*注册*/
.col-40{
    display: inline-block;
    position: relative;
    width: 40%;
    height: 100%;
    background: url('img/regest-bg.jpg') no-repeat;
    background-size: 100% 100%;
    float: left;
}  
.col-60{
    display: inline-block;
    width: 60%;
    float: right;
    position: relative;
    height: 100%;
}
.re-title{
    position: absolute;
    background: url('img/logo119x33.png') no-repeat left;
    padding-left: 124px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    right: 3%;
    top: 15%;

}
.re-contain{
    padding: 20px;
}
.re-r-title{
    margin-top: 6%;
}
.re-r-title p{
    font-size: 24px;
}
.re-r-title a{
    float: right;
}
.re-footer {
    position: absolute;
    color: #fff;
    font-size: 11px;
    text-align: center;
    bottom: 13%;
    right: 3%;
}
/*注册 end*/
/*注册成功*/
.re-succ{
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 125px;
    margin-top: -107px;
}
.re-succ .p1{
    background: url('img/resucc.png') no-repeat left;
    padding-left: 55px;
    font-size: 30px;
    margin-bottom: 30px;
}
.re-succ span{
    color: #e84237;
}
.re-succ a.btn{
    margin-top: 30px;
    padding: 6px 70px;
    border-radius: 2px;
    height: auto;
}
/*注册成功 end*/
/*审核管理*/
.work-m-container{
    padding: 40px;
}
.workpic{
    width: 352px;
    height: 198px;
}
.work-m-r{
    line-height: 30px;
}
.work-m-r p{
    font-size: 24px;
}
.work-m-r .lab span{
    padding: 8px 20px;
    background-color: #ecf0f1;
    border-radius: 20px;
    margin-right: 10px; 
}
.work-m-b{
    margin-top: 35px;
}
.work-m-b .tabBar{
    border: 1px solid #e8e8e8;
}
.work-m-b .tabBar span{
    background-color: #fff;
    
}
.work-m-b .tabBar span.current{
    background-color: #fff;
    color: #000;
    border-top:3px solid #e84237;
    margin-top: -1px;
    border-bottom:1px solid #fff;
    margin-bottom: -2px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.work-m-b .tabBar span:first-child{
    border-left: 0;
}
.work-m-b .cr{
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding:0 30px;
    margin-left: -1px;
}
.work-m-b .cr .title{
    text-align: center;
    font-size: 14px;
    line-height: 31px;
    border-bottom: 1px solid #e8e8e8;
    margin-left: -15px;
    margin-right: -15px;
}
.work-m-b .skin-minimal{
    text-align: center;
}
.work-m-b .bk-gray{
    border-top: 0;
}
.message{
	color:red;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	width:327px;
}
/*审核管理 end*/
