@charset "utf-8";
.main{ width: 100%;}
.cover{ width: 100%; height: 100%; background: #555; position: fixed; top: 0; left: 0; z-index: 1000;}
.confirm{ width: 80%; background: #fff; position: fixed; left: 10%; top: 20%; z-index: 1001; padding-top: 12%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.confirm h5{ font-size: 1.6rem; color: #444; font-weight: normal;}
.confirm p{ color: #525252; margin: 3% 0 8%;}
.confirm  ul{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #d6d6d6;
}
.confirm  ul li{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.confirm  ul li:first-child{ border-right: 1px solid #d6d6d6;}
.confirm  ul li a{ color: #59A5F0; font-size: 1.6rem; display: block; padding: 5% 0;}