
.pageMain {
    width: 1200px;
    margin: auto;
    background: #fff;
    padding: 0 31px 30px;
}

.pageMain h1 {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    margin-top: 39px;
    text-align: left;
}

.claimProcess > p {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 21px;
}

.panes {
    margin-top: -35px;
}

.claim-step ul li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.claim-step ul li > a {
    display: block;
    position: absolute;
    width: 1px;
    margin-top: 52px;
    left: 2.5%;
    border: 1px dashed #CAD8ED;
}

.scheme {
    margin: -12px 0 26px;
}

.icon-block {
    width: 52px;
    height: 52px;
    margin-right: 51px;
}

.icon-block img {
    width: 100%;
}

.text-block h3 {
    font-size: 18px;
    margin-bottom: 26px;
}

.text-block p {
    margin-bottom: 10px;
    color: #666;
}

.text-block {
    margin-top: 15px;
}

.infor-list .insure-type {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #ECF1F9;
    font-size: 18px;
    padding-left: 26px;
    margin-bottom: 20px;
}


.insure-infor {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 22px 27px;
}
.insure-infor p {
    font-size: 16px!important;
    color: #333!important;
    text-indent: 0!important;
    line-height: 30px!important;
}

.mt38 {
    margin-top: 38px;
}
.mt62 {
    margin-top: 62px;
}
.f-hide {
    display: none;
}

.imgDown {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    margin-top:18px;
    margin-right: 20px;
    background: url("../img/newImages/down_icon.png") no-repeat center;
}
.imgUp {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    margin-top:18px;
    margin-right: 20px;
    background: url("../img/newImages/up_icon.png") no-repeat center;
}
.claim-contact {
    width: 554px;
    /*height: 176px;*/
    background: #F1F6FF;
    padding:29px 36px;
    margin-top: 43px;
}
.claim-contact h3 {
    font-size: 20px;
    color: #2F69C1;
    font-weight: bold;
    padding-bottom: 29px;
}
.claim-contact p {
    font-size: 16px;
    color: #2F69C1;
    line-height: 30px;
}
.claim-contact p a {
    color: #333;
}