.banner{
    height: 690px;
    background-image: linear-gradient(to bottom, #E5F2FF, #FFFFFF);
}

.banner .wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 1485px;
}


.banner-info h3{
    font-size: 58px;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 100px;
}

.banner-info h3 .blue{
    color: #113AED;
}

.banner-info p{
    font-size: 18px;
    color: #666;
    line-height: 20px;
    width: 585px;
    margin-top: 60px;
    text-align: center;
    margin: 26px auto 0;
}

.banner-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.banner-img > img{
    position: absolute; 
}

.banner-img .b1{
    left: 0;
    top: 156px;
    bottom: -13px;
}

.banner-img .b2{
    right: 0;
    bottom: 63px;
}

.banner-img .b3{
    bottom: 163px;
    left: 322px;
}

.banner-img .b4{
    right: 185px;
    top: 148px;
}

.banner-img .b5{
    left: 288px;
    top: 220px;
    width: 400px;
}

.section{
    padding: 70px 0;
}

.section-header{
    margin-bottom: 80px;
    text-align: center;
}

.section01-wrapper{
    background-color: #F9FEFF;
}

.section01 {
    display: flex;
}

.section01 .section-left, .section01 .section-right{
    width: 665px;
    padding: 10px
}

.card-item{
    margin-bottom: 20px;
    border-radius: 68px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 278px;
    padding: 55px;
}

.card-item.nopadding{
    padding: 0;
}


.card-item:last-child{
    margin-bottom: 0;
}

.card-item.blue{
    background-color: #113AED;
    color: #fff;
}


.card-item.blue *{
    color: #fff
}

.card-item.gray{
    background-color: #EEF2FF;
    color: #666;
}

.card-item h3{
    font-size: 30px;
    margin-bottom: 30px;
}

.card-item p{
    font-size: 24px;
}

.card-item li {
    font-size: 18px;
}

.card-item.blue h3, .card-item.gray h3{
    position: relative;
    margin-bottom: 60px;
}

.card-item.blue h3::before, .card-item.gray h3::before{
    content: '';
    display: block;
    width: 180px;
    height: 12px;
    background-color: #ED6E11;
    position: absolute;
    bottom: 0;
    left: -2px;
}

.card-item.blue h3 span, .card-item.gray h3 span{
    position: relative;
}

.card-item ul{
    padding-left: 43px;
    line-height: 1.2;
}

.card-item li{
    margin-bottom: 20px;
    position: relative;
}

.card-item li::before, .card-item li::after{
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    background-color: #11ED3A;
    position: absolute;
    left: -50px;
    top: 0;
}

.card-item li::after{
    left: -41px;
    top: 9px;
}

.card-item.gray li::before, .card-item.gray li::after{
    background-color: #ED6E11;
}


.section02-wrapper{
    background-color: #000000;
}

.section02-wrapper *{
    color: #fff
}

.section-title{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    position: relative;
}

.section-title .blue-bg{
    background-color: #113AED;
    padding: 0 5px;
}

.section02-wrapper .section-title::after{
    content: '';
    display: block;
    width: 284px;
    height: 20px;
    background-image: url(../images/sec02-title-bg.png);
    position: absolute;
    left: 44.5%;
    bottom: -13px;
    transform: translateX(-50%);
}

.section02{
    display: flex;
}

.section02 .section-left{
    width: 775px;
}

.section02 .section-right{
    width: 551px;
}

.section02 .card-item{
    padding: 0 40px;
}

.section02 .card-item.gray{
    height: 100%;
    background-image: url(../images/s2-img2.png);
    background-repeat: no-repeat;
    padding-bottom: 526px;
    box-sizing: border-box;
}

.section02 .section-left .card-item{
    border: 1px solid #fff;
    margin: 15px 15px 0;
    padding-left: 67px;
    padding-right: 101px;
}

.section02 .card-item.purple{
    background-color: #CBD8F9;
    padding: 0;
    height: 778px;
    margin: 0;
}

.section02 .card-item p{
    font-size: 18px;
    line-height: 1.3;
}


.profile{
    display: flex;
    justify-content: space-between;
}

.profile-left{
    flex: none;
    width: 260px;
    text-align: center;
}

.profile-left h3{
    font-size: 26px;
    font-weight: bold;
}

.profile-left a{
    width: 249px;
    height: 73px;
    line-height: 73px;
    margin-top: 24px;
    display: block;
    border-radius: 35px;
    border:1px solid #113AED;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-left a .icon-arrow{
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon-arrow.png);
    margin-left: 10px;
}

.profile-item{
    width: 994px;
    background-color: #F4F5F7;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px;
}

.profile-item input[type=checkbox] {
    display: none;
}

.profile-item h4{
    font-size: 30px;
}

.profile-title{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.profile-content {
    font-size: 18px;
    height: 0;
    overflow: hidden;
    transition: all .3s;
}

.profile-status::after{
    content: "+";
    font-size: 30px;
}

.profile-item input:checked + .profile-title .profile-status::after{
    content: "-";
}

.profile-item input:checked + .profile-title + .profile-content{
    margin-top: 30px;
    height: auto;
}


.section04-wrapper{
    background-image: url(../images/s4-bg.png);
    margin-bottom: 8px;
}

.section04-wrapper *{
    color: #fff;
}

.rp-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -50px 0;
}

.rp-item{
    width: 340px;
    margin: 50px 0;
}

.rp-item h4{
    font-size: 34px;
}

.rp-item p{
    font-size: 18px;
}
