@charset "UTF-8";
/* 投保流程进度条 */
.process-container>div {
	float: left;
	width: 225px;
	height: 61px;
	text-align: center;
	border-bottom: solid 6px #ececec;
}

.process-container>div>div {
	margin: 0 auto;
	width: 60%;
	color: #868686;
	padding: 11px 10px;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
}

.process-container>div.finished>div {
	color: #ffbb00;
}

.process-container>div.active>div {
	position: relative;
	color: #fff;
	background-color: #febd00;
}

.process-container>div.active>div>span {
	position: absolute;
	top: 24px;
	left: 50%;
	top: 38px;
	margin-left: -6px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #febd00 transparent transparent transparent;
	line-height: 0px;
	_border-color: #007bff #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.process-container>div>i {
	display: inline-block;
	position: relative;
	bottom: -8px;
	background-color: #ccc;
	width: 32px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	background: url("../../image/default.png");
}

.process-container>div.active>i {
	background: url("../../image/active.png");
}

.process-container>div.finished>i {
	background: url("../../image/active.png");
}

.process-container>div.finished {
	border-bottom-color: #febd00;
}

.process-container>div.active {
	border-bottom-color: #febd00;
}

.clean {
	clear: both;
}
/* 投保险种名称 */
.wrap .title {
	font-size: 18px;
	color: #757575;
	margin-top: 50px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	position: relative;
}
/* 投保信息基本信息 */
.info-row {
	overflow: hidden;
	padding: 5px 0;
}
.rowbottom{
	border-bottom:1px solid #eee;
	padding:10px 0;
}
.info-row.margin30 {
	padding: 0;
	margin: 30px 0;
}

.info-row.margin30 label {
	text-align: left;
	line-height: 14px;
}

.info-row label {
	line-height: 43px;
	margin-right: 10px;
	font-size: 14px;
	color: #757575;
	min-width: 90px;
}

.info-row .info-text {
	width: 335px;
	line-height: 43px;
	font-size: 14px;
}

.info-box {
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.info-box p {
	padding: 20px 40px;
	background: #f8f8f8;
	color: #ffb802;
	font-size: 16px;
	height: 15px;
	line-height: 15px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.info-box p span {
    font-size: 10px;
    background: url(../../image/sprite.png) no-repeat -243px -629px;
    color: #fff;
    padding: 0 5px;
    margin-left: 5px;
}

.info-box p a {
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 20px;
	right: 40px;
}

.info-box .info-bd {
	padding: 10px 40px;
}

.info-box select {
	width: 279px;
	height: 47px;
	padding: 10px 0;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	background: url(../../image/sprite.png) no-repeat 247px -403px;
}

.info-box .input-normal {
	width: 278px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding-left: 20px;
	font-size: 14px;
	box-sizing: border-box;
	/* color: #333; */
}
.tab-box{
	margin-top:50px;
}
#product-price{
	margin-left:40px;
}
.ml2 {
	margin-left: 50px;
}

.row {
	margin: 0px;
}

.row label {
	text-align: right;
}

input[disabled] {
	background: #fff;
}
.sel-box li.selected {
    border: 1px solid #ffb802;
    background: #ffb802;
    color: #fff;
}
.sel-box li {
    width: 138px;
    height: 48px;
    border: 1px solid #dcdcdc;
    text-align: center;
    color: #666;
    border-radius: 4px;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}
.sel-box li h3 {
    margin-top: 8px;
    color: #fff;
}
.sel-box li h4{
	color:#fff;
}
.sel-box li h4 span {
    font-size: 18px;
    font-family: tahoma;
    color: #fff;
}

/* 保障简介 */
.desc-row {
	margin: 0 0 30px 0;
}
/* 投保须知 */
.info-notice {
	border: 1px solid #F3E6C3;
}

.info-notice li {
	margin: 20px 0;
	overflow: hidden;
}

.info-notice li i {
	margin-top: 3px;
	background: url(../../image/sprite.png) no-repeat -243px -629px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
/* 	font-size: 8px; */
	color: #fff;
	margin-right: 10px;
	float: left;
	display: block;
}

.info-notice li span {
	font-size: 14px;
	color: #666;
	float: left;
	display: block;
	width: 793px;
}

.info-notice .readme {
	margin: 15px 0;
}
.info-price {
    border-bottom: 1px solid #eee;
    padding: 20px 0 20px 40px;
}
.info-price a {
    color: #999;
    font-size: 14px;
    line-height: 28px;
}
.wrap .info-price b {
    color: #ffb802;
    font-size: 22px;
    margin: 0 4px 0 10px;
}

.info-notice .readme em {
	color: #999;
	font-size: 14px;
}
/*常用地址开始更改原因详见TC-8970*/
#btn-address {
    position: absolute;
    right: 40px;
    display: block;
    width: 110px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fbb802;
}
/*常用联系人开始*/
.btn-address {
	position: absolute;
	right: 40px;
	display: block;
	width: 110px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #fbb802;
}

