@charset "utf-8";
.index_bar{text-align:center;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column}
.index_bar .d1{color:#000;font-size:50px;font-weight:100}
.index_bar .d1 *{font-size:50px;font-weight:100}
.index_bar p{margin-top:10px;color:#000;font-size:26px;font-weight:100}
@media screen and (max-width:1440px){
.index_bar .d1{font-size:40px;font-weight:700}
.index_bar .d1 *{font-size:40px;font-weight:100}
.index_bar p{margin-top:10px;font-size:18px}
}
@media screen and (max-width:1280px){
.index_bar .d1{font-size:36px;font-weight:700}
.index_bar .d1 *{font-size:36px;font-weight:100}
.index_bar p{margin-top:10px;font-size:18px}
}
@media screen and (max-width:1024px){
.index_bar .d1{font-size:26px}
.index_bar .d1 *{font-size:26px;font-weight:100}
.index_bar p{margin-top:5px;font-size:16px}
}