.left-side-inner .fa:before{
	font-size:25px;
	width:25px;
	height:25px;
	display:inline-block;
}
input,select{
    outline: none;
    background-color: transparent !important;
}
body,html,section{
    width:100%;
    height:100%;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body {
    background: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
}

input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    color: #767676;
    border:1px solid #dde6e5;
}
th,tr{
    text-align: center !important;
}
th,tr,td{
	font-size:14px !important;
}
ul{
	padding:0;
}
ul{
	padding:0;
}
ul{
	padding:0;
}
.Myifram{
	background-color: transparent;
}
.oldmanPng{
	position: absolute;
    top: 5px;
    right: 10px;
}
.oldmanSpan{
    display: inline-block;
    padding: 0 20px 0 0;}
#ascrail2001-hr{
	top:100% !important;
}
.logo_img{
	margin-left: 20px;
	position: relative;
    top: 2px;
}
.btn{
	border-radius: 0;
}
.btn-success{
	background-color: #448f85 !important;
    border-color: #448f85 !important;
}
.btn-success:visited,.btn-success:hover,.btn-success:active,.btn-success:active:hover,.btn-success:active:focus{
    background-color: #448f85 !important;
    border-color: #448f85 !important;
}
.adopt_text+div .btn-success, .adopt_text+div .btn-success:visited,.adopt_text+div .btn-success:hover, .adopt_text+div .btn-success:active, .adopt_text+div .btn-success:active:hover, .adopt_text+div .btn-success:active:focus{
    background-color: #2e96ef !important;
    border-color: #2e96ef !important;
    padding: 6px 40px;
}
.btn-primary {
    color: #fff;
    background-color: #4da5e0 !important;
    border-color: #4299d4 !important;
}
.btn-primary:visited,.btn-primary:hover,.btn-primary:active,.btn-primary:active:hover,.btn-primary:active:focus{
    background-color: #4da5e0 !important;
    border-color: #4299d4 !important;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{
    background: #EFF0F4 !important;
    color: #333 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
    background: #EFF0F4 !important;
    color: #333 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*----------------------------
        HEADER SECTION
-----------------------------*/
.top_title{
	width:100%;
	position: relative;    
    margin: 20px 5px 5px 5px;
}
.top_title>span{
	display: block;
	color: #fff;
}
.top_title>span:first-child{
	text-align: center;
	margin-bottom: 5px
}
.top_title>span:first-child img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.top_title>span:nth-child(2){
	cursor: pointer;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.title_nav{
	width: 120px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: -180px;
    height: 0;
    transition: 0.3s all ease;
    background: #fff;
    z-index: 1;
}
.title_nav>li{
	list-style: none;
	color: #333;
	height: 35px;
	line-height: 35px;
}
.title_nav>li a{
	color: #333;
	text-decoration: none;
}
.title_nav>li:first-child{
	border-bottom: 1px solid #ccc;
}
.move_title .title_nav{
	height: 70px;
	margin: 5px auto;
	right: 15px;
}
.header_title{ 
    border-bottom: 1px solid #e5e8ea;
    background: url(../images/top_logo.png) no-repeat;
    width: 100%;
    height: 63px;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    z-index: 3;
    padding: 4px 0;
}
.header_title>span:first-child{
	margin-left: 30px;
}
/**

 选择第n个，n位数字 
:nth-child(n)

 选择列表中的偶数标签 
:nth-child(2n)

选择列表中的奇数标签 
:nth-child(2n-1)

选择前几个元素 
【负方向范围】选择第1个到第6个 
:nth-child(-n+6){}

从第几个开始选择
【正方向范围】选择从第6个开始的，直到最后  
:nth-child(n+6){}

两者结合使用，可以限制选择某一个范围 
【限制范围】选择第6个到第9个，取两者的交集【感谢小伙伴的纠正~】 
 :nth-child(n+6):nth-child(-n+9)

选择列表中的倒数第n个标签 n为数字 
:nth-last-child(n) 

选择倒数最后n个 
item:nth-last-child(-n+2){}

**/

.header_title>span:last-of-type,.header_title>span:nth-child(2){
    font-size: 14px;
    color: #8c8a88;
    font-weight: bold;
    float: right;
    margin-right: 50px;
    line-height: 66px;
}
/**
修改密码CSS
**/
.header_title>span:last-of-type,.header_title>span:nth-child(3){
    font-size: 14px;
    color: #8c8a88;
    font-weight: bold;
    float: right;
    margin-right: 35px;
    line-height: 66px;
}
.header_title>span:last-of-type{
	margin-right: 25px;
}
.header_title>span i{
	margin-right: 3px;
}
.header_title>span a{
	color: #8c8a88;
	text-decoration: none;
}
.header_title>span:last-of-type>i{
    color: #018f87;
}
.header_title>span:nth-child(2) a>i{
    color: red;
}
.header_title>span:nth-child(3)>i{
    color: #ff8000;
}
.header_title>span:nth-child(3) a>i{
    color: #ff8000;
}

/*---------------------------------
            LEFT SIDE
----------------------------------*/

.left-side {
    width: 180px;
    position: fixed;
    left: 8px;
    top: 71px;
}

.sticky-left-side {
    position: absolute;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
        background: linear-gradient(to right,#008E87,#31D4A1);
}
.member_content{
    position: fixed;
    right: 0;
    top: 71px;
    width: calc(100% - 188px);
}
.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}

.logo {
    padding-top: 5px;
    height: 50px;
    background: #6793ad;
}

.logo>a {
    font-size: 28px;
    color: #fff;
    margin: 0 0 0 20px;
    text-decoration: none;
    display: inline-block;
}

.logo>a:hover{
    font-size: 28px;
    color: #fff;
    margin: 0 0 0 20px;
    text-decoration: none;
    display: inline-block;
}

.logo-icon {
    display: none;
}
.logo-icon>a {
    font-size: 17px;
    color: #424f63;
    line-height: 39px;
    text-decoration: none;
    display: inline-block;
    font-weight: bolder;
}

.logo-icon>a:hover{
    font-size: 17px;
    color: #424f63;
    line-height: 39px;
    text-decoration: none;
    display: inline-block;
    font-weight: bolder;
}
.left-side-collapsed .logo-icon {
    height: 39px;
    margin-top: -48px;
    display: block !important;
}

.left-side-inner {
    margin-bottom: 100px;
    height: 100%;
}

.custom-nav {    
	padding-bottom: 90px;
}
.custom-nav > li{
	position: relative;
}
.custom-nav > li.menu-list:before{
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: whitesmoke;
	position: absolute;
	left: -5px;
	top: 0;
	transition: 0.3s all ease;
}
.custom-nav > li > a {
    color: #fff;
    padding: 12px 20px;
    border-radius: 0;
    -webkit-border-radius:0;
    transition: 0.2s all ease;
}
.custom-nav > li:hover a{
	opacity: 1 !important;
    transition: 0.2s all ease;
}
.nav-stacked > li + li{
	margin-top: 0 !important;
}

.custom-nav li .fa {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/*------------------------------------------
            LEFT SIDE COLLAPSE
-------------------------------------------*/

.left-side-collapsed .logo {
    display: none;
}

.left-side-collapsed .left-side {
    width: 52px;
    top: 52px;
}

.left-side-collapsed .left-side-inner {
    padding: 0;
}
.left-side-collapsed .custom-nav {
    margin: 2px 0 20px 0;
}

.left-side-collapsed .custom-nav li a {
    text-align: center;
    padding: 10px;
    position: relative;
}

.left-side-collapsed .custom-nav > li.menu-list > a {
    background-image: none;
}
.left-side-collapsed .custom-nav li a span {
    position: absolute;
    background: #353f4f ;
    padding: 10px;
    left: 52px;
    top: 0;
    min-width: 173px;
    text-align: left;
    z-index: 100;
    display: none;
}

.left-side-collapsed .custom-nav li a span:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.left-side-collapsed .custom-nav li.active a span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.left-side-collapsed .custom-nav ul,
.left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display: none;
}

.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display: block;
}

.left-side-collapsed .custom-nav > li.nav-hover > a,
.left-side-collapsed .custom-nav > li.nav-hover.active > a {
    background: #353f4f;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover a span {
    display: block;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover.active a span {
    background: #65CEA7;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: 53px;
    margin: 0;
    min-width: 172px;
    background: #353F4F;
    z-index: 100;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.left-side-collapsed .custom-nav ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 10px;
}

.left-side-collapsed .custom-nav ul a:hover {
    background: #2A323F;
}

.left-side-collapsed .custom-nav li a i {
    margin-right: 0;
}

.left-side-collapsed .main-content {
    margin-left: 52px;
}


.left-side-collapsed .left-side{
    overflow: visible !important;
}
.header .logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    z-index: 100;
    background:#2E6DA4;

}
.sticky-header{
    background: #f3f3f3;
    width: 100%;
    height: 100%;
}
.sticky-header .menu-right {
    margin-right: 15px;
}

.sticky-header.left-side-collapsed .menu-right {
    margin-right: 67px;
}
.main-content {
    margin-left: 0 !important;
    margin-top: 0 !important;
    height: 100%;
    overflow: auto;
}
.main-content>div:first-child{
	margin-top:0 !important;
}
.page-heading {
    padding: 15px;
    position: relative;
}
/*****table闁哄秴鍢茬槐锛勭磼閹惧瓨灏�*******/
footer{
    background: #7aacca;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    position: fixed;
    margin-top: 30px;
    bottom: 0;
    width: calc(100% - 180px);
    border-top: 1px solid #eff0f4;
    text-align: center;
    z-index: 99999999;
    margin-left: 180px;
    display: none;
}
/*濞戞挸顑嗘刊铏癸拷娑欏姍閵嗭拷*/
.custom-nav .the_selected{
	background: #fff;
}
.nav > li > a:hover, .nav > li > a:focus{
	color: #038e86;
	background: #fff;
}
.custom-nav > li.menu-list > a:hover{
	color:#fff;
}
.custom-nav .menu-list.the_selected>a:hover{
	color: #038e86;
}
.custom-nav .the_selected>a{
	opacity: 1 !important;
	color: #038e86;
}
.custom-nav .menu-list.the_selected>a{
	background: transparent url(../images/arrow-down.png) no-repeat 93% center !important;
}
.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #1ab395;
    border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
.sub-menu-list>li:hover{
	background: #fff;
	color: #1ab395;
}
.custom-nav .sub-menu-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 50px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border-top: 1px solid #aececc;
}
.custom-nav .sub-menu-list > li.the_selected > a{
	color:#038e86;
}
.custom-nav .sub-menu-list > li:hover>a{
	color: #038e86 !important;
}

