@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, dfn, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Microsoft YaHei, Arial, simsun, Helvetica, sans-serif;
    background: #f0f2f5;
}

.fix {
    zoom: 1;
    clear: both;
}

a {
    cursor: pointer;
}

li {
    list-style: none;
}

body, html {
    height: 100%;
}

/*单选框样式*/
.pulic_radio {
    float: left;
}

.pulic_radio label {
    width: 66px !important;
    padding: 10px 0px !important;
    display: block !important;
    line-height: 20px !important;
    height: 20px !important;
    position: relative;
    font-weight: normal;
    float: left !important;
}

.pulic_radio label input[type="radio"] {
    display: inline-block;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    opacity: 0;
    /*filter:alpha(opacity=0);*/
    -moz-opacity: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    z-index: 10;
}

.pulic_radio label .option {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 0px;
    /*z-index: 1;*/
    background: url(/resources/images/common/icon.png) no-repeat;
    background-position: -16px -210px;
}

.ie6 .option {
    display: none;
}

.pulic_radio .opt-text {
    font-size: 12px;
    color: #747474;
    margin-left: 0;
    display: inline-block;
    text-align: left;
    width: 40px;
}

.pulic_radio label input[type="radio"]:checked + div {
    background: url(/resources/images/common/icon.png) no-repeat;
    background-position: -44px -210px;
}

.gray {
    width: 15px;
    height: 15px;
    background-position: -17px -143px;
    position: absolute;
    top: 10px;
}

.gray.blue {
    background-position: -45px -143px;
}

.pr {
    position: relative;
}

.checkall, .checklist {
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 10px;
    width: 15px;
    height: 15px;
}

/*输入框样式*/
.editpwdcont .edit_info_enter {
    overflow: hidden;
    margin-top: 20px;
}

.editpwdcont .edit_info_enter label {
    width: 100px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: right;
    margin-right: 20px;
    color: #333333;
    float: left;
    font-size: 14px;
}

.editpwdcont .edit_info_enter .project_category {
    margin-right: 12px;
    position: relative;
    display: block;
    float: left;
}

.editpwdcont .edit_info_enter .project_category input {
    height: 32px;
    width: 350px;
    border: 1px solid #f0f0f0;
    padding: 0 14px;
    line-height: 32px;
    color: #747474;
    font-size: 12px;
    outline: none;
    float: left;
}

.editpwdcont .edit_info_enter .project_category input:hover {
    border: 1px solid #1890ff;
}

.editpwdcont .edit_info_enter .project_category .blur_border {
    border: 1px solid #1890ff;
}

.editpwdcont .edit_info_enter .project_category .red_border {
    border: 1px solid #ff0000;
}

/*header*/
.tbhead {
    background: #fff;
    width: 100%;
    height: 62px;
    box-shadow: 0px 5px 10px 5px #e9ebee;
}

.tbheadcont {
    width: 1203px;
    margin: 0 auto;
}

.tbhead span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 62px;
}

.tbhead .mycenter {
    float: right;
}

.tbhead .mycenter img {
    vertical-align: -13px;
}

.tbhead .mycenter a.myimg {
    font-size: 12px;
    color: #666;
    min-width: 120px;
    height: 34px;
    background: #f2f5fc;
    display: inline-block;
    margin-top: 14px;
    border-radius: 20px;
}

i {
    display: inline-block;
    vertical-align: middle;
    background: url(/resources/images/common/icon.png) no-repeat;
}

/*cont--tab*/
.tbcont {
    width: 1203px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(100, 100, 100, .1), -5px -5px 15px rgba(100, 100, 100, .1);
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.tbcont .tbcont_tab {
    width: 1133px;
    margin: 0 auto;
    line-height: 62px;
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 10px;
}

.tbcont .tbcont_tab a {
    display: inline-block;
    /*width: 82px;*/
    font-size: 16px;
    margin-left: 5px;
    color: #333;
    padding-right: 10px; /*height: 16px;line-height: 18px;border-right: 1px solid #e5e5e5;*/
}

.tbcont .tbcont_tab a:first-child {
    margin-left: 0;
}

.tbcont .tbcont_tab a:last-child {
    border-right: none;
}

.tbcont .tbcont_tab a.act {
    color: #1890ff; /*border-bottom:2px solid #1890ff;*/
}

.tbcont .tbcont_tab a i {
    width: 1px;
    height: 12px;
    background: #e5e5e5;
    display: inline-block;
    float: right;
    margin-left: 15px;
    margin-top: 26px;
}

.tbcont .tbcont_tab a:hover {
    color: #1890ff;
}

#toubao_cont {
    padding-bottom: 18px;
}