#addressTab li {
	height: auto;
	border-bottom: 1px solid #eee;
	color: #757575;
	font-size: 18px;
	cursor: pointer;
	padding: 20px 30px;
	display: block;
}

#addressTab li p {
	text-align: left;
	white-space: normal;
	width: 100%;
}

#addressTab li p>span {
	margin-right: 10px;
	cursor: pointer;
	white-space: normal;
}
/*常用联系人*/
#peopleTab li {
	height: auto;
	border-bottom: 1px solid #eee;
	color: #757575;
	font-size: 18px;
	cursor: pointer;
	padding: 20px 30px;
	display: block;
}

#peopleTab li p {
	text-align: left;
	white-space: normal;
	width: 100%;
}

#peopleTab li p>span {
	margin-right: 10px;
	cursor: pointer;
	white-space: normal;
}
/*常用联系人*/
#proppeople li {
	height: auto;
	border-bottom: 1px solid #eee;
	color: #757575;
	font-size: 18px;
	cursor: pointer;
	padding: 20px 30px;
	display: block;
}

#proppeople li p {
	text-align: left;
	white-space: normal;
	width: 100%;
}

#proppeople li p>span {
	margin-right: 10px;
	cursor: pointer;
	white-space: normal;
}

.checked {
	border: 1px dashed #ffb802 !important;
}
/*常用地址结束*/
input:-ms-input-placeholder {
	color: #c7c6c6;
} /* ie */
textarea:-ms-input-placeholder {
	color: #c7c6c6;
} /* ie */
.proName {
	width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
}

.over {
	width: 20px;
	height: 41px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: 1px;
}

.err {
	height: 30px;
	color: red;
	position: relative;
	clear: both;
}

.err_left {
	height: 30px;
	margin-left: 21px;
	color: red;
	position: relative;
	clear: both;
}

.err_right {
	height: 30px;
	/* margin-left:122px; */
	color: red;
	position: relative;
	clear: both;
	float: right;
	width: 366px;
}

.err_2 {
	position: absolute;
	left: 380px;
}

.err_7, .err_9, .err_11, .err_14, .err_16, .err_18, .err_21 {
	position: absolute;
	left: 430px;
}

.err_22 {
	position: absolute;
	left: 40px;
}

.err_23 {
	position: absolute;
	left: 475px;
}

.input-block {
	display: inline-flex;
	width: 49%;
	height: 77px;
}

.err_text {
	padding-top: 3px;
	display: block;
}

