/*sg ie样式兼容性处理*/

/*首页*/
select.sgpaProductName::-ms-expand, select.ProductName::-ms-expand {
    display: none;
}

.ie9 select.sgpaProductName, .ie8 select.sgpaProductName,
.ie9 select.ProductName, .ie8 select.ProductName {
    padding-right: 15px !important;
}

.ie8 select.sgpaProductName, .ie8 select.ProductName, .ie8 select#InsuredNum {
    padding-bottom: 15px;
}

.ie9 .occupation-item:before, .ie8 .occupation-item:before {
    background: none;
}

.ie8 .item-relation .relation-list {
    background: #e8ebf0;
}

/*计划选择页*/
.ie8 #journeyInfoModal .modal-content,
.ie8 #whatMeanModal .modal-content,
.ie8 #TermInfoModal .modal-content
.ie8 #spouseTips .modal-content{
    width: 600px;
    margin: 0 auto;
}

.ie8 #coverSummaryModal .modal-content ,.ie8 #reduceInsModal .modal-content {
    width: 800px;
    margin: 0 auto;
}