*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.head{
    background-image: url("../imgs/headBg.png");
    height: 452px;
    background-size: 100% 100%;
    padding: 52px 77px;
}
.headTxt{
    height: 176px;
    width: 100%;
}
.tags{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.tags .tag{
    background-color: #F4940C;
    border-radius: 28px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    margin-right: 9px;
    margin-bottom: 7px;
    width: 141px;
    height: 55px;
}
.tags .tagB{
    width: 212px;
}
.content{
    padding: 24px;
}
.menus {
    display: flex;
    justify-content: space-between;
}
.menu{
    width: 170px;
    height: 64px;
    border-radius: 32px;
    font-weight: 400;
    font-size: 25rpx;
    color: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 64px;
    transition: all 0.3s;
}
.menuActive{
    color: #fff;
    font-size: 32px;
    background: linear-gradient( 180deg, #7AB0FA 0%, #0E65FD 100%);
}
.content .con{
    margin-top: 57px;
}
.content .con .titlecon .title{
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.content .con .titlecon{
    width: 150px;
    margin: 0  auto;
}
.content .con .mart60{
    margin-top: 60px;
}

.content .con .titlecon .title::after{
    content: '';
    width: 150px;
    height: 22px;
    background-color: #C9DAF8;
    border-radius: 11px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.table{
    margin-top: 56px;
}
.table .rowTitle{
    background-color: #F2F4FF;
    display: flex;
}
.table .row{
    display: flex;
}
.rowTitle .cell{
    width: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
}
.row .cell{
    width: 50%;
    padding: 35px 0;
    font-size: 25px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(0, 0, 0, .7);
}
.zrow{
    padding: 45px 30px;
    border: 1px solid #E5E5E5;
    color: rgba(0, 0, 0, .7);
    font-size: 25px;
}
.tips{
    padding: 35px 30px;
    border: 1px solid #E5E5E5;
}
.tips .title{
    font-size: 28px;
}
.tips .lable{
    font-weight: 400;
    font-size: 25px;
    margin-top: 14px;
}
.tips .tipCon{
    margin-top: 10px;
    font-weight: 400;
    font-size: 25px;
    color: rgba(0, 0, 0, .7);
    line-height: 38px;
}

.con2 .process {
    margin-top: 54px;
}
.con2 .process .procon{
    width: 562px;
    height: 90px;
    background-color: #E0EBFE;
    border-radius: 12px;
    margin: 0 auto 31px;
    box-shadow: 0px 2px 0px 0px #647DD1;
    display: flex;
    align-items: center;
}
.con2 .process .procon:nth-child(even){
    background-color: #FFEDE3;
    box-shadow: 0px 2px 0px 0px #F4940C;
}
.procon .numImg{
    width: 64px;
    height: 43px;
    margin: 0 23px;
}
.procon .proconTxt{
    font-weight: 500;
    font-size: 30px;
}
.procon .proicon{
    width: 56px;
    height: 66px;
    margin: 0 67px 0 auto;
}
.content .con3 .titlecon{
    width: 340px;
}
.content .con3 .titlecon .title::after{
    width: 340px;
}
.con3 .serves{
    margin-top: 54px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
}
.con3 .serves2{
    justify-content: flex-end;
    margin-top: 28px;
}
.serves .serve{
    width: 200px;
    height: 122px; 
    border: 1px dashed #d4d4d4;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 500;
    position: relative;
}
.serves .serve .title{
    font-weight: 400;
    margin-bottom: 4px;
}
.serves .serve .rightIcon{
    width: 33px;
    height: 20px;
    position: absolute;
    left: -10px;
}
.serves .serve .bottomIcon{
    width: 20px;
    height: 33px;
    position: absolute;
    top: -10px;
}
.con4 .claim{
    margin-top: 51px;
    background-color: #F9FAFE;
    border-radius: 16px;
    padding: 23px 24px 33px;
}
.claim .title{
    font-size: 25px;
    color: #567AF0;
    text-align: center;
}
.claim .process{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.claim .process .procard{
    width: 162px;
    height: 162px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #C0CAD6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    position: relative;
}
.procard .rightIcon{
    position: absolute;
    width: 33px;
    height: 30px;
    top: 40%;
    right: -33px;
}
.procard .bottomIcon{
    position: absolute;
    width: 30px;
    height: 33px;
    bottom: -22px;
    left: 40%;
}
.claim .process .procard .pro_icon{
    height: 51px;
    width: auto;
}
.claim .process .procard .title{
    font-size: 24px;
    margin-top: 20px;
    color: #000000;
}
.claim .process .procard .title2{
    margin-top: 6px;
}
.claim .tip{
    padding: 22px 15px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin-bottom: 13px;
}
.claim .tip .tipTitle{
    font-weight: 400;
    font-size: 25px;
    color: rgba(0, 0, 0, .9);
}
.claim .tip .tipTitle .lable{
    font-weight: 400;
    font-size: 24px;
    color: rgba(0, 0, 0, .6);
    margin-left: 6px;
}
.con4 .claimtips{
    font-weight: 400;
    font-size: 25px;
    color: rgba(0, 0, 0, .6);
    padding: 34px 43px;
    line-height: 40px;
}


.phone{
    text-align: center;
    color: #303133;
    font-size: 26px;
    margin-top: 50px;
}
.con2,.con3,.con4{
    display: none;
}





.marb30{
    margin-bottom: 30px;
}