@charset "UTF-8";

/* 弹出层*/


#bg{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}

#show{
    display: none;
    position: absolute;
    top: 25%;
    left: 50%;
    width: 700px;
    margin-left:-350px;
    height: auto;
    padding:0 20px 50px;
    border: 3px solid #fe5200;
    background-color: white;
    z-index:1002;
    overflow: auto;
    min-height:200px;
}
#show .show_title{
    height: 50px;
    line-height:50px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

#show .show_title span{font-size:18px;width:30px;height:30px;background:#fe5200;
    color:#fff;margin-top:10px;line-height:30px;cursor:pointer;}
#show  .btn_div  .foot_btn{
    display: flex;
    flex-direction: row;
    justify-content: center
}
#show  .btn_div  .foot_btn a{background:#fe5200;color:#fff;width:200px;height:40px;display:block;
    border:0;font-size:25px;text-align:center;line-height:40px;}
#show  .show_con{
    height: 45px;
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
}
#downUrl{
    border: 1px solid #666;
    padding: 5px 20px;
    font-size: 15px;
}
