* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}

div {
    margin: 0;
}

img {
    display: block;
}

button {
    border: none;
}

.second-node {
    font-size: .34rem;
    color: #FFFFFF;
    text-align: center;
    padding: .1rem .45rem;
    background: #4165FF;
    border-radius: .26rem .26rem .26rem .26rem;
}

.page-header-right {
    display: flex;
    justify-content: start;
    align-items: center;
    /* gap: 30px; */
}

.page-header-search .search-bg {
    background-image: url(../image/common/sousuo1.png);
    background-size: cover;
    background-position: center;
}

.banner-containner {
    width: 100%;
    position: relative;
}

/* .banner-img {
    position: relative;
} */

.banner-bg {
    width: 100%;
}

.banner-text {
    position: absolute;
    margin: auto;
    width: 65%;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.banner-medals {
    width: 1200px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.medals-item {
    width: 360px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* gap: 70px; */
    padding: 30px;
    background-image: linear-gradient(to left bottom, #E6ECFF 0%, #FFFFFF 100%);
    box-shadow: 3px 0px 9px 0px #B2D3FF, inset 3px 0px 7px 0px #E5EBF6;
    border-radius: 20px 20px 20px 20px;
    /* border: 1px solid; */
}

.medals-item:hover {
    transform: translateY(-10px);
}

.medals-text {
    margin: 0;
}

.medals-img {
    margin: 0;
    height: 103px;
}

.medals-title {
    font-size: 26px;
    color: #252627;
    line-height: 30px;
    margin-bottom: 15px;
}

.medals-button {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 3px 20px;
    border-radius: 50px;
    background: #3769FF;
    border-radius: 19px 19px 19px 19px;
}

/* 困惑模块样式 */
.confused {
    width: 100%;
    padding: 130px 0 70px;
    background: #F8FAFF;
    background-image: linear-gradient(to top, #FFFFFF 90%, #E5EEFC 100%);
}

.module-title {
    text-align: center;
    font-size: 38px;
    color: #252627;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-line {
    margin: 0;
    /* width: 100%; */
    height: 10px;
    background-image: linear-gradient(to right, #B3F321 0%, #0DFAE1 100%);
    border-radius: 5px;
    background-repeat: no-repeat;
}

.module-title-quote {
    width: 40px;
    height: 40px;
    margin: 0 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.module-title-quote.left {
    background-image: url('../image/ruankao/left-marks.png');
    background-size: 30px;
    background-position: top;
}

.module-title-quote.right {
    background-size: 30px;

    background-image: url('../image/ruankao/right-marks.png');
    background-position: bottom;
}

.confused-container {
    width: 1200px;
    margin: 50px auto 0;
    display: grid;
    /* grid-template-rows: auto auto; */
    grid-template-areas: "a a b b c c"
        "d d d e e e";
    gap: 35px;
}

.confused-item:nth-child(1) {
    grid-area: a;
}

.confused-item:nth-child(2) {
    grid-area: b;
}

.confused-item:nth-child(3) {
    grid-area: c;
}

.confused-item:nth-child(4) {
    grid-area: d;
}

.confused-item:nth-child(5) {
    grid-area: e;
}

.confused-item {
    width: 100%;
    height: 300px;
    border: 1px solid #E5EBF6;
    border-radius: 20px;
    padding: 50px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* 背景图片类 */
.confused-item.bkkh-img1 {
    background-image: url('../image/ruankao/bkkh-img1.png'), linear-gradient(to left bottom, #D9F1FF 0%, #E3F5FE 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item.bkkh-img2 {
    background-image: url('../image/ruankao/bkkh-img2.png'), linear-gradient(to left bottom, #D9F1FF 0%, #E3F5FE 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item.bkkh-img3 {
    background-image: url('../image/ruankao/bkkh-img3.png'), linear-gradient(to left bottom, #D9F1FF 0%, #E3F5FE 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item.bkkh-img4 {
    background-image: url('../image/ruankao/bkkh-img4.png'), linear-gradient(to left bottom, #D9F1FF 0%, #E3F5FE 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item.bkkh-img5 {
    background-image: url('../image/ruankao/bkkh-img5.png'), linear-gradient(to left bottom, #D9F1FF 0%, #E3F5FE 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item:hover {
    transform: translateY(-10px);
    /* background-image: linear-gradient(to left top, #0272FD 0%, #7EB8FF 100%); */
    background-size: contain;
    box-shadow: 0 8px 20px rgba(55, 105, 255, 0.15);
}

.confused-item:hover.bkkh-img1 {
    background-image: url('../image/ruankao/bkkh-img1-h.png'), linear-gradient(to left top, #0272FD 0%, #7EB8FF 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item:hover.bkkh-img2 {
    background-image: url('../image/ruankao/bkkh-img2-h.png'), linear-gradient(to left top, #0272FD 0%, #7EB8FF 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item:hover.bkkh-img3 {
    background-image: url('../image/ruankao/bkkh-img3-h.png'), linear-gradient(to left top, #0272FD 0%, #7EB8FF 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item:hover.bkkh-img4 {
    background-image: url('../image/ruankao/bkkh-img4-h.png'), linear-gradient(to left top, #0272FD 0%, #7EB8FF 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item:hover.bkkh-img5 {
    background-image: url('../image/ruankao/bkkh-img5-h.png'), linear-gradient(to left top, #0272FD 0%, #7EB8FF 100%);
    background-position: right bottom, center;
    background-size: auto 250px, cover;
}

.confused-item-header {
    margin-bottom: 20px;
}

.confused-item-title {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    background: #3769FF;
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
}

.confused-item:hover .confused-item-title {
    color: #252627;
    background: #FFFFFF;
}

.confused-item-content {
    display: flex;
    align-items: center;
}

.confused-item-text {
    flex: 1;
    font-size: 22px;
    color: #252627;
    line-height: 30px;
}

.confused-item:hover .confused-item-text {
    color: #FFFFFF;
}

/* .confused-item-text p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
    line-height: 1.4;
} */
.help {
    padding: 70px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-image: url('../image/ruankao/bngd-bg.png');
    background-size: cover;
    background-position: center;
}



.help-container {
    max-width: 1200px;
    margin-top: 60px;
}

.help-img {
    width: 930px;
}

.value {
    padding: 60px 0;
    background: linear-gradient(to bottom, #F5FCFF 0%, #F5F7F8 100%);
}

.value-container {
    width: 1200px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.value-item {
    background-image: linear-gradient(to right bottom, #E0EEFF 0%, #C3DEFF 100%);
    border-radius: 20px 20px 20px 20px;
    border-radius: 12px;
    padding: 45px 50px 45px 40px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: center;
}

.value-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(65, 101, 255, 0.3);
    background-image: linear-gradient(to left top, #0673FD 0%, #7EB8FF 100%);
}

.value-item-icon {
    width: 55px;
    height: 55px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.value-item-icon img {
    width: 100%;
}

.value-item-title {
    font-size: 20px;
    color: #252627;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;

}

.value-item:hover .value-item-title {
    /* font-size: 20px; */
    color: #FFFFFF;
    /* font-weight: bold; */
    /* margin-bottom: 15px;
    text-align: left; */
}

.value-item-text {
    font-size: 18px;
    color: #252627;
    text-align: left;
}

.value-item:hover .value-item-text {
    color: #FFFFFF;

}

.suitable {
    padding: 60px 0;
    background: linear-gradient(to bottom, #F5FCFF 0%, #F5F7F8 100%);
}

.suitable-container {
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

.suitable-item {
    width: 235px;
    padding: 35px 23px;
    background: #4165FF;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 280px;
    background-size: cover;
    background-position: center;
}

.suitable-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(65, 101, 255, 0.3);
}

.suitable-item-text {
    /* padding: 30px 20px; */
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    flex: 1;
}

.shrq-img1 {
    background-image: url('../image/ruankao/shrq-img1.png');
}

.shrq-img2 {
    background-image: url('../image/ruankao/shrq-img2.png');
}

.shrq-img3 {
    background-image: url('../image/ruankao/shrq-img3.png');
}

.shrq-img4 {
    background-image: url('../image/ruankao/shrq-img4.png');
}

.shrq-img5 {
    background-image: url('../image/ruankao/shrq-img5.png');
}

.guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 60px 0 150px;
    background-image: url(../image/ruankao/bkzn-bg.png), linear-gradient(to bottom, #F5FCFF 0%, #F5F7F8 100%);
    background-size: cover;
    background-position: bottom, center;
    /* position: relative; */
}


.guide-container {
    width: 1200px;
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.guide-section {
    background: #F3F7FF;
    border-radius: 30px;
    height: fit-content;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    box-shadow: 6px 0px 24px 0px #DFE7FF, inset 19px 0px 46px 0px #FFFFFF, inset 19px 0px 46px 0px #E5EEFF;
    /* overflow: hidden; */
    padding: 40px 90px;
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #C5D4FF;
}

.guide-section:last-child {
    padding-bottom: 0;
}

.guide-section-content {
    /* flex: 1; */
    margin-right: 40px;
}

.guide-item {
    margin-bottom: 30px;
}

.guide-item-title {
    font-size: 20px;
    color: #FFFFFF;
    /* font-weight: bold; */
    margin-bottom: 10px;
    background: #3769FF;
    padding: 8px 25px;
    border-radius: 20px;
    display: inline-block;
}

.guide-item-text {
    font-size: 16px;
    color: #252627;
    line-height: 1.5;
    padding-left: 20px;
}

.guide-item-text ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
}

.guide-item-text ul li {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
}

.guide-item-text ul li:first-child {
    margin-bottom: 10px;
}

.guide-item-text ul::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #4165FF;
    clip-path: polygon(6px 0, 12px 6px, 6px 12px, 0 6px);
    position: absolute;
    left: 0px;
    top: 5px;
}

.guide-section-icon {
    width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-section-icon img {
    max-width: 100%;
    height: auto;
}

/* .guide-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
} */

/* .guide-section-3 .guide-section-content {
    margin-right: 0;
    margin-bottom: 30px;
} */

.guide-section-certificates {
    width: 100%;
    margin-top: 20px;
}

.certificate-img {
    width: 100%;
}


.connected-left-img {
    width: 27px;
    position: absolute;
    left: 30px;
    z-index: 10;
    bottom: -60px;
}

.connected-right-img {
    width: 27px;
    position: absolute;
    right: 30px;
    z-index: 10;
    bottom: -60px;
}


@media screen and (max-width: 1400px) {
    body {
        zoom: 79%;
    }
}

@media only screen and (min-width:1920px) {
    body {
        max-width: 1920px;
        margin: 0 auto;
    }
}