#toubao_cont div {
    width: 1133px;
    margin: 0 auto;
    min-height: 165px;
    background: #f7f7f7;
    margin-top: 18px;
    overflow: hidden;
}

#toubao_cont div img {
    float: left;
    margin: 36px;
}

#toubao_cont div ul {
    float: left;
    margin-top: 15px;
}

#toubao_cont div ul li {
    color: #333333;
    font-size: 12px;
    list-style: none;
    line-height: 36px;
}

#toubao_cont div ul li i {
    width: 6px;
    height: 6px;
    background: #fdb323;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
}

#toubao_cont div .go_toubao {
    float: right;
    display: inline-block;
    width: 130px;
    height: 40px;
    background: #1890ff;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    margin-right: 30px;
    margin-top: 100px;
}

#dadi_cont, #daoru_cont, #xiaoshou_cont, #dingdan_cont, #yongjin_cont, #yongjin2_cont, #yongjin3_cont, #geren_cont, #geren2_cont {
    display: none;
    width: 1133px;
    margin: 0 auto;
    height: 600px;
    margin-top: 18px;
}

#policy_admin, #policy_commission_settlement, #ins_sale_setting, #ins_claim_admin, #ins_claim_settlement, #ins_claim_setting, #ins_customer, #ins_sale, #finance_admin, #system_admin,#ins_case,#ins_index {
    position: relative;
}

#ins_index:hover .ordercenter {
    display: block;
}

#ins_case:hover .ordercenter {
    display: block;
}


#policy_admin:hover .ordercenter {
    display: block;
}

#policy_commission_settlement:hover .ordercenter {
    display: block;
}

#ins_sale_setting:hover .ordercenter {
    display: block;
}

#ins_claim_admin:hover .ordercenter {
    display: block;
}

#ins_claim_settlement:hover .ordercenter {
    display: block;
}

#ins_claim_setting:hover .ordercenter {
    display: block;
}

#ins_customer:hover .ordercenter {
    display: block;
}

#ins_sale:hover .ordercenter {
    display: block;
}

#finance_admin:hover .ordercenter {
    display: block;
}

#system_admin:hover .ordercenter {
    display: block;
}

.ordercenter {
    display: none;
    position: absolute;
    width: 95px;
    border-top: 2px solid #1890ff;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(100, 100, 100, .1), -5px -5px 15px rgba(100, 100, 100, .1);
    left: -19px;
    top: 50px;
    z-index: 9;
}

.ordercenter ul {
    padding-bottom: 5px;
}

.ordercenter ul li {
    color: #333;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
}

.ordercenter ul li:hover {
    background: #f2f5fc;
    color: #1890ff;
}

#system_cont {
    width: 1133px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}

/*cont--角色权限管理*/
#system_cont p {
    color: #969696;
    font-size: 14px;
}

#system_cont p span {
    color: #333333;
}

#system_cont p a {
    background: #1890ff;
    width: 72px;
    height: 32px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 2px;
    float: right;
}

#system_cont p a:hover {
    background: #53acff;
}

.stit {
    width: 1133px;
    height: 45px;
    margin: 0 auto;
    background: #eef1f8;
    color: #333333;
    font-size: 13px;
    margin-top: 35px;
    overflow: hidden;
}

.stit li {
    width: 200px;
    float: left;
    line-height: 44px;
    text-align: center;
}

.stit li.wid300 {
    width: 500px;
}

.stit li.wid400 {
    width: 200px;
    float: right;
}

.stit li.wid2 {
    width: 2%;
}

.stit li.wid8 {
    width: 8%;
}

.stit li.wid10 {
    width: 10%;
}

.stit li.wid15 {
    width: 15%;
}

