#popup_container {
   font-size: 0.3rem;
   width: 5.4rem;
   color: #000;
   background:#fff;
   -moz-border-radius: 0.1px;
   -webkit-border-radius: 0.1px;
   border-radius: 0.1rem;
   box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
   filter: "progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=0,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=90,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=270,strength=1)";
}
#popup_overlay{
   background-color: rgba(0, 0, 0, 0.1);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1C000000,endColorstr=#1C000000);
}
#popup_title {
   font-size: 0.3rem;
   font-weight: bold;
   text-align: center;
   line-height: 1rem;
   /* color: #fff; */
   /* background: linear-gradient(-83deg,rgba(245,65,82,1),rgba(253,104,71,1)); */
   /* border-bottom: solid 1px #ccc; */
   cursor: default;
   padding: 0em;
   margin: 0em;
}

#popup_content {
   margin: 0em;
}
#popup_message {
   padding: 0.2rem 0.2rem 0.94rem 0.2rem;
   /* padding-left: 48px; */
   /* font-size:1.2em; */
   width: 100%;
   text-align: center;
}

#popup_panel {
   width: 100%;
   border-top: 1px solid #DCDCDC;
   display: flex;
   justify-content: space-between;
}

#popup_prompt {
   margin: .5em 0em;
}
#popup_panel .button{
   width: 2.7rem;
   height: 1.2rem;
   line-height: 1.2rem;
   font-size: 0.3rem;
   color: #000;
   border: none;
   margin: 0;
   background: none;
   border-right: 1px solid #DCDCDC !important;
}
.whitehover{
    width: 80px;
    height: 30px;
    background-color:#f63a5b;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    line-height: 10px;
    border:none;
    outline:none;
    margin-left: 10px;
    border: #f63a5b 1px solid;
    background: linear-gradient(-83deg,rgba(245,65,82,1),rgba(253,104,71,1));
    border-radius: 0;
}
#popup_ok {
   color: #F74D4F !important;
}



/*�ӳٵ���������ʽ��ʼ*/
.Prompt_floatBoxBg{display:none;width:100%;height:100%;background:#000;position:fixed !important;/*ie7 ff*/position:absolute;top:0;left:0;filter:alpha(opacity=0);opacity:0; z-index:9999;}
.Prompt_floatBox{
    z-index:1000;
    display: block;
    position: absolute;
    padding:6px;
    text-align:center;
    z-index: 10000;
    word-wrap: break-word;
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: white;
    opacity: 1;
}
.Prompt_floatBox .content{font-size: 20px;
    margin: 0 auto;}
/*����������ʽ����*/