body {
    width: 100%;
    /* margin: 0 auto; */
}

.guide-box {
    width: 80%;
    border: 4px solid #6aafee;
    border-radius: 0.2rem;
    margin: 0 auto;
    padding: 0.54rem 0.75rem 0.92rem 0.75rem;
}

.guideBox {
    width: 100%;
    padding-top: 1.28rem;
}

.guide-box-top {
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.png);
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.guide-box-top-item1 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
    padding-top: 0.7rem;
    font-family: "lianmengqiyilushuaizhengruiheiti Regular";
}

.guide-box-top-item2 {
    font-size: 0.2rem;
    color: #fff;
    padding-bottom: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guide-box-top-item3 {
    width: 100%;
    /* padding: 0.5rem 0; */
    margin-top: auto;
}

.bar-chart {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.15rem;
    /* height: 1.2rem; */
}

.bar {
    /* flex: 1; */
    /* border-radius: 4px 4px 0 0; */
    cursor: pointer;
    color: #fff;
    padding-bottom: 0.12rem;
    padding-top: 0.19rem;
    height: 2.64rem;
    width: 1.62rem;
}

.bar-1-img,
.bar-2-img,
.bar-3-img,
.bar-4-img,
.bar-5-img,
.bar-6-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.6rem;
}

.bar-1-img img,
.bar-2-img img,
.bar-3-img img,
.bar-4-img img,
.bar-5-img img,
.bar-6-img img {
    max-height: 100%;
}

.bar-1-text,
.bar-2-text,
.bar-3-text,
.bar-4-text,
.bar-5-text,
.bar-6-text {
    width: 0.3rem;
    line-height: 0.23rem;
    margin: 0 auto;
    font-size: 0.22rem;
    font-weight: bold;
    padding-top: 0.1rem;
}

.bar-1 {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    flex-direction: column;
    /* height: 3.63rem; */
    background-color: #fe9ac0;

}

.bar-2 {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    flex-direction: column;
    /* height: 3.63rem; */
    background-color: #f2b938;
}

.bar-3 {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    flex-direction: column;
    /* height: 3.63rem; */
    background-color: #7ccef4;
}

.bar-4 {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    flex-direction: column;
    /* height: 3.63rem; */
    background-color: #69b6f9;
}

.bar-5 {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    flex-direction: column;
    /* height: 3.63rem; */
    background-color: #3d9df1;
}

.bar-6 {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    flex-direction: column;
    /* height: 3.63rem; */
    background-color: #2e84dc;
}

.guide-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guide-title-item1 {
    font-size: 0.44rem;
    font-weight: bold;
    line-height: 0.44rem;
}

.guide-title-item2 {
    margin-top: 0.05rem;
    font-size: 0.3rem;
    color: #d6d6d6;
    line-height: 0.3rem;
    padding-bottom: 0.3rem;
    font-family: "Cambria Math";
}

.guide-content {
    line-height: 0.35rem;
}

.guide-content-item p {
    text-indent: 2em;
}

.guide-content-item p:first-child {
    text-indent: 0;
}

.guide-content ul li {
    padding-left: 0.3rem;

}

.guide-content-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0 0.2rem 0;
}



.bar1line-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bar1line {
    width: 1.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

/* 花朵图片悬停显示效果 */
.flower-img {
    display: none;
    position: absolute;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    z-index: 10;
    pointer-events: none;
}

.bar1line-box:hover .flower-img {
    display: block;
}

.bar1line1 {
    width: 100%;
    height: 0.02rem;
    background-color: #fe9ac0;
    margin-bottom: 0.02rem;
}

.bar1line2 {
    width: 98%;
    height: 0.05rem;
    background-color: #fe9ac0;
    margin-bottom: 0.02rem;
}

.bar1line3 {
    width: 100%;
    height: 0.02rem;
    background-color: #fe9ac0;
    /* margin-bottom: 0.05rem; */
}

/* 为其他柱状图的线条添加对应的颜色 */
.bar2-line {
    background-color: #f2b938;
}

.bar3-line {
    background-color: #7ccef4;
}

.bar4-line {
    background-color: #69b6f9;
}

.bar5-line {
    background-color: #3d9df1;
}

.bar6-line {
    background-color: #2e84dc;
}

.guide-content-item {
    padding-bottom: 0.53rem;
    font-size: 0.22rem;
    line-height: 0.36rem;
}

.guide-content3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Process-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.06rem;
}

