﻿.Toast{ margin:0 auto; width:auto; text-align:center; position:fixed; top:70%;left:50%; z-index:99999; display:none; width:4rem; margin-left:-2rem}
.Toast .t-msg{ display:inline-block; width:auto; padding:.2rem; color:white;}
.Toast .t-bg{width:100%; height:100%; background-color:black;opacity:0.5; position:absolute; top:0;right:0; z-index:-1; border-radius:.1rem}
.bg{background-color:black; opacity:0.4;position:absolute; left:0;top:0}
.Loading{ position:fixed; top:50%; left:50%; background-color:black;border-radius:5px; padding:.15rem .15rem; }
.Loading i{width:.8rem; height:.8rem;display:block; float:left; background-image: url('../images/loading1.gif'); background-size:.8rem auto;}
.Loading span{color:white; display:inline-block; margin:0 .15rem; line-height:.8rem; font-size:.30rem}
._alert{position:fixed; top:50%; background-color:white}
._alert .h{font-size:.32rem; font-weight:bold; text-align:center;border-bottom:#C6C6C6 solid 1px; padding:.2rem 0}
._alert .m{padding:.5rem .3rem; font-size:.28rem; }
._alert .f{height:1rem; border-top:#C6C6C6 solid 1px; text-align:center}
._alert .but_submit{ width:3rem}
.but_submit{  height:.8rem; font-size:.32rem; background-color:#F78015; border:0; color:white;width:100%; margin-top:.1rem}
.but_submit:active{ background-color:#F45C04; }

.gv_Menu{position:fixed; top:50%; left:50%; padding:.2rem 0; background-color:white; font-size:.28rem;color:black}
.gv_Menu .h{ font-size:.3rem; font-weight:bold; padding:.1rem .4rem .2rem .4rem; border-bottom:#F78015 solid 1px; margin-bottom:.2rem;color:#F78015}
.gv_Menu span{display:block;padding:.14rem 1.2rem .14rem .5rem ; cursor:pointer; margin:.02rem 0}
.gv_Menu span:active{ background-color:#F78015; color:white}
.gv_Menu a{display:block;padding:.14rem 1.2rem .14rem .5rem ; cursor:pointer; margin:.02rem 0}
.gv_Menu a:active{ background-color:#F78015; color:white}
.gv_Menu .disabled{color:#6D6D6D}
.gv_Menu .disabled:active{ background-color:white;color:#6D6D6D}

.box, .row-col { display: -webkit-box; display: -moz-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; width: 100%; }
.flex, .row-col a { -webkit-box-flex: 1; -moz-box-flex: 1; display: block; }