.scont {
    width: 1133px;
    height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.scont li {
    width: 200px;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.scont li.wid2 {
    width: 2%;
}

.scont li.wid8 {
    width: 8%;
}

.scont li.wid10 {
    width: 10%;
}

.scont li.wid15 {
    width: 15%;
}

.scont li.wid100a {
    width: 100%;
    text-align: left;
}

.scont li.wid50 {
    width: 50px;
}

.scont li.wid100 {
    width: 100px;
}

.scont li.wid300 {
    width: 500px;
}

.scont li.wid400 {
    width: 200px;
    float: right;
}

.ml50 {
    margin-left: 50px;
}

.retract {
    width: 15px;
    height: 15px;
    background-position: -18px -18px;
    vertical-align: -3px;
    cursor: pointer;
}

.retract:hover {
    background-position: -41px -18px;
}

.retract.act {
    background-position: -41px -37px;
}

.more {
    width: 15px;
    height: 15px;
    background-position: -41px -37px;
    vertical-align: -3px;
    cursor: default;
}

.nobor {
    border-bottom: none;
}

.state {
    width: 6px;
    height: 6px;
    background-position: -46px -86px;
    margin-right: 5px;
}

.stop {
    width: 6px;
    height: 6px;
    background-position: -21px -86px;
    margin-right: 5px;
}

.sdel, .seit, .sstop {
    width: 50px;
    display: inline-block;
    color: #1890ff;
    cursor: pointer;
    text-align: center;
}

.scontdetail {
    display: none;
}

.retractcont {
    width: 1097px;
    margin: 0 auto;
    background: #f7f7f7;
    line-height: 40px;
    padding: 0 18px;
}

/*cont--角色权限管理--分页*/
.pages {
    width: 455px;
    height: 30px;
    line-height: 30px;
    margin-top: 40px;
    float: right;
}

.pages ul li {
    width: 30px;
    float: left;
    color: #333333;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    margin-left: 7px;
}

.pages ul li.bg {
    background: #f2f5fc;
}

.pages ul li.wid80 {
    width: 80px;
}

.pages ul li.wid100 {
    width: 100px;
}

.pages ul li input {
    width: 35px;
    height: 30px;
    margin: 0 5px;
    background: #f2f5fc;
    border: none;
    text-align: center;
}

.prev {
    width: 5px;
    height: 7px;
    background-position: -18px -63px;
    vertical-align: 1px;
    cursor: pointer;
}

.next {
    width: 5px;
    height: 7px;
    background-position: -24px -63px;
    vertical-align: 1px;
    cursor: pointer;
}

/*cont--角色权限管理--弹窗*/
.del_alert {
    width: 410px;
    text-align: center;
    height: 230px;
    margin-left: -205px;
    margin-top: -115px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    display: none;
}

.type-close {
    width: 13px;
    height: 13px;
    background-position: -18px -109px;
    vertical-align: -3px;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 13px;
}

.type-close:hover {
    background-position: -47px -109px;
}

.del_alert h6 {
    width: 100%;
    text-align: left;
    background: #f7f7f7;
    height: 38px;
    line-height: 38px;
    text-indent: 1em;
    font-weight: 600;
    font-size: 15px;
}

.del_alert p {
    line-height: 30px;
    color: #333;
    font-size: 15px;
    text-align: center;
    margin: 40px 50px 0 50px;
}

.del_alert p span {
    color: #666666;
}

.cancel_alert {
    display: inline-block;
    width: 68px;
    height: 28px;
    border: 1px solid #e5e5e5;
    color: #666666;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    margin: 30px 60px 0 100px;
}

.confirm_alert {
    display: inline-block;
    width: 70px;
    height: 30px;
    background: #1890ff;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-top: 20px;
}

.BgDiv {
    background: #000;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
}

/*cont--添加角色*/
.addcont {
    padding-left: 104px;
    line-height: 40px;
    margin-top: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.addcont div {
    color: #333333;
    font-size: 13px;
    line-height: 60px;
    position: relative;
}

.addcont div span {
    color: #666666;
}

.fz13 {
    font-size: 13px;
}

.va10 {
    vertical-align: -10px;
}

.addcont div span.addtit {
    display: inline-block;
    line-height: 45px;
}

.addtit ul {
    width: 960px;
    height: 45px;
    margin: 0 auto;
    background: #eef1f8;
    position: absolute;
    top: 8px;
}

.addtit ul li {
    width: 318px;
    float: left;
    text-align: center;
    color: #333;
}

.addtit ul li.wid150 {
    width: 150px;
}

.ml166 {
    margin-left: 325px;
    width: 150px !important;
}

.addcont div.addlist {
    margin-left: 70px;
    font-size: 12px;
}

.addlist_tit {
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.addlist_tit li {
    width: 100px;
    float: left;
    text-align: left;
    line-height: 40px;
    color: #666;
}

.addlist_tit li.wid50 {
    width: 55px;
    text-align: center;
}

.addlist_tit li.wid100 {
    width: 240px;
}

.addlist_tit li.wid413 {
    width: 564px;
}

.addretract {
    width: 9px;
    height: 5px;
    background-position: -48px -183px;
    cursor: pointer;
}

.addretract.act {
    width: 5px;
    height: 9px;
    background-position: -23px -181px;
    cursor: pointer;
}

.addlist_cont ul {
    border-bottom: 1px solid #fff;
    height: 40px;
    background: #f7f7f7;
    font-size: 12px;
}

.addlist_cont ul li {
    width: 216px;
    float: left;
    text-align: left;
    line-height: 36px;
    color: #999;
}

.ml80 {
    margin-left: 80px;
}

.addlist_cont ul li.ml273 {
    margin-left: 347px;
    width: 100px;
}

.addcont div.state {
    color: #333333;
    font-size: 13px;
    width: 800px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    margin-left: 26px;
}

.addcont div.state span {
    float: left;
    color: #333;
    margin-right: 5px;
}

.fbutton {
    margin: 25px 0 0 150px;
}

.fbutton a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 34px;
    border-radius: 2px;
}

.fbutton a.add_cancel {
    width: 84px;
    height: 32px;
    border: 1px solid #e5e5e5;
    color: #333333;
}

.fbutton a.add_save {
    width: 86px;
    height: 34px;
    color: #fff;
    background: #1890ff;
    margin-left: 20px;
}

.fbutton a.add_save:hover {
    background: #53acff;
}

.ml22 {
    margin-left: 22px !important;
    color: #666666 !important;
}

.mt10 {
    margin-top: 10px;
}

/*cont--修改密码*/
#editpwd {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.editpwdcont {
    width: 540px;
    height: 350px;
    margin: 0 auto;
    margin-top: 100px;
}

.editpwd_save {
    display: inline-block;
    width: 140px;
    height: 40px;
    background: #1890ff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
    border-radius: 2px;
    margin-left: 200px;
}

.editpwd_save:hover {
    background: #53acff;
}

.pwdprompt {
    clear: both;
    padding-top: 13px;
    padding-left: 120px;
    color: #b3b3b3;
}

.pwdprompt.red {
    color: #ff0000;
}

/*input 默认字体属性颜色*/
input::-webkit-input-placeholder {
    color: #aeaeae;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aeaeae;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aeaeae;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aeaeae;
}

.placeholder {
    color: #aeaeae;
}

/*车险投保-保单导入*/
#daoru_cont div.import {
    width: 970px;
    margin: 70px 110px;
    font-size: 13px;
    background: #fff !important;
}

#daoru_cont div.import p {
    width: 960px;
    overflow: hidden;
    line-height: 40px;
    min-height: 40px;
}

