*{
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
html,body,.container{
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: 100vh;
	background-color: #f5f7f9;
}
.container{
	position: relative;
}
a{
	text-decoration: none;
	color: #000;
}
img,input,span,i,a,label,select{
	display: block;
}
i{
	font-style: normal;
}
input{
	outline: none;
	border: none;
}
input::-webkit-input-placeholder{
    color:#666;
}
input::-moz-placeholder{   
    color:#666;
}
input:-moz-placeholder{    
    color:#666;
}
input:-ms-input-placeholder{  
    color:#666;
}
input[type=button]{
	cursor: pointer;
}
input[type=date]::-webkit-inner-spin-button{
	visibility: hidden;
}
input[type=date]::-webkit-search-cancel-button{
	visibility: hidden;
}
ul,li{
	list-style: none;
}
select{
	outline: none;
	border: none;
}

.fl{
	float: left;
}
.fr{
	float:right;
}
.ov{
	overflow: hidden;
}
.hide{
	display: none;
}
.block{
	display: block;
}
.fade-class{
	position: relative;
}
.fade-class:before{
	position: absolute;
	content: '';
}
.ver-ali-baseline{
	display: inline-block;
	vertical-align: baseline;
}
.position-center{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*导航*/
.header{
	width: 100%;
	height: 80px;
	background-color: #fff;
}
nav{
	width: 1200px;
	margin: 0 auto;
	height: 80px;
}
.nav-logo{
    width: 96px;
    margin: 19px 0;
}
.header-info{
	height: 30px;
	padding: 25px 0;
	font-size: 14px;
}
.header-info span{
	color: rgb(51, 51, 51);
	line-height: 30px;
	margin-right: 15px;
}
.header-info>input{
	background-color: #4d81ef;
  	-webkit-box-shadow: 0px 4px 6px 0px rgba(185, 207, 255, 0.75);
  	box-shadow: 0px 4px 6px 0px rgba(185, 207, 255, 0.75);
	width: 70px;
  	height: 30px;	
  	border-radius: 30px;
  	color: #fff;
}


/*正文内容*/
.content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	min-height: calc(100% - 80px);
	min-height: calc(100vh - 80px);
}
.right-content{
	width: 1000px;
	padding-bottom: 100px;
}

/*左侧菜单栏*/
.content-leftbar{
	width: 170px;
	height: calc(100vh - 80px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.content-leftbar>li{
	height: 60px;
	width: 170px;
	border-top: 1px solid #e7e7e7;
}
.content-leftbar>li:last-of-type{
	border-bottom: 1px solid #e7e7e7;
}
.content-left-link{
	margin: 20px 0 0 25px; 
	font-size: 16px;
	color: #333;
}
.content-left-active{
	color: rgb(77, 129, 239);
}


/*底部*/

footer{
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}
.foot-txt{
	width: 570px;
	line-height: 30px;
	text-align: center;
	margin: 35px auto;
	font-size: 14px;
	
}
.foot-link{
	color: #b8b8b8;
}

.neighbour-win{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.251);
	z-index: 20;
}

.neighbour-close{
    margin-right: -70px;
    margin-top: -50px;	
    cursor: pointer;
}

/*授信金额等*/
.records-top-txt{
	font-size: 14px;
	color: rgb(51, 51, 51);
  	line-height: 20px;
  	padding-left: 20px;
}
.records-payment-info{
	border: 1px solid rgb(224, 232, 239);
	background-color: #fff;
	width: 998px;
  	height: 100px;
  	margin-top: 10px;
  	border-radius: 4px;
}
.records-payment-list{
	margin: 0 85px 0 0;
	height: 50px;
	line-height: 50px;
}
.records-payment-val{
	font-size: 18px;
	color: #ff5500;
}


/*分页器*/
.records-pagination{
	max-width: 1000px;
    min-width:200px;
	margin: 0 auto 90px;
	height: 30px;
    display:table;
}
.records-pagination>*{
    display:table-cell;
}
.records-pagination-lists>li,.records-pag-button{
	height: 30px;
	border-radius: 30px;
	background-color: #4d81ef;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}
.records-pagination-lists>li{
	width: 30px;
	float: left;
	margin-left: 20px;
}
.records-pag-button{
	width: 90px;
}
.records-pag-button:last-of-type{
	margin-left: 20px;
}
.records-pag-unclick,.records-pagination-lists>.records-pag-active{
	background-color: #e5e5e5;
	color: #333;
}


/*发票信息，修改密码 表单*/
.invoice-form{
	width: 1000px;
	background-color: #fff;
	height: 612px;
}
.invoice-list{
	width: 555px;
	margin:0 0 30px 90px;
	height: 40px;
}
.invoice-list:first-of-type{
	margin-top: 50px;
}
.invoice-list>*{
	float: left;
}
.invoice-list>span{
	text-align: right;
	font-size: 16px;
	color: rgb(51, 51, 51);
	width: 115px;
	line-height: 40px;
}
.invoice-list>input{
	border:1px solid rgb(224, 232, 239);
	width: 424px;
  	height: 38px;
	border-radius: 6px;
	font-size: 16px;
	text-indent: 1em; 
}

/*发票信息，修改密码 的确认取消键*/
.invoice-button{
	width: 427px;
	height: 62px;
	margin: 45px auto 0;
}
.invoice-button>input{
	width: 200px;
  	height: 58px;
  	border-radius: 6px;
  	box-shadow: 0px 4px 6px 0px rgba(185, 207, 255, 0.75);
  	font-size: 18px;
}
.invoice-save,.invoice-submit{
	background-color: #4d81ef;
	color: #fff;
}
.invoice-cancel{
	color: #4d81ef;
	background-color: #fff;
}

/*发票信息、子账号 表单*/
.sub-content{
	width: 1000px;
	margin: 20px auto 60px;
}
.sub-lists-title,.sub-list{
	width: 996px;
	height: 70px;
}
.sub-lists-title{
	border-top:1px solid #e0e8ef;
}

.sub-lists-title>li,.sub-list>li{
	float: left;
	height: 68px;
	border: 1px solid #e0e8ef;
	border-right: 0;
	border-top: 0;  
	text-align: center;
	line-height: 68px;
	border-bottom: 1px solid #e0e8ef;
}
.sub-lists-title>li{
	font-size: 18px;
}
.sub-list>li{
	font-size: 14px;
}
.sub-lists-title>li:nth-child(1),.sub-list>li:nth-child(1){
	width:335px;
}
.sub-lists-title>li:nth-child(2),.sub-list>li:nth-child(2){
	width:335px;
}
.sub-lists-title>li:nth-child(3){
	width: 322px;
	border-right:1px solid #e0e8ef;
}
.sub-list>li:nth-child(3){
	width:152px;
	border-right:1px solid #e0e8ef;
	padding: 20px 85px;
	height: 28px;
}
.sub-list-third>li:nth-child(3){
    width:322px;
    height:68px;
    padding:0;
}
.sub-button{
	border-radius: 4px;
	width: 73px;
 	height: 25px;
 	background-color: #fff;
 	font-size: 14px;
}

.sub-check{
	border: 1px solid rgb(190, 211, 255);
  	box-shadow: 0px 4px 6px 0px rgba(185, 207, 255, 0.75);
  	color: #4d81ef;
}
.sub-del{
	border: 1px solid rgb(255, 190, 170);
  	box-shadow: 0px 4px 5px 0px rgba(255, 211, 205, 0.75);
  	color: #ff6332;
}
.sub-unable{
  	box-shadow: 0px 4px 5px 0px rgba(190, 190, 190, 0.75);
    color:#999;
    border:1px solid #e0e0e0;
}


/*二次提示弹窗*/
/*删除*/
.neighbour-del-account{
	border-radius: 6px;
	width: 559px;
  	height: 336px;
  	position: absolute;
  	background-color: #fff;
}
.sub-edit-title{
	font-size: 24px;
	color: #333;
	margin: 58px auto 50px;
	text-align: center;
}
.sub-del-title{
	font-weight: 600;
	margin: 80px auto;
}
.sub-del-button{
	width:420px;
	height: 60px;
	margin: 80px auto 0;
}
.sub-del-button>input{
	border-radius: 6px;
	border:1px solid rgb(190, 211, 255);
	box-shadow: 0px 4px 6px 0px rgba(185, 207, 255, 0.75);
	width: 198px;
  	height: 56px;
  	font-size: 18px;
}
.sub-del-sure{
	color: #fff;
	background-color: #4d81ef;
}
.sub-del-cancel{
	color: #4d81ef;
	background-color: #fff;
}



/*针对小屏*/
@media screen and (max-width:1400px){
    .neighbour-edit-account{
        width: 600px;
        height: 320px;
        border-radius: 6px;
        position: absolute;
        background-color: rgb(255, 255, 255);
    }
    .neighbour-del-account{
        width: 500px;
        height: 250px;
    }
    .sub-edit-title{
        margin:50px auto 25px;
    }
    .sub-edit-list{
        margin:0 auto 20px;
    }
    .invoice-button>input{
        width: 175px;
        height: 50px;
    }
}