body{
    padding-top: 150px !important;
    padding-bottom: 30px !important;
}
.content{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.foor{
    text-align: center;
    margin-top: 30px;
}
.content .item{
    display: flex;
    padding: 30px;
    background-color: #eeeeee;
    width: 45%;
    margin-top: 15px;
    cursor:pointer;
    
}
.content .item .left_time{
    padding: 10px;
    width: 30%;
    background-color: #fff;
    text-align: center;
    margin-right: 20px;
}
.content .item .left_time .k{
    font-size: 40px;
    font-weight: bold;
    color: #084691;
}
.content .item .left_time .y{
    font-size: 18px;
}
.content .item .right_text .k{
    font-size: 22px;
    font-weight: bold;
}
.content .item .right_text .y{
    font-size: 16px;
}

.pandemonium{
    width: 75%;
    margin: auto;
}
.pandemonium .omniscient .title{
    font-size: 45px;
    font-weight: bold;
}
.pandemonium .omniscient .time{
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.pandemonium .omniscient .text{
    font-size: 26px;
    line-height: 55px;
}
.nimble{
    margin: 100px 0;
}
.nimble .title{
    font-size: 35px;
    font-weight: bold;
}
.nimble .text{
    font-size: 35px;
}
.nimble .k{
    width: 40px;
    height: 10px;
    background-color: #084691;
    margin-top: 20px;
}
.labyrinthine{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
}
.labyrinthine .item1{
    width: 30%;
    background-color: #084691;
    padding: 80px 40px;
}
.labyrinthine .item1 .ys{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.labyrinthine .item1 .ys2{
    margin-top: 80px;
}
.labyrinthine .item1 .ys .image{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;

}
.labyrinthine .item2{
    width: 62%;
}
.labyrinthine .item2 .input{
     display: flex;
    border: 2px solid #d8d8d8;
    margin-bottom: 10px;
    padding: 0 10px;
    align-items: center
}
.labyrinthine .item2 .input2{
     display: flex;
    border: 2px solid #d8d8d8;
    margin-bottom: 10px;
    padding: 0 10px;
}
.labyrinthine .item2 .input input{
    width: 95%;
    height: 45px;
    border: 0;
    font-size: 18px;
    padding: 0 20px;
}
.labyrinthine .item2 .input2 textarea{
    width: 95%;
    height: 205px;
    border: 0;
    font-size: 18px;
    padding: 10px 20px;
    font-family: 'Arial', sans-serif; /* 设置字体类型 */

}
.labyrinthine .item2 .button{
    text-align: center;
    margin-top: 10px;
}
.labyrinthine .item2 .button button{
    width: 230px;
    height: 64px;
    border-radius: 30px;
    border: 0;
    background-color: #084691;
    color: #fff;
    font-size: 30px;
    cursor:pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 添加阴影效果 */
}


@media (max-width: 1000px) {
        .content{
            width: 90%;
        }
        .content .item{
            width: 100%;
            flex-wrap: wrap;
        }
        .pandemonium{
            width: 95%;
        }
        .pandemonium .omniscient .title {
            font-size: 30px;
        }
        .nimble .title {
            font-size: 27px;
        }
        .nimble .text{
            font-size: 27px;
        }
        .labyrinthine .item1{
            width: 100%;
        }
        .labyrinthine .item2{
            width: 100%;
            margin-top: 20px;
        }
        .labyrinthine .item2 .input input{
            width: 88%;
        }
        .labyrinthine .item2 .input2 textarea{
            width: 88%;
        }
        .cb{
            display: none !important;
        }

}






