/* BASIC css start */
.store_box {max-width:1400px; width:100%; margin:72px auto }
.store_box .txt_box {display:flex;justify-content: space-between; margin-bottom:96px; }
.store_box .txt_box > div {width:50%; }
.store_box .txt_box .tt {font-size:32px; font-weight:600}
.store_box .txt_box .place ul {display:flex;justify-content: space-between;}
.store_box .txt_box .place ul li {width:50%; }
.store_box .txt_box .place ul li span {display:block; }
.store_box .txt_box .place ul li .lb {font-size:24px; margin-bottom:24px; }
.store_box .txt_box .place ul li .count {font-size:48px; font-weight:600; }
.store_box .txt_box .place .txt {font-size:16px; margin-top:32px}
.store_box .img_box {display:flex;justify-content: flex-start;}




/* BASIC css end */