.err_text1 {
	padding-top: 3px;
	display: block;
	width: 200%;
}
/* 产品信息填写页 */
.desc-box {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
.desc-table{
    width: 760px;
    color: #757575;
    font-size: 14px;	
}
.desc-table th {
    background: #f8f8f8;
    height: 40px;
    border-bottom: 1px solid #eee;
    text-align:left;
    padding-left:10px;
}
.desc-table td {
	height: 25px;
	text-align: left;
    padding-left: 10px;
    line-height: 30px;
}
.desc-table td:first-child {
    width: 130px;
}
.info-row .intro{
    line-height: 43px !important;
    margin-right: 10px;
    font-size: 14px;
    color: #757575;
    text-align: right !important;
    width: 91px;
}
.wrap .title span {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}
#product-name{
	font-size: 18px;
    position: absolute;
    top: 0;
    left: 100px;
}
.wrap .title b {
    font-size: 22px;
    color: #ffb802;
    margin: 0 4px 0 10px;
}
.intro{
	margin:30px 0;
}
.info-green {
    color: #ffb802;
}
/* 支付页面 */
.wrap .price{
	color: #ff3344;
    font-size: 22px;
    margin: 0 4px 0 10px;
    display:inline-block;
}
.pay-list li{
    width: 188px;
    height: 58px;
    border: 1px solid #eee;
    float: left;
    margin: 0 30px 30px 0;
    cursor: pointer;
    position: relative;	
}
.pay-list li.selected {
    border: 1px solid #ffb802;
}
.tab-sel .selected{
	color:#fff !important;
}
.pay-list li.selected i {
    display: block;
}
.pay-list {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.pay-list li i {
    background-position: 0 -483px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: -10px;
    display: none;
}
.weixinCode {
    float: left;
    text-align: center;
}
.weixinCode i {
    font-size: 18px;
    font-weight: 600;
}
.pay-order {
    color: #ffb802;
}
#payInfoForm .info-row ,#payresult .info-row{
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.wrap .successTitle {
    font-size: 30px;
    color: #ffb802;
    position: relative;
    width: 260px;
    padding: 55px 0 30px;
    margin: 0 auto;
    text-indent: 50px;
    height: 110px;
    line-height: 40px;
}
.successTitle span {
    line-height: 110px;
    font-size: 30px;
}
.failedTitle{
    width: 470px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    padding: 55px 0 30px;
    line-height: 40px;
    font-size: 30px;
    color: #ff3344;	
}
.pay-failed .failedTitle i {
    background-position: -382px -531px;
    background: url("../image/load.gif") no-repeat top center;
}
.desc {
    text-align: center;
    color: #757575;
    font-size: 14px;
    line-height: 2;
    padding: 20px 0;
}
/* 上下班降雨险 */
 .projectTable{
	font-size: 14px;
	border: 1px solid #f8f8f8;
	color: #868686;
	border-collapse: collapse;
	border-spacing: 0px;
}
.projectTable>tbody>tr>td{
	border: 1px solid #f8f8f8;
}
.projectTable>tbody>tr{
	height: 40px;
}
.pro-left-same{
	font-size:16px;
	color:#757575;
	min-height:42px;
	line-height:42px;
	padding-left:29px;
}
.check select{
	width: 278px;
	height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
	appearance: none;
	color:#757575;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../image/sprite.png) no-repeat 133px -414px;
}
/* 职业类别 */
.industryClass .custom-select {
	width: 245px;
}

.industryClass select {
	width: 220px;
	background: url(../../image/sprite.png) no-repeat 190px -403px;
}
.jobTishi{
	color:#999;
	font-size:14px;
	text-align:left;
	position:absolute;
	left:855px;
	bottom:45px;
	height:37px;
	line-height:37px;
}
.jobTishi i{
	display:inline-block;
	width:35px;
	height:30px;
	float:left;
	margin-top:3px;
}
.successIcon{
	background:url(../../image/sprite.png) no-repeat -474px -582px;
}
.failIcon{
	background:url(../../image/sprite.png) no-repeat -433px -582px;
}
#jobName,#propJobName{
    display: inline-block;
    width: 480px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 15px;
    vertical-align: middle;
    font-size: 24px;
    color: #333;
}

.info-box .info-address {
	padding: 10px 40px;
}