/*登陆开始*/
.login_page .login_header {padding: 8px 15px;display: flex;align-items: center;}
.login_page .login_header .logo {background: url(../images/newlogo.png) no-repeat;float: left;width: 120px;height: 39px;background-size:100% 100%;}
.login_page .login_header .login_text {float: left;font-size: 24px;margin: 10px 40px;}
.login_page .login_content {width: 100%;height: 680px;background: url(../images/login_bg_new.jpg);}
.login_page .login_content .login_area {position: relative;height: 680px;width:1200px;margin:0 auto;}
.login_page .login_content .login_area .login_form {position: absolute;right: 0;top: 125px;width: 420px;height: 440px;background: #FFFFFF;padding:30px 50px;}
.login_form label{width:100%;height:45px;line-height:45px;font-size:18px;}
.login_form input{width:100%;height:45px;line-height:45px;font-size:16px;border: 1px solid #ddd;padding-left:10px;color:#9b9b9b;outline:none;}
.login_form #ident_code{width:60%;}
.login_form .loginBtn{background:#035dac;color:#FFFFFF;margin-top:30px;}
input:focus {border: 1px solid deepskyblue;outline:none;}
.loginBtn:focus {border: 1px solid #3daf32;outline:none;}
.login_page .login_footer {padding: 50px 335px;}
.login_page .login_footer span {display: block;text-align: center;}
/*# sourceMappingURL=css.css.map */
/*登陆结束*/
/*保险业务开始*/
.safe{background-color: #f4f4f4;position: relative;/*overflow: hidden;*/height:100%;}
.safe .safe_nav{width:160px;height:1000px;background-color: #3daf33;position: relative;}
.safe .safe_nav li{padding:12px 15px;}
.safe .safe_nav .itemOn{background-color: #69c161;}
.safe .safe_nav .item_li{color:white;}
.safe .safe_nav .item_li:hover{background-color: #50b646;}
.safe .safe_nav .item_li.sep{background-color: #22901d;}
.safe .safe_nav .item_li.line{width:100%;height:1px;border-bottom:2px solid #4cb443;padding:0;}
.safe .safe_nav .item_li .safe_title{display:block;}
.safe .safe_nav .item_li a{color:white;position: relative;}
.safe .safe_nav .item_li a .iconfont{position:absolute;right:-20px;top:2px;}
.safe .safe_nav .item_li:hover .icon_appear{display: block;}
.safe_item{float:left;font-size:14px;width:1000px;background: #f4f4f4;margin-left:40px;}
.safe_item h4{color:#595c5b;}
.safe_item .safe_item_top{margin-top:20px;}
.safe_item .safe_item_top .safe_addExport{padding:30px 0px 30px 30px;background-color: white;overflow: hidden;width:1000px;border: 1px solid #ddd;}
.safe_item .safe_item_top .safe_addExport input{height:30px;color:#b8b9b8;border: 1px solid #ddd;border-radius:5px;margin-right:10px;padding-left:5px;}
.safe_item .safe_item_top .safe_addExport .takeTime{float:left;}
.safe_item .safe_item_top .safe_addExport .takeTime .takeTime_sep{width:100px;}
.safe_item .safe_item_top .safe_addExport .controlExport{width:95px;height:30px;background-color:#f4f4f4;padding:0;}
.safe_item .safe_item_top .safe_addExport .controlAdd,.safe_item .safe_item_top .safe_addExport .controlSearch{border: 1px solid #ddd;width:95px; height:30px;background-color: #3daf33;color:#FFFFFF;padding:0;}
.safe_addExport div{float:left;color:#000000;}
.safe_addExport div span{display: inline-block;width:70px;}
.safe_addExport div select{width:190px;height:30px;color: #b8b9b8;border: 1px solid #ddd;border-radius: 5px;padding-left:15px;}
.safe_addExport .getTime{clear:both;}
.safe_addExport .getTime input{width:100px;}
.safe_item .safe_item_top .safe_search{width:100%;height:50px;line-height: 50px;text-align: center;margin-top:50px;}
.safe_item .safe_item_top .safe_search span:nth-of-type(1){color:#3daf33;cursor: pointer;}
.safe_item .safe_item_top .safe_search span:nth-of-type(2){padding:0 20px;color:#b8b9b8;}
.safe_item .safe_item_top .safe_search span:nth-of-type(3){color:#595c5b;cursor: pointer;}
.safe_item .safe_item_bottom{margin-top:5px;width:100%;color:#595c5b;font-size:13px;width:960px;}
.safe_item .safe_item_bottom table{margin-bottom: 0;}
.safe_item_bottom .safe_foot{padding:20px 0;width:100%;background:#FFFFFF;border: 1px solid #ddd;border-top:none;color:#b8b9b8;}
.safe_item_bottom .safe_foot span{padding:0 5px;}
.safe_item .safe_item_bottom tr td input{width:25px;height:25px;}
.safeModify,.safeDel{cursor: pointer;position: relative;}
.add_bord{display:inline-block;border:1px solid #ddd;width:60px;height:20px;margin:0 5px;text-align: center;}
.add_gray{color:#595c5b}
#lost{color:red;}
#pass{color:#3daf33;}
/*保险业务结束*/
/*添加业务开始*/
.add_service form .add_service1 tr td input{}
.add_service form table tr td select{}
.add_service{color:#595c5b;border-radius: 3px; background: #f4f4f4;width:960px;margin-top:20px;}
.add_service h4{margin-left:20px;}
.add_service form{background:#FFFFFF;border: 1px solid #ddd;}
.add_service form .add_service1{padding-top:30px;display: block;border-bottom: 1px solid #ddd;}
.add_service form .add_service1 tr{margin-bottom:15px;display: block;}
.add_service form .add_service1 tr td{height:35px;font-size:14px;padding:0 10px;}
.add_service form .add_service1 tr td > span{display: inline-block;width:80px;}
.add_service input,.add_service select{width:354px;height:35px;border: 1px solid #ddd;border-radius: 5px;padding-left:15px;}
.add_service select option{color:#595c5b;}
textarea{resize: none;width:350px;height:100px;}
#car_one,#car_two{width:22px;height:25px;font-size:12px;vertical-align: middle;margin-right:3px;}
label{font-weight:normal}
.add_service form .add_service1 input{padding-left:15px;}
.add_service form .add_service1 tr td input[type="button"]{width:90px;height:40px;background-color:#f4f4f4;vertical-align:middle;padding-left:0;}
.add_service form .add_service2{width:95%;margin:0 auto;border: 1px solid #ddd;border-radius: 5px;margin:30px auto;}
.add_service form .add_service2 tr th,td{text-align: center;height:35px;}
.add_service form .add_service2 tr th{height:50px;}
.add_service form .add_service2 tr td{color:#dbdbdb;}
.add_service form .addHold{padding:5px;border-bottom: 1px solid #ddd;}
.add_service form .addHold input[type="button"]{width:70px;height:40px;background-color:#f4f4f4;padding-left:0;}
.add_service form .sureModify{text-align: center;margin:30px auto;clear: both;}
.add_service form .sureModify input{width:150px;height:40px;background-color: #3daf33;color:#FFFFFF;}
/*添加业务结束*/
/*业务详情开始*/
.add_service form .serviceDetails tr td{}
.add_service form .serviceDetails{width:100%;padding:10px 20px;display: block;background:#FFFFFF;}
.add_service form .serviceDetails tr td{width: 500px;/*height: 45px;*/border-radius: 5px;text-align: left;color:#4a4c4b;}
#controlBack td input{width:90px;height:40px;color:#000000;border: 1px solid #ddd;background-color: #f4f4f4;padding-left:0;}
/*业务详情结束*/
/*添加业务员开始*/
.add_service form .addCounterman .addCounterman_n div input{}
.add_service form .addCounterman{width:100%;padding:30px 20px;display: block;background:#FFFFFF;}
.add_service form .addCounterman .addCounterman_n{width:430px;overflow: hidden;}
.add_service form .addCounterman .addCounterman_n div{text-align: right;margin-bottom:30px;}
.add_service form .addCounterman .addCounterman_n div input{padding-left:20px;}
.add_service form .addCounterman .addCounterman_n div input[type="radio"]{width:60px;height:25px;vertical-align:middle;}
.add_service form .addCounterman .addCounterman_n div .rt{margin-right:180px;}
.add_service form .addCounterman .addCounterman_n .subCounter{clear: both;text-align: left;padding-left:100px;}
.add_service form .addCounterman .addCounterman_n .subCounter input{width:90px;height:40px;background-color: #3daf33;color:#FFFFFF;text-align: center;padding-left:0;}
/*添加业务员结束*/
/*审核详情开始*/
.add_service form .examDetails,.add_service form .examBusiness{width:100%;padding:10px 20px;display: block;background:#FFFFFF;}
.add_service form .examDetails tr td,.add_service form .examBusiness tr td{width: 500px;height: 45px;border-radius: 5px;text-align: left;color:#4a4c4b;}
.add_service form .examDetails2 tr td input[type="button"],.add_service form .examBusiness2 tr td input[type="button"]{width:70px;height:40px;background-color:#f4f4f4;margin-right:20px;}
.add_service form .examDetails2,.add_service form .examBusiness2{width:97%;margin:0 auto;background:#FFFFFF;border: 1px solid #ddd;border-left:none;border-right:none;}
.add_service form .examDetails2 tr th,.add_service form .examDetails2 tr td,.add_service form .examBusiness2 tr th,.add_service form .examBusiness2 tr td{text-align: center;color:#c0c1c0;font-size:14px;}
.add_service form .examDetails2 tr td{height:40px;}
.add_service form .examDetails2 tr th,.add_service form .examBusiness2 tr th{color:#595c5b;height:50px;}
.add_service form .status{height:75px;line-height:75px;padding-left:20px;position: relative;}
.add_service form .account,.add_service form .bill{border-top:1px solid #ddd;padding-left:20px;}
.add_service form .account h4,.add_service form .bill h4,{margin:30px 0;color:#595c5b;font-size:16px;font-weight: 600;margin-left: 0;}
.add_service form .account div,.add_service form .bill div{margin-bottom:10px;}
.examDetails span,.account span,.bill span{padding:0 10px;}
.add_service form .bill{height:489px;position: relative;border-bottom:1px solid #ddd;}
.add_service form .bill .examPic{position: absolute;top:60px;left:355px;}
.add_service form .examBack{padding:30px 20px;}
.add_service form .examBack input{width:90px;height:40px;background-color: #f4f4f4;margin-right:20px;}
/*审核详情结束*/
/*审核业务看开始*/
/*.item_li .safe_item .add_service form .examBusiness(table)===statu-slect+i====account===bill*/
.add_service form .status select{color:#dbdbdb;}
.add_service form .status i{position: absolute;top:0;left:422px;font-size:25px;}
.add_service form .account,.add_service form .bill{border-top:1px solid #ddd;padding-left:20px;}
.add_service form .account div{position: relative;}
.add_service form .account .payTime{position: absolute;top:10px;left:400px;}
.add_service form .account div input[type="radio"],.add_service form .bill div input[type="radio"]{width:60px;height:25px;vertical-align:middle;}
.add_service form .account div label,.add_service form .bill div label{color:#dbdbdb;}
.examBusiness span{padding:0 10px;}
.add_service form .bill{height:489px;position: relative;border-bottom:1px solid #ddd;}
input[type="file"]{border:none;}
.add_service form .bill .thum{position: absolute;left:600px;top:240px;width:300px;height:200px;overflow: hidden;}
.add_service form .bill .thum .thum_n{margin:20px auto}
.add_service form .bill .thum .thum_n img{width:200px;margin:0 auto;}
.item_li .safe_item .add_service form .del_line{height:50px;}
.file_sty input{border: 1px solid #ddd;border-radius: 5px;width:90px;height:40px;}
.cover_bg{position: relative;}
.cover_bg_target{position: absolute;bottom:-70px;left:400px;}
.cover_bg_target input{width:150px;height:40px;background-color:#3daf33;color:#FFFFFF;}
/*审核业务看结束*/
/*公司业务统计开始*/
/*.item_li .safe_item .add_service .formCount(form) countTime-span+select+input====.serviceCount tr th{}===*/
.formCount{padding:30px 0;background:#FFFFFF;}
.formCount .serviceCount tr td input[type="button"],.add_service form .serviceCount tr td input[type="button"]{width:70px;height:40px;background-color:#f4f4f4;margin-right:20px;}
.formCount .serviceCount{width:97%;margin:0 auto;background:#FFFFFF;border: 1px solid #ddd;border-left:none;border-right:none;}
.formCount .serviceCount tr th,.add_service form .serviceCount tr td{text-align: center;color:#c0c1c0;font-size:14px;}
.formCount .serviceCount tr td{height:40px;}
.formCount .serviceCount tr th{color:#595c5b;height:50px;}
.formCount .countTime{padding:0 20px 30px;position: relative;}
.formCount .countTime span{display: inline-block;paddcolor:red;}
.formCount .countTime select{width:150px;}
.formCount .countTime input{width:90px;}
.formCount .countTime input[value="搜索"]{background-color:#3daf33;color:#FFFFFF;margin-left:30px;}
.formCount .countTime input[value="导出列表"]{background-color:#f4f4f4;border: 1px solid #ddd;position: absolute;right:20px;top:0;}
/*公司业务统计结束*/
/*客户公司管理开始*/
#addCustom div{text-align: left;}
/*客户公司管理结束*/
/*财务管理开始*/
#cwBox input{width:150px;}
.financeTab tr:first-child td:last-child{color:#595c5b;}
.financeTab tr td:last-child .add_b{color:#0066ff;}
.financeTab div:first-child{padding:10px 0;margin-left:500px;}
.financeTab div:first-child span{padding-right:30px;}
/*财务管理结束*/
/*维修报价统计开始*/
.countMonth{margin-bottom:50px;}
.countMonth span select,.countMonth input{width: 95px;height: 30px;border: 1px solid #ddd;border-radius: 3px;background-color: #f4f4f4;}
.countMonth span select{background-color: #FFFFFF}
/*维修报价统计结束*/
/*管理员列表开始*/
.adm_choose{width:100px;height:30px;color: #b8b9b8;border: 1px solid #ddd;border-radius: 5px;}
.icon-duigou{color:#3fb701;}
.icon-cha{color:#ff0000;}
.safe_item_bottom tr:gt(1){background:#D58512;}
/*管理员列表结束*/
/*微信-保险资料缺失开始*/
#safeLost div{display: block;color:#000000;padding-bottom:15px;border-bottom:1px solid #ddd;text-decoration: none;position:relative;}
#safeLost div:hover{border-bottom:1px solid #50b646;}
#safeLost div a{position: absolute;top:15px;left:300px;display: block;}
#safeLost div a input{width: 95px;height: 30px;background-color: #3daf33;color: #FFFFFF;border: 1px solid #ddd;border-radius: 5px;}
/*微信-保险资料缺失结束*/
/*遮罩开始*/
.shade{
	width: 100%;
	background-color:rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 9;
}
.tanceng{
	background-color: #FFFFFF;
	width:490px;
	height:210px;
	padding: 10px 20px;
	line-height: 200%;
	position: fixed;
	top: 20%;
	left: 50%;
	border-radius: 0.6rem;
	margin-left: -140px;
	display: none;
	z-index: 10;
}
#cue{font-size:16px;border-bottom:1px solid #ddd;padding:15px 0;color:#5a5c5b;}
.tanceng p{line-height:20px;color:#c1c1c1;}
.okbtn{float:right;margin-top:30px;}
.okbtn input{width:90px;height:38px;border:1px solid #ddd;background-color: #5a5c5b;color:#FFFFFF;border-radius: 5px;margin-right:10px;}
.okbtn .confirmDel{background-color:#e00000;}

/*遮罩结束*/

.buttonClassStyleBusDet1{
    background-color:#3daf33 !important;
    color:#fff;
    float:right;
    font-size:24px;
    line-height:40px;
}
.buttonClassStyleBusDet2{
    background:#d1d1d1 !important;
    color:#000;
    float:right;
    font-size:24px;
    line-height:40px;
}
.buttonClassStyleBus1{
    background-color:#3daf33 !important;
    color:#fff;
}
.buttonClassStyleBus2{
    background:#d1d1d1 !important;
    color:#000;
}
.safe_nav .item_li{position:relative;}
.triangle{
    height:0px; width:0px;
    border:10px solid #fff; border-color:transparent #fff transparent transparent; border-style:dashed solid dashed dashed;
    position:absolute;top:13px;right:0;
    display:none;
}
.safe_nav .item_li.active i{display:block;}

#ulLeftMenu li a{display:block;}

.imageA {
    display: inline-block;
    width:40px;
    margin-left:8px;
    margin-top:3px;
}
.imgdelete{
    background-color:#3daf33;
    color:#fff;
    width:40px !important;
    height:20px !important;
    padding-left:0 !important;
}
.imageDIV {
    float:left;
    width:40px;
    margin-left:8px;
    margin-top:3px;
}


.pix{width:20px !important;height:20px !important;}




