.home_title .p1{
font-family: BOOKOS;
font-weight: 300;
font-size: calc(6px + 1.5rem);
color: #333333;
line-height: calc(2px + 2rem);
text-align: center;
font-style: normal;
text-transform: uppercase;
margin-bottom: calc(3px + 2rem);
}

.home_title .p2{
font-family: BOOKOS;
font-weight: 300;
font-size: calc(6px + 0.5rem);
color: #999999;
line-height: calc(6px + 1.5rem);
text-align: center;

}

.position_box{
    width: 100%;
    margin-top: calc(20px + 4rem);
    padding: calc(7px + 1rem) 0;
   border-bottom: 1px  #24242420 solid;
}
.position{
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content:flex-start ;
    align-items: center;
    gap: calc(4px + 0.5rem);
}
.position p img{
width: calc(6px + 1rem);
margin-right: calc(1px + 0.5rem);
}
.position p{
font-family: pingfang_medium;
font-weight: 500;
font-size: calc(8px + 0.5rem);
color: #606060;
}

@media screen and (max-width: 1100px){
    .position_box{
        margin-top: 0;
    }
    .position p{
        font-size: calc(10px + 1rem);
    }
    .position p img {
        width: calc(16px + 1rem);
    }
}