﻿
.hybg{background-color:#00000073;position:fixed;left:0px;top:0px;right:0px;bottom:0px;z-index:9999}
.hyPannel{
    position:fixed;left:50%;top:100px;background:#FFF;border:1px solid #CCC;border-radius:10px;padding:20px;width:700px;height:650px;margin-left:-350px;z-index:9999;box-shadow: #CCC 0 0 10px
}
.divHead{font-weight:bold;color:red;background:#FFF;padding:10px;border-radius:10px;}
.hyCon{
    height:500px;display:flex;justify-content:center;align-items:center
}
.hyAdd{
    font-size:70px;color:#ff6a00;text-align:center;font-weight:bold;background:#fdffd3;border-radius:10px;
}
.hyBtnCon{
    display:flex;justify-content:center;font-size:70px;margin-top:50px;
}
.hyBtnCon div{
    padding:10px;
}
.hyBtn{
    width:120px;
    padding:10px 15px;border:1px solid #ccc;border-radius:5px;box-shadow:#ccc 5px 5px 5px;background-color:greenyellow;font-size:50px;
}
.hytxt{
    color:#ffd800;padding:20px;
}
#sphyTime{color:red}