.custom-nav .sub-menu-list > li > a:hover,
.custom-nav .sub-menu-list > li > a:active,
.custom-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
}

.custom-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.custom-nav .sub-menu-list > li.active > a {
    color: #fff;
    background-color: #2A323F;
}

.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.custom-nav .menu-list.active ul {
    display: block;
}
.custom-nav > li.menu-list > a {
    background: transparent url(../images/arrow.png) no-repeat 93% center;
}
.custom-nav > li.nav-active > ul{
    display: block;
}

.custom-nav > li.nav-active > a:hover {
    background-image: url(../images/arrow-down.png);
}
/*闁告帒妫濋妴锟�*/
  .Paging_jump{
     float: right !important;
     margin: 20px 10px;
  }
  .Paging_jump>input{
     width:60px !important;
  }
  .Paging_jump>button{
     color:#353f4f !important;
  }

/*濠㈣埖鎸抽崕锟�*/
  .application_listTitle{
    line-height: 35px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    background: #F7F7F7;
    width:calc(100% - 40px);
    margin:0 20px;
    padding-left:10px;
}
.form-control{
    width:auto !important;
    border-radius: 0 !important ;
   
    border: 1px solid #dde6e5 !important;
}

.form-control-reguahao{
    width:50%;
    border-radius: 0 !important;
    
    border: 1px solid #dde6e5 !important;
}
.apply_for_head{
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.apply_for_head>div,.apply_for_head>span,.apply_for_head>button{
    display: inline-block;
    cursor: pointer;
} 
.apply_for_head>span{
    line-height: 34px;
    margin:0 10px;
}
.apply_for_head>button{
    margin:0 0 0 10px;
}

/*濠㈣埖鎸抽崕鎾籍閵夛附鍩�*/
.date_title{
    position: absolute !important;
    top: 20px !important;
    right: 375px;
    z-index: 100;
    color: #555;
}
.square-widget,.footer{
    margin-bottom: 60px !important;
}
.button_border{
    color: #1683af;
    padding: 4px 5px;
    border: 1px solid #1683af !important;
    border-radius: 0;
}
/*閻炴稏鍔嶉悧鎼佸冀瀹勬壆纭�*/
.table_wrapper{
    margin: 8px;
    padding: 8px;
    overflow: auto;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e5e8ea;
    padding-bottom: 55px;
}
.table_wrapper>.contentTitle{
	padding: 0 0 8px 0 !important;
    overflow: hidden;
}
/*閻炴稏鍔嶉悧锟�*/
.fixed-table-body{
	height:auto;
}
.fixed-table-container{
	border-radius: 0;
	border: none;
}
.table{
	font-size: 14px;
	width: calc(100% - 2px) !important;
	height: auto;
	text-align: center;
	position: relative;
}
.table-hover > tbody > tr:hover {
    background-color:transparent;
}
.table > thead > tr > th{
border-bottom: 0 !important;
	padding: 0;
	text-align: center;
	border: none;
}
.table thead th .th-inner {
    background:#e5e8ea;
}
.table thead th .th-inner{
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table tbody {
    box-sizing: border-box;
    border-bottom: 1px solid #e5e8ea;
}
.fixed-table-footer .table tbody {
	border: 1px solid #e5e8ea;
	border-top:none;
}
.table-striped > tbody > tr:nth-of-type(odd){
	background-color: transparent;
}
.table>tbody>tr>td,.table>thead>tr>th {
    vertical-align: middle;
}
.table tbody td {
    border-left: 1px solid #e5e8ea;
    border-top: 1px solid #e5e8ea;
}
.table tbody tr:first-child td {
    border-top: none;
}
.table tbody td:first-child {
    border-left: none;
}
.search_criteria {
    border: 1px solid #e5e8ea;
    width: calc(100% - 16px);
    height: auto;
    margin: 8px;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}
.search_criteria>p {
    width: 100%;
    height: 31px;
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
    line-height: 31px;
    color: #333;
    background: #d6d6d6;
}
.search_criteria>div {
    overflow: hidden;
    text-align: center;
}
/*闁告帒妫濋妴锟�*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #6fc0d6;
    border-color: #6fc0d6;
}
.pagination > li > a, .pagination > li > span{
	color:#6fc0d6;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*濞戞挸顦抽～锟�*/
.triangle{
	display: inline-block;
	width:16px;
	height:26px;
	background: url(../images/sanjiao.png) no-repeat top center;
	position: absolute;
	top:7px;
	right:-1px;
	transition: .5s all ease;
}
.btn .caret{
	margin-top:0 !important;
}
/*闁瑰箍鍨奸崑锟�*/
.clothes{
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
    top: 15px;
    width: 32px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    float:right;
}
.clothes>span{
	display: inline-block;
	width: 32px;
    height: 30px;
    background:url(../images/skin.png) no-repeat center;
}
.clothes:hover{
	background: #EFF0F4;
}
.clothes>i{
	color:#555;
	font-size: 20px;
}
/*婵炴垵鐗婃导鍛村箵閹邦喓浠�*/
.newsTips{
    padding: 3px 5px;
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
    top: 15px;
    cursor: pointer;
    float:right;
    margin:0 20px;
}
.newsTips:hover{
	background: #EFF0F4;
}
.newsTips>i:last-child{
	color:#555;
	font-size: 20px;
}
.newsTips>i:first-child{
	display: inline-block;
	width:15px;
	height:15px;
	background:red;
	font-size: 13px;
	text-align: center;
	line-height: 15px;
	color:#fff;
	border-radius: 100%;
	font-style: normal;
	position: absolute;
    top: -9px;
    right: -8px;
}
/*濡炪倕鐖奸崕瀛樺緞閺夋垵鍓�*/
.userPic{
	width:40px;
	height:40px;
	border:1px solid #fff;
	border-radius: 4px;
	float: left;
	margin-right: 5px;
}
/*婵☆垪鍓濋敓鎴掔劍椤拷*/
.modal-content{
	border-radius: 0;
}
.changeTitle{
	  height:35px;
	  border-bottom: 1px solid #050C1C;
	  padding: 0 7px;
	  background: #055f3f;
	  color:#fff;
	  border-radius: 4px;
}
.changeTitle .close {
	  margin-top: 0px; 
	  line-height: 35px;
	  color:#fff;
	  opacity: 1;
}
.changeTitle .close:hover{
 	  color:#fff;
 	  opacity: 1;
}
.changeTitle .modal-title {
    margin: 0;
    line-height: 35px;
}
.modal-body{
	padding: 15px 8px 20px 8px;
    overflow: hidden;
}
.modal-footer{
    text-align: center;
    padding: 5px 0 20px 0;
    border: none;
}

/*闁哄被鍎冲﹢鍛存儉閸涱厼鍧�*/
.blcontent .ycyltable .fontdy {
	font-size: 16px;
	font-weight: bold;
}

.blcontent .ycyltable .fontcontent{
	font-size: 16px;
}
.bltitle {
	font-size: 20px;
	font-weight:bold;
}
.operation .btn {
    padding: 2px 4px;
    margin: 0 2px;
}
/*闁汇垹鐤囬顒傜尵鐠囨彃鐒�*/
.orange{
	color: #ff5c00;
	padding: 0 5px;
}
.green{
	color: #038e86;
	padding: 0 5px;
}
.red{
	color: #8B0000;
	font-weight:bold;
	padding: 0 5px;
}
.zise{
	color: #924781;
	font-weight:bold;
	padding: 0 5px;
}
.required{
	color:red;
}
td{
	position:relative;
}
.his{
    position: absolute;
    color: #fff;
    content: 'H';
    transform: scale(1.3) rotate(-30deg);
    top: 8px;
    opacity: .4;
    right: 17px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #30a487;
    z-index: 100;
}
/*婵犲﹥鑹炬慨鈺呭级閿燂拷*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
}
.adopt_text{
    position: relative;
    text-align: center !important;
    min-height: 50px;
}
.adopt_text>img{
    display: block;
    margin: 10px auto;
}
@media screen and (max-width: 1024px) {
    .header_title>span:last-of-type, .header_title>span:nth-child(2) {
	    margin-right: 15px;
	}
}