.nei_ban_box {
    width: 100%;
    height: calc(30px + 20rem);
    position: relative;
}

.nei_ban_text{
    max-width: 1480px;
    height: max-content;
    width: 85%;
    position: absolute;
    top: calc(15px + 2rem);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.nei_ban_title {
    font-family: HORATIOB;
    font-weight: bold;
    font-size: calc(10px + 2rem);
    color: #FFFFFF;
    line-height: calc(14px + 3rem);
    text-shadow: 0px calc(1px + 0.1rem) calc(1px + 0.25rem) rgba(35, 58, 79, 0.74);
    width: calc(175px + 30rem);
}

.position_box{
    margin-top: calc(8px + 3rem);
}
.nei_title{
font-family: OPPOSans-H;
font-weight: normal;
font-size: calc(6px + 1rem);
color: #FFFFFF;
}
.position{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(1px + 0.2rem);
    margin-top: calc(7px + 0.5rem);
}

.position p{
font-family: Century Gothic;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #FFFFFF;
text-shadow: 0px calc(1px + 0.1rem) calc(1px + 0.25rem) rgba(30,35,22,0.2);
}
@media (max-width: 800px){
    .nei_ban_box {
 
        height: calc(30px + 33rem);
       
      }
      .nei_ban_box img{
        height: 100%;
        object-fit: cover;
      }
      .nei_title{
        font-size: calc(12px + 1rem);
      }
      .position p {
        font-size: calc(10px + 1rem);
      }
      .nei_ban_title{
        font-size: calc(20px + 1rem);
      }
}

