.yth-top-banner-wrap{
    height: 485px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 31px;
}
.yth-top-banner-title{
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    height: 61px;
    line-height: 61px;
    padding-left: 17px;
    text-shadow: 7px 6px 13px rgba(18, 71, 121, 0.41);
}
.yth-top-banner-wrap div{
    width: auto;
}
.yth-top-banner-title span{
    color: #fff94D;
}
.yth-top-banner-text{
    font-size: 22px;
    font-family: 'SourceHanSansCN-Regular';
    font-weight: regular;
    color: #fffefe;
    text-shadow: 7px 6px 13px rgba(18, 71, 121, 0.41);
}
.yth-top-banner-border-wrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.yth-top-banner-border-wrap div{
    width: 491px;
    height: 48px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    padding-left: 22px;
}
.yth-top-banner-border-wrap span{
    font-size: 20px;
    font-family: 'SourceHanSansCN-Regular';
    font-weight: regular;
    color: #ffffff;
    margin-left: 10px;
}
.yth-top-banner-button{
    font-family: 'SourceHanSansCN-Regular';
    padding: 13px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000E4B;
    background: #fff;
    text-align: center;
    width: 297px;
    border-radius: 22.5px;
    box-shadow: 7px 6px 13px rgba(18, 71, 121, 0.41);
}
.yth-top-banner-button:hover{
    box-shadow: none;
}
.yth-section{
    padding: 60px 0;
}
.yth-section .yth-title{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 34px;
    font-weight: 600;
    color:#0137B1;
    text-align: center;
}
.yth-section .yth-subtitle{
    font-family: 'SourceHanSansCN-Regular';
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    text-align: center;
}
.yth-section .yth-subtitle2{
    font-family: 'SourceHanSansCN-Regular';
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #FB051E;
    text-align: center;
}
.yth-section-1{
    background: #F5F5F5;
}
.yth-section-1 .yth-card-wrap{
    font-family: 'SourceHanSansCN-Regular';
    width: 1200px;
    margin:0 auto;
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.yth-section-1 .yth-card-item{
    border-radius: 20px;
    overflow: hidden;
    width: 373px;
    height: 262.8px;
    text-align: center;
    background: #fff;
}
.yth-section-1 .yth-card-item .yth-top{
    height: 68px;
    line-height: 68px;
    background: #0137B1;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
}
.yth-section-1 .yth-card-item .yth-content{
    
    padding: 0 42px;
    padding-top: 22px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
}
.yth-section-2 .yth-card-wrap{
    width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.yth-section-2 .yth-card-item-1{
    text-align: center;
    padding-top: 43px;
    width: 373px;
    height: 314px;
    background: #F7F8F8;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
}
.yth-section-2 .yth-card-item-2{
    text-align: center;
    padding-top: 43px;
    width: 574px;
    height: 269px;
    background: #F7F8F8;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
}
.yth-section-2 .yth-card-wrap img{
    width: 42px;
    height: 42px;
}
.yth-section-2 .yth-card-wrap .yth-top{
    font-family: 'SourceHanSansCN-Regular';
    margin-top: 24px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}
.yth-section-2 .yth-card-wrap .yth-content{
    font-family: 'SourceHanSansCN-Regular';
    margin-top: 24px;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 48px;
}
.yth-section-3 {
    background: #F5F5F5;
}
.yth-section-3 table{
    margin: 0 auto;
    margin-top: 43px;
}
.yth-section-3 table thead {
    height: 138px;
    line-height: 138px;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    background: #0137b1;
}
.yth-section-3 table thead th{
    border-right: 1px solid #3B75DC;
}
.yth-section-3 table thead th:last-child{
    border-right: none;
}
.yth-section-3 table tbody tr{
    border-top: 1px solid #3B75DC;
}
.yth-section-3 table tbody tr{
    height: 77px;
    line-height: 77px;
}
.yth-section-3 table tbody td{
    font-size: 21px;
    font-weight: 400;
    color: #060606;
    background: #fff;
    border-right: 1px solid #3B75DC;
}
.yth-section-3 table tbody td:last-child{
    border-right: none;
    padding-left: 35px;
}
.yth-section-3 table tbody tr td:first-child{
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    background: #0137b1;
}
.yth-section-3 table tbody td:nth-child(2){
    padding-left: 57px;
}
.yth-section-3 table tbody tr:last-child{
    height: 100px;
}
.yth-section-3 table tbody tr:last-child td{
    background: #0137b1;
    border: none!important;
}
.yth-section-3 table tbody tr:last-child td:last-child{
    padding-left: 120px;
    font-size: 28px;
    font-weight: 400;
    line-height: 100px;
    color: #fff;
}
.yth-section-3 table tbody tr:last-child td:last-child span{
    margin-right: 70px;
}
.yth-section-4 .yth-card-wrap{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 42px;
}
.yth-section-4 .yth-card-wrap .yth-card-item{
    width: 185px;
    height: 218px;
    border: 1px solid #DCDCDC;
    padding: 49px 25px 0 25px;
    text-align: center;
    background: #eeeeee;
    border-radius: 16px;
}
.yth-section-4 .yth-card-wrap .yth-card-item div{
    font-size: 22px;
    color: #0137b1;
    font-weight: 600;
    margin-top: 32px;
}
.yth-section-5 .yth-qa-list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
}
.yth-section-5 .yth-qa-list .yth-qa-list-item{
    background: #fff;
    width: 1179px;
    height: 158px;
    padding-left: 26px;
    padding-right: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 20px;
}
.yth-section-5 .yth-qa-list .yth-qa-list-item img{
    width: 90px;
    height: 96px;
}
.yth-section-5 .yth-qa-list .yth-qa-list-item .yth-left{
    width: 882px;
}
.yth-section-5 .yth-qa-list .yth-qa-list-item .yth-left .yth-title{
    text-align: left;
    font-size: 28px;
    font-weight: 400;
    color: #060606;
}
.yth-section-5 .yth-qa-list .yth-qa-list-item .yth-left .yth-content{
    margin-top: 18px;
    font-size: 20px;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 30px;
}
.yth-section-6{
    height: 284px;
    text-align: center;
    padding-top: 40px;
}
.yth-section-6 .yth-title{
    font-size: 64px;
    font-weight: 600;
    color: #FAF9F8;
}
.yth-section-6 .yth-subtitle{
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 24px;
}
.yth-section-6 .yth-button{
    margin: 0 auto;
    margin-top: 30px;
    width: 420px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 28px;
}
.yth-section-6 .yth-button span{
    margin-left: 10px;
    font-size: 32px;
    font-weight: 400;
    color: #080808;
}