@charset "utf-8";

html{position:relative;height:100%;background:#f5f5f5}
html.sh_overflow{overflow:hidden}
body{background:#f5f5f5}
#mode_view{text-align:center;position:relative;height:100%}
#mode_view .chkMode{z-index:999;display:flex;justify-content:center;border-bottom:1px solid #e1e1e1;background:#fff}
#mode_view .chkMode button{width:80px;height:55px;border:none;border-left:1px solid #e1e1e1;background:#fff}
#mode_view .chkMode button:last-child{border-right:1px solid #e1e1e1}
#mode_view .chkMode button img{width:45%}
#mode_view .chkMode button:hover,#mode_view .chkMode button.ckmod{background-color:#f5f5f5}
#mode_view #frame_wrap{overflow:hidden;position:relative;margin:0 auto}
#mode_view #frame_wrap.bd{border-radius:16px;border:12px solid #ddd}
#mode_view #frame_wrap #sh_iframe{position:relative;width:100%;background:#fff}