.process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.process-item-text {
    width: 30%;
    text-align: center;
    background-color: #e5eff8;
    border: 0.03rem solid #6aafee;
    border-radius: 0.15rem;
    font-size: 0.24rem;
    /* line-height: 1rem; */
    padding: 0.22rem 0;
    /* margin-bottom: 0.5rem; */
    /* font-size: 0.24rem; */
    /* color: #333; */
}

.process-item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-form {
    display: flex;
    padding-bottom: 0.54rem;
    border-bottom: 0.02rem solid #dddddd;
    height: 100%;
}

.content-form-date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #6aafee;
    padding-right: 0.4rem;

    .date-day {
        font-size: 0.6rem;
        padding-bottom: 0.05rem;
        font-family: Cambria Math;
    }

    .date-month {
        border-top: 0.01rem solid #6aafee;
        padding-top: 0.08rem;
        font-size: 0.18rem;
        line-height: 0.24rem;
        font-family: Cambria Math;
        white-space: nowrap;
    }
}

.content-form-item {
    height: 100%;
    padding-left: 0.4rem;
    border-left: 0.02rem solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* font-size: 0.2rem; */

    /* align-items: center; */
    .form-item-title {
        display: flex;
        justify-content: flex-start;
        font-size: 0.20rem;
        font-weight: bold;
        padding-bottom: 0.23rem;
    }

    .form-item-content {
        line-height: 0.45rem;
        font-size: 0.18rem;
    }
}

.height-line {
    margin-bottom: 0.7rem;
}

@media screen and (max-width: 1440px) {
    .guide-content-item p {
        font-size: 0.24rem;
    }
}

@media screen and (max-width: 1660px) {
    .guide-content-item p {
        font-size: 0.24rem;
    }
}

@media screen and (max-width: 768px) {
    .guide-box {
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 95%;
        font-size: 18px;
    }

    .guide-content {
        line-height: 0.6rem;
    }

    .guide-box-top {
        margin-bottom: 0.3rem;
    }

    .guide-box-top-item3 {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .bar-chart {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: inherit;
        padding: 0 5px;
    }

    .bar1line-box {
        width: 48%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bar {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.2rem;
        border-radius: 0.2rem;
    }

    .bar1line-box a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .bar1line {
        display: block;
        position: relative;
        width: auto;
        /* height: 0.5rem; */
        margin-bottom: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bar1line1,
    .bar1line2,
    .bar1line3 {
        display: none;
    }

    .flower-img {

        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        width: 0.9rem;
        transform: translateX(-50%);
        cursor: pointer;
    }

    .flower-img img {
        width: 0.9rem;
        height: auto;
    }

    .bar.active .flower-img {
        display: block;
    }

    .bar-1-text,
    .bar-2-text,
    .bar-3-text,
    .bar-4-text,
    .bar-5-text,
    .bar-6-text {
        width: auto;
        writing-mode: horizontal-tb;
        text-orientation: initial;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 0;
        line-height: 22px;
    }

    .guide-box-top-item2 {
        font-size: 15px;
    }

    .bar-1-img,
    .bar-2-img,
    .bar-3-img,
    .bar-4-img,
    .bar-5-img,
    .bar-6-img {
        display: none;
    }

    /* Process移动端样式 */
    .process-item-text {
        font-size: 0.25rem;
        width: 66%;
        /* margin-bottom: 0.3rem; */
    }

    .process-item-btn img {
        width: 6rem;
    }

    .process-item-btn {
        width: 10%;
    }

    .guide-content-item p {
        line-height: 0.55rem;
        font-size: 17px;
    }

    .content-form-date {
        width: 3rem;
        padding-right: 0.2rem;
    }

    .form-item-content {
        font-size: 17px !important;
        line-height: 0.55rem !important;
    }

    .form-item-title {
        font-size: 16px !important;
    }
}