<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex{
    display: flex;
    flex-wrap: wrap;
}
.banner {
    height: 4.6rem;
    width: 100%;
}
.banner img {
    width: 100%;
    height: 100%;
}
.introduce {
    height: 7.18rem;
    position: relative;
}
.introduce .card {
    padding: .6rem .3rem;
    width: 6.3rem;
    height: 2.92rem;
    box-shadow: 0rem 0rem .10rem rgba(185, 202, 221, 0.3);
    border-radius: .1rem;
    background: #ffffff;
    position: absolute;
    top: -.74rem;
    left: 50%;
    transform: translateX(-50%);
}
.introduce .card p {
    color: #293340;
    font-size: .4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: .2rem;
}
.introduce .card div {
    color: #293340;
    font-size: .24rem;
    line-height: .44rem;
}
.idea {
    padding: .6rem .3rem;
    /*height: 6rem;*/
    background: #F6F8FC;
}
.idea .title {
    color: #293340;
    font-weight: 600;
    font-size: .4rem;
    margin-bottom: .2rem;
}
.idea p {
    color: #293340;
    font-size: .24rem;
    text-align: center;
    margin-bottom: .6rem;
}
#idea-box {
    width: 100%;
    /*overflow: auto;*/
    height: 3.94rem;
}
#idea-box ul {
    width: 18.08rem;
    height: 100%;
}
#idea-box ul li {
    width: 5.76rem;
    height: 100%;
    margin-right: .4rem;
}
#idea-box ul li img {
    width: 100%;
    height: 100%;
}
.idea-box ul li:nth-child(2) {
    margin: 0 .4rem;
}
.title {
    font-size: .4rem;
    color: #2E3133;
    text-align: center;
    font-weight: 600;
}
.container {
    padding: .8rem .3rem;
}
.recruit {
    padding: .6rem .3rem;
    margin: 0 auto;
    box-shadow: 0 0 .2rem rgba(185, 202, 221, 0.3);
    border-radius: .1rem;
    /*height: 11.22rem;*/
}
.recruit .post {
    width: 100%;
    font-weight: 700;
    font-size: .32rem;
    justify-content: space-between;
    margin: .6rem 0 .4rem;
}
.requirement {
    margin-bottom: .6rem;
}
.requirement p {
    font-weight: 700;
    font-size: .24rem;
    color: #293340;
    margin-bottom: .4rem;
}
.requirement ul li span,.responsibility ul li span {
    display: inline-block;
    width: .08rem ;
    height: .08rem ;
    background: #0B7BEF;
    border-radius: 50%;
    margin: .16rem .12rem 0 0;
}
.requirement ul li div,.responsibility ul li div{
    width: 6.1rem;
    font-size: .24rem;
    line-height: .48rem;
    color: #293340;
}
.responsibility p{
    font-weight: 700;
    font-size: .24rem;
    color: #293340;
    margin-bottom: .4rem;
}
::-webkit-scrollbar{
    width: 0;
    height: 0;
    background: transparent;
}
/*è½®æ’­å›¾åº•éƒ¨åœ†ç‚¹ æŒ‰é’®é€‰ä¸­çŠ¶æ€*/
#recruit-box .swiper-pagination-bullet-active {
    background: #0B7BEF;
}
#recruit-box .swiper-pagination-shop {
    width: 1.4rem;
    margin: 0 auto;
}
#recruit-box .swiper-slide {
    max-height: 9.5rem!important;
    overflow: auto;
}</pre></body></html>