.main_popup_layer{width: 100%; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 200; background-color: rgba(0,0,0,0.45);}
.main_popup_layer_on{display: block;}
.main_popup_box{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.25);}
.main_popup_img{display: block; width: 100%; height: auto;}
.main_popup_img_link{display: block;}
.main_popup_foot{width: 100%; display: flex; background: #fff; border-top: 1px solid #eee;}
.main_popup_today,.main_popup_close{flex: 1; height: 44px; line-height: 44px; text-align: center; font-size: 14px; cursor: pointer; border: 0; background: #fff; color: #333;}
.main_popup_today{border-right: 1px solid #eee;}
.main_popup_close{font-weight: 700;}
