input:disabled + span,input:disabled + span + i{
    opacity: 0.4;
}
.radio div label i{
    font-style: normal;
}

/*错误提示*/
i.error,.tit{
    height: 20px;
    font-size: 13px;
    /*background: url(/img/process/error.png) no-repeat left;*/
    background-size: contain;
    display: inline-block;
    font-style: normal;
    margin-left: 10px;
    color: #f00;
}
.chked i.error{
    display: block;
    position: absolute;
    left: 265px;
    margin-top: 5px;
}
.tit{
    background: none;
    margin-left: 72px;
    margin-top: 5px;
}

.basic-content>div{
    position:relative;
}
.content i.error{
    position: absolute;
    left: 370px;
    font-size: 12px;
    margin-left: 100px;
    text-align: left;
    color: #f00;
    width: auto;
    height: auto;
    top: 55%;
    display: block;
    line-height: normal;
    transform: translate(0, -50%);
    background: none;
}
.content .pic .error{
    position: absolute;
    top: 134px;
    margin-left: -38px;
}
.pic-two .error{
    margin-left: 280px;
}



body{
    font-weight: 300;
    min-width: 1190px;
}
input{
    font-weight: 300;
}
.header{
    height: 70px;
    background: #EF5104;
    border-bottom: 2px solid #d74904;
}
.header_nav{
    width: 1190px;
    height: 70px;
    margin: 0 auto;
}
.header_nav img{
    width:120px;
    float: left;
    margin-top: 17px;
}
.nav ul{
    float: left;
    margin-left: 90px;
}
.nav ul li{
    float: left;
    margin-left: 40px;
    line-height: 70px;
}
.nav ul li a,.header_nav p a{
    color: #fff;
    font-weight: 100;
}
.nav ul li a:hover{
    font-weight: 400;
}
.nav ul li a.active{
    border-bottom: 2px solid #FFBA00;
    padding-bottom: 26px;
    font-weight: 400;
}
.nav ul li:first-child{
    margin-left: 0;
}
.header_subnav{
    float: right;
    line-height: 70px;
    color: #fff;
    font-size: 14px;
}
.header_subnav ul{
    float: left;
    margin-right: 50px;
}
.header_subnav a{
    color: #fff;
    font-weight: 100;
}

/*内容*/
.content{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
    /*border-bottom: 1px solid #e0e0e0;*/
    margin-bottom: 40px;
}
.steps{
    border-bottom: 1px solid #e0e0e0;
    margin-top: 50px;
}
.steps p{
    margin-bottom: 55px;
}
.steps p span{
    color: #111;
    margin: 0 4px;
    
}
.steps p span:last-child{
    color: #666;
}

.step{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 55px;
}
.step dl{
    width: 20%;
    text-align: center;
    float: left;
    position: relative;
}
.step dl dt{
    width: 54px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #fff;
    background: url(/img/process/icon_hexagon_unselect.png) no-repeat center;
    background-size: cover;
    margin-bottom: 15px;
    font-size: 24px;
}
.step dl.active dt{
    background: url(/img/process/icon_hexagon_select.png) no-repeat center;
    background-size: cover;
}
.step dl.active dd{
    color: #f1621e;
}
.step dl:before{
    content: "";
    background: url(/img/process/icon_triangle_unselect.png) no-repeat center;
    width: 48px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 26%;
    left: -35px;
}
.step dl.active:before{
    content: "";
    background: url(/img/process/icon_triangle_select.png) no-repeat center;
}

.step dl:first-child:before{
    background: none;
}
.basic,.basic-content{
    overflow: hidden;
    margin-top: 20px;
}
.basic-content{
    margin-top: 0px;
}
.message{
    width: 96%;
    margin: 30px auto;
    font-size: 20px;
    background: #f8f8f8;
    padding: 10px 1%;
}
.message span{
    color: #f1621e;
}
.message p{
    font-size: 14px;
    display: inline-block;
    color: #999;
    margin-left: 20px;
}
.basic-content div{
    width: 45%;
    float: left;
    margin-bottom: 10px;
    padding-left: 5%;
}
.basic-content div label,.pic label{
    width: 120px;
    min-height: 30px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    margin-right: 10px;
    font-weight: 300;
}
.basic-content div label:before,.pic label:before{
    content: "*";
    color: #f00;
    display: inline-block;
}
.basic-content .basic-address label:before{
    content: "";
}
.content .basic-address i.error{
    left: 310px;
}
.basic-content div input{
    width:260px;
    height:40px;
    border: 1px solid #e0e0e0;
    font-family: "微软雅黑";
    padding-left: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}
