/****************  登录  ****************/
.total-div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.nav-logo {
    float: left;
}  
.nav-rig-list {
    float: right;
    line-height: 42px;
    margin-right: -25px;
}
.nav-rig-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-rig-list ul li {
    margin: 0;
    padding:0 5px;
    float: left;
}
.nav-rig-list ul li a {
    font-size: 13px;
    color: #666666;
    text-decoration: none;
    letter-spacing: .2px;
}
.nav-rig-list ul li.line {
    padding-left: 5px;
    padding-right: 5px;
    width: 3px;
    text-align: center;
    color: #d9d9d9;
    font-size: 12px;
}
@media (min-width: 1200px) {
    .login-nav {
        width: 1000px !important;
    }
}

/* 登录页面内容 */
.login-con {
    width: 100%;
    height: 560px;
    background: url("../img/login-bg.png") center no-repeat;
    overflow: hidden;
    margin-top: 10px;
}
.login-div {
    margin: auto;
    position: relative;
}
@media (min-width: 1200px) {
    .login-div {
        width: 1000px !important;
    }
}
.login-input {
    width: 360px;
    padding: 40px 40px 55px 40px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50px;
}
.login-tit {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px !important;
}
.mind_code {
    width: 256px; 
    height: 35px; 
    line-height: 27px; 
    margin: 10px auto 0px auto;
}
.mind_code input {
    vertical-align: middle; 
    height: 14px;
    margin-top: 10px !important;
}
.default_box {
    font-size: 12px; 
    color: #999; 
    vertical-align: middle;
    font-weight: normal !important;
}
.forget_code {
    margin-top: 0px; 
    margin-right: -5px; 
    width: 77px; 
    height: 25px; 
    float: right;
}
.forget_code a {
    font-size: 12px; 
    color: #999;
}
.user-name, .user-password {
    border: 1px solid #e0e2e5;
    width: 280px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.user-code {
    border: 1px solid #e0e2e5;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    position: relative;
}
.user-name p, .user-password p, .user-code p {
    width: 50px;
    height: 50px;
    border-right: 1px solid #e0e2e5;
    float: left;
}
.user-name input, .user-password input {
    float: left;
    width: 228px;
    height: 48px;
    line-height: 48px;
    border: none;
    background: none;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
}
.user-code input {
    float: left;
    width: 118px;
    height: 48px;
    line-height: 48px;
    border: none;
    background: none;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
}
.code-img {
    width: 100px;
    height: 50px;
    border: 1px solid #e0e2e5;
    position: absolute;
    right: -112px;
    top: -1px;
    display: block;
}
.code-img img {
    display: block;
}
.login-btn {
    width: 280px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    background-color: #4896f5;
    display: block; 
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.login-btn:link, .login-btn:visited, .login-btn:hover, .login-btn:active {
    color: #fff; 
}
.icon-bg {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url("../img/icon-list.png") no-repeat;
    display: inline-block;
    margin: 16px 0 0 16px;
}
.name-icon {
    background-position: 0 0; 
}
.password-icon {
    background-position: 0 -70px; 
}
.code-icon {
   background-position: 0 -140px;  
}

/* 页面底部 */
.foot-left-txt {
    float: left;
}
.foot-left-txt p, .foot-rig-txt p {
    font-size: 12px;
    color: #6e7376;
}
.foot-rig-txt {
    float: right;
    margin-right: -65px;
}
.login-foot {
    margin: 20px auto 0 auto;
}
@media (min-width: 1200px) {
    .login-foot {
        width: 1000px !important;
    }
}

/****************  首页  ****************/
/* 首页页面主内容 */
.main-con {
    width: 100%;
    background-color: #eff0f1;
    padding: 20px 0 85px 0;
}

/* 乐商贷、账户管理 */
.operate, .manage {
    width: 210px;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.operate p, .manage p {
    font-size: 15px;
    color: #999;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eff0f1;
    margin: 0 !important;
}
.tips-div {
    display: block;
    width: 25px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 17px;
    background-color: #ef6771;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.operate ul, .manage ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.operate ul li, .manage ul li {
    height: 50px;
    line-height: 50px;
    position: relative;
}
.operate-list1 {
    background-position: 0 0!important;
}
.operate-list2 {
    background-position: 0 -51px!important;
}
.operate-list3 {
    background-position: 0 -100px!important;
}
.operate-list4 {
    background-position: 0 -150px!important;
}
.manage-list1 {
    background-position: 0 -193px!important;
}
.manage-list2 {
    background-position: 0 -243px!important;
}
.manage-list3 {
    background-position: 0 -293px!important;
}
.manage-list4 {
    background-position: 0 -342px!important;
}
.operate ul li.on, .manage ul li.on {
    border-left: 2px solid #5498eb;
    background: #f7f7f7;
}
.operate ul li a, .manage ul li a {
    padding-left: 55px;
    font-size: 15px;
    color: #333;
    display: block;
}
.operate ul li i, .manage ul li i {
    width: 20px;
    height: 20px;
    background: url("../img/left-icon.png") no-repeat;
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 10;
}
.operate ul li.on a, .manage ul li.on a {
    padding-left: 53px;
    font-size: 15px;
    color: #5498eb;
    display: block;
}
.operate ul li.on i, .manage ul li.on i {
    width: 20px;
    height: 20px;
    background: url("../img/left-icon.png") no-repeat;
    display: block;
    position: absolute;
    top: 17px;
    left: 18px;
    z-index: 10;
}
.operate ul li a:hover, .manage ul li a:hover {
    border-left: 2px solid #5498eb;
    background: #f7f7f7;
    padding-left: 53px;
    color: #5498eb;
} 

.layout-rig {
    margin-left: 35px;
}
/* 工作情况 */
.status, .recommend, .item-list {
    width: 950px;
    background-color: #fff;
}
.status-tit, .recom-tit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eff0f1; 
}
.status-tit p, .recom-tit p {
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    float: left;
}
.status-list {
    height: 120px;
    border-right: 1px solid #eff0f1;
}
.reset-border {
    border-right: none !important;
}
.status-list i {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/work-icon.png") no-repeat;
    margin: 45px 0 0 30px;
    float: left;
} 
.status-list-bg1 {
    background-position: 0 0 !important;
    margin-left: 20px !important;
}
.status-list-bg2 {
    background-position: -66px 0 !important;
}
.status-list-bg3 {
    background-position: -129px 0 !important;
}
.status-list-bg4 {
    background-position: -192px 0 !important;
}
.status-list-txt {
    float: left;
    margin: 40px 0 0 20px;
}
.status-list-txt p {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0 !important;
}
.status-list-txt p font {

}
.status-list-txt span {
    font-size: 22px;
    color: #333;
}
.font-color {
    color: #fd5b5b;
    font-weight: bold;
}
.font-shape {
    font-size: 14px;
    margin-left: 5px;
}

/* 发展动态 */
.evolution {
    width: 950px;
}
.investment_f { 
    margin: 20px auto;
}
.investment_f .investment_title {
    height: 50px;  
    overflow: hidden;
    background-color: #fff;
}
.investment_title div { 
    height: 50px; 
    float: left; 
    margin-right: 6px; 
    display: inline; 
    font-size: 16px; 
    font-weight: bold; 
    text-align: center; 
    line-height: 50px; 
    color: #666; 
    cursor: pointer; 
    margin: 0 30px;
}
.investment_title a,.investment_title a:link,.investment_title a:visited,.investment_title a:hover { 
    color: #555;
    width: 131px; 
    height: 44px;
    display: inline-block;
}
.investment_title div.on a,.investment_title div.on a:link,.investment_title div.on a:visited,.investment_title div.on a:hover { 
    color: #5498eb;
}
.investment_title div.on {
    color: #5498eb;
    border-bottom: 2px solid #5498eb;
}
.investment_con { 
    clear: both; 
    background: #fff; 
    border-top: 1px solid #eff0f1;
}
.investment_con_list {
    display: none;
}
.investment_con_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.investment_con_list ul li {
    height: 120px;
    border-bottom: 1px solid #eff0f1;
}
.dynamic-list:link, .dynamic-list:visited, .dynamic-list:hover, .dynamic-list:active {
    background-color: #f7f7f7;
}
.dynamic-list-left {
    margin: 40px 0 0 30px;
}
.dynamic-list-tit {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.dynamic-list-tit:link, .dynamic-list-tit:visited, .dynamic-list-tit:hover, .dynamic-list-tit:active {
    color: #333;    
}
.dynamic-list-left span {
    font-size: 13px;
    color: #999;
}
.dynamic-list-rig {
    float: right;
    margin: 40px 30px 0 0 ;
}
.plan {
    width: 240px;
}
.plan ul li {
    height: auto !important;
    border-bottom: none !important;
}
.jt-btn {
    width: 70px; 
    height: 20px;
    line-height: 20px;
    background-color: #ff9250;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    float: right;
    margin: 10px 0 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.jt-btn:link, .jt-btn:visited, .jt-btn:hover, .jt-btn:active {
    color: #fff;
}
.date-list {
    margin: 10px 0 0 15px;
}
.submit-date {
    color: #999;
}
.update {
    color: #999;
    float: right;
    text-align: right;
}
.more-btn {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 50px;
}
.more-btn:link, .more-btn:visited, .more-btn:hover, .more-btn:active {
    color: #999;    
}

/* 还息动态 */
.accrual {
    font-size: 14px;
    color: #666;
    text-align: right;
}
.accrual font {
    margin-right: 5px;
    font-weight: bold;
}
.accrual-math {
    font-size: 14px;
    color: #ef6771;
    text-align: right;
}

/****************  账户信息  ****************/
/* 账户信息 */
.account {
    width: 950px;
    background-color: #fff;
}
.account ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.account ul li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eff0f1; 
}
.account-tit, .account-txt {
    text-align: left;
}
.account-reset-btn {
    text-align: right;
}
.account-tit {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-left: 30px;
}
.account-txt {
    font-size: 14px;
    color: #666;
    padding-left: 40px;
} 
.account-reset-btn {
    font-size: 14px;
    color: #5498eb;
    padding-right: 25px;
}
.align-reset {
    text-align: left !important; 
    padding-right: 0 !important; 
}
.account-reset-btn:link, .account-reset-btn:visited, .account-reset-btn:hover, .account-reset-btn:active {
  color: #5498eb;
}
.account ul li:last-child {
    border-bottom: none !important;
}
.header-img i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}

/* 弹出层 */
.pop-up {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000; 
    opacity: 0.3;
    z-index: 99;
    display: none;
}
.total-pop {
    width: 500px;
    background: #fff;
    margin-left: -235px;
    padding-bottom: 50px;
    position: fixed;
    left: 50%;
    top: 25%;
    z-index: 999;
}
.pop-tit {
    height: 50px;
    line-height: 50px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eff0f1; 
    position: relative;
}
.pop-tit p {
    font-size: 16px;
    color: #999;
    padding-left: 20px;
}
.submit-form {
    width: 400px;
    margin: 50px auto 0 auto;
}
.phone-code {
    height: auto;
    margin: 0 auto 20px auto;
}
.phone-code input {
    width: 270px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #666;
    border: 1px solid #d8dee1;
    padding-left: 10px; 
    float: left;
}
.get-code {
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #dde1e5;
    color: #808d9d;
    font-size: 13px;
    text-align: center;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.get-code:link, .get-code:visited, .get-code:hover, .get-code:active {
  color: #808d9d;
}
.new-password input, .new-mail input, .new-qq input, .new-wx input, .new-address input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d8dee1;
    font-size: 13px;
    color: #666;
    padding-left: 10px;
    margin: auto;
    display: block;
}
.ensure {
    height: 40px;
    line-height: 40px;
    margin: 40px auto 0 auto;
    display: block;
    background-color: #5498eb;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.ensure:link, .ensure:visited, .ensure:hover, .ensure:active {
  color: #fff;
}
.close-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 30px;
    color: #bbb;
    line-height: 0;
}
.close-btn:link, .close-btn:visited, .close-btn:hover, .close-btn:active {
  color: #bbb;
}
/* 三级联动 */
.m_zlxg { 
    width: 195px; 
    height: 40px; 
    line-height: 40px;
    cursor: pointer;
    float: left;
    margin: 0 10px 10px 0;
    display: inline;
    border: 1px solid #d8dee1; 
    position: relative;
}
.m_zlxg p { 
    padding-left: 10px; 
    overflow: hidden; 
    line-height: 40px; 
    color: #333333; 
    font-size: 13px; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.m_zlxg2 { 
    position: absolute; 
    top: 38px; 
    border: 1px solid #d8dee1;
    background: #fff; 
    width: 195px; 
    display: none; 
    max-height: 200px;
    height: 200px; 
    overflow-x: hidden; 
    overflow-y: auto;
    white-space: nowrap;
    z-index: 99;
}
.m_zlxg2 li {
    line-height: 28px; 
    white-space: nowrap; 
    padding-left: 10px;
    color: #666; 
    font-size: 13px;
}
.m_zlxg2 li:hover { 
    color: #666;
}
.set-qu-width {
    width: 400px !important;
    height: 40px !important;
}
.select-qu {
    width: 400px !important;
}
.select-shi {
    width: 195px !important;
}
.select-down-icon {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 5px;
    color: #acb3b7;
    display: block;
}
.select-down-icon:link, .select-down-icon:visited, .select-down-icon:hover, .select-down-icon:active {
  color: #bbb;
}
/* 上传头像 */
.upload-div {
    height: auto;
    margin: auto;
}
.upload-img {
    float: left;
    width: 121px;
    height: 121px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.img-outside {
    width: 165px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    float: left;
    margin: 40px 0 0 35px;
}
.img-outside input[type=file] {
    width: 165px;
    height: 40px;
    background: #333;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    margin-right: -82px;
    top: 0;
    opacity: 0;
    z-index: 2;
}
.choice-img {
    float: left;
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    background-color: #e2e5e9;
    text-align: center;
    font-size: 13px;
    color: #808d9d;
}
.choice-img:link, .choice-img:visited, .choice-img:hover, .choice-img:active {
  color: #808d9d;
}

/****************  推荐创客  ****************/
/* 填写推荐创客资料 */
.recommend {
    padding-bottom: 35px;
}
.distance {
    margin-bottom: 40px;
}
.tj-common-list {
    margin-bottom: 30px;
    padding-left: 60px;
}
.tj-common-tit {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.tj-name {
    width: 560px;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    padding-left: 10px;
    color: #333;
    font-size: 14px;
}
.tj-name-txt {
    width: 560px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #d8dee1;
    color: #333;
    font-size: 14px;
}
.identity {
    width: 830px;
    height: 300px;
    border: 3px solid #f7f7f7;
    padding: 40px 35px;
}
.hand-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-left: 60px;
    background-color: #5498eb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.hand-btn:link, .hand-btn:visited, .hand-btn:hover, .hand-btn:active {
  color: #fff;
}
.identity-bg {
    width: 230px;
    height: auto;
}
.front, .behind {
    margin-right: 30px;
}
.upload-list-front, .upload-list-behind, .upload-list-hold {
    height: 165px;
    text-align: center;
    vertical-align: middle;
}
.select-photo-btn {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background-color: #e2e5e9;
    color: #808d9d;
    font-size: 14px;
    text-align: center;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.select-photo-btn:link, .select-photo-btn:visited, .select-photo-btn:hover, .select-photo-btn:active {
  color: #808d9d;
}
.select-photo {
    position: relative;
}
.select-photo input[type=file] {
    width: 230px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -115px;
    opacity: 0;
    z-index: 2;
}
.identity-img-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.identity-img-list ul li {
    float: left;

}
.reset-province-width, .reset-province-select, .reset-city-select {
    width: 170px !important;
}
.reset-city-width, .reset-city-select {
    width: 160px !important;
}
.reset-qu-width, .reset-qu-select {
    width: 210px !important;
}

/****************  项目列表  ****************/
/* 查询 */
.state-select {
    padding: 30px;
}
.state-select-div {
    float: left;
}
.state-demand {
    float: right;
}
.state-demand-input {
    width: 300px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    border: 1px solid #d8dee1; 
    float: right;
}
.demand {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #5498eb;
    color: #fff;
    text-align: center;
    font-size: 13px;
    display: block;
    float: right;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
}
.demand:link, .demand:visited, .demand:hover, .demand:active {
    color: #fff;
}
.set-select {
    width: 130px;
    height: 30px;
    padding-left: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #d8dee1;
    font-size: 14px;
    color: #747474;
}

/* 项目列表 */
.item-table-list {
    padding: 0 30px;
}
.item-table-list thead tr th {
    font-size: 13px;
    color: #666;
}
.item-table-list tbody tr {
    height: 50px;
}
.item-table-list tbody tr td {
    font-size: 13px;
    color: #333;
}
.item-table-list tbody tr td a {
    font-size: 13px;
}
.item-table>tbody>tr>td {
    line-height: 50px !important;
    padding: 0 8px !important;
    border-bottom: 1px solid #f3f4f5 !important;
}
.item-table>thead>tr>th {
    border-bottom: 2px solid #eff0f1 !important;
}
.look-over {
    color: #5498eb !important;
}
.look-over:link, .look-over:visited, .look-over:hover, .look-over:active {
    color: #5498eb;
}
.jd-color {
    color: #1abc85 !important;
}
.clear-top {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.bh-color {
    color: #fa3703 !important;
}
.over-color {
    color: #999;
}

/* 分页 */
.paging {
    float: right;
    font-size: 12px;
    color: #666;
    margin-right: 30px;
}
.paging input {
    width: 50px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8dee1;
    text-align: right;
    font-size: 12px;
    color: #666;
    padding-right: 10px;
}
.paging-btn {
    padding: 8px 12px;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #f2f3f4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.jump {
    margin: 0 15px 0 5px;
}

/****************  组织架构  ****************/
/* 我推荐的创客 */
.reset-state-select {
    padding-bottom: 30px;
}
.tj-row-div {
    width: 205px;
    background-color: #f7f7f7;
    margin-right: 23px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.reset-frame-padding {
    padding: 30px 30px 20px 30px;
}
.clear-rig-margin {
    margin-right: 0 !important;
}
.tj-row-img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 30px auto 15px auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.tj-row-name {
    font-size: 14px;
    color: #333;
}
.tj-row-phone {
    font-size: 13px;
    font-weight: normal;
}
.post span {
    line-height: 17px;
    font-size: 12px;
    color: #999;
    padding: 1px 5px 1px 20px;
    margin: 10px auto 8px auto;
    background-color: #fff;
    border: 1px solid #e5e5e5; 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
    display: inline-block;
}
.post-icon {
    width: 16px;
    height: 16px;
    background: url("../img/frame-icon.png") no-repeat;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
}
.jx-icon {
    background-position: -83px 0;
}
.director-icon {
    background-position: 0 0;
}
.indepen-icon {
    background-position: -41px 0;
}
.part-icon {
    background-position: -125px 0;
}
.manager-icon {
    background-position: -164px 0;
}
.join-time {
    font-size: 12px;
    color: #aaaaaa;
}
.division {
    margin: 15px 20px 15px 20px;
    height: 1px;
    border-top: 1px dashed #e5e5e5; 
}
.tj-row-math {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.tj-row-people {
    font-size: 14px;
    color: #999;
    font-weight: bold;
}
.see-more-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #a7a7a7;
    background-color: #f7f7f7;
}
.see-more-btn:link, .see-more-btn:visited, .see-more-btn:hover, .see-more-btn:active {
  color: #a7a7a7;
}

/* 我管理的创客 */
.manage-row-div {
    width: 285px;
    background-color: #f7f7f7;
    margin-right: 17px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.manage-row-img {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    margin: 20px 0 0 20px;
}
.manage-top-rig {
    float: left;
    margin: 20px 0 0 10px;
}
.manage-row-name {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px 0 !important;
}
.reset-post-margin span {
    margin: 0 !important;
    float: left;
}
.manage-icon-list {
    text-align: center;
    margin-bottom: 42px;
}
.manage-icon-list span {
    display: block;
    font-size: 12px;
    color: #999;
    margin: 5px 0;
}
.manage-icon-list p {
    font-size: 14px;
    color: #999;
    font-weight: bold;
}
.manage-bottom-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.manage-bottom-list ul li {
    float: left;
    width: 65px;
}
.clear-height {
    height: auto !important;
    border-bottom: none !important;
    margin-left: 20px;
    margin-right: 5px;
}
.manage-icon-div {
    width: 18px;
    height: 20px;
    display: block;
    background: url("../img/frame-icon.png") no-repeat; 
    margin: auto;
}
.dl-head-icon {
    background-position: 0 -46px;
}
.he-head-icon {
    background-position: -62px -46px;
}
.jx-head-icon {
    background-position: -123px -46px;
}
.manage-icon-list p {
    margin: 0 !important;
}
.add-margin {
    margin-bottom: 20px;
}

/****************  我的收益  ****************/
/* 当月收入、累计收入、距离晋升 */ 
.earn-list {
    float: left;
}
/* 当月收入 */
.same-mouth {
    width: 700px;
    height: 290px;
    background-color: #fff;
    margin-bottom: 20px;
}
.mouth-money-list {
    width: 465px;
    float: left;
}
.total-cash {
    width: 230px;
    float: left;
}
.mouth-money-list ul {
    padding: 0 0 0 90px;
    margin: 0;
    list-style: none;
}
.mouth-money-list ul li {
    float: left;
    width: 180px;
    margin-bottom: 40px;
}
.mouth-icon-math {
    float: left;
    margin-left: 5px;
}
.mouth-icon-math p {
    font-size: 15px;
    color: #333;
    margin-bottom: 0 !important;
}
.mouth-icon-math font {
    font-size: 18px;
}
.mouth-icon-math span {
    font-size: 12px;
    color: #999;
    display: block;
    margin-left: 5px;
}
.mouth-money-icon i {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    display: block;
    background: url("../img/earn-icon.png") no-repeat;
    float: left;
}
.money-icon1 {
    background-position: 0 0 !important;
}
.money-icon2 {
    background-position: 0 -58px !important;
}
.money-icon3 {
    background-position: 0 -117px !important;
}
.money-icon4 {
    background-position: 0 -176px !important;
}
.total-cash-circle {
    width: 140px;
    height: 140px;
    margin-top: -5px;
    border-radius: 140px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
    background-color: #fff;
    border: 3px solid #b6c3d4;
    text-align: center;
}
.total-cash-circle p {
    font-size: 15px;
    color: #333;
    margin-top: 45px;
    margin-bottom: 0 !important;
    width: 135px;
    overflow: hidden;
}
.total-cash-circle font {
    font-size: 18px
}
.total-cash-circle span {
    font-size: 14px;
    color: #999;
}
/* 累计收入 */
.add-up {
    width: 700px;
    height: 360px;
    background-color: #fff;
    margin-bottom: 20px;
}
.accum-list-math {
    width: 230px;
    float: left;
}
.accum-list-math ul {
    padding: 0 0 0 30px;
    margin: 0;
    list-style: none;
}
.accum-list-math ul li {
    margin-bottom: 20px;
}
.accum-reset-size p {
    font-size: 12px !important;
}
.accum-reset-size font {
    font-size: 16px !important;
}
/* 累计收入左边总额图 */
#echart {
    height: 270px;
    width: 100%;
    margin-top: -20px;
}
.echarts_pie {
    position: relative;
    width: 408px;
    float: left;
}
.echart-math {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 15px;
    left: 105px;
    text-align: center;
    vertical-align: middle;
}
.echart-math p {
    font-size: 14px;
    color: #333;
    margin: 80px 0 0 0;
}
.echart-math font {
    font-size: 20px;
}
.echart-math span {
    font-size: 14px;
    color: #999;
}
.echarts_pie ul {
    list-style: none;
}
.echarts_pie ul li {
    float: left;
}
/* 距离晋升 */
.promote {
    width: 700px;
    height: 300px;
    background-color: #fff;
}
.js-post {
    font-size: 16px;
    font-weight: bold;
    color: #5498eb;
    margin-left: 5px;
}
.js-distance ul {
    padding: 0 40px;
    margin: 10px 0 0 0;
    list-style: none;
}
.js-distance ul li {
    float: left;
    width: 205px;
}
/* 环形进度条 */
.processingbar {
    text-align: center;
    margin: auto;
    width: 143px;
}
.processingbar p {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 5px 0 0 0 !important; 
}
.processingbar font {
    color: #666;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}
.processingbar span {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: -100px;
}
.processingbar b {
    margin-right: 5px;
}

/* 近期账户收入 */
.zh {
    float: right; 
    margin-right: -55px;
}
.zh-list {
    width: 230px;
    height: auto;
    background-color: #fff;
    padding-bottom: 20px;
}
.reset-size {
    position: relative;
}
.reset-size p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-left: 25px;
}
.details {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    font-size: 13px;
    color: #5498eb;
}
.details:link, .details:visited, .details:hover, .details:active {
  color: #5498eb;
}
.get-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.get-list ul li {
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid #eff0f1;
}
.get-list ul li:last-child {
    border-bottom: none;
}
.get-date {
    width: 40px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
}
.get-date p {
    font-size: 14px;
    font-weight: bold;
    color: #68b2f6;
    margin: 2px 0 0 0!important;
}
.get-date span {
    display: block;
    font-size: 12px;
    color: #68b2f6;
    margin-top: -2px;
}
.get-math-txt {
    padding-left: 15px;
}
.get-math-txt p {
    font-size: 13px;
    color: #333;
    margin: 0 !important;
}
.get-math-txt span {
    display: block;
    font-size: 12px;
    color: #aaa;
}

/****************  待审核项目  ****************/
/* 待审核项目 */
.gray {
    background-color: #f7f7f7;
}
input[disabled], textarea[disabled], .borrow-div[disabled] {
    background-color: #eee;
}
.opinion-li {
    position: absolute;
    right: -60px;
    z-index: 2;
}
.item-table-list td p {
    font-size: 13px;
    margin: 5px 0 0 0;
    line-height: 20px;
}
.item-table-list td span {
    color: #aaa;
    line-height: 20px;
    display: block;
}
.th-color {
    color: #fa3703 !important;
}
.dsh-color {
    color: #ff9a49 !important;
}
.reset-set-select {
    width: 70px;
    height: 30px;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border: 1px solid #d8dee1;
    font-size: 14px;
    color: #747474;
}
.reset-float {
    float: right !important;
    margin-right: -20px;
}

/****************  申请资料填报-基本资料  ****************/
.modal-title {
    display: none;
}
/* 申请资料填报 */
.apply-item-position {
    position: relative;
}   
.submit-item {
    position: absolute;
    display: block;
    right: 25px;
    top: 0;
    font-size: 13px;
    color: #999;
} 
.submit-item:link, .submit-item:visited, .submit-item:hover, .submit-item:active {
    color: #999;
}
.apply-item-list {
    padding: 0 30px 0 30px;
}
.apply-common-tab {
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d8dee1; 
}
.apply-common-tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.apply-common-tab ul li {
    float: left;
    padding: 0 25px;
}
.apply-common-tab ul li a {
    font-size: 13px;
    color: #666;
}
.apply-common-tab ul li.on {
    background-color: #fff;
    border-top: 2px solid #2191e8;
    border-left: 1px solid #d8dee1;
    border-right: 1px solid #d8dee1;
    height: 40px;
}
.apply-common-tab ul li.on a {
    color: #2191e8;
    display: block;
}
.apply-common-tab ul li:hover {
    background-color: #fff;
    border-top: 2px solid #2191e8;
    border-left: 1px solid #d8dee1;
    border-right: 1px solid #d8dee1;
    height: 40px;
}
.app-item-distance {
    margin-bottom: 25px;
}
.save-no-tj {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8dee1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    display: block;
    font-size: 12px;
    color: #0384e8;
    text-align: center;
    float: right;
    margin: 5px;
    letter-spacing: .2px;
}
.save-tj {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8dee1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #5498eb;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    float: right;
    margin: 5px 10px 0 5px;
}
.save-no-tj:link, .save-no-tj:visited, .save-no-tj:hover, .save-no-tj:active {
    color: #0384e8;
}
.save-tj:link, .save-tj:visited, .save-tj:hover, .save-tj:active {
    color: #fff;
}
.apply-item-title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eff0f1; 
    margin-top: 15px;
    position: relative;
}
.delete-btn {
    position: absolute;
    right: 5px;
    display: block;
    font-size: 14px;
    color: #5498eb;
}
.delete-btn:link, .delete-btn:visited, .delete-btn:hover, .delete-btn:active {
    color: #5498eb;
}
.apply-item-title p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    float: left;
    margin-right: 15px;
}
.datarisk {
    font-size: 15px;
    color: #fe0000;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
.apply-item-title font {
    font-size: 14px;
    color: #999;
    float: left;
}
.datum-common-list {
    margin-top: 30px;
}
.datum-common-list p {
    font-size: 14px;
    color: #666;
}
.datum-common-list input {
    width: 560px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #d8dee1;
    font-size: 14px;
    color: #666;
}
.agency {
    width: 560px;
    background-color: #f7f7f7;
    border: 1px solid #d8dee1;
    padding: 15px 10px 20px 10px;
}
.agency p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px !important;
}
.agency span {
    font-size: 14px;
    color: #666;
}
.purpose {
    width: 560px;
    height: 80px !important;
    line-height: 15px !important;
    border: 1px solid #d8dee1;
    font-size: 14px;
    color: #666;
    padding: 15px 10px;   
}
.firm-list-input {
    width: 180px !important;
}
.firm-datum {
    width: 180px !important;
    margin-right: 10px;
}
.borrow-div {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border:  1px solid #d8dee1;
}
.borrow-div input {
    width: 140px;
    height: 38px;
    line-height: 45px;
    padding-left: 10px;
    border: none !important;
    font-size: 14px;
    color: #666;
    display: block;
    float: left;
    text-align: right;
    padding-right: 10px;
}
.borrow-div p {
    font-size: 14px;
    color: #999;
    float: left;
}

/* 企业 */
.upload-common-tit {
    border: 1px solid #d8dee1;
    background-color: #f7f7f7;
    line-height: 38px;
}
.apply-margin {
    margin-bottom: 20px;
}
.upload-common-tit p {
    font-size: 14px;
    color: #666;
    float: left;
    margin: 0 !important;
    padding-left: 20px;
}
.upload-common-tit font {
    font-size: 12px;
    color: #999;
    float: left;
    margin: 2px 0 0 10px;
}
.upload-btn {
    float: right;
    font-size: 12px;
    color: #5498eb;
    padding-right: 20px;
}
.upload-btn:link, .upload-btn:visited, .upload-btn:hover, .upload-btn:active {
    color: #5498eb;
}
.upload-common-left {
    width: 810px;
    float: left;
    overflow: hidden;
}
.form-group {
    margin-bottom: 0px !important;
}

/* 股东 */
.add-holder {
    display: block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #e1e6e8;
    background-color: #f7f7f7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 20px auto 10px auto;
}
.add-holder:link, .add-holder:visited, .add-holder:hover, .add-holder:active {
    color: #666;
}
.marry-div {
    margin: 5px 0 0 20px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    font-size: 12px;
    color: #333;
}
.hide {
    display:none;
}

/* 收入明细查询 */
.select-date-div {
    width: 405px;
}
.select-date-div p {
    font-size: 14px;
    color: #666;
    float: left;
    margin: 5px 10px 0 0;
}
.select-date {
    width: 300px;
    height: 30px;
    border: 1px solid #d8dee1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    float: left;
    position: relative;
}
.select-date input {
    border: none;
    font-size: 14px;
    color: #666;
    float: left;
    width: 298px;
    height: 28px;
    padding-left: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.select-date font {
    font-size: 19px;
    color: #666;
    float: left;
}
.reh-txt::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}
.reh-txt:-moz-placeholder {
    color: #666;
    font-size: 14px;
}
.reh-txt::-moz-placeholder {
    color: #666;
    font-size: 14px;
}
.reh-txt:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
}
.select-date i {
    background: url("../img/date-icon.png") no-repeat;
    width: 14px;
    height: 14px;
    background-position: 0 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 99;
}
.date-float {
    float: left !important;
    border-radius: 4px !important;;
    -webkit-border-radius: 4px !important;;
    -moz-border-radius: 4px !important;;
    -ms-border-radius: 4px !important;;
    -o-border-radius: 4px !important;;
}

.sc-div {
    margin-bottom: 10px;
}
/* 图片上传区域 */
.upload-img-list {
    background-color: #fff;
    border: 1px solid #d8dee1;
    border-top: none !important;
    padding: 5px 0;
}
.swiper-slide {
    text-align: center;
    position: relative;
}
.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.swiper-container {
    padding: 5px 40px;
}
.upload-img-list .swiper-button-next, .upload-img-list .swiper-button-prev{
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 20px;
}
.upload-img-list .swiper-button-prev{
    background: url("../img/s-arrow.png") no-repeat #f2f2f2 center;
    opacity: .75 !important;
}
.upload-img-list .swiper-button-next{
    background: url("../img/s-arrow2.png") no-repeat #f2f2f2 center;
    opacity: .75 !important;
}
.float-div {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #B3B3B3;
    z-index: 99;
    height: 25px;
    width: 100%;
}
.delete {
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    margin: 5px 0 0 10px;
}
.see-it {
    display: block;
    float: right;
    font-size: 12px;
    color: #fff;
    margin: 5px 10px 0 0;
}
.delete:link, .delete:visited, .delete:hover, .delete:active {
    color: #fff;
}
.see-it:link, .see-it:visited, .see-it:hover, .see-it:active {
    color: #fff;
}

/* 实际控制人选项框 */
.checkBoxCase {
    margin-top: 25px;
}
.checkBoxCase label {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin: 0 !important;
}
.checkBoxCase input[type='checkbox'] {
    margin: 0 !important;
}
.checkBoxCase input[type='checkbox']:before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/click-check.png") no-repeat;
    cursor: pointer;
}
.checkBoxCase input[type='checkbox']:checked:before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/check.png") no-repeat;
    cursor: pointer;
}
.check-able {
    text-align: center;
    font-size: 14px;
    color: #999;
    background-color: #f7f7f7;
    padding: 30px 0;
    margin-top: 30px;
}

/* 请选择项目类型 */
.dai-type {
    padding: 100px 0;
    text-align: center;
}
.dai-type i {
    width: 75px;
    height: 75px;
    background: url("../img/type.png") no-repeat;
    display: block;
    margin: 90px auto 20px auto;
}
.qy-dai-i {
    background-position: 3px 0 !important;
}
.gt-dai-i {
    background-position: -146px 0 !important;
}
.qy-dai {
    display: block;
    width: 260px;
    height: 280px;
    background-color: #f7f7f7;
    float: left;
    margin: 0 0 0 150px;
}
.gt-dai {
    display: block;
    width: 260px;
    height: 280px;
    background-color: #f7f7f7;
    float: left;
    margin: 0 0 0 60px;
}
.qy-dai p {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.gt-dai p {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

/* 查看项目进度条 */
.examine-div {
    height: 100px;
    margin: -15px auto 20px auto;
    background-color: #f7f7f7;
}
.examine-progress {
    width: 860px;
    padding-left: 55px;
}
.examine-left {
    margin-top: 30px !important;
    position: relative;
}
.examine-left li a:before {
    left: -40px !important;
}
.examine-left p {
    position: absolute;
    font-size: 12px;
    color: #666;
    top: -15px;
    left: 25px;
}
.examine-left span {
    display: block;
    position: absolute;
    font-size: 12px;
    color: #999;
    top: 40px;
    left: 15px;
}
.examine-left li:last-child a:after {
    right: 60% !important;
}

/* 项目意见 */
@media screen and (max-width: 992px) {
    .opinion-li {
        position: absolute;
        right: 240px;
        z-index: 2;
    }
}
.clear-border-bottom {
    border-bottom: none !important;
}
.opinion-input {
    width: 100%;
    height: 80px;
    border: 1px solid #d8dee1;
    padding: 10px 20px 20px 10px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

/* 企业客户 */
.pj-ruler {
    display: block;
    float: left;
    margin-top: 2px;
    position: relative;
}
.pj-ruler span {
    display: block;
    float: left;
    color: #999;
    font-size: 12px;
}
.pj-ruler i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 16px 5px 0 20px;
    background: url("../img/ruler-icon.png") no-repeat;
    float: left;
}
/* 评价规则弹出框 */
.fill-div {
    height: 10px;
}
.ruler-details {
    position: absolute;
    top: 40px;
    left: -30px;
    padding: 0 20px 5px 10px;
    background-color: #fff;
    border: 1px solid #d7dbdf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 99;
    box-shadow: 0 2px 9px #ccc;
    display: none;
}
.ruler-details ul li{
    line-height: 25px;
}
.ruler-list-div {
    width: 100%;
}
.ruler-list-div p {
    width: 100%;
    color: #777;
    font-size: 12px;
    float: left;
    font-weight: normal !important;
    margin: 0 !important;
}
.ruler-list-div font {
    margin-left: 15px;
    color: #777;
    font-size: 12px;
}
.add-kh-btn {
    display: block;
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 30px;
    padding-left: 15px;
    color: #666;
    font-size: 12px;
    text-align: center;
    border: 1px solid #d8dee1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}
.add-kh-btn:link, .add-kh-btn:visited, .add-kh-btn:hover, .add-kh-btn:active {
    color: #666;
}
.kh-plus-icon {
    display: block;
    position: absolute;
    left: 8px;
    top: -3px;
    color: #32b16c;
    font-size: 21px;
}
.kh-classify {
    padding: 30px;
}
.kh-sort-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.kh-sort-list ul li {
    float: left;
    background-color: #f0f2f2;
}
.kh-sort-list ul li.on {
    background-color: #fff;
}
.kh-sort-list li {
    line-height: 40px;
    text-align: center;
}
.kh-sort-list li a {
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: bold;
}
.kh-sort-list {
    float: left;
    margin-right: 20px;
    border: 1px solid #eff0f1;
}
.kh-sort-list:last-child {
    margin-right: 0 !important;
}
.kh-sort-grade ul li {
    background-color: #fff;
}
.sort-grade-div {
    margin-left: 20px;
    margin-right: 20px;
}
.sort-grade-div p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0 !important;
}
.sort-grade-div span {
    color: #999;
    font-size: 12px;
    display: block;
    margin-top: -18px;
}
.time-select {
    float: left;
    margin-right: 10px;
}
.time-on {
    color: #4498eb !important;
}
.time-select a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    border: 1px solid #d8dee1;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
}
.end-time {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    -ms-border-top-left-radius: 0 !important;
    -o-border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    -ms-border-bottom-left-radius: 0 !important;
    -o-border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
}
.reset-time-width {
    width: 80px !important;
    margin-right: 10px;
}
.tag-sort-list {
    height: 40px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;  
    overflow: hidden;
}
.tag-sort-div {
    padding-top: 8px;
    padding-right: 55px;
    background-color: #f7f7f7;
}
.tag-sort-div a {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left: 10px;
    margin-bottom: 8px;
    border: 1px solid #d8dee1;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.tag-sort-div a:hover {
    color: #4498eb;
    border: 1px solid #5498eb;
}
.tag-on {
    color: #4498eb !important;
    border: 1px solid #5498eb !important;
}
.tag-sort-div p {
    color: #404a59;
    font-size: 12px;
    float: left;
    margin: 3px 0 0 10px;
}
.tag-sort-more {
    display: block;
    position: absolute;
    right: 30px;
    top: 13px;
}
.tag-sort-more p {
    color: #999;
    font-size: 12px;
    margin-bottom: 0 !important;
    float: right;
}
.tag-sort-more i {
    display: block;
    width: 9px;
    height: 5px;
    background: url("../img/more-down-icon.png") no-repeat;
    background-position: 0 0;
    float: right;
    margin: 5px 10px 0 5px;
}
/* 添加客户下拉框 */
.kh-header-list {
    width: 100px;
    border-left: 1px solid #d8dee1;
    border-right: 1px solid #d8dee1;
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 9px #ccc;
    display: none;
}
.kh-header-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.kh-header-div {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d8dee1;
    text-align: center;
    position: relative;
}
.kh-header-div p {
    color: #777;
    font-size: 12px;
    margin-left: 0 !important;
    float: none !important;
    padding-left: 15px;
}
.kh-header-div i {
    display: block;
    width: 12px;
    height: 14px;
    background: url("../img/kh-header.png") no-repeat;
    position: absolute;
    top: 13px;
    left: 10px;
}
.header-icon1 {
    background-position: 0 0 !important;
}
.header-icon2 {
    background-position: 0 -39px !important;
}
/*跟进记录*/
.custom-record{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    width: 360px;
    background: #fafafa;
    border-left: 1px solid #d7dbdf;
    z-index: 2000;
    padding-top:230px;
    display: none;
}
.custom-record-top{
    min-height: 190px;
    width: 100%;
    position: absolute;
    background: #fff;
    top:0;
    left: 0;
    border-bottom:1px solid #d7dbdf;
    z-index: 10;
}
.record-close{
    display: inline-block;
    position: absolute;
    top:12px;
    right: 14px;
    z-index: 100;
    background: none;
    border:0;
    outline: none;
}
.record-close span {
    color: #bbb;
    font-size: 23px;
    font-weight: bold !important;
    display: block;
    margin-top: -5px;
}
.custom-record-title{
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    border-bottom:1px solid #eff0f1;
}
.custom-record-title strong {
    font-size: 13px;
}
.level-show{
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #4bc18b;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin-right: 15px;
}
.record-compandy{
    overflow: hidden;
}
.record-compandy p{
    margin-bottom: 0;
}
.item-company{
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f4f5;
}
.contact-dt{
    padding: 0;
    margin:0;
}
.contact-dt li{
   margin-top: 12px;
   width: 100%;
}
.contact-dt li strong{
    display: block;
    float: left;
    width: 70px;
    margin-right: 35px;
    color: #666;
}
.contact-dt li span {
    color: #666;
    display: block;
    float: left;
}
.c-record-list{
    overflow-y: auto;
    height: 100%;
    padding-top: 40px;
}
.show-more-contact{
    display: inline-block;
    padding: 3px 10px 5px;
    background: #fff;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    border:1px solid #d7dbdf;
    border-top:0;
    position: absolute;
    bottom:-26px;
    left: 50%;
    margin-left: -58px;
    z-index: 10;
}
.show-more-contact:hover {
    color: #5498eb;
}
.toggle-arrow{
    width: 7px;
    height: 7px;
    background-position: -271px -35px;
}
.more-contact{
    display: none;
}
.show-more-contact.active .toggle-arrow{
    transform: rotate(180deg);
}
.custom-record-list{
    border-left:4px solid #ebeced;
    margin:0 20px;
    padding: 0;
}
.custom-record-list li{
    padding:0 20px 20px;
    font-size: 12px;
    border-bottom:1px solid #eff0f1;
    margin-bottom: 20px;
    position: relative;
}
.custom-record-list li:before,.custom-record-list li:after{
    display: block;
    content: '';
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
}
.custom-record-list li:before{
    width: 18px;
    height: 18px;
    background:#ebeced;
    left: -10px;
    top:0;
}
.custom-record-list li:after{
    width: 8px;
    height: 8px;
    background: #cacbcc;
    left: -5px;
    top:5px;
}
.custom-record-list li:first-child:after{
    background: #32c576;
}
.record-text{
    word-break: break-all;
}
.custom-con{
    background: #fff;
    padding:10px 20px;
    border-bottom:1px solid #f2f4f5;
    position: relative;
}
.custom-con a{
    display: inline-block;
    color: #999;
    padding: 3px 12px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.custom-con a.current{
    background: #ec4d4d;
    color: #fff;
}
.her-team{
    background: none;
    outline: none;
    border: 0;
    color: #666;
    border-right: 1px solid #e4e8ed;
    padding-right: 20px;
    margin-right: 20px;
}
.icon-arrow2{
    width: 12px;
    height: 7px;
    background-position: 0 -272px;
}
.her-team .icon-arrow2{
    margin-left: 5px;
    position: relative;
    top:-1px;
}
.i-icon{
    width: 20px;
    height: 20px;
    background-position: -246px -28px;;
}
.level-explain{
    padding: 3px 0;
    cursor: pointer;
}
.pop-explain{
    padding: 0;
    margin-bottom: 0;
}
.custom-tongji{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.custom-tongji ul{
    padding: 0;
    margin:0;
    display: inline-flex;
}
.custom-num-list li .num{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #f7f7f7;
    margin-bottom: 10px;
    color:#666;
}
.custom-num-list li{
    box-sizing: border-box;
    text-align: center;
    color: #999;
    width: 60px;
}
.custom-tj-rt{
    width: 320px;
}
.custom-tj-rt ul li .num{
    color: #666;
}
.custom-tj-rt ul li{
    display: inline-block;
    float: left;
    background: #f7f7f7;
    color: #999;
    text-align: center;
    width: 120px;
    padding: 15px 0;
}
.custom-title{
    display: inline-block;
    margin-top: 25px;
    position: relative;
}
.custom-tj-left .custom-title{
    margin-right: 15px;
}
.custom-tongji .custom-tj-rt .custom-title:before{
    display: block;
    content: '';
    width: 1px;
    height: 30px;
    background: #d7dbdf;
    position: absolute;
    left: -20px;
    top:50%;
    margin-top: -15px;
}
.team-down{
    height: 422px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top:47px;
    z-index: 10;
    border-bottom: 2px solid #ededed;
    padding: 20px;
    display: none;
}
.team-search{
    width: 200px;
}
.team-search input{
    -webkit-border-radius: 4px !important;
            border-radius: 4px !important;
}
.team-search .icon-search{
    position:absolute;
    right:8px;
    top:10px;
    z-index: 200;
}
.btn-ok{
    background: #fff;
    border:1px solid #d0d4d9;
}
.team-down .pull-right .btn{
    padding: 3px 12px;
}
.team-grid{
    width: 25%;
    display: inline-block;
    float: left;
}
.team-grid:last-child{
    padding-right: 0;
}
.team-down .people-list{
    height: 312px;
    margin-bottom: 0;
    background: none;
}
.team-down .people-list li{
    font-size: 12px;
    padding-right: 40px;
    border-left: 1px solid #f7f7f7;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.team-down .people-list li.selected{
    background: #e8f0f6;
    border-left: 1px solid #f7f7f7;
}
.team-grid .icon-people {
    position: absolute;
    right: 10px;
    top: 15px;
}
.team-grid h5{
    margin:20px 0;
}
.jianxi{
    display: inline-block;
    background: #f7f7f7;
    padding: 2px 4px;
    color: #c4c4c4;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 12px;
}
.team-down .people-list .mCSB_inside>.mCSB_container,.c-record-list .mCSB_inside>.mCSB_container{
    margin-right: 10px !important;
}
.pd20 {
    padding: 20px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.green {
    color: #1abc85;
}
.txt-gray {
    color: #999;
}
.f13 {
    font-size: 13px;
}
.icon {
    display: inline-block;
    background: url("../img/total-down-icon.png") no-repeat;
}
.m0 {
    margin-bottom: 0 !important;
}
.add-record {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #d8dee1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    position: relative;
    margin: 0 0 20px 230px;
    padding-left: 15px;
}
.add-record:link, .add-record:visited, .add-record:hover, .add-record:active {
    color: #666;
}
.add-record i {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    background: url("../img/write-record.png") no-repeat;
    background-position: 0 0 !important;
}
/*滚动条样式*/
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #bfbfbf; }
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{ background-color: #ededed; }
.team-search2{
    width: 324px;
}
.only-check-my{
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
}
.only-check-my input{
    margin-right: 3px;
}
/* 操作选择框 */
.handle-btn {
    position: relative;
}
.handle-pop-div {
    width: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d7dbdf;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: absolute;
    right: 60px;
    top: -97px;
    box-shadow: 0 2px 9px #ccc;
    display: none;
}
.handle-pop-div ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.handle-pop-div ul li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: none !important;
}
.handle-pop-div ul li a {
    display: block;
    color: #666;
    font-size: 13px;
}
.dw-div {
    position: relative;
}
/*向右*/
.triangle_border_right{
    width: 0;
    height: 0;
    border-width: 7px 0 7px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #d7dbdf;/*透明 透明 透明 灰*/
    margin: 115px auto 0 auto;
    position: relative;
}
.triangle_border_right span{
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;/*透明 透明 透明 黄*/
    position: absolute;
    top: -6px;
    left: -11px;
}
.reset-handle {
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    right: -10px;
}
/* 系统相册 */
.album-tit {
    position: relative;
    float: left;
}
.album-tit i {
    display: block;
    width: 10px;
    height: 15px;
    background: url("../img/album-icon.png") no-repeat;
    background-position: 0 0 !important;
    position: absolute;
    left: 20px;
    top: 18px;
}
.album-tit p {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin-left: 35px;
}
.album-icon-list {
    float: right;
}
.album-icon-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.album-icon-list ul li {
    float: right;
    margin-right: 15px;
}
.album-icon-list ul li:first-child {
    margin-right: 20px;
}
.album-icon-list ul li span {
    color: #d2d2d2;
}
.album-icon-div {
    position: relative;
}
.album-icon-div i {
    display: block;
    position: absolute;
    top: 18px;
    left: -5px;
    width: 16px;
    height: 16px;
    background: url("../img/album-icon.png") no-repeat;
}
.album-icon-div p {
    color: #666;
    font-size: 12px;
    margin-left: 15px;
    font-weight: normal;
}
.album-list1 {
    background-position: -343px 0 !important;
}
.album-list2 {
    background-position: -262px 0 !important;
}
.album-list3 {
    background-position: -182px 0 !important;
}
.album-list4 {
    background-position: -82px 0 !important;
}
.album-img-list {
    padding-bottom: 45px;
}
.album-img-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.album-img-list ul li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.album-img-select {
    display: block;
    width: 166px;
    height: 166px;
    position: relative;
    cursor: pointer;
}
.album-img-select input {
    position: absolute;
    bottom: 7px;
    left: 7px;
}
.album-img-select input[type='checkbox'] {
    margin: 5px 0 0 0 !important;
}
.album-img-select input[type='checkbox']:before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/click-check.png") no-repeat;
    cursor: pointer;
}
.album-img-select input[type='checkbox']:checked:before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/check.png") no-repeat;
    cursor: pointer;
}
.clear-bt {
    padding-bottom: 0 !important;
}
.clear-bg {
    background: none !important;
}
.kh-base-div {
    width: 310px;
    background-color: #fff;
    margin-right: 20px;
}
.kh-common-tit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eff0f1;
    padding-left: 20px;
    padding-right: 20px;
}
.kh-common-tit p {
    float: left;
    margin-bottom: 0!important;
    color: #666;
    font-size: 13px;
    font-weight: bold;
}
.compile {
    float: right;
    color: #5498eb;
    font-size: 13px;
}
.compile:link, .compile:visited, .compile:hover, .compile:active {
    color: #5498eb;
}
.kh-base-con {
    padding: 25px 10px 0 20px;
}
.base-tag-list p {
    color: #666;
    font-size: 12px;
    margin: 10px 0 15px 0;
}
.base-tag-list ul {
    height: 110px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.base-tag-list ul li {
    float: left;
}
.base-tag-list ul li a {
    display: block;
    width: auto;
    height: 25px;
    line-height: 25px;
    margin: 0 10px 10px 0;
    color: #666;
    font-size: 12px;
    border: 1px solid #d8dee1;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.start-btn {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background-color: #5498eb;
    margin: 0 auto 20px auto;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.start-btn:link, .start-btn:visited, .start-btn:hover, .start-btn:active {
    color: #fff;
}
.kh-contact-div {
    background-color: #fff;
} 
.kh-contact-div ul {
    padding-bottom: 60px;
}
.kh-contact-div ul li {
    height: 60px;
    border-bottom: 1px solid #eff0f1;
    padding: 15px 20px;
    position: relative;
}
.contact-txt-list p {
    width: 100%;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px !important;
}
.contact-txt-list span {
    display: block;
    color: #666;
    font-size: 12px;
}
.btn-group {
    width: 60px;
    position: absolute;
    top: 15px;
    right: 20px;
}
.btn-group a {
    color: #5498eb;
}
.delete-btn-group {
    display: block;
    float: left;
    font-size: 12px;
}
.alter-btn-group {
    display: block;
    float: right;
    font-size: 12px;
}
.kh-plus-btn {
    display: block;
    float:  right;
    width: 25px;
    height: 25px;
    line-height: 20px;
    margin-top: 12px;
    border: 1px solid #e3e4e6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #4bc18b;
    font-size: 25px;
    text-align: center;
}
.kh-plus-btn:link, .kh-plus-btn:visited, .kh-plus-btn:hover, .kh-plus-btn:active {
    color: #4bc18b;
}
.kh-contact-div {
    height: 350px;
    width: 300px;
    background-color: #fff;
    margin-right: 20px;
    overflow: hidden;
}
.kh-left-div {
    width: 300px;
}
.order-con-div {
    padding: 15px 20px;
}
.order-con-date p {
    color: #e88403;
    font-size: 20px;
    margin-bottom: 0 !important;
    text-align: left;
}
.order-con-date span {
    color: #999;
    font-size: 14px;
    padding-left: 10px;
}
.order-div {
    margin-bottom: 20px;
    background-color: #fff;
}
.follow-div {
    background-color: #fff;
}
.order-con-txt {
    float: right;
    height: 66px;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
}
.follow-div-txt {
    padding: 15px 20px;
}
.follow-div-txt p {
    color: #666;
    font-size: 12px;
}
.follow-div-txt font {
    margin-left: 10px;
}
.follow-div-txt span {
    display: block;
    height: 57px;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}
.follow-div-txt a {
    display: block;
    float: right;
    margin: 5px 8px 10px 0;
    color: #5498eb;
}
.img-library {
    background-color: #fff;
    margin-top: 20px;
}
.img-library ul {
    padding: 40px 20px 20px 20px;
    margin: 0;
    list-style: none;
}
.img-library ul li {
    float: left;
    margin: 0 18px 20px 18px;
}
.new-library-div {
    float: right;
    margin-right: 10px;
}
.new-library-div i {
    display: block;
    float: right;
    margin: -1px 5px 0 0;
}
.new-library-div p {
    float: right;
    color: #666;
    font-weight: normal;
}
.library-list-img {
    position: relative;
    width: 191px;
    height: 133px;
    text-align: center;
    overflow: hidden;
}
.library-list-img img {
    width: 100%;
    height: auto;
}
.library-list-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.library-list-txt span {
    display: block;
    margin-top: 41%;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.library-txt {
    line-height: 27px;
} 
.library-txt span {
    display: block;
    float: left;
    color: #999;
}
.library-txt a {
    display: block;
    float: right;
    color: #999;
}
.library-list-txt:hover, .bg-color {
    background: #b8d4fb !important;
    opacity: .72;
}
.set-pd {
    margin-right: 10px !important;
}

/* 我的客户弹窗 */
.kh-pop-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d8dee1;
    font-size: 13px;
    color: #666;
    padding-left: 10px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}
.select-div input[type='checkbox'] {
    margin: 5px 0 0 0 !important;
}
.select-div input[type='checkbox']:before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/click-check.png") no-repeat;
    cursor: pointer;
}
.select-div input[type='checkbox']:checked:before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/check.png") no-repeat;
    cursor: pointer;
}
.select-div label {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.set-new-ensure {
    margin-top: 20px !important;
}
.kh-total-pop {
    width: 500px;
    background: #fff;
    margin-left: -235px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 25%;
    z-index: 999;
}
.kh-submit-form {
    width: 400px;
    margin: 30px auto 0 auto;
}
.kh-textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d8dee1;
    font-size: 13px;
    color: #666;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 20px;
    resize: none;
}
.kh-time-icon {
    background: url("../img/date-icon.png") no-repeat;
    background-position: 370px 13px;
}
.similar {
    margin-bottom: 40px;
}
.similar p {
    color: #999;
    margin-top: 15px;
    margin-bottom: 0 !important;
}
.similar span {
    display: block;
    width: 100%;
    color: #5498eb;
    font-size: 13px;
    margin-top: 15px;
}
.select-half {
    width: 195px;
    float: left;
    margin: 0 10px 10px 0;
}
.pop-tag-div {
    margin-top: 10px;
    padding: 10px 10px 5px 10px;
    background-color: #f7f7f7;
} 
.pop-tag-sort {
    margin-top: 15px;
}
.pop-tag-sort p {
    color: #666;
    font-size: 12px;
    float: left;
    margin: 3px 5px 0 0;
}
.pop-tag-sort a {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left: 10px;
    margin-bottom: 8px;
    border: 1px solid #d8dee1;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
/* 创客-未开放 */
.scan-list {
    margin: 30px auto 0 auto;
    text-align: center;
}

/* 发起项目弹窗 */
.launch {
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0 !important;
}
.launch font {
    color: #ff9c00;
}
.launch-item-list {
    margin-bottom: 30px;
}
.launch-item-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.launch-item-list ul li {
    float: left;
    margin-right: 20px;
}
.launch-select {
    width: 110px;
    height: 40px;
    line-height: 35px;
    padding-left: 40px;
    border: 2px solid #dcdcdc;
    position: relative;
}
.launch-select i {
    display: block;
    width: 26px;
    height: 26px;
    background: url("../img/launch-icon.png") no-repeat;
    position: absolute;
    top: 6px;
    left: 10px;
}
.launch-gs {
    background-position: 0 0 !important;
}
.launch-gt {
    background-position: -130px 0 !important;
}
.launch-select span {
    display: block;
    float: left;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
.reset-font {
    font-size: 14px !important;
    margin-bottom: 20px !important; 
}
.launch-bg {
    background: url("../img/launch-bg.png") no-repeat;
    border: none !important;
}
.launch-bg i {
    top: 8px;
    left: 12px;
}
.launch-bg {
    line-height: 40px;
    padding-left: 42px;
}
.set-ensure-mar {
    font-size: 14px !important;
    margin-top: 30px !important;
}