#daoru_cont div.import p b {
    float: left;
    color: #333333;
}

#daoru_cont div.import p span {
    float: left;
    color: #999999;
}

#daoru_cont div.import p span.filesize {
    display: block;
    margin-left: 65px;
    margin-top: -13px;
    clear: both;
}

#daoru_cont div.import p.ibutton {
    margin: 18px 0 38px 47px;
}

#daoru_cont div.import p.ibutton a {
    margin-left: 20px;
    background: #dcdcdc;
    color: #fff;
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
}

#daoru_cont div.import p.ibutton a.act {
    background: #1890ff;
}

#daoru_cont div.import p span.description {
    width: 840px;
    min-height: 200px;
    background: #f6f9fd;
    padding: 15px 20px;
    max-height: 445px;
    overflow: auto;
}

#daoru_cont div.import p span.description span {
    display: block;
    clear: both;
    line-height: 26px;
}

/*footer*/
.ensures {
    margin-top: 11px;
    padding: 29px 0;
    background: #f7f7f7;
}

.ensures ul {
    margin-left: -122px;
    width: 1336px;
    font-size: 0;
}

.ensures li {
    float: left;
    margin-left: 122px;
    width: 212px;
    height: 47px;
    font-size: 16px;
    color: #999;
}

.ensures h3 {
    font-size: 18px;
    color: #333;
}

.ensures i {
    float: left;
    margin-right: 12px;
    vertical-align: -8px;
    width: 50px;
    height: 50px;
}

.ensures-ico1 {
    background-position: 0 -352px;
}

.ensures-ico2 {
    background-position: 0 -403px;
}

.ensures-ico3 {
    background-position: 0 -454px;
}

.ensures-ico4 {
    background-position: 0 -767px;
}

.footer { /*padding: 18px 0;*/
    background: #f0f2f5;
}

.footer dl {
    float: left;
    width: 202px;
}

.footer dt {
    margin-bottom: 5px;
    font-size: 13px;
    color: #5c5c5c;
    font-weight: bold;
}

.footer dd {
    line-height: 24px;
    color: #686868;
}

.footer dd a {
    color: #686868;
}

.footer dd a:hover {
    color: #ff4200;
}

.footer-hotline {
    float: left;
    width: 245px;
    color: #686868;
}

.footer-hotline span {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.footer-hotline img {
    display: block;
    margin-top: 10px;
    width: 80px;
    height: 80px;
}

.footer-business {
    float: left;
    width: 148px;
    color: #686868;
}

.footer-business h5 {
    font-size: 17px;
    color: #333;
}

.footer-business p {
    line-height: 26px;
}

a.merchants-enter {
    display: block;
    margin-top: 8px;
    width: 90px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background: #ff4200;
}

a.merchants-enter:hover {
    background: #ff561b;
    color: #fff;
}

.copyright {
    padding: 15px 0 40px;
    line-height: 24px;
    text-align: center;
    color: #656565;
}