.basic-content div input:focus{
    border: 1px solid #f1621e;
    outline: none;
}
.basic-content div input:disabled{
    background: none;
}
.bzn-card .select2-container{
    width: 270px!important;
}
.bzn-card .select2-container{
    margin-top: 0;
}
.bzn-card .select2-selection__rendered{
    color: #111!important;
}

.pic{
    width: 50%!important;
    overflow: hidden;
}

.pic div{
    width: auto;
    margin-right: 0;
    float: left;
    text-align: center;
    padding-left: 0;
}
.pic-two{
    width: 80%!important;
}
.pic-two div{
    margin-right: 10px;
}
.pic p{
    font-size: 14px;
    margin-top: 5px;
}
.pic p a{
    margin-left: 5px;
    color: #f1621e;
}
.pic p a:hover{
    text-decoration: underline;
}
.upimg{
    width: 160px;
    height: 160px;
    border: 1px dashed #dcdcdc;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.upimg.active {
    border-color: #EF5104;
}
.upimg:hover{
    cursor: pointer;
    border-color: #EF5104;
}
.upimg:after{
    width: 30px;
    height: 30px;
    content: "";
    background: url(/img/process/icon_add_normal.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 65px;
    left: 65px;
    z-index: -1;
}
.upimg input[type=file]{
    width: 160px;
    height: 160px;
    opacity: 0;
    border: 0;
    padding-left: 0
}
.upimg input[type=file]:hover{
    cursor: pointer;
}
.upimg img{
    max-height: 160px;
    max-width: 160px;
}
.pic-tit{
    width: 320px!important;
    margin-top: 35px;
}
.pic-tit p{
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    margin-left: 10px;
}
.pic-tit p a{
    display: block;
    color: #f1621e;
    display: inline-block;
    margin-left: 0;
    margin-top: 2px;
}
.pic-tit p a:hover{
    text-decoration: underline;
}
.pic.pay-pic.upload-pic>div{
    width: 165px;
    overflow: hidden;
}
.picerror{
    position: relative;
    top: 105px;
    margin-left: -340px
}
.chkerror{
    display: block;
    text-align: left;
    margin-left: 208px;
    margin-top: 5px;
}

.sub-content{
    width: 1190px;
    margin: 0 auto;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #e0e0e0;*/
    margin-bottom: 40px;
    position: relative;
}
.nextBtn .previousBtn{
    background: #f8f8f8;
    color: #aba0a0;
    border: 1px solid #e5e5e4;
}
.nextBtn .previousBtn:hover{
    background: #f1f1f1;
    color: #aba0a0;
    border: 1px solid #e5e5e4;
}
.nextBtn{
    text-align: center;
    margin-top: 40px;
}
.nextBtn button,.nextBtn a{
    width:220px;
    height:60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    font-size: 16px;
    margin-left: 20px;;
    background: #FF4949;
    background: -moz-linear-gradient(top, #FF4949, #F86219);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF4949), to(#F86219));
    background: -o-linear-gradient(top, #FF4949, #F86219);
    color: #fff;
    border: 1px solid #F86219;
    margin-left: 40px;
}
.nextBtn button:first-child,.nextBtn a:first-child{
    margin-left: 0;
}
.nextBtn button:hover,.nextBtn a:hover{
    background: #fd5f4d;
    background: -moz-linear-gradient(top, #fd5f4d, #fa6c39);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fd5f4d), to(#fa6c39));
    background: -o-linear-gradient(top, #fd5f4d, #fa6c39);
    color: #fff;
    border: 1px solid #fa6c39;
}
.nextBtn p{
    font-size: 14px;
    margin-top: 15px;
    color: #999999;
}
.nextBtn p em{
    font-style:normal;
    color:#f1621e;
}


.basic-content div select{
    width: 88px;
    height: 40px;
    border: 1px solid #dcdcdc;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    overflow: hidden;
    font-size: 14px;
    appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}


/*step-two*/
.prompting{
    width:1188px;
    background: #FAF4E6;
    text-align: center;
    line-height: 26px;
    border: 1px solid #EDE2CA;
    color: #997D3D;
    padding:10px 0;
    font-size: 16px;
    margin-bottom: 80px;
    margin-top: 40px;
}
.prompting p a,.prompting p a:hover{
    color: #997D3D;
    border-bottom: 1px solid #997D3D;
}
.upload{
    text-align: center;
    position: relative;
}
.upload>div{
    display: inline-block;
    text-align: center;
    position: relative;
}
.upload>div h3{
    font-size: 18px;
}
.upload>div:first-child{
    margin-right: 142px;
}
.upload>div .down,.up,.down-data .insuredBtn,.up-pic{
    width: 160px;
    height: 160px;
    line-height:190px;
    border: 1px dashed #DDD;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.upload>div .down:hover, .up:hover, .down-data:hover .insuredBtn:hover, .up-pic:hover{
    border-color: #EF5104 !important;

}
.upload>div .down:hover,.upload>div .up:hover{
    text-decoration: none;
}
.upload>div h3 span{
    color: #f1621e;
}
.upload>div a{
    color: #666;
    font-size: 14px;
}
.upload>div a:hover{
    text-decoration: underline;
}
.upload>div a span{
    color: #999;
    position: relative;
    top: 86px;
}
.upload>div .down:after,.up:after,.down-data .insuredBtn:after,.up-pic:after{
    width: 36px;
    height: 36px;
    content: "";
    background: url(/img/process/icon_download_normal.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 62px;
    display: block;
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin: -37px 0 0 -18px;*/
}
.upload>div .down:after,.up:after{
    margin-top: 25px;
}
.upload>div .up:after,.up-pic:after{
    background: url(/img/process/icon_upload_normal.png) no-repeat center;
    background-size: cover;
}
.upload .download-prompt{
    width: 450px;
    height: 300px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: -20px;
    left: 80px;
    display: none;
}
.upload .download-prompt p{
    color: #FFFFFF;
    margin-top: 106px;
    line-height: 30px;
    font-size: 16px;
}
.upload .download-prompt p a{
    color: #f1621e;
    font-size: 16px;
}
/*填写表格示例*/
.sheet{
    margin-top: 80px;
}
.sheet h3,.insured-data h3{
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
}
.sheetTab{
    border-collapse:collapse;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.sheetTab tr th,td{
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    background: #FFF2EB;
}
.sheetTab tr th{
    background: #F6F6F6;
    font-weight: normal;
    font-size: 14px;
}
.birthday,.gender{
    background: #FBFBFB;
}
.sheet p{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

/*重新上传*/
.reupload{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.reupload h3,.audit-over h3,.audit-success h3,.audit-wait h3{
    color: #111111;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.reupload p a{
    color: #f1621e;
    display: block;
    line-height: 40px;
}
.reupload p em{
    font-style: normal;
}
.reupload .btntit span{
    display: block;
}
.reupload .btntit span a:first-child{
    margin-left: 0px;
}
.reupload .btntit span a{
    display: inline-block;
    margin-left: 20px;
    text-decoration: underline;
}
/*审核完毕*/
.audit-over{
    overflow: hidden;
}
.audit-over .reupload,.audit-wait .reupload,.audit-success .reupload{
    margin-top: 20px;
}
.auditSuccess .reupload,.audit-wait .reupload{
    border-bottom: 0;
    margin-bottom: 0;
}
.audit-over .graphic,.audit-wait .graphic,.audit-success .graphic{
    margin-top: 40px;
    margin-bottom: 20px;
}
.auditTab{
    border-collapse:collapse;
    width: 100%;
    text-align: center;
}
.auditTab tr th{
    height: 38px;
    line-height: 38px;
}
.auditTab tr td{
    height: 38px;
    line-height: 38px;
}
.audit-success{
    overflow: hidden;
}



/*step-three*/
.insured-data{
    margin-top: 80px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.down-data{
    text-align: center;
}
.down-data a{
    color: #666666;
    font-size: 14px;
}
.down-data p{
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}
.down-data p a{
    color: #f1621e;
    margin-left: 20px;
}
.down-data p a:hover{
    text-decoration: underline;
}
.down-data p a:first-child{
    margin-left: 0;
}
.upload-pic,.results{
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.results{
    border-bottom:0;
}
.list-pic{
    width: 160px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-left: 100px;
}
.list-pic span{
    font-size: 16px;
    color: #111111;
    display: block;
    margin-bottom: 20px;
}
.viewer-hide li{
    display: none;
}
.viewer-toolbar .viewer-prev,.viewer-toolbar .viewer-next{
    display: block;
}
.up-pic,.list-pic .upPic{
    width:160px;
    height:226px;
    margin-top: 0;
}
.list-pic .upPic{
	height:226px!important;
}
.list-pic .upPic{
    border: 1px dashed #DDD;
    display: table-cell;
    vertical-align: middle;
}
.list-pic div img {
    margin: 0 auto;
    display: none;
    max-width: 140px;
    max-height: 199px;
}
.list-pic div img:first-child{
    display: block;
}

.list-pic div div img{
    margin: 0 auto;
    display: none;
    max-width: 140px;
    max-height: 199px;
}
.up-pic:after{
    margin-top: 95px;
}
.list-pic p{
    margin-top: 10px;
}
.list-pic p a{
    font-size: 14px;
    color: #f1621e;
    margin-top: 10px;
    margin: 2px 10px;
}
.list-pic p a:hover{
    text-decoration: underline;
}

/*step-four*/
.graphic{
    text-align: center;
    margin-top: 80px;
    font-size: 20px;
    margin-bottom: 45px;
}
.graphic img{
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.results-list{
    display: table;
    margin: 0 auto;
    font-size: 14px;
    max-width: 400px;
}
.results-list p{
    margin-bottom: 18px;
    color: #111111;
    line-height:1.4;
}
.results-list p label{
    width: 100px;
    text-align: right;
    display: block;
    float: left;
    color: #999999;
}
.results-list p span{
    display: block;
    margin-left: 100px;
}
.results-list p b{
    font-size: 18px;
    color: #f1621e;
    font-weight: 400;
    line-height: 19px;
}
.nextBtn .viewBtn{
    /*background: #F6F6F6;
    color: #111111;*/
}
.previewImg{
    position: relative;
}
.addUpPic{
    background: rgba(0,0,0,0.6);
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.addUpPic span{
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.addUpPic span:first-child{
    margin-top: 85px;
}
.addUpPic span i{
    font-style: normal;
}
.addUpPic span a{
    color: #f1621e;

}

/*线下支付*/
.pay-step dl{
    width: 20%;
}
.pay-step dl:before{
    margin-left: -100px;
}
.basic-show{
    display: table;
    padding-top:20px;
}
.basic-show:first-child{
    padding-top:0;
}
.basic-show h4,.basic-bank h4{
    font-size:24px;
    color:#111;
    padding-bottom:39px;
    padding-top:20px;
}
.basic-show .basic-content span{
    width:350px;
    float:left;
    padding-left:68px;
    font-size:14px;
    color:#111;
    line-height: 28px;
}
.basic-show .basicinfor span{
    width: 240px!important;
}
.basic-show .basic-content label{
    width: 90px;
    display: block;
    float: left;
}
.basic-show .basic-content span em{
    font-style:normal;
    display: block;
    margin-left: 78px;
    color: #111;
}

.basic-show .basic-content .w2{
    letter-spacing: 12px;
}
.basic-show .basic-content .w3{
    letter-spacing: 4.5px;
}
.bank-tab td{
    background: #fff;
    text-align: center;
}
.bank-tab td img{
    height: 30px;
}
.pay-content{
    border-bottom: 1px solid #e0e0e0;
}
.basic-content .pay-pic label{
    width: auto;
    font-size: 24px;
    margin-right: 50px;
}
.basic-content .pay-pic .picerror{
    margin-left: 0;
    top: 60px;
}
.pic .upPic {
    width: 160px;
    height: 160px;
    margin-top: 0;
    border: 1px dashed #DDD;
    display: table-cell;
    vertical-align: middle;
    float: initial;
}
.pic .upPic img {
    margin: 0 auto;
    display: block;
    max-width: 140px;
    max-height: 199px;
    display: none;
}
.pic .upPic img:first-child{
    display: block;
}
.pay-pic p{
    margin-top: 10px;
}



/*图片预览*/
.previewBg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 4;
}
.previeCont{
    position: fixed;
    left: 50%;
    margin-left: -230px;
    z-index: 9;
    top: 50%;
    margin-top: -260px;

}
.viewer-container{
    /*width: 460px;
    max-width: 560px;
    overflow: hidden;
    height: 560px;
    display: table-cell;
    vertical-align: middle;
    position: static;
    z-index: 8;
    float: left;*/
    position: fixed;
    z-index: 8;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.viewer-container img{
    width: 480px;
    max-height: 600px;
}
.viewer-list{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: fixed;
    bottom: 10px;
    z-index:99;
}
.viewer-prev,.viewer-next{
    width: 18px;
    height: 40px;
    background: url(/img/common/zuo.png) no-repeat center;
    background-size: cover;
    float: left;
    position: absolute;
    margin-left: -80px;
    top: 190px;
    padding-left: 10px;
}
.viewer-next{
    background: url(/img/common/you.png) no-repeat center;
    background-size: cover;
    margin-left: 10px;
    right: -80px;
}
.viewer-prev:hover,.viewer-next:hover{
    cursor: pointer;
}
.viewer-list ul{
    width: 90%;
    height: 115px;
    float: left;
    text-align: center;
    overflow-y: hidden;
    overflow-x: auto;
    margin-left: 5%;
}
.viewer-list ul li{
    height: 90px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.viewer-list ul li img{
    height: 80px;
    margin-left: 10px;
    border: 3px solid #fff;
}
.viewer-list ul li img:first-child{
    margin-left: 0;
}
.viewer-list ul li img.active{
    border: 3px solid #f00;
}
.viewer-list ul li img:hover{
    cursor: pointer;
}


.delIcon{
    height: 76px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 2px;
    margin-left: 2px;
    display: none;
    border: 3px solid rgba(0,0,0,0);
}
.delIcon img{
    width: 21px;
    height: 22px;
    margin-top: 25px;
}


/*2017-11-17*/
.sample{
    display: none;
}
.sample>div>div{
    width: 70%;
    height: 90%;
    background: #f5f4f4;
    position: fixed;
    top: 5%;
    left: 15%;
    display: none;
    overflow-y: auto;
    z-index: 9;
}
.sample .sampleBg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}
.sample>div>div img{
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.sample a{
    position: fixed;
    top: 4%;
    right: 9%;
}

.payment-title{
    font-size:20px;
    color:#111;
    line-height:44px;
    width:540px;
    margin:40px auto;
    margin-bottom:60px;
}
.payment-radio{
    width:540px;
    margin:0 auto;
}
.payment-radio>div{
    width:550px;
    display:block;
    margin-right:0;
    font-size:16px;
    color:#111;
    margin-bottom:50px;
}

.layui-layer-btn {
    padding-bottom: 20px;
}

.terms{
    color: #f1621e;
    position: absolute;
    left:295px;
    top:0;
    display: block!important;
}

.layui-layer-setwin {
    background: url(/img/common/cha.png) no-repeat center;
}
.layui-layer-btn{
    padding: 0;
    display: table;
    /*margin: 20px auto!important;*/
    padding-bottom: 40px;
}
/*健康告知*/
.health h3{
    font-size: 24px;
    color: #111;
    margin: 20px 0;
}
.health div ol li{
    border-bottom: 1px dashed #E0E0E0;
    position: relative;
}
.health div ol li:last-child{
    border-bottom: 0;
}
.health div ol li p{
    display: inline-block;
    margin-bottom: 0px;
    padding: 20px 0;
}
.health div ol li p:last-child{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}
.health div ol li p input{
    width: 40px;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    right: -44px;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0)
}
.health div ol li p label{
    width: 40px;
    height: 40px;
    right: 0;
    top: -9px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #F6F6F6;
    color: #111;
}
.health div ol li p input:checked+label{
    background: #F1621D;
    color: #fff;
}
.health div ol li p.notice{
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    width: 900px;
    padding-left: 16px;
    margin-top: -12px;
}

/*发票信息*/
.radio{
    margin-bottom: 32px;
}
.invoice-radio-label{
    width: 110px;
    text-align: right;
    margin-right: 35px;
}
.invoiceDiv{
    display: table;
}
.invoiceDiv>div{
    width: 645px;
    display: inline-block;
    float: left;
}
.invoiceDiv>div:last-child{
    width: 528px;
    margin-top: -12px;
}
.invoiceDiv>div i.error{
    left: 390px;
    margin-top: -3px;
}
.invoiceDiv .radio{
    width: auto;
}
.invoiceDiv .basic-content div i{
    width: 126px;
    left: 336px;
    margin-top: 0;
}
.radio div{
    width: 125px;
}
.invoiceDiv .basic-content div{
    width: auto;
}

/*确认投保信息*/
.confirmDetail p{
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
}
.confirmDetail p label{
    width: 160px;
    display: block;
    float: left;
    text-align: right;
    color: #828282;
    margin-right: 15px;
}
.confirmDetail p span{
    color: #111111;
}
.confirmDetail h4{
    font-size: 16px;
}
.confirmDetail h4,.detailTab{
    margin-left: 60px;
}
.detailTab{
    width: 50%;
    text-align: center;
    margin-top: 30px;
}
.detailTab tr:nth-child(odd){
    background: #FFF2EB;
}
.detailTab tr td{
    background: none;
    font-size: 14px;
}

.bounces {
    display: none;
}

.bouncesbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.bounces-mian {
    width: 600px;
    height: 500px;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
}

.bounces-mian h3 {
    background: #FF5512;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 20px;
}

.bounces-mian h3 i {
    float: right;
}

.bounces-mian h3 i:hover {
    cursor: pointer;
}

.bounces-word {
    overflow: auto;
    height: 82%;
    padding: 20px 0;
}
.bounces-word h4{
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
}
.bounces-mian p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 26px;
}
.term-main {
    width: 500px;
    height: 452px;
    margin-left: -250px;
    margin-top: -226px;
}

.term-main p {
    width: 400px;
    line-height: 18px;
    text-align: center;
    background: #E6E6E6;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 8px;
}

.term-main p:hover {
    background: #E6E6E6;
}

.term-main p:hover a {
    color: #FF5512;
}
.upResult{
    margin-bottom: 20px;
}
.upResult em{
    color: #FF5512;
}

/*修改弹框样式*/
.layui-layer-ico{
    background: none!important;
}
.layui-layer-setwin{
    background: url("/img/common/cha.png") no-repeat center!important;
}
.layui-layer-title{
    background-color: #EF5104!important;
    color: #fff!important;
}


.radio div label input[type=radio]{
    width: 16px;
    height: 16px;
    background: url(/img/common/weixuan.png) no-repeat center;
    background-size: cover;
    margin-right: -15px;
    margin-top: -3px;
    position: relative;
    left: -15px;
    top: 0px;
    display: inline-block;
}
.radio div label input[type=radio]:checked+span{
    background: url(/img/common/xuanzhong.png) no-repeat center;
    background-size: cover;
}
.radio div.active label .female-custom{
    background: url(/img/common/weixuan.png) no-repeat center;
    background-size: cover
}

.tips{
    display: block;
}
.tipsBg{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #000;
    opacity: 0.3;
    z-index: 5;
}
.tipMain{
    width: 340px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -170px;
    z-index: 8;
    background: #fff;
    border-radius: 4px;
}
.tipMain h3{
    background-color: #f1621e;
    color: #fff;
    padding: 15px;
}
.tipMain p{
    position: relative;
    margin: 20px;
    padding: 0!important;
    margin-bottom: 0;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 80px;
    max-height: 120px;
}
.bureBtn{
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: #f1621e;
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    display: table;
}